.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.homepage {
  background: #FCFCFC; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 48vw;
  overflow: visible; }

.scroll__down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 100%;
  background: var(--col-pri);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .scroll__down:after {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--col-ter)), to(rgba(200, 218, 44, 0)));
    background: -webkit-linear-gradient(var(--col-ter) 0%, rgba(200, 218, 44, 0) 100%);
    background: -o-linear-gradient(var(--col-ter) 0%, rgba(200, 218, 44, 0) 100%);
    background: linear-gradient(var(--col-ter) 0%, rgba(200, 218, 44, 0) 100%);
    z-index: 2;
    width: 4px;
    height: 120px; }
  .scroll__down svg {
    font-size: 22px;
    display: block;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .scroll__down .scroll__down__text {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .scroll__down:focus-within, .scroll__down:hover {
    color: #000;
    background: var(--col-ter);
    border: 2px solid rgba(255, 255, 255, 0.45);
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%); }
    .scroll__down:focus-within .scroll__down__text, .scroll__down:hover .scroll__down__text {
      opacity: 1;
      visibility: visible; }

.welcome__block {
  position: relative;
  padding: 80px 20px 20px; }

.welcome__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px; }

.welcome__item__image__wrap {
  width: 550px;
  height: 550px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--col-pri); }
  .welcome__item__image__wrap img {
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden; }

.welcome__item__text__wrap {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.welcome__item__heading__line__1 {
  font-size: 24px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0; }

.welcome__item__heading__line__2 {
  font-size: 50px;
  font-weight: 800;
  color: var(--col-pri);
  margin: 0;
  max-width: 440px; }

.welcome__item__text {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 1.5; }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }

.button__link.welcome__item__cta__2 > span,
.button__link.welcome__item__cta__2 > a {
  background: #fff; }

@media (max-width: 1200px) {
  .welcome__item__image__wrap {
    width: 400px;
    height: 400px; }
    .welcome__item__image__wrap img {
      width: calc(100% - 30px);
      height: calc(100% - 30px); } }

@media (max-width: 1049px) {
  .welcome__item__text__wrap,
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .welcome__item__image__wrap {
    width: 260px;
    height: 260px; }
    .welcome__item__image__wrap img {
      width: calc(100% - 20px);
      height: calc(100% - 20px); } }

@media (max-width: 640px) {
  .welcome__item__heading__line__1 {
    font-size: 18px; }
  .welcome__item__heading__line__2 {
    font-size: 30px; } }

.useful__links__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/design/useful-links-bg.svg) center no-repeat;
  background-size: contain;
  padding: 40px 20px;
  z-index: 4; }
  .useful__links__block .heading {
    font-size: 50px;
    font-weight: 800;
    color: var(--col-pri);
    margin: 0; }

.useful__links__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px; }

.useful__links__item:nth-of-type(2) {
  margin-top: 26px; }

.useful__links__item__link {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 70px 40px; }
  .useful__links__item__link:focus-within .useful__links__item__image__wrap img, .useful__links__item__link:hover .useful__links__item__image__wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .useful__links__item__link:focus-within .useful__links__item__image__wrap:before, .useful__links__item__link:hover .useful__links__item__image__wrap:before {
    opacity: 0.25; }
  .useful__links__item__link:focus-within .useful__links__item__title, .useful__links__item__link:hover .useful__links__item__title {
    text-decoration: underline; }
  .useful__links__item__link:focus-within .useful__links__item__icon__wrap, .useful__links__item__link:hover .useful__links__item__icon__wrap {
    opacity: 1;
    visibility: visible;
    height: 48px; }

.useful__links__item__image__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: currentColor;
  -webkit-filter: drop-shadow(0px 0px 50px currentColor);
  filter: drop-shadow(0px 0px 50px currentColor); }
  .useful__links__item__image__wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    background: #000;
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1;
    border-radius: 100%; }
  .useful__links__item__image__wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.6;
    border-radius: 100%;
    z-index: 2; }
  .useful__links__item__image__wrap .useful__links__item__image__wrap__inner {
    border: 4px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow: hidden;
    border-radius: 100%; }
  .useful__links__item__image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.useful__links__item__text__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  z-index: 3; }

