@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-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; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  padding-top: 7.15rem; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 8.5rem;
  width: 100%; }

.arrows {
  display: flex;
  gap: 1rem; }
  .arrows span {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border: 1px solid #800080;
    color: #800080;
    border-radius: 50%; }
    .arrows span:hover {
      background: #800080;
      color: #fff; }
    .arrows span svg {
      width: 1.15rem;
      height: auto; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  border-radius: 3rem;
  font-size: 0.9rem; }

.section-title {
  font-weight: 700;
  font-size: 2.25rem; }

.form input {
  width: 100%;
  border: none;
  background: #fff;
  height: 3rem;
  border-radius: 3rem;
  color: #393939;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem; }
  .form input::placeholder {
    color: #A5A5A5; }
.form p {
  line-height: 1.6;
  max-width: 21.5rem;
  margin: -.5rem 0 2rem; }
.form .btn {
  width: 100%;
  color: #000;
  background: #fff;
  height: 3rem; }
  .form .btn:hover {
    color: #fff;
    background: #800080; }

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(128, 0, 128, 0.5); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes preloaderIco {
  to {
    opacity: 1;
    transform: none; } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #800080; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader-logo {
    display: flex;
    align-items: flex-end; }
    .preloader-logo__ico {
      width: 9rem; }
      .preloader-logo__ico img {
        width: 100%;
        display: block;
        opacity: 0;
        transform: scale(0.8);
        animation: preloaderIco 2s forwards; }
    .preloader-logo__text {
      margin-left: -1rem;
      width: 26.5rem; }
      .preloader-logo__text svg {
        width: 100%;
        display: block;
        height: auto; }
      .preloader-logo__text path {
        fill: transparent;
        animation: strokeLines 2s forwards, fill .5s forwards 2s; }
        .preloader-logo__text path:nth-child(1) {
          stroke-dasharray: 2100;
          stroke-dashoffset: 2100; }
        .preloader-logo__text path:nth-child(2) {
          stroke-dasharray: 347;
          stroke-dashoffset: 347; }
        .preloader-logo__text path:nth-child(3) {
          stroke-dasharray: 379;
          stroke-dashoffset: 379; }
        .preloader-logo__text path:nth-child(4) {
          stroke-dasharray: 318;
          stroke-dashoffset: 318; }
        .preloader-logo__text path:nth-child(5) {
          stroke-dasharray: 445;
          stroke-dashoffset: 445; }
        .preloader-logo__text path:nth-child(6) {
          stroke-dasharray: 379;
          stroke-dashoffset: 379; }
        .preloader-logo__text path:nth-child(7) {
          stroke-dasharray: 667;
          stroke-dashoffset: 667; }

.tel-popup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  z-index: 5;
  width: 3rem;
  height: 3rem;
  color: #800080;
  background: #fff;
  border: 1px solid #800080;
  border-radius: 50%;
  animation: pulse-btn 2s infinite; }
  .tel-popup svg {
    width: 1rem;
    height: 1rem; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  font-size: 0.9rem; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    color: #fff;
    width: 22rem;
    background: linear-gradient(to right, #988975, #7B5A3E);
    border-radius: 1.5rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    background: #fff;
    color: #800080; }
    .feedback__close:hover {
      background: #800080;
      color: #fff; }
    .feedback__close svg {
      width: .5rem;
      height: .5rem; }
  .feedback__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400; }
  .feedback__text {
    line-height: 1.2;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem; }
    .feedback-form input {
      margin-bottom: 0.5rem; }
    .feedback-form .btn {
      margin-top: 1rem; }
  .feedback__agree {
    font-size: 0.8rem;
    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: 3.5rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 8rem; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 7;
  display: none; }
  .mobile-menu .container {
    padding-bottom: 5rem;
    padding-top: 0.85rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
  .mobile-menu__close {
    width: 1.2rem; }
    .mobile-menu__close img {
      width: 100%; }
  .mobile-menu .header-categories {
    justify-content: center;
    margin-bottom: 3rem;
    font-size: 1rem; }
    .mobile-menu .header-categories li::after {
      top: 0.1rem;
      height: 1rem; }
  .mobile-menu .header-menu {
    flex-direction: column;
    font-size: 1.5rem;
    gap: 1.5rem; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1rem; }
    .mobile-menu__lang a {
      color: #393939;
      display: flex;
      align-items: center;
      gap: .3rem; }
      .mobile-menu__lang a img {
        width: 1.1rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F3F3F3;
  z-index: 5;
  font-size: 0.8rem;
  transition: .6s all; }
  .header-top {
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .6s all; }
  .header__logo {
    width: 8rem;
    display: block;
    transition: .6s all; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 2.5rem; }
  .header-lang {
    position: relative;
    font-weight: 500; }
    .header-lang:hover .header-lang__btn svg {
      transform: rotate(180deg); }
    .header-lang:hover .header-lang__dropdown {
      display: block; }
    .header-lang__btn {
      display: inline-flex;
      align-items: center;
      gap: .3rem;
      padding-bottom: .6rem;
      margin-bottom: -.6rem;
      cursor: default; }
      .header-lang__btn img {
        width: 1rem; }
      .header-lang__btn svg {
        width: 0.35rem; }
    .header-lang__dropdown {
      position: absolute;
      top: 100%;
      left: -1rem;
      background: #fff;
      padding: .5rem 1rem;
      border: 1px solid #fff;
      margin-top: .5rem;
      width: 5rem;
      display: none; }
      .header-lang__dropdown ul li {
        margin-bottom: .5rem; }
        .header-lang__dropdown ul li:last-child {
          margin-bottom: 0; }
        .header-lang__dropdown ul li a {
          color: #000;
          display: inline-flex;
          align-items: center;
          gap: .3rem; }
          .header-lang__dropdown ul li a img {
            width: 1rem; }
          .header-lang__dropdown ul li a:hover {
            color: #800080; }
  .header__tel {
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .4rem; }
    .header__tel img {
      width: 1.2rem; }
    .header__tel:hover {
      color: #800080; }
  .header-bot {
    border-top: 1px solid #DBDBDB;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-categories {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .header-categories li {
      position: relative; }
      .header-categories li::after {
        content: '';
        position: absolute;
        width: 1px;
        left: -0.6rem;
        height: .8rem;
        background: #800080; }
      .header-categories li:first-child::after {
        display: none; }
    .header-categories a {
      color: #000; }
      .header-categories a:hover {
        color: #800080; }
  .header-menu {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .header-menu a {
      color: #000; }
      .header-menu a:hover {
        color: #800080; }
  .header-mobile {
    display: none; }
  .header.scrolled .header-top {
    padding: 0.4rem 0; }
  .header.scrolled .header__logo {
    width: 7rem; }
  .header.hide {
    transform: translateY(-100%); }

.main {
  position: relative; }
  .main-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    left: 0;
    width: 100%;
    padding: 0 4rem;
    justify-content: space-between; }
    .main-arrows span {
      pointer-events: auto;
      border: none;
      background: #fff;
      width: 2.4rem;
      height: 2.4rem; }
      .main-arrows span svg {
        width: 1.2rem; }
  .main-item {
    height: 45rem;
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center; }
    .main-item__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .main-item__bg img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-item__content {
      max-width: 35rem; }
    .main-item__title {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 3.2rem; }
    .main-item__btn {
      height: 3rem;
      width: 11rem;
      background: #fff;
      color: #800080; }
      .main-item__btn:hover {
        background: #800080;
        color: #fff; }
  .main .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 2;
    display: flex;
    gap: .8rem; }
    .main .owl-dots .owl-dot {
      width: 0.4rem;
      height: 0.4rem;
      border-radius: .4rem;
      background: #B8B8B8; }
      .main .owl-dots .owl-dot.active {
        background: #fff;
        width: 1.5rem; }

.category {
  padding-top: 6.2rem;
  background: url(../img/icons/pattern-category.svg) top left no-repeat;
  background-size: 55rem; }
  .category-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem; }
  .category-item {
    margin-right: 1.6rem;
    width: 25.5rem;
    height: 25rem;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    border-radius: .5rem;
    overflow: hidden; }
    .category-item:hover .category-item__img img {
      transform: scale(1.1); }
    .category-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      overflow: hidden; }
      .category-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(250deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%); }
      .category-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: .6s all; }
    .category-item__name {
      font-size: 1.6rem;
      font-weight: 600; }
    .category-item__btn {
      background: #fff;
      color: #800080;
      height: 2.3rem;
      padding: 0 0.7rem;
      border-radius: .5rem;
      gap: .5rem; }
      .category-item__btn svg {
        width: 1.1rem; }
      .category-item__btn:hover {
        background: #800080;
        color: #fff; }

.map {
  padding-top: 6rem; }
  .map .section-title {
    margin-bottom: 2.6rem; }
  .map-wrap {
    position: relative; }
  .map__img {
    position: relative; }
    .map__img img {
      width: 100%;
      display: block; }
    .map__img svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
      .map__img svg path {
        color: #A3C5E0;
        cursor: pointer;
        transition: .6s all;
        user-select: none; }
        .map__img svg path:hover {
          color: #6cb7f6; }
        .map__img svg path.active {
          color: #4E9D2D; }
  .map__pins {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none; }
    .map__pins img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .map__arrows {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none; }
    .map__arrows img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      transition: .6s all;
      opacity: 0; }
      .map__arrows img.active {
        opacity: 1; }

.about {
  padding-top: 6.5rem;
  display: flex;
  gap: 2.25rem; }
  .about-main {
    width: 60%;
    background: #4E9D2D url(../img/icons/pattern-about.svg) bottom right no-repeat;
    background-size: 43rem;
    color: #fff;
    padding: 3.5rem 0;
    border-radius: 0 1rem 1rem 0; }
  .about .container {
    padding-right: 4.7rem; }
  .about .section-title {
    margin-bottom: 2rem; }
  .about__text {
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 3rem; }
    .about__text span {
      font-weight: 700; }
  .about-btns {
    display: flex;
    gap: 1.2rem; }
    .about-btns .btn {
      width: 13rem;
      height: 3rem;
      font-weight: 700; }
      .about-btns .btn:nth-child(1) {
        color: #fff;
        border: 1px solid #fff; }
        .about-btns .btn:nth-child(1):hover {
          background: #fff;
          color: #800080; }
      .about-btns .btn:nth-child(2) {
        color: #fff;
        background: #800080; }
        .about-btns .btn:nth-child(2):hover {
          background: #fff;
          color: #800080; }
  .about__img {
    width: 40%;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.advantages {
  padding-top: 6rem; }
  .advantages-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.2rem; }
  .advantages__text {
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 39.5rem; }
  .advantages-list {
    display: flex; }
  .advantages-item {
    width: 25%;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2.5rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    height: 30rem; }
    .advantages-item:hover .advantages-item__img img {
      transform: scale(1.1); }
    .advantages-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      overflow: hidden; }
      .advantages-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%); }
      .advantages-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: .6s all; }
    .advantages-item__count {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.6rem; }
    .advantages-item__name {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.6rem; }
    .advantages-item__text {
      line-height: .9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      height: 2.7rem; }

.news {
  padding: 7rem 0; }
  .news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem; }
  .news-all {
    font-weight: 600;
    font-size: 0.9rem;
    color: #01013D; }
    .news-all:hover {
      color: #800080; }
  .news .owl-stage {
    display: flex; }
  .news-item {
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 1.5rem;
    padding: 1.75rem;
    background: #E7EAF3;
    color: #393939;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    transition: .6s all; }
    .news-item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      content: '';
      background: url(../img/icons/news.jpg) center center no-repeat;
      background-size: cover;
      transition: .6s all;
      opacity: 0; }
    .news-item:hover {
      color: #fff; }
      .news-item:hover::after {
        opacity: 1; }
    .news-item__title {
      line-height: 1;
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 1.25rem; }
    .news-item__text {
      line-height: 1.5;
      font-size: 0.9rem; }
    .news-item__date {
      text-align: right;
      font-size: 0.9rem; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-arrows {
    justify-content: center;
    margin-top: 2.5rem; }

.soon {
  height: 46rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9.5rem;
  color: #fff;
  padding-left: 35vw; }
  .soon__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .soon__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .soon__title {
    margin-bottom: 1rem;
    height: 10rem; }
    .soon__title img {
      height: 100%;
      display: block; }
  .soon__text {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 600; }

.consult {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  border-radius: 2.5rem;
  color: #fff;
  background: linear-gradient(to right, #988975, #7B5A3E);
  overflow: hidden;
  padding: 4rem 0; }
  .consult::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50.5rem;
    height: 28rem;
    background: url(../img/icons/pattern-consult.svg) top left no-repeat;
    background-size: contain;
    content: ''; }
  .consult-main {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 5rem; }
  .consult-content {
    max-width: 38.5rem; }
  .consult .section-title {
    margin-bottom: 0.4rem; }
  .consult__text {
    font-size: 0.9rem; }
  .consult-form {
    width: 31rem;
    flex-shrink: 0; }
  .consult__map {
    height: 26.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative; }
    .consult__map #consultMap {
      width: 100%;
      height: 100%; }
  .consult__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 1.5rem;
    height: 3rem;
    min-width: 11rem;
    padding: 0 1.2rem;
    background: #800080;
    color: #fff;
    border: 1px solid #800080; }
    .consult__btn:hover {
      background: #fff;
      color: #800080; }

.footer {
  padding: 5rem 0 1.5rem;
  color: #393939; }
  .footer a {
    color: #393939; }
    .footer a:hover {
      color: #800080; }
  .footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  .footer__logo {
    width: 19rem;
    margin-bottom: 5rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__top {
    display: flex;
    align-items: center;
    gap: .65rem; }
    .footer__top img {
      width: 2.75rem; }
  .footer__title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .footer-menu {
    font-size: 0.9rem; }
    .footer-menu li {
      margin-bottom: 1rem; }
  .footer-item {
    font-size: 1rem;
    margin-bottom: 1.5rem; }
    .footer-item__title {
      font-weight: 600;
      color: #800080; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@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; }

  .container {
    padding: 0 7.5rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .container {
    padding: 0 7rem; }

  .main-arrows {
    padding: 0 3rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .advantages-item {
    padding: 2rem 1.5rem; }

  .container {
    padding: 0 6rem; }

  .main-arrows {
    padding: 0 1.5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 4rem; } }
@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 3rem; }

  body {
    padding-top: 4rem; }

  .header-bot, .header-lang {
    display: none; }
  .header-mobile {
    color: #800080;
    width: 2rem;
    display: inline-flex; }
    .header-mobile svg {
      width: 100%;
      height: auto;
      display: block; }

  .main-arrows {
    display: none; }

  .about {
    flex-direction: column;
    gap: 0; }
    .about-main {
      border-radius: 1rem 1rem 0 0;
      width: 100%; }
    .about__img {
      border-radius: 0 0 1rem 1rem;
      width: 100%; }

  .advantages-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
  .advantages-list {
    flex-wrap: wrap; }
  .advantages-item {
    width: 50%; }

  .soon {
    padding: 0 3rem 10rem; }
    .soon__text {
      font-size: 3rem; }

  .consult-main {
    flex-direction: column; }

  .footer-main {
    flex-direction: column;
    gap: 2.5rem; }
  .footer-col:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__logo {
    margin-bottom: 0; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    font-size: 0.9rem;
    padding-top: 3.4rem; }

  .container {
    padding: 0 1rem; }

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

  .arrows {
    gap: .5rem; }
    .arrows span {
      width: 2.5rem;
      height: 2.5rem; }

  .form p {
    font-size: 0.8rem; }

  .preloader-logo__ico {
    width: 4.5rem; }
  .preloader-logo__text {
    margin-left: -.5rem;
    width: 13.25rem; }

  .tel-popup {
    right: 0.5rem;
    bottom: 2.2rem; }

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

  .mobile-menu .container {
    padding-top: 0.6rem;
    padding-bottom: 2rem; }
  .mobile-menu__close {
    width: 1.1rem; }
  .mobile-menu .header-menu {
    font-size: 1.3rem;
    gap: 1.4rem; }
  .mobile-menu .header-categories {
    flex-wrap: wrap; }

  .header-top {
    padding: 0.6rem 0; }
  .header__logo {
    width: 7rem; }
  .header-wrap {
    gap: 1rem; }
  .header-mobile {
    width: 1.5rem; }
  .header.scrolled .header-top {
    padding: 0.6rem 0; }

  .main-item {
    height: 40rem; }
    .main-item__title {
      font-size: 2rem;
      margin-bottom: 2.5rem; }

  .category {
    padding-top: 4rem;
    background-size: 27.5rem; }
    .category-head {
      margin-bottom: 1.5rem; }
    .category-item {
      margin-right: 1rem;
      width: 18rem;
      height: 18rem;
      padding: 1.5rem 1rem; }
      .category-item__name {
        font-size: 1.3rem; }

  .map {
    padding-top: 4rem; }
    .map .section-title {
      margin-bottom: 1.5rem; }
    .map-main {
      overflow: auto; }
    .map__img {
      height: 100%; }
      .map__img img {
        height: 100%;
        object-fit: cover; }
    .map-wrap {
      width: 64rem;
      height: 30rem; }

  .about {
    padding-top: 4rem; }
    .about .container {
      padding-right: 1rem; }
    .about-main {
      background-size: 21.5rem; }
    .about .section-title {
      margin-bottom: 1.5rem; }
    .about__text {
      font-size: 1rem;
      margin-bottom: 2rem; }
    .about-btns {
      gap: 1rem; }
      .about-btns .btn {
        width: calc(50% - .5rem); }

  .advantages {
    padding-top: 4rem; }
    .advantages-head {
      gap: 1.5rem;
      margin-bottom: 2.5rem; }
    .advantages__text {
      font-size: 1rem; }
    .advantages-item {
      width: 100%;
      padding: 1.5rem 1rem;
      height: 20rem; }

  .news {
    padding: 4rem 0; }
    .news-item {
      padding: 1.5rem 1rem; }
      .news-item__title {
        font-size: 1.05rem; }

  .soon {
    height: 35rem;
    padding: 0 1rem 7rem; }
    .soon__title {
      width: 100%;
      height: auto; }
      .soon__title img {
        height: auto;
        width: 100%; }
    .soon__text {
      font-size: 2.3rem; }

  .consult {
    margin-top: -1.5rem;
    border-radius: 1.5rem;
    padding: 3rem 0; }
    .consult::after {
      width: 25rem;
      height: 14rem; }
    .consult-form {
      width: 100%; }
    .consult-main {
      margin-bottom: 3rem; }
    .consult__map {
      height: 18rem; }
    .consult__btn {
      min-width: 16rem; }

  .footer {
    padding: 3rem 0 1rem; }
    .footer-main {
      gap: 2rem; }
    .footer__logo {
      width: 12rem; }
    .footer-item {
      font-size: 0.9rem; }
    .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=main.css.map */
