@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,600|Cormorant:700");
* {
  -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; }
  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: #131415; }

.section-1 {
  background-color: #131415;
  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: 9.02778vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    max-width: 996px;
    width: 100%;
    padding: 0; }
  .section-1 .hero-text {
    padding: 0; }
    .section-1 .hero-text h1 {
      font-family: 'Exlantix Sans-Regular', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 40px; }
    .section-1 .hero-text p {
      font-family: 'Montserrat', Helvetica;
      font-weight: 400;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      max-width: 333px; }
  .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: #131415;
  padding: 60px 0;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .section-2 {
      padding: 30px 0; } }
  .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: 0;
    max-width: 100%; }
    .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-3 {
  background: url("../images/map.png") no-repeat #D9D9D9;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-3 {
      padding: 30px 0; } }
  @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 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; }
  .section-3 .section-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #131415;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
    .section-3 .section-text:last-of-type {
      margin-bottom: 0; }
  .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-3 .info-card {
    margin: 60px 0; }
    @media (max-width: 768px) {
      .section-3 .info-card {
        margin: 60px 0 30px 0; } }
    .section-3 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-3 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-3 .info-card .card-content {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 50px;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
      .section-3 .info-card .card-content p {
        font-family: 'Montserrat', Helvetica;
        font-weight: 400;
        color: #131415;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin: 0; }

.section-5 {
  background-color: #131415;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-5 {
      padding: 30px 0; } }
  .section-5 .vector-mask-d {
    background-color: #131415; }
  .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: #ffffff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
  .section-5 .row-images {
    margin-bottom: 40px; }
  .section-5 .info-card {
    margin: 60px 0; }
    @media (max-width: 768px) {
      .section-5 .info-card {
        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: #ffffff;
      border-radius: 10px;
      padding: 50px; }
      @media (max-width: 768px) {
        .section-5 .info-card .card-content {
          padding: 30px 10px; } }
      .section-5 .info-card .card-content p {
        font-family: 'Montserrat', Helvetica;
        font-weight: 400;
        color: #131415;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin: 0; }

@media (max-width: 768px) {
  .section-6 {
    background-color: white; }
    .section-6 .vector-mask-d_m {
      background-color: white; }
    .section-6 .section-content h2, .section-6 .section-content p {
      color: #131415; } }

.section-7 {
  background-color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-7 {
      padding: 30px 0; } }
  .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 img {
      width: 100%;
      max-width: 996px;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 20px; }

@media (max-width: 768px) {
  .section-8 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative; }
    .section-8::after {
      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-9 {
  background-color: #131415;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-9 {
      padding: 30px 0; } }
  .section-9 .section-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
  .section-9 .section-images {
    margin: 40px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .section-9 .section-images {
        margin-top: 0; } }
    .section-9 .section-images img {
      width: 100%;
      max-width: 996px;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 20px; }
  .section-9 .info-card {
    margin: 60px 0; }
    @media (max-width: 768px) {
      .section-9 .info-card {
        margin-bottom: 30px; } }
    .section-9 .info-card .card-header {
      text-align: center;
      margin-bottom: 20px; }
      .section-9 .info-card .card-header img {
        width: 200px;
        height: 50px; }
    .section-9 .info-card .card-content {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 50px; }
      @media (max-width: 768px) {
        .section-9 .info-card .card-content {
          padding: 30px 10px; } }
      .section-9 .info-card .card-content p {
        font-family: 'Montserrat', Helvetica;
        font-weight: 400;
        color: #131415;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin: 0; }
  .section-9 .vector-mask-d_m {
    background-color: white; }

.section-10 {
  background-color: #ffffff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .section-10 {
      padding: 30px 0; } }
  .section-10 .vector-mask-d {
    background: white; }
  .section-10 .section-text {
    font-family: 'Montserrat', Helvetica;
    font-weight: 400;
    color: #131415;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px; }
  .section-10 .section-images {
    margin: 40px 0;
    text-align: center; }
    .section-10 .section-images img {
      width: 100%;
      max-width: 996px;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .section-10 .final-logo {
    text-align: center;
    margin-top: 40px; }
    .section-10 .final-logo img {
      width: 200px;
      height: 50px; }

@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: 18px !important;
    line-height: 1.4 !important; }
  .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;
      margin-bottom: 30px;
      padding-bottom: 30px;
      position: relative; }
      .section-1 .hero-content::after {
        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-1 .hero-text h1 {
      margin-top: -20vw; }
  .section-3 .info-card .card-content {
    padding: 30px 10px; }
  .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 {
      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%); }
  .info-card .card-content {
    padding: 30px 20px; }
  h1 {
    font-size: 36px !important;
    line-height: 40px !important; }
  h2 {
    font-size: 36px !important;
    line-height: 40px !important; }
  .section-text,
  .intro-text,
  .description-text {
    font-size: 18px !important;
    line-height: 26px !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: -50px;
  left: 0;
  height: 51px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #D9D9D9;
  -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 {
      display: none; } }

.vector-mask-d_m {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #D9D9D9;
  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: #131415; } }

.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 white 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 white 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; } }

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