.useful__links__item__title {
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 0px 30px #000;
  color: #fff; }

.useful__links__item__icon__wrap {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  width: 48px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px; }
  .useful__links__item__icon__wrap:focus-within, .useful__links__item__icon__wrap:hover {
    background: #fff;
    color: #2a2a2a; }

@media (max-width: 1280px) {
  .useful__links__item__link {
    width: 260px;
    height: 260px; }
  .useful__links__item__title {
    font-size: 20px; } }

@media (max-width: 900px) {
  .useful__links__block {
    background-size: unset; }
    .useful__links__block .heading {
      margin-bottom: 20px; }
  .useful__links__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .useful__links__item:nth-of-type(2) {
    margin: 0; } }

.section__break__top {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3; }

.section__break__bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3; }

.social {
  position: relative;
  min-height: 920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden; }
  .social:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/news-bg.svg) center no-repeat;
    background-size: contain;
    z-index: 1; }
  .social .heading {
    position: relative;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    color: var(--col-pri);
    text-shadow: 0px 0px 50px #89d2db;
    z-index: 11;
    margin: 0px 0 36px; }
  .social .social__wrap {
    position: relative;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    z-index: 11; }

.social__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .social__bg .image {
    height: 100%;
    width: 100%; }
  .social__bg .admin_editable--image:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 10; }
  .social__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.25 !important; }
  .social__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-nav-7);
    opacity: 0.5;
    z-index: 1; }

.social__feed {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  overflow: visible; }
  .social__feed .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .social__feed .swiper-slide-visible {
    opacity: 1;
    pointer-events: all; }

.social__item__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border: 10px solid #fff;
  background: #fff; }
  .social__item__block:focus-within .social__item__content__info__cta, .social__item__block:hover .social__item__content__info__cta {
    opacity: 1;
    text-decoration: underline; }
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .social__item__block:focus-within .social__item__content__date:after, .social__item__block:hover .social__item__content__date:after {
    background: var(--col-sec); }

.social__item__image {
  height: 260px;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  background: #2a2a2a;
  overflow: hidden;
  margin-bottom: 20px; }
  .social__item__image video,
  .social__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.social__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px 30px;
  width: 100%; }

.social__item__content__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: var(--col-pri);
  font-weight: 800;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .social__item__content__date:after {
    content: '';
    background: var(--col-nav-3);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: 2px;
    display: block; }

.social__item__content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

.social__item__content__info__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  min-height: 69px; }

.social__item__content__info__cta {
  font-weight: 600;
  font-size: 16px;
  color: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  opacity: 0.75; }

.admin__feed__authorise {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  z-index: 5;
  margin-top: 50px;
  padding-bottom: 150px; }
  .admin__feed__authorise .admin__setup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    text-align: center;
    min-height: 44px;
    padding: 16px 30px;
    border-radius: 50vw;
    background: var(--col-nav-1);
    color: var(--col-pri);
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background .4s ease, color .4s ease, border-color .4s ease;
    -o-transition: background .4s ease, color .4s ease, border-color .4s ease;
    transition: background .4s ease, color .4s ease, border-color .4s ease;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    .admin__feed__authorise .admin__setup:hover {
      background: var(--col-sec); }

.swiper__cta__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  min-height: 50px;
  z-index: 2;
  margin-top: 40px;
  padding: 0 20px; }
  .swiper__cta__wrap .button__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .swiper__cta__wrap .swiper__pagination {
    margin-left: auto;
    width: auto; }

@media (max-width: 1049px) {
  .social:after {
    background-size: unset; }
  .swiper__cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
    .swiper__cta__wrap .button__link {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .swiper__cta__wrap .swiper__pagination {
      margin: 0 auto 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (max-width: 600px) {
  .social .social__wrap {
    padding: 0 20px; } }

.events__block {
  position: relative;
  min-height: 745px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--col-pri); }
  .events__block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/events-bg.svg) top calc(50% - 60px) center no-repeat;
    background-size: contain;
    z-index: 1; }

