@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  pointer-events: none;
  opacity: 0.4;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #000;
  --accent: #0099FF;
  --white: #fff;
  --gray: #4C5254;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  position: relative;
  overflow-x: hidden;
}

.btn {
  height: 50px;
  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: #F5F5F5;
  border-radius: 10px;
  padding: 0 25px;
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btn.large {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
}
.btn img {
  margin: auto 12px auto 0;
  max-width: 18px;
  max-height: 18px;
}
.btn.btn-arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0 auto 30px;
  background: url(../img/icon-arrow2-accent.svg) center no-repeat;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.btn.accent {
  background: var(--accent);
  color: var(--white);
}
.btn.accent.border {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}
.btn.white {
  background: var(--white);
}

.row {
  width: 100%;
  padding: 0 30px;
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: var(--white);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.header__top {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid rgba(104, 105, 140, 0.1);
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.header__nav {
  float: left;
  width: auto;
  height: 100%;
  margin: auto 0;
}
.header__nav ul {
  float: left;
  height: 100%;
}
.header__nav ul li {
  float: left;
  height: 100%;
  margin-right: 25px;
  position: relative;
}
.header__nav ul li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--accent);
  bottom: -1px;
  left: 0;
}
.header__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--black);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header__base .header__nav {
  margin: auto;
}
.header__base .header__nav ul li {
  margin-right: 35px;
}
.header__base .header__nav ul li.active::before {
  display: none;
}
.header__base .header__nav ul li.active a {
  color: var(--accent);
}
.header__base .header__nav ul li:last-child {
  margin: 0;
}
.header__base .header__nav ul li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.header__info {
  float: right;
  margin-left: auto;
  height: 100%;
}
.header__info-item {
  float: left;
  margin-right: 28px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--black);
}
.header__info-item:last-child {
  margin: 0;
}
.header__info-item img {
  float: left;
  margin: auto 10px auto 0;
  max-width: 12px;
  max-height: 12px;
}
.header__base {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid rgba(104, 105, 140, 0.1);
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header__logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img {
  float: left;
  margin: auto 0;
  height: 44px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.header__logo p {
  float: left;
  margin: auto 0 auto 15px;
  padding-left: 15px;
  width: 220px;
  position: relative;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.header__logo p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: rgba(0, 0, 0, 0.1);
  top: calc(50% - 13px);
  left: 0;
}
.header__buts {
  float: right;
  margin: auto 0;
}
.header__buts-item {
  float: left;
  margin-right: 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: #F5F5F5;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header__buts-item:last-child {
  margin: 0;
}
.header__buts-item img {
  float: left;
  margin: auto 10px auto 0;
}
.header__buts-item.header-phone {
  display: none;
}
.header__menu {
  width: 100%;
}
.header__menu-but {
  display: none;
}
.header__menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu-list > li {
  float: left;
  position: relative;
}

.header__menu-list > li:has(ul) > a::after {
  content: "";
  float: right;
  margin: auto 0 auto 8px;
  width: 10px;
  height: 6px;
  background: url(../img/icon-arrow1-black.svg) center no-repeat;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__menu-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--black);
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.header__menu-list > li ul {
  position: absolute;
  top: calc(100% - 5px);
  left: -25px;
  width: auto;
  background: var(--white);
  padding: 12px 15px;
  border-radius: 20px;
  border: 1px solid rgba(104, 105, 140, 0.1);
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.5s, opacity 0.5s, margin 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s, margin 0.5s;
  transition: visibility 0.5s, opacity 0.5s, margin 0.5s;
}
.header__menu-list > li:last-child > ul {
  left: auto;
  right: -25px;
}
.header__menu-list > li:last-child > ul li ul {
  left: auto;
  right: calc(100% - 5px);
}
.header__menu-list > li ul li {
  display: block;
}
.header__menu-list > li ul li:has(ul) {
  position: relative;
}
.header__menu-list > li ul li:has(ul) > a {
  justify-content: space-between;
}
.header__menu-list > li ul li:has(ul) > a::after {
  content: "";
  float: right;
  margin: auto 0 auto 10px;
  width: 8px;
  height: 6px;
  background: url(../img/icon-arrow1-black.svg) center no-repeat;
  opacity: 0.2;
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__menu-list > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 32px;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: var(--black);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header__menu-list > li ul li ul {
  left: calc(100% - 5px);
  margin: 0;
  top: -5px;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  position: relative;
}
.slick-list {
  width: 100%;
  height: auto;
  float: left;
}
.slick-track {
  width: 100%;
  height: auto;
}
.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.slick-dots li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(115, 115, 115, 0.3);
  margin-left: 8px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active {
  width: 22px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 20px;
  -webkit-transition: opacity 0.5s, linear width 3s;
  -o-transition: opacity 0.5s, linear width 3s;
  transition: opacity 0.5s, linear width 3s;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 10px;
  background: var(--white);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  border-radius: 50%;
  background: rgba(115, 115, 115, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  z-index: 5;
  -webkit-transition: background 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../img/icon-arrow2-white.svg) center no-repeat;
  -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;
}
.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next {
  right: 0;
}
.slick-list {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slick-track {
  width: 100%;
}

.content {
  width: 100%;
  padding-top: 170px;
}

.bone {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.bone__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bone__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.bone__image img, .bone__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bone__block {
  width: 100%;
  min-height: 700px;
  height: auto;
  display: flex;
  flex-flow: wrap;
  padding: 50px 70px;
  position: relative;
  z-index: 2;
}
.bone__base {
  float: left;
  width: 50%;
  margin: auto 0;
  color: var(--white);
}
.bone__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
}
.bone__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
.bone__form {
  float: right;
  width: 400px;
  max-width: 45%;
  margin: auto 0 auto auto;
  background: #F5F5F5;
  padding: 40px;
  border-radius: 12px;
}
.bone__form .modal__title {
  text-align: center;
}
.bone__list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 35px;
  justify-content: space-between;
}
.bone__list-item {
  float: left;
  width: 23%;
}
.bone__list-image {
  width: 100%;
  height: 40px;
  display: flex;
}
.bone__list-image img {
  display: block;
  width: auto;
  height: 30px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.bone__list-name {
  display: block;
  font-size: 16px;
  color: var(--white);
  text-align: center;
}

.teaser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.teaser__slider {
  float: left;
  width: 75%;
  overflow: hidden;
  height: 580px;
  border-radius: 20px;
}
.teaser__slider .slick-list {
  height: 100%;
}
.teaser__slider .slick-track {
  height: 100%;
}
.teaser__slider .slick-arrow {
  top: auto;
  bottom: 30px;
}
.teaser__slider .slick-prev {
  left: auto;
  right: 215px;
}
.teaser__slider .slick-next {
  right: 40px;
}
.teaser__slider .slick-dots {
  bottom: 45px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  right: 80px;
  width: 135px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teaser__slider-item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser__slider-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.94%, rgba(0, 0, 0, 0)), color-stop(92.36%, rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
}
.teaser__slider-image img, .teaser__slider-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__slider-block {
  width: calc(100% - 200px);
  margin-top: auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  color: var(--white);
}
.teaser__slider-name {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
}
.teaser__slider-desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
.teaser__slider-but {
  display: none;
}
.teaser__aside {
  float: right;
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.teaser__info {
  width: 100%;
  height: 225px;
  background: var(--black);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.teaser__info:first-child:last-child {
  height: 100%;
}
.teaser__info-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser__info-image img, .teaser__info-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__info-block {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teaser__info-name {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
  color: var(--white);
}
.teaser__info-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  color: var(--accent);
}
.teaser__info-but::after {
  content: "";
  float: right;
  margin: auto 0 auto 8px;
  width: 10px;
  height: 6px;
  background: url(../img/icon-arrow1-accent2.svg) center no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.teaser__spec {
  width: 100%;
  height: calc(100% - 235px);
  margin-top: auto;
  background: var(--black);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.teaser__spec-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.teaser__spec-image img, .teaser__spec-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__spec-block {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teaser__spec-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding: 0 10px;
  font-weight: 500;
  height: 22px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(55, 199, 100, 0.25);
          box-shadow: 0 4px 24px 0 rgba(55, 199, 100, 0.25);
  background: var(--accent);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--black);
}
.teaser__spec-name {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
  font-family: "Inter", sans-serif;
  line-height: 115%;
}
.teaser__spec-desc {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
}
.teaser__spec-number {
  display: block;
  padding-top: 20px;
  margin-top: auto;
  font-family: "Inter", sans-serif;
  text-shadow: 0 4px 24px 0 rgba(55, 199, 100, 0.25);
  font-weight: 500;
  line-height: 110%;
  font-size: 84px;
  color: var(--accent);
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}
.title__name {
  float: left;
  width: calc(100% - 300px);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--black);
  line-height: 110%;
}
.title__desc {
  float: left;
  width: calc(100% - 200px);
  font-size: 18px;
  margin-top: 15px;
  color: var(--black);
  line-height: 140%;
}
.title__but {
  float: right;
  margin-left: auto;
  max-width: 280px;
}

.catalog {
  width: 100%;
  margin-top: 70px;
}
.catalog__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 20px -5px 0;
}
.catalog__item {
  float: left;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
  height: 450px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.catalog__item.medium {
  width: calc(50% - 10px);
}
.catalog__item.small {
  width: calc(25% - 10px);
}
.catalog__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.catalog__item-image img, .catalog__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__item-title {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: var(--white);
  font-family: "Inter", sans-serif;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.catalog__item-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__item-title span::after {
  content: "";
  float: right;
  margin: auto 0 auto 10px;
  width: 10px;
  height: 20px;
  background: url(../img/icon-arrow3-white.svg) center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s, margin 0.5s;
  -o-transition: opacity 0.5s, margin 0.5s;
  transition: opacity 0.5s, margin 0.5s;
}
.catalog__item-list {
  position: absolute;
  padding: 30px;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.catalog__item-list li {
  float: left;
  margin: 10px 10px 0 0;
}
.catalog__item-list li a {
  height: 38px;
  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;
  padding: 0 20px;
  color: var(--white);
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.catalog__item-list li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-arrow3-white.svg) center/contain no-repeat;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.callback {
  width: 100%;
  margin-top: 70px;
  position: relative;
  height: 510px;
  border-radius: 20px;
  overflow: hidden;
}
.callback.black .callback__image::before {
  background: rgba(0, 0, 0, 0);
}
.callback.black .callback__title {
  color: var(--black);
}
.callback__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.callback__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.callback__image img, .callback__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callback__title {
  position: absolute;
  width: 70%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 40px 50px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--white);
  line-height: 110%;
}
.callback__title.large {
  font-size: 46px;
}
.callback__title p {
  display: block;
  margin-top: 16px;
}
.callback__title p.small {
  font-size: 50%;
  font-weight: 400;
  line-height: 140%;
}
.callback__title p:first-child {
  margin: 0;
}
.callback__title span {
  color: var(--accent);
}
.callback__logo {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 185px;
  height: auto;
  z-index: 1;
}
.callback__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.callback__but {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 50px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback__but .btn {
  margin-right: 15px;
}
.callback__but .btn:last-child {
  margin: 0;
}

.certificate {
  width: 100%;
  margin-top: 70px;
}
.certificate__box {
  width: 100%;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 10px;
  margin-top: 30px;
}
.certificate__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.certificate__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.94%, rgba(0, 0, 0, 0)), color-stop(92.36%, rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
}
.certificate__image img, .certificate__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certificate__block {
  width: 100%;
  min-height: 380px;
  max-width: 520px;
  border-radius: 14px;
  background: var(--white);
  position: relative;
  z-index: 2;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.certificate__title {
  font-family: "Inter", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: var(--black);
}
.certificate__desc {
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
}
.certificate__desc p {
  display: block;
  margin-top: 15px;
}
.certificate__desc p:first-child {
  margin: 0;
}
.certificate__gallery {
  width: calc(100% + 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 25px;
  margin: auto -3px 0;
}
.certificate__gallery-item {
  float: left;
  width: calc(33.3333% - 6px);
  margin: 6px 3px 0;
  height: auto;
  position: relative;
}
.certificate__gallery-item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
.certificate__gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.comfort {
  width: 100%;
  margin-top: 70px;
}
.comfort__block {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 10px -8px 0;
}
.comfort__item {
  float: left;
  width: calc(20% - 16px);
  margin: 15px 8px 0;
  height: 260px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.comfort__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.comfort__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.comfort__item-image img, .comfort__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comfort__item-block {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.comfort__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  height: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(55, 199, 100, 0.25);
          box-shadow: 0 4px 24px 0 rgba(55, 199, 100, 0.25);
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}
.comfort__item-name {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
  font-family: "Inter", sans-serif;
  line-height: 115%;
}
.comfort__item-list {
  display: block;
  margin-top: 10px;
}
.comfort__item-list li {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  padding-left: 20px;
  position: relative;
}
.comfort__item-list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  top: 8px;
  left: 6px;
}
.comfort__item-list li:first-child {
  margin: 0;
}

.reviews {
  width: 100%;
  margin-top: 70px;
}
.reviews__slider {
  width: calc(100% + 10px);
  margin: 30px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-right: 80px;
}
.reviews__slider:has(.slick-arrow) {
  padding-bottom: 70px;
}
.reviews__slider .slick-list {
  overflow: visible !important;
}
.reviews__slider .slick-arrow {
  width: calc(50% - 10px);
  height: 42px;
  border-radius: 10px;
  background: #F5F5F5;
  top: auto;
  bottom: 0;
}
.reviews__slider .slick-arrow::before {
  background-image: url(../img/icon-arrow2-accent.svg);
}
.reviews__slider .slick-prev {
  left: 5px;
}
.reviews__slider .slick-next {
  right: 5px;
}
.reviews__item {
  float: left;
  margin: 0 5px;
  height: 555px;
  border-radius: 24px;
  overflow: hidden;
}
.reviews__item:has(.reviews__item-text) {
  height: auto;
}
.reviews__item-text {
  background: #F5F5F5;
  padding: 16px;
}
.reviews__item-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.reviews__item-desc {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
}
.reviews__item-txt {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.reviews__item-grade {
  display: flex;
  margin-top: 20px;
}
.reviews__item-grade li {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/star.svg) center/contain no-repeat;
  margin-right: 5px;
}
.reviews__item-grade li:last-child {
  margin: 0;
}
.reviews__item-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #F5F5F5;
  position: relative;
  -webkit-transition: padding 0.5s, background 0.5s;
  -o-transition: padding 0.5s, background 0.5s;
  transition: padding 0.5s, background 0.5s;
}
.reviews__item-block.active {
  background: var(--accent);
}
.reviews__item-block.active .reviews__item-image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
}
.reviews__item-block.active .reviews__item-audio {
  background: var(--black);
}
.reviews__item-block.active .reviews__item-audio::before {
  opacity: 0;
}
.reviews__item-block.active .reviews__item-audio::after {
  opacity: 1;
}
.reviews__item-image {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  right: 0;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
  -o-transition: width 0.5s, height 0.5s, margin 0.5s;
  transition: width 0.5s, height 0.5s, margin 0.5s;
}
.reviews__item-image img, .reviews__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__item-audio {
  display: block;
  margin: auto auto 40px;
  position: relative;
  z-index: 2;
  max-width: 80%;
  padding: 11px 15px 11px 65px;
  background: var(--accent);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.reviews__item-audio::before, .reviews__item-audio::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.reviews__item-audio::before {
  background-image: url(../img/icon-play.svg);
}
.reviews__item-audio::after {
  background-image: url(../img/icon-pause.svg);
  opacity: 0;
}
.reviews__item-audio_name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  line-height: 110%;
}
.reviews__item-audio_desc {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 110%;
  color: var(--white);
}

.faq {
  width: 100%;
  margin-top: 70px;
}
.faq__block {
  position: relative;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 25px;
}
.faq__base {
  float: left;
  width: 69%;
}
.faq__aside {
  float: right;
  margin-left: auto;
  width: calc(31% - 15px);
}
.faq__info {
  display: block;
  padding: 30px;
  background: #F5F5F5;
  border-radius: 20px;
}
.faq__info-name {
  display: block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 120%;
}
.faq__info-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.faq__item {
  display: block;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: #F5F5F5;
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item:has(.open) {
  background: #dff2fe;
}
.faq__item:first-child {
  margin: 0;
}
.faq__item-cap {
  width: 100%;
  padding: 20px 100px 20px 20px;
  cursor: pointer;
}
.faq__item-cap.open .faq__item-but::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.faq__item-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-but {
  position: absolute;
  width: 45px;
  height: calc(100% - 60px);
  top: 30px;
  right: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item-but::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow1-black.svg) center/12px auto no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq__item-block {
  display: none;
  padding: 0 100px 20px 20px;
  margin-top: -15px;
}
.faq__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.faq__info .modal__form {
  margin-top: 20px;
}
.faq__info .modal__title {
  text-align: center;
}

.deals {
  width: 100%;
  margin-top: 70px;
}
.deals__block {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -10px 0;
}
.deals__item {
  float: left;
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/deals-bg.jpg) center/cover;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.deals__item-number {
  width: 100%;
  font-size: 84px;
  line-height: 110%;
  font-weight: 500;
  color: var(--accent);
}
.deals__item-name {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
}
.deals__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--accent);
}
.deals__item-more::after {
  content: "";
  float: right;
  margin: auto 0 auto 8px;
  width: 10px;
  height: 6px;
  background: url(../img/icon-arrow1-accent2.svg) center no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cases {
  width: 100%;
  margin-top: 70px;
}
.cases__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 20px -5px 0;
}
.cases__item {
  float: left;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cases__item.medium {
  width: calc(50% - 10px);
}
.cases__item.small {
  width: calc(25% - 10px);
}
.cases__item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.cases__item-image:not(:last-child) {
  height: calc(50% - 5px);
}
.cases__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.cases__item-info {
  width: 100%;
  height: calc(50% - 5px);
  background: var(--black);
  border-radius: 20px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.cases__item-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
}
.cases__item-list {
  display: block;
  margin-top: auto;
  padding-top: 20px;
}
.cases__item-list li {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  padding-left: 20px;
  position: relative;
}
.cases__item-list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  top: 8px;
  left: 6px;
}
.cases__item-list li:first-child {
  margin: 0;
}

.contact {
  width: 100%;
  margin-top: 70px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.contact__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #C7EBB8;
  z-index: 0;
}
.contact__block {
  width: 100%;
  max-width: 575px;
  min-height: 470px;
  background: var(--black);
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__block::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  background: url(../img/contact-bg.jpg) center/cover;
}
.contact__logo img {
  display: block;
  width: 220px;
  height: auto;
  position: relative;
  z-index: 2;
}
.contact__name {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.contact__desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.contact__desc a {
  white-space: nowrap;
  color: var(--white);
}
.contact__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.contact__but .btn {
  margin-right: 15px;
}
.contact__but .btn:last-child {
  margin: 0;
}

.footer {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding: 60px 0 40px;
  background: var(--black);
}
.footer__base {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  z-index: 2;
}
.footer__about {
  float: left;
  width: 25%;
  margin-right: auto;
}
.footer__about-logo {
  display: block;
}
.footer__about-logo img {
  display: block;
  width: auto;
  height: 28px;
}
.footer__about-desc {
  display: block;
  max-width: 255px;
  margin-top: 35px;
  font-size: 13px;
  line-height: 140%;
  color: var(--white);
}
.footer__about-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 24px;
}
.footer__about-soc li {
  margin-right: 7px;
}
.footer__about-soc li:last-child {
  margin: 0;
}
.footer__about-soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.footer__about-soc li a img {
  margin: auto;
}
.footer__nav {
  float: left;
  width: 16%;
}
.footer__nav.large {
  width: 26%;
}
.footer__nav-title {
  display: block;
  font-size: 14px;
  color: var(--white);
}
.footer__nav-list {
  display: block;
  margin-top: 40px;
}
.footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}
.footer__nav-list li:first-child {
  margin: 0;
}
.footer__nav-list li a {
  display: block;
  font-size: 13px;
  color: var(--white);
  line-height: 110%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}

.footer__contact {
  float: right;
  width: 20%;
}
.footer__contact-title {
  display: block;
  font-size: 14px;
  color: var(--white);
}
.footer__contact-info {
  display: block;
  margin-top: 40px;
}
.footer__contact-item {
  width: 100%;
  margin-top: 21px;
}
.footer__contact-item:first-child {
  margin: 0;
}
.footer__contact-desc {
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: var(--white);
}
.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-size: 13px;
  line-height: 110%;
  color: var(--white);
}
.footer__contact-link:first-child {
  margin: 0;
}
.footer__contact-link::before {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  margin: auto 10px auto 0;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
}
.footer__end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 160px;
  position: relative;
  z-index: 2;
}
.footer__end-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
  font-size: 13px;
  margin-top: auto;
  width: 16%;
  color: var(--white);
}
.footer__end-item:nth-child(3) {
  width: 26%;
}
.footer__end-item:nth-child(4) {
  width: 20%;
}
.footer__end-item:nth-child(5) {
  width: 18%;
}
.footer__end-item a {
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__author {
  float: left;
  width: auto;
  height: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__author img {
  display: block;
  width: 110px;
  height: auto;
}
.footer__author p {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 1.0);
  white-space: nowrap;
}

.cap {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  display: flex;
}
.cap.transparent {
  padding: 0;
  border-radius: 0;
  color: var(--black);
}
.cap.transparent .cap__bread li a {
  color: var(--black);
}
.cap.transparent .cap__bread li::before {
  background-image: url(../img/icon-arrow2-black.svg);
}
.cap.transparent .cap__title {
  color: var(--black);
}
.cap.transparent .cap__desc {
  font-weight: 500;
  margin-top: 25px;
  color: var(--black);
  font-size: 24px;
}
.cap__logo {
  width: 100%;
  margin-top: 25px;
}
.cap__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 700px;
  max-height: 200px;
}
.cap + .seo {
  margin-top: 50px;
}
.seo + .seo {
  margin-top: 50px;
}
.cap__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cap__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(62.84%, rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 62.84%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 62.84%);
}
.cap__image img, .cap__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cap__form {
  float: right;
  width: 400px;
  max-width: 45%;
  margin: auto 0 auto auto;
  background: #F5F5F5;
  padding: 35px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.cap__form .modal__form {
  margin-top: 20px;
}
.cap__form .modal__title {
  text-align: center;
}
.cap__form .modal__title-name {
  font-size: 20px;
}
.cap__form .modal__title-name span {
  color: var(--accent);
}
.cap__block {
  width: 100%;
  max-width: 900px;
  padding-right: 50px;
  min-height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.cap__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap__bread li {
  float: left;
  margin-right: 26px;
  position: relative;
}
.cap__bread li:last-child {
  margin: 0;
}
.cap__bread li:last-child::before {
  display: none;
}
.cap__bread li a {
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
  color: var(--white);
  position: relative;
}
.cap__bread li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  left: 100%;
  background: url(../img/icon-arrow2-white.svg) center/8px auto no-repeat;
}
.cap__title {
  display: block;
  margin-top: auto;
  padding-top: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  color: var(--white);
}
.cap__desc {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
}
.cap__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.about {
  width: 100%;
  margin-top: 65px;
}
.about__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -5px 0;
}
.about__info {
  float: left;
  width: calc(50% - 10px);
  margin: 0 5px;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 10px;
}
.about__info-image {
  height: 300px;
}
.about__info-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about__info-title {
  display: block;
  padding: 20px 10px 0;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.about__info-desc {
  display: block;
  font-size: 16px;
  padding: 10px;
}
.about__image {
  float: left;
  width: calc(50% - 10px);
  margin: 0 5px;
}
.about__image img, .about__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about__stat {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 10px -5px 0;
}
.about__stat-item {
  float: left;
  width: calc(25% - 10px);
  margin: 0 5px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 30px 30px;
  position: relative;
  background: #f5f5f5;
  border-radius: 20px;
}
.about__stat-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 125%;
  margin-top: 15px;
}
.about__stat-desc {
  margin-top: auto;
  padding-top: 15px;
  font-size: 20px;
  line-height: 130%;
}
.about__stat-icon {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__stat-icon img {
  display: block;
  width: auto;
  margin: auto 0;
  height: 35px;
}

.approach {
  margin-top: 70px;
}
.approach__block {
  margin-top: 30px;
}
.approach__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 25px;
  padding: 10px;
}
.approach__item:first-child {
  margin: 0;
}
.approach__item:nth-child(2n) .approach__item-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.approach__item:nth-child(2n) .approach__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.approach__item-block {
  float: left;
  width: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.approach__item-block:first-child:last-child {
  width: 100%;
}
.approach__item-num {
  width: 60px;
  height: 30px;
  background: var(--accent);
  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: 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}
.approach__item-title {
  display: block;
  margin-top: auto;
  padding-top: 30px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}
.approach__item-desc {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}
.approach__item-but {
  margin-top: 15px;
  display: flex;
}
.approach__item-but .btn {
  width: 100%;
  margin-right: 12px;
}
.approach__item-but .btn:last-child {
  margin: 0;
}
.approach__item-image {
  float: left;
  width: 50%;
  min-height: 385px;
  position: relative;
}
.approach__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.management {
  margin-top: 70px;
}
.management__block {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 15px -8px 0;
}
.management__item {
  float: left;
  width: calc(33.3333% - 16px);
  margin: 15px 8px 0;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.management__item-image {
  float: left;
  width: 50%;
  position: relative;
}
.management__item-image::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.management__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.management__item-block {
  float: left;
  width: 50%;
  padding: 10px 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.management__item-name {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.management__item-desc {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 130%;
}
.management__item-list {
  margin-top: auto;
  padding-top: 20px;
}
.management__item-list li {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 130%;
}
.management__item-list li:first-child {
  margin: 0;
}
.management__item-list li a {
  color: var(--black);
}

.category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.category__aside {
  float: left;
  width: 310px;
}
.category__nav-item {
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.category__nav-item:not(:has(.category__nav-list)) .category__nav-name::after {
  display: none;
}
.category__nav-item:first-child {
  margin: 0;
}
.category__nav-item.open .category__nav-name::after {
  opacity: 1;
  -webkit-transform: rotate(90deg) scale(-1, 1);
      -ms-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
.category__nav-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  cursor: pointer;
  position: relative;
}
.category__nav-name a {
  color: var(--black);
}
.category__nav-name a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category__nav-name::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0 auto auto;
  background: url(../img/icon-arrow3-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.2;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.category__nav-list {
  display: none;
  position: relative;
  padding: 12px 20px;
}
.category__nav-list::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
}
.category__nav-list li {
  display: block;
}
.category__nav-list li.active a {
  opacity: 0.6;
  pointer-events: none;
}
.category__nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 32px;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: var(--black);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.category__block {
  float: left;
  width: calc(100% - 345px);
  margin-left: auto;
}
.category__child {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -5px 0;
}
.category__child-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  height: 305px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category__child-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.category__child-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(255deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(195deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.category__child-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.category__child-title {
  margin-top: auto;
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  position: relative;
  z-index: 2;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.category__product {
  margin-top: 40px;
  width: 100%;
}
.category__product-block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 10px -5px 0;
}
.category__product-block:first-child {
  margin-top: -10px;
}

.prod {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  border-radius: 20px;
  padding: 10px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod__image {
  width: 100%;
}
.prod__image img {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod__block {
  padding: 18px 10px;
  color: var(--black);
}
.prod__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.prod__desc {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 130%;
}
.prod__but {
  margin-top: auto;
}
.prod__but .btn {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text {
  color: var(--black);
}
.text *:first-child {
  margin-top: 0;
}
.text.text-small h1 {
  font-size: 30px;
}
.text.text-small h2 {
  font-size: 24px;
}
.text.text-small h3 {
  font-size: 20px;
}
.text.text-small h4 {
  font-size: 16px;
}
.text.text-small h5 {
  font-size: 14px;
}
.text.text-small p {
  font-size: 14px;
}
.text.text-small ul li {
  font-size: 14px;
}
.text.text-small ol li {
  font-size: 14px;
}
.text > *:first-child {
  margin-top: 0;
}
.text.white {
  color: var(--white);
}
.text.white a, .text.white p > a {
  color: var(--white);
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 600;
  margin-top: 25px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
}
.text blockquote, .text q {
  display: block;
  padding: 20px 25px;
  color: #322d53;
  border-color: #cfebfe;
  border-radius: 12px;
  background-color: #dff2fe;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 32px;
}
.text h3 {
  font-size: 24px;
}
.text h4 {
  font-size: 18px;
}
.text h5 {
  font-size: 16px;
}
.text h6 {
  font-size: 12px;
}
.text p > a, .text a {
  color: var(--black);
  text-decoration: underline;
}
.text p > img, .text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 8px;
}
.text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 160%;
}
.text p:empty {
  display: none;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 160%;
  position: relative;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 6px;
  top: 11px;
  background: var(--accent);
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
  margin-top: 10px !important;
}

.seo {
  width: 100%;
  margin-top: 80px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.seo__block {
  width: 60%;
  padding: 40px;
}
.seo__block:first-child:last-child {
  width: 100%;
}
.seo__text {
  margin-top: 25px;
}
.seo__text.hr {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--accent);
}
.seo__text:first-child {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.cap__avia {
  width: calc(100% + 16px);
  margin: 25px -8px 0;
  display: flex;
}
.cap__avia-item {
  float: left;
  width: 100%;
  margin: 0 8px;
  padding: 0 18px;
}
.seo__price {
  display: flex;
  margin-top: 25px;
}
.seo__price:has(.seo__form) {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
}
.seo__price-block {
  float: left;
  width: calc(100% - 450px);
}
.seo__price-block:first-child:last-child {
  margin: 0;
}
.seo__price-list {
  margin: 25px 0 0;
}
.seo__price-list:first-child {
  margin: 0;
}
.seo__price-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
.seo__price-list li:first-child {
  margin: 0;
}
.seo__price-list li p {
  float: left;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
}
.seo__price-list li p:last-child {
  color: var(--accent);
}
.seo__price-list li i {
  float: left;
  width: 100%;
  border-bottom: 1px dashed var(--black);
  margin: 0 5px 5px;
}
.seo__form {
  float: right;
  width: 400px;
  margin: 0 0 0 auto;
  background: #F5F5F5;
  padding: 35px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.seo__form .modal__form {
  margin-top: 20px;
}
.seo__form .modal__title {
  text-align: center;
}
.seo__form .modal__title-name {
  font-size: 20px;
}
.seo__form .modal__title-name span {
  color: var(--accent);
}
.seo__info {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -5px 0;
}
.seo__info:first-child {
  margin-top: 0;
}
.seo__info-item {
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
  background: var(--white);
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seo__info-image {
  width: 100%;
  height: 50px;
  display: flex;
}
.seo__info-image img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
}
.seo__info-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin-top: 10px;
}
.seo__info-desc {
  padding-top: 15px;
  margin-top: auto;
  font-size: 16px;
  line-height: 120%;
}
.seo__link {
  width: 100%;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.seo__link li {
  float: left;
  margin: 10px 10px 0 0;
}
.seo__link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 42px;
  border: 1px solid rgba(104, 105, 140, 0.1);
  border-radius: 8px;
  font-size: 16px;
  color: var(--black);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.seo__link li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-arrow3-black.svg) center/contain no-repeat;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.seo__image {
  float: left;
  width: calc(40% - 20px);
  margin-left: auto;
  position: relative;
}
.seo__image img, .seo__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product__base {
  float: left;
  width: 60%;
}
.product__gallery {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 5px -8px 0;
}
.product__gallery:first-child {
  margin-top: -16px;
}
.product__gallery-item {
  float: left;
  width: calc(100% - 16px);
  margin: 16px 8px 0;
}
.product__gallery-item.medium {
  width: calc(50% - 16px);
}
.product__gallery-item.medium img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product__info {
  width: 100%;
  margin-top: 22px;
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.product__info:first-child {
  margin: 0;
}
.product__stat {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px -5px 0;
}
.product__stat:first-child {
  margin-top: 0;
}
.product__stat-item {
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.product__stat-name {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
}
.product__stat-desc {
  display: block;
  font-size: 14px;
  line-height: 150%;
}
.product__option {
  width: 100%;
  margin-top: 22px;
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.product__option:first-child {
  margin: 0;
}
.product__option-title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
.product__option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -10px -6px 0;
  width: calc(100% + 12px);
}
.product__option-item {
  float: left;
  width: calc(50% - 12px);
  margin: 22px 6px 0;
}
.product__option-image {
  width: 100%;
  height: 200px;
}
.product__option-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product__option-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 110%;
}
.product__box {
  width: 100%;
  background: var(--black) url(../img/footer-bg.jpg) center/cover;
  padding: 30px;
  border-radius: 20px;
}
.product__aside {
  width: calc(40% - 20px);
  margin-left: auto;
}
.product__prev {
  display: block;
  line-height: 30px;
  width: auto;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product__prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  float: left;
  width: 10px;
  height: 8px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  margin: auto 10px auto 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__title {
  display: block;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  line-height: 130%;
}
.product__desc {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
}
.product__desc b {
  font-weight: 500;
}
.product__desc p {
  display: block;
  margin-top: 3px;
}
.product__desc p:first-child {
  margin: 0;
}
.product__price {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  font-weight: 500;
}
.product__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10px);
  margin: 20px -5px 0;
}
.product__but .btn {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.product__manager {
  margin-top: 20px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 15px;
}
.product__manager-title {
  display: block;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
.product__manager-block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product__manager-image {
  float: left;
  width: 48%;
  height: 156px;
}
.product__manager-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product__manager-base {
  float: left;
  width: 52%;
  padding-left: 20px;
  margin: auto 0;
}
.product__manager-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.product__manager-desc {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 130%;
}
.product__manager-list {
  display: block;
  margin-top: 20px;
}
.product__manager-list li {
  display: block;
  margin-top: 3px;
}
.product__manager-list li:first-child {
  margin: 0;
}
.product__manager-list li a {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: var(--black);
}
.product__manager-whatsapp {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  position: relative;
}
.product__manager-whatsapp::before {
  content: "";
  float: left;
  width: 14px;
  height: 14px;
  margin: auto 10px auto 0;
  background: url(../img/icon-whatsapp-accent.svg) center/contain no-repeat;
}

.projects {
  width: 100%;
  margin-top: 65px;
}
.projects__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.projects__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: numbered-counter;
}
.projects__tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  counter-increment: numbered-counter;
  margin-right: 60px;
  font-size: 24px;
  color: var(--black);
  white-space: nowrap;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.projects__tab ul li.active {
  color: var(--black);
}
.projects__tab ul li.active::before {
  color: var(--accent);
}
.projects__tab ul li:last-child {
  margin: 0;
}
.projects__tab ul li::before {
  float: left;
  content: counter(numbered-counter, decimal-leading-zero);
  width: 40px;
  margin: auto 0;
  padding-top: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.projects__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -5px 0;
  gap: 20px 0;
}
.projects__block:first-child {
  margin-top: -10px;
}
.projects__item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects__item:has(.projects__item-title) {
  height: auto;
  flex-direction: column;
  border-radius: 0;
}
.projects__item:has(.projects__item-title) .projects__item-image {
  position: relative;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--black);
}
.projects__item-title {
  display: block;
  padding-top: 12px;
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
  line-height: 120%;
  transition: color .5s;
}
.projects__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.projects__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.94%, rgba(0, 0, 0, 0)), color-stop(92.36%, rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.94%, rgba(0, 0, 0, 0.7) 92.36%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.projects__item-image img, .projects__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .5s;
}
.projects__item-name {
  display: block;
  margin-top: auto;
  padding: 24px 30px;
  font-size: 18px;
  color: var(--white);
  position: relative;
  line-height: 120%;
  z-index: 2;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.contacts {
  width: 100%;
  margin-top: 25px;
}
.contacts__block {
  width: 100%;
  padding: 10px;
  border-radius: 14px;
  background: #F5F5F5;
}
.contacts__info {
  width: 100%;
  padding: 40px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border-radius: 12px;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
}
.contacts__info-item {
  float: left;
}
.contacts__info-name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.contacts__info-desc {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  color: var(--black);
}
.contacts__map {
  width: 100%;
  height: 510px;
  border-radius: 12px;
  background: #f0f0f4;
  margin-top: 10px;
}
.contacts__soc {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -8px 0;
}
.contacts__soc-item {
  float: left;
  width: 100%;
  margin: 0 8px;
  height: 58px;
  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(--black);
  border-radius: 14px;
  font-size: 18px;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contacts__soc-item img {
  margin: auto 10px auto 0;
}

.requisite {
  width: 100%;
  margin-top: 70px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.requisite__info {
  float: left;
  width: 31%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.requisite__info-block {
  margin: 0 auto;
  width: 100%;
}
.requisite__info-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.requisite__info-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
}
.requisite__info-but {
  margin-top: 20px;
}
.requisite__info-but .btn {
  border: 0;
  background: rgba(79, 62, 53, 0.05);
}
.requisite__list {
  float: left;
  width: 69%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.requisite__list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.requisite__list li:last-child {
  border: 0;
}
.requisite__list li p {
  font-size: 14px;
}
.requisite__list li p:first-child {
  min-width: 30%;
  padding-right: 10px;
  opacity: 0.5;
}
.requisite__list li i {
  float: right;
  margin: auto 0 auto auto;
  width: 18px;
  height: 18px;
  background: url(../img/icon-copy.svg) center no-repeat;
  cursor: pointer;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.requisite__list li i.active::after {
  content: 'Скопировано';
  position: absolute;
  white-space: nowrap;
  right: calc(100% + 10px);
  top: calc(50% - 12px);
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: var(--white);
  font-style: normal;
  text-transform: uppercase;
  padding: 0 12px 0 24px;
  background: var(--black) url(../img/icon-check.svg) left 9px center no-repeat;
}
.requisite__list li i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
}

.select {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}
.select.index {
  z-index: 12;
}
.select::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  top: calc(50% - 4px);
  right: 23px;
  z-index: 3;
  pointer-events: none;
  background: url(../img/icon-arrow1-black.svg) center/contain no-repeat;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.select.open::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.select.open input {
  border-radius: 10px 10px 0 0;
}
.select.open ul {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.select input {
  display: block;
  width: 100%;
  height: 60px;
  background: var(--white);
  border-radius: 10px;
  color: var(--black);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: border-radius 0.2s, background 0.3s;
  -o-transition: border-radius 0.2s, background 0.3s;
  transition: border-radius 0.2s, background 0.3s;
}
.select input::-webkit-input-placeholder {
  font-size: 0;
}
.select input::-moz-placeholder {
  font-size: 0;
}
.select input:-ms-input-placeholder {
  font-size: 0;
}
.select input::-ms-input-placeholder {
  font-size: 0;
}
.select input::placeholder {
  font-size: 0;
}
/*.select input:not(:-moz-placeholder-shown) {
  background: transparent;
}
.select input:not(:-ms-input-placeholder) {
  background: transparent;
}
.select input:not(:placeholder-shown) {
  background: transparent;
}*/
.select input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.select input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.select input:not(:placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.select p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 17px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.select ul {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 0 0 4px 4px;
  background: var(--white);
  padding: 4px 0;
  left: 0;
  top: 58px;
  margin-top: -10px;
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.05);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.select ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  right: 0;
  background: var(--black);
}
.select ul li {
  display: block;
  padding: 7px 18px;
  font-size: 14px;
  color: var(--black);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.select ul li.active {
  color: rgba(0, 0, 0, 0.4);
}

.input {
  width: 100%;
  position: relative;
}
.input input {
  display: block;
  width: 100%;
  height: 60px;
  background: var(--white);
  border-radius: 8px;
  color: var(--black);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
}
.input input::-webkit-input-placeholder {
  font-size: 0;
}
.input input::-moz-placeholder {
  font-size: 0;
}
.input input:-ms-input-placeholder {
  font-size: 0;
}
.input input::-ms-input-placeholder {
  font-size: 0;
}
.input input::placeholder {
  font-size: 0;
}
.input input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:not(:placeholder-shown) ~ p, .input input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:focus ~ p {
  color: var(--black);
}
.input p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 20px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.radios {
  display: block;
  width: 100%;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  padding: 15px 10px 15px 18px;
  z-index: 1;
  margin-top: 12px;
}
.radios__title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
}
.radios__block {
  width: 100%;
  margin-top: 15px;
}
.radios__item {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.radios__item:first-child {
  margin: 0;
}
.radios__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.radios__item input:checked + p::after {
  opacity: 1;
}
.radios__item input[value=whatsapp]:checked + p span {
  display: unset;
}
.radios__item p {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-left: 30px;
}
.radios__item p::before, .radios__item p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 9px);
}
.radios__item p::before {
  background: #F5F5F5;
  border: 1px solid rgba(#000, 0.1);
}
.radios__item p::after {
  background: var(--black) url(../img/icon-check.svg) center no-repeat;
  opacity: 0;
}
.radios__item p span {
  display: none;
}
.radios__item p a {
  position: relative;
  z-index: 6;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.radios__alert {
  display: block;
  font-size: 13px;
  line-height: 120%;
  color: red;
  margin-top: 10px;
}

.textarea {
  width: 100%;
  position: relative;
}
.textarea::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  top: 1px;
  height: 25px;
  background: var(--white);
  border-radius: 18px 18px 0 0;
  z-index: 2;
  pointer-events: none;
}
.textarea textarea {
  display: block;
  width: 100%;
  height: 90px;
  background: var(--white);
  border-radius: 8px;
  color: var(--black);
  border: 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 28px 10px 10px 18px;
  z-index: 1;
}
.textarea textarea::-webkit-input-placeholder {
  font-size: 0;
}
.textarea textarea::-moz-placeholder {
  font-size: 0;
}
.textarea textarea:-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::placeholder {
  font-size: 0;
}
.textarea textarea:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:not(:placeholder-shown) ~ p, .textarea textarea:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:focus ~ p {
  color: var(--black);
}
.textarea p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 20px;
  pointer-events: none;
  font-size: 16px;
  background: var(--white);
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.check {
  width: 100%;
  position: relative;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-left: 30px;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  left: 0;
  top: calc(50% - 9px);
}
.check p::before {
  background: var(--white);
  border: 1px solid rgba(#000, 0.1);
}
.check p::after {
  background: var(--black) url(../img/icon-check.svg) center no-repeat;
  opacity: 0;
}
.check p a {
  position: relative;
  z-index: 6;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.open-modal {
  cursor: pointer;
}
.open-image, .open-video {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(28, 42, 54, 0.6);
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__cot.image {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 98vw;
  margin: auto;
}
.modal__close {
  position: absolute;
  width: auto;
  height: 36px;
  cursor: pointer;
  top: 60px;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px 0 0 40px;
  padding: 0 22px 0 20px;
  background: var(--white);
  font-size: 14px;
  color: var(--black);
}
.modal__close i {
  content: "";
  float: left;
  width: 12px;
  height: 12px;
  background: url(../img/icon-close.svg) center/contain no-repeat;
  opacity: 1;
  margin: auto 12px auto 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close span {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 710px;
  max-height: 100vh;
  background: #F5F5F5;
  position: relative;
  padding: 110px 90px;
  border-radius: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__logo {
  display: block;
}
.modal__logo img {
  display: block;
  width: auto;
  height: 31px;
}
.modal__title {
  width: 100%;
}
.modal__title:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal__title-sub {
  font-size: 18px;
}
.modal__title-name {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  margin-top: 10px;
}
.modal__title-name:first-child {
  margin: 0;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.modal__form {
  width: 100%;
  margin: 20px 0 0;
}
.modal__form .input, .modal__form .textarea, .modal__form .check {
  width: 100%;
  margin: 12px 0 0;
}
.modal__form .input:first-child {
  margin-top: 0;
}
.modal__but {
  width: 100%;
  margin: 15px 0 0;
}
.modal__but button {
  width: 100%;
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
}

.airlines {
  width: 100%;
  margin-top: 90px;
}
.airlines__block {
  width: calc(100% + 16px);
  margin: 20px -8px 0;
  display: flex;
  flex-flow: wrap;
}
.airlines__item {
  float: left;
  width: calc(16% - 16px);
  margin: 16px 8px 0;
  border: 2px solid #F5F5F5;
  padding: 25px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.airlines__item-image {
  display: flex;
  width: 100%;
  height: 80px;
}
.airlines__item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: transform .5s;
}
.airlines__item-name {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  line-height: 110%;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  text-align: center;
  transition: color .5s;
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .row {
    padding: 0 20px;
  }

  .header__nav ul li {
    margin-right: 18px;
  }
  .header__nav ul li a {
    font-size: 13px;
  }
  .header__info-item {
    margin-right: 18px;
    font-size: 13px;
  }
  .header__info-item.header-address {
    display: none;
  }
  .header__menu-list > li:has(ul) > a::after {
    width: 9px;
    margin-left: 6px;
    background-size: contain;
  }
  .header__menu-list > li > a {
    font-size: 14px;
  }

  .teaser__info-name {
    font-size: 20px;
  }
  .teaser__spec-name {
    font-size: 20px;
  }
  .teaser__spec-number {
    font-size: 64px;
  }
  .teaser__spec-desc {
    font-size: 14px;
  }

  .title__name {
    font-size: 40px;
  }

  .category__aside {
    width: 280px;
  }
  .category__block {
    width: calc(100% - 300px);
  }

  .seo__info {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-top: 15px;
  }
  .seo__info-item {
    width: calc(50% - 10px);
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .airlines__item:hover .airlines__item-name {
    color: var(--accent);
  }
  .airlines__item:hover .airlines__item-image img {
    transform: scale(1.05);
  }
  .btn.large {
    height: 60px;
    font-size: 18px;
  }

  .header.fixed {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header.fixed .header__top {
    height: 36px;
  }
  .header.fixed .header__base {
    padding: 10px 0;
  }
  .header.fixed .header__logo img {
    height: 40px;
  }
  .header.fixed .header__menu-list > li > a {
    height: 40px;
  }

  .category > .category__product .category__product-block .prod {
    width: calc(25% - 10px);
  }
  .modal__close:hover span {
    opacity: 1;
  }
  .modal__close:hover i {
    opacity: 1;
  }
  .requisite__list li:hover i {
    opacity: 0.3;
  }
  .requisite__list li i:hover {
    opacity: 1;
  }
  .btn:hover:not(:has(img)) {
    background: var(--accent);
    color: var(--white);
  }
  .btn:hover:not(:has(img)).btn-arrow::after {
    background-image: url(../img/icon-arrow2-white.svg);
  }
  .btn.accent:hover, .btn.white:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2);
  }
  .header__nav ul li a:hover {
    color: var(--accent);
  }
  .header__nav ul li.mobile {
    display: none;
  }
  .header__buts-item:hover {
    color: var(--accent);
  }
  .header__menu-list > li:hover > ul {
    visibility: visible;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu-list > li ul li:hover > ul {
    visibility: visible;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu-list > li:hover > a::after {
    opacity: 1;
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .header__menu-list > li > ul li:hover > a {
    background: #f5f5f5;
  }
  .slick-arrow:hover {
    background: var(--black);
  }
  .catalog__item:hover .catalog__item-image {
    opacity: 0.5;
  }
  .catalog__item:hover .catalog__item-title {
    padding-top: 34px;
  }
  .catalog__item:hover .catalog__item-title span::after {
    opacity: 1;
    margin-left: 20px;
  }
  .catalog__item:hover .catalog__item-list {
    padding-bottom: 34px;
  }
  .catalog__item:hover .catalog__item-list li a {
    background: var(--white);
    color: var(--black);
  }
  .catalog__item:hover .catalog__item-list li a::after {
    background-image: url(../img/icon-arrow3-black.svg);
  }
  .catalog__item-list li a:hover {
    background: var(--accent) !important;
    color: var(--white) !important;
  }
  .catalog__item-list li a:hover::after {
    background-image: url(../img/icon-arrow3-white.svg) !important;
  }
  .footer__about-soc li a:hover {
    border-color: var(--white);
  }
  .footer__nav-list li a:hover {
    border-color: var(--white);
  }
  .category__nav-name:hover::after {
    opacity: 1;
  }
  .category__nav-list li a:hover {
    background: #f5f5f5;
  }
  .category__child-item:hover .category__child-image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .category__child-item:hover .category__child-title {
    padding-bottom: 18px;
  }
  .seo__link li a:hover {
    border-color: var(--black);
  }
  .product__prev:hover {
    opacity: 0.6;
  }
  .projects__tab ul li:hover {
    color: black;
  }
  .projects__item:hover .projects__item-image img {
    transform: scale(1.05);
  }
  .projects__item:hover .projects__item-name {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .projects__item:hover .projects__item-title {
    color: var(--accent);
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }

  .header.open .header__humb i {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header.open .header__humb i:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.open .header__humb i:first-child::before {
    top: 10px;
    margin: 0;
    background: var(--white);
    -webkit-transition: top 0.3s, background 0.3s, margin 0.3s;
    -o-transition: top 0.3s, background 0.3s, margin 0.3s;
    transition: top 0.3s, background 0.3s, margin 0.3s;
  }
  .header.open .header__humb i:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header.open .header__humb i:last-child::before {
    bottom: 10px;
    margin: 0;
    background: var(--white);
    -webkit-transition: bottom 0.3s, background 0.3s, margin 0.3s;
    -o-transition: bottom 0.3s, background 0.3s, margin 0.3s;
    transition: bottom 0.3s, background 0.3s, margin 0.3s;
  }
  .header.open .header__logo::before {
    opacity: 1;
  }
  .header.open .header__logo img {
    opacity: 0;
  }
  .header.open .header__base {
    background: transparent;
    -webkit-transition: background 0s, padding 0.5s;
    -o-transition: background 0s, padding 0.5s;
    transition: background 0s, padding 0.5s;
  }
  .header.open .header__buts-item.header-order {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header.open .header__buts-item.header-phone {
    background-image: url(../img/icon-phone-white.svg);
  }
  .header__buts-item.header-phone {
    display: block;
  }
  .header.open .header__nav, .header.open .header__info {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header.fixed:not(.open):not(.open-menu) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header.fixed:not(.open):not(.open-menu) .header__base {
    padding: 10px 5px;
  }
  .header.fixed:not(.open):not(.open-menu) .header__menu-but {
    margin-top: -40px;
    opacity: 0;
  }
  .header.fixed:not(.open-menu) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header.fixed:not(.open-menu) .header__menu-but {
    margin-top: -40px;
    opacity: 0;
  }
  .header .row {
    padding: 0;
  }
  .header__top {
    height: 0;
    border-bottom: 0;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: var(--black);
    z-index: 1;
    padding: 100px 20px 150px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    top: 90px;
  }
  .header__nav ul {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__nav ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .header__nav ul li:last-child {
    border: 0;
  }
  .header__nav ul li.active::before {
    display: none;
  }
  .header__nav ul li.active a::after {
    opacity: 0.2;
  }
  .header__nav ul li a {
    height: 50px;
    font-size: 16px;
    color: var(--white);
  }
  .header__nav ul li a::after {
    content: "";
    float: right;
    width: 15px;
    height: 15px;
    margin: auto 0 auto auto;
    background: url(../img/icon-arrow2-accent2.svg) center/contain no-repeat;
  }
  .header__info {
    height: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__info-item {
    display: none;
    margin-right: 0;
    height: 30px;
    color: var(--white);
    position: absolute;
    top: calc(100vh - 50px);
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header__info-item.header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__base {
    padding: 17px 5px;
    border-color: rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    background: var(--white);
    -webkit-transition: 0.25s background 0.25s, padding 0.5s;
    -o-transition: 0.25s background 0.25s, padding 0.5s;
    transition: 0.25s background 0.25s, padding 0.5s;
  }
  .header__humb {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 5;
  }
  .header__humb i {
    position: absolute;
    width: 22px;
    height: 21px;
    left: 14px;
    top: 15px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--black);
    position: absolute;
  }
  .header__humb i:first-child::before {
    margin-left: -2px;
    top: 7px;
    -webkit-transition: 0.2s top 0.3s, background 0.3s, 0.2s margin 0.3s;
    -o-transition: 0.2s top 0.3s, background 0.3s, 0.2s margin 0.3s;
    transition: 0.2s top 0.3s, background 0.3s, 0.2s margin 0.3s;
  }
  .header__humb i:last-child::before {
    bottom: 7px;
    margin-left: 2px;
    -webkit-transition: 0.2s bottom 0.3s, background 0.3s, 0.2s margin 0.3s;
    -o-transition: 0.2s bottom 0.3s, background 0.3s, 0.2s margin 0.3s;
    transition: 0.2s bottom 0.3s, background 0.3s, 0.2s margin 0.3s;
  }
  .header__logo {
    margin: auto auto auto 10px;
    position: relative;
    z-index: 5;
  }
  .header__logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/logo-image-white1.svg) center/contain no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__logo img {
    height: 30px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__logo p {
    display: none;
  }
  .header__buts {
    margin-left: 0;
  }
  .header__buts-item {
    margin-right: 0;
    height: 50px;
    background: var(--white);
    font-size: 16px;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  .header__buts-item.header-order {
    position: absolute;
    width: calc(100vw - 40px);
    left: 20px;
    top: calc(100vh - 120px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__buts-item.header-phone {
    width: 50px;
    font-size: 0;
    background: url(../img/icon-phone-black.svg) center no-repeat;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__buts-item.header-phone img {
    display: none;
  }
  .header__menu {
    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;
    position: relative;
    z-index: 0;
  }
  .header__menu-but {
    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%;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    background: #f5f5f5;
    font-family: "Inter", sans-serif;
    -webkit-transition: height 0.5s, margin 0.5s, opacity 0.5s;
    -o-transition: height 0.5s, margin 0.5s, opacity 0.5s;
    transition: height 0.5s, margin 0.5s, opacity 0.5s;
  }
  .header__menu-but.open {
    height: 50px;
  }
  .header__menu-but.open::after {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    opacity: 1;
  }
  .header__menu-but::after {
    content: "";
    float: right;
    margin: auto 0 auto 8px;
    width: 10px;
    height: 6px;
    background: url(../img/icon-arrow1-black.svg) center no-repeat;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .header__menu-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f5f5f5;
    height: calc(100vh - 124px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 30px;
  }
  .header__menu-list > li {
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
    background: var(--white);
  }
  .header__menu-list > li:first-child {
    margin: 0;
  }
  .header__menu-list > li.open > a::after {
    transform: scale(1,-1);
    opacity: 1;
  }
  .header__menu-list > li:has(ul) > a::after {
    margin: auto 0 auto auto;
  }
  .header__menu-list > li > a {
    height: 50px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }
  .header__menu-list > li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 12px 20px;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    background: transparent;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu-list > li ul::before {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 20px;
    background: rgba(0, 0, 0, 0.1);
  }
  .header__menu-list > li ul li a {
    padding: 0;
  }
  .header__menu-list > li ul li ul {
    display: none !important;
  }
  .header__menu-list > li ul li:has(ul) > a::after {
    display: none;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-arrow {
    display: none !important;
  }

  .content {
    padding-top: 84px;
  }

  .teaser__slider {
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 550px;
    border-radius: 0;
  }
  .teaser__slider-block {
    width: 100%;
    padding: 20px;
  }
  .teaser__slider-name {
    font-size: 28px;
  }
  .teaser__slider-desc {
    font-size: 16px;
  }
  .teaser__slider-but {
    display: block;
    margin-top: 20px;
  }
  .teaser__slider-but .btn::after {
    content: "";
    float: right;
    margin: auto 0 auto 8px;
    width: 10px;
    height: 6px;
    background: url(../img/icon-arrow1-white.svg) center no-repeat;
    -webkit-transform: rotate(-90deg) translateX(1px);
        -ms-transform: rotate(-90deg) translateX(1px);
            transform: rotate(-90deg) translateX(1px);
  }
  .teaser__aside {
    width: 100%;
    margin-top: 20px;
  }
  .teaser__info {
    height: 180px;
  }
  .teaser__spec {
    height: 320px;
    margin-top: 10px;
  }
  .teaser__spec-number {
    font-size: 74px;
  }

  .title__name {
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
  .title__desc {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .title__but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .title__but .btn {
    width: 100%;
  }

  .catalog {
    margin-top: 50px;
  }
  .catalog__block {
    margin: 10px -5px 0;
  }
  .catalog__item {
    height: 180px;
    border-radius: 15px;
  }
  .catalog__item.medium {
    width: calc(100% - 10px);
  }
  .catalog__item.small {
    width: calc(50% - 10px);
  }
  .catalog__item-title {
    padding: 15px;
    font-size: 21px;
  }
  .catalog__item-title span::after {
    display: none;
  }
  .catalog__item-list {
    display: none;
  }

  .callback {
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    height: 600px;
  }
  .callback__title {
    width: 100%;
    padding: 60px 20px 20px;
    font-size: 24px;
  }
  .callback__title.large {
    font-size: 26px;
  }
  .callback__title p.small {
  font-size: 70%;
}
.callback__title p.small br {
  display: none;
}
  .callback__logo {
    top: 30px;
    right: auto;
    left: 20px;
    width: 140px;
  }
  .callback__but {
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .callback__but .btn {
    width: calc(50% - 5px);
    margin: 10px 0 0 !important;
    font-size: 14px;
  }
  .callback__but .btn:nth-child(2):last-child {
    width: 100%;
  }
  .callback__but .btn:first-child {
    width: 100%;
  }

  .certificate {
    margin-top: 50px;
  }
  .certificate__box {
    width: calc(100% + 40px);
    padding: 500px 0 0;
    margin: 30px -20px 0;
  }
  .certificate__image {
    height: 550px;
  }
  .certificate__block {
    min-height: 0;
    max-width: 100%;
    padding: 20px;
  }
  .certificate__title {
    font-size: 18px;
  }
  .certificate__desc {
    padding-top: 45px;
    font-size: 14px;
  }
  .certificate__desc p {
    margin-top: 12px;
  }

  .comfort__block {
    padding-right: 30px;
  }
  .comfort__item {
    height: 240px;
  }
  .comfort__item-block {
    padding: 28px;
  }

  .reviews {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
    border-radius: 0;
    padding: 20px 15px 10px;
  }
  .reviews > .reviews__item {
    float: none;
    height: auto;
    margin: 0;
  }
  .reviews__slider {
    padding-right: 30px;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .reviews__item {
    height: 500px;
  }
  .reviews__item-info {
    height: auto;
    padding: 20px;
  }
  .reviews__item-info__logo {
    margin-bottom: 0;
  }
  .reviews__item-info__logo img {
    width: 40px;
  }
  .reviews__item-info_name {
    font-size: 24px;
    margin-top: 24px;
  }
  .reviews__item-info_scroll {
    display: none;
  }

  .deals {
    margin-top: 50px;
  }
  .deals__block {
    width: calc(100% + 10px);
    margin: 20px -5px 0;
    padding-right: 30px;
  }
  .deals__item {
    margin: 0 5px;
    height: 256px;
    padding: 20px;
  }
  .deals__item-number {
    font-size: 60px;
  }
  .deals__item-name {
    font-size: 24px;
  }

  .cases {
    margin-top: 50px;
  }
  .cases__block {
    width: calc(100% + 8px);
    margin: 10px -4px 0;
  }
  .cases__item {
    width: calc(100% - 8px);
    margin: 8px 4px 0;
    height: 210px;
  }
  .cases__item.medium {
    width: calc(100% - 8px);
  }
  .cases__item.small {
    width: calc(50% - 8px);
  }
  .cases__item-image:not(:last-child) {
    height: 100%;
  }
  .cases__item-info {
    display: none;
  }

  .contact {
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    border-radius: 0;
    padding: 500px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .contact__block {
    padding: 25px 20px;
    min-height: 0;
  }
  .contact__name {
    margin-top: 16px;
    font-size: 32px;
  }
  .contact__desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .contact__but {
    margin-top: 35px;
  }
  .contact__but .btn {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact__but .btn:last-child {
    margin: 0;
  }

  .footer {
    margin-top: 50px;
  }
  .footer__about {
    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;
    padding: 0 30px;
  }
  .footer__about-logo {
    margin: 0 auto;
  }
  .footer__about-desc {
    display: none;
  }
  .footer__about-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__contact {
    float: right;
    width: 100%;
    margin-top: 30px;
    padding: 30px 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer__contact-title {
    display: none;
  }
  .footer__contact-info {
    margin-top: 0;
  }
  .footer__contact-desc {
    text-align: center;
    opacity: 0.5;
  }
  .footer__contact-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__end {
    width: 100%;
    margin-top: 20px;
    padding: 20px 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__end-item {
    display: none;
  }
  .footer__author {
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
  }
  .footer__author img {
    margin: 0 auto;
  }

  .cap {
    width: calc(100% + 40px);
    border-radius: 0;
    margin: 0 -20px;
    flex-direction: column;
    padding: 20px;
    min-height: 550px;
  }
  .cap.transparent {
    padding: 20px;
  }
  .cap__logo img {
    max-width: 100%;
    max-height: 70px;
  }
  .cap.transparent .cap__desc {
    font-size: 16px;
  }
  .cap__avia {
    width: 100%;
    flex-direction: column;
    margin: 25px 0 0;
  }
  .cap__avia-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .cap__avia-item:first-child {
    margin: 0;
  }
  .cap__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(62.84%, rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 62.84%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 62.84%);
  }
  .cap__block {
    max-width: 100%;
    padding: 0;
    min-height: 0;
  }
  .cap__form {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    padding: 20px
  }
  .cap__bread li {
    display: none;
    margin-right: 0;
  }
  .cap__bread li:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cap__bread li a {
    font-size: 0;
    padding-left: 16px;
  }
  .cap__bread li::before {
    width: 10px;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 10px auto;
  }
  .cap__bread li a::after {
    content: "Вернуться назад";
    font-size: 14px;
  }
  .cap__title {
    font-size: 28px;
  }
  .cap__desc {
    margin-top: 14px;
    font-size: 16px;
  }
  .cap__but {
    margin-top: 14px;
  }
  .cap__but .btn {
    width: 100%;
  }

  .about {
    margin-top: 60px;
  }
  .about .title__but {
    display: none;
  }
  .about__block {
    width: calc(100% + 40px);
    margin: 25px -20px 0;
    padding-top: 500px;
    position: relative;
  }
  .about__info {
    width: 100%;
    margin: 0;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    position: relative;
    z-index: 2;
  }
  .about__info-image {
    height: 200px;
  }
  .about__info-title {
    padding: 20px 0 0;
  }
  .about__info-desc {
    padding: 10px 0 0;
  }
  .about__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
    margin: 0;
  }
  .about__image img, .about__image video {
    border-radius: 20px 20px 0 0;
  }
  .about__stat {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 20px;
    background: #F5F5F5;
    border-radius: 0 0 20px 20px;
  }
  .about__stat-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 20px;
    background: var(--white);
    position: relative;
  }

  .approach__block {
    margin-top: 20px;
  }
  .approach__item:nth-child(2n) .approach__item-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .approach__item:nth-child(2n) .approach__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .approach__item-block {
    width: 100%;
    padding: 10px;
  }
  .approach__item-num {
    width: 46px;
    height: 24px;
    font-size: 11px;
  }
  .approach__item-title {
    margin-top: 0;
    padding-top: 10px;
    font-size: 20px;
  }
  .approach__item-desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .approach__item-image {
    width: 100%;
    min-height: 190px;
    height: 190px;
  }

  .management {
    margin-top: 55px;
  }
  .management__block {
    width: 100%;
    margin: 20px 0 0;
  }
  .management__item {
    width: 100%;
    margin: 10px 0 0;
  }
  .management__item-image {
    width: 102px;
    height: 126px;
  }
  .management__item-image::before {
    display: none;
  }
  .management__item-block {
    width: calc(100% - 102px);
  }

  .category__aside {
    display: none;
  }
  .category__block {
    width: 100%;
  }
  .category__child {
    margin: 10px -5px 0;
  }
  .category__child-item {
    width: calc(50% - 10px);
    height: 195px;
  }
  .category__product {
    margin-top: 50px;
  }

  .prod {
    width: calc(50% - 10px);
  }

  .text h1 {
    font-size: 30px;
  }
  .text h2 {
    font-size: 24px;
  }
  .text h3 {
    font-size: 20px;
  }
  .text h4 {
    font-size: 16px;
  }
  .text h5 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ol li {
    font-size: 14px;
  }

  .seo {
    margin: 50px -20px 0;
    width: calc(100% + 40px);
    padding: 20px;
  }
  .seo__block {
    width: 100%;
    padding: 0;
  }
  .seo__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 0;
  }
  .seo__info-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 15px;
    min-height: 0;
  }
  .seo__info-item:first-child {
    margin-top: 0;
  }
  .seo__info-desc {
    padding-top: 5px;
    font-size: 12px;
  }
  .seo__link li {
    margin: 8px 8px 0 0;
  }
  .seo__link li a {
    padding: 0 12px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
  }
  .seo__link li a::after {
    width: 6px;
    height: 6px;
    margin: auto 0 auto 8px;
  }
  .seo__image {
    width: calc(100% + 20px);
    margin: 30px -10px -10px;
    height: 180px;
  }
  .seo__price:has(.seo__form) {
    padding: 20px;
  }
  .seo__price {
    flex-direction: column;
  }
  .seo__form {
    width: calc(100% + 80px);
    margin: 25px -40px -21px;
  }
  .seo__price-block {
    width: 100%;
  }
  .seo__price-list li {
    margin-top: 12px;
  }
  .seo__price-list li p {
    font-size: 16px;
  }

  .product__base {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .product__gallery {
    width: calc(100% + 10px);
    margin: 5px -5px 0;
  }
  .product__gallery:first-child {
    margin-top: -10px;
  }
  .product__gallery-item {
    width: calc(100% - 10px);
    margin: 10px 5px 0;
  }
  .product__gallery-item.medium {
    width: calc(50% - 10px);
  }
  .product__gallery-item img {
    border-radius: 8px;
  }
  .product__info {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .product__stat {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 0;
  }
  .product__stat-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .product__stat-item:first-child {
    margin: 0;
  }
  .product__stat-name {
    font-size: 26px;
  }
  .product__option {
    margin-top: 30px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .product__option-title {
    font-size: 20px;
  }
  .product__option-item {
    float: left;
    width: calc(50% - 12px);
    margin: 22px 6px 0;
  }
  .product__box {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
  .product__aside {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__title {
    font-size: 24px;
  }
  .product__desc {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
  }
  .product__price {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 16px;
  }
  .product__but {
    width: 100%;
    margin: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__but .btn {
    width: 100%;
    margin: 10px 0 0;
  }
  .product__but .btn:first-child {
    margin: 0;
  }
  .product__manager {
    display: none;
  }

  .projects {
    margin-top: 45px;
  }
  .projects__tab {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .projects__tab ul li {
    margin-right: 25px;
    font-size: 20px;
  }
  .projects__tab ul li::before {
    width: 30px;
  }
  .projects__block {
    margin: 25px -5px 0;
  }
  .projects__block:first-child {
    margin-top: -10px;
  }
  .projects__item {
    width: calc(50% - 10px);
    height: 230px;
  }
  .projects__item-image::before {
    opacity: 1;
  }
  .projects__item-name {
    padding: 16px 20px;
    font-size: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .contacts__info {
    padding: 20px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__info-item {
    width: 100%;
    margin-top: 20px;
  }
  .contacts__info-item:first-child {
    margin: 0;
  }
  .contacts__info-name {
    font-size: 14px;
  }
  .contacts__info-desc {
    font-size: 20px;
  }
  .contacts__map {
    height: 390px;
  }
  .contacts__soc {
    margin: 10px -8px 0;
  }
  .contacts__soc-item {
    font-size: 0;
  }
  .contacts__soc-item img {
    margin: auto;
  }
  .requisite {
    margin-top: 55px;
  }
  .requisite__info {
    width: 100%;
    padding: 25px 20px 20px;
  }
  .requisite__info-block {
    margin: 0;
    max-width: 100%;
  }
  .requisite__info-name {
    font-size: 20px;
  }
  .requisite__info-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .requisite__info-but {
    margin-top: 15px;
  }
  .requisite__list {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .requisite__list li {
    width: 100%;
    padding: 12px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requisite__list li p {
    font-size: 13px;
    width: 100% !important;
  }
  .requisite__list li p:first-child {
    padding-right: 10px;
  }
  .requisite__list li i {
    display: none;
  }
  .header__base .header__nav {
    display: none;
  }

  .bone {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0;
  }
  .bone__block {
    padding: 50px 20px 30px;
  }
  .bone__base {
    width: 100%;
    margin: 0;
  }
  .bone__title {
    font-size: 26px;
    text-align: center;
  }
  .bone__desc {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }
  .bone__form {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0;
    padding: 30px 20px;
  }
  .bone__list {
    display: none;
  }
  #wpadminbar {
    display: none !important;
  }
  .faq {
    margin: 50px 0 0;
  }
  .faq__base {
    width: 100%;
  }
  .faq__aside {
    width: 100%;
    margin-top: 20px;
  }
  .faq__info {
    padding: 20px;
    border-radius: 20px;
  }
  .faq__info-name {
    font-size: 24px;
  }
  .faq__info-but {
    margin-top: 40px;
  }
  .faq__item {
    margin-top: 15px;
    border-radius: 20px;
  }
  .faq__item:first-child {
    margin: 0;
  }
  .faq__item-cap {
    padding: 15px 50px 15px 20px;
  }
  .faq__item-name {
    font-size: 16px;
  }
  .faq__item-but {
    width: 40px;
    height: calc(100% - 40px);
    top: 20px;
    right: 5px;
  }
  .faq__item-block {
    display: none;
    padding: 0 50px 20px 20px;
    margin-top: -5px;
  }
  .airlines__item {
    padding: 20px 15px;
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .category__child-item {
    width: calc(100% - 10px);
  }

  .prod {
    width: calc(100% - 10px);
  }

  .product__option-item {
    width: calc(100% - 12px);
  }

  .projects__item {
    width: calc(100% - 10px);
  }
  .modal__close {
    top: 20px;
    font-size: 0;
    padding-right: 10px;
  }
  .modal__block {
    padding: 20px 20px 40px;
    border-radius: 0;
  }
  .modal__logo img {
    height: 40px;
    padding: 5px 0;
  }
  .modal__title:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal__title-sub {
    font-size: 16px;
  }
  .modal__title-sub img {
    height: 16px;
  }
  .modal__title-name {
    font-size: 24px;
  }
  .modal__form {
    margin-top: 20px;
  }
  .airlines {
    margin-top: 50px;
  }
  .airlines__block {
    width: calc(100% + 10px);
    margin: 10px -5px 0;
  }
  .airlines__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .airlines__item-image {
    height: 70px;
  }
  .airlines__item-name {
    font-size: 16px;
  }
  .reviews__item-txt {
    font-size: 13px;
  }
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}