/*!
Theme Name: fastimport
Theme URI: http://underscores.me/

Description: Theme for custom site with WooCommerce shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxboxwise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oxboxwise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
.footer-top {
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
  border-top: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-top {
    padding: var(--px24) 0;
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-top {
    gap: 0;
    border-bottom: none;
    grid-template-columns: 1fr;
    padding-left: var(--t24);
    padding-right: var(--t24);
    padding-top: var(--t24);
    padding-bottom: var(--t20);
  }
}
.footer-top .contacts-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 10/13;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-top .contacts-social {
    display: none;
  }
}
.footer-top .contacts-social a {
  background: var(--ghost-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-top .text-mobile {
    line-height: var(--t20);
    font-size: var(--t14);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-top__box {
    display: none;
  }
}

.footer-top__box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-top__box p {
    font-size: 1.08vw;
    line-height: var(--px20);
    margin-bottom: var(--px12);
  }
}

.footer-top__box a {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-top__box a {
    font-size: 1.69vw;
  }
}

.footer-logo {
  grid-column: 1/4;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-logo {
    line-height: 2vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-logo {
    grid-column: 1/2;
    margin-bottom: var(--t40);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-logo img {
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-logo img {
    height: var(--t56);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .container {
    padding: 0;
  }
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  padding: 32px 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-bottom {
    gap: var(--px32);
    padding: var(--px32) 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 0;
    padding: var(--t20) var(--t24) var(--t24) var(--t24);
  }
}
.footer-bottom p {
  grid-column: 1/4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-bottom p {
    grid-column: 1;
    grid-row: 3;
  }
}
.footer-bottom a,
.footer-bottom p {
  font-size: 14px;
  line-height: 143%;
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-bottom a,
  .footer-bottom p {
    font-size: 0.97vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-bottom a,
  .footer-bottom p {
    font-size: var(--t14);
  }
}

.footer-top__box--tel,
.footer-bottom a:nth-child(2) {
  grid-column: 4/7;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-top__box--tel,
  .footer-bottom a:nth-child(2) {
    grid-column: 1;
    margin-bottom: var(--t8);
  }
}

.footer-top__box--mes,
.footer-bottom a:nth-child(3) {
  grid-column: 7/10;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-top__box--mes,
  .footer-bottom a:nth-child(3) {
    grid-column: 1;
    margin-bottom: var(--t40);
  }
}

.greencow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .greencow {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .greencow {
    gap: var(--t16);
  }
}
.greencow svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .greencow svg {
    width: var(--px40);
    height: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .greencow svg {
    width: var(--t40);
    height: var(--t40);
  }
}
.greencow p {
  color: var(--eerie-black-opacity-60);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 143%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .greencow p {
    font-size: 0.97vw;
    line-height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .greencow p {
    font-size: 3.73vw;
  }
}
.greencow span {
  color: var(--eerie-black);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-body .btn {
  background: var(--ghost-white);
  padding: 12px 32px 14px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body .btn {
    height: var(--px48);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 var(--px32);
  }
}

.footer-body .accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-body .accordion {
  overflow: visible;
  padding: 0;
  border-bottom: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion {
    border-top: 1px solid var(--eerie-black-opacity-10);
    overflow: hidden;
    padding: var(--t16) var(--t24);
  }
}

.footer-body .accordion__active {
  background-color: transparent;
}

.footer-body .accordion__intro {
  cursor: default;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--eerie-black) !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body .accordion__intro {
    font-size: var(--px16);
    margin-bottom: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__intro {
    margin-bottom: 0;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.footer-body .accordion__intro-btn {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--t20);
    height: var(--t20);
  }
}

.footer-body .accordion__content {
  max-height: none;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__content {
    max-height: 0;
    opacity: 0;
  }
}

.footer-body .accordion__content-text {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__content-text {
    padding-top: var(--t32);
    padding-bottom: var(--t16);
  }
}
.footer-body .accordion__content-text ul {
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__content-text ul {
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.footer-body .accordion__content-text ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body .accordion__content-text ul li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.footer-body .accordion__content-text ul a {
  color: var(--eerie-black-opacity-60);
}

.footer-body-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body-row {
    padding-top: var(--px32);
    padding-bottom: var(--px48);
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row {
    grid-template-columns: 1fr;
    gap: 0;
    border: none;
    padding: 0;
  }
}
.footer-body-row:first-child .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:first-child .col:first-child {
    display: none;
  }
}
.footer-body-row .col:first-child {
  grid-column: 1/4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row .col:first-child {
    grid-column: 1/2;
  }
}
.footer-body-row .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: 4/13;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row .col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1/2;
  }
}
.footer-body-row:last-child .footer-social {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .footer-social {
    display: block;
  }
}
.footer-body-row:last-child .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .col:first-child {
    grid-row: 2;
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    padding: var(--t20) var(--t24);
  }
}
.footer-body-row:last-child .col:last-child {
  padding-left: 219px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body-row:last-child .col:last-child {
    padding-left: 15.21vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .col:last-child {
    padding-left: 0;
  }
}
.footer-body-row:last-child .col:last-child > ul {
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body-row:last-child .col:last-child > ul li {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .col:last-child > ul li {
    font-size: var(--t16);
  }
}
.footer-body-row:last-child .col:last-child > ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-body-row:last-child .col:last-child > ul li:not(:last-child) {
    margin-bottom: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .col:last-child > ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-body-row:last-child .col:last-child > ul li a {
    width: 100%;
    line-height: var(--t22);
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    padding: var(--t16) var(--t24);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-files {
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    padding: var(--t20) var(--t24);
  }
}

.footer-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-file {
    font-size: var(--px16);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-file {
    font-size: var(--t16);
    gap: var(--t16);
  }
}
.footer-file:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-file:not(:last-child) {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-file:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
.footer-file span {
  display: block;
  font-size: 14px;
  line-height: 143%;
  color: var(--eerie-black-opacity-60);
  margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-file span {
    font-size: 0.97vw;
    margin-top: 0.14vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-file span {
    font-size: 3.73vw;
    margin-top: 0.53vw;
  }
}
.footer-file svg path,
.footer-file svg line {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.footer-file p {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-file svg {
    height: var(--px20);
    width: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-file svg {
    height: var(--t20);
    width: var(--t20);
  }
}
.footer-file__icon {
  width: 40px;
  height: 40px;
  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;
  background: var(--turkey-red);
  border-radius: 8px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-file__icon {
    width: var(--px40);
    height: var(--px40);
    border-radius: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-file__icon {
    width: var(--t40);
    height: var(--t40);
    border-radius: var(--t8);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-social {
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    padding: var(--t20) var(--t24);
  }
}

.footer-social p {
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-social p {
    margin-bottom: var(--px24);
    line-height: var(--px20);
    font-size: 0.97vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-social p {
    font-size: var(--t14);
    margin-bottom: var(--t16);
    line-height: var(--t20);
  }
}

.footer-social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-social ul {
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-social ul {
    gap: var(--t8);
  }
}
.footer-social ul a {
  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;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: var(--ghost-white);
  -webkit-transition:
    border 0.3s,
    background 0.3s;
  -o-transition:
    border 0.3s,
    background 0.3s;
  transition:
    border 0.3s,
    background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-social ul a {
    border-radius: var(--px8);
    height: var(--px40);
    width: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-social ul a {
    border-radius: var(--t8);
    height: var(--t40);
    width: var(--t40);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-social ul svg {
    height: var(--px20);
    width: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-social ul svg {
    height: var(--t20);
    width: var(--t20);
  }
}
.footer-social ul svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.hero-slider {
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slider {
    border-radius: var(--px24);
  }
}
.hero-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-arrows {
  z-index: 3;
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border-radius: 12px;
  padding: 4px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .slider-arrows {
    right: var(--px32);
    bottom: var(--px32);
    gap: var(--px16);
    border-radius: var(--px12);
    padding: 0.28vw;
  }
}

.progress-wrap {
  position: relative;
  background: var(--eerie-black-opacity-10);
  height: 2px;
  width: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .progress-wrap {
    width: var(--px32);
  }
}

.swiper-3d .swiper-slide-shadow {
  background-color: transparent;
}

.progress {
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--turkey-red);
  height: 2px;
  z-index: 12;
}

.slider-arrows__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 143%;
  color: var(--eerie-black);
}
.slider-arrows__progress p {
  width: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .slider-arrows__progress {
    gap: var(--px8);
    font-size: 0.97vw;
  }
}

.hero {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
.hero .col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  grid-column: 1/9;
}
.hero .input {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .input {
    margin-bottom: var(--px16);
  }
}
.hero .input input {
  background: var(--white);
}
.hero .form-text {
  font-size: 14px;
  line-height: 143%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .form-text {
    line-height: var(--px20);
    font-size: 0.97vw;
  }
}
.hero .form-text a {
  display: inline;
}
.hero .col:last-child {
  padding: 32px;
  background: var(--ghost-white);
  border-radius: 24px;
  grid-column: 9/13;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .col:last-child {
    padding: var(--px32);
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero .col:last-child {
    display: none;
  }
}
.hero .col:last-child .btn {
  width: 100%;
  margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .col:last-child .btn {
    margin-bottom: 3.06vw;
  }
}
.hero .col:last-child h2 {
  margin-bottom: 44px;
  font-size: 22px;
  line-height: 118%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .col:last-child h2 {
    line-height: 1.81vw;
    margin-bottom: 3.06vw;
    font-size: var(--px22);
  }
}
.hero .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .container {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero .container {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero .slider-arrows {
    display: none;
  }
}

.hero-slider .swiper-pagination {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
  .hero-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-slide {
  background: var(--ghost-white);
  border-radius: 24px;
  position: relative;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slide {
    height: 33.33vw;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide {
    height: 116.8vw;
    border-radius: var(--t24);
  }
}
.hero-slide .col:first-child {
  position: relative;
  z-index: 3;
  padding: 32px 0 32px 32px;
  grid-column: 1/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slide .col:first-child {
    padding: var(--px32) 0 var(--px32) var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide .col:first-child {
    padding: var(--t16);
  }
}
.hero-slide .btn {
  margin-top: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide .btn {
    width: 100%;
  }
}
.hero-slide img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slide img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide img {
    border-radius: var(--t24);
  }
}

.hero-slide__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: var(--eerie-black);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slide__title {
    font-size: var(--px40);
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide__title {
    line-height: 7.47vw;
    margin-bottom: var(--t16);
    font-size: var(--t24);
  }
}

.hero-slide__descr {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-slide__descr {
    line-height: var(--px22);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-slide__descr {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-top {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .services-top {
    display: none;
  }
}

.services-top__filters {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--eerie-black-opacity-10);
  gap: 16px;
  border-radius: 12px;
  padding: 4px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-top__filters {
    gap: var(--px16);
    border-radius: var(--px12);
    padding: 0.28vw;
  }
}
.services-top__filters .radio-name {
  cursor: pointer;
  border-radius: 8px;
  padding: 8px 8px 8px 24px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--eerie-black);
  gap: 12px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-top__filters .radio-name {
    border-radius: var(--px8);
    padding: var(--px8) var(--px8) var(--px8) var(--px24);
    height: var(--px48);
    font-size: var(--px16);
  }
}
.services-top__filters .radio-name span {
  -webkit-transition:
    color 0.3s,
    background 0.3s;
  -o-transition:
    color 0.3s,
    background 0.3s;
  transition:
    color 0.3s,
    background 0.3s;
  border-radius: 4px;
  padding: 4px 12px;
  width: 32px;
  height: 32px;
  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;
  background: var(--ghost-white);
  font-size: 14px;
  line-height: 143%;
  color: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-top__filters .radio-name span {
    border-radius: 0.28vw;
    padding: 0.28vw var(--px12);
    width: var(--px32);
    height: var(--px32);
    line-height: var(--px20);
    font-size: 0.97vw;
  }
}
.services-top__filters input[type="radio"] {
  display: none;
}
.services-top__filters input[type="radio"]:checked + .radio-name {
  color: var(--eerie-black) !important;
  background: var(--ghost-white) !important;
}
.services-top__filters input[type="radio"]:checked + .radio-name span {
  background: var(--white) !important;
  color: var(--turkey-red) !important;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .arrows {
    gap: var(--px16);
  }
}

.services {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .services {
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .services .accordion__intro-btn {
    margin-top: 2px;
  }
}
.services .accordion-container {
  border: none;
  display: none;
  border-top: 1px solid var(--eerie-black-opacity-10) !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .services .accordion-container {
    display: block;
  }
}
.services .accordion {
  border: none;
  padding: var(--t16) var(--t24);
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
.services .accordion:not(:last-child) {
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 320px) and (max-width: 767px) {
  .services .accordion__intro p {
    line-height: 7.47vw;
  }
}
.services .accordion__intro p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  background: var(--ghost-white);
  width: var(--t32);
  height: var(--t32);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: var(--t20);
  font-size: 3.73vw;
  color: var(--turkey-red);
  margin-left: var(--t12);
  border-radius: 1.07vw;
}
.services .accordion__content-text {
  padding-top: var(--t24);
  padding-bottom: var(--t8);
}
.services .accordion__active {
  background-color: transparent;
}

.services-items .services-slide {
  width: 100%;
  border-radius: var(--t16);
}
.services-items .services-slide:not(:last-child) {
  margin-bottom: var(--t8);
}

.services-items .services-slide__body {
  padding: var(--t20) var(--t16) 0 var(--t16);
  margin-bottom: var(--t24);
}

.services-items .services-slide__name {
  font-size: var(--t18);
  line-height: var(--t24);
  margin-bottom: 1.07vw !important;
}

.services-items .services-slide__descr {
  line-height: var(--t20);
  font-size: 3.73vw;
  margin-bottom: 0;
}

.services-items .services-slide__bottom {
  padding: 0 var(--t16) var(--t16) var(--t16);
  border: none;
}

.services-items .services-slide__bottom-link {
  font-size: 3.73vw;
}

.services-items .services-slide .services-slide__bottom-link .icon {
  width: var(--t32);
  height: var(--t32);
}
.services-items .services-slide .services-slide__bottom-link .icon svg {
  width: var(--t20);
  height: var(--t20);
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-slider {
    display: none;
  }
}

.services-slide {
  height: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide {
    height: 31.6vw;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .services-slide {
    height: auto;
  }
}
.services-slide__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide__body {
    padding: var(--px32);
  }
}
.services-slide__name {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide__name {
    font-size: var(--px22);
    line-height: 1.81vw;
    margin-bottom: var(--px8);
  }
}
.services-slide__descr {
  position: relative;
  z-index: 2;
  color: var(--eerie-black-opacity-60);
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide__descr {
    font-size: var(--px16);
    line-height: 1.53vw;
  }
}
.services-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide img {
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
.services-slide__bottom {
  padding: 32px;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide__bottom {
    padding: var(--px32);
  }
}
.services-slide .services-slide__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 137%;
  color: var(--eerie-black);
  gap: 16px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide .services-slide__bottom-link {
    gap: var(--px16);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .services-slide .services-slide__bottom-link {
    gap: var(--t16);
  }
}
.services-slide .services-slide__bottom-link .icon {
  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;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  background: var(--white);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.services-slide .services-slide__bottom-link .icon svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide .services-slide__bottom-link .icon {
    width: var(--px32);
    height: var(--px32);
    border-radius: 0.42vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .services-slide .services-slide__bottom-link .icon svg {
    width: var(--px20);
    height: var(--px20);
  }
}

.features {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
.features .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .features .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features .container {
    padding: 0;
  }
}

.swiper-pagination {
  bottom: 0 !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  background-color: var(--eerie-black-opacity-20);
  opacity: 1;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 !important;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 16px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 4.8vw !important;
  }
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.21832 3.73296C7.22724 2.74837 6.57374 1.14535 6.24854 0.173071C6.17112 -0.0576905 5.84591 -0.0576905 5.77158 0.173071C5.46806 1.0715 4.82386 2.55453 3.5912 3.78219C2.405 4.96061 1.04535 5.52675 0.181252 5.79135C-0.0541308 5.8652 -0.063423 6.18826 0.17196 6.27133C1.16924 6.61594 2.79833 7.28668 3.78322 8.26819C4.77431 9.25278 5.4278 10.8558 5.753 11.8281C5.82733 12.0558 6.15253 12.0588 6.22996 11.8281C6.53348 10.9266 7.17769 9.44354 8.41035 8.21897C9.59655 7.04054 10.9531 6.47133 11.8172 6.2098C12.0557 6.13596 12.0619 5.80981 11.8296 5.72981C10.8323 5.38521 9.20321 4.71139 8.21832 3.73296Z' fill='%23AF0000' /%3E%3C/svg%3E");
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: var(--t12);
    height: var(--t12);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .features-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.features-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.features-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-top {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-top {
    padding: 0 var(--t24);
    margin-bottom: var(--t32);
  }
}
.features-top .section-head {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-top .arrows {
    display: none;
  }
}

.features-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide {
    height: 104.53vw !important;
    border-radius: var(--t24);
  }
}
.features-slide__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide__img img {
    height: 20.85vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide__img img {
    height: 62.67vw;
  }
}
.features-slide__info {
  height: 214px;
  padding: 32px;
  border-top: 1px solid var(--eerie-black-opacity-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide__info {
    height: 14.86vw;
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding: var(--t20) var(--t16) var(--t24) var(--t16);
  }
}
.features-slide__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide__name {
    font-size: var(--px22);
    margin-bottom: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide__name {
    font-size: var(--t20);
    line-height: var(--t24);
  }
}
.features-slide__descr {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide__descr {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide__descr {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}
.features-slide__number {
  margin-top: auto;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .features-slide__number {
    font-size: 0.97vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-slide__number {
    font-size: var(--t16);
  }
}

.we {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we {
    padding-bottom: var(--t72);
  }
}

.we--service .we-items {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .we-items {
    grid-template-columns: 1fr;
    border-radius: var(--t24);
    background: var(--ghost-white);
    padding: var(--t24) var(--t16) 0 var(--t16);
  }
}

.we--service .col:first-child {
  grid-column: 1/10;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:first-child {
    grid-column: 1;
  }
}

.we--service .col:last-child {
  grid-column: 10/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:last-child {
    position: relative;
    grid-column: 1;
    margin-top: var(--t32);
  }
}
.we--service .col:last-child .we-item {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:last-child .we-item {
    padding-top: var(--t20);
    border-top: 1px solid var(--eerie-black-opacity-10);
    /* padding-bottom: 58.93vw;  */
    padding-bottom: 77.93vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:last-child .we-item .we-item__body img {
    bottom: 0;
    left: var(--t16-n);
    height: 100% !important;
    bottom: 0;
    top: 0;

    object-fit: contain;
    object-position: bottom;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:last-child p {
    position: relative;
    z-index: 2;
  }
}
.we--service .col:last-child .we-item > p:first-child {
  font-size: 80px;
  line-height: 110%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .col:last-child .we-item > p:first-child {
    font-size: 5.56vw;
    line-height: 6.11vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .col:last-child .we-item > p:first-child {
    position: relative;
    z-index: 2;
    font-size: var(--t40);
    line-height: var(--t48);
  }
}

.we--service .row {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .row {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.we--service .row:first-child {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .row:first-child {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .row:first-child {
    grid-template-columns: 1fr;
    margin-bottom: var(--t20);
    padding-bottom: var(--t32);
    border-bottom: 1px solid var(--eerie-black-opacity-10);
  }
}
.we--service .row:first-child .we-item > p:first-child {
  font-size: 80px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .row:first-child .we-item > p:first-child {
    line-height: 6.11vw;
    font-size: 5.56vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .row:first-child .we-item > p:first-child {
    font-size: var(--t40);
    line-height: var(--t48);
  }
}
.we--service .row:first-child .we-item > p:first-child span {
  height: 88px;
  padding-bottom: 8px;
  margin-bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 48px;
  line-height: 108%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .row:first-child .we-item > p:first-child span {
    font-size: var(--px48);
    padding-bottom: var(--px8);
    line-height: 3.61vw;
    height: 6.11vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .row:first-child .we-item > p:first-child span {
    height: var(--t24);
    padding-bottom: 1.6vw;
    font-size: var(--t20);
    line-height: var(--t24);
  }
}

.we--service .row:last-child {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .row:last-child {
    grid-template-columns: 1fr;
  }
}

.we--service .we-item:nth-child(3) {
  grid-row: auto;
  grid-column: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .we-item:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

.we--service .we-item:nth-child(3) > p:first-child {
  font-size: 48px;
  line-height: 108%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--service .we-item:nth-child(3) > p:first-child {
    line-height: 3.61vw;
    font-size: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--service .we-item:nth-child(3) > p:first-child {
    font-size: var(--t40);
    line-height: var(--t48);
  }
}

.we-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-items {
    padding: var(--t24) var(--t16) var(--t16);
    background: var(--ghost-white);
    grid-template-columns: 1fr;
    border-radius: var(--t24);
    gap: 0;
  }
}

.we-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item {
    background: transparent;
    border-radius: 0;
  }
  .we-item:not(:last-child) {
    padding-bottom: var(--t32);
    margin-bottom: var(--t20);
    border-bottom: 1px solid var(--eerie-black-opacity-10);
  }
}
.we-item > p:first-child {
  padding: 32px;
  font-size: 48px;
  line-height: 108%;
  color: var(--eerie-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item > p:first-child {
    padding: var(--px32);
    font-size: var(--px48);
    line-height: 3.61vw;
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item > p:first-child {
    margin-bottom: var(--t8);
    padding: 0;
    font-size: var(--t40);
    gap: var(--t8);
    line-height: var(--t48);
  }
}
.we-item > p:first-child span {
  height: 30px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 118%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item > p:first-child span {
    margin-bottom: 0.14vw;
    height: 2.08vw;
    line-height: 1.81vw;
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item > p:first-child span {
    margin-bottom: 1.4vw;
    font-size: var(--t20);
    height: var(--t24);
    line-height: var(--t24);
  }
}
.we-item > p:last-child,
.we-item > p:nth-child(2) {
  border-top: 1px solid var(--eerie-black-opacity-7);
  padding: 32px;
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item > p:last-child,
  .we-item > p:nth-child(2) {
    padding: var(--px32);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item > p:last-child,
  .we-item > p:nth-child(2) {
    border: none;
    padding: 0;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}
.we-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 32px;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item__body {
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item__body {
    position: static;
    padding: 0;
    border: none;
  }
}
.we-item__body img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item__body img {
    border-radius: 0 0 var(--px24) var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item__body img {
    border-radius: 0 0 var(--t24) var(--t24);
    left: var(--t16-n);
    bottom: var(--t16-n);
    width: calc(100% + var(--t32)) !important;
    height: calc(100% + var(--t16)) !important;

    object-fit: contain;
    object-position: bottom;
  }
}
.we-item__body p {
  position: absolute;
  top: 32px;
  left: 32px;
  line-height: 137%;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item__body p {
    line-height: var(--px22);
    font-size: var(--px16);
    top: var(--px32);
    left: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item__body p {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: var(--t16);
    margin-bottom: 0;
    line-height: var(--t22);
  }
}
.we-item:nth-child(3) {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item:nth-child(3) {
    margin-top: var(--t32);
    padding-bottom: 54.67vw;
    border-bottom: none;
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 5;
    position: relative;
    border-top: 1px solid var(--eerie-black-opacity-10);
    padding-top: var(--t20);
  }
}
.we-item:nth-child(3) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.we-item:nth-child(3) > p:first-child {
  line-height: 88px;
  font-size: 80px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we-item:nth-child(3) > p:first-child {
    line-height: 6.11vw;
    font-size: 5.56vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we-item:nth-child(3) > p:first-child {
    position: relative;
    z-index: 2;
    font-size: var(--t40);
    line-height: var(--t48);
  }
}

.we--job .we-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .we-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-items {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.we--job .we-item:nth-child(3) {
  grid-column: auto;
  grid-row: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-item:nth-child(3) {
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.we--job .we-item:nth-child(3) > p:first-child {
  font-size: 48px;
  line-height: 108%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .we-item:nth-child(3) > p:first-child {
    padding: var(--px32);
    font-size: var(--px48);
    line-height: 3.61vw;
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-item:nth-child(3) > p:first-child {
    margin-bottom: var(--t8);
    padding: 0;
    font-size: var(--t40);
    gap: var(--t8);
    line-height: var(--t48);
  }
}
.we--job .we-item:nth-child(3) p:last-child,
.we--job .we-item:nth-child(3) p:nth-child(2) {
  border-top: 1px solid var(--eerie-black-opacity-7);
  padding: 32px;
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .we-item:nth-child(3) p:last-child,
  .we--job .we-item:nth-child(3) p:nth-child(2) {
    padding: var(--px32);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-item:nth-child(3) p:last-child,
  .we--job .we-item:nth-child(3) p:nth-child(2) {
    border: none;
    padding: 0;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.we--job .col:first-child {
  grid-column: 1/3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:first-child {
    grid-column: 1/2;
  }
}
.we--job .col:first-child .row {
  gap: 32px;
  display: grid;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .col:first-child .row {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:first-child .row {
    gap: 0;
  }
}
.we--job .col:first-child .row:first-child {
  margin-bottom: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .col:first-child .row:first-child {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:first-child .row:first-child {
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    margin-bottom: var(--t20);
    padding-bottom: var(--t32);
  }
}
.we--job .col:first-child .row:last-child {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:first-child .row:last-child {
    grid-template-columns: 1fr;
  }
}

.we--job .col:last-child {
  grid-column: 3/4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:last-child {
    position: relative;
    padding-bottom: 54.67vw;
    padding-top: var(--t20);
    grid-column: 1/2;
    margin-top: var(--t32);
    border-top: 1px solid var(--eerie-black-opacity-10);
  }
}
.we--job .col:last-child .we-item {
  height: 100%;
}
.we--job .col:last-child .we-item > p:first-child {
  font-size: 79.488px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .col:last-child .we-item > p:first-child {
    line-height: 6.11vw;
    font-size: 5.51vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .col:last-child .we-item > p:first-child {
    position: relative;
    z-index: 2;
    font-size: var(--t40);
    line-height: var(--t48);
  }
}

.we--job .we-item__body p {
  position: static;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .we--job .we-item__body p {
    font-size: var(--px16);
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-item__body p {
    line-height: var(--t22);
    margin-bottom: 0;
    font-size: var(--t16);
  }
}

.we--job .we-item__body::before {
  display: none;
}

.we--job .we-item__body img {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .we--job .we-item__body img {
    height: 41.87vw;
  }
}

.blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-top {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-top {
    padding: 0 var(--t24);
    margin-bottom: var(--t32);
  }
}
.blog-top .section-head {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-top .arrows {
    display: none;
  }
}

.blog {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
.blog .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog .container {
    padding: 0;
  }
}
.blog .btn {
  width: 100%;
  background: var(--ghost-white);
  border-radius: 12px;
  padding: 16px 48px;
  height: 64px;
  gap: 12px;
}
.blog .btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog .btn p {
    gap: var(--px12);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog .btn {
    border-radius: var(--px12);
    padding: var(--px12) var(--px48);
    height: var(--px64);
    gap: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog .btn {
    width: calc(100% - var(--t48));
    margin: 0 auto;
    height: auto;
    padding-top: var(--t16);
    padding-bottom: var(--t16);
    gap: var(--t12);
    border-radius: var(--t12);
  }
}
.blog .btn span {
  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;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: var(--white);
  font-size: 14px;
  color: var(--turkey-red);
  -webkit-transition:
    color 0.3s,
    background 0.3s;
  -o-transition:
    color 0.3s,
    background 0.3s;
  transition:
    color 0.3s,
    background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog .btn span {
    width: var(--px32);
    font-size: var(--px14);
    height: var(--px32);
    border-radius: 0.28vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog .btn span {
    width: var(--t32);
    height: var(--t32);
    font-size: var(--t14);
    border-radius: 1.07vw;
  }
}

.blog--main .blog-top {
  margin-bottom: 40px;
}
.blog--main .blog-top h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog--main .blog-top {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog--main .blog-top {
    margin-bottom: var(--t32);
  }
}

.blog-slider:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slider:not(:last-child) {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slider:not(:last-child) {
    margin-bottom: var(--t40);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.blog-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide {
    height: 33.33vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide {
    height: 101.07vw;
  }
}
.blog-slide img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide img {
    height: 16.67vw;
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide img {
    height: 50.4vw;
    border-radius: var(--t24) var(--t24) 0 0;
  }
}
.blog-slide__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 0 24px 24px;
  padding: 32px;
  background: var(--ghost-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide__info {
    padding: var(--px32);
    border-radius: 0 0 var(--px24) var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide__info {
    padding: var(--t24) var(--t16);
    border-radius: 0 0 var(--t24) var(--t24);
  }
}
.blog-slide__date {
  margin-bottom: 16px;
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide__date {
    font-size: var(--px16);
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide__date {
    font-size: var(--t16);
    margin-bottom: var(--t12);
  }
}
.blog-slide__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  gap: 8px;
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide__time {
    font-size: 0.97vw;
    gap: var(--px8);
  }
  .blog-slide__time svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide__time {
    font-size: var(--t14);
    gap: var(--t8);
  }
  .blog-slide__time svg {
    width: var(--t20);
    height: var(--t20);
  }
}
.blog-slide__name {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-slide__name {
    margin-bottom: var(--px40);
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-slide__name {
    -webkit-line-clamp: 2;
    font-size: var(--t18);
    line-height: var(--t24);
  }
}

.job {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job {
    padding-bottom: var(--t72);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .job--main .job-wrapper {
    padding-bottom: 95.2vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .job--main .job-wrapper .col:last-child img {
    bottom: 21.33vw;
  }
}

.job__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job__buttons {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 16px;
    bottom: 16px;
    right: 16px;
    gap: var(--t8);
  }
  .job__buttons a {
    width: 100%;
  }
}
.job__buttons .btn-hr {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-wrapper {
  min-height: 440px;
  background: var(--ghost-white);
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-wrapper {
    min-height: 30.56vw;
    gap: var(--px32);
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-wrapper {
    min-height: auto;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr;
    padding: var(--t24) var(--t16) var(--t16) var(--t16);
    padding-bottom: 78.13vw;
  }
}
.job-wrapper .section-head {
  margin-bottom: 124px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-wrapper .section-head {
    margin-bottom: 8.61vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-wrapper .section-head {
    margin-bottom: 0;
  }
}
.job-wrapper .col:first-child {
  position: relative;
  z-index: 2;
  padding: 32px 0 32px 32px;
  grid-column: 1/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-wrapper .col:first-child {
    padding: var(--px32) 0 var(--px32) var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-wrapper .col:first-child {
    position: static;
    padding: 0;
    grid-column: 1;
  }
}
.job-wrapper .col:last-child {
  grid-column: 7 / 13;
  padding: 32px 32px 32px 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-wrapper .col:last-child {
    padding: var(--px32) var(--px32) var(--px32) 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-wrapper .col:last-child {
    padding: 0;
    grid-column: 1;
  }
}
.job-wrapper .col:last-child img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-wrapper .col:last-child img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-wrapper .col:last-child img {
    top: auto;
    height: 65.33vw;
    border-radius: 0;
    bottom: var(--t16);
  }
}

.ymaps-2-1-79-controls__control,
.ymaps-2-1-79-controls-pane *,
.ymaps-2-1-79-searchpanel-pane *,
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright {
  display: none !important;
}

.ymaps-2-1-79-inner-panes::before {
  background-color: #f5f6fc;
}

.map-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 24px;
  display: none;
}
.map-box.show {
  display: block;
}

.open-map.hide {
  display: none;
}

.open-map.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-wrap {
  position: relative;
}
.map-wrap .ymaps-2-1-79-map {
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .map-wrap .ymaps-2-1-79-map {
    border-radius: 1.39vw;
  }
}
.map-wrap .ymaps-2-1-79-inner-panes {
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .map-wrap .ymaps-2-1-79-inner-panes {
    border-radius: 1.39vw;
  }
}

.close-map {
  display: none !important;
}
.close-map.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ymaps-2-1-79-map {
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ymaps-2-1-79-map {
    border-radius: var(--px24);
  }
}

.ymaps-2-1-79-inner-panes {
  border-radius: 24px;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ymaps-2-1-79-inner-panes {
    border-radius: var(--px24);
  }
}

.contacts {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts {
    padding-bottom: var(--t72);
  }
}

.contacts-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .contacts__title {
    margin-bottom: var(--t32);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: var(--t20);
  }
}
.contacts-body .contacts__title span {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .contacts__title span {
    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;
    background: var(--white);
    border-radius: var(--t8);
    padding: 0 var(--t16);
    height: var(--t40);
    font-weight: 400;
    font-size: var(--t16);
  }
}
.contacts-body img,
.contacts-body video {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body img,
  .contacts-body video {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body img,
  .contacts-body video {
    margin-bottom: var(--t24);
    height: 52.27vw;
    position: static;
    border-radius: var(--t8);
  }
}

@media (max-width: 480px) {
  .contacts-body video,
  .contacts-box > .col:last-child video {
    height: 270px !important;
  }
}
.contacts-body address {
  line-height: 137%;
  color: var(--eerie-black);
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body address {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body address {
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.contacts-body .text {
  line-height: 137%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body .text {
    margin-bottom: var(--px40);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .text {
    margin-bottom: var(--t8);
    line-height: var(--t20);
    font-size: var(--t14);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.contacts-body .mes {
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body .mes {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .mes {
    font-size: var(--t16);
  }
}
.contacts-body .tel {
  color: var(--eerie-black);
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body .tel {
    margin-bottom: var(--px8);
    font-size: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .tel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: var(--t32);
    font-size: var(--t20);
  }
}
.contacts-body .btn {
  padding-top: 20px;
  padding-bottom: 22px;
  height: auto;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: var(--px64);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .btn {
    height: auto;
    padding-top: var(--t20);
    padding-bottom: var(--t22);
    border-radius: var(--t12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body .contacts-social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.contacts-body > .col:first-child {
  border-radius: 24px;
  padding: 32px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child {
    border-radius: var(--px24);
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child {
    border-radius: var(--t24) var(--t24) 0 0;
    padding: var(--t16);
    padding-bottom: 0;
  }
}
.contacts-body > .col:first-child > ul {
  list-style: none;
}
.contacts-body > .col:first-child > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child > ul > li {
    gap: var(--px16);
    padding-top: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li {
    padding-top: var(--t16);
    gap: var(--t16);
  }
}
.contacts-body > .col:first-child > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.contacts-body > .col:first-child > ul > li:first-child .col:first-child {
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child > ul > li:first-child .col:first-child {
    padding-top: var(--px8);
  }
}
.contacts-body > .col:first-child > ul > li .col:first-child {
  width: 126px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child > ul > li .col:first-child {
    font-size: var(--px16);
    width: 8.75vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li .col:first-child {
    width: 18.67vw;
    line-height: var(--t20);
    font-size: var(--t14);
  }
}
.contacts-body > .col:first-child > ul > li .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contacts-body > .col:first-child > ul > li:last-child {
  padding-top: 0;
  border: none;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:first-child > ul > li:last-child {
    margin-top: 5.56vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:last-child {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:not(:first-child) {
    margin-top: var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:first-child .col:first-child {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:first-child > ul > li:first-child .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts-body > .col:last-child {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child {
    border-radius: 0 0 var(--t24) var(--t24);
    background: var(--ghost-white);
    padding: var(--t32) var(--t16) var(--t16) var(--t16);
  }
}
.contacts-body > .col:last-child .btn {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.contacts-body > .col:last-child ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  top: 32px;
  right: 32px;
  gap: 16px;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:last-child ul {
    top: var(--px32);
    right: var(--px32);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child ul {
    margin-bottom: var(--t16);
    position: static;
    gap: var(--t8);
  }
}
.contacts-body > .col:last-child ul p,
.contacts-body > .col:last-child ul a {
  color: var(--eerie-black);
  border-radius: 8px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  background: var(--white);
  margin-bottom: 0;
  line-height: 22px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child ul p.text-desktop,
  .contacts-body > .col:last-child ul a.text-desktop {
    display: none;
  }
}
.contacts-body > .col:last-child ul p.text-mobile,
.contacts-body > .col:last-child ul a.text-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child ul p.text-mobile,
  .contacts-body > .col:last-child ul a.text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-body > .col:last-child ul p,
  .contacts-body > .col:last-child ul a {
    height: var(--px48);
    line-height: var(--px22);
    font-size: var(--px16);
    border-radius: var(--px8);
    padding: 0 var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-body > .col:last-child ul p,
  .contacts-body > .col:last-child ul a {
    gap: var(--t8);
    height: var(--t40);
    line-height: var(--t22);
    font-size: var(--t16);
    border-radius: var(--t8);
    padding: 0 var(--t16);
  }
  .contacts-body > .col:last-child ul p svg,
  .contacts-body > .col:last-child ul a svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.contacts-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-social {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-social {
    gap: var(--t8);
  }
}
.contacts-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 0 24px 0 16px;
  height: 40px;
  background: var(--white);
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-social a {
    gap: var(--px16);
    font-size: var(--px16);
    border-radius: var(--px8);
    height: var(--px40);
    padding: 0 var(--px24) 0 var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-social a {
    border-radius: var(--t8);
    padding: 0 var(--t24) 0 var(--t16);
    height: var(--t40);
    gap: var(--t8);
    font-size: var(--t16);
  }
}
.contacts-social a svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-social a svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-social a svg {
    width: var(--t20);
    height: var(--t20);
  }
}
.contacts-social a svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.close-map-link,
.open-map-link {
  width: 181px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .close-map-link,
  .open-map-link {
    width: 12.57vw;
  }
}

.contacts__title {
  margin-bottom: 40px;
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts__title {
    margin-bottom: var(--px40);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts__title {
    line-height: var(--t22);
    font-size: var(--t16);
    margin-bottom: var(--t24);
  }
}

.word {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word {
    padding-bottom: var(--t72);
  }
}

.word--service .word-wrap {
  height: 406px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word--service .word-wrap {
    height: 28.19vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word--service .word-wrap {
    height: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .word--service .word-wrap__body {
    padding-bottom: var(--t64);
  }
}

.word-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap {
    gap: var(--t32);
    border-radius: var(--t24);
    background: var(--ghost-white);
    grid-template-columns: 1fr;
  }
}
.word-wrap .col:first-child {
  grid-column: 1/4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:first-child {
    padding: var(--t16) var(--t16) 0 var(--t16);
    grid-column: 1/2;
  }
}
.word-wrap .col:first-child .btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap .col:first-child .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:first-child .btn {
    display: none;
  }
}
.word-wrap .col:first-child img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}
.word-wrap .col:first-child img:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap .col:first-child img:not(:last-child) {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:first-child img:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap .col:first-child img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:first-child img {
    border-radius: var(--t8);
    width: 37.33vw;
    height: 37.33vw;
  }
}
.word-wrap .col:last-child {
  background: var(--ghost-white);
  border-radius: 24px;
  grid-column: 4/13;
}
.word-wrap .col:last-child .btn {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:last-child .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - var(--t32));
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--t64);
    margin-bottom: var(--t16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap .col:last-child {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap .col:last-child {
    grid-column: 1/2;
  }
}

.word--about .word-wrap__body {
  padding-bottom: 97px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word--about .word-wrap__body {
    padding-bottom: 6.74vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word--about .word-wrap__body {
    padding-bottom: var(--t64);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .word--about .word-wrap__bottom {
    padding-bottom: var(--t48);
  }
}

.word-wrap__bottom {
  border-top: 1px solid var(--eerie-black-opacity-7);
  padding: 24px 0 32px;
  width: calc(100% - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__bottom {
    padding: var(--px24) 0 var(--px32);
    width: calc(100% - var(--px64));
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__bottom {
    padding-top: var(--t20);
    grid-template-columns: 1fr;
    gap: var(--t16);
    width: 100%;
    padding-left: var(--t16);
    padding-right: var(--t16);
  }
}
.word-wrap__bottom p:first-child {
  grid-column: 1/5;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__bottom p:first-child {
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__bottom p:first-child {
    grid-column: 1/2;
    font-size: var(--t20);
    line-height: var(--t24);
  }
}
.word-wrap__bottom p:last-child {
  grid-column: 5/10;
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__bottom p:last-child {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__bottom p:last-child {
    grid-column: 1/2;
    font-size: var(--t16);
  }
}

.word-wrap__body {
  padding: 32px 32px 106px 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__body {
    padding: var(--px32) var(--px32) 7.36vw var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__body {
    padding: 0;
    padding-bottom: var(--t48);
    padding-left: var(--t16);
    padding-right: var(--t16);
  }
}
.word-wrap__body p {
  font-size: 20px;
  line-height: 28px;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__body p {
    line-height: 1.94vw;
    font-size: var(--px20);
  }
}
.word-wrap__body p:not(:last-child) {
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .word-wrap__body p:not(:last-child) {
    margin-bottom: 1.81vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__body p:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .word-wrap__body p {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.values {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values .container {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values .section-head {
    padding: 0 var(--t24);
  }
}
.values .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .values .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .values .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values .swiper-wrapper {
    gap: var(--px32);
  }
}
@media (min-width: 768px) {
  .values .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .values--main .values-item__name {
    font-size: var(--t18);
    padding: var(--t16);
  }
  .values--main .values-item__descr {
    padding-bottom: var(--t48);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .values-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.values-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: var(--ghost-white);
  border-radius: 24px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 321px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values-item {
    height: 22.29vw;
    border-radius: var(--px24);
    padding-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values-item {
    height: 77.07vw;
    border-radius: var(--t24);
    padding-bottom: var(--t16);
  }
}
.values-item__name {
  padding: 24px 32px;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  border-bottom: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values-item__name {
    padding: var(--px24) var(--px32);
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values-item__name {
    padding: var(--t24) var(--t16);
    font-size: var(--t20);
    line-height: var(--t24);
  }
}
.values-item__descr {
  padding: 24px 32px 0 32px;
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values-item__descr {
    font-size: var(--px16);
    padding: var(--px24) var(--px32) 0 var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values-item__descr {
    line-height: var(--t22);
    font-size: var(--t16);
    padding: var(--t16) var(--t16) 0 var(--t16);
  }
}
.values-item__img {
  margin-top: auto;
  margin-left: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values-item__img {
    margin-left: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values-item__img {
    margin-left: var(--t16);
  }
}
.values-item img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .values-item img {
    width: var(--px64);
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .values-item img {
    height: var(--t64);
    width: var(--t64);
  }
}

.accordion {
  overflow: hidden;
  position: relative;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion {
    padding: var(--px32);
  }
}
.accordion:not(:last-child) {
  border-bottom: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion {
    border-top: 1px solid var(--eerie-black-opacity-7);
    padding: var(--t20) var(--t24) var(--t22) var(--t24);
  }
}

.accordion-container {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion-container {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-container {
    border-bottom: 1px solid var(--eerie-black-opacity-7);
    background: transparent;
    border-radius: 0;
  }
}

.accordion__intro {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition:
    background-color 0.3s ease-in-out,
    color 0.3s;
  -o-transition:
    background-color 0.3s ease-in-out,
    color 0.3s;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__intro {
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: var(--t18);
    line-height: var(--t24);
  }
}
.accordion__intro p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__intro p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--eerie-black-opacity-60);
  margin-right: 268px;
  width: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__intro p span {
    font-size: var(--px16);
    width: var(--px24);
    margin-right: 18.61vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__intro p span {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .accordion__active {
    background: var(--ghost-white);
  }
}

.accordion__active .accordion__content {
  opacity: 1;
}

.accordion__active .accordion__intro-btn svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__active .accordion__intro-btn svg path {
    stroke: var(--eerie-black);
  }
}

.accordion__content {
  max-height: 0;
  will-change: max-height;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
  line-height: 140%;
  padding: 0;
}

.accordion__content-text {
  margin-left: 292px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__content-text {
    margin-left: 20.28vw;
    padding-top: var(--px24);
    padding-bottom: var(--px24);
    font-size: var(--px16);
  }
}
.accordion__content-text p:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__content-text p:not(:last-child) {
    margin-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__content-text {
    padding-bottom: 0;
    padding-top: var(--t40);
    margin-left: 0;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.accordion__intro-btn {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  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;
  position: relative;
  margin-left: 16px;
  background: var(--white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__intro-btn {
    border-radius: var(--px8);
    height: var(--px40);
    width: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__intro-btn {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .accordion__intro-btn svg {
    height: var(--px20);
    width: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__intro-btn svg {
    height: var(--t20);
    width: var(--t20);
  }
}

.accordion__intro-btn svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion__intro-btn svg {
    margin-top: 0.53vw;
  }
}
.accordion__intro-btn svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.faq-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page {
    padding-bottom: var(--t72);
  }
  .faq-page .container {
    padding: 0;
  }
  .faq-page h1 {
    padding: 0 var(--t24);
  }
}
.faq-page .accordion__content-text {
  max-width: 648px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text {
    max-width: 45vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text {
    max-width: 100%;
  }
}
.faq-page .accordion__content-text img {
  max-width: 100%;
}
.faq-page .accordion__content-text ol {
  counter-reset: listCounter;
}
.faq-page .accordion__content-text ol:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ol:not(:last-child) {
    margin-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ol:not(:last-child) {
    margin-bottom: var(--t22);
  }
}
.faq-page .accordion__content-text ol li::marker {
  font-size: 0;
}
.faq-page .accordion__content-text ol li {
  padding-left: 24px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ol li {
    padding-left: var(--px24);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ol li {
    padding-left: var(--t24);
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.faq-page .accordion__content-text ol li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ol li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ol li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.faq-page .accordion__content-text ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.faq-page .accordion__content-text ul {
  list-style: none;
}
.faq-page .accordion__content-text ul:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ul:not(:last-child) {
    margin-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ul:not(:last-child) {
    margin-bottom: var(--t22);
  }
}
.faq-page .accordion__content-text ul li {
  padding-left: 13px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ul li {
    font-size: var(--px16);
    line-height: var(--px22);
    padding-left: 0.9vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ul li {
    padding-left: 3.47vw;
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.faq-page .accordion__content-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 5px;
  height: 5px;
  background-color: var(--eerie-black-opacity-60);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ul li::before {
    width: 0.35vw;
    height: 0.35vw;
    top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ul li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: var(--t8);
  }
}
.faq-page .accordion__content-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq-page .accordion__content-text ul li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-page .accordion__content-text ul li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}

.team-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-page {
    padding-bottom: var(--t72);
  }
}
.team-page .btn {
  background: var(--ghost-white);
  height: var(--t56);
  gap: var(--t16);
  border-radius: var(--t12);
  display: none;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-page .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.team-page .btn span {
  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;
  color: var(--turkey-red);
  background: var(--white);
  width: var(--t24);
  height: var(--t24);
  font-size: var(--t14);
  border-radius: 1.07vw;
}

.team-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-items {
    grid-template-columns: 1fr;
    gap: var(--t16);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-page--about .team-item:not(:nth-child(-n + 3)) {
    display: none;
  }
}

.team-page--about .btn {
  margin-top: var(--t40);
}

.team-item {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-item {
    border-radius: var(--t24);
  }
}
.team-item__info {
  padding: 32px 32px 40px 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-item__info {
    padding: var(--px32) var(--px32) var(--px40) var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-item__info {
    padding: var(--t24) var(--t16) var(--t32) var(--t16);
  }
}
.team-item__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-item__name {
    font-size: var(--px22);
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-item__name {
    font-size: var(--t18);
    line-height: var(--t24);
    margin-bottom: var(--t12);
  }
}
.team-item__position {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-item__position {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-item__position {
    font-size: var(--t16);
  }
}
.team-item img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-item img {
    height: 20.83vw;
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-item img {
    height: 62.93vw;
    border-radius: var(--t24) var(--t24) 0 0;
  }
}

.blog-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-page {
    padding-bottom: var(--t72);
  }
}

.blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-items {
    gap: var(--px32);
  }
}
.blog-items:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-items:not(:last-child) {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-items:not(:last-child) {
    margin-bottom: var(--t40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-items {
    grid-template-columns: 1fr;
    gap: var(-t16);
  }
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item {
    border-radius: var(--px24);
  }
}
.blog-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item__info {
    padding: var(--px32);
    padding-right: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item__info {
    padding: var(--t24) var(--t16);
  }
}
.blog-item__date {
  color: var(--eerie-black-opacity-60);
  line-height: 137%;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item__date {
    font-size: var(--px16);
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item__date {
    font-size: var(--t16);
    margin-bottom: var(--t12);
  }
}
.blog-item__name {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item__name {
    font-size: 1.53vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item__name {
    line-height: var(--t24);
    font-size: var(--t18);
  }
}
.blog-item__time {
  color: var(--eerie-black-opacity-60);
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 143%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item__time {
    font-size: 0.97vw;
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item__time {
    font-size: var(--t16);
    gap: var(--t8);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item__time svg {
    height: var(--px20);
    width: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item__time svg {
    height: var(--t20);
    width: var(--t20);
  }
}
.blog-item img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-item img {
    height: 16.67vw;
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-item img {
    height: 50.4vw;
  }
}

.contacts-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-page {
    padding-bottom: var(--t72);
  }
}

.blog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: var(--ghost-white);
  padding: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom.text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom {
    padding: 0.28vw;
    border-radius: var(--px12);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom {
    gap: 1.33vw;
    padding: var(--t8);
  }
}
.blog-bottom ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom ul {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom ul {
    gap: 1.33vw;
  }
}
.blog-bottom ul li,
.blog-bottom ul a {
  color: var(--eerie-black);
  border-radius: 8px;
  width: 56px;
  height: 56px;
  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;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  -o-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
}
.blog-bottom ul li.current,
.blog-bottom ul a.current {
  cursor: default;
  color: var(--turkey-red);
  background: var(--white);
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom ul li,
  .blog-bottom ul a {
    font-size: var(--px16);
    border-radius: var(--px8);
    width: var(--px56);
    height: var(--px56);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom ul li,
  .blog-bottom ul a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--t40);
    height: var(--t40);
    font-size: var(--t16);
  }
}
.blog-bottom .prev-page,
.blog-bottom .next-page {
  width: 121px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  color: var(--eerie-black);
  gap: 16px;
  -webkit-transition:
    color 0.3s,
    background 0.3s;
  -o-transition:
    color 0.3s,
    background 0.3s;
  transition:
    color 0.3s,
    background 0.3s;
}
.blog-bottom .prev-page svg path,
.blog-bottom .next-page svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom .prev-page svg,
  .blog-bottom .next-page svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom .prev-page svg,
  .blog-bottom .next-page svg {
    width: var(--t20);
    height: var(--t20);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom .prev-page,
  .blog-bottom .next-page {
    font-size: var(--px16);
    height: var(--px56);
    width: 8.4vw;
    border-radius: var(--px8);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom .prev-page,
  .blog-bottom .next-page {
    gap: 0;
    width: var(--t40);
    height: var(--t40);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
  }
}

.blog-bottom--articles .btn {
  margin-bottom: 0 !important;
  background: var(--ghost-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom--articles .btn {
    font-size: var(--t14);
    padding: 0 var(--t20);
    height: var(--t40);
  }
}

.blog-bottom--articles .prev-page,
.blog-bottom--articles .next-page {
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom--articles .prev-page,
  .blog-bottom--articles .next-page {
    width: var(--t40);
  }
}

.blog-bottom--articles .next-page {
  padding-right: 16px;
  padding-left: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom--articles .next-page {
    padding-right: var(--px16);
    padding-left: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom--articles .next-page {
    padding: 0;
  }
}

.blog-bottom--articles .prev-page {
  padding-right: 24px;
  padding-left: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blog-bottom--articles .prev-page {
    padding-left: var(--px16);
    padding-right: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-bottom--articles .prev-page {
    padding: 0;
  }
}

.contacts-box {
  background: var(--ghost-white);
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box {
    gap: var(--px32);
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box {
    gap: var(--t32);
    grid-template-columns: 1fr;
  }
}
.contacts-box:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box:not(:last-child) {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
.contacts-box h2 {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box h2 {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box h2 {
    margin-bottom: var(--t32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contacts-box h2 span {
  font-weight: 400;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--t40);
    background: var(--white);
    border-radius: var(--t8);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--t16);
    line-height: var(--t22);
    padding: 0 var(--t16);
    color: var(--eerie-black);
  }
}
.contacts-box > .col {
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col {
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col {
    padding: var(--t16);
  }
}
.contacts-box > .col:first-child {
  padding-right: 0;
  grid-column: 1/7;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child {
    padding-right: var(--t16);
    grid-column: 1/2;
    padding-bottom: 0;
  }
}
.contacts-box > .col:first-child address {
  line-height: 137%;
  color: var(--eerie-black);
  font-style: normal;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child address {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child address {
    line-height: var(--t22);
    font-size: var(--t16);
  }
  .contacts-box > .col:first-child address br {
    display: none;
  }
}
.contacts-box > .col:first-child .text {
  line-height: 137%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child .text {
    font-size: var(--px16);
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child .text {
    line-height: var(--t20);
    font-size: var(--t14);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: var(--t8);
  }
}
.contacts-box > .col:first-child .mes {
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child .mes {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child .mes {
    line-height: var(--t22);
    font-size: var(--t16);
  }
  .contacts-box > .col:first-child .mes br {
    display: none;
  }
}
.contacts-box > .col:first-child .tel {
  color: var(--eerie-black);
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child .tel {
    font-size: var(--px32);
    margin-bottom: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child .tel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: var(--t24);
    font-size: var(--t20);
    margin-bottom: var(--t32);
  }
}
.contacts-box > .col:first-child .btn {
  height: 64px;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child .btn {
    border-radius: var(--px12);
    height: var(--px64);
  }
}
.contacts-box > .col:first-child > ul {
  list-style: none;
}
.contacts-box > .col:first-child > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child > ul > li {
    gap: var(--px16);
    padding-top: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child > ul > li {
    padding-top: var(--t16);
    gap: 0;
  }
}
.contacts-box > .col:first-child > ul > li:first-child {
  padding-top: 16px;
}
.contacts-box > .col:first-child > ul > li:first-child .col:first-child {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child > ul > li:first-child .col:first-child {
    margin-top: var(--px8);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child > ul > li:first-child {
    padding-top: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child > ul > li:first-child .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-box > .col:first-child > ul > li:first-child .contacts-social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .contacts-box > .col:first-child > ul > li:first-child .col:first-child {
    display: none;
  }
}
.contacts-box > .col:first-child > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.contacts-box > .col:first-child > ul > li .col:first-child {
  width: 126px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:first-child > ul > li .col:first-child {
    width: 8.75vw;
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:first-child > ul > li .col:first-child {
    width: 23.47vw;
    font-size: var(--t14);
  }
}
.contacts-box > .col:first-child > ul > li .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contacts-box > .col:last-child {
  padding-left: 0;
  grid-column: 7/13;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child {
    padding-top: 0;
    padding-left: 16px;
    grid-column: 1/2;
  }
}
.contacts-box > .col:last-child ul {
  margin-bottom: 38px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child ul {
    margin-bottom: 2.64vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul {
    margin-bottom: var(--t16);
    gap: var(--t8);
  }
}
.contacts-box > .col:last-child ul li {
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child ul li {
    margin-right: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul li {
    margin-right: 0;
  }
}
.contacts-box > .col:last-child ul li:first-child {
  margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child ul li:first-child {
    margin-right: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul li:first-child {
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul li:first-child {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul svg {
    width: var(--t24);
    height: var(--t24);
  }
}
.contacts-box > .col:last-child ul p,
.contacts-box > .col:last-child ul a {
  border-radius: 8px;
  padding: 0 24px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--eerie-black);
}
.contacts-box > .col:last-child ul p svg,
.contacts-box > .col:last-child ul a svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child ul p svg,
  .contacts-box > .col:last-child ul a svg {
    width: var(--px24);
    height: var(--px24);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child ul p,
  .contacts-box > .col:last-child ul a {
    border-radius: var(--px8);
    padding: 0 var(--px24);
    height: var(--px48);
    gap: var(--px8);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul p,
  .contacts-box > .col:last-child ul a {
    border-radius: var(--t8);
    height: var(--t40);
    padding: 0 var(--t16);
    font-size: var(--t16);
    gap: var(--t8);
  }
}
.contacts-box > .col:last-child ul p.text-mobile,
.contacts-box > .col:last-child ul a.text-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul p.text-mobile,
  .contacts-box > .col:last-child ul a.text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contacts-body video {
  left: -3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child ul p.text-desktop,
  .contacts-box > .col:last-child ul a.text-desktop {
    display: none;
  }

  .col:has(#mapMoscow) {
    overflow: hidden;
  }
  .contacts-body video {
    position: relative;
    left: 0px;
    object-position: 1px;
  }
}
.contacts-box > .col:last-child img,
.contacts-box > .col:last-child video {
  height: 405px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.map-wrap:has(#mapMoscow) {
  overflow: hidden;
}
.map-wrap video {
  width: 100%;
  position: relative;
  left: -1px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .contacts-box > .col:last-child img,
  .contacts-box > .col:last-child video {
    height: 28.13vw;
    border-radius: var(--px20);
  }
  .contacts-box > .col:last-child video {
    height: 29.13vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts-box > .col:last-child img,
  .contacts-box > .col:last-child video {
    height: 52.27vw;
    border-radius: var(--t8);
  }
  .map-wrap:has(#mapMoscow) {
    overflow: none;
  }
  .contacts-box > .col:last-child video {
    height: 54.27vw;
    left: 0;
  }
}

.bid {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid {
    padding-bottom: var(--t72);
  }
}
.bid .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-row {
    gap: var(--px16);
  }
}
.bid .form-row:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-row:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid .form-row {
    gap: var(--t16);
    grid-template-columns: 1fr;
  }
}
.bid .form-body {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-body {
    margin-bottom: var(--px12);
  }
}
.bid .form-bottom .btn {
  width: 100%;
  height: 64px;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-bottom .btn {
    padding: 0;
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid .form-bottom .btn {
    padding: 0;
    padding-bottom: 5.87vw;
    padding-top: var(--t20);
    line-height: var(--t22);
    height: auto;
  }
}
.bid .form-bottom .btn:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-bottom .btn:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
.bid .form-bottom p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid .form-bottom p {
    line-height: var(--px20);
    font-size: 0.97vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid .form-bottom p {
    font-size: var(--t14);
    line-height: var(--t20);
  }
}
.bid .form-bottom p a {
  display: inline;
  color: var(--eerie-black);
}

.bid-inner {
  padding-top: 40px;
  border-top: 1px solid var(--eerie-black-opacity-10);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid-inner {
    padding-top: var(--px40);
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid-inner {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 0;
    border-top: none;
  }
}
.bid-inner .col:first-child {
  grid-column: 1/5;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid-inner .col:first-child {
    display: none;
  }
}
.bid-inner .col:first-child img {
  margin-bottom: 24px;
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid-inner .col:first-child img {
    margin-bottom: var(--px24);
    width: var(--px64);
    height: var(--px64);
  }
}
.bid-inner .col:first-child p {
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid-inner .col:first-child p {
    font-size: var(--px16);
    line-height: 1.53vw;
  }
}
.bid-inner .col:last-child {
  grid-column: 5/13;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bid-inner .col:last-child {
    grid-column: 1/2;
  }
}

.bid-tel {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: #262525;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid-tel {
    font-size: var(--px32);
    margin-bottom: var(--px8);
  }
}

.bid-contacts p {
  line-height: 137%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bid-contacts p {
    font-size: var(--px16);
    margin-bottom: var(--px40);
  }
}

.bid-contacts .contacts-social a {
  background: var(--ghost-white);
}

.error-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page {
    padding-bottom: var(--t72);
  }
}
.error-page .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .container {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .container {
    grid-template-columns: 1fr;
    gap: var(--t16);
  }
}
.error-page .btn-hr {
  padding-top: 16px;
  padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .btn-hr {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .btn-hr {
    width: 100%;
  }
}
.error-page h1 {
  margin-bottom: 75px;
  font-weight: 400;
  font-size: 148px;
  line-height: 108%;
  text-align: center;
  color: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page h1 {
    margin-bottom: 5.21vw;
    font-size: 10.28vw;
    line-height: 11.11vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page h1 {
    margin-bottom: 10.93vw;
    font-size: var(--t40);
    line-height: var(--t48);
  }
}
.error-page .col {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col {
    border-radius: var(--t24);
  }
}
.error-page .col:first-child {
  padding-top: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col:first-child {
    padding-top: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col:first-child {
    padding-top: var(--t24);
  }
}
.error-page .col:first-child p:first-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 18px;
  padding-left: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col:first-child p:first-child {
    padding-left: var(--px32);
    margin-bottom: 1.25vw;
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col:first-child p:first-child {
    padding-left: var(--t16);
    margin-bottom: 2.67vw;
    font-size: var(--t18);
    line-height: var(--t24);
  }
}
.error-page .col:first-child p:last-child {
  border-top: 1px solid var(--eerie-black-opacity-7);
  line-height: 137%;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col:first-child p:last-child {
    padding: var(--px32);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col:first-child p:last-child {
    padding: var(--t24) var(--t16);
    font-size: var(--t16);
  }
}
.error-page .col:last-child {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col:last-child {
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col:last-child {
    padding: var(--t24) var(--t16) var(--t16) var(--t16);
  }
}
.error-page .col:last-child p {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .error-page .col:last-child p {
    font-size: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error-page .col:last-child p {
    font-size: var(--t18);
    line-height: var(--t24);
    margin-bottom: var(--t72);
  }
}

.job-request {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request {
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body {
    gap: var(--t40);
  }
}
.job-request.custom .contacts-body > .col:first-child .contacts__title {
  margin-bottom: 42px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request.custom .contacts-body > .col:first-child .contacts__title {
    margin-bottom: 2.92vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request.custom .contacts-body > .col:first-child .contacts__title {
    display: none;
  }
}
.job-request.custom.job-flex .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.job-request.custom.job-flex .col:first-child .hr {
  margin-top: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body .contacts__title {
    font-size: var(--t16);
    line-height: var(--t22);
    font-weight: 400;
    margin-bottom: var(--t24);
  }
  .job-request .contacts-body .contacts__title.text-desktop {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child {
    border-radius: var(--t24);
    padding-bottom: var(--t24);
  }
}
.job-request .contacts-body > .col:first-child .contacts__title {
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .contacts-body > .col:first-child .contacts__title {
    margin-bottom: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child .contacts__title {
    display: none;
  }
}
.job-request .contacts-body .text {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body .text {
    margin-bottom: var(--t8);
  }
}
.job-request .contacts-body > .col:first-child > ul > li {
  padding-top: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child > ul > li:first-child {
    padding-top: var(--t24);
  }
}
.job-request
  .contacts-body
  > .col:first-child
  > ul
  > li:first-child
  .contacts-social {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request
    .contacts-body
    > .col:first-child
    > ul
    > li:first-child
    .contacts-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .contacts-body > .col:first-child > ul > li {
    padding-top: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child > ul > li {
    padding-top: var(--t16);
  }
}
.job-request .contacts-body > .col:first-child > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .contacts-body > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.job-request .contacts-body > .col:first-child > ul > li:last-child {
  margin-top: 0;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:first-child > ul > li:last-child {
    display: none;
  }
}
.job-request .hr {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .hr {
    gap: var(--px24);
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .hr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--t24);
    margin-bottom: var(--t32);
  }
}
.job-request .hr img {
  position: static;
  border-radius: 8px;
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .hr img {
    border-radius: var(--px8);
    width: 8.19vw;
    height: 8.19vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .hr img {
    margin-bottom: 0;
    width: 37.33vw;
    height: 37.33vw;
    border-radius: var(--t8);
  }
}
.job-request .hr p:first-child {
  line-height: 137%;
  color: var(--eerie-black);
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .hr p:first-child {
    font-size: var(--px16);
    margin-bottom: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .hr p:first-child {
    font-weight: 500;
    line-height: var(--t24);
    font-size: var(--t20);
    margin-bottom: var(--t8);
  }
}
.job-request .hr p:last-child {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .hr p:last-child {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .hr p:last-child {
    font-size: var(--t16);
  }
}
.job-request .contacts-body:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .contacts-body:not(:last-child) {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body:not(:last-child) {
    margin-bottom: var(--t48);
  }
}
.job-request .contacts-body > .col:last-child {
  border-radius: 24px;
  padding: 32px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .contacts-body > .col:last-child {
    border-radius: var(--px24);
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .contacts-body > .col:last-child {
    padding: 0;
    background-color: transparent;
  }
}
.job-request .input input,
.job-request .textarea input {
  background: var(--white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .input input,
  .job-request .textarea input {
    background: var(--ghost-white);
  }
}
.job-request .input textarea,
.job-request .textarea textarea {
  background: var(--white);
  height: 115px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .input textarea,
  .job-request .textarea textarea {
    margin-bottom: var(--px16);
    height: 7.99vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .input textarea,
  .job-request .textarea textarea {
    background: var(--ghost-white);
    height: 33.6vw;
    margin-bottom: var(--t16);
  }
}
.job-request .btn {
  margin-bottom: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .btn {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--t24);
  }
}
.job-request .form-text {
  font-size: 14px;
  line-height: 143%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .form-text {
    font-size: 0.97vw;
    line-height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .form-text {
    font-size: var(--t14);
    line-height: var(--t20);
  }
}
.job-request .form-text a {
  display: inline;
}
.job-request .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.job-request .form-row:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .form-row:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .form-row:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .job-request .form-row {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .job-request .form-row {
    grid-template-columns: 1fr;
    gap: var(--t16);
  }
}

.reviews {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews .container {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews .section-head {
    padding: 0 var(--t24);
  }
}

.content-page {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .content-page {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-page {
    padding-bottom: var(--t72);
  }
}
.content-page .btn-hr {
  margin-top: 64px;
  padding-top: 16px;
  padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .content-page .btn-hr {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-page .btn-hr {
    margin-top: var(--t48);
    height: auto;
    padding-top: var(--t16);
    padding-bottom: 4.8vw;
  }
}
.content-page h1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .content-page h1 {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-page h1 {
    font-size: var(--t24);
    margin-bottom: var(--t32);
  }
}

.content-page__text {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .content-page__text {
    max-width: 44.44vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-page__text .btn {
    width: 100%;
  }
}

.text-box-wrap:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box-wrap:not(:last-child) {
    margin-bottom: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box-wrap:not(:last-child) {
    margin-bottom: var(--t48);
  }
}

.text-box:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box:not(:last-child) {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box:not(:last-child) {
    margin-bottom: var(--t40);
  }
}

.text-box ol {
  counter-reset: listCounter;
}
.text-box ol:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ol:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ol:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
.text-box ol li::marker {
  font-size: 0;
}
.text-box ol li {
  padding-left: 24px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ol li {
    padding-left: var(--px24);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ol li {
    padding-left: var(--t24);
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.text-box ol li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ol li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ol li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}

.text-box ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.text-box ul {
  list-style: none;
}
.text-box ul:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ul:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ul:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
.text-box ul li {
  padding-left: 13px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ul li {
    font-size: var(--px16);
    line-height: var(--px22);
    padding-left: 0.9vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ul li {
    padding-left: 3.47vw;
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.text-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--eerie-black-opacity-60);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ul li::before {
    width: 0.35vw;
    height: 0.35vw;
    top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ul li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: var(--t8);
  }
}
.text-box ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box ul li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box ul li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}

.text-box h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box h2 {
    font-size: var(--px22);
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box h2 {
    font-size: var(--t18);
    line-height: var(--t24);
    margin-bottom: var(--t16);
  }
}

.text-box p {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box p {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box p {
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.text-box p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .text-box p:not(:last-child) {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .text-box p:not(:last-child) {
    margin-bottom: var(--t24);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.reviews-slider .btn--second {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slider .btn--second {
    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;
    height: auto;
    line-height: var(--t22);
    padding-top: var(--t16);
    padding-bottom: 4.8vw;
    font-size: var(--t16);
    border-radius: var(--t12);
    margin-bottom: var(--t16);
    width: calc(100% - var(--t32));
    margin-left: auto;
    margin-right: auto;
  }
}

.reviews-slide {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 32px;
  background-color: var(--white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide {
    gap: var(--px32);
    grid-template-columns: 33.33vw 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide {
    background: var(--ghost-white);
    border-radius: var(--t24);
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.reviews-slide .col {
  position: relative;
}
.reviews-slide .col:first-child {
  min-height: 640px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide .col:first-child {
    min-height: 44.44vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide .col:first-child {
    padding: var(--t16) var(--t16) var(--t32) var(--t16);
    min-height: auto;
  }
}
.reviews-slide .col:first-child .reviews-slide__bottom {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide .col:first-child .reviews-slide__bottom {
    display: block;
  }
}
.reviews-slide .col:last-child {
  border-radius: 24px;
  background: var(--ghost-white);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide .col:last-child {
    border-radius: var(--px24);
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide .col:last-child {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide .col:last-child .reviews-slide__bottom {
    display: none;
  }
}
.reviews-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide img {
    position: static;
    width: 37.33vw;
    height: 37.33vw;
    border-radius: var(--t8);
    margin-bottom: var(--t24);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide__text {
    margin-bottom: var(--t48);
    border-top: 1px solid var(--eerie-black-opacity-7);
    padding-left: var(--t16);
    padding-right: var(--t16);
    padding-top: var(--t24);
  }
}

.reviews-slide__text p {
  font-size: 20px;
  line-height: 140%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide__text p {
    font-size: var(--px20);
    border-radius: var(--px20);
    line-height: 1.94vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide__text p {
    font-size: var(--t16);
  }
}
.reviews-slide__text p:not(:last-child) {
  margin-bottom: 24px;
}

.reviews-slide__bottom p:first-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide__bottom p:first-child {
    margin-bottom: var(--px8);
    font-size: var(--px22);
    line-height: 1.81vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide__bottom p:first-child {
    font-size: var(--t20);
    line-height: var(--t24);
    margin-bottom: var(--t8);
  }
}

.reviews-slide__bottom p:last-child {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-slide__bottom p:last-child {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-slide__bottom p:last-child {
    line-height: var(--t22);
    font-size: var(--t16);
  }
}

.reviews-thumbs {
  width: 132px;
  height: 640px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-thumbs {
    width: 9.17vw;
    height: 44.44vw;
  }
}
.reviews-thumbs .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 132px;
  padding: 6px;
  border-radius: 22px;
  border: 1px solid transparent;
}
.reviews-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-thumbs .swiper-slide {
    height: 9.17vw;
    padding: 0.42vw;
    border-radius: var(--px22);
  }
}
.reviews-thumbs img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-thumbs img {
    border-radius: var(--px16);
  }
}

.reviews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-inner {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-inner {
    gap: 1.94vw;
  }
}
.reviews-inner > .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.reviews-inner > .col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-inner > .col:first-child {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-inner .slider-arrows {
    display: none;
  }
}
.reviews-inner .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reviews-inner .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.simular {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .simular {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .simular {
    padding-bottom: var(--t72);
  }
}

.article-page {
  padding-top: 24px;
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page {
    padding-top: var(--px24);
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page {
    padding-bottom: var(--t72);
  }
}
.article-page .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-page .slider-arrows {
  right: auto;
  left: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .slider-arrows {
    left: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .slider-arrows {
    display: none;
  }
}
.article-page p.slide-current {
  margin-bottom: 0;
}
.article-page .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .col:first-child {
    display: none;
  }
}
.article-page .container {
  display: grid;
  grid-template-columns: 304px 1fr;
  gap: 88px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .container {
    grid-template-columns: 21.11vw 1fr;
    gap: 6.11vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .container {
    grid-template-columns: 1fr;
  }
}
.article-page .text-box img {
  height: 513px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box img {
    height: 35.63vw;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .text-box img {
    height: 48.8vw;
    border-radius: var(--t24);
  }
}
.article-page .text-box img:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box img:not(:first-child) {
    margin-top: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .text-box img:not(:first-child) {
    margin-top: 0;
  }
}
.article-page .text-box img:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box img:not(:last-child) {
    margin-bottom: var(--px40);
  }
}
.article-page .text-box h1 {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box h1 {
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .text-box h1 {
    margin-bottom: var(--t24);
  }
}
.article-page .text-box h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box h2 {
    font-size: var(--px32);
    line-height: 2.64vw;
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .text-box h2 {
    font-size: var(--t20);
    line-height: var(--t24);
    margin-bottom: var(--t16);
  }
}
.article-page .text-box h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-page .text-box h3 {
    font-size: var(--px22);
    line-height: 1.81vw;
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-page .text-box h3 {
    font-size: var(--t18);
    line-height: var(--t24);
    margin-bottom: var(--t16);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .article-slider {
    padding-bottom: 9.6vw;
  }
}

.article-video {
  position: relative;
}
.article-video__icon {
  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;
  border-radius: 4px;
  width: 56px;
  height: 56px;
  background: var(--turkey-red);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video__icon {
    border-radius: 0.28vw;
    width: var(--px56);
    height: var(--px56);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video__icon {
    background: var(--white);
    position: absolute;
    left: var(--t16);
    top: 29.6vw;
    height: var(--t56);
    border-radius: var(--t8);
    width: var(--t56);
  }
}
.article-video__icon svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video__icon svg path {
    fill: var(--eerie-black) !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video__icon svg {
    width: var(--px24);
    height: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video__icon svg {
    height: var(--t24);
    width: var(--t24);
  }
}
.article-video-info {
  padding: 8px 8px 8px 24px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 32px;
  left: 32px;
  border-radius: 8px;
  background: var(--white);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video-info {
    padding: var(--px8) var(--px8) var(--px8) var(--px24);
    bottom: var(--px32);
    left: var(--px32);
    border-radius: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video-info {
    position: static;
    padding: 0;
    margin-top: var(--t12);
    border-radius: 0;
  }
}
.article-video-info p {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 64px;
  line-height: 137%;
  color: var(--eerie-black);
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video-info p {
    font-size: var(--px16);
    margin-right: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video-info p {
    margin-right: 0;
    font-size: var(--t16);
  }
}
.article-video-info p span {
  display: block;
  font-size: 14px;
  line-height: 143%;
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video-info p span {
    font-size: 0.97vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video-info p span {
    font-size: 3.73vw;
    margin-top: 0.53vw;
  }
}
.article-video:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video:not(:first-child) {
    margin-top: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video:not(:first-child) {
    margin-top: 0;
  }
}
.article-video:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-video:not(:last-child) {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-video:not(:last-child) {
    margin-bottom: var(--t24);
  }
}
.article-video img {
  margin: 0 !important;
}

.btn.btn--share {
  background: var(--ghost-white);
  padding: 0px 32px 0px 24px;
  gap: 16px;
}
.btn.btn--share svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .btn.btn--share {
    padding: 0 var(--px32) 0 var(--px24);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn.btn--share {
    width: 100%;
    gap: var(--t16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .btn.btn--share svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn.btn--share svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.contents {
  border-radius: 24px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents {
    border-radius: var(--px24);
  }
}
.contents__title {
  line-height: 137%;
  color: var(--eerie-black);
  padding: 24px;
  border-bottom: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents__title {
    padding: var(--px24);
    font-size: var(--px16);
  }
}
.contents ul {
  list-style: none;
  padding: 32px 32px 32px 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents ul {
    padding: var(--px32) var(--px32) var(--px32) var(--px16);
  }
}
.contents ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 13px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents ul li {
    font-size: var(--px16);
    line-height: var(--px22);
    padding-left: 0.9vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contents ul li {
    padding-left: 3.47vw;
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.contents ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--eerie-black-opacity-60);
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents ul li::before {
    width: 0.35vw;
    height: 0.35vw;
    top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contents ul li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: var(--t8);
  }
}
.contents ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents ul li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contents ul li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.contents ul a {
  color: var(--eerie-black-opacity-60);
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .contents ul a {
    font-size: var(--px16);
  }
}

.article-author {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author {
    border-radius: var(--px24);
  }
}
.article-author:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author:not(:last-child) {
    margin-bottom: var(--px32);
  }
}
.article-author img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author img {
    height: 15.28vw;
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
.article-author__info {
  padding: 32px 32px 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author__info {
    padding: var(--px32) var(--px32) var(--px40);
  }
}
.article-author p:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  color: var(--eerie-black);
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author p:first-child {
    font-size: 1.25vw;
    margin-bottom: var(--px8);
  }
}
.article-author p:last-child {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-author p:last-child {
    font-size: var(--px16);
  }
}

/* .text-box {
    overflow-x: hidden;
} */
@media (min-width: 320px) and (max-width: 767px) {
  .article-table-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-table-inner::after {
    content: "";
    min-width: var(--t24);
    height: 80px;
    display: inline-block;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .article-table-wrap {
    padding-bottom: 6.93vw;
    width: calc(100% + var(--t48));
    margin-left: -6.4vw;
    overflow-x: auto;
    margin-right: var(--t24);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
  .os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
    left: var(--t24) !important;
    right: var(--t24) !important;
    padding: 0 !important;
    height: 0.53vw !important;
  }
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  background-color: var(--turkey-red) !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .os-scrollbar-track {
    border-radius: 0.27vw !important;
    background: var(--eerie-black-opacity-10) !important;
    height: 0.53vw !important;
  }
}

.article-slider:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-slider:not(:first-child) {
    margin-top: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-slider:not(:first-child) {
    margin-top: var(--t40);
  }
}

.article-slider:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-slider:not(:last-child) {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-slider:not(:last-child) {
    margin-bottom: var(--t40);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .article-table {
    padding-left: var(--t24);
  }
}

.article-table:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table:not(:first-child) {
    margin-top: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table:not(:first-child) {
    margin-top: var(--t40);
  }
}

.article-table:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table:not(:last-child) {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table:not(:last-child) {
    margin-bottom: var(--t40);
  }
}

.article-table:last-child {
  padding-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table:last-child {
    padding-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table:last-child {
    padding-bottom: 0;
  }
}

.article-table__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  color: var(--eerie-black);
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table__title {
    margin-bottom: var(--px16);
    font-size: 1.25vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table__title {
    margin-bottom: var(--t16);
    font-size: 4.8vw;
  }
}

.article-table table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table table {
    min-width: 224vw;
  }
}

.article-table th,
.article-table td {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table th,
  .article-table td {
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table th,
  .article-table td {
    font-size: var(--t16);
  }
}

.article-table th {
  padding: 16px 0;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
  border-top: 1px solid var(--eerie-black-opacity-10);
  font-weight: normal;
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table th {
    padding: var(--px16) 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table th {
    padding: var(--t16) 0;
  }
}

.article-table td {
  padding: 16px 0;
  line-height: 137%;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-table td {
    padding: var(--px16) 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-table td {
    padding: var(--t16) 0;
  }
}

.article-date {
  line-height: 137%;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-date {
    font-size: var(--px16);
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-date {
    font-size: var(--t16);
    margin-bottom: var(--t24);
  }
}

.article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: var(--t48);
  }
}
.article-top .article-author {
  display: none;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top .article-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-top .article-author img {
  width: 19.2vw;
  height: 19.2vw;
  border-radius: var(--t8);
  margin-right: var(--t16);
}
.article-top .article-author__info {
  padding: 0;
}
.article-top .article-author p:last-child {
  font-size: var(--t14);
}
.article-top .article-author:not(:last-child) {
  margin-bottom: var(--t32);
}
.article-top .article-author p:first-child {
  font-size: var(--t18);
  margin-bottom: 1.07vw;
}

.article-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top__buttons {
    gap: 8px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top__buttons {
    gap: 2.67vw;
    padding-bottom: 6.67vw;
    border-bottom: 1px solid var(--eerie-black-opacity-7);
    margin-bottom: var(--t24);
  }
}
.article-top__buttons .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  height: 40px;
  background: var(--ghost-white);
  line-height: 137%;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top__buttons .btn {
    border-radius: var(--px8);
    height: var(--px40);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top__buttons .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: var(--t40);
    font-size: var(--t16);
    gap: var(--t16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top__buttons .btn svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top__buttons .btn svg {
    width: var(--t20);
    height: var(--t20);
  }
}
.article-top__buttons .btn svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.article-top__buttons .btn.prev-btn {
  padding: 0px 24px 0px 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top__buttons .btn.prev-btn {
    padding: 0 var(--px24) 0 var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top__buttons .btn.prev-btn {
    padding: 0;
  }
}
.article-top__buttons .btn.next-btn {
  padding: 0px 16px 0px 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-top__buttons .btn.next-btn {
    padding: 0 var(--px16) 0 var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article-top__buttons .btn.next-btn {
    padding: 0;
  }
}

.share-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .share-mobile {
    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;
    width: 100%;
    background: var(--ghost-white);
    height: var(--t56);
    border-radius: var(--t8);
    color: var(--eerie-black);
    gap: var(--t16);
    font-size: var(--t16);
  }
}
.share-mobile svg {
  width: var(--t20);
  height: var(--t20);
}

.share-wrap {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .share-wrap {
    display: none;
  }
}
.share-wrap ul {
  z-index: 2;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 304px;
  padding: 32px;
  padding-top: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap ul {
    padding: var(--px32);
    padding-top: 5.56vw;
    width: 21.11vw;
  }
}
.share-wrap ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 48px);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap ul::before {
    border-radius: var(--px24);
    height: calc(100% - var(--px48));
  }
}
.share-wrap li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
.share-wrap li:first-child {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap li:first-child {
    padding-bottom: var(--px24);
    margin-bottom: var(--px24);
  }
}
.share-wrap li a {
  line-height: 137%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap li a {
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
.share-wrap li .icon {
  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;
  background: var(--ghost-white);
  border: 1px solid transparent;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  -webkit-transition:
    background 0.3s,
    border 0.3s;
  -o-transition:
    background 0.3s,
    border 0.3s;
  transition:
    background 0.3s,
    border 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap li .icon {
    height: var(--px40);
    width: var(--px40);
  }
}
.share-wrap li .icon svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap li .icon svg {
    height: var(--px20);
    width: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .share-wrap li .icon svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.article-bottom .share-wrap {
  width: 304px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-bottom .share-wrap {
    width: 21.11vw;
  }
}

.article-bottom .share-wrap ul::before {
  height: calc(100% - 64px);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-bottom .share-wrap ul::before {
    height: calc(100% - var(--px64));
  }
}

.article-bottom .share-wrap__btn {
  padding-left: 24px;
  padding-right: 32px;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-bottom .share-wrap__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--px56);
    padding-left: var(--px24);
    padding-right: var(--px32);
  }
}

.article-bottom .share-wrap ul {
  padding-top: 96px;
  right: auto;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .article-bottom .share-wrap ul {
    padding-top: var(--px96);
  }
}

.share-wrap__btn {
  font-weight: 400 !important;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 0px 24px 0px 16px;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--eerie-black);
  background: var(--ghost-white);
  position: relative;
  -webkit-transition:
    background 0.3s,
    border 0.3s;
  -o-transition:
    background 0.3s,
    border 0.3s;
  transition:
    background 0.3s,
    border 0.3s;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap__btn {
    font-size: var(--px16);
    border-radius: var(--px8);
    padding: 0 var(--px24) 0 var(--px16);
    height: var(--px40);
    gap: var(--px16);
    line-height: var(--px22);
  }
}
.share-wrap__btn svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .share-wrap__btn svg {
    height: var(--px20);
    width: var(--px20);
  }
}

.clients {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .clients {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clients {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clients .section-head {
    padding-left: var(--t24);
    padding-right: var(--t24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clients .container {
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients-slider {
    height: 96.87vw;
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.clients-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clients-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .clients-slider .swiper-wrapper {
    display: grid;
    width: auto !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .clients-slider .swiper-wrapper {
    gap: var(--px32);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients-slider .swiper-wrapper {
    gap: 0;
  }
}

.clients-slider .swiper-slide {
  background: var(--ghost-white);
  border-radius: 24px;
  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;
}
@media (min-width: 768px) {
  .clients-slider .swiper-slide {
    margin-top: 0 !important;
    height: 155px !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .clients-slider .swiper-slide {
    height: 10.76vw !important;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clients-slider .swiper-slide {
    border-radius: var(--t24);
    height: 26.67vw;
  }
}
.clients-slider .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}
@media (min-width: 768px) {
  .clients-slider .swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
  }
}

.files {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files {
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files .section-head {
    margin-bottom: var(--t40);
  }
}

.files-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-items {
    border-top: 1px solid var(--eerie-black-opacity-7);
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: var(--t16);
  }
}

.files-item {
  background: var(--ghost-white);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    padding-bottom: var(--t16);
    border-bottom: 1px solid var(--eerie-black-opacity-7);
  }
  .files-item:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.files-item p:first-child {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item p:first-child {
    padding: var(--px24);
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item p:first-child {
    padding: 0;
    font-size: var(--t16);
    line-height: var(--t22);
    font-weight: 400;
  }
  .files-item p:first-child br {
    display: none;
  }
}
.files-item p:first-child span {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--eerie-black-opacity-60);
  margin-top: 64px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item p:first-child span {
    font-size: var(--px16);
    margin-top: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item p:first-child span {
    margin-top: 0.53vw;
    font-size: var(--t14);
  }
}
.files-item p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px;
  line-height: 137%;
  color: var(--eerie-black);
  gap: 16px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item p:last-child {
    padding: var(--px24);
    gap: var(--px16);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item p:last-child {
    padding: 0;
    font-size: 0;
    gap: 0;
    border: none;
  }
}
.files-item .icon {
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item .icon {
    border-radius: 0.42vw;
    width: var(--px32);
    height: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item .icon {
    background: var(--ghost-white);
    width: var(--t40);
    height: var(--t40);
    border-radius: var(--t8);
  }
}
.files-item .icon svg path,
.files-item .icon svg line {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .files-item .icon svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .files-item .icon svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.office {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office .container {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office .section-head {
    padding-left: var(--t24);
    padding-right: var(--t24);
  }
}
.office .btn-hr {
  padding-top: 16px;
  padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office .btn-hr {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.office-slider {
  margin-bottom: 32px;
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-slider {
    border-radius: var(--px24);
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-slider {
    margin-bottom: var(--t32);
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}
.office-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .office-slider .swiper-slide {
    width: 640px !important;
  }
  .office-slider .swiper-slide:not(:last-child) {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-slider .swiper-slide {
    width: 44.44vw !important;
    margin-right: var(--px32) !important;
  }
}
.office-slider .swiper-slide img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-slider .swiper-slide img {
    border-radius: var(--px24);
  }
}

.office-slider-arrows {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-slider-arrows {
    margin-bottom: var(--px16);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-slider-arrows {
    display: none;
  }
}
.office-slider-arrows::before {
  content: "";
  position: absolute;
  width: calc(100% - 144px);
  height: 1px;
  background-color: var(--eerie-black-opacity-10);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-slider-arrows::before {
    width: calc(100% - 10vw);
  }
}

.office-text-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-text-wrap {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-text-wrap {
    padding-left: var(--t24);
    padding-right: var(--t24);
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.office-text {
  grid-column: 2/3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-text {
    grid-column: 1/2;
  }
}
.office-text p {
  line-height: 137%;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .office-text p {
    font-size: var(--px16);
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-text p {
    font-size: var(--t16);
    margin-bottom: var(--t32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .office-text .btn-hr {
    width: 100%;
  }
}

.time {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time {
    padding-bottom: var(--t72);
  }
}

.time-wrap {
  background: var(--ghost-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 24px;
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-wrap {
    border-radius: var(--px24);
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.time-wrap img {
  position: absolute;
  /* top: 16px;
    right: 16px;
    height: calc(100% - 32px); */
  width: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;

  top: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-wrap img {
    /* right: var(--px16);
        top: var(--px16);
        height: calc(100% - var(--px32)); */
    width: 33.36vw;
    border-radius: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-wrap img {
    width: 100%;
    position: static;
    height: 49.33vw;
    border-radius: var(--t8);
    margin-bottom: var(--t16);
    background: var(--ghost-white);
  }
}

.time-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--eerie-black-opacity-7);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-wrap ul {
    gap: var(--px24);
    margin-bottom: var(--px24);
    padding-bottom: 3.61vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-wrap ul {
    padding-bottom: var(--t32);
    margin-bottom: var(--t16);
    gap: 1.87vw;
  }
}
.time-wrap .label {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-wrap .label {
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-wrap .label {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}
.time-wrap .number {
  font-size: 80px;
  line-height: 110%;
  color: var(--eerie-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-wrap .number {
    gap: var(--px24);
    font-size: 5.56vw;
  }
  .time-wrap .number svg {
    height: 2.29vw;
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-wrap .number {
    min-width: 12vw;
    font-size: var(--t40);
    line-height: var(--t48);
    gap: 1.87vw;
  }
  .time-wrap .number svg {
    width: auto;
    height: var(--t16);
  }
}

.time-text {
  line-height: 137%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .time-text {
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .time-text {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.numbers {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers {
    padding-bottom: var(--t72);
  }
}

.numbers-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-items {
    margin-bottom: var(--px32);
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-items {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
    background: var(--ghost-white);
    border-radius: var(--t24);
    padding: var(--t24) var(--t16) var(--t32) var(--t16);
  }
}

.numbers-item {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-item {
    border-radius: 0;
  }
  .numbers-item:not(:last-child) {
    padding-bottom: var(--t32);
    margin-bottom: var(--t20);
    border-bottom: 1px solid var(--eerie-black-opacity-10);
  }
}
.numbers-item p:first-child {
  font-size: 48px;
  line-height: 108%;
  color: var(--eerie-black);
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-item p:first-child {
    font-size: var(--px48);
    line-height: 3.61vw;
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-item p:first-child {
    font-size: var(--t40);
    line-height: var(--t48);
    padding: 0;
    margin-bottom: var(--t8);
  }
  .numbers-item p:first-child span {
    font-size: var(--t20);
    font-weight: 500;
    line-height: var(--t24);
  }
}
.numbers-item p:last-child,
.numbers-item p:nth-child(2) {
  border-top: 1px solid var(--eerie-black-opacity-7);
  line-height: 137%;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-item p:last-child,
  .numbers-item p:nth-child(2) {
    font-size: var(--px16);
    line-height: var(--px22);
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-item p:last-child,
  .numbers-item p:nth-child(2) {
    border: none;
    padding: 0;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}
.numbers-item:last-child {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-item:last-child {
    display: block;
  }
}

.numbers-map {
  overflow: hidden;
  height: 564px;
  background: var(--ghost-white);
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map {
    height: 39.17vw;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .numbers-map {
    display: none;
  }
}

.numbers-map__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 564px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map__img {
    height: 39.17vw;
  }
}

.numbers-map__box {
  width: 304px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: var(--white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map__box {
    border-radius: var(--px24);
    bottom: var(--px40);
    left: var(--px40);
    width: 21.11vw;
  }
}
.numbers-map__box p:first-child {
  font-size: 48px;
  line-height: 108%;
  color: var(--eerie-black);
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map__box p:first-child {
    font-size: var(--px48);
    line-height: 3.61vw;
    padding: var(--px32);
  }
}
.numbers-map__box p:first-child span {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map__box p:first-child span {
    font-size: var(--px22);
    line-height: 1.81vw;
  }
}
.numbers-map__box p:last-child {
  border-top: 1px solid var(--eerie-black-opacity-7);
  line-height: 137%;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map__box p:last-child {
    font-size: var(--px16);
    padding: var(--px32);
  }
}

.numbers-map_label {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  color: var(--eerie-black);
  border-radius: 0 6px 6px 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.numbers-map_label.--one {
  top: 123px;
  left: 268px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label.--one {
    top: 8.54vw;
    left: 18.61vw;
  }
}
.numbers-map_label.--two {
  top: 214px;
  right: 9px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label.--two {
    top: 14.86vw;
    right: 0.63vw;
  }
}
.numbers-map_label.--three {
  right: 36px;
  bottom: 234px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label.--three {
    right: 2.5vw;
    bottom: 16.25vw;
  }
}
.numbers-map_label.--four {
  right: 228px;
  bottom: 163px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label.--four {
    right: 15.83vw;
    bottom: 11.32vw;
  }
}
.numbers-map_label.--five {
  right: 223px;
  bottom: 55px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label.--five {
    right: 15.49vw;
    bottom: 3.82vw;
  }
}
.numbers-map_label p {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label p {
    padding-left: var(--px24);
    padding-right: var(--px24);
    font-size: var(--px16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .numbers-map_label img {
    width: var(--px40);
    height: var(--px40);
  }
}

.calc {
  scroll-margin-top: 88px;
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc {
    padding-bottom: var(--t72);
  }
}

.calc-wrapper {
  border-radius: 24px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper {
    border-radius: 0;
    background-color: transparent;
  }
}
.calc-wrapper .input input,
.calc-wrapper .textarea input {
  background: var(--white);
  height: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .input input,
  .calc-wrapper .textarea input {
    height: var(--px64);
    font-size: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .input input,
  .calc-wrapper .textarea input {
    height: var(--t64);
    background: var(--ghost-white);
  }
}
.calc-wrapper .form-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .form-row--two {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .form-row--two {
    gap: var(--t16);
    grid-template-columns: 1fr;
  }
}
.calc-wrapper .form-row--two:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .form-row--two:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .form-row--two:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.calc-wrapper .form-row--three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .form-row--three {
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .form-row--three {
    gap: var(--t16);
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .form-row--three .input:last-child {
    grid-column: 1/2;
  }
}
.calc-wrapper .btn {
  padding-top: 20px;
  padding-bottom: 22px;
  height: 64px;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .btn {
    margin-bottom: var(--px32);
    height: var(--px64);
    padding-top: 1.39vw;
    padding-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .btn {
    line-height: var(--t22);
    padding-top: var(--t20);
    padding-bottom: var(--t22);
    height: auto;
  }
}
.calc-wrapper .form-bottom p {
  font-size: 14px;
  line-height: 143%;
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .form-bottom p {
    font-size: 0.97vw;
  }
}
.calc-wrapper .form-bottom p a {
  color: var(--eerie-black);
}
.calc-wrapper .form-bottom {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .form-bottom {
    padding-left: var(--px32);
    padding-right: var(--px32);
    padding-top: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .form-bottom {
    display: none;
  }
}
.calc-wrapper .input__text {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-wrapper .input__text {
    font-size: var(--px16);
    right: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-wrapper .input__text {
    right: var(--t20);
    font-size: var(--t16);
  }
}

.state__body {
  grid-column: 5/13;
  margin-right: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .state__body {
    margin-right: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .state__body {
    margin-right: 0;
  }
  .state__body:not(:last-child) {
    margin-bottom: var(--t16);
  }
}

.state__title {
  margin-top: 16px;
  grid-column: 1/5;
  margin-left: 32px;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .state__title {
    margin-top: var(--px16);
    margin-left: var(--px32);
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .state__title {
    margin-left: 0;
    font-size: var(--t18);
    margin-bottom: var(--t32);
  }
}
.state__title span {
  border-radius: 6px;
  width: 32px;
  font-size: 16px;
  height: 32px;
  min-width: 32px;
  background: var(--white);
  color: var(--turkey-red);
  margin-right: 16px;
  font-weight: 400;
  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;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .state__title span {
    font-size: var(--px16);
    min-width: var(--px32);
    margin-right: var(--px16);
    width: var(--px32);
    height: var(--px32);
    border-radius: 0.42vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .state__title span {
    background: var(--ghost-white);
    width: var(--t32);
    margin-right: var(--t12);
    height: var(--t32);
    font-size: var(--t16);
    border-radius: 1.6vw;
  }
}

.calc-body {
  padding-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-body {
    padding-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-body {
    padding-bottom: 0;
  }
}
.calc-body .state__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-body .state__content {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-body .state__content {
    display: block;
  }
}

.calc-top {
  padding-bottom: 72px;
  margin-bottom: 32px;
  position: relative;
}
.calc-top .section-head {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-top .section-head {
    margin-bottom: var(--t32);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-top {
    padding-bottom: 5vw;
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-top {
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
  }
}
.calc-top::before {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  height: 1px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-top::before {
    width: calc(100% - var(--px64));
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-top::before {
    display: none;
  }
}
.calc-top .col:first-child {
  padding-top: 32px;
  padding-left: 32px;
  grid-column: 1/6;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-top .col:first-child {
    padding-top: var(--px32);
    padding-left: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-top .col:first-child {
    padding: 0;
  }
}
.calc-top img {
  border-radius: 24px 24px 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .calc-top img {
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .calc-top img {
    display: none;
  }
}

.state-line {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .state-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--t16);
  }
}
.state-line svg {
  width: var(--t16);
  height: var(--t16);
}
.state-line .line {
  position: relative;
  height: 0.53vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--eerie-black-opacity-10);
}
.state-line .line.full {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.state-line .line.full span {
  width: 100%;
}
.state-line .line span {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--jonquil);
}
.state-line .line span.full {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .state {
    display: none;
  }
  .state:last-child .form-row--three {
    grid-template-columns: 1fr;
  }
  .state:last-child .form-row--three .input:last-child {
    grid-column: 1/2;
  }
  .state.current {
    display: block;
  }
}

.state__progress {
  display: none;
}

.state__bottom {
  display: none;
}

.state__buttons {
  grid-column: 1/10;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .state__buttons {
    display: block;
  }
}
.state__buttons .btn {
  margin-bottom: var(--t24);
}
.state__buttons .btn:last-child {
  margin-bottom: 0;
}
.state__buttons p {
  color: var(--eerie-black-opacity-60);
  line-height: var(--t20);
  font-size: var(--t14);
}
.state__buttons p a {
  display: inline;
  color: var(--eerie-black);
}

.state:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .state:not(:last-child) {
    padding-bottom: var(--px32);
    margin-bottom: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .state:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.state:not(:last-child)::before {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  height: 1px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .state:not(:last-child)::before {
    width: calc(100% - var(--px64));
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .state:not(:last-child)::before {
    display: none;
  }
}

.faq {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq {
    padding-bottom: var(--t72);
  }
}
.faq .btn {
  height: 64px;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .btn {
    height: var(--px64);
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .btn {
    height: auto;
    padding-top: var(--t20);
    line-height: var(--t22);
    padding-bottom: 5.87vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion-container {
    border-bottom: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .section-head {
    padding: 0 var(--t24);
  }
}
.faq .accordion__content-text {
  max-width: 648px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text {
    max-width: 45vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text {
    max-width: 100%;
  }
}
.faq .accordion__content-text img {
  max-width: 100%;
}
.faq .accordion__content-text ol {
  counter-reset: listCounter;
}
.faq .accordion__content-text ol:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ol:not(:last-child) {
    margin-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ol:not(:last-child) {
    margin-bottom: var(--t22);
  }
}
.faq .accordion__content-text ol li::marker {
  font-size: 0;
}
.faq .accordion__content-text ol li {
  padding-left: 24px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ol li {
    padding-left: var(--px24);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ol li {
    padding-left: var(--t24);
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.faq .accordion__content-text ol li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ol li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ol li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
.faq .accordion__content-text ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.faq .accordion__content-text ul {
  list-style: none;
}
.faq .accordion__content-text ul:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ul:not(:last-child) {
    margin-bottom: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ul:not(:last-child) {
    margin-bottom: var(--t22);
  }
}
.faq .accordion__content-text ul li {
  padding-left: 13px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ul li {
    font-size: var(--px16);
    line-height: var(--px22);
    padding-left: 0.9vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ul li {
    padding-left: 3.47vw;
    line-height: var(--t22);
    font-size: var(--t16);
  }
}
.faq .accordion__content-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 5px;
  height: 5px;
  background-color: var(--eerie-black-opacity-60);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ul li::before {
    width: 0.35vw;
    height: 0.35vw;
    top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ul li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: var(--t8);
  }
}
.faq .accordion__content-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .faq .accordion__content-text ul li:not(:last-child) {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .accordion__content-text ul li:not(:last-child) {
    margin-bottom: var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq .container {
    padding: 0;
  }
}

.faq-bottom {
  padding: 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-bottom {
    border-top: 1px solid var(--eerie-black-opacity-10);
    padding: var(--t24) var(--t24) 0 var(--t24);
  }
}

.service-hero {
  padding-bottom: 96px;
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero {
    padding-top: var(--px8);
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero {
    padding-top: var(--t16);
    padding-bottom: var(--t72);
  }
}

.service-hero-box {
  background: var(--ghost-white);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  margin-bottom: 32px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-hero-box img {
  border-radius: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box img {
    border-radius: var(--t24);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box {
    border-radius: var(--px24);
    padding: var(--px32);
    margin-bottom: var(--px32);
    height: 29.17vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box {
    height: auto;
    border-radius: var(--t24);
    padding: var(--t16);
    margin-bottom: var(--t48);
  }
}
.service-hero-box h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box h1 {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box h1 {
    margin-bottom: var(--t16);
  }
}
.service-hero-box .btn {
  min-width: 217px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box .btn {
    min-width: 15.07vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box .btn {
    min-width: auto;
    width: 100%;
  }
}
.service-hero-box__text {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box__text {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box__text {
    margin-bottom: 62.4vw;
  }
}
.service-hero-box ol li::marker {
  font-size: 0;
}
.service-hero-box ol {
  counter-reset: listCounter;
}
.service-hero-box ol:not(:first-child) {
  margin-top: 12px;
}
.service-hero-box ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.service-hero-box ol li {
  padding-left: 18px;
  position: relative;
  line-height: 22px;
}
.service-hero-box ol li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box ol li:not(:last-child) {
    margin-bottom: var(--px8);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box ol li {
    line-height: var(--px22);
    padding-left: 1.25vw;
    font-size: var(--px16);
  }
}
.service-hero-box p {
  line-height: 137%;
  position: relative;
  z-index: 2;
}
.service-hero-box p:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box p:not(:first-child) {
    margin-top: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box p:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-box p {
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-box p {
    font-size: var(--t16);
    line-height: var(--t22);
  }
}

.service-hero-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-items {
    display: block;
    background: var(--ghost-white);
    border-radius: var(--t24);
    padding: var(--t24) var(--t16) var(--t32) var(--t16);
  }
}

.service-hero-item {
  background: var(--ghost-white);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-item {
    background-color: transparent;
    border-radius: 0;
  }
  .service-hero-item:not(:last-child) {
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    padding-bottom: var(--t32);
    margin-bottom: var(--t20);
  }
}
.service-hero-item p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  font-size: 48px;
  line-height: 108%;
  color: var(--eerie-black);
  padding: 32px;
  border-bottom: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-item p:first-child {
    font-size: var(--px48);
    line-height: 3.61vw;
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-item p:first-child {
    border: none;
    padding: 0;
    margin-bottom: var(--t8);
    line-height: var(--t48);
    font-size: var(--t40);
  }
}
.service-hero-item p:first-child span {
  margin-bottom: 4px;
  font-weight: 500;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  line-height: 118%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-item p:first-child span {
    margin-bottom: 0.28vw;
    height: 2.08vw;
    font-size: var(--px22);
    line-height: 1.81vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-item p:first-child span {
    height: auto;
    font-size: var(--t20);
    line-height: var(--t24);
    margin-bottom: 1.6vw;
  }
}
.service-hero-item p:nth-child(2),
.service-hero-item p:last-child {
  line-height: 137%;
  padding: 32px 32px 54px 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-hero-item p:nth-child(2),
  .service-hero-item p:last-child {
    font-size: var(--px16);
    line-height: var(--px22);
    padding: var(--px32) var(--px32) 3.75vw var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-hero-item p:nth-child(2),
  .service-hero-item p:last-child {
    padding: 0;
    line-height: var(--t22);
    font-size: var(--t16);
  }
}

.price {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price {
    padding-bottom: var(--t72);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .section-head {
    padding: 0 var(--t24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .section-head h2 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .container {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .section-head__descr {
    display: none;
  }
}
.price .accordion-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .accordion-container {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion-container {
    border-top: 1px solid var(--eerie-black-opacity-10);
    display: block;
  }
}
.price .accordion__content {
  opacity: 1;
}
@media (min-width: 768px) {
  .price .accordion__content {
    max-height: none !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion__content {
    opacity: 0;
  }
}
.price .accordion__content-text {
  margin-left: 0;
  padding: 24px 32px 40px 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .accordion__content-text {
    padding: var(--px24) var(--px32) var(--px40) var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion__content-text {
    padding: 2.67vw var(--t24) var(--t32) var(--t24);
  }
}
.price .price-wrap ul {
  list-style: none;
}
.price .price-wrap ul li {
  padding-left: 17px;
  line-height: 137%;
  color: var(--eerie-black);
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price-wrap ul li {
    padding-left: 1.18vw;
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price-wrap ul li {
    padding-left: 4.53vw;
    font-size: var(--t16);
    line-height: var(--t22);
  }
}
.price .price-wrap ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--turkey-red);
  left: 0;
  top: 8.5px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price-wrap ul li::before {
    width: 0.35vw;
    height: 0.35vw;
    top: 0.56vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price-wrap ul li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: 2.13vw;
  }
}
.price .price-wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price-wrap ul li:not(:last-child) {
    margin-bottom: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price-wrap ul li:not(:last-child) {
    margin-bottom: var(--t12);
  }
}
.price .price__descr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price__descr {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price__descr {
    grid-template-columns: 1fr;
    gap: var(--t12);
  }
}
.price .price__items ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price__items ul {
    margin-bottom: var(--px48);
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price__items ul {
    gap: var(--t8);
    padding-bottom: var(--t24);
    border-bottom: 1px solid var(--eerie-black-opacity-10);
    margin-bottom: var(--t24);
  }
}
.price .price__items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  background: var(--white);
  color: var(--eerie-black);
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .price__items ul li {
    font-size: var(--px16);
    height: var(--px40);
    border-radius: var(--px8);
    padding: 0 var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .price__items ul li {
    height: var(--t40);
    border-radius: var(--t8);
    font-size: var(--t16);
    padding: 0 var(--t14);
  }
}
.price .accordion__intro-btn {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion__intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.price .accordion__intro {
  color: var(--eerie-black) !important;
  padding: 24px 32px;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .accordion__intro {
    padding: var(--px24) var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion__intro {
    padding: var(--t20) var(--t24) var(--t22) var(--t24);
    border: none;
  }
}
.price .accordion {
  background: var(--ghost-white);
  border-radius: 24px;
  padding: 0;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .price .accordion {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion {
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border: none;
  }
  .price .accordion.accordion__active {
    background: var(--ghost-white);
  }
  .price .accordion.accordion__active .accordion__content {
    opacity: 1;
  }
}
.price .accordion:first-child {
  grid-column: 1/5;
}
.price .accordion:last-child {
  grid-column: 5/13;
}
.price .reverse .accordion:first-child {
  grid-column: 1/9;
}
.price .reverse .accordion:last-child {
  grid-column: 9/13;
}
.price .accordion:not(:last-child) {
  border: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .price .accordion:not(:last-child) {
    border-bottom: 1px solid var(--eerie-black-opacity-10);
  }
}

.delivery {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .delivery {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery {
    display: none;
  }
}

.delivery__map img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  height: 600px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .delivery__map img {
    border-radius: var(--px24);
    height: 41.67vw;
  }
}

.algorithm {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm {
    padding-bottom: var(--t72);
    overflow-x: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm .container {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm .section-head {
    padding: 0 var(--t24);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

@media (min-width: 768px) {
  .algorithm-slider .swiper-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-slider .swiper-wrapper {
    gap: var(--px32);
  }
}

.algorithm-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .algorithm-slider .swiper-slide {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.algorithm-slider .swiper-slide:first-child .algorithm-item {
  cursor: default;
}
.algorithm-slider .swiper-slide:not(:first-child) .algorithm-item.hover {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-slider .swiper-slide:not(:first-child) .algorithm-item.hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.algorithm-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.algorithm-item {
  cursor: pointer;
  height: 221px;
  position: relative;
  border-radius: 24px;
  background: var(--ghost-white);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item {
    height: 15.35vw;
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item {
    height: auto;
    aspect-ratio: 1/1;
    border-radius: var(--t24);
    padding: var(--t24) var(--t16) var(--t16) var(--t16);
  }
}
.algorithm-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.algorithm-item:first-child .algorithm-item__bottom {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item:first-child .algorithm-item__bottom {
    padding-top: var(--px20);
    padding-bottom: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item:first-child .algorithm-item__bottom {
    padding: 0;
  }
}
.algorithm-item__head {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: var(--eerie-black);
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item__head {
    font-size: var(--px22);
    line-height: 1.81vw;
    padding: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item__head {
    padding: 0;
    font-size: var(--t20);
    line-height: var(--t24);
  }
}
.algorithm-item__head span {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item__head span {
    display: block;
    font-size: var(--t14);
    color: var(--eerie-black-opacity-60);
    font-weight: 400;
    margin-bottom: var(--t12);
  }
}
.algorithm-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-top: 1px solid var(--eerie-black-opacity-7);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item__bottom {
    padding: var(--px24);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item__bottom {
    padding: 0;
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item__bottom p {
    display: none;
  }
}
.algorithm-item .btn {
  height: auto;
  border-radius: 8px;
  padding: 8px 20px 10px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item .btn {
    height: var(--px40);
    padding: 0 var(--px20);
    border-radius: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item .btn {
    border-radius: var(--t8);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: var(--t56);
  }
}
.algorithm-item .icon {
  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;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  background: var(--white);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item .icon {
    width: var(--px32);
    border-radius: 0.42vw;
    height: var(--px32);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item .icon svg {
    width: var(--px20);
    height: var(--px20);
  }
}
.algorithm-item .icon svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item .icon {
    display: none;
  }
}
.algorithm-item .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  font-size: 16px;
  line-height: 137%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .algorithm-item .back {
    padding: var(--px24);
    font-size: var(--px16);
    line-height: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item .back {
    padding: 0;
    padding-top: var(--t22);
    border-top: 1px solid var(--eerie-black-opacity-10);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    padding-bottom: 13.87vw;
  }
}
.algorithm-item .back .icon {
  margin-left: auto;
}
.algorithm-item .front {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .algorithm-item .front {
    position: static;
  }
}

.contacts-body > .col:last-child ul li.close-map {
  display: none;
}

.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
}

.ymaps-2-1-79-inner-panes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--ghost-white) !important;
  top: 0;
  left: 0;
  z-index: 2;
}

.catalog {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog {
    padding-bottom: var(--t72);
  }
}

.catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items {
    grid-template-columns: 1fr;
    gap: var(--t8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide__bottom {
    border: none;
    padding: var(--t24) var(--t16) var(--t16) var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide {
    border-radius: var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide img {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide__bottom-link {
    font-size: var(--t14);
    gap: var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide__descr {
    font-size: var(--t14);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide__name {
    line-height: 133%;
    margin-bottom: 1.07vw;
    font-size: var(--t18);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide__body {
    padding: var(--t20) var(--t16) 0 var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-items .services-slide .services-slide__bottom-link .icon {
    width: var(--t32);
    height: var(--t32);
  }
  .catalog-items .services-slide .services-slide__bottom-link .icon svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.catalog-hero {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero {
    padding-bottom: var(--t72);
  }
}

.catalog-hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--ghost-white);
  border-radius: 24px;
  position: relative;
  height: 420px;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-box {
    border-radius: var(--px24);
    height: 29.19vw;
    padding: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-box {
    border-radius: var(--t16);
    height: auto;
    padding: var(--t16);
  }
}
.catalog-hero-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-box img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-box img {
    display: none;
  }
}
.catalog-hero-box h1 {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-box h1 {
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-box h1 {
    margin-bottom: var(--t16);
  }
}
.catalog-hero-box p {
  line-height: 137%;
}

.catalog-hero-box__head {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-box__head {
    margin-bottom: var(--t40);
  }
}

.catalog-hero-search {
  position: relative;
  margin-top: auto;
  z-index: 2;
}
.catalog-hero-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-search form {
    gap: var(--px16);
  }
}
.catalog-hero-search .input input,
.catalog-hero-search .textarea input {
  background: var(--white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-search .input input,
  .catalog-hero-search .textarea input {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: var(--t72);
  }
}
.catalog-hero-search .input.required:after,
.catalog-hero-search .textarea.required:after {
  display: none;
}
.catalog-hero-search .btn {
  color: var(--white);
  background: var(--turkey-red);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 64px;
  width: 192px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-search .btn {
    height: var(--px64);
    width: 13.34vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-search .btn {
    width: var(--t40);
    height: var(--t40);
    top: var(--t12);
    right: var(--t12);
    bottom: var(--t12);
    padding: 0;
    font-size: 0;
    border-radius: 1.07vw;
    position: absolute;
  }
}
.catalog-hero-search .btn svg {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-search .btn svg {
    display: block;
    width: var(--t20);
    height: var(--t20);
  }
}
.catalog-hero-search ul {
  margin-top: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .catalog-hero-search ul {
    margin-top: var(--px16);
    gap: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-search ul {
    gap: var(--t16);
    margin-top: var(--t16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .catalog-hero-search ul li {
    display: none;
  }
  .catalog-hero-search ul li:first-child,
  .catalog-hero-search ul li:nth-child(2) {
    display: block;
  }
}
.catalog-hero-search ul p,
.catalog-hero-search ul a {
  line-height: normal;
}
.catalog-hero-search ul li:not(:first-child) {
  color: var(--eerie-black);
}

.search-request {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request {
    padding-bottom: var(--t72);
  }
}

.search-request-box {
  border-radius: 24px;
  background: var(--ghost-white);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box {
    border-radius: var(--px24);
    padding: var(--px32) 0;
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.search-request-box .col:first-child {
  padding-left: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .col:first-child {
    padding-left: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .col:first-child {
    padding-left: 0;
  }
}
.search-request-box .col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .col:nth-child(2) {
    padding-right: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .col:nth-child(2) {
    padding-right: 0;
  }
}
.search-request-box .col:nth-child(2) img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .col:nth-child(2) img {
    border-radius: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .col:nth-child(2) img {
    display: none;
  }
}
.search-request-box .file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-request-box .form-bottom {
  padding: 0 32px;
  grid-column: 1/3;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .form-bottom {
    padding: 0 var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .form-bottom {
    font-size: var(--t14);
    grid-column: 1/2;
    padding: 0;
    margin-top: -2.13vw;
  }
}
.search-request-box .form-bottom a {
  display: inline;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .form-bottom a {
    font-size: var(--px14);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .form-bottom a {
    font-size: var(--t14);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .form-bottom p {
    line-height: 143%;
  }
}
.search-request-box .btn {
  width: 100%;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .btn {
    margin-bottom: var(--px32);
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .btn {
    height: var(--t64);
    margin-bottom: var(--t24);
  }
}
.search-request-box .input input,
.search-request-box .textarea textarea,
.search-request-box .textarea input {
  background: var(--white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .input input,
  .search-request-box .textarea textarea,
  .search-request-box .textarea input {
    background: var(--ghost-white);
  }
}
.search-request-box .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 16px 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box .form-row {
    gap: var(--px16);
    margin: var(--px16) 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-request-box .form-row {
    grid-template-columns: 1fr;
    gap: var(--t16);
    margin: var(--t16) 0;
  }
}

.download__wrapper {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px dashed var(--eerie-black-opacity-20);
  border-radius: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .download__wrapper {
    padding: var(--px24);
    border-radius: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper {
    padding: 0;
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper .text-mobile {
    margin-bottom: var(--t16);
  }
}
.download__wrapper.no-empty label {
  display: none;
}
.download__wrapper input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}
.download__wrapper > p {
  line-height: 137%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper > p {
    line-height: 128%;
  }
}
.download__wrapper label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  height: 64px;
  padding-left: 24px;
  padding-right: 32px;
  background: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .download__wrapper label {
    border-radius: var(--px8);
    height: var(--px64);
    padding-left: var(--px24);
    padding-right: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label {
    color: var(--eerie-black-opacity-60) !important;
    background: var(--ghost-white);
    border-radius: var(--t8);
    height: var(--t64);
    padding-right: var(--t22);
    padding-left: var(--t20);
    position: relative;
  }
  .download__wrapper label::before {
    content: "";
    position: absolute;
    width: var(--t40);
    height: var(--t40);
    background: var(--turkey-red);
    top: var(--t12);
    right: var(--t12);
    bottom: var(--t12);
    border-radius: 4px;
  }
}
.download__wrapper label.error {
  display: none !important;
}
.download__wrapper label.error ~ p {
  color: #ff3d3d;
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label.error ~ p {
    color: var(--eerie-black-opacity-60);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label p {
    color: var(--eerie-black-opacity-60);
  }
}
.download__wrapper label svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .download__wrapper label svg {
    width: var(--px24);
    height: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label svg {
    width: var(--t20);
    height: var(--t20);
    position: relative;
    z-index: 2;
  }
}
.download__wrapper label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  color: var(--white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .download__wrapper label div {
    gap: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.download__wrapper label > span {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 320px) and (max-width: 767px) {
  .download__wrapper label > span {
    display: none;
  }
}

.file-error {
  display: none;
  position: absolute;
}

.delete {
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .delete {
    width: var(--px24);
    height: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delete {
    width: var(--t40);
    height: var(--t40);
    border-radius: 4px;
    background: var(--turkey-red);
  }
}
.delete::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L4 4' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M20 4L4 20' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .delete::before {
    width: var(--px24);
    height: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delete::before {
    width: var(--t16);
    height: var(--t16);
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.sec-list {
  display: none;
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 56px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .sec-list {
    left: var(--px24);
    bottom: var(--px24);
    right: var(--px56);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .sec-list {
    position: static;
  }
}
.sec-list.no-empty {
  display: block;
}
.sec-list ul {
  list-style: none;
}
.sec-list ul li {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 8px;
  height: 64px;
  padding-left: 24px;
  padding-right: 32px;
  background: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .sec-list ul li {
    gap: var(--px24);
    border-radius: var(--px8);
    height: var(--px64);
    padding-left: var(--px24);
    padding-right: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .sec-list ul li {
    color: var(--eerie-black-opacity-60);
    background: var(--ghost-white);
    border-radius: var(--t8);
    height: var(--t64);
    padding-right: var(--t12);
    padding-left: var(--t20);
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.shop {
  padding-bottom: 96px;
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop {
    padding-bottom: var(--px96);
    padding-top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop {
    padding-top: 0;
    margin-top: -2.13vw;
    padding-bottom: var(--t72);
  }
}

.shop-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-wrapper {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper {
    gap: var(--t32);
    grid-template-columns: 1fr;
  }
}
.shop-wrapper .col:first-child {
  grid-column: 1/4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper .col:first-child {
    grid-column: 1/2;
  }
}
.shop-wrapper .col:last-child {
  grid-column: 4/13;
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper .col:last-child {
    grid-column: 1/2;
  }
}
.shop-wrapper form {
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-wrapper form {
    margin-bottom: var(--px16);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper form {
    margin-bottom: 0;
  }
}
.shop-wrapper form .input input {
  padding-right: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-wrapper form .input input {
    padding-right: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper form .input input {
    padding-right: var(--t64);
  }
}
.shop-wrapper form .btn {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: var(--turkey-red);
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-wrapper form .btn {
    width: var(--px40);
    height: var(--px40);
    top: var(--px12);
    right: var(--px12);
    bottom: var(--px12);
    border-radius: 0.28vw;
  }
  .shop-wrapper form .btn svg {
    width: var(--px20);
    height: var(--px20);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-wrapper form .btn {
    top: var(--t12);
    right: var(--t12);
    bottom: var(--t12);
    border-radius: 1.07vw;
    width: var(--t40);
    height: var(--t40);
  }
  .shop-wrapper form .btn svg {
    width: var(--t20);
    height: var(--t20);
  }
}

.shop-menu {
  position: relative;
  border-radius: 12px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu {
    border-radius: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-menu {
    display: none;
  }
}
.shop-menu h2 a {
  font-weight: 400;
  padding: 16px 0px 18px 16px;
  border-bottom: 1px solid var(--eerie-black-opacity-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu h2 a {
    padding: var(--px16) 0 1.25vw var(--px16);
    gap: var(--px12);
    font-size: var(--px16);
  }
}
.shop-menu h2 a svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu h2 a svg {
    margin-top: 0.21vw;
    width: var(--px16);
    height: var(--px16);
  }
}
.shop-menu ul {
  font-size: 14px;
  line-height: 143%;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu ul {
    font-size: 0.97vw;
  }
}
.shop-menu ul li:not(:first-child) {
  border-top: 1px solid var(--eerie-black-opacity-7);
}
.shop-menu ul a {
  padding: 12px 16px 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu ul a {
    gap: var(--px24);
    padding: var(--px12) var(--px16) 0.97vw var(--px20);
  }
}
.shop-menu ul a.current {
  font-weight: 500;
}
.shop-menu ul svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-menu ul svg {
    margin-top: 0.21vw;
    width: var(--px16);
    height: var(--px16);
  }
}

.shop-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-items {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-items {
    gap: var(--t16);
    grid-template-columns: 1fr;
  }
}
.shop-items:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-items:not(:last-child) {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-items:not(:last-child) {
    margin-bottom: var(--t40);
  }
}

.shop-item {
  border: 1px solid var(--eerie-black-opacity-10);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item {
    background: var(--ghost-white);
    border: none;
    border-radius: var(--t16);
  }
}
.shop-item__link {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item__link {
    font-size: var(--t14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--t16);
    margin-left: var(--t16);
    margin-bottom: var(--t16);
  }
  .shop-item__link svg {
    width: var(--t20);
    height: var(--t20);
  }
}
.shop-item__icon {
  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;
  background: var(--white);
  border-radius: var(--t8);
  width: var(--t32);
  height: var(--t32);
}
.shop-item img {
  border-radius: 0 0 24px 24px;
  height: 304px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-item img {
    height: 21.13vw;
    border-radius: 0 0 var(--px24) var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item img {
    display: none;
  }
}
.shop-item__head {
  border-bottom: 1px solid var(--eerie-black-opacity-10);
  border-radius: 24px 24px 0 0;
  padding: 24px;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .shop-item__head {
    border-radius: var(--px24) var(--px24) 0 0;
    padding: var(--px24);
    height: 9.59vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item__head {
    border-radius: var(--t16) var(--t16) 0 0;
    padding: var(--t20) var(--t32) 0 var(--t16);
    margin-bottom: var(--t24);
    height: auto;
    border: none;
  }
}
.shop-item__head p:first-child {
  font-weight: 500;
  line-height: 137%;
  color: var(--eerie-black);
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item__head p:first-child {
    font-size: var(--t18);
    line-height: 133%;
    margin-bottom: 1.07vw;
  }
}
.shop-item__head p:last-child {
  color: var(--eerie-black-opacity-60);
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-item__head p:last-child {
    font-size: var(--t14);
    line-height: 143%;
  }
}

.listing-item {
  border: 1px solid var(--eerie-black-opacity-10);
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item {
    border-radius: var(--t24);
  }
}
.listing-item__img {
  height: 304px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item__img {
    height: 21.13vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item__img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.listing-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item__img img {
    border-radius: var(--px24) var(--px24) 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item__img img {
    border-radius: var(--t24) var(--t24) 0 0;
  }
}
.listing-item__info {
  border-top: 1px solid var(--eerie-black-opacity-10);
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item__info {
    padding: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item__info {
    padding: var(--t24);
    padding-bottom: var(--t32);
  }
}
.listing-item h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item h2 {
    font-size: var(--px16);
    margin-bottom: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item h2 {
    font-size: var(--t16);
    margin-bottom: var(--t24);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.listing-item ul {
  font-size: 14px;
  line-height: 143%;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item ul {
    font-size: var(--px14);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item ul {
    font-size: var(--t14);
  }
}
.listing-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.listing-item ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .listing-item ul li:not(:last-child) {
    margin-bottom: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing-item ul li:not(:last-child) {
    margin-bottom: var(--t8);
  }
}
.listing-item ul p:first-child {
  color: var(--eerie-black-opacity-60);
}

.search-page {
  padding-bottom: 96px;
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-page {
    padding-bottom: var(--px96);
    padding-top: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page {
    padding-top: var(--t16);
    margin-top: -4.27vw;
    padding-bottom: var(--t72);
  }
}
.search-page .shop-items {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page .shop-items {
    grid-template-columns: 1fr;
  }
}
.search-page .catalog-hero-search {
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-page .catalog-hero-search {
    margin-bottom: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page .catalog-hero-search {
    margin-bottom: var(--t32);
  }
}
.search-page .catalog-hero-search .input input,
.search-page .catalog-hero-search .textarea input {
  background: var(--ghost-white);
  padding-top: 0;
  padding-bottom: 0;
}
.search-page .page-head {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-page .page-head {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page .page-head {
    margin-bottom: var(--t32);
  }
}
.search-page h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page .catalog-hero-search ul {
    display: none;
  }
}

.search-page--no .catalog-hero-search {
  margin-bottom: 0;
}

.search-request-box:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-request-box:not(:last-child) {
    margin-bottom: var(--px48);
  }
}

.search-page__bottom .btn {
  height: 64px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--ghost-white);
  width: 100%;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .search-page__bottom .btn {
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page__bottom .btn {
    height: var(--t56);
  }
}

.product-page-info {
  padding-top: 16px;
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info {
    padding-top: var(--px16);
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info {
    padding-bottom: var(--t48);
    padding-top: 0;
  }
}
.product-page-info .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info .container {
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info .container {
    display: block;
    padding: 0;
    overflow-x: hidden;
  }
}
.product-page-info .col:first-child {
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  grid-column: 1/6;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info .col:first-child {
    height: 29.53vw;
    gap: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info .col:first-child {
    height: auto;
    padding-bottom: var(--t32);
    display: block;
  }
}
.product-page-info .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column: 6/11;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info .col:last-child {
    padding-left: var(--t24);
    padding-right: var(--t24);
  }
}
.product-page-info .col:last-child ul {
  list-style: none;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info .col:last-child ul {
    margin-bottom: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info .col:last-child ul {
    margin-bottom: var(--t48);
  }
}
.product-page-info .col:last-child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 137%;
}
.product-page-info .col:last-child ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--eerie-black-opacity-10);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info .col:last-child ul li:not(:last-child) {
    margin-bottom: var(--px12);
    padding-bottom: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info .col:last-child ul li:not(:last-child) {
    margin-bottom: var(--t12);
    padding-bottom: var(--t12);
  }
}
.product-page-info .col:last-child ul li p:last-child {
  color: var(--eerie-black);
}
.product-page-info h1 {
  font-size: 22px;
  line-height: 118%;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-info h1 {
    margin-bottom: var(--px32);
    font-size: var(--px22);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-info h1 {
    font-size: var(--t24);
    margin-bottom: var(--t32);
    line-height: 117%;
    padding-left: var(--t24);
    padding-right: var(--r24);
  }
}

.product-page__tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 0px 24px 0px 16px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--ghost-white);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 137%;
  gap: 16px;
  cursor: pointer;
  color: var(--eerie-black);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page__tooltip {
    border-radius: var(--px8);
    padding: 0 var(--px24) 0 var(--px16);
    height: var(--px40);
    margin-bottom: var(--px32);
    font-size: var(--px16);
    gap: var(--px16);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page__tooltip svg {
    width: var(--px20);
    height: var(--px20);
  }
}
.product-page__tooltip .tooltiptext {
  visibility: hidden;
  border-radius: 24px;
  padding: 24px;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  left: 0;
  top: calc(100% + 12px);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page__tooltip .tooltiptext {
    border-radius: var(--px24);
    padding: var(--px24);
    top: calc(100% + 0.83vw);
  }
}

.product-page-thumbs-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-thumbs-wrap {
    width: 5vw;
    gap: 0.42vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-thumbs-wrap {
    display: none;
  }
}
.product-page-thumbs-wrap .swiper-button-disabled {
  display: none;
}
.product-page-thumbs-wrap .swiper-button-next,
.product-page-thumbs-wrap .swiper-button-prev {
  border-radius: 8px;
  width: 72px;
  height: 32px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-thumbs-wrap .swiper-button-next,
  .product-page-thumbs-wrap .swiper-button-prev {
    border-radius: var(--px8);
    width: 5vw;
    height: var(--px32);
  }
}
.product-page-thumbs-wrap .swiper-button-next::after,
.product-page-thumbs-wrap .swiper-button-prev::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page-thumbs-wrap .swiper-button-next.absolut {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-page-thumbs {
  height: 393px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-thumbs {
    height: 27.31vw;
  }
}
.product-page-thumbs .swiper-slide {
  border-radius: 16px;
  height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  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;
}
.product-page-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--turkey-red);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-thumbs .swiper-slide {
    border-radius: var(--px16);
    height: 5vw;
  }
}
.product-page-thumbs img {
  border: 1px solid var(--eerie-black-opacity-10);
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-thumbs img {
    width: var(--px64);
    height: var(--px64);
    border-radius: var(--px12);
  }
}

.product-page-slider {
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-slider {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-slider {
    overflow: visible;
    max-width: calc(100% - var(--t48));
    border-radius: var(--t24);
    padding-bottom: 9.6vw;
  }
}
.product-page-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-page-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--eerie-black-opacity-10);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-slider .swiper-slide {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-slider .swiper-slide {
    border-radius: var(--t24);
  }
}
.product-page-slider img {
  border-radius: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page-slider img {
    border-radius: var(--px24);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page-slider img {
    width: 100%;
    border-radius: var(--t24);
  }
}

.tooltip-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--ghost-white);
  border-radius: var(--t8);
  height: var(--t40);
  padding: 0px var(--t24) 0px var(--t16);
  gap: var(--t16);
  margin-bottom: var(--t32);
}
@media (min-width: 320px) and (max-width: 767px) {
  .tooltip-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tooltip-mobile svg {
    width: var(--t20);
    height: var(--t20);
  }
}

#tooltip .modal-item__head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#tooltip .scroll-container {
  padding: 0 var(--t24) var(--t32) var(--t24);
}

#tooltip p {
  line-height: 137%;
  color: var(--eerie-black);
  margin-bottom: var(--t64);
}

.product-page__buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page__buttons {
    gap: var(--px8);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons {
    gap: var(--t8);
  }
}
.product-page__buttons .btn {
  border-radius: 12px;
  padding: 0 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-page__buttons .btn {
    border-radius: var(--px12);
    padding: 0 var(--px32);
    height: var(--px48);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn {
    border-radius: var(--t8);
    padding: 0 var(--t24);
    height: var(--t40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.product-page__buttons .btn:first-child {
  background: var(--jonquil);
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-page__buttons .btn:first-child {
    width: 100%;
    height: var(--t64);
    border-radius: var(--t12);
    margin-bottom: var(--t16);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.similar {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .similar {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .similar {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
  .similar .container {
    padding: 0;
  }
}

.similar-slider {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .similar-slider {
    margin-bottom: var(--px40);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .similar-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
    margin-bottom: var(--t48);
  }
}
.similar-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .similar-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn.similar-btn {
  width: 100%;
  border-radius: 12px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--ghost-white);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .btn.similar-btn {
    border-radius: var(--px12);
    height: var(--px64);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn.similar-btn {
    width: calc(100% - 12.8vw);
    margin: 0 auto;
    height: var(--t64);
    border-radius: var(--t12);
  }
}
.btn.similar-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .btn.similar-btn p {
    gap: var(--px12);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn.similar-btn p {
    gap: var(--t12);
  }
}
.btn.similar-btn p span {
  border-radius: 4px;
  padding: 0 8px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white);
  min-width: 32px;
  color: var(--turkey-red);
  font-size: 14px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .btn.similar-btn p span {
    font-size: var(--px14);
    height: var(--px32);
    border-radius: 0.28vw;
    padding: 0 var(--px8);
    min-width: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn.similar-btn p span {
    min-width: var(--t32);
    height: var(--t32);
    font-size: var(--t14);
    border-radius: 1.07vw;
  }
}

.product-features {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-features {
    padding-bottom: var(--px96);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-features {
    overflow-x: hidden;
    padding-bottom: var(--t72);
  }
  .product-features .container {
    padding: 0;
  }
}
.product-features .line {
  width: 100%;
  height: 1px;
  background: var(--eerie-black-opacity-10);
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-features .line {
    display: none;
  }
}
.product-features .section-head {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-features .section-head {
    display: block;
  }
}
.product-features .features-top {
  margin-bottom: 32px;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-features .features-top {
    margin-bottom: var(--px32);
    gap: var(--px32);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-features .features-top {
    gap: 0;
    margin-bottom: var(--t32);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .product-features-slider {
    padding-bottom: 9.6vw;
    overflow: visible;
    max-width: calc(100% - var(--t48));
  }
}

.product-features-slider .swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-features-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* Главная - блок цифр. Поправить размер картинки в мобильной версии  */
  .we-item:nth-child(3) img {
    object-fit: contain;
    object-position: bottom;
  }
}

.fancybox__backdrop {
  background-color: #fff;
}

.fancybox__toolbar {
  display: none;
}

.circle-animate {
  width: 22px;
  height: 22px;
  transform: rotate(-90deg);
  margin-right: 16px;
}

.circle-animate circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke: #af0000;
  stroke-dasharray: 56.5;
  stroke-dashoffset: 56.5;
}

.circle-animate.animate circle {
  animation: progress-animate 6s linear forwards;
}

@keyframes progress-animate {
  from {
    stroke-dashoffset: 56.5;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .product-page__tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .algorithm-slider
    .swiper-slide:not(:first-child)
    .algorithm-item:hover
    .icon {
    background-color: var(--turkey-red);
  }
  .algorithm-slider
    .swiper-slide:not(:first-child)
    .algorithm-item:hover
    .icon
    svg
    path {
    stroke: var(--white);
  }
  #thanks.modal .btn:hover {
    background-color: var(--turkey-red);
    color: var(--white);
  }
  #thanks.modal .btn:hover svg path {
    fill: var(--white) !important;
  }
  .close:hover {
    background-color: var(--turkey-red);
  }
  .close:hover svg path {
    stroke: var(--white) !important;
  }
  .contacts-body > .col:last-child ul a:hover {
    color: var(--turkey-red);
  }
  .office .btn-hr:hover {
    background: var(--ghost-white);
  }
  .files-item:hover p:last-child {
    color: var(--turkey-red);
  }
  .files-item:hover .icon {
    background-color: var(--turkey-red);
  }
  .files-item:hover svg path,
  .files-item:hover svg line {
    stroke: var(--white);
  }
  .numbers-map_label:hover {
    background-color: var(--white);
  }
  .numbers-map_label:hover p {
    opacity: 1;
  }
  .filupp-file-name .clear:hover {
    background: var(--ghost-white);
  }
  .filupp-file-name .clear:hover svg path {
    stroke: var(--turkey-red);
  }
  .content-page .btn-hr:hover {
    background: var(--ghost-white);
  }
  .share-wrap__btn:hover {
    background-color: var(--turkey-red);
    color: var(--white);
  }
  .share-wrap__btn:hover svg path {
    fill: var(--white);
  }
  .share-wrap li a:hover {
    color: var(--turkey-red);
  }
  .share-wrap li a:hover .icon {
    background-color: transparent;
    border-color: var(--eerie-black-opacity-10);
  }
  .share-wrap li a:hover .icon svg path {
    fill: var(--turkey-red);
  }
  .share-wrap:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .article-top__buttons .btn:hover {
    background-color: var(--turkey-red);
    color: var(--white);
  }
  .article-top__buttons .btn:hover svg path {
    stroke: var(--white);
  }
  .btn.btn--share:hover {
    background-color: var(--turkey-red);
    color: var(--white);
  }
  .btn.btn--share:hover svg path {
    fill: var(--white);
  }
  header .btn-hr:hover {
    background: var(--ghost-white);
    color: var(--turkey-red);
  }
  .footer-file:hover p {
    color: var(--turkey-red);
  }
  .footer-file:hover .footer-file__icon {
    background: var(--ghost-white);
  }
  .footer-file:hover svg path,
  .footer-file:hover svg line {
    stroke: var(--turkey-red);
  }
  .footer-body .accordion__content-text ul a:hover {
    color: var(--turkey-red);
  }
  .footer-social ul a:hover {
    background-color: transparent;
    border-color: var(--eerie-black-opacity-10);
  }
  .footer-social ul a:hover svg path {
    fill: var(--turkey-red);
  }
  .footer-body .btn:hover {
    color: var(--turkey-red);
    background: var(--ghost-white);
  }
  .footer-body-row:last-child ul a:hover {
    color: var(--turkey-red);
  }
  .greencow:hover p {
    color: var(--eerie-black);
  }
  .greencow:hover span {
    color: #4abb73;
  }
  .footer-bottom a:hover {
    color: var(--turkey-red);
  }
  .article-video:hover p {
    color: var(--turkey-red);
  }
  .article-video:hover .article-video-info {
    background: var(--ghost-white);
  }
  .article-video:hover .article-video__icon {
    background: var(--white);
  }
  .article-video:hover .article-video__icon svg path {
    fill: var(--turkey-red) !important;
  }
  .contents ul li:hover::before {
    background-color: var(--eerie-black);
  }
  .contents ul li:hover a {
    color: var(--eerie-black);
  }
  .job-request .btn:hover {
    background-color: var(--turkey-red);
    color: var(--white);
  }
  .filupp-file-name:hover {
    color: var(--eerie-black);
  }
  .filupp-file-name:hover .file__icon {
    background: var(--ghost-white);
  }
  .filupp-file-name:hover .file__icon svg path {
    fill: var(--turkey-red);
  }
  .input:hover .input-label,
  .textarea:hover .input-label {
    color: var(--eerie-black);
  }
  .header-top__menu a:hover {
    color: var(--turkey-red);
  }
  .header-body__menu a:hover {
    color: var(--turkey-red);
  }
  .header__mail a:hover {
    color: var(--turkey-red);
  }
  .has-submenu:hover {
    background: var(--turkey-red);
    color: var(--white);
  }
  .has-submenu:hover svg circle {
    fill: var(--ghost-white);
  }
  .social a:hover {
    background-color: transparent;
    border-color: var(--eerie-black-opacity-10);
  }
  .social a:hover svg path {
    fill: var(--turkey-red) !important;
  }
  .header-body__phones a:hover {
    color: var(--turkey-red);
    background-color: transparent;
    border-color: var(--eerie-black-opacity-10);
  }
  .btn:hover {
    background: #ffd92a;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--turkey-red);
  }
  .swiper-button-next:hover::after,
  .swiper-button-prev:hover::after {
    color: var(--white);
  }
  .radio-name:hover {
    color: var(--turkey-red);
  }
  .radio-name:hover span {
    background: var(--turkey-red);
    color: var(--white);
  }
  .services-slide:hover .services-slide__bottom-link {
    color: var(--turkey-red);
  }
  .services-slide:hover .services-slide__bottom-link .icon {
    background: var(--turkey-red);
  }
  .services-slide:hover .services-slide__bottom-link .icon svg path {
    stroke: var(--white);
  }
  .bid .form-bottom p a:hover {
    color: var(--turkey-red);
  }
  .blog-slide:hover .blog-slide__name {
    color: var(--eerie-black-opacity-60);
  }
  .blog .btn:hover {
    background: var(--turkey-red);
    color: var(--white);
  }
  .blog .btn:hover span {
    background: var(--white);
    color: var(--turkey-red);
  }
  .btn-hr:hover {
    background: var(--white);
    color: var(--turkey-red);
  }
  .btn-hr:hover .btn-hr__icon {
    background: var(--turkey-red);
  }
  .btn-hr:hover .btn-hr__icon svg path {
    fill: var(--white) !important;
  }
  .btn--second:hover {
    background: var(--white);
    color: var(--turkey-red);
    border-color: var(--white);
  }
  .contacts-body .tel:hover,
  .contacts-body .mes:hover {
    color: var(--turkey-red);
  }
  .contacts-social a:hover {
    color: var(--turkey-red);
  }
  .contacts-social a:hover svg path {
    fill: var(--turkey-red) !important;
  }
  .contacts-box > .col:last-child ul a:hover {
    color: var(--turkey-red);
  }
  .footer-top__box a:hover {
    color: var(--turkey-red);
  }
  .accordion:hover .accordion__intro {
    color: var(--eerie-black-opacity-60);
  }
  .accordion:hover .accordion__intro-btn {
    background: var(--turkey-red);
  }
  .accordion:hover .accordion__intro-btn svg path {
    stroke: var(--white);
  }
  .blog-bottom ul a:hover {
    background: var(--turkey-red);
    color: var(--white);
  }
  .blog-bottom .prev-page:hover,
  .blog-bottom .next-page:hover {
    background: var(--turkey-red);
    color: var(--white);
  }
  .blog-bottom .prev-page:hover svg path,
  .blog-bottom .next-page:hover svg path {
    stroke: var(--white);
  }
  .blog-item:hover .blog-item__name {
    color: var(--eerie-black-opacity-60);
  }
  .contacts-box > .col:first-child a:hover {
    color: var(--turkey-red);
  }
  .contacts-box > .col:first-child a:hover address {
    color: var(--turkey-red);
  }
}

.revealOnScroll {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flipX {
  -webkit-animation-name: flipX;
  animation-name: flipX;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(
      1.08419,
      0.00011,
      0,
      0,
      -0.00011,
      1.08419,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.08419,
      0.00011,
      0,
      0,
      -0.00011,
      1.08419,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(
      1.08419,
      0.00011,
      0,
      0,
      -0.00011,
      1.08419,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.08419,
      0.00011,
      0,
      0,
      -0.00011,
      1.08419,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 767px) {
  .revealOnScroll {
    opacity: 1;
  }

  .hero-slide img,
  .service-hero-box img {
    filter: brightness(1.5) blur(4px);
  }
}

nav.header-body__menu li.has-submenu {
  display: none;
}
