@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@keyframes opacity {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hidden {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes imago {
  to {
    margin-top: 0;
    margin-left: 0;
    top: 55px;
    left: 30px;
    width: 75px;
    height: 76px;
  }
}
@keyframes imagoDesktop {
  to {
    margin-top: 0;
    margin-left: 0;
    top: 40px;
    left: 30px;
    width: 205px;
    height: 50px;
  }
}
@keyframes imagoDesktopM {
  to {
    margin-top: 0;
    margin-right: 0;
    top: 40px;
    right: calc(50vw + 608px - 205px);
    width: 205px;
    height: 50px;
  }
}
@keyframes bgTransparent {
  to {
    background-color: transparent;
  }
}
@keyframes marquee {
  0% {
    left: 900px;
  }
  100% {
    left: -900px;
  }
}
@keyframes marqueeD {
  0% {
    left: 2100px;
  }
  100% {
    left: -2100px;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #020C11;
  font-family: "Manrope", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #FFFFF9;
  padding-top: 95px;
}
@media (min-width: 1000px) {
  body {
    padding-top: 119px;
  }
}
body.home {
  padding-top: 100vh;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("../images/sea-over-m.jpg");
}
@media (min-width: 1000px) {
  body.home {
    background-image: url("../images/sea-over.jpg");
  }
}
body.home.switch {
  background-image: url("../images/sea-under-m.jpg");
}
@media (min-width: 1000px) {
  body.home.switch {
    background-image: url("../images/sea-under.jpg");
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

video, img {
  display: block;
  width: 100%;
}

figure,
blockquote {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

@media (max-width: 599px) {
  .hidden-m {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .hidden-mt {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .hidden-d {
    display: none !important;
  }
}

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-button-lock {
  display: none;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFF9;
  opacity: 0.6;
}

.swiper-slide:not(.swiper-slide-thumb-active) .swiper-slide-shadow {
  transform: translateY(0) !important;
}

.horizontal {
  position: relative;
}
.horizontal .wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  width: 600vw;
  max-width: 600vw;
}
.horizontal .container {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}
.horizontal.fixed .wrapper {
  position: fixed;
}
.horizontal.absoluted .wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}
.horizontal .trick {
  height: calc(600vw + 100vh - 100vw);
}
.horizontal.about .wrapper {
  width: 900vw;
  max-width: 900vw;
}
@media (min-width: 1000px) {
  .horizontal.about .wrapper {
    width: 600vw;
    max-width: 600vw;
  }
}
.horizontal.about .trick {
  height: calc(900vw + 100vh - 100vw);
}
@media (min-width: 1000px) {
  .horizontal.about .trick {
    height: calc(650vw + 100vh - 100vw);
  }
}
.horizontal.about-simple .wrapper {
  width: 800vw;
  max-width: 800vw;
}
@media (min-width: 1000px) {
  .horizontal.about-simple .wrapper {
    width: 550vw;
    max-width: 550vw;
  }
}
.horizontal.about-simple .trick {
  height: calc(800vw + 100vh - 100vw);
}
@media (min-width: 1000px) {
  .horizontal.about-simple .trick {
    height: calc(550vw + 100vh - 100vw);
  }
}
.horizontal.team .wrapper {
  width: calc(100vw + 1902px);
  max-width: calc(100vw + 1902px);
}
@media (min-width: 600px) {
  .horizontal.team .wrapper {
    width: 2950px;
    max-width: 2950px;
  }
}
@media (min-width: 1000px) {
  .horizontal.team .wrapper {
    padding-left: calc(50vw - 634px);
    width: calc(2950px + 50vw - 634px);
    max-width: calc(2950px + 50vw - 634px);
  }
}
.horizontal.team .trick {
  height: calc(100vw + 1902px + 100vh - 100vw);
}
@media (min-width: 600px) {
  .horizontal.team .trick {
    height: calc(2950px + 100vh - 100vw);
  }
}
@media (min-width: 1000px) {
  .horizontal.team .trick {
    height: calc(2950px + 50vw - 634px + 100vh - 100vw);
  }
}
.horizontal.timeline .wrapper {
  width: 1600vw;
  max-width: 1600vw;
}
.horizontal.timeline .trick {
  height: calc(1600vw + 100vh - 100vw);
}

.button {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color:  #FF3300;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
  transition: background 0.2s;
}
.button-small {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.36;
  min-width: 142px;
}
@media (min-width: 1000px) {
  .button:hover {
    background-color: #992000;
  }
}

.nav {
  background-color:  #FF3300;
  position: fixed;
  top: 65px;
  right: 0;
  width: 151px;
  min-width: 151px;
  max-height: 55px;
  transition: all 0.4s;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .nav {
    top: 32px;
    width: auto;
    max-height: 100px;
  }
}
@media (min-width: 1440px) {
  .nav {
    right: calc(50vw - 608px);
  }
}
.nav_button {
  display: block;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
  position: relative;
}
.nav_button:before, .nav_button:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  width: 25px;
  height: 2px;
  transition: all 0.2s, background 0s;
  background: #451B17;
}
.nav_button:after {
  top: 19px;
}
.nav_button:before {
  top: 26px;
}
.nav_button span {
  position: absolute;
  left: 15px;
  top: 33px;
  width: 25px;
  height: 2px;
  transition: all 0.2s, background 0s;
  background: #451B17;
}
.nav_label {
  color: #451B17;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  padding: 1px 20px 1px 15px;
  border-right: 1px solid #451B17;
  margin: auto auto auto 0;
}
@media (min-width: 1000px) {
  .nav_label {
    width: 155px;
    font-size: 24px;
    padding-left: 20px;
  }
}
.nav_content {
  display: none;
  width: 100%;
  padding: 0 0 0 15px;
}
@media (max-width: 999px) {
  .nav_content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color:  #FF3300;
  }
}
@media (min-width: 1000px) {
  .nav_content {
    display: flex;
    padding: 0 0 0 7px;
  }
}
.nav_list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 0 0;
}
@media (min-width: 1000px) {
  .nav_list {
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
  }
}
.nav_list_item {
  color: #451B17;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: relative;
}
@media (min-width: 1000px) {
  .nav_list_item {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 1000px) {
  .nav_list_item_lang {
    margin-left: 28px;
  }
}
@media (max-width: 999px) {
  .nav_list_item_lang {
    margin-top: 10px;
  }
}
@media (max-width: 999px) {
  .nav_list_item_lang:before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-color: #451B17;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1000px) {
  .nav_list_item_lang:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #451B17;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nav_list_item_lang .nav_list_link {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 48px;
}
@media (max-width: 999px) {
  .nav_list_item_lang .nav_list_link {
    padding-left: 27px;
  }
}
.nav_list_item_lang > .nav_list_link {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: none;
}
.nav_list_item_lang > .nav_list_link:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../images/ico-lang.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 22px;
}
@media (max-width: 999px) {
  .nav_list_item_lang > .nav_list_link:before {
    left: 0;
  }
}
.nav_list_item_submenu {
  transition: all 0s;
  outline: none;
}
@media (min-width: 1000px) {
  .nav_list_item_submenu + .nav_list_item:not(.nav_list_item_submenu) .nav_list_link {
    padding-left: 13px;
  }
}
@media (min-width: 1000px) {
  .nav_list_item_submenu.nav_list_item_lang > .nav_list_link {
    padding-right: 50px;
  }
}
@media (min-width: 1000px) {
  .nav_list_item_submenu.nav_list_item_lang > .nav_list_link:after {
    right: 31px;
  }
}
@media (min-width: 1000px) {
  .nav_list_item_submenu > .nav_list_link {
    padding-right: 40px;
  }
}
.nav_list_item_submenu > .nav_list_link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1.15px solid #451B17;
  border-right: 1.15px solid #451B17;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 11px;
}
@media (min-width: 1000px) {
  .nav_list_item_submenu > .nav_list_link:after {
    top: 22px;
    right: 21px;
  }
}
.nav_list_item_submenu.hover .nav_list_submenu {
  max-height: 50vh;
}
.nav_list_item_submenu.hover > .nav_list_link {
  background-color:  #FF3300;
  box-shadow: 0 -10px 17.7px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  padding-left: 15px;
  margin-left: -15px;
  width: calc(100% + 15px);
  opacity: 1;
}
@media (min-width: 1000px) {
  .nav_list_item_submenu.hover > .nav_list_link {
    padding-left: 23px;
    margin-left: 0;
    width: 100%;
  }
}
.nav_list_item_submenu.hover > .nav_list_link:after {
  transform: rotate(-45deg);
  top: 22px;
}
@media (min-width: 1000px) {
  .nav_list_item_submenu.hover > .nav_list_link:after {
    top: 26px;
  }
}
.nav_list_item_submenu.hover.nav_list_item_lang > .nav_list_link {
  padding-left: 48px;
}
@media (max-width: 999px) {
  .nav_list_item_submenu.hover.nav_list_item_lang > .nav_list_link {
    padding-left: 42px;
  }
}
@media (max-width: 999px) {
  .nav_list_item_submenu.hover.nav_list_item_lang > .nav_list_link:before {
    left: 15px;
  }
}
.nav_list_link {
  color: #020C11;
  transition: color 0.25s;
  display: block;
  float: none;
  padding: 5px 0;
  font-weight: 400;
  opacity: 1;
  transition: all 0.2s;
}
@media (min-width: 1000px) {
  .nav_list_link {
    padding: 16px 10px 20px 23px;
  }
}
.nav_list_link.active {
  font-weight: 700;
}
@media (min-width: 1000px) {
  .nav_list_link:hover {
    opacity: 0.6;
  }
}
.nav_list_submenu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  background-color:  #FF3300;
  top: 100%;
  left: -15px;
  width: calc(100% + 15px);
  z-index: 1;
  padding: 0 15px;
  box-shadow: 0px 4px 27.7px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1000px) {
  .nav_list_submenu {
    top: 98%;
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .nav_list_submenu .nav_list_item .nav_list_link {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}
.nav_list_submenu .nav_list_item:first-child {
  margin-top: 10px;
}
.nav_list_submenu .nav_list_item:last-child {
  margin-bottom: 10px;
}
.nav.active {
  max-height: 50vh;
}
.nav.active .nav_button span {
  display: none;
}
.nav.active .nav_button:before {
  top: 26px;
  transform: rotate(45deg);
}
.nav.active .nav_button:after {
  top: 26px;
  transform: rotate(-45deg);
}
.nav.active .nav_content {
  display: block;
}

.header {
  z-index: 98;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #FFFFF9;
  box-shadow: 0px 4px 27.7px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: all 0.4s;
}
@media (min-width: 1000px) {
  .header {
    padding: 32px 20px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav {
  position: relative;
  top: auto;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .header .nav {
    top: auto;
    width: auto;
    max-height: 100px;
  }
}
@media (min-width: 1440px) {
  .header .nav {
    right: auto;
  }
}
.header .header_logo {
  display: flex;
  background-image: url("../images/imago.svg");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  width: 205px;
  height: 52px;
  z-index: 3;
}
@media (min-width: 1220px) {
  .header .header_logo {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .header .header_logo:after {
    content: "";
    display: block;
    width: 140px;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
  }
}
.header.animated {
  background-color: transparent;
  box-shadow: none;
}
.header.animated .nav {
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s 2.5s forwards;
}
.header.animated .container {
  position: relative;
  z-index: 2;
}
.header.animated .header_logo {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s forwards, scale 2s forwards, imago 1s 1s forwards ease-in-out;
}
@media (min-width: 1000px) {
  .header.animated .header_logo {
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    animation: opacity 1s forwards, scale 2s forwards, imagoDesktop 1s 1s forwards ease-in-out;
  }
}
@media (min-width: 1220px) {
  .header.animated .header_logo {
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: auto;
    margin-right: -200px;
    left: auto;
    right: 50%;
    animation: opacity 1s forwards, scale 2s forwards, imagoDesktopM 1s 1s forwards ease-in-out;
  }
}
@media (min-width: 1000px) {
  .header.animated .header_logo:after {
    content: "";
    display: block;
    width: 140px;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    animation: opacity 1s 2s forwards;
    margin-left: auto;
  }
}

body.home .header.animated {
  padding: 66px 0 22px 15px;
}
@media (min-width: 1000px) {
  body.home .header.animated {
    padding: 37px 20px 32px;
  }
}

body.s-map .header.animated,
body.s-cases .header.animated,
body.s-video .header.animated,
body.s-news .header.animated,
body.s-services .header.animated,
body.s-footer .header.animated {
  background-color: #FFFFF9;
  box-shadow: 0px 4px 27.7px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: all 0.4s;
}
@media (min-width: 1000px) {
  body.s-map .header.animated,
  body.s-cases .header.animated,
  body.s-video .header.animated,
  body.s-news .header.animated,
  body.s-services .header.animated,
  body.s-footer .header.animated {
    padding: 32px 20px;
  }
}
body.s-map .header.animated .header_logo,
body.s-cases .header.animated .header_logo,
body.s-video .header.animated .header_logo,
body.s-news .header.animated .header_logo,
body.s-services .header.animated .header_logo,
body.s-footer .header.animated .header_logo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  animation: none;
  opacity: 1;
  visibility: visible;
  width: 205px;
  height: 52px;
}

body.s-about .header.animated .header_logo,
body.s-intro .header.animated .header_logo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  animation: none;
  opacity: 1;
  visibility: visible;
  width: 205px;
  height: 52px;
}

.intro {
  z-index: 97;
  max-width: 100%;
  min-height:900px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #451B17;
  padding: 0;
  height: 100vh;
  animation: bgTransparent 1s 3s forwards;
}
.intro .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
}
.intro .intro_text {
  width: calc(100% - 50px);
  margin: auto;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s 2.5s forwards;
}
@media (min-width: 1000px) {
  .intro .intro_text {
    width: 780px;
    margin-right: 0;
  }
}
.intro .intro_title {
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 63px;
  line-height: 0.93;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.89px;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .intro .intro_title {
    font-size: 120px;
    letter-spacing: -3.6px;
  }
}
.intro .intro_description {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 1000px) {
  .intro .intro_description {
    font-size: 18px;
    line-height: 1.66;
    max-width: 553px;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}
.intro .intro_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  display: block;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s 2.5s forwards;
}
.intro .intro_svg * {
  display: none;
}
@media (min-width: 1000px) {
  .intro .intro_svg * {
    display: block;
  }
}
.intro .intro_switch {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s 2.5s forwards;
  display: flex;
}
@media (min-width: 1000px) {
  .intro .intro_switch {
    bottom: 90px;
  }
}
.intro .intro_switch span {
  width: 72px;
  height: 32px;
  border-radius: 50px;
  background-color: #FFFFF9;
  margin: 0 8px;
  display: block;
  padding: 3px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .intro .intro_switch span {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #451B17;
  }
}
.intro .intro_switch span:before {
  content: "";
  display: block;
  width: 41px;
  height: 26px;
  background-image: url("../images/ico-switch.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 25px;
  margin-left: 0;
  transition: all 0.4s;
}
.intro .intro_switch strong {
  color: #9B9D9F;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.14;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  transition: color 0.4s;
}
.intro .intro_switch strong:first-child {
  color: #FFFFF9;
  width: 50px;
}
.intro .intro_switch.active span:before {
  margin-right: 0;
  margin-left: 25px;
}
.intro .intro_switch.active strong:first-child {
  color: #9B9D9F;
}
.intro .intro_switch.active strong:last-child {
  color: #FFFFF9;
}
.intro.empty .intro_text,
.intro.empty .intro_switch {
  animation: hidden 1s forwards;
}

.about .container {
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about .container-2, .about .container-5, .about .container-6 {
  background-color: #451B17;
  width: 200vw;
  max-width: 200vw;
}
@media (min-width: 1000px) {
  .about .container-2, .about .container-5, .about .container-6 {
    width: 150vw;
    max-width: 150vw;
  }
}
.about .container-3, .about .container-4 {
  background-color: #451B17;
  width: 200vw;
  max-width: 200vw;
}
@media (min-width: 1000px) {
  .about .container-3, .about .container-4 {
    width: 100vw;
    max-width: 100vw;
  }
}
.about .container-5, .about .container-6 {
  background: #FFFFF9;
  width: 100vw;
  max-width: 100vw;
  padding-left: 100px;
  padding-right: 70px;
}
@media (min-width: 1000px) {
  .about .container-5, .about .container-6 {
    width: 100vw;
    max-width: 100vw;
  }
}
.about_kicker {
  width: calc(100% - 24px);
  margin-left: auto;
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 110px;
}
@media (min-width: 1000px) {
  .about_kicker {
    width: calc(100% - 110px);
    font-size: 28px;
    padding-top: 46px;
  }
}
.about_title {
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 80px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2.4px;
  text-align: left;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  margin-left: 50%;
}
@media (min-width: 600px) {
  .about_title {
    font-size: 200px;
  }
}
@media (min-width: 1000px) {
  .about_title {
    margin-left: 50%;
    margin-top: -10%;
  }
}
@media (min-width: 1600px) {
  .about_title {
    margin-left: 55%;
    margin-top: unset;
  }
}
@media (min-width: 600px) {
  .about_title-2 {
    margin-left: 35%;
  }
}
@media (min-width: 1000px) {
  .about_title-2 {
    order: 3;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 25%;
  }
}
@media (min-width: 600px) {
  .about_title-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1000px) {
  .about_title-3 {
    margin-left: 30%;
  }
}
.about_subtitle {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  max-width: 265px;
  margin-bottom: 21px;
  position: relative;
  z-index: 2;
  margin-left: 65%;
}
@media (min-width: 600px) {
  .about_subtitle {
    font-size: 48px;
    max-width: 620px;
  }
}
@media (min-width: 1000px) {
  .about_subtitle-1 {
    margin-left: 80%;
    margin-top: -10%;
  }
}
@media (min-width: 1600px) {
  .about_subtitle-1 {
    margin-left: 65%;
    margin-top: unset;
  }
}
@media (min-width: 600px) {
  .about_subtitle-2 {
    margin-left: 45%;
  }
}
@media (min-width: 1000px) {
  .about_subtitle-2 {
    margin-left: 25%;
    margin-top: auto;
  }
}
@media (min-width: 600px) {
  .about_subtitle-3 {
    margin-left: 40%;
  }
}
.about_text {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  max-width: 238px;
  position: relative;
  z-index: 2;
  margin-left: 70%;
}
@media (min-width: 600px) {
  .about_text {
    font-size: 20px;
    max-width: 380px;
    margin-left: 20%;
  }
}
@media (min-width: 1000px) {
  .about_text {
    margin-left: 45%;
  }
}
.about_image {
  width: 100%;
  position: absolute;
}
@media (min-width: 1000px) {
  .about_image-1 {
    max-width: 670px;
    top: calc(50% - 200px);
    left: 18%;
  }
}
@media (min-width: 1600px) {
  .about_image-1 {
    max-width: 670px;
    top: calc(50% - 200px);
    left: 15%;
  }
}
.about_image-2 {
  max-width: 388px;
  bottom: -20px;
  left: 0;
}
@media (min-width: 1000px) {
  .about_image-2 {
    max-width: 670px;
    top: calc(50% - 200px);
    left: 60%;
    bottom: auto;
  }
}
.about_image-3 {
  max-width: 223px;
  top: 0;
  right: 100%;
}
@media (min-width: 1000px) {
  .about_image-3 {
    max-width: 565px;
    top: 0;
    right: 0;
  }
}
.about_image-4 {
  max-width: 477px;
  bottom: -10px;
  left: -20px;
}
@media (min-width: 1000px) {
  .about_image-4 {
    max-width: 766px;
    left: 25%;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .about_image-5 {
    max-width: 766px;
    left: 15%;
    bottom: 0;
  }
}
.about_image-6 {
  max-width: 370px;
  bottom: -30px;
  left: -70px;
}
@media (min-width: 1000px) {
  .about_image-6 {
    max-width: 766px;
    left: auto;
    right: 0;
    bottom: auto;
    top: -40px;
  }
}
.about_button {
  margin-left: 30%;
  margin-right: auto;
  margin-top: 66px;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .about_button {
    margin-left: auto;
    margin-right: 55%;
  }
}
.about_number {
  position: relative;
  margin: auto auto auto 0;
  max-width: 166px;
}
@media (min-width: 600px) {
  .about_number {
    max-width: 315px;
    margin-left: auto;
  }
}
.about_number:before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background-image: url("../images/ico-numbers-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -43px;
  left: -47px;
  position: absolute;
}
.about_number strong {
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -3px;
  text-align: left;
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 600px) {
  .about_number strong {
    font-size: 120px;
  }
}
.about_number span {
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 600px) {
  .about_number span {
    font-size: 20px;
  }
}
.about_number-1 {
  max-width: 190px;
  margin: auto 0 auto auto;
  margin-left: 55%;
}
@media (min-width: 600px) {
  .about_number-1 {
    margin-left: calc(100% - 320px);
  }
}
.about_number-1:before {
  background-image: url("../images/ico-numbers-1-b.svg");
}
@media (min-width: 600px) {
  .about_number-1:before {
    width: 214px;
    height: 214px;
    top: -13px;
    left: -264px;
  }
}
.about_number-1 strong,
.about_number-1 span {
  color: #451B17;
}
.about_number-2 {
  width: 200px;
  margin-left: 75%;
}
@media (min-width: 600px) {
  .about_number-2 {
    width: 320px;
    margin-left: auto;
  }
}
.about_number-2:before {
  width: 44px;
  height: 44px;
  background-image: url("../images/ico-numbers-5.svg");
  top: -54px;
  left: -27px;
  left: auto;
}
@media (min-width: 600px) {
  .about_number-2:before {
    width: 124px;
    height: 124px;
    left: -154px;
    top: 20px;
  }
}
.about_number-2 strong,
.about_number-2 span {
  color:  #FF3300;
}
.about_number-3 {
  margin: auto 0 auto auto;
  margin-left: calc(100% - 100px);
}
@media (min-width: 600px) {
  .about_number-3 {
    margin-left: calc(100% - 260px);
  }
}
.about_number-3:before {
  width: 80px;
  height: 80px;
  background-image: url("../images/ico-numbers-3.svg");
  top: -33px;
  left: -85px;
}
@media (min-width: 600px) {
  .about_number-3:before {
    width: 151px;
    height: 151px;
    left: -180px;
    top: 17px;
  }
}
.about_number-3 strong,
.about_number-3 span {
  color: #1B4149;
}
.about_number-4 {
  margin: 0 0 auto auto;
}
@media (min-width: 1000px) {
  .about_number-4 {
    margin: 0 0 auto 45%;
  }
}
.about_number-4:before {
  top: -33px;
  left: -50px;
  background-image: url("../images/ico-numbers-5-b.svg");
}
@media (min-width: 600px) {
  .about_number-4:before {
    width: 124px;
    height: 124px;
    left: -154px;
    top: 30px;
  }
}
.about_number-4 strong,
.about_number-4 span {
  color: #6481B8;
}
.about_number-5 {
  width: 200px;
  margin-top: 0;
  margin-bottom: 66%;
  margin-left: 85%;
}
@media (min-width: 600px) {
  .about_number-5 {
    margin-left: auto;
    margin-bottom: 16%;
  }
}
.about_number-5:before {
  width: 70px;
  height: 70px;
  left: -70px;
  background-image: url("../images/ico-numbers-1.svg");
}
@media (min-width: 600px) {
  .about_number-5:before {
    width: 215px;
    height: 215px;
    left: -264px;
    top: -13px;
  }
}
.about_number-6 {
  margin: auto 0 auto auto;
}
@media (min-width: 1000px) {
  .about_number-6 {
    margin: auto 0 auto 22%;
  }
}
.about_number-6:before {
  width: 59px;
  height: 59px;
  background-image: url("../images/ico-numbers-3.svg");
  top: -20px;
  left: -57px;
}
@media (min-width: 600px) {
  .about_number-6:before {
    width: 124px;
    height: 124px;
    left: -144px;
    top: 0;
  }
}
.about_number-6 strong,
.about_number-6 span {
  color: #1B4149;
}
.about-simple .container {
  padding-top: 96px;
}
@media (min-width: 1000px) {
  .about-simple .container {
    padding-top: 115px;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_title-1 {
    margin-top: auto;
    margin-left: 35%;
  }
}
@media (max-width: 999px) {
  .about-simple .about_title-1 {
    margin-top: auto;
    margin-left: 55%;
  }
}
@media (max-width: 599px) {
  .about-simple .about_subtitle-1 {
    width: 400px;
    max-width: 400px;
    margin-left: 25%;
    margin-bottom: auto;
  }
}
@media (min-width: 600px) {
  .about-simple .about_subtitle-1 {
    width: 720px;
    max-width: 720px;
    margin-left: 25%;
    margin-bottom: auto;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_subtitle-1 {
    max-width: 897px;
    margin-left: 55%;
    margin-bottom: auto;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_image-2 {
    max-width: 783px;
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_title-2 {
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  .about-simple .about_title-2 {
    margin-top: auto;
  }
}
@media (max-width: 999px) {
  .about-simple .about_subtitle-2 {
    margin-bottom: auto;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_image-4 {
    max-width: 545px;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_subtitle-3 {
    max-width: 836px;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_image-6 {
    max-width: 672px;
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 1000px) {
  .about-simple .about_text {
    max-width: 512px;
  }
}
.about .airplane {
  background-image: url("../images/airplane.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 198px;
  height: 106px;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 100%;
  z-index: 111;
  transition: bottom 3s, left 3s, transform 3s;
  mix-blend-mode: exclusion;
  opacity: 0;
}
.about.fixed[data-current="2"] .airplane, .about.fixed[data-current="3"] .airplane, .about.fixed[data-current="4"] .airplane, .about.fixed[data-current="5"] .airplane, .about.fixed[data-current="6"] .airplane {
  display: block;
  position: fixed;
  left: -10%;
  bottom: 100%;
  transform: rotate(-10deg);
  opacity: 1;
}

.map {
  background-color: #FFFFF9;
  position: relative;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1000px) {
  .map {
    padding-bottom: 0;
    min-height: 100vh;
  }
}
.map_image {
  width: 427px;
  position: absolute;
  top: -95px;
  left: -130px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .map_image {
    width: 65%;
    max-width: 942px;
    top: -149px;
    left: -118px;
  }
}
.map_claim {
  margin: auto 0 118px;
  height: 90px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1000px) {
  .map_claim {
    width: 100%;
    height: 220px;
    order: 1;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
}
.map_claim span {
  color: #E5E5E5;
  font-family: "PT Serif", serif;
  font-size: 81.403px;
  line-height: 90px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.221px;
  text-align: left;
  top: 0;
  left: 900px;
  width: 900px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}
@media (min-width: 1000px) {
  .map_claim span {
    font-size: 200px;
    line-height: 220px;
    left: 2100px;
    width: 2100px;
    animation: marqueeD 20s linear infinite;
  }
}
.map_claim span:nth-of-type(2) {
  animation-delay: 5s;
}
@media (min-width: 1000px) {
  .map_claim span:nth-of-type(2) {
    animation-delay: 10s;
  }
}
.map_text {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .map_text {
    width: 60%;
    max-width: 550px;
    padding: 0;
    margin: auto 0 auto auto;
  }
}
.map_title {
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0 auto 40px 0;
  padding-top: 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .map_title {
    padding-top: 53px;
    margin-bottom: 88px;
    font-size: 28px;
  }
}
.map_title:before {
  content: "";
  display: block;
  width: calc(100vw - 20px);
  height: 1px;
  background-color: #451B17;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1000px) {
  .map_title:before {
    width: 550px;
  }
}
.map_description {
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  max-width: 450px;
  margin: 0 auto 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.map_description strong {
  color: #020C11;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}
@media (min-width: 1000px) {
  .map_description strong {
    font-size: 32px;
  }
}
.map.viewport .map_title,
.map.viewport .map_description {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.cases {
  background-color: #451B17;
}
@media (max-width: 599px) {
  .cases {
    position: relative;
  }
}
.cases .wrapper {
  padding: 140px 24px 77px;
}
@media (min-width: 1440px) {
  .cases .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .cases .wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 599px) {
  .cases.fixed .wrapper {
    position: fixed;
  }
}
@media (max-width: 599px) {
  .cases.fixed .wrapper .cases_text {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .cases.absoluted .wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .cases.absoluted .wrapper .cases_text {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .cases .trick {
    height: calc(400vw + 100vh - 100vw);
  }
}
@media (min-width: 600px) {
  .cases .container {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: flex-start;
  }
}
.cases_kicker {
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  margin: 0 auto 23px 0;
  width: 100%;
  max-width: 334px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (min-width: 600px) {
  .cases_kicker {
    width: 45%;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .cases_kicker {
    font-size: 28px;
    line-height: 1.36;
  }
}
.cases_kicker span {
  display: block;
  max-width: 237px;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .cases_kicker span {
    max-width: 300px;
  }
}
.cases_title {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 43px;
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (min-width: 600px) {
  .cases_title {
    width: 45%;
    max-width: 441px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .cases_title {
    font-size: 32px;
  }
}
.cases_text {
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .cases_text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 46px;
    padding-right: 0;
    margin-bottom: 77px;
  }
}
@media (max-width: 599px) {
  .cases_text {
    max-height: 100vh;
    transition: all 0.25s;
  }
}
.cases_item {
  width: 100%;
  max-width: 388px;
  position: relative;
  padding: 70px 40px 40px;
  display: flex;
  flex-direction: column;
  height: 351px;
}
@media (min-width: 600px) {
  .cases_item {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 13px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15%);
    transition: all 1.25s;
  }
}
@media (min-width: 1000px) {
  .cases_item {
    width: calc(33.33% - 17.33px);
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .cases_item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
  }
}
@media (min-width: 600px) {
  .cases_item:nth-of-type(1) {
    transition-delay: 0.25s;
    margin-left: calc(50% + 13px);
  }

}
@media (min-width: 1000px) {
  .cases_item:nth-of-type(1) {
    margin-left: calc(33.33% + 8px);
    margin-right: auto;
    transition-delay: 0.75s;
  }
  .full-lines .cases_item:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0;
    transition-delay: 0.75s;
  }
}
@media (min-width: 600px) {
  .cases_item:nth-of-type(2n) {
    transition-delay: 0.5s;
  }
}
@media (min-width: 1000px) {
  .cases_item:nth-of-type(2n) {
    transition-delay: 0.25s;
  }
}
@media (min-width: 600px) {
  .cases_item:nth-of-type(3n) {
    transition-delay: 0.75s;
  }
}
@media (min-width: 1000px) {
  .cases_item:nth-of-type(3n) {
    transition-delay: 1.25s;
  }
}
@media (min-width: 600px) {
  .cases_item:nth-of-type(4n) {
    transition-delay: 1s;
  }
}
@media (min-width: 1000px) {
  .cases_item:nth-of-type(4n) {
    margin-left: auto;
    margin-right: auto;
    transition-delay: 1s;
  }
}
@media (min-width: 600px) {
  .cases_item:nth-of-type(5n) {
    margin-bottom: 0;
    transition-delay: 1.25s;
  }
}
@media (min-width: 1000px) {
  .cases_item:nth-of-type(5n) {
    transition-delay: 0.5s;
  }
}
.cases_item_kicker {
  display: block;
  background-color: #F8D6C9;
  padding: 11px 16px 10px;
  text-align: center;
  color: #451B17;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.cases_item_title {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cases_item_title a {
  color: #FFFFF9;
}
.cases_item_text {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.cases_item_actions {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .cases_item_actions {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .cases_item_list {
    width: 50%;
  }
}
.cases_item_list li {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 17px;
  margin-top: 9px;
}
.cases_item_list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFFFF9;
  position: absolute;
  top: 6px;
  left: 0;
}
.cases_item_list a {
  color: #FFFFF9;
}
.cases_item_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cases_item_image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cases_item_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases_item_audio {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.cases_item_button {
  margin-left: auto;
}
@media (min-width: 1000px) {
  .cases_item_button {
    margin-top: auto;
  }
}
.cases_item_button span {
  display: flex;
  align-items: center;
}
.cases_item_button span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cases_item_button span:nth-of-type(1):after {
  background-image: url("../images/ico-audio-play.svg");
}
.cases_item_button span:nth-of-type(2) {
  display: none;
}
.cases_item_button span:nth-of-type(2):after {
  background-image: url("../images/ico-audio-pause.svg");
}
.cases_item.active .cases_item_button span:nth-of-type(1) {
  display: none;
}
.cases_item.active .cases_item_button span:nth-of-type(2) {
  display: flex;
}
@media (max-width: 599px) {
  .cases[data-current="2"] .cases_item:nth-of-type(1) {
    opacity: 0.3;
  }
}
@media (max-width: 599px) {
  .cases[data-current="2"] .cases_item:nth-of-type(2) {
    transform: translateY(calc(-100% + 8px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="3"] .cases_item:nth-of-type(1) {
    opacity: 0.3;
  }
}
@media (max-width: 599px) {
  .cases[data-current="3"] .cases_item:nth-of-type(2) {
    opacity: 0.5;
    transform: translateY(calc(-100% + 8px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="3"] .cases_item:nth-of-type(3) {
    transform: translateY(calc(-200% + 16px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="4"] .cases_item:nth-of-type(1) {
    opacity: 0.3;
  }
}
@media (max-width: 599px) {
  .cases[data-current="4"] .cases_item:nth-of-type(2) {
    opacity: 0.5;
    transform: translateY(calc(-100% + 8px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="4"] .cases_item:nth-of-type(3) {
    opacity: 0.8;
    transform: translateY(calc(-200% + 16px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="4"] .cases_item:nth-of-type(4) {
    transform: translateY(calc(-300% + 24px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="5"] .cases_item:nth-of-type(1) {
    opacity: 0.3;
  }
}
@media (max-width: 599px) {
  .cases[data-current="5"] .cases_item:nth-of-type(2) {
    opacity: 0.5;
    transform: translateY(calc(-100% + 8px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="5"] .cases_item:nth-of-type(3) {
    opacity: 0.8;
    transform: translateY(calc(-200% + 16px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="5"] .cases_item:nth-of-type(4) {
    opacity: 0.9;
    transform: translateY(calc(-300% + 24px));
  }
}
@media (max-width: 599px) {
  .cases[data-current="5"] .cases_item:nth-of-type(5) {
    transform: translateY(calc(-400% + 32px));
  }
}
.cases.viewport .cases_kicker,
.cases.viewport .cases_title {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 600px) {
  .cases.viewport .cases_item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}

.video {
  background-color: #451B17;
  position: relative;
  padding: 63px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video .container {
  max-width: 1107px;
}
.video_title {
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  padding-right: 24px;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 59px;
  width: calc(100% - 24px);
  max-width: 546px;
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .video_title {
    padding-top: 46px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .video_title {
    padding-right: 0;
  }
}
.video_title span {
  display: block;
  max-width: 237px;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .video_title span {
    max-width: 300px;
  }
}
.video_iframe {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.video_iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .video_iframe {
    margin-bottom: 290px;
  }
}
.video_image {
  width: 100%;
  display: block;
}
.video_claim {
  margin: 0;
  height: 90px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1000px) {
  .video_claim {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 960px;
    left: 0;
    opacity: 0.2;
  }
}
.video_claim p {
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 81.403px;
  line-height: 90px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.221px;
  text-align: left;
  top: 0;
  left: 900px;
  width: 900px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}
@media (min-width: 1000px) {
  .video_claim p {
    font-size: 200px;
    line-height: 220px;
    left: 2100px;
    width: 2100px;
    animation: marqueeD 20s linear infinite;
  }
}
.video_claim span:nth-of-type(2) {
  animation-delay: 5s;
}
@media (min-width: 1000px) {
  .video_claim p:nth-of-type(2) {
    animation-delay: 10s;
  }
}
.video.viewport .video_title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.news {
  background-color: #FFFFF9;
  padding-top: 165px;
  padding-bottom: 65px;
}
@media (min-width: 1000px) {
  .news {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.news .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .news .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.news_col {
  width: 100%;
}
@media (min-width: 1000px) {
  .news_col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.news_kicker {
  width: calc(100% - 23px);
  margin-left: auto;
  border-top: 1px solid #451B17;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.news_kicker strong {
  max-width: 300px;
  font-weight: 500;
  text-align: left;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .news_kicker strong {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .news_kicker {
    width: 39%;
    max-width: 470px;
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 71px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .news_kicker {
    padding-left: 0;
  }
}
.news_title {
  width: calc(100% - 23px);
  max-width: 300px;
  margin-left: auto;
  margin-right: 24px;
  color: #451B17;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 23px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .news_title {
    width: 60%;
    max-width: 705px;
    margin-right: 0;
    border-top: 1px solid #451B17;
    padding-top: 40px;
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 71px;
  }
}
.news_text {
  width: calc(100% - 23px);
  max-width: 300px;
  margin-left: auto;
  margin-right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media (min-width: 1000px) {
  .news_text {
    width: 60%;
    max-width: 705px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.news_text p {
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.38;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .news_text p {
    font-size: 24px;
  }
}
.news_picture {
  display: block;
  width: calc(100% - 23px);
  margin-right: auto;
  margin-bottom: 65px;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media (min-width: 1000px) {
  .news_picture {
    width: 39%;
    max-width: 470px;
    margin-bottom: 0;
  }
}
.news.viewport .news_kicker,
.news.viewport .news_title,
.news.viewport .news_text,
.news.viewport .news_picture {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.services {
  background-color: #451B17;
  padding-top: 188px;
  padding-bottom: 100px;
}
@media (min-width: 1000px) {
  .services {
    padding-top: 153px;
    padding-bottom: 122px;
  }
}
.services .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .services .container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.services_col {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .services_col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.services_kicker {
  width: calc(100% - 25px);
  max-width: 297px;
  margin-left: auto;
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.services_kicker strong {
  max-width: 300px;
  font-weight: 500;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .services_kicker {
    width: 39%;
    max-width: 470px;
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 71px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .services_kicker {
    padding-left: 0;
  }
}
.services_title {
  width: calc(100% - 25px);
  max-width: 297px;
  margin-left: auto;
  padding-right: 24px;
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 110px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .services_title {
    width: 60%;
    max-width: 705px;
    margin-right: 0;
    border-top: 1px solid #FFFFF9;
    padding-top: 40px;
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 71px;
  }
}
.services_graph {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (min-width: 1000px) {
  .services_graph {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .services_graph {
    max-width: 888px;
  }
}
.services_graph_image {
  transform: translateY(6px) scale(1.25);
}
@media (min-width: 1000px) {
  .services_graph_image {
    transform: translateY(13px);
  }
}
.services_graph_item {
  position: absolute;
  width: 50%;
  min-height: 50%;
  padding: 27px 25px;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s;
  z-index: 1;
}
@media (min-width: 1000px) {
  .services_graph_item {
    display: flex;
    flex-direction: column;
    padding: 94px 110px;
    width: 65%;
    height: 65%;
  }
}
.services_graph_item *, .services_graph_item:before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.services_graph_item:hover {
  background-color: #451B17;
}
.services_graph_item:hover *, .services_graph_item:hover:before {
  opacity: 1;
  visibility: visible;
}
.services_graph_item:before {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at center, #B4C0B5 0, transparent 60%);
  position: absolute;
  bottom: -60%;
  right: -60%;
}
.services_graph_item:nth-of-type(1) {
  bottom: 50%;
  right: 50%;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(1) {
    padding-bottom: 78px;
  }
}
.services_graph_item:nth-of-type(1) strong {
  border-top: 1px solid #FFFFF9;
  padding-top: 17px;
  margin-top: 0;
  text-align: right;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(1) strong {
    border-top: none;
    padding-top: 0;
    margin-top: auto;
  }
}
.services_graph_item:nth-of-type(1) span {
  text-align: right;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(1) span {
    padding-right: 0;
    padding-left: 120px;
  }
}
.services_graph_item:nth-of-type(2) {
  bottom: 50%;
  left: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(2) {
    padding-bottom: 78px;
  }
}
.services_graph_item:nth-of-type(2) strong {
  border-top: 1px solid #FFFFF9;
  padding-top: 17px;
  margin-top: 9px;
  text-align: left;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(2) strong {
    border-top: none;
    padding-top: 0;
    margin-top: auto;
  }
}
.services_graph_item:nth-of-type(2) span {
  text-align: left;
}
.services_graph_item:nth-of-type(2):before {
  background: radial-gradient(circle at center, #F2D0C3 0, transparent 60%);
  right: auto;
  left: -60%;
}
.services_graph_item:nth-of-type(3) {
  top: 50%;
  right: 50%;
  padding-top: 21px;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(3) {
    padding-top: 78px;
  }
}
.services_graph_item:nth-of-type(3) strong {
  border-bottom: 1px solid #FFFFF9;
  padding-bottom: 19px;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(3) strong {
    margin-top: 0;
  }
}
.services_graph_item:nth-of-type(3) span {
  text-align: right;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(3) span {
    padding-right: 0;
    padding-left: 132px;
  }
}
.services_graph_item:nth-of-type(3):before {
  background: radial-gradient(circle at center, #637FB4 0, transparent 60%);
  bottom: auto;
  top: -60%;
}
.services_graph_item:nth-of-type(4) {
  top: 50%;
  left: 50%;
  padding-top: 21px;
  padding-right: 10px;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(4) {
    padding-top: 78px;
  }
}
.services_graph_item:nth-of-type(4) strong {
  border-bottom: 1px solid #FFFFF9;
  padding-bottom: 19px;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 1000px) {
  .services_graph_item:nth-of-type(4) strong {
    margin-top: 0;
  }
}
.services_graph_item:nth-of-type(4) span {
  text-align: left;
}
.services_graph_item:nth-of-type(4):before {
  background: radial-gradient(circle at center, #E55729 0, transparent 60%);
  bottom: auto;
  top: -60%;
  right: auto;
  left: -60%;
}
.services_graph_item strong {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 19.058px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .services_graph_item strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #F8D6C9;
    font-size: 24px;
    line-height: 1.41;
    order: -1;
    border-top: none;
    border-bottom: 1px solid #F8D6C9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: auto;
  }
}
@media (min-width: 1000px) {
  .services_graph_item strong:before {
    content: "";
    display: block;
    width: 100%;
    width: 51px;
    height: 51px;
    background-image: url("../images/ico-services.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
  }
}
.services_graph_item span {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 11.435px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .services_graph_item span {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 147px;
  }
}
.services.viewport .services_kicker,
.services.viewport .services_title,
.services.viewport .services_graph {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.hero {
  background-color: #451B17;
}
.hero .container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 140px;
  min-height: calc(100vh - 96px);
}
@media (min-width: 600px) {
  .hero .container {
    padding-top: 228px;
    min-height: calc(100vh - 119px);
  }
}
.hero_kicker {
  display: block;
  width: calc(100% - 23px);
  margin-left: auto;
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .hero_kicker {
    width: 100%;
    max-width: 1113px;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 21px;
    margin-bottom: 0;
  }

  .hero_title{
    border-top: 1px solid #FFFFF9;
    padding-top: 107px!important;
  }
}
.hero_title {
  border-top: 1px solid #FFFFF9;
  padding-top: 35px;
  width: calc(100% - 23px);
  margin-left: auto;
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1.35px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .hero_title {
    padding-right: 100px;
  }
}
@media (min-width: 1000px) {
  .hero_title {
    max-width: 64dvw;
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -2.7px;
    padding-right: 0;
  }

  .hero_title *{
    width: fit-content;
  }
}
.hero_image {
  width: calc(100% - 46px);
  margin: 0 auto;
  background-image: url("../images/about-hero.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 49px 27px;
  position: absolute;
  height: 280px;
  top: calc(100% - 140px);
  right: 0;
  z-index: 1;
  transition: all 1s 1s;
  overflow: hidden;
}
@media (min-width: 600px) {
  .hero_image {
    background-size: auto calc(100vh + 200px);
    width: 50%;
    max-width: 390px;
    right: 20px;
    top: 120px;
    height: calc(100vh - 80px);
  }
}
@media (min-width: 1000px) {
  .hero_image {
    right: 0;
  }
}
.hero_claim {
  color: #C8DDD0;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: -100%;
  transition: all 1s 1.25s;
}
@media (min-width: 1000px) {
  .hero_claim {
    font-size: 57.195px;
    line-height: 1;
    letter-spacing: -1.634px;
  }
}
.hero_claim strong {
  display: block;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -3.54px;
}
@media (min-width: 600px) {
  .hero_claim strong {
    font-size: 138.902px;
    line-height: 1;
    letter-spacing: -7.354px;
  }
}
@media (min-width: 1000px) {
  .hero_claim strong {
    line-height: 0.8;
  }
}
.hero.viewport .hero_kicker,
.hero.viewport .hero_title,
.hero.viewport .hero_image {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

body.s-hero .hero_image,
body.s-figures .hero_image {
  height: 420px;
}
@media (min-width: 600px) {
  body.s-hero .hero_image,
  body.s-figures .hero_image {
    height: calc(100vh + 78px);
  }
}
body.s-hero .hero_claim,
body.s-figures .hero_claim {
  bottom: 49px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1000px) {
  body.s-hero .hero_claim,
  body.s-figures .hero_claim {
    bottom: 40px;
  }
}

.figures {
  background-color: #FFFFF9;
  padding-top: 280px;
}
@media (min-width: 600px) {
  .figures {
    padding-top: 317px;
  }
}
.figures .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .figures .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.figures-last {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .figures-last {
    padding-bottom: 140px;
  }
}
.figures-last .container {
  display: block;
}
.figures-last .figures_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.figures-last .figures_item {
  margin-right: 0;
}
@media (max-width: 599px){
  .figures-last .figures_item{
    min-height:250px;
  }
}
@media (min-width: 600px) {
  .figures-last .figures_item {
    margin-left: 12px;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .figures:not(.figures-last) .figures_wrapper .figures_item:first-child {
    margin-left: calc(50% + 12px);
  }
}
@media (min-width: 1000px) {
  .figures:not(.figures-last) .figures_wrapper .figures_item:first-child {
    margin-left: calc(33.33% + 12px);
  }
}
@media (min-width: 600px) {
  .figures:not(.figures-last) .figures_wrapper .figures_item:last-child {
    margin-left: 12px;
    margin-right: auto;
  }
}
.figures_kicker {
  width: calc(100% - 23px);
  margin-left: auto;
  border-top: 1px solid #451B17;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.figures_kicker strong {
  max-width: 300px;
  font-weight: 500;
  text-align: left;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .figures_kicker strong {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .figures_kicker {
    width: 39%;
    max-width: 470px;
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 145px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .figures_kicker {
    padding-left: 0;
  }
}
.figures_title {
  width: calc(100% - 23px);
  margin-left: auto;
  margin-right: 0;
  padding-right: 23px;
  color: #451B17;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .figures_title {
    width: 60%;
    max-width: 705px;
    margin-right: 0;
    border-top: 1px solid #451B17;
    padding-top: 40px;
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 145px;
  }
}
.figures_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .figures_wrapper {
    padding: 0;
  }
}
.figures_item {
  width: 100%;
  max-width: 389px;
  height: 262px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}
@media (min-width: 600px) {
  .figures_item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1000px) {
  .figures_item {
    width: calc(33.33% - 24px);
  }
}
.figures_item-bourdeaux {
  color: #FFFFF9;
  background-color: #451B17;
}
.figures_item-salmon {
  color: #451B17;
  background-color: #F8D6C9;
}
.figures_item-orange {
  color: #FFFFF9;
  background-color:  #FF3300;
}
.figures_item-green {
  color: #451B17;
  background-color: #C8DDD0;
}
.figures_item-blue {
  color: #FFFFF9;
  background-color: #1B4149;
}
.figures_item img {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  object-fit: cover;
  object-position: center;
}
.figures_item strong {
  font-size: 100px;
  line-height: 0.8;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -7px;
  margin-bottom: auto;
}
.figures_item span {
  text-align: right;
  text-transform: uppercase;
  margin-top: auto;
}
.figures_item p {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.07;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 1000px) {
  .figures_item p {
    bottom: 68px;
    right: 116px;
    width: 705px;
    font-size: 42.8px;
    line-height: 1.07;
    letter-spacing: -1.07px;
  }
}
.figures_item p em {
  color:  #FF3300;
}
.figures.viewport .figures_kicker,
.figures.viewport .figures_title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.figures.viewport .figures_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.figures.viewport.figures-last .figures_item {
  height: 80vh;
  max-height: 742px;
}
@media (min-width: 600px) {
  .figures.viewport.figures-last .figures_item {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}
.figures.viewport.figures-last .figures_item p {
  opacity: 1;
  visibility: visible;
}

.gallery {
  background-color: #FFFFF9;
  position: relative;
}
.gallery .wrapper {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .gallery .wrapper {
    display: flex;
    padding-top: 0;
  }
}
@media (min-width: 600px) {
  .gallery.fixed .container {
    position: fixed;
  }
}
@media (min-width: 600px) {
  .gallery.fixed .wrapper {
    padding-left: 60%;
  }
}
@media (min-width: 600px) {
  .gallery.fixed .gallery_swiper-expand {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .gallery.absoluted .container {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 600px) {
  .gallery.absoluted .wrapper {
    padding-left: 60%;
  }
}
@media (min-width: 600px) {
  .gallery.absoluted .gallery_swiper-expand {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .gallery .trick {
    height: calc(100vw + 100vh - 100vw);
  }
}
.gallery .container {
  padding: 0 24px;
  position: relative;
}
@media (min-width: 600px) {
  .gallery .container {
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    width: 60%;
    max-width: 60%;
    margin-right: auto;
    margin-left: 0;
    padding-top: 0;
    display: flex;
    padding-top: 120px;
    padding-bottom: 20px;
    padding-right: 16px;
  }
}
@media (min-width: 1000px) {
  .gallery .container {
    padding-top: 150px;
  }
}
@media (min-width: 1440px) {
  .gallery .container {
    width: calc(100% - 562px);
    max-width: calc(100% - 562px);
  }
}
@media (min-width: 600px) {
  .gallery_info {
    width: calc(100% - 150px);
    max-width: 518px;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .gallery_info {
    margin-left: auto;
  }
}
.gallery_title {
  color: #451B17;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .gallery_title {
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 56px;
  }
}
.gallery_text {
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: all 1s;
}
.gallery_swiper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 600px) {
  .gallery_swiper-expand {
    width: 40%;
    max-width: 562px;
    order: 1;
    padding-top: 120px;
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  .gallery_swiper-expand {
    padding-top: 150px;
  }
}
.gallery_swiper-thumbs {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .gallery_swiper-thumbs {
    width: 130px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .gallery_swiper-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.gallery_swiper-thumbs .swiper-wrapper .swiper-slide {
  margin-right: 16px;
}
@media (min-width: 600px) {
  .gallery_swiper-thumbs .swiper-wrapper .swiper-slide {
    height: auto;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.gallery.viewport .gallery_title,
.gallery.viewport .gallery_text,
.gallery.viewport .gallery_swiper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.claim {
  background-color: #FFFFF9;
}
.claim .container {
  padding: 65px 24px;
}
@media (min-width: 600px) {
  .claim .container {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.claim_text {
  width: 100%;
  color: #451B17;
  font-family: "PT Serif", serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1.35px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: all 1s;
}
.claim_text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.claim_text strong {
  font-weight: 400;
  position: relative;
  background: linear-gradient(to right,  #FF3300,  #FF3300 50%, #451B17 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1s 0.5s ease;
  text-decoration: none;
}
@media (min-width: 600px) {
  .claim_text {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -2px;
  }
}
.claim.viewport .claim_text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.claim.viewport .claim_text strong {
  background-position: 0 100%;
}

.twins {
  background-color: #FFFFF9;
}
.twins .container {
  padding: 0 24px 65px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .twins .container {
    padding-bottom: 120px;
  }
}
.twins_text {
  width: 100%;
}
@media (min-width: 1000px) {
  .twins_text {
    order: 1;
    width: 40%;
    max-width: 493px;
    margin-left: auto;
    margin-right: 0;
  }
}
.twins_text p {
  color: #451B17;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.twins_text p + p {
  transition-delay: 0.2s;
}
.twins_image {
  transition: all 1s 1s;
}
.twins_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.twins_image-1 {
  margin-right: 24px;
  width: calc(60% - 24px);
  max-width: 286px;
  height: 367px;
}
@media (min-width: 1000px) {
  .twins_image-1 {
    width: calc(30% - 24px);
  }
}
.twins_image-2 {
  width: 40%;
  max-width: 180px;
  height: 231px;
}
.twins_image-2 img {
  object-position: right top;
}
@media (min-width: 1000px) {
  .twins_image-2 {
    width: 15%;
  }
}
.twins.viewport .twins_text p {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.twins.viewport .twins_image-1 {
  width: calc(90% - 24px);
  max-width: 538px;
  height: 487px;
}
@media (min-width: 1000px) {
  .twins.viewport .twins_image-1 {
    width: calc(50% - 48px);
  }
}
.twins.viewport .twins_image-2 {
  width: 10%;
  max-width: 135px;
}

.history {
  background-color: #FFFFF9;
}
.history .container {
  padding: 65px 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .history .container {
    padding-top: 166px;
    padding-bottom: 166px;
  }
}
.history_title {
  color: #451B17;
  font-family: "PT Serif", serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1.35px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .history_title {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -2px;
  }
}
.history_subtitle {
  color: #451B17;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.33;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-bottom: 43px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .history_subtitle {
    font-size: 24px;
    line-height: 1.33;
  }
}
@media (min-width: 1000px) {
  .history_subtitle {
    padding-right: 57%;
  }
}
.history_subtitle strong {
  font-weight: 500;
  color:  #FF3300;
}
.history_text {
  width: 100%;
}
@media (min-width: 1000px) {
  .history_text {
    order: 1;
    width: 40%;
    max-width: 445px;
    margin-left: auto;
    margin-right: 0;
  }
}
.history_text p {
  color: #451B17;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.history_text p + p {
  transition-delay: 0.2s;
}
.history_text p strong {
  font-weight: 700;
}
.history_year {
  display: block;
  color: #EFEFE3;
  font-family: "PT Serif", serif;
  font-size: 197.143px;
  line-height: 0.8;
  letter-spacing: -21.429px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15%);
  transition: all 1s;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .history_year {
    font-size: 297.143px;
    line-height: 0.8;
    letter-spacing: -31.429px;
  }
}
@media (min-width: 1000px) {
  .history_year {
    font-size: 497.143px;
    line-height: 0.8;
    letter-spacing: -41.429px;
    margin-left: -18%;
    margin-top: -30px;
  }
}
.history.viewport .history_text p,
.history.viewport .history_title,
.history.viewport .history_subtitle,
.history.viewport .history_year {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.values {
  background-color: #FFFFF9;
  padding: 60px 0;
}
@media (min-width: 1000px) {
  .values {
    padding-top: 170px;
    padding-bottom: 150px;
  }
}
.values .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .values .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.values_kicker {
  width: calc(100% - 23px);
  margin-left: auto;
  border-top: 1px solid #451B17;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.values_kicker strong {
  max-width: 300px;
  font-weight: 500;
  text-align: left;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .values_kicker strong {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .values_kicker {
    width: 100%;
    padding-top: 31px;
    font-size: 28px;
    margin: 0 0 167px;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .values_kicker {
    padding-left: 0;
  }
}
.values_title {
  width: calc(100% - 23px);
  margin-left: auto;
  margin-right: 0;
  padding-right: 23px;
  color: #451B17;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .values_title {
    width: 60%;
    max-width: 705px;
    margin-right: 0;
    border-top: 1px solid #451B17;
    padding-top: 40px;
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 145px;
  }
}
.values_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .values_wrapper {
    padding: 0;
    height: 689px;
    position: relative;
  }
}
.values_item {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  transition: all 0.75s;
}
@media (min-width: 600px) {
  .values_item {
    width: calc(33.33% - 16px);
    max-width: 387px;
    position: absolute;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .values_item {
    width: calc(33.33% - 16px);
    max-width: 387px;
    padding: 56px;
    position: absolute;
    margin: 0;
  }
}
.values_item:nth-of-type(1) {
  height: 434px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(1) {
    top: 0;
    left: 0;
  }
}
.values_item:nth-of-type(2) {
  height: 201px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(2) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.values_item:nth-of-type(3) {
  height: 434px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(3) {
    top: 0;
    right: 0;
  }
}
.values_item:nth-of-type(4) {
  height: 231px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(4) {
    bottom: 0;
    left: 0;
  }
}
.values_item:nth-of-type(5) {
  height: 464px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(5) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.values_item:nth-of-type(6) {
  height: 231px;
}
@media (min-width: 600px) {
  .values_item:nth-of-type(6) {
    bottom: 0;
    right: 0;
  }
}
.values_item_title {
  position: relative;
  z-index: 3;
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: auto;
}
@media (min-width: 600px) {
  .values_item_title {
    font-size: 21px;
  }
}
@media (min-width: 1000px) {
  .values_item_title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .values_item_title {
    font-size: 46px;
  }
}
.values_item_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.values_item_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.values_item_more {
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid #FFFFF9;
  position: absolute;
  padding-left: 20px;
  bottom: 28px;
  left: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: maxHeight 0.5s;
}
@media (min-width: 1440px) {
  .values_item_more {
    padding-left: 40px;
    bottom: 56px;
    left: 56px;
    height: calc(100% - 112px);
    width: calc(100% - 112px);
  }
}
.values_item_subtitle {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.42;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.25s;
}
@media (min-width: 1000px) {
  .values_item_subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .values_item_subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.values_item_text {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.42;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.25s;
}
@media (min-width: 1000px) {
  .values_item_text {
    font-size: 18px;
  }
}
.values_item.active {
  width: 110%;
  max-width: 400px;
  height: 520px;
  z-index: 5;
}
@media (min-width: 600px) {
  .values_item.active {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .values_item.active {
    max-width: 553px;
    height: 620px;
  }
}
.values_item.active .values_item_title {
  margin: 0 auto auto 20px;
}
@media (min-width: 1440px) {
  .values_item.active .values_item_title {
    margin: 0 auto auto 40px;
  }
}
.values_item.active .values_item_more {
  max-height: 100%;
}
.values_item.active .values_item_subtitle,
.values_item.active .values_item_text {
  opacity: 1;
  visibility: visible;
}
.values_item.inactive {
  opacity: 0.2;
}
.values.viewport .values_kicker,
.values.viewport .values_title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.values.viewport .values_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.global {
  background-color: #451B17;
  overflow: hidden;
  padding: 60px 0;
}
@media (min-width: 1000px) {
  .global {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.global .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .global .container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
}
.global_kicker {
  width: calc(100% - 23px);
  margin-left: auto;
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
  position: relative;
}
@media (min-width: 1000px) {
  .global_kicker {
    font-size: 28px;
    padding-top: 31px;
    margin-bottom: 234px;
  }
}
@media (min-width: 1440px) {
  .global_kicker {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .global_kicker:before {
    content: "";
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #FFFFF9;
    position: absolute;
    top: -1px;
    left: 50%;
  }
}
.global_text {
  width: calc(100% - 46px);
  max-width: 470px;
  margin: 0 auto 35px 23px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .global_text {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .global_text {
    width: 100%;
    margin-left: 0;
  }
}
.global_title {
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  .global_title {
    font-size: 48px;
    margin-bottom: 33px;
  }
}
.global_description {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
.global_image {
  width: calc(100% - 46px);
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1000px) {
  .global_image {
    width: calc(112% - 470px);
    position: absolute;
    bottom: 5%;
    right: -13%;
  }
}
@media (min-width: 1440px) {
  .global_image {
    width: 100%;
    bottom: 0;
    right: -24%;
  }
}
.global_image img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0%);
  transition: all 1s 1s;
}
.global.viewport .global_kicker,
.global.viewport .global_title,
.global.viewport .global_description,
.global.viewport .global_image img:first-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.team {
  background-color: #451B17;
}
.team .container {
  padding: 170px 23px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 600px) {
  .team .container-1 {
    width: 700px;
    max-width: 700px;
  }
}
.team .container-2 {
  width: 2250px;
  max-width: 2250px;
}
.team_kicker {
  width: 100%;
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  padding-right: 24px;
  display: flex;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
  position: relative;
}
@media (min-width: 600px) {
  .team_kicker {
    font-size: 28px;
    padding-top: 31px;
    margin-bottom: 110px;
  }
}
@media (min-width: 1440px) {
  .team_kicker {
    width: 100%;
    margin-left: 0;
  }
}
.team_text {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .team_text {
    margin-right: auto;
  }
}
.team_title {
  color: #FFFFF9;
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .team_title {
    font-size: 48px;
    margin-bottom: 13px;
    padding-right: 2%;
  }
}
.team_description {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .team_description {
    font-size: 24px;
    line-height: 1.41;
    padding-right: 9%;
  }
}
.team_nav {
  display: flex;
  margin-bottom: 27px;
  margin-left: 34px;
}
.team_nav .team_item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.team_nav .team_item:nth-of-type(2) {
  transition-delay: 0.6s;
}
.team_nav .team_item:nth-of-type(3) {
  transition-delay: 1s;
}
.team_nav .team_item:nth-of-type(4) {
  transition-delay: 1.4s;
}
.team_nav .team_item:nth-of-type(5) {
  transition-delay: 1.8s;
}
.team_nav .team_item:nth-of-type(6) {
  transition-delay: 2.2s;
}
.team_nav .team_item:nth-of-type(7) {
  transition-delay: 2.6s;
}
.team_nav .team_item:nth-of-type(8) {
  transition-delay: 3s;
}
.team_nav .team_item:nth-of-type(9) {
  transition-delay: 3.4s;
}
.team_nav:nth-of-type(2) {
  padding-left: 102px;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(1) {
  transition-delay: 0.4s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(2) {
  transition-delay: 0.8s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(3) {
  transition-delay: 1.2s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(4) {
  transition-delay: 1.6s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(5) {
  transition-delay: 2s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(6) {
  transition-delay: 2.4s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(7) {
  transition-delay: 2.8s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(8) {
  transition-delay: 3.2s;
}
.team_nav:nth-of-type(2) .team_item:nth-of-type(9) {
  transition-delay: 3.4s;
}
.team_item {
  width: 320px;
  margin-right: 24px;
  padding: 36px 40px 40px;
  background-color: #FFFFF9;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15%);
  transition: all 1s;
}
@media (min-width: 600px) {
  .team_item {
    width: 389px;
  }
}
.team_item_kicker {
  display: block;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 12px;
}
.team_item_name {
  display: block;
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding-bottom: 37px;
}
@media (min-width: 600px) {
  .team_item_name {
    font-size: 36px;
    padding-bottom: 47px;
  }
}
.team_item_role {
  display: block;
  border-top: 1px solid #1B4149;
  padding-top: 31px;
  padding-left: 17px;
  padding-right: 37px;
  margin-top: auto;
  position: relative;
  color: #1B4149;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.team_item_role:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #1B4149;
  position: absolute;
  left: 0;
  top: 36px;
}
.team_item_icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color:  #FF3300;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  right: 40px;
  transition: all 0.2s;
  background-image: url("../images/ico-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
}
.team_item:hover .team_item_icon {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  background-size: 32px;
}
.team.viewport .team_kicker,
.team.viewport .team_title,
.team.viewport .team_description, .team.viewport[data-current="2"] .team_item:nth-of-type(1), .team.viewport[data-current="3"] .team_item:nth-of-type(1), .team.viewport[data-current="3"] .team_item:nth-of-type(2), .team.viewport[data-current="4"] .team_item:nth-of-type(1), .team.viewport[data-current="4"] .team_item:nth-of-type(2), .team.viewport[data-current="4"] .team_item:nth-of-type(3), .team.viewport[data-current="5"] .team_item:nth-of-type(1), .team.viewport[data-current="5"] .team_item:nth-of-type(2), .team.viewport[data-current="5"] .team_item:nth-of-type(3), .team.viewport[data-current="5"] .team_item:nth-of-type(4), .team.viewport[data-current="5"] .team_item:nth-of-type(5), .team.viewport[data-current="6"] .team_item:nth-of-type(1), .team.viewport[data-current="6"] .team_item:nth-of-type(2), .team.viewport[data-current="6"] .team_item:nth-of-type(3), .team.viewport[data-current="6"] .team_item:nth-of-type(4), .team.viewport[data-current="6"] .team_item:nth-of-type(5) {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.timeline {
  background-color: #451B17;
}
.timeline_kicker {
  width: calc(100% - 20px);
  margin-left: auto;
  border-top: 1px solid #FFFFF9;
  padding-top: 20px;
  color:  #FF3300;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: 120px;
  left: 20px;
}
@media (min-width: 1000px) {
  .timeline_kicker {
    width: calc(100% - 112px);
    top: 171px;
    left: 112px;
    font-size: 28px;
    padding-top: 46px;
  }
}
.timeline_year {
  color:  #FF3300;
  font-family: "PT Serif", serif;
  font-size: 110px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -4px;
  text-transform: uppercase;
  display: block;
  position: absolute;
}
@media (min-width: 600px) {
  .timeline_year {
    font-size: 160px;
    letter-spacing: -6px;
  }
}
@media (min-width: 1000px) {
  .timeline_year {
    font-size: 240px;
    letter-spacing: -10px;
  }
}
.timeline_text {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1000px) {
  .timeline_text {
    font-size: 16px;
  }
}
.timeline_text strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .timeline_text strong {
    font-size: 24px;
  }
}
.timeline_list {
  margin-top: auto;
  margin-bottom: auto;
}
.timeline_list li {
  color: #FFFFF9;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 21px;
}
@media (min-width: 1000px) {
  .timeline_list li {
    font-size: 16px;
  }
}
.timeline_list li:first-child {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .timeline_list li:first-child {
    font-size: 24px;
  }
}
.timeline_list li:not(:first-child) {
  position: relative;
  padding-left: 21px;
}
.timeline_list li:not(:first-child):before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FFFFF9;
  border-radius: 100%;
  position: absolute;
  left: 7px;
  top: 10px;
}
.timeline_image {
  position: relative;
  z-index: 3;
  order: -1;
  margin-top: auto;
  margin-bottom: auto;
}
.timeline .container {
  padding-top: 170px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline .container:nth-of-type(3n + 1) .timeline_image {
  width: 60%;
  max-width: 431px;
  margin-left: auto;
  margin-right: 82px;
  margin-bottom: auto;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 1) .timeline_image {
    width: 40%;
    margin-top: auto;
    margin-bottom: 10%;
  }
}
.timeline .container:nth-of-type(3n + 1) .timeline_text,
.timeline .container:nth-of-type(3n + 1) .timeline_list {
  width: 55%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 0;
  order: -1;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 1) .timeline_text,
  .timeline .container:nth-of-type(3n + 1) .timeline_list {
    order: 1;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-bottom: 15%;
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .timeline .container:nth-of-type(3n + 1) .timeline_text,
  .timeline .container:nth-of-type(3n + 1) .timeline_list {
    max-width: 349px;
  }
}
.timeline .container:nth-of-type(3n + 1) .timeline_year {
  top: auto;
  left: 0;
  bottom: 7%;
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 1) .timeline_year {
    bottom: auto;
    width: auto;
    text-align: left;
    left: calc(50% - 180px);
    top: calc(50% - 220px);
  }
}
.timeline .container:nth-of-type(3n + 1) .timeline_list {
  margin-top: -50px;
  margin-bottom: auto;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 1) .timeline_list {
    margin-top: auto;
    margin-bottom: 5%;
  }
}
.timeline .container:nth-of-type(3n + 2) .timeline_image {
  width: 40%;
  max-width: 356px;
  margin-left: auto;
  margin-right: 31px;
}
.timeline .container:nth-of-type(3n + 2) .timeline_text,
.timeline .container:nth-of-type(3n + 2) .timeline_list {
  width: 40%;
  max-width: 246px;
  margin-left: 0;
  margin-right: auto;
}
.timeline .container:nth-of-type(3n + 2) .timeline_year {
  right: 50%;
  top: calc(50% + 150px);
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 2) .timeline_year {
    top: calc(50% + 220px);
  }
}
.timeline .container:nth-of-type(3n + 3) {
  flex-direction: column;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 3) {
    flex-direction: row;
  }
}
.timeline .container:nth-of-type(3n + 3) .timeline_image {
  width: 44%;
  max-width: 427px;
  margin-bottom: 5%;
  margin-top: auto;
  margin-right: auto;
  margin-left: 63px;
}
.timeline .container:nth-of-type(3n + 3) .timeline_text,
.timeline .container:nth-of-type(3n + 3) .timeline_list {
  width: 40%;
  max-width: 255px;
  order: 1;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: auto;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 3) .timeline_text,
  .timeline .container:nth-of-type(3n + 3) .timeline_list {
    margin-top: auto;
    margin-bottom: 17%;
  }
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 3) .timeline_text,
  .timeline .container:nth-of-type(3n + 3) .timeline_list {
    order: -2;
  }
}
.timeline .container:nth-of-type(3n + 3) .timeline_list {
  margin-bottom: 5%;
}
.timeline .container:nth-of-type(3n + 3) .timeline_year {
  right: 40%;
  top: 25%;
}
@media (min-width: 600px) {
  .timeline .container:nth-of-type(3n + 3) .timeline_year {
    right: 50%;
    top: auto;
    bottom: calc(50% + 220px);
  }
}
.timeline .container.container-16 .timeline_image {
  margin-bottom: 19%;
}
@media (min-width: 1000px) {
  .timeline .container.container-16 .timeline_image {
    margin-bottom: 5%;
  }
}
.timeline_points {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  padding: 33px 18px 28px;
  border-top: 1px solid #FFFFF9;
  z-index: 9;
}
.timeline_points li {
  width: 65px;
  text-align: center;
  position: relative;
}
.timeline_points li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #FFFFF9;
  border-radius: 100%;
  position: absolute;
  top: -38.5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.timeline_points li.active:before {
  background-color:  #FF3300;
  width: 36px;
  height: 36px;
  top: -49px;
}
.timeline_points li span {
  display: block;
  color: #FFFFF9;
  font-size: 14px;
  line-height: 1.44;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media (min-width: 1000px) {
  .timeline.fixed .timeline_points {
    display: flex;
  }
}

.cta {
  background-color: #FFFFF9;
  padding: 83px 25px 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .cta {
    padding-top: 118px;
    padding-bottom: 110px;
  }
}
.cta:before {
  content: "";
  display: block;
  width: 670px;
  height: 670px;
  position: absolute;
  left: -290px;
  bottom: -399px;
  background-image: url("../images/imago-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.4;
  z-index: 1;
}
@media (min-width: 600px) {
  .cta:before {
    bottom: -391px;
  }
}
@media (min-width: 1000px) {
  .cta:before {
    width: 812px;
    height: 812px;
    left: -208px;
    bottom: -562px;
  }
}
.cta .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .cta .container {
    flex-direction: row;
  }
}
.cta_title {
  color: #313131;
  font-family: "PT Serif", serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -2.1px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 63px 0;
}
@media (max-width: 599px) {
  .cta_title{
    font-size:60px;
  }
}
@media (min-width: 600px) {
  .cta_title {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .cta_title {
    font-size: 150px;
    line-height: 0.7;
    letter-spacing: -4.5px;
  }
}
.cta_title strong {
  font-weight: 400;
  display: block;
}
.cta_button {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .cta_button {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.footer {
  background-color: #FFFFF9;
  padding: 73px 25px 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .footer {
    padding-top: 123px;
    padding-bottom: 78px;
  }
}
.footer:before {
  content: "";
  display: block;
  width: 670px;
  height: 670px;
  position: absolute;
  left: -290px;
  bottom: 20px;
  background-image: url("../images/imago-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.4;
  z-index: 1;
}
@media (min-width: 1000px) {
  .footer:before {
    width: 812px;
    height: 812px;
    left: -208px;
    bottom: -151px;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.footer_nav {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_pages {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 55px;
}
@media (min-width: 600px) {
  .footer_pages {
    flex-direction: row;
    margin-bottom: 84px;
  }
}
.footer_pages_item {
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  margin-bottom: 32px;
}
@media (min-width: 600px) {
  .footer_pages_item {
    margin-bottom: 0;
    margin-left: 78px;
  }
}
.footer_pages_link {
  color: #020C11;
  opacity: 1;
  transition: opacity 0.2s;
}
.footer_pages_link.active {
  opacity: 0.4;
}
@media (min-width: 1000px) {
  .footer_pages_link:hover {
    opacity: 0.4;
  }
}
.footer_links {
  border-top: 1px solid #020C11;
  border-bottom: 1px solid #020C11;
  padding: 24px 0 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .footer_links {
    padding: 34px 0 38px;
    justify-content: flex-end;
  }
}
.footer_links_item:first-child {
  margin-right: auto;
}
.footer_links_item:not(:nth-of-type(2)) .footer_links_link:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  margin: auto 8px;
  background-color: #020C11;
}
@media (min-width: 600px) {
  .footer_links_item:not(:nth-of-type(2)) .footer_links_link:before {
    margin: auto 24px;
  }
}
.footer_links_link {
  color: #020C11;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.09px;
  text-align: center;
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
.footer_links_link.active {
  opacity: 0.4;
}
@media (min-width: 1000px) {
  .footer_links_link:hover {
    opacity: 0.4;
  }
}
.footer_links_linkedin {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-image: url("../images/ico-linkedin.svg");
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0 11px 0 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.footer_links_linkedin.active {
  opacity: 0.4;
}
@media (min-width: 1000px) {
  .footer_links_linkedin:hover {
    opacity: 0.4;
  }
}

/*# sourceMappingURL=main.css.map */