.events__block .heading {
  position: relative;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  color: #fff;
  z-index: 11;
  margin: 0px 0 36px; }

.events__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .events__bg .gradients {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .events__bg .gradients:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: -webkit-gradient(linear, left top, left bottom, from(var(--col-pri)), to(rgba(42, 50, 114, 0)));
      background: -webkit-linear-gradient(top, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      background: -o-linear-gradient(top, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      background: linear-gradient(to bottom, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      z-index: 1; }
    .events__bg .gradients:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: -webkit-gradient(linear, left bottom, left top, from(var(--col-pri)), to(rgba(42, 50, 114, 0)));
      background: -webkit-linear-gradient(bottom, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      background: -o-linear-gradient(bottom, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      background: linear-gradient(to top, var(--col-pri) 0%, rgba(42, 50, 114, 0) 100%);
      z-index: 1; }
  .events__bg .image {
    height: 100%;
    width: 100%; }
  .events__bg .admin_editable--image:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 10; }
  .events__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.25 !important; }
  .events__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-pri);
    opacity: 0.5;
    z-index: 1; }

.events__inner__wrap {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  z-index: 11; }
  .events__inner__wrap .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .events__inner__wrap .swiper-slide-visible {
    opacity: 1;
    pointer-events: all; }

.mason--admin .events__bg .gradients {
  z-index: unset; }

.events__list {
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: visible; }

.events__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .events__item__link:focus-within .events__item__date, .events__item__link:hover .events__item__date {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: var(--col-sec); }
    .events__item__link:focus-within .events__item__date .day,
    .events__item__link:focus-within .events__item__date .month, .events__item__link:hover .events__item__date .day,
    .events__item__link:hover .events__item__date .month {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .events__item__link:focus-within .events__item__info__title, .events__item__link:hover .events__item__info__title {
    text-decoration: underline; }

.events__item__date {
  position: relative;
  width: 180px;
  height: 180px;
  background: var(--col-nav-7);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .events__item__date:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #fff;
    border-radius: 100%; }
  .events__item__date .day {
    font-size: 60px;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .events__item__date .month {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: var(--col-pri);
    text-transform: uppercase;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.events__item__info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  gap: 15px; }

.events__item__info__title {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin: 0; }

.events__item__time {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.75;
  color: #fff; }

.events__block .events__pagination > span.swiper-pagination-bullet-active {
  background: #fff; }
  .events__block .events__pagination > span.swiper-pagination-bullet-active:after {
    background: var(--col-pri); }

.events__block .events__pagination > span:after {
  background: #fff; }

@media (max-width: 1049px) {
  .events__block:after {
    background-size: unset; } }

.map {
  position: relative; }

.map__container {
  height: 750px;
  width: 100%; }

.map__contact {
  position: absolute;
  top: 50%;
  left: clamp(20px, 7.8vw, 150px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  width: 500px;
  height: 530px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 55px;
  background: #fff; }

@media (min-width: 1050px) {
  .map__contact {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 90px; } }

.map__contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px; }

.map__contact__item__heading {
  font-size: 50px;
  margin: 0 0 20px;
  color: var(--col-pri); }

.map__contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.map__contact__item__icon__wrap {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  background: var(--col-pri); }

.map__contact__item__text {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 1.5; }

.map__contact__item__email .map__contact__item__link {
  text-decoration: underline; }

.map__contact__item__link {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .map__contact__item__link:focus-within, .map__contact__item__link:hover {
    color: var(--col-pri); }

.fa-phone {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.button__link.map__contact__item__cta {
  margin-top: 20px; }

@media (max-width: 1049px) {
  .map__container {
    height: 540px; }
  .map__contact {
    left: 20px;
    padding: 20px 40px;
    height: 450px; } }

@media (max-width: 900px) {
  .map {
    padding-bottom: 40px; }
  .map__container {
    height: auto; }
  #map_canvas {
    height: 300px; }
  .map__contact {
    padding: 20px 40px;
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .map__contact__inner,
  .map__contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .map__contact__item__link {
    font-size: 14px; } }
