@charset "UTF-8";
.x-container {
  max-width: 1708px;
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .x-container {
    max-width: 1440px;
  }
}
@media (max-width: 1200px) {
  .x-container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .x-container {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .x-container {
    padding: 0 15px;
  }
}

.x-slider__navigation {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .x-slider__navigation {
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .x-slider__navigation {
    bottom: 80px;
  }
}
@media (max-width: 576px) {
  .x-slider__navigation {
    bottom: 362px;
  }
}
.x-slider__navigation-content {
  display: flex;
  align-items: center;
}
.x-slider__navigation-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  transform: translateY(-3px);
}
.x-slider__navigation-playpause img, .x-slider__navigation-playpause svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 14px;
  fill: #1AA0AE;
  transition: all 0.3s;
}
.x-slider__navigation-playpause img.play-button, .x-slider__navigation-playpause svg.play-button {
  opacity: 0;
}
.x-slider__navigation-playpause.play img.pause-button, .x-slider__navigation-playpause.play svg.pause-button {
  opacity: 0;
}
.x-slider__navigation-playpause.play img.play-button, .x-slider__navigation-playpause.play svg.play-button {
  opacity: 1;
}

.x-slider-type .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -9px 0 -8px;
}
.x-slider-type .slick-dots li {
  padding: 0 9px 0 8px;
  margin-bottom: 10px;
  line-height: 0;
}
.x-slider-type .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #B8C3C6;
  font-size: 0;
  transition: background-color 0.3s;
}
@media (min-width: 993px) {
  .x-slider-type .slick-dots li button:hover, .x-slider-type .slick-dots li button:focus {
    background-color: #939c9e;
  }
}
.x-slider-type .slick-dots li.slick-active button {
  background-color: #1AA0AE;
}
.x-slider-type .slick-dots li.slick-active button:hover, .x-slider-type .slick-dots li.slick-active button:focus {
  background-color: #1AA0AE;
}
.x-slider-type .slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-slider-type .slick-arrow svg {
  display: block;
  width: 21px;
  stroke: #AEBABD;
  transition: stroke 0.3s;
}
.x-slider-type .slick-arrow.next {
  transform: rotateY(180deg);
}
@media (min-width: 993px) {
  .x-slider-type .slick-arrow:hover svg, .x-slider-type .slick-arrow:focus svg {
    stroke: #1AA0AE;
  }
}
@media (max-width: 576px) {
  .x-slider-type .slick-arrow {
    width: 22px;
    height: 29px;
  }
  .x-slider-type .slick-arrow svg {
    width: 14px;
  }
}

.video-button {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  position: relative;
  padding-left: 34px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: #1AA0AE;
  white-space: nowrap;
}
.video-button::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/x-components/PHASE-2/play-button-icon.svg") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media (min-width: 993px) {
  .video-button:hover::before, .video-button:focus::before {
    transform: translateY(-50%) scale(1.2);
  }
}

.double-image__play-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89px;
  height: 89px;
}
.double-image__play-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/x-components/PHASE-2/icon-play-button.svg") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s;
}
@media (min-width: 993px) {
  .double-image__play-button:hover::before, .double-image__play-button:focus::before {
    transform: scale(1.2);
  }
}
@media (max-width: 992px) {
  .double-image__play-button {
    width: 69px;
    height: 69px;
  }
}
@media (max-width: 576px) {
  .double-image__play-button {
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 400px) {
  .double-image__play-button {
    width: 70px;
    height: 70px;
  }
}

.main-link.small-type {
  padding-right: 26px;
  font-size: 16px;
}
.main-link.small-type::after {
  width: 18px;
  top: 28%;
}
.main-link.small-type.reverse {
  padding-right: 0;
  padding-left: 26px;
}
@media (max-width: 400px) {
  .main-link.small-type {
    padding-right: 20px;
  }
  .main-link.small-type.reverse {
    padding-left: 20px;
  }
}

.center {
  text-align: center;
}

.x-cream-bg {
  background-color: #F9F6F3 !important;
}

.select .reset {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 7;
  width: 23px;
  height: 23px;
  opacity: 0;
  transition: opacity 0.3s;
}
.select .reset::before, .select .reset::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #1AA0AE;
  position: absolute;
  left: 50%;
  top: 50%;
}
.select .reset::before {
  transform: translateX(-50%) rotate(-45deg);
}
.select .reset::after {
  transform: translateX(-50%) rotate(45deg);
}
.select.choosen .reset {
  pointer-events: all;
  opacity: 1;
}
.select.choosen .new-select {
  color: #1AA0AE !important;
}
.select.choosen .new-select::after {
  opacity: 0;
}

.x-carousel-1 {
  position: relative;
  background-color: #ffffff;
}
.x-carousel-1.lightgreen-bg {
  background-color: #CEE1E1;
}
.x-carousel-1.lightgreen-bg .x-carousel-1__bg {
  display: none;
}
.x-carousel-1.lightgreen-bg .x-carousel-1__slider {
  background-color: #CEE1E1;
}
.x-carousel-1.lightgreen-bg .x-carousel-1__slide {
  background-color: #CEE1E1;
}
.x-carousel-1.white-bg .x-carousel-1__bg {
  display: none;
}
.x-carousel-1.white-bg .x-carousel-1__slider {
  background-color: #F2F0EB;
}
.x-carousel-1.white-bg .x-carousel-1__slide {
  background-color: #F2F0EB;
}
.x-carousel-1__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-carousel-1__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-carousel-1__container {
  max-width: 1654px;
  padding: 0 53px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .x-carousel-1__container {
    max-width: 1386px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__container {
    padding: 0 25px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__container {
    padding: 0 15px;
  }
}
.x-carousel-1__inner {
  padding: 82px 0;
}
@media (max-width: 992px) {
  .x-carousel-1__inner {
    padding: 56px 0;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__inner {
    padding: 50px 0;
  }
}
.x-carousel-1__slider {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.x-carousel-1__slide {
  cursor: pointer;
  padding: 49px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .x-carousel-1__slide {
    padding: 49px 94px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide {
    padding: 49px 24px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__slide {
    padding: 40px 15px 30px;
  }
}
.x-carousel-1__slide-content {
  width: 100%;
  max-width: 846px;
  min-height: 527px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #3C3C3C;
}
.x-carousel-1__slide-content.type-2 {
  max-width: 852px;
}
.x-carousel-1__slide-content.type-2 .x-carousel-1__slide-info {
  margin-top: 28px;
}
@media (max-width: 576px) {
  .x-carousel-1__slide-content.type-2 .x-carousel-1__slide-info {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .x-carousel-1__slide-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-content {
    min-height: 602px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__slide-content {
    min-height: auto;
    font-size: 16px;
  }
}
.x-carousel-1__slide-smallicon {
  display: block;
  width: auto;
  height: 23px;
  margin-bottom: 24px;
  margin-top: 54px;
}
@media (max-width: 992px) {
  .x-carousel-1__slide-smallicon {
    margin-top: 34px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-smallicon {
    margin-top: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__slide-smallicon {
    margin-top: 0;
  }
}
.x-carousel-1__slide-bigicon {
  display: block;
  width: auto;
  height: 58px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .x-carousel-1__slide-bigicon {
    margin-top: 34px;
    margin-bottom: 58px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-bigicon {
    height: 71px;
    margin-top: 10px;
    margin-bottom: 39px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__slide-bigicon {
    height: 60px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.x-carousel-1__slide-photo {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 47px;
}
.x-carousel-1__slide-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 992px) {
  .x-carousel-1__slide-photo {
    margin-top: 6px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-photo {
    width: 120px;
    height: 120px;
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.x-carousel-1__slide-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .x-carousel-1__slide-title {
    margin-bottom: 65px;
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-title {
    margin-bottom: 45px;
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1__slide-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.x-carousel-1__slide-subtitle {
  margin-bottom: 21px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .x-carousel-1__slide-subtitle {
    margin-bottom: 12px;
  }
}
.x-carousel-1__slide-text + .x-carousel-1__slide-text {
  margin-top: 20px;
}
.x-carousel-1__slide-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 41px;
}
.x-carousel-1__slide-info span {
  font-weight: 600;
  color: #1AA0AE;
}
.x-carousel-1__slide-info i {
  font-style: italic;
}
.x-carousel-1__slide-info b {
  font-weight: 600;
}
@media (max-width: 992px) {
  .x-carousel-1__slide-info {
    margin-top: 27px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1__slide-info {
    margin-top: 24px;
  }
}
.x-carousel-1 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-carousel-1 .slick-arrow svg {
  display: block;
  width: 21px;
  stroke: #AEBABD;
  transition: stroke 0.3s;
}
.x-carousel-1 .slick-arrow.prev {
  left: 40px;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .x-carousel-1 .slick-arrow.prev {
    left: 9px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1 .slick-arrow.prev {
    left: 24px;
  }
}
.x-carousel-1 .slick-arrow.next {
  right: 40px;
  transform: translateY(-50%) rotateY(180deg);
}
@media (max-width: 992px) {
  .x-carousel-1 .slick-arrow.next {
    right: 9px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1 .slick-arrow.next {
    right: 24px;
  }
}
@media (min-width: 993px) {
  .x-carousel-1 .slick-arrow:hover svg, .x-carousel-1 .slick-arrow:focus svg {
    stroke: #1AA0AE;
  }
}
@media (max-width: 576px) {
  .x-carousel-1 .slick-arrow {
    width: 22px;
    height: 29px;
    top: auto;
    bottom: 30px;
  }
  .x-carousel-1 .slick-arrow svg {
    width: 14px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1 .slick-arrow {
    bottom: 17px;
  }
}
.x-carousel-1 .slick-dots {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.x-carousel-1 .slick-dots li {
  cursor: pointer;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #B8C3C6;
  margin: 0 9px 10px 8px;
  font-size: 0;
  transition: background-color 0.3s;
}
.x-carousel-1 .slick-dots li.slick-active {
  background-color: #1AA0AE;
}
@media (min-width: 993px) {
  .x-carousel-1 .slick-dots li.slick-active:hover, .x-carousel-1 .slick-dots li.slick-active:focus {
    background-color: #1AA0AE;
  }
}
@media (min-width: 993px) {
  .x-carousel-1 .slick-dots li:hover, .x-carousel-1 .slick-dots li:focus {
    background-color: #939c9e;
  }
}
@media (max-width: 576px) {
  .x-carousel-1 .slick-dots {
    padding: 0 55px;
  }
}
@media (max-width: 576px) {
  .x-carousel-1 .slick-dots {
    bottom: 43px;
  }
}
@media (max-width: 400px) {
  .x-carousel-1 .slick-dots {
    bottom: 30px;
  }
}

.fixed-bg-type2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fixed-bg-type2__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* НЕ Safari */
@supports not (-webkit-touch-callout: none) {
  .fixed-bg-type2__bg {
    background-attachment: fixed;
  }
}
/* Safari / iOS */
@supports (-webkit-touch-callout: none) {
  .fixed-bg-type2__bg {
    inset: -15% 0;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    background-attachment: scroll;
  }
}
.x-faq {
  position: relative;
  background-color: #ffffff;
}
.x-faq__image {
  width: 100%;
  height: 430px;
}
.x-faq__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .x-faq__image {
    height: 262px;
  }
}
.x-faq__inner {
  position: relative;
  z-index: 1;
  margin-top: -79px;
  background-color: #ffffff;
  padding: 69px 50px 69px;
}
@media (max-width: 992px) {
  .x-faq__inner {
    margin: -38px 10px 0;
    padding: 30px 30px 50px;
  }
}
@media (max-width: 576px) {
  .x-faq__inner {
    margin: -38px 0 0;
    padding: 30px 20px 40px;
  }
}
.x-faq__content {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
.x-faq__title {
  margin-bottom: 38px;
}
.x-faq__item {
  border-bottom: 1px solid #E1E1E1;
}
.x-faq__item-question {
  display: block;
  width: 100%;
  padding: 27px 15px 27px 28px;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.01em;
}
.x-faq__item-question.active .x-faq__item-arrow {
  transform: translateY(-50%) rotate(-90deg) translate(-7px, 4px);
}
@media (max-width: 992px) {
  .x-faq__item-question.active .x-faq__item-arrow {
    transform: translateY(-50%) rotate(-90deg) translate(-8px, -3px);
  }
}
@media (max-width: 992px) {
  .x-faq__item-question {
    padding: 19px 10px 15px 28px;
    font-size: 18px;
  }
}
.x-faq__item-arrow {
  position: absolute;
  left: 0;
  top: 33px;
  width: 10px;
  height: 18px;
  transition: transform 0.3s;
}
.x-faq__item-arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #1AA0AE;
  border-bottom: 2px solid #1AA0AE;
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 992px) {
  .x-faq__item-arrow {
    left: 5px;
    top: 22px;
  }
  .x-faq__item-arrow::before {
    width: 11px;
    height: 11px;
  }
}
.x-faq__item-answer {
  display: none;
  padding: 3px 122px 34px 28px;
  font-family: "Raleway-300", sans-serif;
  font-size: 20px;
}
@media (max-width: 992px) {
  .x-faq__item-answer {
    padding-right: 0;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .x-faq__item-answer {
    padding-bottom: 14px;
  }
}
.x-faq__item-answer * + h4 {
  margin-top: 25px;
}
@media (max-width: 576px) {
  .x-faq__item-answer * + h4 {
    margin-top: 16px;
  }
}
.x-faq__item-answer h4 {
  font-weight: 600;
  letter-spacing: 0.015em;
}
.x-faq__item-answer p + p {
  margin-top: 15px;
}
.x-faq__item-answer ul {
  list-style: none;
  margin-top: 24px;
}
.x-faq__item-answer ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.x-faq__item-answer ul li:last-child {
  margin-bottom: 0;
}
.x-faq__item-answer ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 13px;
  top: 15px;
}
@media (max-width: 992px) {
  .x-faq__item-answer ul li::before {
    top: 11px;
  }
}
@media (max-width: 576px) {
  .x-faq__item-answer ul {
    margin-top: 18px;
  }
  .x-faq__item-answer ul li {
    padding-left: 24px;
    margin-bottom: 8px;
  }
  .x-faq__item-answer ul li::before {
    width: 3px;
    height: 3px;
    left: 11px;
  }
}
.x-faq__item-answer ol {
  list-style: none;
  counter-reset: list-counter;
  margin-top: 24px;
}
.x-faq__item-answer ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  counter-increment: list-counter;
}
.x-faq__item-answer ol li:last-child {
  margin-bottom: 0;
}
.x-faq__item-answer ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  right: 100%;
  transform: translate(25px, 1px);
}
@media (max-width: 992px) {
  .x-faq__item-answer ol li::before {
    transform: translate(25px, 0);
  }
}
@media (max-width: 576px) {
  .x-faq__item-answer ol li::before {
    transform: translate(20px, 0);
  }
}
@media (max-width: 576px) {
  .x-faq__item-answer ol {
    margin-top: 18px;
  }
  .x-faq__item-answer ol li {
    padding-left: 24px;
    margin-bottom: 8px;
  }
}
.x-faq__item-answer .main-link {
  margin-top: 32px;
}
@media (max-width: 576px) {
  .x-faq__item-answer .main-link {
    margin-top: 26px;
  }
}
@media (max-width: 400px) {
  .x-faq__item-answer .main-link {
    font-size: 16px;
  }
}

.x-carousel-2 {
  position: relative;
  background-color: #ffffff;
}
.x-carousel-2.right .x-carousel-2__slide-content, .x-carousel-2.right .x-slider__navigation-content {
  margin-left: auto;
}
@media (max-width: 576px) {
  .x-carousel-2.right .x-carousel-2__slide-content, .x-carousel-2.right .x-slider__navigation-content {
    margin-left: -20px;
  }
}
.x-carousel-2__slide {
  position: relative;
  padding: 78px 0 86px;
}
@media (max-width: 992px) {
  .x-carousel-2__slide {
    padding: 54px 0 59px;
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide {
    display: flex !important;
    flex-direction: column;
    padding: 17px 0 0;
  }
}
.x-carousel-2__slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-carousel-2__slide-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .x-carousel-2__slide-bg img {
    object-position: right center;
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide-bg {
    order: 2;
    position: static;
    height: 390px;
  }
}
.x-carousel-2__slide-content {
  position: relative;
  z-index: 1;
  width: calc(50% - 10px);
  min-height: 587px;
  background-color: #ffffff;
  padding: 73px 110px 85px 108px;
}
@media (max-width: 1200px) {
  .x-carousel-2__slide-content {
    padding: 50px 45px 60px 50px;
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .x-carousel-2__slide-content {
    width: calc(50% - 7px);
    padding: 31px 28px 100px 30px;
    min-height: 404px;
  }
}
@media (max-width: 768px) {
  .x-carousel-2__slide-content {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide-content {
    width: calc(100% - 28px);
    min-height: 392px;
    padding: 32px 47px 60px 22px;
    margin-left: -20px;
    margin-bottom: -49px;
  }
}
@media (max-width: 400px) {
  .x-carousel-2__slide-content {
    width: 100%;
    padding: 25px 25px 60px 20px;
  }
}
.x-carousel-2__slide-title {
  margin-bottom: 26px;
}
@media (max-width: 1200px) {
  .x-carousel-2__slide-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .x-carousel-2__slide-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide-title {
    margin-bottom: 42px;
    font-size: 30px;
  }
}
.x-carousel-2__slide-text {
  margin-bottom: 0;
}
.x-carousel-2__slide-text + .x-carousel-2__slide-text {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .x-carousel-2__slide-text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .x-carousel-2__slide-text {
    font-size: 16px;
  }
  .x-carousel-2__slide-text + .x-carousel-2__slide-text {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide-text {
    line-height: 1.3;
  }
  .x-carousel-2__slide-text + .x-carousel-2__slide-text {
    margin-top: 21px;
  }
}
.x-carousel-2__slide-link {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .x-carousel-2__slide-link {
    margin-top: 39px;
  }
}
@media (max-width: 768px) {
  .x-carousel-2__slide-link {
    font-size: 16px;
  }
  .x-carousel-2__slide-link::after {
    transform: translateY(-35%);
  }
}
@media (max-width: 576px) {
  .x-carousel-2__slide-link {
    margin-top: 25px;
  }
}
.x-carousel-2 .x-slider__navigation {
  bottom: 132px;
}
@media (max-width: 1200px) {
  .x-carousel-2 .x-slider__navigation {
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .x-carousel-2 .x-slider__navigation {
    bottom: 80px;
  }
}
@media (max-width: 576px) {
  .x-carousel-2 .x-slider__navigation {
    bottom: 362px;
  }
}
.x-carousel-2 .x-slider__navigation-content {
  width: calc(50% - 10px);
  padding: 0 110px 0 108px;
}
@media (max-width: 1200px) {
  .x-carousel-2 .x-slider__navigation-content {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .x-carousel-2 .x-slider__navigation-content {
    width: calc(50% - 7px);
    padding: 0 28px 0 30px;
  }
}
@media (max-width: 768px) {
  .x-carousel-2 .x-slider__navigation-content {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .x-carousel-2 .x-slider__navigation-content {
    width: calc(100% - 68px);
    padding: 0 47px 0 24px;
    margin-left: -20px;
  }
}
@media (max-width: 400px) {
  .x-carousel-2 .x-slider__navigation-content {
    width: 100%;
    padding: 0 25px 0 20px;
  }
}
.x-carousel-2 .slick-dots {
  padding-right: 56px;
}

.x-carousel-3 {
  background-color: #F9F6F3;
  padding: 117px 0;
  position: relative;
}
@media (max-width: 992px) {
  .x-carousel-3 {
    padding: 80px 0 77px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3 {
    padding: 60px 0;
    background-color: #ffffff;
  }
}
.x-carousel-3.white-bg {
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .x-carousel-3.white-bg .x-carousel-3__slide-content {
    background-color: #ffffff;
  }
}
.x-carousel-3.right .x-carousel-3__slide-inner {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .x-carousel-3.right .x-carousel-3__slide-inner {
    flex-direction: row;
  }
}
@media (max-width: 1400px) {
  .x-carousel-3.right .x-carousel-3__slide-content {
    padding-left: 0;
    padding-right: 90px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3.right .x-carousel-3__slide-content {
    padding-right: 9.7%;
  }
}
@media (max-width: 768px) {
  .x-carousel-3.right .x-carousel-3__slide-content {
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3.right .x-carousel-3__slide-content {
    padding: 32px 47px 60px 22px;
  }
}
@media (max-width: 400px) {
  .x-carousel-3.right .x-carousel-3__slide-content {
    padding: 25px 25px 60px 20px;
  }
}
.x-carousel-3.right .x-slider__navigation-content {
  margin-left: 0;
}
@media (max-width: 1400px) {
  .x-carousel-3.right .x-slider__navigation-content {
    padding-left: 0;
    padding-right: 90px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3.right .x-slider__navigation-content {
    padding-right: 9.7%;
  }
}
@media (max-width: 768px) {
  .x-carousel-3.right .x-slider__navigation-content {
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3.right .x-slider__navigation-content {
    padding: 0 47px 0 24px;
    margin-left: -20px;
  }
}
@media (max-width: 400px) {
  .x-carousel-3.right .x-slider__navigation-content {
    padding-left: 20px;
  }
}
.x-carousel-3__title {
  margin-bottom: 21px;
  text-align: center;
}
@media (max-width: 992px) {
  .x-carousel-3__title {
    margin-bottom: 16px;
    font-size: 25px;
  }
}
.x-carousel-3__text {
  max-width: 837px;
  margin: 0 auto 51px;
  text-align: center;
}
@media (max-width: 992px) {
  .x-carousel-3__text {
    max-width: 578px;
    margin-bottom: 27px;
    font-size: 16px;
  }
}
.x-carousel-3__slide {
  position: relative;
}
.x-carousel-3__slide-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .x-carousel-3__slide-inner {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.x-carousel-3__slide-image {
  width: 738px;
  position: relative;
  padding-bottom: 42.1%;
  overflow: hidden;
}
.x-carousel-3__slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .x-carousel-3__slide-image {
    width: 59.5%;
  }
}
@media (max-width: 992px) {
  .x-carousel-3__slide-image {
    width: 54.5%;
    padding-bottom: 40%;
  }
}
@media (max-width: 768px) {
  .x-carousel-3__slide-image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .x-carousel-3__slide-image {
    order: 2;
    width: 100%;
    height: 390px;
    padding-bottom: 0;
  }
}
.x-carousel-3__slide-content {
  width: 412px;
  padding: 52px 0 80px;
  position: relative;
}
@media (max-width: 1400px) {
  .x-carousel-3__slide-content {
    width: 40.5%;
    padding-left: 90px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3__slide-content {
    width: 45.5%;
    padding: 47px 0 60px 9.7%;
  }
}
@media (max-width: 768px) {
  .x-carousel-3__slide-content {
    width: 50%;
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3__slide-content {
    width: calc(100% - 70px);
    min-height: 392px;
    padding: 32px 47px 60px 22px;
    margin-bottom: -49px;
    background-color: #F9F6F3;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .x-carousel-3__slide-content {
    width: calc(100% - 48px);
    padding: 25px 25px 60px 20px;
  }
}
.x-carousel-3__slide-title {
  margin-bottom: 32px;
  font-family: "Raleway-400", sans-serif;
  font-size: 60px;
  line-height: 1.25;
  color: #19A0AE;
}
@media (max-width: 1200px) {
  .x-carousel-3__slide-title {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3__slide-title {
    margin-bottom: 17px;
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .x-carousel-3__slide-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3__slide-title {
    margin-bottom: 43px;
    font-size: 30px;
    color: #3C3C3C;
  }
}
.x-carousel-3__slide-text {
  margin-bottom: 0;
}
.x-carousel-3__slide-text + .x-carousel-3__slide-text {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .x-carousel-3__slide-text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3__slide-text {
    max-width: 310px;
    font-size: 16px;
  }
  .x-carousel-3__slide-text + .x-carousel-3__slide-text {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .x-carousel-3__slide-text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .x-carousel-3__slide-text {
    line-height: 1.3;
  }
  .x-carousel-3__slide-text + .x-carousel-3__slide-text {
    margin-top: 21px;
  }
}
.x-carousel-3__slide-link {
  margin-top: 65px;
}
@media (max-width: 992px) {
  .x-carousel-3__slide-link {
    margin-top: 28px;
    font-size: 16px;
  }
  .x-carousel-3__slide-link::after {
    transform: translateY(-35%);
  }
}
@media (max-width: 576px) {
  .x-carousel-3__slide-link {
    margin-top: 26px;
  }
}
.x-carousel-3 .x-slider__navigation {
  bottom: 157px;
}
@media (max-width: 992px) {
  .x-carousel-3 .x-slider__navigation {
    bottom: 103px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3 .x-slider__navigation {
    bottom: 422px;
  }
}
.x-carousel-3 .x-slider__navigation-content {
  width: 412px;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .x-carousel-3 .x-slider__navigation-content {
    width: 40.5%;
    padding-left: 90px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3 .x-slider__navigation-content {
    width: 45.5%;
    padding-left: 9.7%;
  }
}
@media (max-width: 768px) {
  .x-carousel-3 .x-slider__navigation-content {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3 .x-slider__navigation-content {
    width: calc(100% - 30px);
    padding: 0 47px 0 24px;
    margin-left: -20px;
  }
}
@media (max-width: 400px) {
  .x-carousel-3 .x-slider__navigation-content {
    width: calc(100% - 7px);
    padding-left: 20px;
  }
}
.x-carousel-3 .x-slider__navigation-playpause {
  margin-left: 33px;
}
@media (max-width: 992px) {
  .x-carousel-3 .x-slider__navigation-playpause {
    margin-left: 19px;
  }
  .x-carousel-3 .x-slider__navigation-playpause img, .x-carousel-3 .x-slider__navigation-playpause svg {
    height: 10px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3 .x-slider__navigation-playpause {
    margin-left: 55px;
  }
  .x-carousel-3 .x-slider__navigation-playpause img, .x-carousel-3 .x-slider__navigation-playpause svg {
    height: 14px;
  }
}
@media (max-width: 992px) {
  .x-carousel-3 .slick-dots {
    margin: 0 -6px 0 -5px;
  }
  .x-carousel-3 .slick-dots li {
    padding: 0 6px 0 5px;
  }
  .x-carousel-3 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 576px) {
  .x-carousel-3 .slick-dots {
    margin: 0 -9px 0 -8px;
  }
  .x-carousel-3 .slick-dots li {
    padding: 0 9px 0 8px;
  }
  .x-carousel-3 .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

.hero-home {
  margin-top: -84px;
}
@media (max-width: 768px) {
  .hero-home {
    margin-top: -58px;
  }
}

.hero-home__top {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding-top: 84px;
}
@media (max-width: 768px) {
  .hero-home__top {
    padding-top: 58px;
    min-height: 500px;
  }
}

.hero-home__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-home__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: scale-image 20s linear infinite;
  animation: scale-image 20s linear infinite;
}

.hero-home__container {
  position: relative;
  height: 100%;
  padding-top: 97px;
}
@media (max-width: 1920px) {
  .hero-home__container {
    padding-top: 127px;
  }
}
@media (max-width: 1400px) {
  .hero-home__container {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .hero-home__container {
    padding-top: 66px;
  }
}
@media (max-width: 400px) {
  .hero-home__container {
    padding-top: 36px;
  }
}

.hero-home__title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.4px;
}
@media (max-width: 1400px) {
  .hero-home__title {
    max-width: 690px;
  }
}
@media (max-width: 992px) {
  .hero-home__title {
    max-width: 650px;
  }
}

.hero-home__info {
  margin-top: -93px;
  position: relative;
}
@media (max-width: 1400px) {
  .hero-home__info {
    margin-top: -75px;
  }
}
@media (max-width: 400px) {
  .hero-home__info {
    margin-top: -40px;
  }
}

.hero-home__scroll-link {
  position: absolute;
  left: 50%;
  top: 13px;
  display: block;
  width: 24px;
  height: 24px;
  border-left: 2px solid #19A0AE;
  border-bottom: 2px solid #19A0AE;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 993px) {
  .hero-home__scroll-link:hover, .hero-home__scroll-link:focus {
    border-left-color: #000000;
    border-bottom-color: #000000;
  }
}
@media (max-width: 400px) {
  .hero-home__scroll-link {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}

.hero-home__info-inner {
  background-color: #FFFFFF;
  padding: 149px 132px 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  .hero-home__info-inner {
    padding: 149px 108px 141px;
  }
}
@media (max-width: 1400px) {
  .hero-home__info-inner {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .hero-home__info-inner {
    padding: 125px 25px 50px;
  }
}
@media (max-width: 768px) {
  .hero-home__info-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .hero-home__info-inner {
    padding: 50px 15px 30px;
  }
}

.hero-home__info-title {
  -ms-flex-preferred-size: 301px;
  flex-basis: 301px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .hero-home__info-title {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
@media (max-width: 768px) {
  .hero-home__info-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 49px;
  }
}
@media (max-width: 400px) {
  .hero-home__info-title {
    margin-bottom: 20px;
  }
}

.hero-home__info-content {
  -ms-flex-preferred-size: 762px;
  flex-basis: 762px;
  padding-top: 2px;
}
@media (max-width: 1920px) {
  .hero-home__info-content {
    -ms-flex-preferred-size: 630px;
    flex-basis: 630px;
  }
}
@media (max-width: 768px) {
  .hero-home__info-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.hero-home__info-text + .hero-home__info-text {
  margin-top: 20px;
}

.hero-home__info-link {
  margin-top: 37px;
}
@media (max-width: 1920px) {
  .hero-home__info-link {
    margin-top: 72px;
  }
}
@media (max-width: 400px) {
  .hero-home__info-link {
    margin-top: 20px;
  }
}

@-webkit-keyframes scale-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hero-home.white-text .hero-home__container {
  color: #ffffff;
}

.hero-home__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.x-hero {
  position: relative;
  /*  margin-top: -84px;*/
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .x-hero {
    margin-top: -58px;
  }
}
@media (max-width: 576px) {
  .x-hero {
    margin-bottom: 55px;
  }
}
.x-hero.burns-effect {
  margin-top: 0;
}
.x-hero.burns-effect .x-hero__preview img, .x-hero.burns-effect .x-hero__preview video {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 114%;
  height: auto;
  animation: burns-animation1 30s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .x-hero.burns-effect .x-hero__preview img, .x-hero.burns-effect .x-hero__preview video {
    width: 135%;
  }
}
@media (max-width: 576px) {
  .x-hero.burns-effect .x-hero__preview img, .x-hero.burns-effect .x-hero__preview video {
    width: 180%;
  }
}
.x-hero__preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.x-hero__preview img, .x-hero__preview video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-hero__preview video {
  z-index: 1;
}
.x-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 630px;
  display: flex;
  align-items: flex-end;
  padding-top: 84px;
}
@media (max-width: 992px) {
  .x-hero__inner {
    min-height: 526px;
  }
}
@media (max-width: 768px) {
  .x-hero__inner {
    padding-top: 58px;
  }
}
@media (max-width: 576px) {
  .x-hero__inner {
    min-height: 379px;
    margin-left: -20px;
    margin-right: 21px;
  }
}
.x-hero__content {
  width: 100%;
  max-width: 630px;
  background-color: #ffffff;
  padding: 57px 72px 50px 108px;
  transform: translateY(47px);
}
@media (max-width: 992px) {
  .x-hero__content {
    width: 75%;
    max-width: 500px;
    padding: 37px 33px 30px 50px;
  }
}
@media (max-width: 576px) {
  .x-hero__content {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    transform: translateY(55px);
  }
}
.x-hero__title {
  margin-bottom: 28px;
}
@media (max-width: 400px) {
  .x-hero__title {
    margin-bottom: 15px;
  }
}
.x-hero__text {
  max-width: 414px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
}
.x-hero__text + .x-hero__text {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .x-hero__text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .x-hero__text {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .x-hero__text {
    font-size: 16px;
  }
}

@keyframes burns-animation1 {
  0% {
    bottom: 0;
    right: 0;
    transform: scale(1);
  }
  50% {
    bottom: -40%;
    right: -10%;
    transform: scale(2);
  }
  100% {
    bottom: 0;
    right: 0;
    transform: scale(1);
  }
}
@keyframes burns-animation2 {
  0% {
    bottom: 0;
    right: 0;
    transform: scale(1);
  }
  100% {
    bottom: -40%;
    right: -10%;
    transform: scale(2);
  }
}
.x-list-block {
  padding: 129px 0 105px;
}
@media (max-width: 992px) {
  .x-list-block {
    padding: 85px 0;
  }
}
@media (max-width: 576px) {
  .x-list-block {
    padding: 52px 0 27px;
  }
}
.x-list-block.cream-bg {
  background-color: #F9F6F3;
}
.x-list-block .list-block__content {
  flex-basis: 338px;
}
@media (max-width: 576px) {
  .x-list-block .list-block__content {
    margin-bottom: 44px;
  }
}
.x-list-block .list-block__title {
  margin-bottom: 34px;
  font-size: 38px;
}
@media (max-width: 992px) {
  .x-list-block .list-block__title {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .x-list-block .list-block__title {
    margin-bottom: 12px;
  }
}
.x-list-block .list-block__link {
  margin-top: 35px;
}
@media (max-width: 576px) {
  .x-list-block .list-block__link {
    margin-top: 25px;
  }
}
.x-list-block .list-block__info {
  flex-basis: 847px;
}
.x-list-block .list-block__info-title {
  margin-top: 10px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .x-list-block .list-block__info-title {
    margin-bottom: 19px;
    font-size: 24px;
  }
}
.x-list-block .list-block__list + .list-block__info-title {
  margin-top: 70px;
}
@media (max-width: 576px) {
  .x-list-block .list-block__list + .list-block__info-title {
    margin-top: 36px;
  }
}
.x-list-block .list-block__list-item {
  margin-bottom: 24px;
}
.x-list-block .list-block__list-element {
  min-height: 41px;
  padding: 0 20px;
  background-color: transparent;
}

.x-video-block {
  padding: 104px 0 150px;
}
.x-video-block.blue-bg {
  background-color: #CEE1E1;
}
.x-video-block.blue-bg .double-image::before {
  background-image: url("../images/decor-triangles-white.png");
}
.x-video-block.reverse .x-video-block__inner {
  flex-direction: row-reverse;
}
.x-video-block.reverse .x-video-block__picture {
  margin-right: 0;
  margin-left: 114px;
}
@media (max-width: 992px) {
  .x-video-block.reverse .x-video-block__picture {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .x-video-block.reverse .x-video-block__picture {
    margin-left: 0;
    margin-right: 41px;
  }
}
@media (max-width: 400px) {
  .x-video-block.reverse .x-video-block__picture {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .x-video-block {
    padding: 92px 0 113px;
  }
}
@media (max-width: 576px) {
  .x-video-block {
    padding: 21px 0 116px;
  }
}
@media (max-width: 400px) {
  .x-video-block {
    padding-bottom: 70px;
  }
}
.x-video-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .x-video-block__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.x-video-block__picture {
  flex-shrink: 0;
  align-self: center;
  width: 540px;
  height: 446px;
  margin-right: 114px;
}
@media (max-width: 992px) {
  .x-video-block__picture {
    width: 418px;
    height: 345px;
    margin-right: 70px;
  }
}
@media (max-width: 768px) {
  .x-video-block__picture {
    flex-shrink: 1;
    width: 333px;
    max-width: calc(100% - 41px);
    height: 274px;
    margin-right: 41px;
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .x-video-block__picture {
    width: calc(100% - 41px);
    height: auto;
    padding-bottom: 73.2%;
  }
}
@media (max-width: 400px) {
  .x-video-block__picture {
    max-width: calc(100% - 20px);
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
.x-video-block .double-image::before {
  left: 67px;
  top: 63px;
  height: 99%;
  background-size: cover;
  background-position: left top;
}
@media (max-width: 992px) {
  .x-video-block .double-image::before {
    left: 52px;
    top: 48px;
    width: 97%;
    height: 95%;
  }
}
@media (max-width: 768px) {
  .x-video-block .double-image::before {
    left: 41px;
    top: 38px;
    width: 100%;
    height: 99%;
  }
}
@media (max-width: 400px) {
  .x-video-block .double-image::before {
    left: 20px;
    top: 30px;
  }
}
.x-video-block .double-image__small {
  width: 94.4%;
  top: 55px;
  opacity: 0.5;
  filter: blur(15px);
}
@media (max-width: 992px) {
  .x-video-block .double-image__small {
    width: 98%;
    left: 26px;
    top: 26px;
    transform: translateX(0);
  }
}
@media (max-width: 576px) {
  .x-video-block .double-image__small {
    top: 33px;
    left: 10px;
  }
}
.x-video-block .double-image__big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-video-block__info {
  width: 416px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .x-video-block__info {
    width: 379px;
    margin: 0;
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .x-video-block__info {
    width: 100%;
  }
}
.x-video-block__suptitle {
  display: block;
  margin-bottom: 10px;
  font-family: "Raleway-600", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .x-video-block__suptitle {
    font-size: 14px;
  }
}
.x-video-block__title {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .x-video-block__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .x-video-block__title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .x-video-block__title {
    margin-bottom: 38px;
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .x-video-block__title {
    margin-bottom: 20px;
  }
}
.x-video-block__text {
  margin-top: auto;
  margin-bottom: auto;
}
.x-video-block__text + .x-video-block__text {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .x-video-block__text {
    font-size: 20px;
  }
}
.x-video-block__video-link {
  margin-top: 53px;
}
@media (max-width: 1200px) {
  .x-video-block__video-link {
    margin-top: 48px;
  }
}
@media (max-width: 576px) {
  .x-video-block__video-link {
    margin-top: 44px;
  }
}
@media (max-width: 400px) {
  .x-video-block__video-link {
    margin-top: 25px;
  }
}

.x-info {
  padding: 70px 0 53px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .x-info {
    padding: 0 0 38px;
  }
}
.x-info__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .x-info__block {
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
@media (max-width: 576px) {
  .x-info__block {
    margin: 0 -20px;
  }
}
@media (max-width: 400px) {
  .x-info__block {
    margin: 0 -15px;
  }
}
.x-info__content {
  width: 424px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .x-info__content {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .x-info__content {
    width: 100%;
    padding: 45px 30px 0;
  }
}
@media (max-width: 576px) {
  .x-info__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .x-info__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.x-info__back-link {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .x-info__back-link {
    margin-bottom: 7px;
  }
}
.x-info__title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .x-info__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .x-info__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .x-info__title {
    margin-bottom: 20px;
  }
}
.x-info__text {
  margin-bottom: 0;
  font-size: 18px;
}
.x-info__text + .x-info__text {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .x-info__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .x-info__text {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .x-info__text {
    font-size: 16px;
  }
}
.x-info__image-wrap {
  width: 683px;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .x-info__image-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .x-info__image-wrap {
    order: -1;
    width: 100%;
    margin-top: 0;
  }
}
.x-info__image {
  width: 100%;
  position: relative;
  padding-bottom: 85.4%;
  overflow: hidden;
}
.x-info__image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .x-info__image {
    padding-bottom: 67.4%;
  }
}

.x-guides {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 111px 0 35px;
}
@media (max-width: 576px) {
  .x-guides {
    padding: 79px 0 47px;
  }
}
.x-guides__title {
  margin-bottom: 66px;
}
@media (max-width: 576px) {
  .x-guides__title {
    margin-bottom: 56px;
  }
}
.x-guides__more {
  width: 100%;
  padding: 0 11px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.x-guides__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
@media (max-width: 576px) {
  .x-guides__block {
    justify-content: center;
  }
}
.x-guides__column {
  width: 33.333%;
  padding: 0 11px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .x-guides__column {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .x-guides__column {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
  }
}
.animated-card {
  width: 100%;
}
.animated-card.animate .animated-card__link {
  margin-bottom: 25px;
}
.animated-card.animate .animated-card__bottom-link {
  margin-top: 14px;
}
.animated-card.bg-scaled.animate .animated-card__image img {
  transform: scale(1.1);
}
.animated-card.bg-colored .animated-card__image::after {
  opacity: 1;
}
.animated-card.bg-colored.animate .animated-card__image::after {
  background-color: rgba(26, 160, 174, 0.4);
}
.animated-card.big-height .animated-card__inner {
  height: 550px;
}
@media (max-width: 576px) {
  .animated-card.big-height .animated-card__inner {
    height: 498px;
    padding-bottom: 0;
  }
}
.animated-card.big-height .animated-card__bottom-link {
  padding-right: 37px;
  font-size: 18px;
}
.animated-card.big-height .animated-card__bottom-link::after {
  top: 60%;
}
.animated-card__inner {
  width: 100%;
  height: 550px;
  background-color: lightblue;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .animated-card__inner {
    height: auto;
    padding-bottom: 100%;
  }
}
@media (max-width: 375px) {
  .animated-card__inner {
    height: 350px;
    padding-bottom: 0;
  }
}
.animated-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.animated-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.animated-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 160, 174, 0.16);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: background-color 0.3s;
}
.animated-card__content {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: calc(100% - 28px);
  max-height: 95%;
  background-color: #ffffff;
  padding: 19px 26px 19px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 576px) {
  .animated-card__content {
    padding: 16px 19px;
  }
}
.animated-card__link {
  display: none;
  padding-right: 33px;
  font-size: 15px;
}
.animated-card__bottom-link {
  display: none;
  padding-right: 33px;
  font-size: 15px;
}
.animated-card__title {
  flex-shrink: 0;
  display: block;
  max-height: 3.9em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Raleway-500", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .animated-card__title {
    font-size: 18px;
  }
}
.animated-card__subtitle {
  display: none;
  padding: 6px 0;
  font-family: "Raleway-500", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1AA0AE;
}
.animated-card__text {
  display: none;
  flex-grow: 1;
  max-height: 100%;
  padding: 14px 0 1px;
  font-size: 16px;
  line-height: 1.25;
  opacity: 0.6;
}

.x-news {
  position: relative;
  background-color: #ffffff;
  padding: 129px 0 119px;
}
@media (max-width: 992px) {
  .x-news {
    padding: 94px 0 84px;
  }
}
@media (max-width: 576px) {
  .x-news {
    padding: 64px 0 76px;
  }
}
@media (max-width: 992px) {
  .x-news__inner {
    padding: 0 42px;
  }
}
@media (max-width: 768px) {
  .x-news__inner {
    padding: 0;
  }
}
.x-news__more-link {
  position: absolute;
  right: 27px;
  bottom: 22px;
}
@media (max-width: 992px) {
  .x-news__more-link {
    right: 8px;
  }
}
@media (max-width: 768px) {
  .x-news__more-link {
    right: 50%;
    bottom: 0;
    transform: translateX(50%) translateX(15px);
  }
}
.x-news__more-link--left {
  right: auto;
  left: 27px;
}
@media (max-width: 992px) {
  .x-news__more-link--left {
    left: auto;
    right: 8px;
  }
}
@media (max-width: 768px) {
  .x-news__more-link--left {
    right: 50%;
    left: auto;
    transform: translateX(50%) translateX(15px);
  }
}
.x-news__title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .x-news__title {
    padding-left: 8px;
    font-size: 36px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .x-news__title {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 30px;
    text-align: center;
  }
}
.x-news__slider-block {
  position: relative;
  margin: 0 -7px 0 -10px;
}
@media (max-width: 768px) {
  .x-news__slider-block {
    padding-bottom: 54px;
  }
}
@media (max-width: 576px) {
  .x-news__slider-block {
    margin-right: -10px;
  }
}
.x-news__slide {
  padding: 0 10px;
}
.x-news__slider-navigation {
  margin-top: 36px;
  padding: 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .x-news__slider-navigation {
    padding: 0 150px;
  }
}
@media (max-width: 768px) {
  .x-news__slider-navigation {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .x-news__slider-navigation {
    margin-top: 25px;
    justify-content: space-between;
  }
}
.x-news .animated-card__content {
  left: 12px;
  width: calc(100% - 24px);
  padding: 19px 19px;
  pointer-events: auto !important;
}
.x-news .animated-card__text {
  font-family: "Raleway-500", sans-serif;
  line-height: 1.3;
  opacity: 1;
}
.x-news .slick-arrow {
  margin-bottom: 10px;
}
.x-news .slick-arrow.prev {
  margin-right: 40px;
}
@media (max-width: 576px) {
  .x-news .slick-arrow.prev {
    margin-right: 15px;
    margin-left: 10px;
  }
}
.x-news .slick-arrow.next {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .x-news .slick-arrow.next {
    margin-left: 15px;
    margin-right: 10px;
  }
}

.x-podcasts-hero {
  position: relative;
}
.x-podcasts-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/x-components/PHASE-2/podcasts/podcasts-bg-triangle-grey.svg") left top/cover repeat;
}
.x-podcasts-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 185px;
  padding: 66px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.x-podcasts {
  padding: 69px 0 134px;
}
@media (max-width: 992px) {
  .x-podcasts {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .x-podcasts {
    padding-bottom: 75px;
  }
}
.x-podcasts__heading {
  margin-bottom: 44px;
}
@media (max-width: 576px) {
  .x-podcasts__heading {
    margin-bottom: 30px;
  }
}
.x-podcasts__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .x-podcasts__form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.x-podcasts .search-form__wrap {
  flex-shrink: 1;
  flex-basis: auto;
  width: 412px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .x-podcasts .search-form__wrap {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .x-podcasts .search-form__wrap {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.x-podcasts .search-form__input {
  padding-bottom: 4px;
}
.x-podcasts .search-form__submit {
  top: -2px;
}
.x-podcasts .search-form__select-wrap {
  flex-basis: auto;
  min-width: 150px;
  max-width: 350px;
  border: none;
}
@media (max-width: 768px) {
  .x-podcasts .search-form__select-wrap {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .x-podcasts .search-form__select-wrap {
    display: block;
  }
}
.x-podcasts .search-form .new-select {
  position: relative;
  z-index: 4;
  padding: 8px 43px 10px 15px;
  background-color: transparent;
  font-family: "Raleway-500", sans-serif;
  line-height: 1;
  color: #080B12;
}
.x-podcasts .search-form .new-select::after {
  width: 13px;
  height: 13px;
  border: 0;
  border-left: 2px solid #080B12;
  border-bottom: 2px solid #080B12;
  left: auto;
  right: 16px;
  top: 7px;
  transform: rotate(-45deg);
}
.x-podcasts .search-form .new-select.on::after {
  transform: rotate(135deg);
  top: 15px;
}
@media (max-width: 768px) {
  .x-podcasts .search-form .new-select {
    padding-left: 0;
  }
}
.x-podcasts .search-form .new-select__list {
  left: auto;
  right: 0;
  top: -15px;
  min-width: 288px;
  max-width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  padding: 73px 47px 24px 20px;
}
@media (max-width: 768px) {
  .x-podcasts .search-form .new-select__list {
    right: auto;
    left: -15px;
    top: 37px;
    padding: 24px 15px;
  }
}
@media (max-width: 576px) {
  .x-podcasts .search-form .new-select__list {
    left: -10px;
    min-width: 270px;
  }
}
.x-podcasts .search-form .new-select__item {
  margin-bottom: 24px;
  text-align: right;
}
.x-podcasts .search-form .new-select__item:last-of-type {
  margin-bottom: 0;
}
.x-podcasts .search-form .new-select__item span {
  padding: 0;
  font-family: "Raleway-500", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: rgba(8, 11, 18, 0.5);
  transition: all 0.3s;
}
@media (min-width: 993px) {
  .x-podcasts .search-form .new-select__item:hover span, .x-podcasts .search-form .new-select__item:focus span {
    background-color: transparent;
    font-family: "Raleway-600", sans-serif;
  }
}
.x-podcasts .search-form .new-select__item.selected span {
  background-color: transparent;
  font-family: "Raleway-600", sans-serif;
  color: #1AA0AE;
}
@media (max-width: 768px) {
  .x-podcasts .search-form .new-select__item {
    text-align: left;
  }
}
.x-podcasts__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 0 -12px;
}
.x-podcasts__column {
  width: 33.333%;
  padding: 0 11px 0 12px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .x-podcasts__column {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .x-podcasts__column {
    width: 100%;
  }
}
.x-podcasts .animated-card.animate .animated-card__link {
  margin-bottom: 29px;
}
.x-podcasts .animated-card__link {
  display: block !important;
  margin-top: 2px;
  margin-bottom: 13px;
}
.x-podcasts .animated-card__text {
  padding-bottom: 0;
  margin-bottom: -2px;
}
.x-podcasts__pagination {
  margin-top: 7px;
}
.x-podcasts .pagination__button-prev {
  margin-right: 15px;
}
.x-podcasts .pagination__button-next {
  margin-left: 15px;
}

/*# sourceMappingURL=x-components.css.map */
