@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff"), url("fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: 400; }

input {
  outline: none; }
  input.error {
    color: #ff0800 !important;
    border-color: #ff0800 !important; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.4; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 5rem; }

.section-title {
  font-size: 3.25rem;
  text-transform: uppercase; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: .5rem;
  gap: .25rem;
  background: #fff;
  font-size: 0.9rem; }
  .btn svg {
    width: 1.5rem;
    height: 1.5rem; }
  .btn.btn-grad {
    color: #fff;
    transition: .1s all; }
    .btn.btn-grad:hover {
      background: #000; }

.arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  width: 4.3rem;
  height: 4.3rem;
  background: #F6EBDF;
  border-radius: 50%; }
  .arrow svg {
    width: 2.5rem;
    height: 2.5rem; }

.form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: .5rem;
  padding: 0 1.35rem;
  color: #fff; }
  .form input::placeholder {
    color: rgba(255, 255, 255, 0.8); }

.mobile-menu {
  display: none; }

.fixed-btn {
  display: none; }

@keyframes preloaderLogo {
  to {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .preloader__logo {
    width: 25rem;
    opacity: 0;
    transform: scale(0.8);
    animation: preloaderLogo 2s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    width: 24rem;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1); }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none; }
    .feedback__close img {
      width: .5rem; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: center; }
  .feedback__text {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      width: 100%;
      height: 3.1rem;
      border: 1px solid;
      margin-bottom: 0.8rem;
      border-radius: .5rem;
      text-align: center;
      color: #000;
      outline: none; }
      .feedback-form input::placeholder {
        color: rgba(0, 0, 0, 0.5); }
    .feedback-form .btn {
      width: 100%;
      height: 3.1rem;
      margin-top: .4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .feedback-form .btn:hover {
        background: #000; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img svg {
      display: inline-block;
      width: 10rem; }

.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: .6s all;
  top: 1.35rem;
  text-transform: uppercase;
  font-size: 0.8rem; }
  .header-wrap {
    padding: 0.5rem 1.5rem;
    background: rgba(187, 230, 255, 0.4);
    backdrop-filter: blur(16.1499996185px);
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .6s all; }
  .header-mobile {
    display: none; }
  .header-flex {
    display: flex;
    gap: .75rem; }
  .header__logo {
    width: 5.8rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 2.5rem; }
    .header-menu a {
      color: #fff; }
  .header__tel {
    display: flex;
    font-weight: 700;
    align-items: center;
    gap: .4rem; }
    .header__tel svg {
      width: 1rem; }
    .header__tel:hover {
      opacity: .7; }
    .header__tel-mobile {
      display: none; }
  .header__lang {
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid; }
  .header .btn {
    height: 2.8rem;
    min-width: 10.5rem;
    padding: 0 1rem; }
  .header-scrolled {
    top: 0;
    background: #fff;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); }
    .header-scrolled .header-wrap {
      padding-left: 0;
      padding-right: 0;
      background: transparent; }
    .header-scrolled .header-menu a {
      color: #000; }

.main {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  position: relative; }
  .main-back {
    position: absolute;
    top: 6rem; }
    .main-back__btn {
      color: #fff;
      display: inline-flex;
      align-items: center;
      border-bottom: 1px solid transparent;
      gap: .4rem;
      font-size: 0.8rem; }
      .main-back__btn svg {
        width: .7rem; }
      .main-back__btn:hover {
        border-color: #fff; }
  .main__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main-content {
    display: flex;
    gap: 3rem; }
  .main-info {
    width: 61.5%;
    position: relative;
    padding: .75rem 2.2rem 1.5rem 5rem;
    color: #fff; }
    .main-info__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .main-info__bg svg {
        width: 100%;
        height: 100%;
        display: block; }
    .main-info__arrow {
      position: absolute;
      right: 0;
      top: 0; }
    .main-info__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem; }
    .main-info__list {
      display: flex; }
      .main-info__list li {
        margin-right: 1.7rem;
        padding-right: 1.4rem;
        max-width: 10rem;
        position: relative; }
        .main-info__list li::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 1px;
          height: 1.8rem;
          background: #fff;
          content: ''; }
        .main-info__list li:last-child {
          margin-right: 0;
          padding-right: 0; }
          .main-info__list li:last-child::after {
            content: none; }
  .main__logo {
    margin-bottom: 0.8rem;
    width: 6.5rem; }
    .main__logo img {
      width: 100%;
      display: block; }
  .main__title {
    margin-bottom: 0.6rem;
    font-size: 2.5rem;
    text-transform: uppercase; }
  .main__btn {
    width: 12.5rem;
    height: 2.8rem;
    flex-shrink: 0; }
  .main-stock {
    width: 38.5%;
    padding: 1.5rem 0 0 1.5rem;
    background: #F6EBDF;
    border-top-left-radius: 1.15rem;
    display: flex;
    gap: 1.5rem; }
    .main-stock__main {
      width: 15rem; }
    .main-stock__subtitle {
      text-transform: uppercase;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: .25rem;
      padding: 0.3rem 0.8rem;
      margin-bottom: 1rem;
      font-size: 0.8rem; }
    .main-stock__title {
      font-size: 1.5rem;
      margin-bottom: 1.7rem;
      text-transform: uppercase; }
    .main-stock__side {
      width: calc(100% - 16.5rem);
      text-align: center;
      align-self: flex-end; }
    .main-stock__btn {
      height: 2.8rem;
      width: 100%;
      max-width: 12.6rem;
      margin-bottom: 1.6rem; }
    .main-stock__text {
      margin-bottom: 0.8rem; }
    .main-stock__img {
      width: 100%; }
      .main-stock__img img {
        width: 100%;
        display: block; }

.about {
  padding: 7.5rem 0; }
  .about-head {
    text-align: center;
    margin: 0 auto 4.4rem;
    max-width: 44rem; }
  .about .section-title {
    margin-bottom: 1.25rem; }
  .about__logo {
    display: inline-block;
    margin-bottom: 2rem;
    width: 13.5rem; }
    .about__logo img {
      width: 100%;
      display: inline-block; }
  .about__text strong {
    font-weight: 700; }
  .about-cards {
    display: flex;
    gap: 1.5rem; }
    .about-cards li {
      width: calc(25% - 1.125rem);
      height: 33.15rem;
      overflow: hidden;
      border-radius: 1.5rem;
      position: relative;
      padding: 2rem;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #fff; }
      .about-cards li img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        display: block;
        object-fit: cover;
        z-index: -1; }
      .about-cards li:nth-child(2n-1) {
        color: #000;
        margin-top: 2.5rem; }

.location {
  padding: 5rem 2.2rem 0;
  margin-top: -5rem; }
  .location-card {
    padding: 4.5rem 2.8rem;
    border-radius: 2.5rem;
    color: #fff; }
  .location .section-title {
    margin-bottom: 2rem; }
  .location-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4.5rem; }
  .location__text {
    max-width: 48rem; }
  .location__address {
    padding-right: 4rem;
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    .location__address img {
      width: 3.2rem;
      flex-shrink: 0; }
    .location__address span {
      max-width: 17.5rem; }
  .location-map {
    position: relative;
    overflow: hidden;
    height: 27rem;
    border-radius: 2.15rem;
    margin-bottom: 4.5rem; }
    .location-map #locationMap {
      width: 100%;
      height: 100%; }
    .location-map__info {
      position: absolute;
      background: #fff;
      z-index: 2;
      right: 1.5rem;
      top: 1.5rem;
      border-radius: .5rem;
      color: #000;
      padding: 0.9rem 1.2rem;
      font-size: 0.9rem;
      min-width: 17.3rem; }
    .location-map__title {
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: .5rem;
      margin-bottom: 0.5rem; }
      .location-map__title svg {
        width: 1.15rem; }
    .location-map__list li::before {
      content: '\2022';
      margin-right: 0.4rem; }
  .location-info {
    height: 25rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
    overflow: hidden; }
    .location-info__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .location-info__bg svg {
        width: 100%;
        height: 100%;
        display: block; }
    .location-info__car {
      width: 50%; }
      .location-info__car img {
        width: 100%;
        display: block; }
    .location-info__text {
      padding-right: 4rem;
      padding-bottom: 3rem;
      font-size: 1.9rem;
      width: 50%; }
    .location-info__arrow {
      position: absolute;
      right: 0;
      bottom: 0; }

.comfort {
  padding: 7.5rem 0; }
  .comfort .section-title {
    margin-bottom: 4.5rem;
    text-align: center; }
  .comfort-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem; }
  .comfort-item {
    width: calc(45% - 1rem);
    border-radius: 2.5rem;
    overflow: hidden;
    background: #F6F6F6; }
    .comfort-item:nth-child(2) {
      width: calc(55% - 1rem);
      background: #F6EBDF; }
      .comfort-item:nth-child(2) .comfort-item__img {
        height: 22.5rem; }
    .comfort-item__wrap {
      padding: 4rem 3rem 3rem; }
    .comfort-item__title {
      font-size: 1.9rem;
      margin-bottom: 1.5rem; }
    .comfort-item__text {
      line-height: 1.4rem;
      height: 7rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5; }
    .comfort-item__img {
      border-radius: 2.5rem;
      height: 17.5rem; }
      .comfort-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .comfort-main {
    width: 100%;
    position: relative;
    color: #fff;
    padding: 4.7rem 3rem;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    min-height: 25rem; }
    .comfort-main__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .comfort-main__bg svg {
        width: 100%;
        height: 100%;
        display: block; }
    .comfort-main__star {
      position: absolute;
      top: 0;
      left: 39%;
      pointer-events: none; }
      .comfort-main__star svg {
        width: 1.4rem;
        height: 1.4rem; }
    .comfort-main__wrap {
      width: 37%; }
    .comfort-main .comfort-item__title {
      margin-bottom: 1.2rem; }
    .comfort-main__list {
      display: flex;
      align-self: flex-end;
      gap: 1.4rem 2rem;
      flex-wrap: wrap;
      width: 42rem; }
      .comfort-main__list li {
        width: calc(50% - 1rem);
        display: flex;
        align-items: center;
        gap: 1.25rem; }
        .comfort-main__list li img {
          width: 2.5rem;
          flex-shrink: 0; }

.download-card {
  padding: 5.3rem 3rem;
  position: relative;
  color: #fff; }
.download__bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1; }
  .download__bg svg {
    width: 100%;
    height: 100%;
    display: block; }
.download__arrow {
  position: absolute;
  bottom: 0;
  right: 0; }
.download__title {
  font-size: 2.25rem;
  max-width: 30rem;
  margin-bottom: 2rem; }
  .download__title span {
    font-weight: 700; }
.download-form {
  display: flex;
  gap: .8rem;
  width: 100%;
  max-width: 45.5rem;
  height: 3.15rem;
  font-size: 0.9rem; }
  .download-form input {
    width: 32.5%; }
  .download-form a {
    width: 35%;
    cursor: pointer; }
.download__error {
  position: absolute;
  margin-top: 0.5rem;
  color: #ff0800;
  display: none; }
.download__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  height: 25rem; }
  .download__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }

.arc {
  padding-top: 7.5rem; }
  .arc-head .section-title {
    margin-bottom: 1.7rem; }
  .arc__text {
    max-width: 38rem; }
  .arc-list {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start; }
  .arc-item {
    width: 30%;
    border-radius: 2.25rem;
    background: #F6F6F6;
    padding: 2.5rem 2.2rem 1.2rem;
    position: relative; }
    .arc-item__title {
      font-size: 1.5rem;
      line-height: 1.1;
      margin-bottom: 1.1rem; }
    .arc-item__text {
      margin-bottom: 4rem; }
    .arc-item__img {
      margin-left: -1.2rem;
      width: calc(100% + 2.4rem);
      border-radius: 1rem;
      height: 14.2rem;
      overflow: hidden;
      margin-bottom: 1.2rem; }
      .arc-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .arc-item__tag {
      font-size: 0.8rem;
      text-transform: uppercase;
      text-align: right;
      color: #ADA8A5; }
    .arc-item__number {
      width: 3.3rem;
      height: 3.3rem;
      background: url(../img/icons/pattern.svg) bottom left no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: -1px;
      left: -1px;
      z-index: 2;
      display: flex;
      align-items: flex-end; }
      .arc-item__number span {
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
    .arc-item:nth-child(1) {
      margin-top: 5rem; }
      .arc-item:nth-child(1) .arc-item__text {
        margin-bottom: 2rem; }
    .arc-item:nth-child(2) {
      width: 37%;
      margin-top: 10rem;
      color: #fff; }
      .arc-item:nth-child(2) .arc-item__img {
        height: 15.5rem; }
      .arc-item:nth-child(2) .arc-item__tag {
        color: #fff; }
      .arc-item:nth-child(2) .arc-item__title {
        font-size: 1.9rem; }
    .arc-item:nth-child(3) {
      width: 33%;
      margin-top: -1rem; }
      .arc-item:nth-child(3) .arc-item__img {
        height: 16rem; }
  .arc-flat {
    padding: 6rem 2.2rem 3rem; }
    .arc-flat__card {
      padding: 4.5rem 2.8rem 4rem;
      color: #fff;
      border-radius: 2.25rem; }
    .arc-flat .section-title {
      margin-bottom: 4.8rem;
      text-align: center; }
    .arc-flat__wrap {
      display: flex;
      gap: 3rem;
      align-items: flex-start; }
    .arc-flat__list {
      width: 48%; }
    .arc-flat__item {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      margin-bottom: 3rem; }
      .arc-flat__item:last-child {
        margin-bottom: 0; }
    .arc-flat__ico {
      width: 2.5rem;
      flex-shrink: 0; }
      .arc-flat__ico img {
        width: 100%;
        display: block; }
    .arc-flat__text div {
      font-size: 1.5rem;
      line-height: 1.1;
      margin-bottom: 1rem; }
    .arc-flat__text__text {
      line-height: 1.5; }
    .arc-flat__img {
      width: 52%;
      height: 43rem;
      border-radius: 2.25rem;
      overflow: hidden; }
      .arc-flat__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

.consult {
  padding: 0 1.5rem;
  color: #fff; }
  .consult-card {
    padding: 2.4rem 3.5rem;
    border-radius: 2.25rem;
    display: flex;
    align-items: center;
    gap: 3rem; }
  .consult__img {
    width: 55%;
    height: 26rem;
    border-radius: 2rem;
    overflow: hidden; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .consult-main {
    width: 45%;
    max-width: 30rem; }
  .consult__title {
    line-height: 1.1;
    font-size: 2.25rem;
    margin-bottom: 2rem; }
  .consult-form input {
    width: 100%;
    margin-bottom: 0.75rem;
    height: 3.2rem; }
  .consult-form .btn {
    height: 3.2rem;
    width: 10.5rem; }

.plans {
  padding: 7.5rem 0; }
  .plans-head {
    text-align: center; }
  .plans .section-title {
    margin-bottom: 3.5rem; }
  .plans-choose {
    display: flex;
    justify-content: center;
    margin-bottom: 3.25rem; }
    .plans-choose ul {
      display: flex;
      justify-content: center;
      border-radius: 3rem;
      border: 1px solid;
      font-size: 0.7rem;
      overflow: hidden; }
      .plans-choose ul li {
        width: 15.5rem;
        height: 2.8rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        text-transform: uppercase; }
  .plans-tab {
    display: none;
    opacity: 0;
    transition: .6s all; }
    .plans-tab.active {
      opacity: 1; }
    .plans-tab:first-child {
      display: block; }
  .plans-slider .owl-stage-outer {
    padding: 0 5rem; }
  .plans-item {
    margin-right: 1.5rem;
    width: 33rem;
    height: 23.3rem;
    border-radius: 1.5rem;
    background: #F6EBDF;
    padding: 0.85rem 1.2rem; }
    .plans-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1.25rem; }
  .plans-arrows {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: .5rem; }
    .plans-arrows span svg {
      width: 0.9rem;
      height: 0.9rem; }

.commerce {
  padding: 0 1.7rem 6rem; }
  .commerce-card {
    width: 100%;
    height: 41.5rem;
    position: relative;
    color: #fff;
    padding: 4.2rem 3.3rem; }
    .commerce-card::before {
      position: absolute;
      bottom: -1px;
      left: -1px;
      width: 7.7rem;
      height: 7.2rem;
      content: '';
      z-index: 2;
      background: url(../img/icons/pattern-commerce.svg) bottom left no-repeat;
      background-size: contain; }
  .commerce__video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 2.25rem;
    overflow: hidden; }
    .commerce__video::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.2); }
    .commerce__video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .commerce .section-title {
    max-width: 40rem;
    margin-bottom: 1.3rem; }
  .commerce__text {
    line-height: 1.54;
    margin-bottom: 3rem;
    max-width: 39rem; }
  .commerce .btn {
    height: 2.8rem;
    width: 13rem;
    color: #000; }

.footer {
  padding: 1.5rem; }
  .footer-card {
    color: #fff;
    border-radius: 2.25rem;
    padding: 2rem 3.5rem 1.2rem; }
  .footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.2rem; }
  .footer-info {
    width: 31.5rem; }
  .footer__logo {
    width: 10rem;
    display: block;
    margin-bottom: 1.5rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem; }
  .footer__address, .footer__tel {
    display: flex;
    gap: 1.25rem;
    font-size: 1.4rem;
    color: #fff;
    align-items: center; }
    .footer__address img, .footer__tel img {
      width: 1rem;
      flex-shrink: 0; }
  .footer__address {
    align-items: start;
    margin-bottom: 1rem; }
    .footer__address img {
      margin-top: 0.5rem; }
  .footer-worktime {
    margin-bottom: 1.5rem;
    font-size: 0.9rem; }
    .footer-worktime__item {
      margin-bottom: 1rem;
      padding-left: 2.25rem; }
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-social {
    display: flex;
    align-items: center;
    gap: 2.2rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex; }
      .footer-social a img {
        width: 1.6rem; }
  .footer__map {
    overflow: hidden;
    border-radius: 2.25rem;
    width: 50%;
    height: 28.5rem;
    margin-top: 1.5rem; }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem; }
    .footer-copy a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .footer-copy a:hover {
        border-color: #fff; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .main__title {
    font-size: 2.4rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .header-menu {
    gap: 2rem; }

  .header-wrap {
    padding-left: 1rem;
    padding-right: 1rem; }

  .main-info__list li {
    margin-right: 1.4rem;
    padding-right: 1.2rem;
    max-width: 9.5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; }

  .header-menu {
    gap: 1.5rem; }

  .download__img {
    width: 40%; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .main__title {
    font-size: 2.3rem; }

  .main-info__list li {
    margin-right: 1.2rem;
    padding-right: 1rem;
    max-width: 9.2rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .header-menu {
    gap: 1rem; }

  .main__title {
    font-size: 2.2rem; }

  .main-info__list li {
    font-size: 0.9rem; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 4rem; }

  .arrow {
    display: none; }

  .section-title {
    font-size: 2.5rem; }

  .fixed-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: 4rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    position: fixed;
    z-index: 5;
    border: 1px solid #fff; }
    .fixed-btn img {
      width: 1rem; }

  .preloader__logo {
    width: 20rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6; }
    .mobile-menu .container {
      padding-top: 1.5rem;
      padding-bottom: 7rem;
      height: 100dvh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%; }
    .mobile-menu__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%; }
    .mobile-menu__close {
      display: inline-flex; }
      .mobile-menu__close img {
        width: 2.6rem; }
    .mobile-menu__logo {
      width: 8rem;
      display: inline-block; }
      .mobile-menu__logo img {
        width: 100%;
        display: block; }
    .mobile-menu__list {
      font-size: 2rem;
      text-align: center;
      text-transform: uppercase; }
      .mobile-menu__list li {
        margin-bottom: 2rem; }
      .mobile-menu__list a {
        color: #fff;
        padding-bottom: 0.2rem; }
    .mobile-menu .footer-social {
      margin-bottom: 2rem;
      justify-content: center; }
    .mobile-menu__novas {
      font-size: 1.2rem;
      color: #fff; }
    .mobile-menu__wrap {
      text-align: center; }

  .header-menu, .header__btn {
    display: none; }
  .header__tel {
    display: none; }
    .header__tel-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid;
      border-radius: .5rem;
      width: 2.8rem;
      height: 2.8rem; }
      .header__tel-mobile svg {
        width: 1.2rem;
        height: 1.2rem; }
  .header-mobile {
    display: flex;
    border: 1px solid;
    border-radius: .5rem;
    width: 2.8rem;
    height: 2.8rem; }
    .header-mobile svg {
      width: 100%;
      height: 100%;
      display: block; }

  .main {
    height: auto;
    display: block; }
    .main__img {
      position: static;
      height: 40rem;
      width: 100%; }
    .main-content {
      flex-direction: column; }
    .main-stock {
      width: 35rem;
      position: absolute;
      right: 0;
      bottom: 21rem; }
    .main-info {
      width: 100%;
      padding: 1.5rem 4rem 2.5rem; }
      .main-info__bg {
        display: none; }
      .main-info__wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem; }
    .main__title {
      font-size: 2rem; }

  .about {
    padding: 6rem 0; }
    .about-head {
      margin-bottom: 3.5rem; }
    .about-cards {
      flex-wrap: wrap;
      gap: 0 1.5rem; }
      .about-cards li {
        width: calc(50% - .75rem);
        height: 30rem; }
        .about-cards li:nth-child(2n-1) {
          margin-top: 1.5rem; }

  .location {
    padding-left: 2rem;
    padding-right: 2rem; }
    .location-card {
      padding: 3.5rem 2rem;
      border-radius: 2rem; }
    .location-wrap {
      margin-bottom: 3rem;
      flex-direction: column;
      gap: 2rem;
      align-items: flex-start; }
    .location-map {
      border-radius: 2rem;
      margin-bottom: 3rem;
      height: 25rem; }
    .location-info {
      border-radius: 2rem;
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 0;
      height: auto; }
      .location-info__car {
        width: 30rem; }
      .location-info__bg {
        display: none; }
      .location-info__text {
        padding: 2rem;
        width: 100%;
        font-size: 1.5rem; }

  .comfort {
    padding: 6rem 0; }
    .comfort .section-title {
      margin-bottom: 3rem; }
    .comfort-item {
      width: 100%;
      border-radius: 2rem; }
      .comfort-item:nth-child(2) {
        width: 100%; }
    .comfort-main {
      border-radius: 2rem;
      padding: 3rem 2rem;
      flex-direction: column;
      gap: 2rem; }
      .comfort-main__bg {
        display: none; }
      .comfort-main__wrap {
        width: 100%; }
      .comfort-main__list {
        width: 100%; }

  .download-card {
    padding: 3rem 2rem;
    border-radius: 2rem; }
  .download__bg {
    display: none; }
  .download-form {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 25rem; }
    .download-form input {
      height: 3rem;
      width: 100%; }
    .download-form .btn {
      height: 3rem;
      width: 15rem; }
  .download__img {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 2rem; }

  .arc {
    padding-top: 6rem; }
    .arc-head {
      margin-bottom: 3rem; }
    .arc-list {
      flex-wrap: wrap; }
    .arc-item {
      width: 100%; }
      .arc-item:nth-child(1) {
        margin-top: 0; }
      .arc-item:nth-child(2) {
        width: 100%;
        margin-top: 0; }
      .arc-item:nth-child(3) {
        width: 100%;
        margin-top: 0; }
    .arc-flat {
      padding: 4rem 2rem 2.5rem; }
      .arc-flat__card {
        padding: 3rem 2rem;
        border-radius: 2rem; }
      .arc-flat .section-title {
        margin-bottom: 3rem; }
      .arc-flat__wrap {
        flex-direction: column; }
      .arc-flat__list {
        width: 100%; }
      .arc-flat__img {
        width: 100%;
        border-radius: 2rem; }

  .consult-card {
    padding: 2rem 2.5rem;
    flex-direction: column-reverse;
    align-items: flex-start; }
  .consult-main {
    width: 100%; }
  .consult__img {
    width: 100%; }

  .plans {
    padding: 6rem 0; }
    .plans .section-title {
      margin-bottom: 2.5rem; }
    .plans .arrow {
      display: inline-flex; }

  .commerce {
    padding-bottom: 3.5rem; }
    .commerce-card {
      padding: 4rem 2.3rem; }

  .footer-card {
    border-radius: 2rem;
    padding: 2rem 2.5rem 1.2rem; }
  .footer-main {
    flex-direction: column; }
  .footer__map {
    width: 100%;
    height: 24rem;
    margin-top: 3rem;
    border-radius: 2rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 1.75rem; }

  .fixed-btn {
    width: 2.7rem;
    height: 2.7rem;
    right: 0.5rem; }

  .preloader__logo {
    width: 13rem; }

  .feedback-content {
    width: calc(100% - 2rem); }

  .mobile-menu .container {
    padding-bottom: 2.5rem; }
  .mobile-menu__logo {
    width: 6rem; }
  .mobile-menu__close img {
    width: 2.4rem; }
  .mobile-menu__list {
    font-size: 1.4rem; }
    .mobile-menu__list li {
      margin-bottom: 1.4rem; }
  .mobile-menu__novas {
    font-size: 1rem; }

  .header__tel-mobile, .header__lang, .header-mobile {
    width: 2.4rem;
    height: 2.4rem; }
  .header__logo {
    width: 5rem; }

  .main-back {
    top: 5.5rem; }
  .main__img {
    height: 35rem; }
  .main-content {
    gap: 0; }
  .main-stock {
    position: static;
    width: 100%;
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 0;
    text-align: center;
    border-radius: 0 0 1.5rem 1.5rem; }
    .main-stock__main {
      width: 100%; }
    .main-stock__side {
      width: 70%;
      align-self: center; }
  .main-info {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
    margin-top: -1.5rem; }
    .main-info__list {
      flex-direction: column;
      gap: .2rem; }
      .main-info__list li {
        margin-right: 0;
        padding-right: 0;
        max-width: none; }
        .main-info__list li::before {
          content: '\2022';
          margin-right: 0.3rem; }
        .main-info__list li::after {
          content: none; }
  .main__title {
    font-size: 1.7rem; }

  .about {
    padding: 4.5rem 0; }
    .about-head {
      margin-bottom: 2.5rem; }
    .about__logo {
      margin-bottom: 1.5rem;
      width: 11rem; }
    .about-cards {
      gap: 1rem; }
      .about-cards li {
        width: 100%; }
        .about-cards li:nth-child(2n-1) {
          margin-top: 0; }

  .location {
    padding-left: 0;
    padding-right: 0; }
    .location-card {
      padding: 3rem 1rem;
      border-radius: 1.5rem; }
    .location-map {
      border-radius: 1.5rem; }
      .location-map__info {
        right: 0;
        top: 0; }
    .location-info {
      border-radius: 1.5rem; }
      .location-info__text {
        padding: 1.5rem 1rem;
        font-size: 1.2rem; }
      .location-info__car {
        width: 100%; }

  .comfort {
    padding: 4.5rem 0; }
    .comfort-item {
      border-radius: 1.5rem; }
      .comfort-item__wrap {
        padding: 1.5rem 1rem 2.5rem; }
      .comfort-item__text {
        height: auto;
        display: block; }
      .comfort-item__title {
        font-size: 1.4rem;
        margin-bottom: 1rem; }
      .comfort-item__img {
        height: 15rem; }
      .comfort-item:nth-child(2) .comfort-item__img {
        height: 15rem; }
    .comfort-main {
      padding: 1.5rem 1rem;
      border-radius: 1.5rem; }
      .comfort-main__list li {
        width: 100%;
        gap: 1rem; }

  .download-card {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem; }
  .download__title {
    font-size: 1.5rem; }
  .download-form {
    width: 100%; }

  .arc {
    padding-top: 4.5rem; }
    .arc .section-title {
      margin-bottom: 1.4rem; }
    .arc-item {
      border-radius: 1.5rem;
      padding: 1.5rem 1rem 1.2rem; }
      .arc-item__title {
        font-size: 1.35rem; }
      .arc-item__img {
        margin-left: -0.5rem;
        width: calc(100% + 1rem); }
      .arc-item__text {
        margin-bottom: 2rem; }
      .arc-item:nth-last-child(2) .arc-item__title {
        font-size: 1.35rem; }
    .arc-flat {
      padding: 4rem 0 2.5rem; }
      .arc-flat__card {
        border-radius: 1.5rem;
        padding: 2rem 1rem; }
      .arc-flat .section-title {
        text-align: left; }
      .arc-flat__item {
        margin-bottom: 2rem;
        gap: 1rem; }
      .arc-flat__text div {
        font-size: 1.2rem;
        margin-bottom: 0.7rem; }
      .arc-flat__img {
        border-radius: 1.5rem;
        height: 30rem; }

  .consult {
    padding: 0; }
    .consult-card {
      padding: 2rem 1rem;
      border-radius: 1.5rem; }
    .consult__title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
    .consult__img {
      border-radius: 1.5rem;
      height: 20rem; }

  .plans {
    padding: 4.5rem 0; }
    .plans .section-title {
      margin-bottom: 1.8rem; }
    .plans-choose {
      margin-bottom: 2rem;
      display: block; }
      .plans-choose ul {
        width: auto;
        margin-left: -1rem;
        width: calc(100% + 2rem);
        padding: 0 1rem;
        overflow: auto;
        justify-content: flex-start;
        border-radius: 0;
        border: none;
        max-width: none; }
        .plans-choose ul li {
          flex-shrink: 0;
          border: 1px solid; }
          .plans-choose ul li:first-child {
            border-radius: 3rem 0 0 3rem; }
          .plans-choose ul li:last-child {
            border-radius: 0 3rem 3rem 0; }
          .plans-choose ul li.active {
            border: none; }
        .plans-choose ul::-webkit-scrollbar {
          display: none; }
    .plans-slider .owl-stage-outer {
      padding: 0 1rem; }
    .plans-item {
      margin-right: 1rem;
      width: 22rem;
      height: 15rem;
      padding: 1rem;
      border-radius: 1rem; }
      .plans-item img {
        border-radius: 1rem; }
    .plans-arrows .arrow {
      width: 3rem;
      height: 3rem; }
      .plans-arrows .arrow svg {
        width: 0.7rem;
        height: 0.7rem; }

  .commerce {
    padding: 0 0 4.5rem;
    overflow: hidden; }
    .commerce::before {
      width: 5rem;
      height: 4.9rem; }
    .commerce-card {
      padding: 3rem 1rem;
      height: 35rem; }
    .commerce__text {
      margin-bottom: 2rem; }
    .commerce__video {
      border-radius: 1.5rem; }
      .commerce__video::before {
        background: rgba(0, 0, 0, 0.35); }

  .footer {
    padding: 0; }
    .footer-card {
      border-radius: 1.5rem 1.5rem 0 0;
      padding: 2rem 1rem 1.2rem; }
    .footer-info {
      width: 100%; }
    .footer__logo {
      width: 8rem; }
    .footer__title {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .footer__address, .footer__tel {
      gap: 1rem;
      font-size: 1.2rem; }
    .footer-worktime__item {
      padding-left: 2rem; }
    .footer-wrap {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; }
    .footer-social {
      gap: 1.5rem; }
    .footer__map {
      height: 20rem;
      border-radius: 1.5rem; }
    .footer-copy span {
      display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

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