@charset "UTF-8";
@import url("font-Helvetica.css");
/* Слайдер */
.wide-slider {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.wide-slider .slick-list {
  height: 100%;
}

/* Лента слайдов */
.wide-slider .slick-track {
  height: 100%;
}

/* Слайд */
.wide-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
.wide-slider .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.wide-slider.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
  top: -25px;
}
@media screen and (max-width: 768px) {
  .wide-slider.slick-dots-right .slick-dots {
    top: -10px;
  }
}
@media screen and (max-width: 576px) {
  .wide-slider.slick-dots-right .slick-dots {
    top: 0;
  }
}

.wide-slider.slick-dots-center .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  top: 0;
}

.wide-slider.slick-dots-stick-top .slick-dots {
  margin-top: 0;
}

.wide-slider .slick-dots li {
  list-style: none;
}

/* Активная точка */
/* Элемент точки */
.wide-slider .slick-dots li button {
  position: relative;
  padding: 0;
  margin: 0 15px;
  font-size: 0;
  width: 0px;
  height: 11px;
  border: none;
  background: #0C4DA2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wide-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wide-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  right: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wide-slider .slick-dots li.slick-active button {
  background: #00B0AD;
  width: 46px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wide-slider .slick-dots li.slick-active button::before {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wide-slider .slick-dots li.slick-active button::after {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calendar__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
.calendar__slider .slick-list {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .slick-list--expanded {
  margin: -400px 0px;
  padding: 400px 0px;
}
.calendar__slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.calendar__slider .slick-arrow {
  font-size: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 10;
  top: 50%;
  border-left: none;
  border-bottom: none;
  border-right: 5px solid #00B0AD;
  border-top: 5px solid #00B0AD;
  background-color: transparent;
  margin-top: -12.5px;
  border-radius: 8%;
}
.calendar__slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -35px;
}
.calendar__slider .slick-arrow.slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -35px;
}
.calendar__slider .slick-arrow.slick-disabled {
  border-color: #7dadac;
}
.def-slider-styled {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Точки (булиты) */
}
.def-slider-styled .slick-list {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  height: 100%;
}
.def-slider-styled .slick-track {
  height: 100%;
}
.def-slider-styled:not(.arrows) .slick-arrow {
  display: none !important;
}
.def-slider-styled.arrows {
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
}
.def-slider-styled.arrows .slick-list {
  -webkit-box-flex: calc(100% - 60px);
      -ms-flex: calc(100% - 60px) 0 0px;
          flex: calc(100% - 60px) 0 0;
  height: 100%;
}
.def-slider-styled.arrows .slick-arrow {
  cursor: pointer;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  z-index: 10;
  border-left: none;
  border-bottom: none;
  border-right: 5px solid #00B0AD;
  border-top: 5px solid #00B0AD;
  background-color: transparent;
  border-radius: 8%;
}
.def-slider-styled.arrows .slick-arrow.slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.def-slider-styled.arrows .slick-arrow.slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.def-slider-styled.arrows .slick-arrow.slick-disabled {
  border-color: #7dadac;
}
.def-slider-styled:not(.dots) .slick-dots {
  display: none !important;
}
.def-slider-styled.dots {
  /* Активная точка */
  /* Элемент точки */
}
.def-slider-styled.dots .slick-dots {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  margin: 50px 0 20px 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.def-slider-styled.dots.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
}
.def-slider-styled.dots.slick-dots-center .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.def-slider-styled.dots.slick-dots-stick .slick-dots {
  margin-top: 0;
}
.def-slider-styled.dots .slick-dots li {
  list-style: none;
}
.def-slider-styled.dots .slick-dots li button {
  position: relative;
  padding: 0;
  margin: 0 15px;
  font-size: 0;
  width: 0px;
  height: 11px;
  border: none;
  background: #0C4DA2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.def-slider-styled.dots .slick-dots li button::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.def-slider-styled.dots .slick-dots li button::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  right: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.def-slider-styled.dots .slick-dots li.slick-active button {
  background: #00B0AD;
  width: 46px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.def-slider-styled.dots .slick-dots li.slick-active button::before {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.def-slider-styled.dots .slick-dots li.slick-active button::after {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.country-gallery__slider {
  width: 90%;
  margin: auto;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
}
.country-gallery__slider:not(.dots) .slick-dots {
  display: none !important;
}
.country-gallery__slider.dots {
  /* Активная точка */
  /* Элемент точки */
}
.country-gallery__slider.dots .slick-dots {
  margin: 50px 0 20px 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.country-gallery__slider.dots.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
}
.country-gallery__slider.dots.slick-dots-center .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.country-gallery__slider.dots.slick-dots-stick .slick-dots {
  margin-top: 0;
}
.country-gallery__slider.dots .slick-dots li {
  list-style: none;
}
.country-gallery__slider.dots .slick-dots li button {
  position: relative;
  padding: 0;
  margin: 0 15px;
  font-size: 0;
  width: 0px;
  height: 11px;
  border: none;
  background: #0C4DA2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-gallery__slider.dots .slick-dots li button::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-gallery__slider.dots .slick-dots li button::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  right: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-gallery__slider.dots .slick-dots li.slick-active button {
  background: #00B0AD;
  width: 46px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-gallery__slider.dots .slick-dots li.slick-active button::before {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-gallery__slider.dots .slick-dots li.slick-active button::after {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.decor-text--cyan {
  color: #00B0AD !important;
}
.decor-text--blue {
  color: #0C4DA2 !important;
}
.decor-text--orange {
  color: #FC9B65 !important;
}
.decor-text--white {
  color: #FFF !important;
}
.decor-text--light-blue {
  color: #027AC1 !important;
}
.decor-text--gray {
  color: #898989 !important;
}
.decor-text--fill--cyan {
  fill: #00B0AD !important;
}
.decor-text--fill--blue {
  fill: #0C4DA2 !important;
}
.decor-text--fill--orange {
  fill: #FC9B65 !important;
}
.decor-text--fill--white {
  fill: #FFF !important;
}
.decor-text--fill--light-blue {
  fill: #027AC1 !important;
}
.decor-text--fill--gray {
  fill: #898989 !important;
}
.decor-text--400 {
  font-weight: normal;
}
.decor-text--500 {
  font-weight: 500;
}
.decor-text--700 {
  font-weight: bold;
}
.decor-text__title--XL {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 910px)/(1500 - 910)*(52 - 36) + 36px);
  line-height: 1.3em;
}
@media screen and (min-width: 1500px) {
  .decor-text__title--XL {
    font-size: 52px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__title--XL {
    font-size: 36px;
  }
}
.decor-text__title--big {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 910px)/(1500 - 910)*(48 - 24) + 24px);
  line-height: 1.3em;
}
@media screen and (min-width: 1500px) {
  .decor-text__title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__title--big {
    font-size: 24px;
  }
}
.decor-text__title--med-const {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1.3em;
  font-size: 36px;
}
.decor-text__title--med {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1.3em;
  font-size: calc((100vw - 910px)/(1500 - 910)*(36 - 18) + 18px);
}
@media screen and (min-width: 1500px) {
  .decor-text__title--med {
    font-size: 36px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__title--med {
    font-size: 18px;
  }
}
.decor-text__title--MS {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1.3em;
  font-size: 30px;
}
.decor-text__title--small-const {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1.3em;
  font-size: 24px;
}
.decor-text__title--small {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1.3em;
  font-size: calc((100vw - 910px)/(1500 - 910)*(24 - 16) + 16px);
}
@media screen and (min-width: 1500px) {
  .decor-text__title--small {
    font-size: 24px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__title--small {
    font-size: 16px;
  }
}
.decor-text__title--tiny-const {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
}
.decor-text__title--tiny {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 910px)/(1440 - 910)*(18 - 13) + 13px);
  line-height: 1.3em;
}
@media screen and (min-width: 1440px) {
  .decor-text__title--tiny {
    font-size: 18px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__title--tiny {
    font-size: 13px;
  }
}
.decor-text__title--XS {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3em;
}
.decor-text__title--XXS {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3em;
}
.decor-text__text--XL {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1em;
  font-size: calc((100vw - 910px)/(1500 - 910)*(36 - 24) + 24px);
}
@media screen and (min-width: 1500px) {
  .decor-text__text--XL {
    font-size: 36px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__text--XL {
    font-size: 24px;
  }
}
.decor-text__text--big {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1em;
  font-size: calc((100vw - 910px)/(1500 - 910)*(24 - 18) + 18px);
}
@media screen and (min-width: 1500px) {
  .decor-text__text--big {
    font-size: 24px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__text--big {
    font-size: 18px;
  }
}
.decor-text__text--BM {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
}
.decor-text__text--med-adaptive {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 910px)/(1500 - 910)*(16 - 13) + 13px);
  line-height: 1em;
}
@media screen and (min-width: 1500px) {
  .decor-text__text--med-adaptive {
    font-size: 16px;
  }
}
@media screen and (max-width: 910px) {
  .decor-text__text--med-adaptive {
    font-size: 13px;
  }
}
.decor-text__text--med {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
}
.decor-text__text--small {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  line-height: 1em;
  font-size: 15px;
}
.decor-text__text--tiny {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
}
.decor-text__text--logo-scalar {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 350px)/(1200 - 350)*(13 - 5) + 5px);
  line-height: 1.2em;
}
@media screen and (min-width: 1200px) {
  .decor-text__text--logo-scalar {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .decor-text__text--logo-scalar {
    font-size: 5px;
  }
}
.decor-text__text--logo-scalar-tiny {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-size: calc((100vw - 350px)/(1200 - 350)*(11 - 5) + 5px);
  line-height: 1.2em;
}
@media screen and (min-width: 1200px) {
  .decor-text__text--logo-scalar-tiny {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .decor-text__text--logo-scalar-tiny {
    font-size: 5px;
  }
}
.decor-text--ml5 {
  margin-left: 5px;
}
.decor-text--ml10 {
  margin-left: 10px;
}
.decor-text--mt15 {
  margin-top: 15px;
}
.decor-text--mt25 {
  margin-top: 25px;
}
.decor-text--mt35 {
  margin-top: 35px;
}
.decor-text--mt45 {
  margin-top: 45px;
}
.decor-text--mb15 {
  margin-bottom: 15px;
}
.decor-text--mb25 {
  margin-bottom: 25px;
}
.decor-text--mb35 {
  margin-bottom: 35px;
}
.decor-text--mb45 {
  margin-bottom: 45px;
}
.decor-text--mb75 {
  margin-bottom: 75px;
}
.decor-text--center {
  text-align: center;
}

@-webkit-keyframes pulse-1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse-1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.decor-button {
  cursor: pointer;
}
.decor-button__unstyled-text {
  text-decoration: none;
}
.decor-button__unstyled-text span {
  color: inherit;
}
.decor-button--small {
  padding: 10px 20px !important;
  border-radius: 8px !important;
}
.decor-button--tiny {
  padding: 3px 5px !important;
  border-radius: 3px !important;
}
.decor-button--custom {
  padding: var(--pd-y) var(--pd-x) !important;
  border-radius: var(--bdr) !important;
}
.decor-button__border--cyan {
  border: 1px solid #00B0AD;
}
.decor-button__bg--white {
  background: #FFFFFF;
}
.decor-button__bg--blue {
  background: #0C4DA2;
}
.decor-button__outline {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  outline-style: solid;
}
.decor-button__outline--dist-3 {
  border-width: 3px;
}
.decor-button__outline--dist-2 {
  border-width: 2px;
}
.decor-button__outline--w3 {
  outline-width: 3px;
}
.decor-button__outline--w2 {
  outline-width: 2px;
}
.decor-button__outline--w1 {
  outline-width: 1px;
}
.decor-button__outline--cyan {
  outline-color: #00B0AD;
}
.decor-button__outline--blue {
  outline-color: #0C4DA2;
}
.decor-button__outline--white {
  outline-color: #FFFFFF;
}
.decor-button__cyan-big {
  background: #00B0AD;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 15px;
}
.decor-button__gradient-big {
  display: inline-block;
  padding: 14px 50px;
  border-radius: 15px;
  background: linear-gradient(92.32deg, #00BAB3 -11.76%, #0364C7 118.87%), #B6BBBA;
}
.decor-button__wavy {
  overflow: hidden;
  position: relative;
}
.decor-button__wavy span {
  position: relative;
  z-index: 1;
}
.decor-button__wavy .waves {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 200px;
  background: inherit;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.decor-button__wavy .waves::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  background: #fff;
  border-radius: 45%;
  background: rgba(20, 20, 20, 0.5);
  -webkit-animation: btn-wave-rotation 5s linear infinite;
          animation: btn-wave-rotation 5s linear infinite;
}
.decor-button__wavy .waves::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  background: #fff;
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.2);
  -webkit-animation: btn-wave-rotation 10s linear infinite;
          animation: btn-wave-rotation 10s linear infinite;
}
.decor-button__wavy:hover .waves {
  top: -120px;
}
.decor-button__shaded {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-button__shaded:hover {
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-button--pulsing {
  -webkit-animation: pulse-1 3s ease-in-out infinite;
          animation: pulse-1 3s ease-in-out infinite;
}

@-webkit-keyframes btn-wave-rotation {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(360deg);
            transform: translate(-50%, -75%) rotate(360deg);
  }
}

@keyframes btn-wave-rotation {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(360deg);
            transform: translate(-50%, -75%) rotate(360deg);
  }
}
.decor-icons__white {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.1em;
}
.decor-icons__white i {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons__white i:hover {
  color: #e1e1e1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons__cyan {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.1em;
}
.decor-icons__cyan i {
  color: #00B0AD;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons__cyan i:hover {
  color: #009290;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons__blue {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.1em;
}
.decor-icons__blue i {
  color: #0C4DA2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons__blue i:hover {
  color: #09356e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.decor-icons--L {
  font-size: 36px !important;
}
.decor-icons--M {
  font-size: 25px !important;
}
.decor-icons__button {
  border: none;
  background: transparent;
  padding: 0;
}

.decor-shape__circle {
  background: #fff;
  border-radius: 50%;
  font-size: calc((100vw - 768px)/(1440 - 768)*(60 - 30) + 30px);
  width: 1em;
  height: 1em;
  border: 5px solid #FADF54;
}
@media screen and (min-width: 1440px) {
  .decor-shape__circle {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .decor-shape__circle {
    font-size: 30px;
  }
}

.decor-date {
  display: inline-block;
  position: relative;
  padding: 0 6px;
}
.decor-date__bg {
  z-index: -5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  bottom: -10%;
}
.decor-date__bg--cyan {
  background-color: #01DFDB;
}

.decor-input:not(.input--styled) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.decor-input--med > input {
  padding: 5px;
  height: 1.5em;
}
.decor-input--grey > input {
  border: 1px solid #d9d9d9 !important;
}
.decor-input--grey > input:focus {
  outline: 1px solid #a4a4a4;
}

.decor-text-area:not(.text-area--styled) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.decor-text-area--resize-v {
  resize: vertical;
}

.decor-select {
  border-radius: 5px;
  padding: 4px;
}
.decor-select:not(.select--styled) .select__option {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.margin--custom {
  margin-top: var(--mt, inherit);
  margin-bottom: var(--mb, inherit);
  margin-left: var(--ml, inherit);
  margin-right: var(--mr, inherit);
}
.margin--b5 {
  margin-bottom: 5px;
}
.margin--b10 {
  margin-bottom: 10px;
}
.margin--b15 {
  margin-bottom: 15px;
}
.margin--b25 {
  margin-bottom: 25px;
}
.margin--b35 {
  margin-bottom: 35px;
}
.margin--b45 {
  margin-bottom: 45px;
}
.margin--b75 {
  margin-bottom: 75px;
}
.margin--t5 {
  margin-top: 5px;
}
.margin--t10 {
  margin-top: 10px;
}
.margin--t15 {
  margin-top: 15px;
}
.margin--t25 {
  margin-top: 25px;
}
.margin--t35 {
  margin-top: 35px;
}
.margin--t45 {
  margin-top: 45px;
}
.margin--t75 {
  margin-top: 75px;
}
.margin--x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin--x-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.margin--x-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.margin--x-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.margin--x-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.margin--y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin--y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin--y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin--y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.margin--y-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.rounded--custom {
  border-radius: var(--radius);
}
.rounded--15px {
  border-radius: 15px;
}
.rounded--10px {
  border-radius: 10px;
}
.rounded--5px {
  border-radius: 5px;
}

.size--custom {
  width: var(--width, inherit);
  height: var(--height, inherit);
}
.size--w100 {
  width: 100%;
}
.size--h100 {
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--dir--r-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex--dir--c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--dir--c-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex--jc--c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--jc--e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flex--jc--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--jc--sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex--ai--c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--ai--e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flex--ai--sb {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.flex--ai--sa {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}
.flex--wr--w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--wr--w-rev {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-el {
  -ms-flex-preferred-size: var(--fx-b, unset);
      flex-basis: var(--fx-b, unset);
  -webkit-box-flex: var(--fx-g, 0);
      -ms-flex-positive: var(--fx-g, 0);
          flex-grow: var(--fx-g, 0);
  -ms-flex-negative: var(--fx-s, 0);
      flex-shrink: var(--fx-s, 0);
  -ms-flex-item-align: var(--fx-als, unset);
      -ms-grid-row-align: var(--fx-als, unset);
      align-self: var(--fx-als, unset);
  -ms-grid-column-align: var(--fx-js, unset);
      justify-self: var(--fx-js, unset);
}

.line-h-0 {
  line-height: 0;
}

.min-width-0 {
  min-width: 0;
}

/*
//XL

//LG
@media screen and (max-width: 1200px){

}
//MD
@media screen and (max-width: 992px){

}
//SM
@media screen and (max-width: 772px){

}
//TN
@media screen and (max-width: 576px){

}
*/
/* 
ZINDEX
	500 -- mob-menu
	450 -- modal
	400 -- screen-overlay-menu
	375 -- screen-overlay-objects
	150 -- element-overlay-link
	125 -- element-overlay-play-button

	-50 -- modal-hidden
*/
button {
  cursor: pointer;
}

body {
  margin: 0;
}

* {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

a:not(.styled) {
  color: inherit;
  text-decoration: none;
}

input:not(.input--styled) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

p {
  margin-top: 0;
  text-align: justify;
  text-indent: 2em;
}

.rotating {
  -webkit-animation: rotating 30s linear infinite;
          animation: rotating 30s linear infinite;
}

@-webkit-keyframes rotating {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.aspect-1-1--h {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.aspect-1-1--h > img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.aspect-1-1--v {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aspect-1-1--v > img {
  opacity: 0;
  height: 100%;
  width: auto;
}

.full-img-wrapper {
  line-height: 0;
}
.full-img-wrapper--w img {
  width: 100%;
  height: auto;
}
.full-img-wrapper--w svg {
  width: 100%;
  height: auto;
}
.full-img-wrapper--h img {
  height: 100%;
  width: auto;
}
.full-img-wrapper--h svg {
  height: 100%;
  width: auto;
}
.full-img-wrapper--h--center img {
  margin: auto;
}
.full-img-wrapper--h--center svg {
  margin: auto;
}

.h-filter-shadow {
  --fd-shadow-col-t: 1;
  --fd-shadow-rad: 10px;
  --fd-shadow-col: rgba(0,0,0,var(--fd-shadow-col-t));
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  -webkit-filter: drop-shadow(0 0 var(--fd-shadow-rad) rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 var(--fd-shadow-rad) rgba(0, 0, 0, 0));
}
.h-filter-shadow--r15 {
  --fd-shadow-rad: 15px;
}
.h-filter-shadow--t-05 {
  --fd-shadow-col-t: 0.5;
}
.h-filter-shadow:hover {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  -webkit-filter: drop-shadow(0 0 var(--fd-shadow-rad) var(--fd-shadow-col));
          filter: drop-shadow(0 0 var(--fd-shadow-rad) var(--fd-shadow-col));
}

.hover-shadow--15px {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.hover-shadow--15px:hover {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-shadow: 0 0 15px #000;
          box-shadow: 0 0 15px #000;
}
.hover-shadow--15px--t05:hover {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.search-result-card {
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.search-result-card__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .search-result-card__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-result-card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .search-result-card__title {
    text-align: center;
  }
}
.search-result-card__link-button {
  margin-right: 5px;
  margin-left: 5px;
  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;
}
@media screen and (max-width: 768px) {
  .search-result-card__link-button {
    margin-top: 15px;
  }
}

.interactable-image--full {
  width: 100%;
  height: 100%;
}
.interactable-image__wrapper {
  position: relative;
}
.interactable-image__overlay {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interactable-image__overlay:hover {
  -webkit-box-shadow: inset 0 0 50px #000000;
          box-shadow: inset 0 0 50px #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.separator-block {
  line-height: 0;
  /*&__separator-left-wrapper {
  	margin-left: calc(var(--offset, 0%) * -1);
  }
  &__separator-left {
  	margin-left: calc(var(--scale, 0%)*-1);
  }
  &__separator-right-wrapper {
  	margin-right: calc(var(--offset, 0%) * -1);
  }
  &__separator-right {
  	margin-right: calc(var(--scale, 0%)*-1);
  }*/
  /*\
  //global offset//
  &__separator-left-wrapper {
  	margin-left: calc(var(--offset, 0) * 1%);
  }
  &__separator-left {
  	--abs-offset: calc(-1 * max(var(--offset, 0), -1*var(--offset, 0)));
  	margin-left: calc( ( (var(--abs-offset, 0) * 100) / ((100 - var(--space-center, 10)) / 2) ) * 1%);
  }
  &__separator-right-wrapper {
  	margin-right: calc(var(--offset, 0%) * -1%);
  }
  &__separator-right {
  	--abs-offset: calc(-1 * max(var(--offset, 0), -1*var(--offset, 0)));
  	margin-right: calc( ( (var(--abs-offset, 0) * 100) / ((100 - var(--space-center, 10)) / 2) ) * 1%);
  }
  */
  /*
  //flex like global offset
  &__separator-left-wrapper {
  	margin-left: calc(var(--offset, 0) * 1%);
  }
  &__separator-left {
  	margin-left: calc( ( (var(--offset, 0) * -100) / ((100 - var(--space-center, 10)) / 2) ) * 1%);
  }
  &__separator-right-wrapper {
  	margin-right: calc(var(--offset, 0%) * -1%);
  }
  &__separator-right {
  	margin-right: calc( ( (var(--offset, 0) * 100) / ((100 - var(--space-center, 10)) / 2) ) * 1%);
  }
  */
}
.separator-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.separator-block__separator-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - var(--space-center, 10) / 2);
          flex: 0 0 calc(50% - var(--space-center, 10) / 2);
}
.separator-block__separator img {
  width: 100%;
  height: auto;
}
.separator-block__separator-left-wrapper {
  margin-left: calc(var(--offset, 0) * 1%);
}
.separator-block__separator-left {
  margin-left: calc(var(--offset, 0) * -100 / ((100 - var(--space-center, 10)) / 2) * 1%);
}
.separator-block__separator-right-wrapper {
  margin-right: calc(var(--offset, 0%) * -1%);
}
.separator-block__separator-right {
  margin-right: calc(var(--offset, 0) * 100 / ((100 - var(--space-center, 10)) / 2) * 1%);
}

.colorfull-separator__wrapper {
  height: var(--height, auto);
  background: var(--bg-clr, #FFF);
}
.colorfull-separator__container {
  height: 100% !important;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.colorfull-separator__content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.colorfull-separator__bottom-image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.colorfull-separator__bottom-image img {
  max-height: 100%;
}

.content-wrapper--p5 {
  padding: 5px;
}
.content-wrapper--p10 {
  padding: 10px;
}
.content-wrapper--p15 {
  padding: 15px;
}
.content-wrapper--p25 {
  padding: 25px;
}
.content-wrapper--bg-light-gray {
  background: #f9f9f9;
}

.ibg {
  background-position: center;
  background-repeat: no-repeat;
}
.ibg--contain {
  background-size: contain;
}
.ibg--cover {
  background-size: cover;
}

.overlay-link {
  position: absolute;
  z-index: 150;
  width: 100%;
  height: 100%;
}
.overlay-link__wrapper {
  position: relative;
}

.decorated-title {
  position: relative;
}
.decorated-title--left .decorated-title__decor {
  right: 0;
}
.decorated-title--left .decorated-title__wrapper {
  text-align: left;
}
.decorated-title--right .decorated-title__decor {
  left: 0;
}
.decorated-title--right .decorated-title__wrapper {
  text-align: right;
}
.decorated-title__wrapper--L {
  padding: 11px 0;
}
.decorated-title__decor {
  position: absolute;
}
.decorated-title__decor > img {
  height: 100%;
  width: auto;
}
.decorated-title__decor--2X {
  top: -50%;
  bottom: -50%;
}
@media screen and (max-width: 576px) {
  .decorated-title__decor--dp-576px {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .decorated-title__decor--dp-750px {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .decorated-title__decor--dp-992px {
    display: none;
  }
}

.def-button-wrapper {
  text-align: center;
}
.def-button-wrapper--mt-15 {
  margin-top: 15px;
}
.def-button-wrapper--mb-25 {
  margin-bottom: 25px;
}

.play-button {
  cursor: pointer;
}
.play-button--33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.play-button--20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.play-button img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.play-button img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.play-button--bg-contrast {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.play-button__container {
  position: relative;
}
.play-button__wrapper {
  position: absolute;
  z-index: 125;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play-button__wrapper--v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-calendar {
  position: relative;
  margin-bottom: 3em;
}
.table-calendar__arrows {
  position: absolute;
  width: 30px;
  height: 30px;
  border-right: 3px solid #0C4DA2;
  border-top: 3px solid #0C4DA2;
  top: 50%;
  margin-top: -15px;
}
.table-calendar__arrow-left {
  left: -20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.table-calendar__arrow-right {
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.table-calendar__bottom-text {
  position: absolute;
}
.table-calendar__event-text {
  display: none;
}
.table-calendar__week-days {
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
  background: #0C4DA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .table-calendar__week-days--long-992 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .table-calendar__week-days--short-992 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .table-calendar__week-days--long-1200 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .table-calendar__week-days--short-1200 {
    display: none;
  }
}
.table-calendar__week-day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  text-align: center;
}
.table-calendar__day-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #a4a4a4;
}
.table-calendar__day {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  border-right: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  background: var(--bg-def);
}
.table-calendar__day:nth-child(7n+0) .table-calendar__date {
  color: var(--weekend-date-clr, inherit);
}
.table-calendar__day:nth-child(7n-1) .table-calendar__date {
  color: var(--weekend-date-clr, inherit);
}
.table-calendar__day--disabled {
  -webkit-filter: contrast(90%);
          filter: contrast(90%);
}
.table-calendar__day--bg-prim {
  background: var(--bg-prim);
}
.table-calendar__day--bg-sec {
  background: var(--bg-sec);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.table-calendar__day--bg-sec:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.table-calendar__day--bg-weekend {
  background: var(--bg-weekend);
}
.table-calendar__day--bg-prim-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 0, 0 0);
  background: var(--bg-prim);
}
.table-calendar__day--bg-prim-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background: var(--bg-weekend);
}
.table-calendar__date {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  color: var(--primary-date-clr, inherit);
}
@media screen and (max-width: 400px) {
  .table-calendar__date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.curved-outline-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.curved-outline-text-overlay__wrapper {
  position: relative;
}
.curved-outline-text-overlay > svg {
  position: absolute;
  width: unset;
  height: auto;
  left: calc(var(--outline-dist, 10%) * -1);
  right: calc(var(--outline-dist, 10%) * -1);
  top: calc(var(--outline-dist, 10%) * -1);
}

.curved-text-logo {
  width: 100%;
  position: relative;
}
.curved-text-logo__curved-text-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.curved-text-logo__logo-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curved-text-logo__logo-wrapper--p5 {
  padding-top: 5%;
}
.curved-text-logo__logo-wrapper--p10 {
  padding-top: 10%;
}
.curved-text-logo__logo-wrapper--p15 {
  padding-top: 15%;
}
.curved-text-logo__logo--66 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.curved-text-logo__logo img {
  width: 100%;
  height: auto;
}

.def-modal {
  -webkit-transition: background 0.8s, z-index 0s 0.8s;
  transition: background 0.8s, z-index 0s 0.8s;
  background: rgba(50, 50, 50, 0);
  z-index: -50;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.def-modal.modal-active {
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 450;
  background: rgba(50, 50, 50, 0.4);
}
.def-modal.modal-active .def-modal__outer-container {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.def-modal__outer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.def-modal__outer-container::-webkit-scrollbar {
  display: none;
}
.def-modal__inner-container {
  margin: auto;
  padding: 50px 20px;
}
.def-modal__inner-container--75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
@media screen and (max-width: 772px) {
  .def-modal__inner-container--75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.def-modal__inner-container--50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 992px) {
  .def-modal__inner-container--50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media screen and (max-width: 772px) {
  .def-modal__inner-container--50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.def-modal__wrapper {
  position: relative;
  z-index: 10;
  background: #FFF;
  border-radius: 10px;
  padding: 15px 25px;
}
.def-modal__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.def-modal__title {
  -ms-grid-column-align: start;
      justify-self: start;
}
.def-modal__cross {
  -ms-grid-column-align: end;
      justify-self: end;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.def-modal__cross-line {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #0C4DA2;
  background: #0C4DA2;
  border-radius: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.def-modal__cross-line--1 {
  -webkit-transform: translateX(2px) rotate(-135deg);
          transform: translateX(2px) rotate(-135deg);
}
.def-modal__cross-line--2 {
  -webkit-transform: translateX(-2px) rotate(135deg);
          transform: translateX(-2px) rotate(135deg);
}
.def-modal__video-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.def-modal__video-wrapper > iframe {
  width: 100%;
  height: 100%;
}
.def-modal__image-wrapper {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.def-modal__image-wrapper--100 > img {
  width: 100%;
  height: auto;
}
.def-modal__image-wrapper--75 > img {
  width: 75%;
  height: auto;
}
.def-modal__image-wrapper--50 > img {
  width: 50%;
  height: auto;
}
.def-modal__text-wrapper {
  text-align: left;
}
.def-modal__text-wrapper--center {
  text-align: center;
}

.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask--elliptic {
  -webkit-mask-image: url("../images/eliptic-shape.svg");
          mask-image: url("../images/eliptic-shape.svg");
}
.mask--reverse-elliptic {
  -webkit-mask-image: url("../images/reverse-ellipse.svg");
          mask-image: url("../images/reverse-ellipse.svg");
}
.mask--egg {
  -webkit-mask-image: url("../images/egg.svg");
          mask-image: url("../images/egg.svg");
}

.full-image {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.read-more-button:hover {
  text-decoration: underline;
}

.read-less-button:hover {
  text-decoration: underline;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1320px;
  height: auto;
  margin: auto;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.header__top-wrapper {
  padding-top: 20px;
}
.header__top-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .header__top-bar-wrapper {
    display: none;
  }
}
.header__language-wrapper {
  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;
}
.header__top-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.header__top-menu-wrapper :not(:first-child):before {
  content: "";
  margin: 0 7px;
  border-left: 1.5px solid #00B0AD;
}
.header__top-menu-wrapper li {
  list-style: none;
}
.header__top-menu-wrapper li a {
  color: inherit;
  text-decoration: none;
}
.header__logo-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.header__logo-block-wrapper {
  -webkit-box-flex: 45%;
      -ms-flex: 45% 0 0px;
          flex: 45% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__logo-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo-wrapper--XS {
  -webkit-box-flex: 10%;
      -ms-flex: 10% 0 0px;
          flex: 10% 0 0;
}
.header__logo-wrapper--S {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
}
.header__logo-wrapper--M {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
}
.header__logo-wrapper--L {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0 0px;
          flex: 40% 0 0;
}
.header__logo-wrapper--XL {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
.header__logo-wrapper > img {
  width: 100%;
  height: auto;
}
.header__logo-text {
  text-align: center;
}
.header__title-wrapper {
  margin-bottom: 20px;
}
.header__title {
  text-align: center;
}
.header__main-block {
  background: #FFF;
}
@media screen and (max-width: 992px) {
  .header__main-block {
    z-index: 400;
    position: sticky;
    top: 0;
  }
}
.header__main-block-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__main-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__map-wrapper {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
}
.header__map {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__map:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0.95) drop-shadow(0px 0px 10px #DDDDDD);
          filter: brightness(0.95) drop-shadow(0px 0px 10px #DDDDDD);
}
.header__map img {
  width: 100%;
  height: auto;
}
.header__searchbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .header__searchbar-wrapper {
    display: none;
  }
}
.header__searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__searchbar > input {
  height: 1.5em;
}
.header__searchbar-icon {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__reg-wrapper {
    display: none;
  }
}
.header__reg-btn {
  margin: 0 4px;
}
.header__mob-reg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .header__mob-reg-wrapper {
    display: none;
  }
}
.header__mob-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 992px) {
  .header__mob-menu-wrapper {
    display: none;
  }
}
.header__mob-search-icon-wrapper {
  margin-right: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__mob-search-icon-desc {
  margin-top: 5px;
  text-align: center;
}
.header__burger-wrapper {
  padding-top: 5px;
  margin-left: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__burger {
  cursor: pointer;
  height: 30px;
  width: 40px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__burger--active .header__burger-line--top {
  -webkit-transform: translateY(13px) rotate(-135deg);
          transform: translateY(13px) rotate(-135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger--active .header__burger-line--mid {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger--active .header__burger-line--bottom {
  -webkit-transform: translateY(-13px) rotate(135deg);
          transform: translateY(-13px) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #0C4DA2;
  background: #0C4DA2;
  border-radius: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger-desc {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .header__bottom-wrapper {
    z-index: 400;
    position: sticky;
    top: 0;
  }
}
.header__bottom-wrapper--margin {
  margin-bottom: 55px;
}
.header__bottom-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__bottom-menu-wrapper {
    height: 15px;
  }
}
.header__menu-blue-section {
  background: #034DA2;
  -webkit-box-flex: 20%;
      -ms-flex: 20% 1 1;
          flex: 20% 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__menu-blue-section {
    -webkit-box-flex: 10%;
        -ms-flex: 10% 1 1;
            flex: 10% 1 1;
  }
}
.header__house-wrapper {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .header__house-wrapper {
    display: none;
  }
}
.header__menu-divider {
  -webkit-box-flex: 35px;
      -ms-flex: 35px 0 0px;
          flex: 35px 0 0;
  position: relative;
  overflow: hidden;
  background: #00B0AD;
}
.header__divider-diagonal {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
  background: #034DA2;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.header__menu-cyan-section {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.01%, #00B0AD), color-stop(100.02%, #0364C7)), #0C4DA2;
  background: linear-gradient(90deg, #00B0AD -0.01%, #0364C7 100.02%), #0C4DA2;
  -webkit-box-flex: 80%;
      -ms-flex: 80% 1 1;
          flex: 80% 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header__bottom-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bottom-menu li {
  text-align: center;
  margin: 0 10px;
  list-style: none;
}
.header__bottom-menu li a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .header__bottom-menu {
    display: none;
  }
}
.header__sub-menu-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .header__sub-menu-wrapper {
    display: none;
  }
}
.header__sub-menu-transition-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.header__sub-menu-transition {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #00B0AD;
  background: #FFF;
}
.header__sub-menu-transition--left {
  right: 0;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__sub-menu-transition--right {
  left: 0;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #00B0AD;
  padding: 4px 2px;
}
.header__sub-menu-item {
  cursor: pointer;
}
.header__sub-menu-item:not(:first-child):before {
  content: "";
  margin: 0 14px;
  border-left: 1.5px solid #034DA2;
}
.header__bottom-image-wrapper {
  width: 100%;
}
.header__bottom-image > img {
  width: 100%;
  height: auto;
}

.mob-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 500;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  .mob-menu {
    display: none;
  }
}
.mob-menu--active {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.mob-menu__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  overflow: scroll;
}
.mob-menu__title-wrapper {
  text-align: center;
}
.mob-menu__decor-line {
  border: 1px solid #0C4DA2;
  border-radius: 1px;
  width: 90%;
  background: #0C4DA2;
  margin: 15px auto;
}
.mob-menu__home-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}
.mob-menu__home-text {
  margin-left: 10px;
}
.mob-menu__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #edf0f1;
  border-bottom: 1px solid #edf0f1;
}
.mob-menu__menu-item-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mob-menu__menu-item-list li {
  border-top: 1px solid #edf0f1;
  border-bottom: 1px solid #edf0f1;
  padding: 15px 30px;
  list-style: none;
}
.mob-menu__menu-item-list li a {
  color: inherit;
  text-decoration: none;
}
.mob-menu__menu-item {
  border-top: 1px solid #edf0f1;
  border-bottom: 1px solid #edf0f1;
  padding: 15px 30px;
}
.mob-menu__menu-socials {
  margin-top: 10px;
}
.mob-menu__menu-social {
  margin-right: 4px;
}

.breadcrumbs__container {
  margin-bottom: 35px;
}

.page-title__container {
  margin-bottom: 35px;
}

.btn {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #00B0AD;
  color: #034EA2;
  margin: 2px;
}
.btn--blue {
  color: #FFF;
  background: #034DA2;
}
.btn--white {
  background: #FFF;
}
.btn--white-blue-filled {
  background: #E2F4FE;
}

.input {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #00B0AD;
  color: #034EA2;
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .input {
    width: 120px;
  }
}
.input__container {
  display: inline-block;
}
.input--white-blue-filled {
  background: #E2F4FE;
}

.twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .twocol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.twocol__col {
  min-width: 0;
}
.twocol__col--2-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 768px) {
  .twocol__col--2-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.twocol__col--1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media screen and (max-width: 768px) {
  .twocol__col--1-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.twocol__col--1-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.events {
  min-width: 0;
  height: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.events__date-margin {
  margin-bottom: 7px;
}
.events__title-margin {
  margin-bottom: 2px;
}
.events__text-margin {
  margin-bottom: 18px;
}
.events__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
}
.events__image {
  margin: 10px;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.events__text {
  position: relative;
  margin-top: 15px;
}

.about-proj {
  height: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .about-proj {
    margin-top: 100px;
  }
}
.about-proj__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .about-proj__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .about-proj__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .about-proj__title {
    padding-bottom: 20px;
  }
}
.about-proj__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about-proj__text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-proj__text {
    top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: 28px;
  }
}
@media screen and (max-width: 576px) {
  .about-proj__text {
    margin-top: 29px;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }
}

.calendar {
  margin-top: 120px;
}
.calendar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 265px;
}
.calendar__slider {
  width: 90%;
  margin: 0 auto;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__month {
  background-color: #0C4DA2;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__events-cutoff {
  top: 0;
  bottom: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__events-cutoff:hover, .calendar__slider .calendar__item:nth-child(even) .calendar__month-wrapper:hover .calendar__events-cutoff {
  top: -400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__events-wrapper {
  top: 100%;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  background-position: 0 -500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__events-cutoff:hover .calendar__events-wrapper, .calendar__slider .calendar__item:nth-child(even) .calendar__month-wrapper:hover .calendar__events-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-position: 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__event-line {
  margin-top: 20px;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__event-circle {
  left: -6.5px;
  top: -6.5px;
}
.calendar__slider .calendar__item:nth-child(even) .calendar__text-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__month {
  background-color: #00B0AD;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__events-cutoff {
  top: 150px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__events-cutoff:hover, .calendar__slider .calendar__item:nth-child(odd) .calendar__month-wrapper:hover .calendar__events-cutoff {
  bottom: -400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__events-wrapper {
  bottom: 100%;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  background-position: 0 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__events-cutoff:hover .calendar__events-wrapper, .calendar__slider .calendar__item:nth-child(odd) .calendar__month-wrapper:hover .calendar__events-wrapper {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-position: 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__event-line {
  margin-bottom: 20px;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__event-circle {
  left: -6.5px;
  bottom: -6.5px;
}
.calendar__slider .calendar__item:nth-child(odd) .calendar__text-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.calendar__slider__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .calendar__slider__wrap {
    margin: 0 40px;
  }
}
.calendar__events-cutoff {
  position: absolute;
  overflow: hidden;
  width: 160%;
  left: 0;
}
.calendar__events-wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  padding: 9px 0px 9px 0px;
  margin: 9px 0px 9px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
}
.calendar__event-wrapper {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar__text-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.calendar__text-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calendar__event-line {
  position: relative;
  border-left: 1px solid #222B56;
  margin-left: 6px;
  padding-right: 12px;
}
.calendar__event-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #222B56;
  background: #fff;
  z-index: 10;
  width: 6px;
  height: 6px;
}
.calendar__event-title {
  position: relative;
}
.calendar__event-text {
  position: relative;
}
.calendar__item {
  height: 240px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar__month-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar__month {
  width: 125px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.block2 {
  margin-top: 120px;
  height: 500px;
}

.components__container {
  margin-top: 135px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .components__container {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .components__container {
    height: 700px;
  }
}
.components__title {
  margin-bottom: 20px;
}
.components__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .components__wrap {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.components__element-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .components__element-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .components__element {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.components__about-button-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comp-element__icon-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-element__icon {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  height: 95%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .comp-element__icon {
    height: 85%;
  }
}
@media screen and (max-width: 768px) {
  .comp-element__icon {
    height: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
  }
}
.comp-element__icon:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comp-element__icon a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.comp-element__icon-link {
  width: 100%;
  height: 100%;
}
.comp-element__content-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .comp-element__content-wrap {
    margin-top: 20px;
  }
}
.comp-element__number-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  margin-right: 3%;
}
.comp-element__number {
  height: 100%;
}
.comp-element__title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.comp-element__title {
  width: 10em;
}
.comp-element__subtitle {
  position: absolute;
  margin: 7px 0;
  left: -4px;
}
.comp-element__subtitle--top {
  bottom: 100%;
}
.comp-element__subtitle--bottom {
  top: 100%;
}

.training__container {
  margin-bottom: 200px;
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.training__slider-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.training__slider {
  height: 100%;
}
.training__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.training-slide__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.training-slide__text-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 425px) {
  .training-slide__text-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.training-slide__date-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.training-slide__date {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-orientation: mixed;
  position: relative;
}
.training-slide__date-container {
  margin-left: 10px;
  padding: 10px 0;
}
.training-slide__date-yellow-bar {
  position: absolute;
  background: #FADF54;
  bottom: 0;
  top: 0;
  right: 10px;
  left: 0;
  z-index: -1;
}
.training-slide__right-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  min-width: auto;
}
.training-slide__timezone-container {
  padding: 15px 0;
}
.training-slide__timezone-wrap {
  position: relative;
  padding-left: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.training-slide__timezones-circle {
  position: absolute;
  background: #00B0AD;
  border-radius: 50%;
  left: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
}
.training-slide__button-wrap {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.training-slide__image-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  aspect-ratio: 16/9;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 425px) {
  .training-slide__image-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.training-slide__image-wrap {
  width: 100%;
  height: 100%;
}
.training-slide__image {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.arrow-separator {
  margin-bottom: 55px;
}
.arrow-separator__cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-separator__left-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.arrow-separator__left-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20%;
}
.arrow-separator__left-col-1 img {
  width: 80%;
}
.arrow-separator__left-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-separator__left-col-2 img {
  width: 80%;
}
.arrow-separator__right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-separator__right-col img {
  width: 51%;
}

.partners__outer-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.partners__inner-container {
  width: 100%;
  position: relative;
  height: 48.402777778vw;
}
.partners__image {
  z-index: -1;
  position: absolute;
  width: 100%;
  top: -7%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.partners__image > img {
  width: 100%;
  top: 0;
  height: auto;
}
.partners__content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.partners__logo-wrapper > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partners__logo-wrapper--1 {
  position: absolute;
  left: 16%;
  right: 66.4%;
  bottom: 69%;
  top: 17%;
}
.partners__logo-wrapper--2 {
  position: absolute;
  left: 40%;
  right: 45%;
  bottom: 56.5%;
  top: 10%;
}
.partners__logo-wrapper--3 {
  position: absolute;
  left: 21.1%;
  right: 69.3%;
  bottom: 19.4%;
  top: 58.7%;
}
.partners__logo-wrapper--4 {
  position: absolute;
  left: 39.9%;
  right: 42.69%;
  bottom: 30.5%;
  top: 55%;
}
.partners__logo-wrapper--5 {
  position: absolute;
  left: 64.7%;
  right: 13.1%;
  bottom: 32.1%;
  top: 51.9%;
}
.partners__logo {
  width: 100%;
  height: 100%;
  position: relative;
}
.partners__logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partners__logo-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 100%;
}

.support__container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support__title {
  margin-bottom: 41px;
}
.support__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support__bar-outer-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .support__bar-outer-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 650px) {
  .support__bar-outer-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.support__bar-outer-wrap--top {
  margin-bottom: 70px;
}
@media screen and (max-width: 650px) {
  .support__bar-outer-wrap--top {
    margin: 35px 0;
  }
}
.support__bar-outer-wrap--bottom {
  margin-top: 70px;
}
@media screen and (max-width: 650px) {
  .support__bar-outer-wrap--bottom {
    margin: 35px 0;
  }
}
.support__bar-inner-wrap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .support__bar-inner-wrap {
    width: 195px;
  }
}
.support__bar {
  width: 100%;
  height: 100%;
}

.support-bar {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.support-bar__image-wrapper {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 32px;
}
.support-bar__image-wrapper > img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.support-bar__image {
  position: absolute;
  border-radius: 50%;
  top: 0;
  width: 100%;
  height: 100%;
}
.support-bar__title-wrap {
  margin-bottom: 45px;
  text-align: center;
}
.support-bar__title {
  padding-bottom: 8px;
}
.support-bar__subtitle {
  padding: 0 10px;
}
.support-bar__date-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.support-bar__date-wrap {
  margin: 0 20px;
  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;
}
@media screen and (max-width: 992px) {
  .support-bar__date-wrap {
    margin: 0 5px;
  }
}
.support-bar__date-content {
  position: absolute;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .support-bar__date-content {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .support-bar__date-content {
    padding-top: 15px;
  }
}
.support-bar__date {
  padding-bottom: 15px;
}
.support-bar__bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}
.support-bar__bg img {
  width: 100%;
  height: auto;
}

.map__block-container {
  position: relative;
  margin-bottom: 160px;
  margin-top: 150px;
  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;
}
.map__title-wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  position: relative;
}
.map__top-wrap {
  position: absolute;
  height: 200%;
  top: -50%;
  right: 0;
}
@media screen and (max-width: 576px) {
  .map__top-wrap {
    display: none;
  }
}
.map__top {
  height: 100%;
}
.map__top > img {
  position: relative;
  width: auto;
  height: 100%;
}
.map__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10% 30% 0 10%;
}
.map__main-container {
  position: relative;
  width: 100%;
}
.map__cyan-container {
  position: relative;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  width: 100%;
  height: auto;
}
.map__cyan-container img {
  width: 100%;
  height: auto;
}
.map__cyan-container.map__element-active .map__image-wrap {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 154, 188, 0.66));
          filter: drop-shadow(0px 0px 15px rgba(0, 154, 188, 0.66));
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.map__cyan-container.map__element-active img {
  -webkit-filter: drop-shadow(1px 1px 0px #FFF) drop-shadow(-1px 1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px -1px 0px #FFF);
          filter: drop-shadow(1px 1px 0px #FFF) drop-shadow(-1px 1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px -1px 0px #FFF);
}
.map__cyan-container .map__label-container {
  bottom: 69%;
  left: 51%;
}
@media screen and (max-width: 772px) {
  .map__cyan-container .map__label-container {
    left: auto;
    right: calc(49% - 25px);
  }
}
.map__cyan-trigger {
  position: absolute;
  width: 86%;
  height: 66%;
  top: -27%;
  left: 10%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.map__light-blue-container {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  right: -38%;
  left: 76.2%;
  top: 39.5%;
  position: absolute;
}
.map__light-blue-container img {
  width: 100%;
  height: auto;
}
.map__light-blue-container.map__element-active .map__image-wrap {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(2, 171, 168, 0.66));
          filter: drop-shadow(0px 0px 15px rgba(2, 171, 168, 0.66));
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.map__light-blue-container.map__element-active img {
  -webkit-filter: drop-shadow(1px 1px 0px #00B0AD) drop-shadow(-1px 1px 0px #00B0AD) drop-shadow(1px -1px 0px #00B0AD) drop-shadow(-1px -1px 0px #00B0AD);
          filter: drop-shadow(1px 1px 0px #00B0AD) drop-shadow(-1px 1px 0px #00B0AD) drop-shadow(1px -1px 0px #00B0AD) drop-shadow(-1px -1px 0px #00B0AD);
}
.map__light-blue-container .map__label-container {
  bottom: 90%;
  left: 45%;
}
@media screen and (max-width: 772px) {
  .map__light-blue-container .map__label-container {
    left: auto;
    right: calc(55% - 25px);
  }
}
.map__light-blue-trigger {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 24%;
  left: 4%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.map__blue-container {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  right: -11%;
  left: 64.6%;
  bottom: -6%;
  position: absolute;
}
.map__blue-container img {
  width: 100%;
  height: auto;
}
.map__blue-container.map__element-active .map__image-wrap {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(52, 140, 198, 0.73));
          filter: drop-shadow(0px 0px 15px rgba(52, 140, 198, 0.73));
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.map__blue-container.map__element-active img {
  -webkit-filter: drop-shadow(1px 1px 0px #FFF) drop-shadow(-1px 1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px -1px 0px #FFF);
          filter: drop-shadow(1px 1px 0px #FFF) drop-shadow(-1px 1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px -1px 0px #FFF);
}
.map__blue-container .map__label-container {
  bottom: 35%;
  left: 86%;
}
@media screen and (max-width: 772px) {
  .map__blue-container .map__label-container {
    bottom: auto;
    left: auto;
    top: 65%;
    right: calc(14% - 25px);
  }
}
.map__blue-trigger {
  position: absolute;
  width: 100%;
  height: 90%;
  top: -15%;
  left: 4%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.map__trigger {
  pointer-events: auto;
  z-index: 10;
}
.map__trigger-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.map__image-wrap {
  width: 100%;
  height: 100%;
}
.map__element {
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.map__element-active {
  z-index: 10;
}
.map__element-active .map__label-wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.map__element-active .map__label-text {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.map__label-container {
  overflow: hidden;
  position: absolute;
  width: 170px;
}
.map__label-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.map__label-line {
  position: relative;
  border-left: 1px solid #222B56;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 17px;
  margin-left: 7px;
}
.map__label-circle {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: -6px;
  border-radius: 50%;
  border: 3px solid #222B56;
  background: #fff;
}
.map__label-text-wrap {
  overflow: hidden;
  margin-bottom: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.map__label-text {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (max-width: 772px) {
  .map__label-mob-invX .map__label-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .map__label-mob-invX :not(.map__element-active).map__label-text {
    text-align: right;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@media screen and (max-width: 772px) {
  .map__label-mob-invY .map__label-wrap {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .map__label-mob-invY .map__label-text-wrap {
    margin-bottom: 0;
    margin-top: 20%;
  }
  .map__label-mob-invY .map__label-circle {
    top: auto;
    bottom: 0;
  }
}
.map__indicator-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #0C4DA2;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 35;
}
.map__indicator-circle:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.map__indicator-circle--1 {
  top: 20%;
  left: 20%;
}
.map__indicator-circle--2 {
  top: 48%;
  left: 105%;
}
.map__circle-block-L {
  position: absolute;
  top: 82%;
  bottom: -10%;
  left: 0;
  right: 70%;
}
.map__circle-block-L .map__circle {
  position: absolute;
}
.map__circle-block-L .map__circle--1 {
  top: 0;
  left: 10%;
}
.map__circle-block-L .map__circle--2 {
  bottom: 0;
  left: 30%;
}
.map__circle-block-L .map__circle--3 {
  top: 40%;
  right: 20%;
}
@media screen and (max-width: 576px) {
  .map__circle-block-L {
    display: none;
  }
}
.map__circle-block-R {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 85%;
  right: 0;
}
.map__circle-block-R > .map__circle {
  position: absolute;
}
.map__circle-block-R > .map__circle--1 {
  top: 0%;
  left: 15%;
}
.map__circle-block-R > .map__circle--2 {
  top: 40%;
  right: 10%;
}
.map__circle-block-R > .map__circle--3 {
  bottom: 0%;
  left: 0%;
}
@media screen and (max-width: 772px) {
  .map__circle-block-R {
    display: none;
  }
}
.map__dots-shape {
  position: absolute;
  left: 4%;
  top: 20%;
  width: 5%;
}
.map__dots-shape img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .map__dots-shape {
    display: none;
  }
}

.def-post-block__main-title {
  margin-bottom: 25px;
}
.def-post-block__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .def-post-block__info-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.def-post-block__image-block-wrapper {
  margin-bottom: 15px;
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .def-post-block__image-block-wrapper {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
}
.def-post-block__main-nav-slider-wrapper {
  margin-bottom: 25px;
}
.def-post-block__main-nav-slide-content-wrapper {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.def-post-block__main-nav-img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.def-post-block__main-nav-img > img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.def-post-block__main-nav-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.def-post-block__sec-nav-img-wrapper {
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.def-post-block__sec-nav-img {
  width: 100%;
}
.def-post-block__sec-nav-img > img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.def-post-block__info-block-wrapper {
  -webkit-box-flex: 65%;
      -ms-flex: 65% 0 0px;
          flex: 65% 0 0;
}
@media screen and (max-width: 576px) {
  .def-post-block__info-block-wrapper {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.def-post-block__date-wrapper {
  margin-bottom: 15px;
}
.def-post-block__secondary-title {
  margin-bottom: 15px;
}
.def-post-block__extra-info-list {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .def-post-block__extra-info-list {
    width: 100%;
  }
}
.def-post-block__extra-info-list :not(:last-child).def-post-block__extra-info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.def-post-block__extra-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.def-post-block__extra-info-title-wrapper {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
.def-post-block__extra-info-content {
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.event-main-block__container {
  height: auto;
}
.event-main-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-main-block__title {
  margin-bottom: 72px;
}
.event-main-block__image-wrapper {
  position: relative;
  display: block;
  float: left;
}
@media screen and (max-width: 576px) {
  .event-main-block__image-wrapper {
    float: none;
  }
}
.event-main-block__image {
  display: block;
  margin-right: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .event-main-block__image {
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
  }
}
.event-main-block__image > img {
  width: 40vw;
}
@media screen and (min-width: 1400px) {
  .event-main-block__image > img {
    width: 560px;
  }
}
@media screen and (max-width: 576px) {
  .event-main-block__image > img {
    width: 100%;
  }
}
.event-main-block__side-text-wrapper {
  position: relative;
}
.event-main-block__date-wrapper {
  white-space: nowrap;
  display: block;
  left: 100%;
  bottom: 100%;
  margin-bottom: 44px;
  position: absolute;
}
@media screen and (max-width: 576px) {
  .event-main-block__date-wrapper {
    left: 0;
    margin-bottom: 10px;
  }
}
.event-main-block__date {
  position: relative;
  padding: 0 7px;
}
.event-main-block__date-bg {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #01DFDB;
  z-index: -1;
}
.event-main-block__text {
  text-align: justify;
}

.doc-slider__container {
  margin-top: 60px;
  margin-bottom: 90px;
}
.doc-slider__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.doc-slider__img {
  margin: auto;
}
.doc-slider__img img {
  height: 100px;
  width: auto;
}
.doc-slider__desc {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  padding-top: 10px;
}

.def-slider__title--decorated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.def-slider__title-line-decor {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  height: 3px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 176, 173)), to(rgb(12, 77, 160)));
  background: linear-gradient(90deg, rgb(0, 176, 173) 0%, rgb(12, 77, 160) 100%);
}
@media screen and (max-width: 576px) {
  .def-slider__title-line-decor {
    display: none;
  }
}
.def-slider__slider-wrapper {
  margin-top: 80px;
  width: 100%;
}
.gallery-slider__container {
  margin-top: 60px;
}
.gallery-slider__slider-wrapper {
  margin-top: 80px;
  width: 100%;
}
.gallery-slider__image {
  margin: 0 10%;
  width: 80%;
  margin: auto;
  height: auto;
}
.gallery-slider__image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.gallery-slider__date {
  margin-bottom: 15px;
}
.gallery-slider__image-desc {
  width: 100%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.participants-slider__container {
  margin-top: 60px;
}
.participants-slider__content-wrapper {
  margin: 0 15px;
  padding: 20px 10px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.participants-slider__img-wrapper {
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 55%;
      -ms-flex: 55% 0 0px;
          flex: 55% 0 0;
}
.participants-slider__img {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.participants-slider__text-wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.participants-slider__title {
  margin-top: 15px;
  text-align: center;
}
.participants-slider__text {
  margin-top: 15px;
  text-align: center;
}

.preview-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-cards__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 10px;
  border: 1px solid #DDD;
  background-color: #F4F4F4;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.preview-cards__card:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #e7e7e7;
}
.preview-card-vertical {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preview-card-vertical--M {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  height: 400px;
}
.preview-card-vertical__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
}
.preview-card-vertical__contained-image {
  margin-top: 15px;
  height: 70%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-card-vertical__contained-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.preview-card-vertical__text-wrapper {
  text-align: center;
}

.preview-card-horizontal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preview-card-horizontal--M {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  height: 260px;
}
.preview-card-horizontal__covering-image {
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 100%;
  text-align: center;
}
.preview-card-horizontal__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-card-horizontal__text {
  text-align: center;
}

.preview-list__container {
  margin-top: 60px;
}
.preview-list__container--last {
  margin-bottom: 90px;
}
.preview-list__title {
  margin-bottom: 40px;
}
.preview-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview--third {
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 992px) {
  .preview--third {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
  }
}
@media screen and (max-width: 576px) {
  .preview--third {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.preview--full {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
}
.preview__img-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.preview__img {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.preview__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.preview__date {
  margin-bottom: 15px;
}
.preview__title {
  margin-bottom: 10px;
}
.preview__text {
  margin-bottom: 20px;
}
.preview__button {
  margin-top: 20px;
}
.preview__horizontal {
  margin-bottom: 75px;
}
.preview__horizontal .preview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .preview__horizontal .preview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.preview__horizontal .preview__img-wrapper {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
  margin-bottom: 0;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .preview__horizontal .preview__img-wrapper {
    -webkit-box-flex: 40%;
        -ms-flex: 40% 0 0px;
            flex: 40% 0 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .preview__horizontal .preview__img-wrapper {
    margin: 0 auto 20px auto;
    width: 60%;
  }
}

.multi-lang-video__container {
  margin-bottom: 75px;
}
.multi-lang-video__title {
  margin-bottom: 35px;
}
.multi-lang-video__wrapper {
  height: 440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 992px) {
  .multi-lang-video__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.multi-lang-video__language-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 992px) {
  .multi-lang-video__language-wrapper:hover {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .multi-lang-video__language-wrapper:hover .multi-lang-video__language-bg-image {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 1;
  }
  .multi-lang-video__language-wrapper:hover .multi-lang-video__language-bg {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
  }
  .multi-lang-video__language-wrapper:hover .multi-lang-video__play-button {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 1;
  }
  .multi-lang-video__language-wrapper:hover .multi-lang-video__preview-content-wrapper {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
  }
}
.multi-lang-video__language-wrapper:not(:last-child) {
  border-right: 3px solid #FFF;
}
@media screen and (max-width: 992px) {
  .multi-lang-video__language-wrapper {
    border-bottom: 3px solid #FFF;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.multi-lang-video__language {
  position: relative;
  width: 100%;
  height: 100%;
}
.multi-lang-video__mobile-trigger {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .multi-lang-video__mobile-trigger {
    display: none;
  }
}
.multi-lang-video__language-bg {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 5px;
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.multi-lang-video__language-bg--1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 176, 173)), to(rgb(1, 161, 178)));
  background: linear-gradient(90deg, rgb(0, 176, 173) 0%, rgb(1, 161, 178) 100%);
}
.multi-lang-video__language-bg--2 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 161, 178)), to(rgb(2, 146, 183)));
  background: linear-gradient(90deg, rgb(1, 161, 178) 0%, rgb(2, 146, 183) 100%);
}
.multi-lang-video__language-bg--3 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 146, 183)), to(rgb(2, 131, 188)));
  background: linear-gradient(90deg, rgb(2, 146, 183) 0%, rgb(2, 131, 188) 100%);
}
.multi-lang-video__language-bg--4 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 131, 188)), to(rgb(3, 116, 194)));
  background: linear-gradient(90deg, rgb(2, 131, 188) 0%, rgb(3, 116, 194) 100%);
}
.multi-lang-video__language-bg--5 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(3, 116, 194)), to(rgb(3, 100, 199)));
  background: linear-gradient(90deg, rgb(3, 116, 194) 0, rgb(3, 100, 199) 100%);
}
.multi-lang-video__language-bg-image {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: -10;
  opacity: 0;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.multi-lang-video__play-button-wrapper {
  position: absolute;
  width: 100%;
  height: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multi-lang-video__play-button {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multi-lang-video__play-button > img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.multi-lang-video__play-button > img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.multi-lang-video__preview-content-wrapper {
  z-index: -5;
  opacity: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  width: 100%;
  height: 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.multi-lang-video__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.multi-lang-video__icon > svg {
  height: 100%;
  width: auto;
}

.about-project-video__container {
  margin-bottom: 50px;
}
.about-project-video__title {
  margin-bottom: 25px;
}
.about-project-video__video {
  position: relative;
  width: 100%;
}
.about-project-video__video > img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.about-project-video__play-button {
  position: absolute;
  top: 33%;
  bottom: 33%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-project-video__play-button > img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-project-video__play-button > img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-project-content__container {
  margin-top: 60px;
  margin-bottom: 150px;
}
.about-project-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 758px) {
  .about-project-content__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-project-content__left-wrapper {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
  min-width: 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 758px) {
  .about-project-content__left-wrapper {
    margin-bottom: 20px;
    -webkit-box-flex: 35%;
        -ms-flex: 35% 0 0px;
            flex: 35% 0 0;
  }
}
@media screen and (max-width: 576px) {
  .about-project-content__left-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }
}
.about-project-content__main-img-slider {
  min-width: 0;
}
.about-project-content__main-img-slider .slick-list {
  height: 100%;
}
.about-project-content__main-img-slider .slick-list .slick-track {
  height: 100%;
}
@media screen and (max-width: 758px) {
  .about-project-content__main-img-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-project-content__main-img-image {
  margin-bottom: 15px;
  border-radius: 10px;
}
.about-project-content__main-img-title {
  margin-bottom: 7px;
}
.about-project-content__right-wrapper {
  -webkit-box-flex: 70%;
      -ms-flex: 70% 0 0px;
          flex: 70% 0 0;
  min-width: 0;
}
@media screen and (max-width: 758px) {
  .about-project-content__right-wrapper {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.about-project-content__nav-slider-wrapper {
  min-width: 0;
}
.about-project-content__nav-slider {
  min-width: 0;
  margin-bottom: 40px;
}
.about-project-content__nav-slider .slick-list {
  height: 90px;
}
.about-project-content__nav-slider .slick-list .slick-track {
  height: 100%;
}
.about-project-content__nav-slider .slick-dots {
  margin: 50px 0 20px 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-project-content__nav-slider .slick-dots li {
  list-style: none;
}
.about-project-content__nav-slider .slick-dots li button {
  position: relative;
  padding: 0;
  margin: 0 15px;
  font-size: 0;
  width: 0px;
  height: 11px;
  border: none;
  background: #0C4DA2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  margin-top: -5.5px;
  right: -5.5px;
  background: #0C4DA2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-slider .slick-dots li.slick-active button {
  background: #00B0AD;
  width: 46px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-slider .slick-dots li.slick-active button::before {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-slider .slick-dots li.slick-active button::after {
  background: #00B0AD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-project-content__nav-img {
  height: 100%;
  margin: auto;
  border-radius: 10px;
}
.about-partners-slider__container {
  margin-bottom: 30px;
}
.about-partners-slider__slide {
  height: 100px;
}
.about-partners-slider__img-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-partners-slider__img {
  height: 80%;
  -webkit-box-flex: 80%;
      -ms-flex: 80% 0 0px;
          flex: 80% 0 0;
}

@media screen and (max-width: 440px) {
  .contact-info-block__slider .slick-arrow {
    display: none !important;
  }
  .contact-info-block__slider .slick-list {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.contact-info-card__outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(180, 180, 180, 0.1);
  border-radius: 5px;
  margin: 0 15px;
  padding: 30px 50px 30px 50px;
}
@media screen and (max-width: 1200px) and (min-width: 768px), screen and (max-width: 1200px) and (max-width: 480px) {
  .contact-info-card__outer-wrapper {
    padding: 30px 20px 30px 20px;
  }
}
.contact-info-card__title {
  margin-bottom: 18px;
}
.contact-info-card__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.contact-info-card__contact-icon {
  margin-right: 20px;
}
.about-region-link__outer-container {
  width: 100%;
  background: rgba(0, 187, 180, 0.04);
  padding: 30px 0;
}
.about-region-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .about-region-link__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-region-link__text-area {
  -webkit-box-flex: 35%;
      -ms-flex: 35% 0 0px;
          flex: 35% 0 0;
  padding: 20px 0;
  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: start;
}
@media screen and (max-width: 768px) {
  .about-region-link__text-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-region-link__text {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about-region-link__text {
    text-align: center;
  }
}
.about-region-link__image {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
@media screen and (max-width: 768px) {
  .about-region-link__image {
    -webkit-box-flex: 150px;
        -ms-flex: 150px;
            flex: 150px;
  }
}

.component-block__title {
  margin-bottom: 60px;
}
.component-block__subtitle {
  width: 100%;
}
.component-block__subtitle--left .component-block__subtitle-decor-circle-cylinder {
  display: none;
}
.component-block__subtitle--left .component-block__subtitle-wrap-outer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.component-block__subtitle--left .component-block__subtitle-wrap-inner {
  margin-left: 5%;
}
.component-block__subtitle--right .component-block__subtitle-decor-arrow-cylinder {
  display: none;
}
.component-block__subtitle--right .component-block__subtitle-wrap-outer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.component-block__subtitle--right .component-block__subtitle-wrap-inner {
  margin-right: 5%;
}
.component-block__subtitle-container {
  width: 100%;
  position: relative;
}
.component-block__subtitle-decor-circle-cylinder {
  position: absolute;
  left: 0;
  top: -15%;
  bottom: -15%;
}
.component-block__subtitle-decor-circle-cylinder > img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .component-block__subtitle-decor-circle-cylinder {
    display: none;
  }
}
.component-block__subtitle-decor-arrow-cylinder {
  position: absolute;
  right: 0;
  top: -50%;
  bottom: -50%;
}
.component-block__subtitle-decor-arrow-cylinder > img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .component-block__subtitle-decor-arrow-cylinder {
    display: none;
  }
}
.component-block__subtitle-wrap-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .component-block__subtitle-wrap-inner {
    margin-right: 0;
  }
}
.component-block__main-subtitle {
  margin-bottom: 5px;
}
.component-block__sec-subtitle {
  height: 1em;
}
.component-block__component-group {
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}
.component-block__content-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .component-block__content-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.component-block__content-inner-wrap {
  padding: 30px;
  background: rgba(0, 187, 180, 0.04);
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .component-block__content-inner-wrap {
    padding: 10px;
  }
}
.component-block__icon-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .component-block__icon-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.component-block__icon-inner-wrap {
  position: relative;
  width: 100%;
}
.component-block__icon {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  padding: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.component-block__icon-container {
  width: 100%;
  height: 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;
}
.component-block__icon-container img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.component-block__icon-container img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)) brightness(0.95);
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)) brightness(0.95);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.component-block__icon-bg {
  z-index: -10;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 176, 173)), to(rgb(12, 77, 160)));
  background: linear-gradient(0deg, rgb(0, 176, 173) 0%, rgb(12, 77, 160) 100%);
}
.component-block__icon-bg--offset-bl {
  -webkit-transform: rotate(135deg) translate(4px, 0);
          transform: rotate(135deg) translate(4px, 0);
}
.component-block__icon-bg--offset-b {
  -webkit-transform: rotate(90deg) translate(4px, 0);
          transform: rotate(90deg) translate(4px, 0);
}
.component-block__icon-bg--offset-br {
  -webkit-transform: rotate(45deg) translate(4px, 0);
          transform: rotate(45deg) translate(4px, 0);
}
.component-block__icon-bg--offset-r {
  -webkit-transform: rotate(0deg) translate(4px, 0);
          transform: rotate(0deg) translate(4px, 0);
}
.component-block__icon-bg--offset-tr {
  -webkit-transform: rotate(-45deg) translate(4px, 0);
          transform: rotate(-45deg) translate(4px, 0);
}
.component-block__icon-bg--offset-t {
  -webkit-transform: rotate(-90deg) translate(4px, 0);
          transform: rotate(-90deg) translate(4px, 0);
}
.component-block__icon-bg--offset-tl {
  -webkit-transform: rotate(-135deg) translate(4px, 0);
          transform: rotate(-135deg) translate(4px, 0);
}
.component-block__icon-bg--offset-l {
  -webkit-transform: rotate(-180deg) translate(4px, 0);
          transform: rotate(-180deg) translate(4px, 0);
}

.about-country__title-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.about-country__title-decor {
  position: absolute;
  right: 0;
  top: -50%;
  bottom: -50%;
}
.about-country__title-decor > img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 576px) {
  .about-country__title-decor {
    display: none;
  }
}
.about-country__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .about-country__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-country__image-wrapper {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
}
@media screen and (max-width: 992px) {
  .about-country__image-wrapper {
    width: 25%;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .about-country__image-wrapper {
    width: 35%;
  }
}
.about-country__image > img {
  width: 100%;
  height: auto;
}
.about-country__text-wrapper {
  -webkit-box-flex: 65%;
      -ms-flex: 65% 0 0px;
          flex: 65% 0 0;
}

.country-materials__container {
  margin-top: 75px;
}
.country-materials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .country-materials__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-materials__material {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
}
@media screen and (max-width: 768px) {
  .country-materials__material {
    -webkit-box-flex: 60%;
        -ms-flex: 60% 0 0px;
            flex: 60% 0 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .country-materials__material {
    -webkit-box-flex: 80%;
        -ms-flex: 80% 0 0px;
            flex: 80% 0 0;
    margin-bottom: 25px;
  }
}

.country-material__title {
  min-height: 2em;
  text-align: center;
  margin-bottom: 25px;
}
.country-material__image {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.country-material__image:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 25px inset #000;
          box-shadow: 0 0 25px inset #000;
}

.country-gallery__container {
  margin-top: 150px;
}
.country-gallery__title {
  text-align: center;
  margin-bottom: 50px;
}
.country-gallery__slide-content-wrapper {
  padding: 0 15px;
}
.country-gallery__image-title {
  text-align: center;
  margin: 5px 0;
}

.component-main-title__container {
  margin-top: 25px;
}

.component-desc-block {
  /*&__menu-wrapper {
  	position: sticky;
  	top: 0;
  }
  &__menu-item {
  }*/
}
.component-desc-block__container {
  margin-top: 70px;
}
.component-desc-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .component-desc-block__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.component-desc-block__wrapper--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .component-desc-block__wrapper--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.component-desc-block__logo-wrapper {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
}
@media screen and (max-width: 768px) {
  .component-desc-block__logo-wrapper {
    -webkit-box-flex: 250px;
        -ms-flex: 250px 0 0px;
            flex: 250px 0 0;
    margin: auto;
    margin-bottom: 15px;
  }
}
.component-desc-block__logo-image--rounded > img {
  border-radius: 20px;
}
.component-desc-block__logo-image > img {
  width: 100%;
  height: auto;
}
.component-desc-block__text-wrapper {
  -webkit-box-flex: 70%;
      -ms-flex: 70% 0 0px;
          flex: 70% 0 0;
}
@media screen and (max-width: 768px) {
  .component-desc-block__text-wrapper {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.component-desc-block__button-wrapper {
  text-align: center;
}

.circular-icon-logo {
  position: relative;
  width: 100%;
}
.circular-icon-logo__icon {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  padding: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.circular-icon-logo__icon-container {
  width: 100%;
  height: 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;
}
.circular-icon-logo__icon-container img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.circular-icon-logo__icon-container img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)) brightness(0.95);
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)) brightness(0.95);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.circular-icon-logo__bg {
  z-index: -10;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 176, 173)), to(rgb(12, 77, 160)));
  background: linear-gradient(0deg, rgb(0, 176, 173) 0%, rgb(12, 77, 160) 100%);
}

.presentation-slider__slide-content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  width: 100%;
}
.presentation-slider__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.presentation-slider__image-wrapper > img {
  width: 100%;
  height: auto;
}
.presentation-slider__image-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.presentation-slider__image-filter:hover {
  -webkit-box-shadow: inset 0 0 50px #000000;
          box-shadow: inset 0 0 50px #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preview-slider__container {
  margin-top: 50px;
}
.preview-slider__title {
  margin-bottom: 25px;
}
.preview-slide__content-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.preview-slide__image-wrapper {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.preview-slide__image-stretcher > img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.preview-slide__image {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.preview-slide__date {
  margin-bottom: 15px;
}
.preview-slide__title {
  margin-bottom: 10px;
}
.preview-slide__text {
  margin-bottom: 20px;
  min-height: 165px;
}
.def-block-list__wrapper {
  width: 100%;
  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;
}
.def-block-list__wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.def-block-list__wrapper--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.def-block-list__wrapper--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.def-block-list__wrapper--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.def-block-list__wrapper--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.def-block-list__wrapper--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.def-block-list__wrapper--align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.def-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.def-block-list__block--70px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.def-block-list__block--50px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.def-block-list__block--25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 992px) {
  .def-block-list__block--25--M:not(.def-block-list__block--static) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.def-block-list__block--33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media (max-width: 992px) {
  .def-block-list__block--33--M:not(.def-block-list__block--static) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.def-block-list__block--50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 992px) {
  .def-block-list__block--50--M:not(.def-block-list__block--static) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.def-block-list__block--66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
@media (max-width: 992px) {
  .def-block-list__block--66--M:not(.def-block-list__block--static) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.def-block-list__block--75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 992px) {
  .def-block-list__block--75--M:not(.def-block-list__block--static) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.def-block-list__block--100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.def-block-list__block--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .def-block-list__block--mob--50 {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .def-block-list__block--mob--50 {
    -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .def-block-list__block--mob--50 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .def-block-list__block--mob--75 {
    -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .def-block-list__block--mob--75 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .def-block-list__block--mob--100 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.def-block-list__block--p5 {
  padding: 5px;
}
.def-block-list__block--p10 {
  padding: 10px;
}
.def-block-list__block--p15 {
  padding: 15px;
}
.def-block-list__block--p25 {
  padding: 25px;
}
.def-block-list__block--p50 {
  padding: 25px;
}
.def-block-list__block--mt15 {
  margin-top: 15px;
}
.def-block-list__block--mt25 {
  margin-top: 25px;
}
.def-block-list__block--mt35 {
  margin-top: 35px;
}
.def-block-list__block--mt45 {
  margin-top: 45px;
}
.def-block-list__block--mb15 {
  margin-bottom: 15px;
}
.def-block-list__block--mb25 {
  margin-bottom: 25px;
}
.def-block-list__block--mb35 {
  margin-bottom: 35px;
}
.def-block-list__block--mb45 {
  margin-bottom: 45px;
}

.def-text-block__container {
  margin-bottom: 45px;
}
.def-text-block__top-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
.def-text-block__title {
  margin-bottom: 40px;
}
.def-text-block__date {
  margin-bottom: 40px;
}
.def-text-block__text-wrapper {
  overflow: hidden;
}
.def-text-block__image-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin-right: 10px;
}
.def-text-block__image-wrapper--wide-padding {
  padding: 15px 35px;
}
.def-text-block__image-wrapper--left {
  float: left;
}
.def-text-block__image-wrapper--right {
  float: right;
}
.def-text-block__image-wrapper--big {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .def-text-block__image-wrapper--big {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .def-text-block__image-wrapper--big {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--big {
    width: 100%;
  }
}
.def-text-block__image-wrapper--medium {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .def-text-block__image-wrapper--medium {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .def-text-block__image-wrapper--medium {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--medium {
    width: 100%;
  }
}
.def-text-block__image-wrapper--small {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .def-text-block__image-wrapper--small {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .def-text-block__image-wrapper--small {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--small {
    width: 100%;
  }
}
.def-text-block__image-wrapper--logo {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .def-text-block__image-wrapper--logo {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .def-text-block__image-wrapper--logo {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--logo {
    width: 100%;
    padding: 15px 20%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--mob {
    float: none;
    margin: auto;
  }
  .def-text-block__image-wrapper--mob--100 {
    width: 100%;
  }
  .def-text-block__image-wrapper--mob--75 {
    width: 75%;
  }
}
@media screen and (max-width: 576px) and (max-width: 450px) {
  .def-text-block__image-wrapper--mob--75 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .def-text-block__image-wrapper--mob--50 {
    width: 50%;
  }
}
@media screen and (max-width: 576px) and (max-width: 450px) {
  .def-text-block__image-wrapper--mob--50 {
    width: 75%;
  }
}
@media screen and (max-width: 576px) and (max-width: 400px) {
  .def-text-block__image-wrapper--mob--50 {
    width: 100%;
  }
}
.def-text-block__image > img {
  width: 100%;
  height: auto;
}
.def-text-block__image--rounded > img {
  border-radius: 10px;
}
.def-text-block__image--clickable {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.def-text-block__image--clickable:hover {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.def-text-block__button-wrapper {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.path-scroll-animation {
  position: relative;
}
.path-scroll-animation__animated-element {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.path-scroll-animation__animated-element--cust-width {
  width: var(--width);
}
.path-scroll-animation__animated-element--overlay {
  z-index: 15;
}

@media screen and (max-width: 768px) {
  .timeline-block--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .timeline-block--mobile {
    display: none;
  }
}
.timeline-block__timeline-wrapper {
  position: relative;
}
.timeline-block__line {
  margin: auto;
  width: var(--width, 100%);
}
.timeline-block__timeline-element {
  position: absolute;
  left: var(--l-pos, unset);
  top: var(--t-pos, unset);
  right: var(--r-pos, unset);
  bottom: var(--b-pos, unset);
  width: var(--width, 10%);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.timeline-bird--right {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.timeline-bird--left {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}

.image-overlay-block__title {
  margin-bottom: 25px;
}
.image-overlay-block__container {
  position: relative;
  width: 100%;
  margin-bottom: 75px;
}
.image-overlay-block__image {
  width: 100%;
}
.image-overlay-block__image img {
  width: 100%;
  height: auto;
}
.youth-image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.youth-image-overlay__overlayed-element {
  position: absolute;
  width: 25%;
}
.youth-image-overlay__overlayed-element--1 {
  top: 6%;
  left: 34.5%;
}
.youth-image-overlay__overlayed-element--2 {
  top: 56%;
  left: 9.5%;
}
.youth-image-overlay__overlayed-element--3 {
  top: 56%;
  left: 72%;
}

.title-block__container {
  margin-bottom: 45px;
}

.info-categories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-categories__category-wrapper {
  -webkit-box-flex: 270px;
      -ms-flex: 270px 0 0px;
          flex: 270px 0 0;
  margin: 25px 30px;
}
.info-categories__category-logo {
  margin-bottom: 15px;
}
.info-categories__category-title {
  text-align: center;
}

.anouncement-table__selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .anouncement-table__selector-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.anouncement-table__selector-element {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  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-color: var(--def-clr, #fff);
  overflow: hidden;
  position: relative;
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
.anouncement-table__selector-element span {
  position: relative;
  z-index: 5;
}
.anouncement-table__selector-element:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: var(--overlay-clr, rgba(255, 255, 255, 0.1));
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
.anouncement-table__selector-element.active {
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
@media screen and (min-width: 576px) {
  .anouncement-table__selector-element.active {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
}
@media screen and (max-width: 576px) {
  .anouncement-table__selector-element.active {
    padding: 20px 0;
  }
}
.anouncement-table__selector-element.active:before {
  -webkit-transform: scale(7);
          transform: scale(7);
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
.anouncement-table__selector-element:hover {
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
@media screen and (min-width: 576px) {
  .anouncement-table__selector-element:hover {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
@media screen and (max-width: 576px) {
  .anouncement-table__selector-element:hover {
    padding: 20px 0;
  }
}
.anouncement-table__selector-element:hover:before {
  -webkit-transform: scale(7);
          transform: scale(7);
  -webkit-transition: all var(--anim-time, 0.7s);
  transition: all var(--anim-time, 0.7s);
}
@media screen and (min-width: 576px) {
  .anouncement-table__selector-element:first-child {
    border-radius: 10px 0 0 0;
  }
  .anouncement-table__selector-element:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .anouncement-table__selector-element {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .anouncement-table__selector-element:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.anouncement-table__anouncement-list {
  display: none;
  border-left: 1px solid #929292;
  border-right: 1px solid #929292;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anouncement-table__anouncement-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anouncement-table__anouncement {
  border-bottom: 1px solid #929292;
  padding: 20px 25px;
}

.timeline-slider {
  position: relative;
}
.timeline-slider__timeline {
  position: absolute;
  width: 100%;
  border-top: 1px solid #929292;
  margin-bottom: 20px;
  z-index: -5;
  height: 0;
  bottom: 0;
  left: 0;
}
.timeline-slider__slide-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;
}
.timeline-slider__timeline-year {
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.timeline-slider__timeline-circle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #929292;
  background-color: #fff;
}
.timeline-slider__timeline-circle:before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  border-radius: 15px;
  background: linear-gradient(33.18deg, #00BAB3 -48.72%, #0364C7 175.7%), #B6BBBA;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.timeline-slider .slick-center .timeline-slider__timeline-year {
  -webkit-transform: translateY(-10px) scale(1.1);
          transform: translateY(-10px) scale(1.1);
  -webkit-filter: hue-rotate(-20deg) brightness(0.9);
          filter: hue-rotate(-20deg) brightness(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.timeline-slider .slick-center .timeline-slider__timeline-circle:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.expanding-text-block__cutoff {
  position: relative;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.expanding-text-block__content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.expand-text-button {
  margin: 50px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.expand-text-button:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.expand-text-button:hover .expand-text-button__arrow {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.expand-text-button--open .expand-text-button__read-less {
  display: none;
}
.expand-text-button--closed .expand-text-button__read-more {
  display: none;
}
.expand-text-button--closed .expand-text-button__circle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.expand-text-button__circle {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 10px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  border: 3px solid #00B0AD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expand-text-button__arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 3px solid #00B0AD;
  border-bottom: 3px solid #00B0AD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  height: 45%;
  margin-top: 18%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__city-bg img {
  width: 100%;
  margin-bottom: -16px;
}
.footer__wide-bg {
  min-height: 200px;
  background-color: #0C4DA2;
}
.footer__main {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 58px 0 53px;
}
@media screen and (max-width: 530px) {
  .footer__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__title {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 1;
          flex: 50% 0 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.footer__title-separator {
  -webkit-box-flex: 4px;
      -ms-flex: 4px 0 0px;
          flex: 4px 0 0;
  border-radius: 10px;
  margin: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 530px) {
  .footer__title-separator {
    margin: 20px 0;
  }
}
.footer__cols {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 15px;
  }
}
@media screen and (max-width: 430px) {
  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__socials-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__socials-wrapper a {
  margin-right: 5px;
}
.footer__text-wrap li {
  list-style: none;
}
.footer__text-wrap a {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFFFFF;
}
.footer ul {
  padding: 0;
  margin: 0;
}

.disclaimer__container {
  background: #363636;
  padding: 10px 40px;
}
.disclaimer__text-wrapper {
  color: #6b6b6b;
}
.disclaimer__text-wrapper--margin {
  margin-bottom: 10px;
}

.scroll-to-top {
  cursor: pointer;
  z-index: 20;
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  bottom: 40px;
  right: 40px;
  -webkit-transform: translate(calc(100% + 60px), 0) scale(1);
          transform: translate(calc(100% + 60px), 0) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(237, 231, 211, 0.75);
}
.scroll-to-top--active {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
@media (hover: hover) {
  .scroll-to-top--active:hover {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
    background: #D9D3C1;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.scroll-to-top__arrow-wrapper {
  padding-top: 15%;
  width: 45%;
  height: 45%;
}
.scroll-to-top__arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-top: 5px solid #BDB8A8;
  border-left: 5px solid #BDB8A8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-404__container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-404__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-404__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-404__visual {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .page-404__visual {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    padding: 0 25%;
    margin-bottom: 40px;
  }
}
.page-404__visual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__visual-mandal {
  -webkit-box-flex: 38%;
      -ms-flex: 38% 0 0px;
          flex: 38% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__visual-mandal img {
  height: auto;
  width: 100%;
}
.page-404__visual-4 {
  -webkit-box-flex: 28%;
      -ms-flex: 28% 0 0px;
          flex: 28% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__visual-4 img {
  height: auto;
  width: 100%;
}
.page-404__content {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  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;
}
@media screen and (max-width: 768px) {
  .page-404__content {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.page-404__title {
  margin-bottom: 15px;
  text-align: center;
}
.page-404__subtitle {
  margin-bottom: 60px;
  text-align: center;
}
.navigation.pagination {
  text-align: center;
}
.navigation.pagination a {
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */