@charset "UTF-8";
.head__content {
  position: relative;
  min-height: calc(100vh - 160px);
  min-height: calc(100svh - 160px);
  min-height: calc(100dvh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
}
.head__content .container {
  position: relative;
  z-index: 2;
}
.head__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.head__background_animation .head__image {
  -webkit-animation: backgroundZoom 10s forwards ease-in-out;
          animation: backgroundZoom 10s forwards ease-in-out;
}
.head__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.head__title-wrapper {
  overflow: hidden;
}
.head__title {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-animation: slideInUp 1s forwards ease-in-out;
          animation: slideInUp 1s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.head__text {
  max-width: 597px;
}
.head__section_home .head__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__section_home .head__text {
  margin-left: auto;
  margin-right: auto;
}
.head__section_home .head__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head__additional {
  height: 70px;
  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;
  border-bottom: solid 1px rgba(135, 154, 145, 0.5);
}
.head__additional svg {
  margin-left: 15px;
}

@-webkit-keyframes backgroundZoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
}

@keyframes backgroundZoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
}
@media only screen and (min-width: 768px) {
  .head__content {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .head__content {
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px);
    min-height: calc(100dvh - 70px);
  }
}
@media only screen and (min-width: 1440px) {
  .head__content {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.info__section {
  overflow: hidden;
}
.info__section .image {
  margin-top: 30px;
}
.info__img {
  display: block;
  width: 100vw;
  height: auto;
  margin-top: 40px;
}
.info__text p:not(:last-of-type) {
  margin-bottom: 25.5px;
}
.info__row_text .info__text {
  margin-top: 30px;
}
.info__slider {
  margin-top: 30px;
}
.info__slider .swiper-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.info__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__slider-pagination {
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
}
.info__slider-pagination span {
  margin: 0 11px 0 0 !important;
  opacity: 0.2 !important;
  background: #879a91 !important;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
  height: 2px !important;
  border-radius: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info__slider-pagination span:last-of-type {
  margin-right: 0 !important;
}
.info__slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.info__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__slider-btn {
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: solid 1px var(--cstm-body-border-color-primary);
}
.info__slider-btn:first-of-type {
  margin-right: 15px;
}
.info__slider-item {
  width: 100%;
  display: block;
  position: relative;
}
.info__slider-item:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 123.9286%;
}
.info__slider-item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info__slider-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .info__section .image {
    margin-top: 45px;
  }
  .info__row_text .info__text {
    margin-top: 45px;
  }
  .info__slider {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .info__section .image {
    margin-top: 0;
  }
  .info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info__row_simple {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info__row_text .info__text {
    margin-top: 0;
  }
  .info__row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .info__row_align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__col {
    width: calc((100% - 45px) / 2);
  }
  .info__img {
    width: 50vw;
    margin-top: 0;
  }
  .info__slider {
    margin-top: 0;
  }
  .info__slider-btn {
    cursor: pointer;
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .info__slider-btn svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .info__slider-btn:hover {
    border-color: var(--cstm-body-border-color-primary);
    background: rgba(135, 154, 145, 0.9);
  }
  .info__slider-btn:hover svg path {
    fill: var(--cstm-body-color-primary-inverted);
  }
}
@media only screen and (min-width: 1440px) {
  .info__img {
    width: calc(50vw + 94px);
    position: relative;
    left: -94px;
  }
  .info__col {
    width: calc((100% - 70px) / 2);
  }
}
.quote__section .title {
  max-width: 1014px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ticker__wrapper {
  display: inline-block;
  -webkit-animation: ticker 100s linear infinite;
          animation: ticker 100s linear infinite;
}
.ticker__wrapper_reverse {
  -webkit-animation: tickerReverse 100s linear infinite;
          animation: tickerReverse 100s linear infinite;
}
.ticker__wrapper_reverse .ticker__group_1 {
  -webkit-animation: swapReverse 100s linear infinite;
          animation: swapReverse 100s linear infinite;
}
.ticker__group_1 {
  position: relative;
  left: 0%;
  -webkit-animation: swap 100s linear infinite;
          animation: swap 100s linear infinite;
}
.ticker__item {
  display: inline-block;
  padding-left: 48px;
  padding-right: 31px;
  position: relative;
}
.ticker__item:before {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50px;
  background: var(--cstm-body-background-primary-inverted);
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}

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

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes tickerReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes tickerReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
@-webkit-keyframes swapReverse {
  0%, 50% {
    left: 100%;
  }
  50.01%, 100% {
    left: 0%;
  }
}
@keyframes swapReverse {
  0%, 50% {
    left: 100%;
  }
  50.01%, 100% {
    left: 0%;
  }
}
.blocks__section {
  border-top: solid 1px rgba(135, 154, 145, 0.5);
}
.blocks__col:nth-of-type(2) {
  position: relative;
}
.blocks__col:nth-of-type(2):before {
  content: "";
  border-top: solid 1px var(--cstm-body-border-color-primary);
  opacity: 0.5;
  width: 100vw;
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blocks__text {
  max-width: 459px;
}

@media only screen and (min-width: 1024px) {
  .blocks__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blocks__col {
    width: 50%;
  }
  .blocks__col:nth-of-type(1) {
    padding-right: 60px;
  }
  .blocks__col:nth-of-type(2) {
    padding-left: 60px;
  }
  .blocks__col:nth-of-type(2):before {
    width: auto;
    height: calc(100% - 37px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    border-top: none;
    border-left: solid 1px var(--cstm-body-border-color-primary);
  }
}
@media only screen and (min-width: 1440px) {
  .blocks__col:nth-of-type(1) {
    padding-right: 120px;
  }
  .blocks__col:nth-of-type(2) {
    padding-left: 120px;
  }
  .blocks__col:nth-of-type(2):before {
    height: calc(100% - 37px);
  }
}
.bloglist__head .link {
  margin-top: 20px;
}
.bloglist__item {
  padding: 30px 40px;
  border: solid 1px rgba(135, 154, 145, 0.5);
}
.bloglist__item:not(:first-of-type) {
  border-top: none;
}
.bloglist__item a {
  display: block;
  text-decoration: none;
}
.bloglist__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.bloglist__item-category {
  text-decoration: none;
  margin-right: 20px;
  display: inline;
}
.bloglist__item-title {
  max-width: 703px;
}
.bloglist__item-link {
  margin-top: 40px;
  width: 43px;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .bloglist__item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .bloglist__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloglist__head .link {
    margin-top: 0;
    margin-left: auto;
  }
  .bloglist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloglist__item a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .bloglist__item a:hover {
    color: var(--cstm-body-color-accent);
  }
  .bloglist__item-title {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .bloglist__item-title:hover {
    color: var(--cstm-body-color-accent);
  }
  .bloglist__item-link {
    margin-top: 0;
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .bloglist__item-link svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .bloglist__item-link:hover svg path {
    fill: var(--cstm-body-color-accent);
  }
}
@media only screen and (min-width: 1440px) {
  .bloglist__item {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.showcase__head {
  position: relative;
}
.showcase__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showcase__item a {
  text-decoration: none;
  display: block;
}
.showcase__item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.showcase__item-content {
  padding-left: 20px;
  padding-right: 20px;
}
.showcase__item-content .title {
  margin-bottom: 2px;
}
.showcase__item-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.showcase__item-img > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showcase__item-img:after {
  content: "";
  position: relative;
  display: block;
  padding-top: 91.9402985075%;
}
.showcase__item-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.showcase__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.showcase__slider-pagination {
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.showcase__slider-pagination span {
  margin: 0 20px 0 0 !important;
  opacity: 0.2 !important;
  background: #879a91 !important;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
  height: 2px !important;
  border-radius: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.showcase__slider-pagination span:last-of-type {
  margin-right: 0 !important;
}
.showcase__slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.showcase__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.showcase__slider-btn {
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: solid 1px var(--cstm-body-border-color-primary);
}
.showcase__slider-btn:first-of-type {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .showcase__item-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .showcase__item {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .showcase__item .title, .showcase__item .link {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
    opacity: 0;
  }
  .showcase__item .link {
    width: auto;
  }
  .showcase__item a {
    width: 100%;
    pointer-events: none;
  }
  .showcase__item > a {
    pointer-events: auto;
  }
  .showcase__slider .swiper-slide {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    background: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc((100vw - 150px) / 4);
    height: auto;
  }
  .showcase__slider .swiper-slide.swiper-slide-next {
    width: calc((100vw - 150px) / 4 * 2);
  }
  .showcase__slider .swiper-slide.swiper-slide-next .showcase__item .showcase__item-img:after {
    padding-top: 67.5832127352%;
  }
  .showcase__slider .swiper-slide.swiper-slide-next .showcase__item .title, .showcase__slider .swiper-slide.swiper-slide-next .showcase__item .link {
    opacity: 1;
  }
  .showcase__slider .swiper-slide.swiper-slide-next .showcase__item a {
    pointer-events: auto;
  }
  .showcase__item-content {
    padding-left: 0;
    padding-right: 0;
  }
  .showcase__item-img img {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .showcase__item-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .showcase__slider-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .showcase__slider-placeholder {
    width: calc((100vw - 150px) / 4 - 15.4vw);
    margin-right: 30px;
  }
  .showcase__slider-pagination {
    width: calc((100vw - 150px) / 4 * 2) !important;
  }
  .showcase__slider-btn {
    cursor: pointer;
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .showcase__slider-btn svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .showcase__slider-btn:hover {
    border-color: var(--cstm-body-border-color-primary);
    background: rgba(135, 154, 145, 0.9);
  }
  .showcase__slider-btn:hover svg path {
    fill: var(--cstm-body-color-primary-inverted);
  }
}
@media only screen and (min-width: 1440px) {
  .showcase__slider-placeholder {
    width: calc((100vw - 150px) / 4 - 18vw);
  }
  .showcase__link {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--cstm-body-border-color-secondary);
}
.partners__col {
  position: relative;
  display: block;
  text-decoration: none;
  width: 20%;
}
.partners__col:not(:last-of-type) {
  border-right: 1px solid var(--cstm-body-border-color-secondary);
}
.partners__col:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 83.1578947368%;
}
.partners__col figure {
  position: absolute;
  width: 77.8947368421%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.partners__col figure:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 54.0540540541%;
}
.partners__col figure > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partners__col img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.details__head {
  margin-bottom: 30px;
}
.details__item {
  position: relative;
}
.details__item:before {
  content: "";
  border-top: 1px solid var(--cstm-body-border-color-primary);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100vw;
}
.details__list p {
  padding-left: 50px;
  position: relative;
}
.details__list p:not(:last-of-type) {
  margin-bottom: 20px;
}
.details__list p:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 14px;
}
.details__background {
  display: none;
}

@media only screen and (min-width: 768px) {
  .details__head {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .details__section .container {
    position: relative;
  }
  .details__head {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    top: 45px;
  }
  .details__head .text {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .details__item {
    border-left: solid 1px rgba(135, 154, 145, 0.5);
    border-right: solid 1px rgba(135, 154, 145, 0.5);
    padding-left: 45px;
    padding-right: 45px;
  }
  .details__item:before {
    width: 100%;
  }
  .details__content {
    padding-left: 57px;
  }
  .details__background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .details__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .details__head {
    left: 57px;
    top: 70px;
  }
  .details__background {
    width: 120px;
  }
}
@media only screen and (min-width: 1771px) {
  .details__background {
    width: calc((100vw - 100%) / 2 + 120px);
    -webkit-transform: translateX(calc(100% - 120px));
        -ms-transform: translateX(calc(100% - 120px));
            transform: translateX(calc(100% - 120px));
  }
}
@media only screen and (min-width: 1920px) {
  .details__head {
    left: 0;
  }
}
.catalog__dropdown {
  border: solid 1px var(--cstm-body-border-color-primary);
  border-radius: 36px;
  text-align: center;
  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;
  position: relative;
  width: 100%;
  max-width: 272px;
}
.catalog__dropdown select {
  font-family: var(--cstm-body-font-family-primary);
  line-height: 1.7;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--cstm-body-color-secondary);
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  cursor: pointer;
  padding: 9px 42px 9px 31px;
  min-height: 40px;
}
.catalog__dropdown select::-ms-expand {
  display: none;
}
.catalog__dropdown select option {
  color: var(--cstm-body-color-secondary) !important;
}
.catalog__dropdown svg {
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.catalog__filter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.table__head {
  display: none;
}
.table__item {
  border-top: 1px solid rgba(135, 154, 145, 0.5);
}
.table__item:last-of-type {
  border-bottom: 1px solid rgba(135, 154, 145, 0.5);
}
.table__item-head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__item-head div p {
  margin-left: auto;
}
.table__item-head div:before {
  font-family: var(--cstm-body-font-family-primary);
  letter-spacing: 0;
  font-size: 1.063rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.table__item-head div:nth-of-type(1):before {
  content: "REF";
}
.table__item-head div:nth-of-type(2):before {
  content: "Type";
}
.table__item-head div:nth-of-type(3):before {
  content: "Surface";
}
.table__item-head div:nth-of-type(4):before {
  content: "PiÈce(s)";
}
.table__item-head div:nth-of-type(5):before {
  content: "Prix";
}
.table__item-head div svg {
  margin-left: auto;
  margin-right: auto;
}
.table__item-specs {
  gap: 22px;
}
.table__item-spec:not(:first-of-type):before {
  content: "";
  height: 24px;
  width: 1px;
  background: #435553;
  display: block;
  margin-right: 22px;
}

.specs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px rgba(135, 154, 145, 0.3);
  padding: 11px 20px;
}
.specs__item:not(:first-of-type) {
  border-top: none;
}
.specs__item p {
  line-height: 2.313;
  font-weight: 600;
}
.specs__item p:nth-of-type(1) {
  font-family: var(--cstm-body-font-family-secondary);
  text-transform: uppercase;
  width: calc(65% - 10px);
}
.specs__item p:nth-of-type(2) {
  text-align: right;
  width: calc(35% - 10px);
}
.specs__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 909px;
}

@media only screen and (min-width: 768px) {
  .specs__item {
    padding: 11px 40px;
  }
  .catalog__filter {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .catalog__dropdown {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .catalog__dropdown select {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .catalog__dropdown svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .catalog__dropdown:hover {
    background: rgba(135, 154, 145, 0.9);
    border-color: var(--cstm-body-border-color-primary);
  }
  .catalog__dropdown:hover select {
    color: var(--cstm-body-color-primary-inverted);
  }
  .catalog__dropdown:hover svg path {
    fill: var(--cstm-body-color-primary-inverted);
  }
  .catalog__filter {
    position: sticky;
    top: 0;
    background: var(--cstm-body-background-primary);
    z-index: 5;
  }
  .table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 13px;
  }
  .table__head-item:nth-of-type(1) {
    width: 18.8127090301%;
  }
  .table__head-item:nth-of-type(2) {
    width: 19.7324414716%;
  }
  .table__head-item:nth-of-type(3) {
    width: 22.7424749164%;
  }
  .table__head-item:nth-of-type(4) {
    width: 18.3946488294%;
  }
  .table__head-item:nth-of-type(5) {
    width: 17.2240802676%;
  }
  .table__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .table__item-head div {
    display: block;
  }
  .table__item-head div:before {
    display: none;
  }
  .table__item-head div:nth-of-type(1) {
    width: 18.8127090301%;
  }
  .table__item-head div:nth-of-type(2) {
    width: 19.7324414716%;
  }
  .table__item-head div:nth-of-type(3) {
    width: 22.7424749164%;
  }
  .table__item-head div:nth-of-type(4) {
    width: 18.3946488294%;
  }
  .table__item-head div:nth-of-type(5) {
    width: 17.2240802676%;
  }
  .specs__item {
    padding: 11px 64px;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog__filter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.gallery__section {
  border-top: 1px solid rgba(135, 154, 145, 0.5);
}
.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery__col:nth-of-type(1) {
  width: calc(51.2635379061% - 10px);
  margin-right: 20px;
  margin-top: auto;
}
.gallery__col:nth-of-type(2) {
  width: calc(48.7364620939% - 10px);
}
.gallery__col:nth-of-type(3) {
  width: calc(60.2184087363% - 10px);
  margin-right: 20px;
  margin-top: 20px;
}
.gallery__col:nth-of-type(4) {
  margin-top: 20px;
  width: calc(35.1014040562% - 10px);
}
.gallery__item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery__item:before {
  content: "";
  display: block;
  position: relative;
}
.gallery__item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item_1 {
  width: 88.6363636364%;
  margin-left: auto;
}
.gallery__item_1:before {
  padding-top: 65.811965812%;
}
.gallery__item_2:before {
  padding-top: 123.4848484848%;
}
.gallery__item_3:before {
  padding-top: 131.1111111111%;
}
.gallery__item_4:before {
  padding-top: 112.962962963%;
}
.gallery__item_5:before {
  padding-top: 74.043715847%;
}
.gallery__item_6:before {
  padding-top: 126.2295081967%;
}
.gallery__item_7:before {
  padding-top: 205.3333333333%;
}

@media only screen and (min-width: 768px) {
  .gallery__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .gallery__col:nth-of-type(1) {
    width: calc(23.9662447257% - 10px);
    margin-top: 10.2257636122%;
  }
  .gallery__col:nth-of-type(2) {
    margin-right: 20px;
    width: calc(24.4725738397% - 10px);
  }
  .gallery__col:nth-of-type(3) {
    margin-top: 0;
    width: calc(30.8860759494% - 10px);
  }
  .gallery__col:nth-of-type(4) {
    margin-top: 16.3346613546%;
    width: calc(18.9873417722% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__item {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .gallery__item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.chronology__section {
  border-top: 1px solid rgba(135, 154, 145, 0.5);
}
.chronology__section .swiper-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.chronology__col:nth-of-type(1) {
  margin-bottom: 30px;
}
.chronology__dates-list-wrapper {
  display: none;
}
.chronology__dates-list-wrapper .swiper-wrapper {
  height: 417px !important;
}
.chronology__dates-list-wrapper .swiper-slide {
  height: 417px !important;
  opacity: 0 !important;
}
.chronology__dates-list-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.chronology__dates-list-item {
  opacity: 0.5;
  margin-bottom: 45px;
}
.chronology__dates-list-item:last-of-type {
  margin-bottom: 0;
}
.chronology__dates-current-wrapper {
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
}
.chronology__dates-current-wrapper .swiper-slide {
  opacity: 0 !important;
}
.chronology__dates-current-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.chronology__dates-current-item p:nth-of-type(2) {
  margin-top: 4px;
}
.chronology__dates-btn {
  position: absolute;
  top: 50%;
  height: 36px;
  width: 36px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
}
.chronology__dates-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.chronology__dates-btn_prev {
  left: 0;
}
.chronology__dates-btn_prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.chronology__dates-btn_next {
  right: 0;
}
.chronology__dates-btn_next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.chronology__inner-col:nth-of-type(2) {
  margin-top: 30px;
}
.chronology__content .swiper-slide {
  opacity: 0 !important;
}
.chronology__content .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.chronology__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.chronology__image:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 130.7952622673%;
}
.chronology__image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chronology__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chronology__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chronology__slider-btn {
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: solid 1px var(--cstm-body-border-color-primary);
}
.chronology__slider-btn:first-of-type {
  margin-right: 15px;
}
.chronology__slider-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) {
  .chronology__head {
    margin-left: 160px;
  }
  .chronology__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chronology__col:nth-of-type(1) {
    width: 160px;
    padding-right: 73px;
  }
  .chronology__col:nth-of-type(2) {
    width: calc(100% - 160px);
  }
  .chronology__dates-list-wrapper {
    display: block;
    margin-bottom: 33px;
    padding-bottom: 35px;
    border-bottom: solid 1px rgba(135, 154, 145, 0.5);
  }
  .chronology__dates-current-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .chronology__dates-navigation {
    position: absolute;
    right: -12px;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    height: 72px;
  }
  .chronology__dates-btn {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    cursor: pointer;
  }
  .chronology__dates-btn_prev svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .chronology__dates-btn_prev:hover svg {
    -webkit-transform: rotate(0deg) translateY(-10px);
        -ms-transform: rotate(0deg) translateY(-10px);
            transform: rotate(0deg) translateY(-10px);
  }
  .chronology__dates-btn_next svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .chronology__dates-btn_next:hover svg {
    -webkit-transform: rotate(0deg) translateY(10px);
        -ms-transform: rotate(0deg) translateY(10px);
            transform: rotate(0deg) translateY(10px);
  }
  .chronology__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chronology__inner-col:nth-of-type(2) {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 0;
  }
  .chronology__inner-col:nth-of-type(1) {
    width: calc(50% - 15px);
  }
  .chronology__slider-btn {
    cursor: pointer;
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .chronology__slider-btn svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .chronology__slider-btn:hover {
    border-color: var(--cstm-body-border-color-primary);
    background: rgba(135, 154, 145, 0.9);
  }
  .chronology__slider-btn:hover svg path {
    fill: var(--cstm-body-color-primary-inverted);
  }
}
@media only screen and (min-width: 1440px) {
  .chronology__inner-col:nth-of-type(2) {
    width: calc(61.1220472441% - 15px);
  }
  .chronology__inner-col:nth-of-type(1) {
    width: calc(41.8307086614% - 15px);
  }
}
.team__section {
  overflow: hidden;
}
.team__tabs-wrapper {
  width: 100vw;
  position: relative;
  left: -20px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.team__tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.team__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-left: 20px;
}
.team__tabs-item {
  white-space: nowrap;
  text-decoration: none;
  color: var(--cstm-body-color-secondary);
  position: relative;
}
.team__tabs-item:not(:last-of-type) {
  padding-right: 40px;
}
.team__tabs-item:not(:last-of-type):before {
  width: 100%;
}
.team__tabs-item:last-of-type {
  padding-right: 20px;
}
.team__tabs-item:last-of-type:before {
  width: calc(100% - 20px);
}
.team__tabs-item:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px rgba(135, 154, 145, 0.5);
}
.team__tabs-item_active:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--cstm-body-color-tertiary);
  height: 3px;
  bottom: -10px;
  left: 0;
  width: calc(100% - 40px);
}
.team__tabs-item_active:last-of-type:after {
  width: calc(100% - 20px);
}
.team__tab {
  display: none;
}
.team__tab_active {
  display: block;
}
.team__slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team__slider .swiper-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.team__item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.team__item:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 123.9234449761%;
}
.team__item-icon-quote {
  position: absolute;
  bottom: 40%;
  left: 40%;
  -webkit-transform: translate(-50%, 50%) rotate(-10deg);
      -ms-transform: translate(-50%, 50%) rotate(-10deg);
          transform: translate(-50%, 50%) rotate(-10deg);
  width: 65.3110047847%;
  display: block;
  height: auto;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
}
.team__item-icon-logo {
  display: block;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.team__item-content {
  padding: 66px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
}
.team__item-text {
  font-size: 0.938rem;
  font-style: italic;
  line-height: 1.5;
  margin-top: auto;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
  opacity: 1;
}
.team__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__slider-pagination {
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19px;
}
.team__slider-pagination span {
  margin: 0 20px 0 0 !important;
  opacity: 0.2 !important;
  background: #879a91 !important;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
  height: 2px !important;
  border-radius: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.team__slider-pagination span:last-of-type {
  margin-right: 0 !important;
}
.team__slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.team__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__slider-btn {
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: solid 1px var(--cstm-body-border-color-primary);
}
.team__slider-btn:first-of-type {
  margin-right: 15px;
}
.team__slider-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .team__tabs-wrapper {
    width: 100%;
    left: 0;
  }
  .team__tabs {
    padding-left: 0;
    border-bottom: solid 1px rgba(135, 154, 145, 0.5);
  }
  .team__tabs-item:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .team__tabs-item:not(:last-of-type) {
    margin-right: 140px;
  }
  .team__slider-wrapper {
    width: calc(100vw - 90px - 70px);
  }
  .team__item-icon-quote {
    bottom: 5%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .team__item-content {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
  .team__item-text {
    opacity: 0;
  }
  .team__item:hover .team__item-icon-quote {
    bottom: 40%;
    -webkit-transform: translate(-50%, 50%) rotate(-10deg);
        -ms-transform: translate(-50%, 50%) rotate(-10deg);
            transform: translate(-50%, 50%) rotate(-10deg);
  }
  .team__item:hover .team__item-content {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .team__item:hover .team__item-text {
    opacity: 1;
  }
  .team__slider-btn {
    cursor: pointer;
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .team__slider-btn svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .team__slider-btn:hover {
    border-color: var(--cstm-body-border-color-primary);
    background: rgba(135, 154, 145, 0.9);
  }
  .team__slider-btn:hover svg path {
    fill: var(--cstm-body-color-primary-inverted);
  }
}
@media only screen and (min-width: 1440px) {
  .team__slider-wrapper {
    width: calc(100vw - 90px - 120px);
  }
}
@media only screen and (min-width: 1771px) {
  .team__slider-wrapper {
    width: calc(100vw - (100vw - 100%) / 2);
  }
}
.article p {
  letter-spacing: 0;
  font-size: 1.063rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--cstm-body-color-secondary);
}
.article p b, .article p strong {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7;
}
.article p:not(:last-child) {
  margin-bottom: 25.5px;
}
.article__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__soc a {
  text-decoration: none;
  display: block;
}
.article__soc a:not(:last-of-type) {
  margin-right: 10px;
}
.article__col:nth-of-type(1) {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .article__col:nth-of-type(1) {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .article__section .background-holder {
    overflow: visible;
  }
  .article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article__col:nth-of-type(1) {
    margin-top: 0;
    padding-right: 60px;
    width: 26.3724434876%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 60px;
  }
  .article__col:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 684px;
  }
}
@media only screen and (min-width: 1440px) {
  .article__col:nth-of-type(1) {
    width: 18.2972367438%;
  }
  .article__col:nth-of-type(2) {
    width: 51.0828976848%;
  }
}
.contacts__form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 692px;
}

.contact-details__col:nth-of-type(2) {
  margin-top: 40px;
}
.contact-details__col a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 1024px) {
  .contact-details__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-details__col {
    width: calc(50% - 20px);
  }
  .contact-details__col:nth-of-type(2) {
    margin-top: 0;
    margin-left: 40px;
  }
}
.header {
  background: var(--cstm-body-background-primary);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: solid 1px rgba(135, 154, 145, 0.5);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 89px;
  padding: 11px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.header__logo {
  display: inline-block;
  height: 58.89px;
  text-decoration: none;
}
.header__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.header__btn {
  margin-left: auto;
}
.header__btn span:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.33em;
  color: var(--cstm-body-color-primary);
  padding-left: 4px;
}
.header__btn_active .header__btn-inner span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
.header__btn_active .header__btn-inner span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.header__btn-inner {
  position: relative;
  width: 39px;
  height: 39px;
  margin: 0 auto;
  display: block;
}
.header__btn-inner span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 55px;
  border-top: solid 2px var(--cstm-body-border-color-primary);
  display: block;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
}
.header__btn-inner span:nth-of-type(1) {
  top: 0px;
}
.header__btn-inner span:nth-of-type(2) {
  top: 12px;
}
.header__soc {
  padding: 0 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__soc_desktop {
  display: none;
}
.header__soc_mobile {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.header__soc a {
  display: inline-block;
  text-decoration: none;
  margin-right: 16px;
  height: 20px;
}
.header__soc img {
  height: 100%;
  width: auto;
  display: block;
}
.header__content {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 10;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--cstm-body-background-primary);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__content::-webkit-scrollbar {
  display: none;
}
.header__content_active {
  opacity: 1;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  height: calc(100dvh - 90px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header__content_active .header__menu a {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header__content_active .header__submenu {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__content_active .header__soc_mobile {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__content_active .header__divider {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__menu {
  padding: 60px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__menu ul {
  list-style: none;
}
.header__menu li {
  font-family: var(--cstm-body-font-family-secondary);
  font-size: 1.25rem;
  line-height: 1.32;
  color: var(--cstm-body-color-primary);
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
}
.header__menu li:not(:last-of-type) {
  margin-bottom: 30px;
}
.header__menu a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header__menu a:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none' viewBox='0 0 32 33'%3E%3Cpath fill='%23879A91' fill-rule='evenodd' d='M31.31 30.905a.75.75 0 0 1-1.5 0v-27L2.28 31.435a.75.75 0 1 1-1.06-1.06l27.53-27.53h-27a.75.75 0 0 1 0-1.5h29.56v29.56Z' clip-rule='evenodd'/%3E%3Cpath fill='%23879A91' d='m29.81 3.905-.353-.353.854-.854v1.207h-.5ZM2.28 31.435l-.353-.353.353.354Zm-1.06 0 .353-.353-.353.354Zm0-1.06.353.354-.353-.354Zm27.53-27.53v-.5h1.207l-.854.853-.353-.353Zm2.56-1.5v-.5h.5v.5h-.5Zm-.75 29.81a.25.25 0 0 0 .25-.25h1c0 .69-.56 1.25-1.25 1.25v-1Zm-.25-.25c0 .138.113.25.25.25v1c-.69 0-1.25-.56-1.25-1.25h1Zm0-27v27h-1v-27h1ZM1.928 31.082l27.53-27.53.707.707-27.53 27.53-.707-.707Zm-.354 0a.25.25 0 0 0 .354 0l.707.707a1.25 1.25 0 0 1-1.768 0l.707-.707Zm0-.354a.25.25 0 0 0 0 .354l-.707.707a1.25 1.25 0 0 1 0-1.768l.707.707Zm27.53-27.53-27.53 27.53-.707-.707 27.53-27.53.707.707ZM1.75 2.345h27v1h-27v-1Zm-.25-.25c0 .138.112.25.25.25v1c-.69 0-1.25-.56-1.25-1.25h1Zm.25-.25a.25.25 0 0 0-.25.25h-1c0-.69.56-1.25 1.25-1.25v1Zm28.81 0H1.75v-1h28.81v1Zm.75 0h-.75v-1h.75v1Zm-.5.25v-.75h1v.75h-1Zm0 28.81V2.095h1v28.81h-1Z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-left: 24px;
}
.header__divider {
  border-top: 1px solid rgba(135, 154, 145, 0.5);
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.header__submenu {
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__submenu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__submenu > ul li {
  font-family: var(--cstm-body-font-family-secondary);
  color: var(--cstm-body-color-tertiary);
  margin-right: 20px;
  font-weight: 600;
  line-height: 1.328;
  text-transform: uppercase;
}
.header__submenu > ul a {
  text-decoration: none;
  color: inherit;
}
.header__language {
  position: relative;
}
.header__language_active .header__language-toggler svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__language_active .header__language-list {
  display: block;
}
.header__language_active .header__language-list li {
  display: block;
  opacity: 1;
}
.header__language-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__language-toggler p {
  font-family: var(--cstm-body-font-family-secondary);
  color: var(--cstm-body-color-tertiary);
  font-weight: 600;
  line-height: 1.328;
  text-transform: uppercase;
}
.header__language-toggler svg {
  height: 10px;
  width: auto;
  display: block;
  margin-left: 10px;
  -webkit-transition: var(--cstm-transition);
  transition: var(--cstm-transition);
}
.header__language-list {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding-right: 26px;
  display: none;
  text-transform: uppercase;
}
.header__language-list ul {
  list-style: none;
}
.header__language-list li {
  font-family: var(--cstm-body-font-family-secondary);
  color: var(--cstm-body-color-tertiary);
  font-weight: 600;
  line-height: 1.328;
  margin-top: 20px;
  display: none;
  opacity: 0;
}
.header__language-list a {
  text-decoration: none;
  color: inherit;
}
.header__col:nth-of-type(2) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 780px;
  }
  .header__menu {
    padding: 80px 40px;
    max-width: 780px;
  }
  .header__menu li {
    font-size: 2.5rem;
  }
  .header__menu li:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .header__menu a:after {
    height: 30px;
    width: 30px;
  }
  .header__submenu {
    padding: 45px 40px;
    max-width: 780px;
  }
  .header__submenu > ul li {
    margin-right: 40px;
    font-size: 1.5rem;
  }
  .header__language-toggler p {
    font-size: 1.5rem;
  }
  .header__language-toggler svg {
    height: 14px;
  }
  .header__language-list {
    padding-right: 31px;
  }
  .header__language-list li {
    font-size: 1.5rem;
  }
  .header__soc {
    max-width: 780px;
  }
  .header__soc_mobile {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__soc a {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    width: 90px;
    height: 100%;
    border-bottom: none;
    border-right: solid 1px rgba(135, 154, 145, 0.5);
  }
  .header__container {
    padding: 50px 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
  }
  .header__btn {
    margin: auto;
  }
  .header__btn span:first-child {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__btn:hover span:first-child {
    color: var(--cstm-body-color-accent);
  }
  .header__btn:hover .header__btn-inner span {
    border-color: var(--cstm-body-border-color-accent);
  }
  .header__menu {
    max-width: unset;
  }
  .header__menu a:after {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__menu a:hover {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
    color: var(--cstm-body-color-accent);
  }
  .header__menu a:hover:after {
    margin-left: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none' viewBox='0 0 32 33'%3E%3Cpath fill='%23435553' fill-rule='evenodd' d='M31.31 30.905a.75.75 0 0 1-1.5 0v-27L2.28 31.435a.75.75 0 1 1-1.06-1.06l27.53-27.53h-27a.75.75 0 0 1 0-1.5h29.56v29.56Z' clip-rule='evenodd'/%3E%3Cpath fill='%23435553' d='m29.81 3.905-.353-.353.854-.854v1.207h-.5ZM2.28 31.435l-.353-.353.353.354Zm-1.06 0 .353-.353-.353.354Zm0-1.06.353.354-.353-.354Zm27.53-27.53v-.5h1.207l-.854.853-.353-.353Zm2.56-1.5v-.5h.5v.5h-.5Zm-.75 29.81a.25.25 0 0 0 .25-.25h1c0 .69-.56 1.25-1.25 1.25v-1Zm-.25-.25c0 .138.113.25.25.25v1c-.69 0-1.25-.56-1.25-1.25h1Zm0-27v27h-1v-27h1ZM1.928 31.082l27.53-27.53.707.707-27.53 27.53-.707-.707Zm-.354 0a.25.25 0 0 0 .354 0l.707.707a1.25 1.25 0 0 1-1.768 0l.707-.707Zm0-.354a.25.25 0 0 0 0 .354l-.707.707a1.25 1.25 0 0 1 0-1.768l.707.707Zm27.53-27.53-27.53 27.53-.707-.707 27.53-27.53.707.707ZM1.75 2.345h27v1h-27v-1Zm-.25-.25c0 .138.112.25.25.25v1c-.69 0-1.25-.56-1.25-1.25h1Zm.25-.25a.25.25 0 0 0-.25.25h-1c0-.69.56-1.25 1.25-1.25v1Zm28.81 0H1.75v-1h28.81v1Zm.75 0h-.75v-1h.75v1Zm-.5.25v-.75h1v.75h-1Zm0 28.81V2.095h1v28.81h-1Z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  .header__submenu {
    max-width: unset;
  }
  .header__submenu > ul a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__submenu > ul a:hover {
    color: var(--cstm-body-color-accent);
  }
  .header__language-toggler {
    cursor: pointer;
  }
  .header__language-toggler p {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__language-toggler svg path {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__language-toggler:hover p {
    color: var(--cstm-body-color-accent);
  }
  .header__language-toggler:hover svg path {
    fill: var(--cstm-body-color-accent);
  }
  .header__language-list a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .header__language-list a:hover {
    color: var(--cstm-body-color-accent);
  }
  .header__soc {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
  }
  .header__soc_mobile {
    display: none;
  }
  .header__soc_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__soc a {
    margin-right: 0;
  }
  .header__soc a:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .header__content {
    top: 0;
    left: 90px;
    width: calc(100vw - 90px);
  }
  .header__content_active {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }
}
@media only screen and (min-width: 1440px) {
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header__col:nth-of-type(1) {
    width: 59.35302391%;
    position: relative;
  }
  .header__col:nth-of-type(2) {
    display: block;
    width: 40.64697609%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header__col:nth-of-type(2):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--cstm-body-background-secondary);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__image {
    position: absolute;
    width: 115.9169550173%;
    height: auto;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 1;
  }
  .header__menu {
    padding: 160px 70px;
  }
  .header__submenu {
    padding: 70px;
  }
}
.footer__logo {
  display: inline-block;
  height: 79px;
  text-decoration: none;
}
.footer__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.footer__col:not(:last-of-type) {
  margin-bottom: 30px;
}
.footer__col:nth-of-type(1) {
  display: none;
}
.footer__list {
  list-style: none;
}
.footer__list li {
  font-size: 1.063rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--cstm-body-color-primary-inverted);
}
.footer__list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer__list li a {
  text-decoration: none;
  color: inherit;
}
.footer__input input {
  min-height: 57px;
  padding: 10px 20px;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: var(--cstm-body-color-primary-inverted);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.footer__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__line {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer__links {
  margin-bottom: 40px;
}
.footer__links ul {
  list-style: none;
}
.footer__links li {
  font-size: 1.063rem;
  line-height: 1.7;
  font-weight: 700;
  color: var(--cstm-body-color-primary-inverted);
}
.footer__links li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer__links li a {
  text-decoration: none;
  color: inherit;
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.footer__soc a {
  display: block;
  text-decoration: none;
  height: 20px;
}
.footer__soc a:not(:last-of-type) {
  margin-right: 12px;
}
.footer__soc img {
  height: 100%;
  width: auto;
  display: block;
}
.footer__copy a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col {
    width: calc((100% - 45px) / 2);
  }
  .footer__col:nth-of-type(even) {
    margin-right: 45px;
  }
  .footer__col:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding-left: 90px;
  }
  .footer__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer__col {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 45px;
  }
  .footer__col:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .footer__col:last-of-type {
    margin-right: 0;
  }
  .footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__list a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .footer__list a:hover {
    color: var(--cstm-body-color-accent);
  }
  .footer__links li a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .footer__links li a:hover {
    color: var(--cstm-body-color-accent);
  }
  .footer__soc {
    margin-bottom: 0;
    margin-left: 40px;
  }
  .footer__copy {
    margin-left: auto;
  }
  .footer__copy a {
    -webkit-transition: var(--cstm-transition);
    transition: var(--cstm-transition);
  }
  .footer__copy a:hover {
    color: var(--cstm-body-color-accent);
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col {
    margin-right: 70px;
  }
  .footer__col:nth-of-type(even) {
    margin-right: 70px;
  }
  .footer__col:nth-of-type(1) {
    display: block;
  }
  .footer__col:last-of-type {
    width: 33.8123415046%;
    margin-right: 0;
  }
  .footer__line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links {
    margin-bottom: 0;
  }
  .footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links li:not(:last-of-type) {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.modal-shadow {
  position: fixed;
  display: none;
  background: rgba(135, 154, 145, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal-shadow_active {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal_active {
  display: block;
}
.modal__body {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  background: var(--cstm-body-background-primary);
  width: 100%;
  max-width: 706px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px 20px;
}
.modal__cross {
  position: absolute;
  top: 10px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .modal__body {
    padding: 80px 40px 40px;
  }
  .modal__cross {
    top: 20px;
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__cross {
    cursor: pointer;
  }
  .modal__body {
    position: relative;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .modal__body {
    padding: 100px 89px 60px;
  }
  .modal__cross {
    top: 48px;
    left: 42px;
  }
}