@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,600|Cormorant:700");
@font-face {
  font-family: 'Exlantix Sans-Regular';
  src: url("../fonts/ExlantixSans-Regular.ttf") format("truetype"), url("../fonts/ExlantixSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.parallax__item {
  --gradient-top: 0;
  --gradient-bottom: 0;
  --gradient-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  will-change: transform;
  /* Оптимизация анимации */
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* Плавная анимация маски */
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-mask-image 0.3s ease, mask-image 0.3s ease; }
  .parallax__item.ff {
    z-index: 2;
    -webkit-transform: translateY(var(--parallax-offset-ff, 0));
    -ms-transform: translateY(var(--parallax-offset-ff, 0));
    transform: translateY(var(--parallax-offset-ff, 0)); }
    .parallax__item.ff img {
      -webkit-animation: sway-foreground 12s ease-in-out infinite;
      animation: sway-foreground 12s ease-in-out infinite;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      /* Смещение по фазе */ }
  .parallax__item.bk {
    z-index: 1;
    -webkit-transform: translateY(var(--parallax-offset-bk, 0));
    -ms-transform: translateY(var(--parallax-offset-bk, 0));
    transform: translateY(var(--parallax-offset-bk, 0)); }
    .parallax__item.bk img {
      -webkit-animation: sway-background 15s ease-in-out infinite;
      animation: sway-background 15s ease-in-out infinite;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
  .parallax__item picture,
  .parallax__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-mask-image: inherit;
    mask-image: inherit;
    -webkit-mask-size: inherit;
    mask-size: inherit;
    -webkit-mask-repeat: inherit;
    mask-repeat: inherit; }
  .parallax__item img {
    max-width: 100%;
    height: auto;
    display: block; }
  .parallax__item.no-transition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

@supports not ((-webkit-mask-image: linear-gradient(black, black)) or (mask-image: linear-gradient(black, black))) {
  .parallax__item {
    overflow: hidden; }
  .parallax__item picture,
  .parallax__item img {
    position: relative; } }

/* Анимация покачивания для заднего плана */
@-webkit-keyframes sway-background {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px); }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  75% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px); } }
@keyframes sway-background {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px); }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  75% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px); } }

/* Анимация покачивания для переднего плана */
@-webkit-keyframes sway-foreground {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  66% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px); } }
@keyframes sway-foreground {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  66% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px); } }

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Montserrat', sans-serif; }

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important; }

a {
  text-decoration: none; }

section {
  position: relative;
  background-size: 100% !important; }
  section .container {
    max-width: 996px;
    margin: 0 auto;
    padding: 0 20px; }
  section .section-body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 996px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    z-index: 2; }
  section .section-content {
    color: white;
    width: 60%;
    padding: 0; }
    section .section-content h2 {
      font-family: 'Exlantix Sans-Regular', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 48px;
      line-height: 1;
      margin-bottom: 20px; }
    section .section-content p {
      font-family: 'Montserrat', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px; }

picture {
  max-width: 100%;
  display: block; }
  picture img {
    display: block;
    width: 100%; }

.main-content {
  width: 100%;
  background-color: #102539; }

.info-card .card-content {
  border-radius: 10px;
  font-family: 'Montserrat', Helvetica;
  text-align: center; }
  .info-card .card-content p {
    font-size: 20px;
    line-height: 1.4; }

.info-card.dark .card-header::before {
  border-bottom-color: #102539; }

.info-card.dark .card-content {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

.info-card.light .card-header::before {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.info-card.light .card-content {
  background: #102539;
  color: #ffffff; }

.section-1 {
  background-color: #102539;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .section-1 .hero-content {
    max-width: 996px;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 6.94444vw;
    margin-left: -38%;
    max-width: 40.97222vw;
    width: 100%;
    padding: 3.47222vw 2.08333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.2);
    z-index: 15; }
  .section-1 .hero-text {
    padding: 0; }
    .section-1 .hero-text h1 {
      font-family: 'Exlantix Sans-Regular', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 2.77778vw;
      line-height: 1;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .section-1 .hero-text p {
      font-family: 'Montserrat', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 1.38889vw;
      line-height: 1.2; }
  .section-1 .hero-car {
    position: relative;
    width: 100%; }
    .section-1 .hero-car picture {
      max-width: 100%; }
      .section-1 .hero-car picture img {
        width: 100%; }
    .section-1 .hero-car .car-main {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }

.section-2 {
  background-color: #102539;
  padding: 60px 0;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .section-2 {
      padding: 30px 0 60px; } }
  .section-2 .container {
    position: relative;
    z-index: 10; }
  .section-2 .intro-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
  .section-2 .description-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px; }
  .section-2 .intro-images {
    position: relative;
    bottom: -2.77778vw;
    max-width: 100%; }
    @media (max-width: 768px) {
      .section-2 .intro-images {
        bottom: -12.5vw; } }
    .section-2 .intro-images .intro-main-img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    .section-2 .intro-images .intro-left-img,
    .section-2 .intro-images .intro-right-img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    .section-2 .intro-images .intro-additional-img {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      margin-top: -100px; }
  .section-2 .vector-mask-d {
    background: #102539; }

.section-3 {
  background: #ffffff;
  padding: 60px 0;
  padding-bottom: 7.63889vw; }
  @media (max-width: 768px) {
    .section-3 {
      padding: 30px 0 60px; } }
  @media (max-width: 768px) {
    .section-3 {
      background-size: contain; } }
  .section-3 .stars-rating {
    text-align: center;
    margin-bottom: 20px; }
    .section-3 .stars-rating img {
      width: 286px;
      height: 60px; }
  .section-3 .section-images {
    margin: 40px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .section-3 .section-images {
        margin: 0 0 30px 0; } }
    .section-3 .section-images img {
      width: 100%;
      max-width: 996px;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }

.section-4 {
  background: url("../images/protector-1.png") no-repeat #102539;
  color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-4 {
      padding: 30px 0 60px; } }
  .section-4 .vector-mask-d {
    background: #102539; }
  .section-4 .section-text, .section-4 h2 {
    color: #ffffff; }
  .section-4 .info-card {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .section-4 .info-card {
        margin: 60px 0 30px 0; } }
    .section-4 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-4 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-4 .info-card .card-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background: rgba(255, 255, 255, 0.2);
      padding: 50px; }
      @media (max-width: 768px) {
        .section-4 .info-card .card-content {
          padding: 20px 10px; } }

.section-5 {
  background-color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-5 {
      padding: 30px 0 60px; } }
  .section-5 .vector-mask-d {
    background-color: #ffffff; }
  .section-5 .beauty-container {
    padding-top: 314px; }
    @media (max-width: 768px) {
      .section-5 .beauty-container {
        padding-top: 136px; } }
  .section-5 .section-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #131415;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
  .section-5 .row-images {
    margin-bottom: 40px; }
  .section-5 .info-card {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .section-5 .info-card {
        margin-top: 60px;
        margin-bottom: 0; } }
    .section-5 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-5 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-5 .info-card .card-content {
      background-color: #102539;
      border-radius: 10px;
      padding: 50px; }
      @media (max-width: 768px) {
        .section-5 .info-card .card-content {
          padding: 20px 10px; } }

.section-6 {
  background: url("../images/protector-2.png") no-repeat #102539;
  color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-6 {
      padding: 30px 0 60px; } }
  .section-6 .vector-mask-d {
    background: #102539; }
  .section-6 .section-text, .section-6 h2 {
    color: #ffffff; }
  .section-6 .info-card {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .section-6 .info-card {
        margin: 60px 0 30px 0; } }
    .section-6 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-6 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-6 .info-card .card-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background: rgba(255, 255, 255, 0.2);
      padding: 50px; }
      @media (max-width: 768px) {
        .section-6 .info-card .card-content {
          padding: 20px 10px; } }

.section-7 {
  background-color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-7 {
      padding: 30px 0 60px; } }
  .section-7 .section-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #131415;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
    .section-7 .section-text:last-of-type {
      margin-bottom: 0; }
    .section-7 .section-text.highlight {
      font-weight: 400;
      margin: 0; }
  .section-7 .section-images {
    margin: 40px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .section-7 .section-images {
        margin: 20px 0 30px 0; } }
    .section-7 .section-images picture {
      width: 100%;
      max-width: 996px;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .section-7 .info-card {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .section-7 .info-card {
        margin: 60px 0 30px 0; } }
    .section-7 .info-card .card-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background: #102539;
      padding: 50px; }
      @media (max-width: 768px) {
        .section-7 .info-card .card-content {
          padding: 20px 10px; } }

.section-8 {
  background: url("../images/protector-3.png") no-repeat #102539;
  color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-8 {
      padding: 30px 0 60px; } }
  .section-8 .vector-mask-d {
    background: #102539; }
  .section-8 .section-text, .section-8 h2 {
    color: #ffffff; }
  @media (max-width: 768px) {
    .section-8 {
      margin-bottom: 30px;
      padding-bottom: 30px;
      position: relative; }
      .section-8::after {
        display: none;
        width: 37vw;
        height: 2px;
        background-color: #00A091;
        bottom: 0;
        left: 50%;
        position: absolute;
        content: "";
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .section-8 .info-card {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .section-8 .info-card {
        margin: 60px 0 30px 0; } }
    .section-8 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-8 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-8 .info-card .card-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background: rgba(255, 255, 255, 0.2);
      padding: 50px; }
      @media (max-width: 768px) {
        .section-8 .info-card .card-content {
          padding: 20px 10px; } }

@media (max-width: 768px) {
  section .container {
    padding: 0 10px; }
  section .section-body {
    left: unset;
    top: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative; }
    section .section-body .section-content {
      width: auto;
      text-align: center;
      padding-top: 45px; }
  section p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-align: center; }
  .section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section-1 .hero-content {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      left: unset;
      max-width: inherit;
      margin: -37.5vw 2.08333vw 6.25vw;
      width: calc(100% - 20px); }
    .section-1 .hero-text h1 {
      font-size: 20px;
      line-height: 1.2; }
  .section-3 .info-card .card-content {
    padding: 30px 10px 60px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .section-3 .info-card .card-content {
      padding: 20px 10px; } }

@media (max-width: 768px) {
  .section-2 .description-text {
    margin-bottom: 0; }
  .section-2 .intro-images .intro-additional-img {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
    margin-top: 0; }
  .section-4 .section-text {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative; }
    .section-4 .section-text::after {
      display: none;
      width: 37vw;
      height: 2px;
      background-color: #00A091;
      bottom: 0;
      left: 50%;
      position: absolute;
      content: "";
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .section-5 .section-text {
    margin-bottom: 4.16667vw; }
  .info-card {
    margin-top: 60px; }
    .info-card .card-header.dark::before {
      border-bottom-color: #102539; }
    .info-card .card-content {
      padding: 30px 20px;
      border-radius: 10px;
      color: #ffffff; } }
    @media (max-width: 768px) and (max-width: 768px) {
      .info-card .card-content {
        padding: 20px 10px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 20px !important;
    line-height: 1.2 !important; }
  h2 {
    font-size: 26px !important;
    line-height: 1.2 !important; }
  .section-text,
  .intro-text,
  .description-text {
    font-size: 12px !important;
    line-height: 1.5 !important; }
  .stars-rating {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto; }
    .stars-rating img {
      width: 100% !important;
      height: auto !important; }
  .swiper-container .row-images {
    gap: unset; }
  .swiper-container .swiper-slide {
    width: 75vw;
    height: 75vw; } }

.vector-mask-d {
  position: absolute;
  top: -3.47222vw;
  left: 0;
  height: 3.54167vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 100px) 0%, 50% 50px, calc(50% - 100px) 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 100px) 0%, 50% 50px, calc(50% - 100px) 0%, 0% 0%); }
  @media (max-width: 768px) {
    .vector-mask-d {
      top: -25px;
      left: 0;
      height: 30px;
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 50px) 0%, 50% 25px, calc(50% - 50px) 0%, 0% 0%);
      clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 50px) 0%, 50% 25px, calc(50% - 50px) 0%, 0% 0%); } }

.vector-mask-d_m {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  bottom: -1px;
  height: 26px;
  z-index: 5;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 50px) 0%, 50% 25px, calc(50% - 50px) 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(50% + 50px) 0%, 50% 25px, calc(50% - 50px) 0%, 0% 0%); }
  @media (max-width: 768px) {
    .vector-mask-d_m {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-4 .vector-mask-d_m, .section-8 .vector-mask-d_m {
        background: #102539; } }

.vector-mask-u {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important; }
  .vector-mask-u::before {
    height: 0;
    width: 0;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    content: "";
    display: block;
    border-left: 100px transparent solid;
    border-right: 100px transparent solid;
    border-bottom: 50px rgba(255, 255, 255, 0.2) solid; }
    @media (max-width: 768px) {
      .vector-mask-u::before {
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-left: 50px transparent solid;
        border-right: 50px transparent solid;
        border-bottom: 25px rgba(255, 255, 255, 0.2) solid; } }

.row-images {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  position: relative; }
  .row-images img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.beauty-01, .beauty-02 {
  position: absolute;
  top: 0; }

.beauty-01 {
  left: -151px;
  z-index: 5; }
  @media (max-width: 768px) {
    .beauty-01 {
      left: -11px; } }

.beauty-02 {
  right: 40px;
  top: 40px;
  z-index: 1; }
  @media (max-width: 768px) {
    .beauty-02 {
      right: 20px; } }

.beauty-container {
  position: relative; }
  .beauty-container picture {
    position: relative;
    z-index: 3; }

.section-images.transition {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .section-images.transition picture {
    max-width: inherit; }

.original-image {
  position: relative;
  width: 100%;
  visibility: hidden;
  /* скрываем, но оставляем для размеров */ }
  @media (max-width: 768px) {
    .original-image {
      visibility: visible; } }

.moving-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform; }
  @media (max-width: 768px) {
    .moving-image {
      display: none; } }

.sky {
  position: absolute;
  z-index: 13;
  color: white;
  width: 90%;
  top: 0;
  left: 0;
  height: 39%; }
  @media (max-width: 768px) {
    .sky {
      width: 95%;
      height: 45vw; } }
  .sky .controls {
    display: none; }
  .sky canvas {
    display: block;
    width: 100%;
    height: 100%; }

.icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 2.98611vw auto;
  width: 5.55556vw; }
  @media (max-width: 768px) {
    .icon {
      margin: 0 auto 6.25vw auto;
      width: 8.33333vw; } }
  .icon img {
    width: 100%; }

.ice-beauty {
  position: absolute;
  width: 100%; }
  .ice-beauty__item {
    position: absolute; }

.b {
  bottom: 1.59722vw; }
  @media (max-width: 768px) {
    .b {
      bottom: 11px; } }

.l {
  left: 0; }

.r {
  right: 0; }

.t {
  top: -1.73611vw; }
  @media (max-width: 768px) {
    .t {
      top: -13px; } }

[data-aos="blur"] {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter; }
  [data-aos="blur"].aos-animate {
    -webkit-filter: blur(0);
    filter: blur(0); }

.section-images {
  overflow: hidden; }
  .section-images img {
    border-radius: 10px; }

h2 {
  font-family: 'Exlantix Sans-Regular', Helvetica;
  font-weight: 400;
  color: #131415;
  font-size: 48px;
  text-align: center;
  letter-spacing: 2.4px;
  line-height: 57.6px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    h2 {
      margin-bottom: 4.16667vw; } }

.section-text {
  font-family: 'Montserrat', Helvetica;
  font-weight: 400;
  color: #131415;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section-text {
      margin-bottom: 4.16667vw; } }
  .section-text:last-of-type {
    margin-bottom: 0; }
  .section-text + .section-images {
    margin-top: 2.77778vw; }
    @media (max-width: 768px) {
      .section-text + .section-images {
        margin-top: 4.16667vw; } }

.ice-beauty picture img {
  width: auto; }

.intro-front {
  position: absolute;
  z-index: 24;
  bottom: 6.18056vw;
  right: 9.86111vw; }
  @media (max-width: 768px) {
    .intro-front {
      display: none; } }
  .intro-front img {
    width: 40vw; }

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