@charset "UTF-8";
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: 700;
}
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 {
  background: #242424;
}

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;
  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: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

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

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

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

.btn {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.btn.accent {
  background: var(--accent);
  color: var(--black);
}
.btn.accent::after {
  background-image: url(../img/icon-arrow2-black.svg);
}
.btn.accent::before {
  background: var(--white);
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
  z-index: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -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;
}
.btn:last-child {
  margin-right: 0;
}
.btn span {
  position: relative;
  z-index: 2;
  margin-right: 20px;
}
.btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 2;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.btn.arrow-down::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn:disabled {
  background: #adadad !important;
  pointer-events: none;
}
.btn.load span {
  position: relative;
}
.btn.load::after {
  display: none;
}
.btn.load span::after {
  content: ".";
  position: absolute;
  left: 100%;
  top: 0;
  animation: dots 1.5s steps(1) infinite;
}

@keyframes dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}

.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;
  -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__humb {
  display: none;
}
.header__nav {
  float: left;
}
.header__nav > ul {
  float: left;
}
.header__nav > ul > li {
  float: left;
  margin-right: 24px;
}
.header__nav > ul > li.active > a {
  position: relative;
}
.header__nav > ul > li.active > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: var(--accent);
}
.header__nav > ul > li:has(> ul) {
  position: relative;
}
.header__nav > ul > li:has(> ul) > a {
  padding-right: 12px;
  position: relative;
}
.header__nav > ul > li:has(> ul) > a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  top: calc(50% - 3px);
  right: 0;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s, background 0.5s;
  transition: opacity 0.5s, transform 0.5s, background 0.5s;
  transition: opacity 0.5s, transform 0.5s, background 0.5s, -webkit-transform 0.5s;
}
.header__nav > ul > li:last-child {
  margin: 0;
}
.header__nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  white-space: nowrap;
  color: var(--white);
  font-size: 13px;
  -webkit-transition: color 0.5s, height 0.5s;
  -o-transition: color 0.5s, height 0.5s;
  transition: color 0.5s, height 0.5s;
}
.header__nav > ul > li > ul {
  top: calc(100% - 2px);
  left: -50px;
}
.header__nav > ul > li > ul li ul {
  top: -10px;
  left: calc(100% + 15px);
}
.header__nav > ul > li > ul li ul::before {
  top: 20px;
  left: -4px;
  width: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.header__nav > ul > li ul {
  position: absolute;
  border-radius: 10px;
  background: var(--black);
  padding: 10px;
  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 > ul > li ul::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/icon-arrow1-accent.svg) center/contain no-repeat;
  top: -6px;
  left: 70px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__nav > ul > li ul > li {
  display: block;
  margin-top: 5px;
  position: relative;
}
.header__nav > ul > li ul > li:has(> ul)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: calc(100% - 1px);
}
.header__nav > ul > li ul > li:has(> ul) > a {
  padding-right: 25px;
  position: relative;
}
.header__nav > ul > li ul > li:has(> ul) > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  top: calc(50% - 4px);
  right: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s, background 0.5s;
  -o-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
}
.header__nav > ul > li ul > li:first-child {
  margin: 0;
}
.header__nav > ul > li ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 32px;
  border-radius: 9px;
  padding: 0 15px;
  background: #141414;
  color: var(--white);
  font-size: 14px;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.header__link {
  float: right;
  margin: auto 0 auto auto;
}
.header__link-item {
  float: left;
  margin-right: 25px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 13px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__link-item:last-child {
  margin: 0;
}
.header__link-item img {
  float: left;
  margin: auto 10px auto 0;
}
.header__phone {
  float: left;
  margin: auto 0 auto 25px;
  font-weight: 500;
  font-size: 13px;
  color: var(--white);
}
.header__base {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header__logo {
  float: left;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img {
  float: left;
  width: 218px;
  height: auto;
  margin: auto 0;
}
.header__logo p {
  float: left;
  margin: auto 0 auto 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 120%;
  color: var(--white);
}
.header__buts {
  float: right;
  margin: auto 0 auto auto;
}
.header__buts-item {
  float: left;
  margin-right: 10px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: "TT Firs Neue", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__buts-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
  z-index: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -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__buts-item:last-child {
  margin: 0;
}
.header__buts-item span {
  position: relative;
  z-index: 2;
}
.header__buts-item img, .header__buts-item svg {
  float: left;
  position: relative;
  z-index: 2;
  margin: auto 0 auto 10px;
}

.teaser {
  width: 100%;
  height: auto;
  position: relative;
}
.teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  z-index: 0;
}
.teaser__image img, .teaser__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.teaser__block {
  width: 100%;
  min-height: 100vh;
  padding: 130px 0 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.teaser__base {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.teaser__title {
  float: left;
  width: 63%;
  margin: auto 0;
}
.teaser__title-sub {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}
.teaser__title-name {
  display: block;
  margin-top: 25px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: "TT Firs Neue", sans-serif;
}
.teaser__title-buts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 15px 0 0;
}
.teaser__title-buts_item {
  float: left;
  margin: 10px 10px 0 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.teaser__title-buts_item.accent {
  font-weight: 500;
  color: var(--accent);
}
.teaser__title-buts_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
  z-index: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -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;
}
.teaser__title-buts_item:last-child {
  margin-right: 0;
}
.teaser__title-buts_item span {
  position: relative;
  z-index: 2;
}
.teaser__title-buts_item::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0 auto 10px;
  position: relative;
  z-index: 2;
  background: url(../img/icon-arrow2-accent.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -o-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.teaser__quest {
  float: right;
  width: 390px;
  max-width: 32%;
  border-radius: 12px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: auto 0 auto auto;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.teaser__quest-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.teaser__quest-form {
  display: block;
  margin-top: 20px;
}
.teaser__quest-but {
  display: none;
}
.teaser__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.teaser__info-item {
  float: left;
  width: 25%;
  padding-left: 20px;
  border-left: 1px solid var(--accent);
}
.teaser__info-name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.teaser__info-desc {
  display: block;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.6;
}

.form .input, .form .file, .form .textarea, .form .check, .form .btn, .form .select {
  width: 100%;
  margin-top: 15px;
}
.form .input:first-child, .form .file:first-child, .form .textarea:first-child, .form .check:first-child, .form .btn:first-child, .form .select:first-child {
  margin: 0;
}

.file {
  width: 100%;
  position: relative;
  height: 50px;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.file::before {
  content: attr(data-text);
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 35px;
  padding: 14px 40px 0 20px;
  z-index: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  pointer-events: none;
  display: none;
}
.file::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 20px;
  background: url(../img/icon-file-accent.svg) center/contain no-repeat;
}
.file input {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.file.active::before {
  display: block;
}
.file.active p {
  font-size: 10px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.file p {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
  margin-top: 14px;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  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;
}

.input {
  width: 100%;
  position: relative;
}
.input input {
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 12px;
  color: var(--white);
  position: relative;
  font-size: 16px;
  line-height: 35px;
  padding: 14px 10px 0 20px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.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: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.input input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.input input:not(:placeholder-shown) ~ p, .input input:focus ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.input input:focus ~ p {
  color: var(--accent);
}
.input p {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
  margin-top: 14px;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  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 {
  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: 6;
}
.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-arrow3-accent.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: 12px 12px 0 0;
}
.select.open ul {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.select input {
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 12px;
  color: var(--white);
  position: relative;
  font-size: 16px;
  line-height: 35px;
  padding: 14px 10px 0 20px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.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) ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.select input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.select input:not(:placeholder-shown) ~ p, .select input:focus ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.select p {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
  margin-top: 14px;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  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: 250px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 4px 0;
  left: 0;
  top: 48px;
  margin-top: -10px;
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 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: #fff;
}
.select ul::after {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 1px;
  background: #F5F5F9;
  left: 18px;
  top: 1px;
}
.select ul li {
  display: block;
  padding: 7px 18px;
  font-size: 14px;
  color: #000;
  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);
}

.textarea {
  width: 100%;
  position: relative;
}
.textarea:not(:has(p)) textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.textarea:not(:has(p)) textarea::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.textarea:not(:has(p)) textarea:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.textarea:not(:has(p)) textarea::-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.textarea:not(:has(p)) textarea::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.textarea textarea {
  display: block;
  width: 100%;
  height: 120px;
  background: transparent;
  border-radius: 12px;
  color: var(--white);
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 10px 0 20px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.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: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.textarea textarea:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.textarea textarea:not(:placeholder-shown) ~ p, .textarea textarea:focus ~ p {
  font-size: 11px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
.textarea textarea:focus ~ p {
  color: var(--accent);
}
.textarea p {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
  margin-top: 14px;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  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;
}

.check {
  width: 100%;
  position: relative;
}
.check.border {
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  padding-left: 28px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
}
.check p a {
  color: var(--white);
  position: relative;
  pointer-events: auto;
  z-index: 2;
  text-decoration: underline;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}
.check p::before {
  background: var(--white);
  border-radius: 4px;
  border: 1px solid rgba(104, 105, 140, 0.1);
}
.check p::after {
  background: url(../img/icon-check-black.svg) center/10px auto no-repeat;
  opacity: 0;
}

.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% - 400px);
  font-family: "TT Firs Neue", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 150%;
}
.title__name:last-child {
  width: 100%;
}
.title__name.min {
  font-size: 32px;
  line-height: 130%;
}
.title__but {
  float: right;
  margin: auto 0 auto auto;
  width: 310px;
}

.catalog {
  width: 100%;
  margin-top: 55px;
}
.catalog__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border: 1px solid #373737;
  border-radius: 12px;
  overflow: hidden;
}
.catalog__item {
  float: left;
  width: calc(100% + 1px);
  margin: 0 -1px -1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 25px;
}
.catalog__item.medium {
  width: calc(50% + 1px);
}
.catalog__item.small {
  width: calc(25% + 1px);
}
.catalog__item-num {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--accent);
}
.catalog__item-name {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.catalog__item-name a {
  color: var(--white);
}
.catalog__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 17px);
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 8px -17px 0 0;
}
.catalog__item-list li {
  float: left;
  margin: 7px 7px 0 0;
}
.catalog__item-list li a {
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog__item-list li a.accent {
  color: var(--accent);
}
.catalog__item-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
  z-index: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -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;
}
.catalog__item-list li a:last-child {
  margin-right: 0;
}
.catalog__item-list li a span {
  position: relative;
  z-index: 2;
}
.catalog__item-list li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: auto 0 auto 10px;
  opacity: 0.4;
  position: relative;
  z-index: 2;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -o-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.catalog__item-image {
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 325px;
  margin-top: auto;
}
.catalog__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
}

.calc {
  width: 100%;
  margin-top: 80px;
}
.calc__block {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.calc__base {
  float: left;
  width: 74%;
  border: 1px solid #373737;
  border-radius: 12px 0 0 12px;
}
.calc__box {
  width: 100%;
  border-bottom: 1px solid #373737;
  padding: 30px;
}
.calc__box:last-child {
  border: 0;
}
.calc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__title-num {
  float: left;
  width: 38px;
  height: 30px;
  background: rgba(233, 206, 173, 0.4);
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  margin-right: 12px;
  border-radius: 20px;
}
.calc__title-name {
  float: left;
  margin: auto 0;
  font-weight: 500;
  font-size: 18px;
}
.calc__type {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 10px -5px 0;
}
.calc__type-item {
  float: left;
  width: calc(20% - 10px);
  margin: 10px 5px 0;
  position: relative;
}
.calc__type-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.calc__type-item input:checked + .calc__type-box {
  border-color: var(--accent);
}
.calc__type-item input:checked + .calc__type-box::before {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.calc__type-box {
  width: 100%;
  padding-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.calc__type-box::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  top: 18px;
  right: 18px;
  background: url(../img/icon-check-accent.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 5;
  -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;
}
.calc__type-image {
  display: block;
  width: 100%;
  height: 115px;
}
.calc__type-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.calc__type-name {
  display: block;
  margin-top: 15px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
}
.calc__project {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 4px -8px 0;
}
.calc__project-item {
  float: left;
  width: calc(50% - 16px);
  margin: 16px 8px 0;
  position: relative;
}
.calc__project-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.calc__project-item input:checked + .calc__project-box {
  border-color: var(--accent);
}
.calc__project-item input:checked + .calc__project-box::before {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.calc__project-item input:checked + .calc__project-box .calc__project-price {
  background: var(--accent);
  color: var(--black);
}
.calc__project-box {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  min-height: 120px;
  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;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.calc__project-box::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  bottom: 18px;
  right: 18px;
  background: url(../img/icon-check-accent.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 5;
  -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;
}
.calc__project-name {
  display: block;
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.calc__project-desc {
  padding-top: 15px;
  margin-top: auto;
  font-size: 16px;
  line-height: 110%;
}
.calc__project-price {
  position: absolute;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  top: 15px;
  right: 15px;
  border-radius: 12px;
  background: rgba(233, 206, 173, 0.15);
  font-weight: 500;
  font-size: 14px;
  color: var(--accent);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.calc__size {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 4px -8px 0;
}
.calc__size-item {
  float: left;
  width: calc(33.3333% - 16px);
  margin: 16px 8px 0;
  position: relative;
}
.calc__size-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 110%;
}
.calc__size-name i {
  margin: auto 0 auto 10px;
  width: 14px;
  height: 14px;
  background: url(../img/icon-info.svg) center/contain no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.calc__size-input {
  margin-top: 16px;
  width: 100%;
}
.calc__option {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 4px -8px 0;
}
.calc__option-item {
  float: left;
  width: calc(33.3333% - 16px);
  margin: 16px 8px 0;
  position: relative;
}
.calc__option-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.calc__option-item input:checked + .calc__option-box {
  border-color: var(--accent);
}
.calc__option-item input:checked + .calc__option-box::after {
  opacity: 1;
  background: var(--accent) url(../img/icon-check-black.svg) center/16px auto no-repeat;
}
.calc__option-box {
  width: 100%;
  padding: 18px 18px 18px 75px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  min-height: 75px;
  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;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.calc__option-box::before, .calc__option-box::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 15px;
  left: 15px;
  border-radius: 10px;
}
.calc__option-box::before {
  background: #3f3b36;
  z-index: 4;
}
.calc__option-box::after {
  border: 1px solid var(--accent);
  background: url(../img/icon-check-accent.svg) center/14px auto no-repeat;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.5s, background 0.5s;
  -o-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
}
.calc__option-name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.calc__option-desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 110%;
}
.calc__aside {
  float: left;
  width: 26%;
}
.calc__info {
  width: 100%;
  border: 1px solid #373737;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  padding: 30px;
}
.calc__info-name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-family: "TT Firs Neue", sans-serif;
}
.calc__info-list {
  display: block;
  margin-top: 20px;
}
.calc__info-list li {
  display: block;
  margin-top: 20px;
}
.calc__info-list li:first-child {
  margin: 0;
}
.calc__info-list li p {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
}
.calc__info-list li p:first-child {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
}
.calc__info-but {
  display: block;
  margin-top: 20px;
}
.calc__all {
  display: none;
}

.tooltip {
  position: relative;
  cursor: help;
}
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: black;
  font-style: normal;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.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-arrow {
  position: absolute;
  width: 105px;
  height: 55px;
  top: -100px;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled::before {
  opacity: 0.3;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon-arrow2-white.svg) center/8px auto no-repeat;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -o-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.slick-prev {
  right: 105px;
  border-right: 0;
  border-radius: 12px 0 0 12px;
}
.slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next {
  right: 0;
  border-radius: 0 12px 12px 0;
}
.slick-list {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slick-track {
  width: 100%;
}

.attend {
  width: 100%;
  margin-top: 80px;
}
.attend__slider {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.attend__slider .slick-list {
  width: 100%;
  overflow: visible !important;
}
.attend__slider .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.attend__item {
  float: left;
  width: 33.3333%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 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;
}
.attend__item:last-child {
  border: 0;
}
.attend__item-name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  padding: 0 10px;
  font-family: "TT Firs Neue", sans-serif;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.attend__item-desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
  padding: 0 10px;
  padding-bottom: 20px;
  opacity: 0.7;
}
.attend__item-image {
  display: block;
  margin-top: auto;
  height: 320px;
}
.attend__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.attend__item-but {
  display: block;
  margin-top: 15px;
}
.attend__all {
  display: none;
}

.process {
  width: 100%;
  padding-top: 80px;
}
.process__nav {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -5px 0;
}
.process__nav .slick-list {
  float: left;
  width: 100%;
  height: auto;
}
.process__nav .slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.process__nav-item {
  float: left;
  width: calc(20% - 10px);
  margin: 0 5px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  height: 125px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.process__nav-item.slick-current {
  border-color: var(--accent);
}
.process__nav-item.slick-current::before {
  opacity: 1;
}
.process__nav-item.slick-current .process__nav-num {
  color: var(--accent);
  background: rgba(233, 206, 173, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.process__nav-item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/icon-arrow1-accent.svg) center/contain no-repeat;
  bottom: -6px;
  left: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.process__nav-num {
  display: block;
  width: 38px;
  height: 30px;
  border-radius: 7px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.process__nav-name {
  display: block;
  margin-top: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  color: var(--white);
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.process__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 20px;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.process__slider .slick-list {
  float: left;
  width: 100%;
  height: auto;
}
.process__slider .slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.process__item {
  float: left;
  width: 100%;
  height: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.process__item-image {
  float: left;
  width: 64%;
  height: 100%;
  margin-left: auto;
}
.process__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.process__item-block {
  float: left;
  width: calc(36% - 10px);
  height: 100%;
  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;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9px;
}
.process__item-num {
  display: block;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 120%;
  color: var(--accent);
}
.process__item-name {
  margin-top: 30px;
  font-weight: 500;
  font-size: 26px;
  font-family: "TT Firs Neue", sans-serif;
  line-height: 120%;
}
.process__item-desc {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 140%;
}
.process__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-top: auto;
}
.process__item-prev {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow3-white.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  margin-left: -5px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.process__item-next {
  margin-left: auto;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.process__item-next::after {
  content: "";
  float: left;
  width: 20px;
  height: 100%;
  background: url(../img/icon-arrow3-white.svg) center no-repeat;
  cursor: pointer;
  margin-left: 15px;
}

.approach {
  width: 100%;
  margin-top: 80px;
}
.approach__slider {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -5px 0;
}
.approach__item {
  float: left;
  width: calc(50% - 10px);
  margin: 0 5px;
  height: 560px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.approach__item::before {
  content: "";
  position: absolute;
  width: 143px;
  height: 17px;
  top: 30px;
  left: 30px;
  background: url(../img/logo-white.svg) center/contain no-repeat;
  z-index: 5;
}
.approach__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.approach__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(250deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(200deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.approach__item-image img, .approach__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.approach__item-block {
  width: 100%;
  margin-top: auto;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.approach__item-name {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.approach__item-desc {
  display: block;
  margin-top: 12px;
  line-height: 160%;
}

.client {
  width: 100%;
  margin-top: 80px;
}
.client__slider {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 10px 25px 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.client__slider .slick-list {
  width: 100%;
  overflow: visible !important;
}
.client__slider .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client__item {
  float: left;
  width: calc(50% - 10px);
  margin: 0 5px;
  height: auto;
  position: relative;
  background: #2c2c2c;
  border-radius: 9px;
}
.client__item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.client__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
}
.client__item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.client__item-name {
  position: absolute;
  background: #141414;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 36px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px 0 0 0;
  color: var(--white);
}
.client__all {
  display: none;
}

.company {
  width: 100%;
  margin-top: 80px;
}
.company__block {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-top: 25px;
}
.company__pickture {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.company__pickture::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 45px;
  top: 30px;
  left: 30px;
  z-index: 2;
  background: url(../img/logo-image.svg) center/contain no-repeat;
}
.company__pickture::after {
  content: "";
  position: absolute;
  width: 143px;
  height: 17px;
  top: 30px;
  right: 30px;
  background: url(../img/logo-white.svg) center/contain no-repeat;
  z-index: 2;
}
.company__pickture-image {
  display: block;
  width: 100%;
  height: 100%;
}
.company__pickture-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -o-radial-gradient(48.68% 0%, 228.8% 154.96%, rgba(0, 0, 0, 0) 0%, #000 93.63%);
  background: radial-gradient(228.8% 154.96% at 48.68% 0%, rgba(0, 0, 0, 0) 0%, #000 93.63%);
}
.company__pickture-image img, .company__pickture-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__pickture-but {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.company__pickture-but .btn {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.company__pickture-but .btn::after {
  display: none;
}
.company__pickture-but .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__pickture-but .btn span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 10px auto 0;
  position: relative;
  z-index: 2;
  background: url(../img/icon-play.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.company__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 10px;
}
.company__info {
  float: left;
  width: 36%;
  min-height: 310px;
  padding: 30px;
  border-radius: 9px;
  background: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__info-name {
  display: block;
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
}
.company__info-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
}
.company__info-desc p {
  margin-top: 10px;
}
.company__info-desc p:first-child {
  margin: 0;
}
.company__stat {
  width: 64%;
}
.company__stat-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin-left: 10px;
  min-height: 310px;
  padding: 25px 30px;
  border-radius: 9px;
  background: #2c2c2c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__stat-name {
  display: block;
  font-weight: 500;
  font-size: 48px;
  line-height: 125%;
  color: var(--accent);
}
.company__stat-desc {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 20px;
  line-height: 130%;
}
.company__stat-image {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 40px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__stat-image img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.cases {
  width: 100%;
  margin-top: 80px;
}
.cases__slider {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-right: 10%;
}
.cases__item {
  float: left;
  width: calc(100% - 15px);
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.cases__item-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cases__item-list {
  margin: auto 0;
}
.cases__item-list li {
  float: left;
  font-size: 16px;
  color: var(--accent);
  list-style: none;
}
.cases__item-list li:last-child::after {
  display: none;
}
.cases__item-list li::after {
  content: "/";
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.1);
}
.cases__item-num {
  float: right;
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(233, 206, 173, 0.15);
  padding: 0 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--accent);
}
.cases__item-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.cases__item-base {
  float: left;
  width: 50%;
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.cases__item-title {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}
.cases__item-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
}
.cases__item-desc p {
  display: block;
  margin-top: 15px;
}
.cases__item-desc p:first-child {
  margin: 0;
}
.cases__item-but {
  margin-top: auto;
  padding-top: 20px;
}
.cases__item-but .btn:not(:hover) {
  color: var(--accent);
}
.cases__item-but .btn:not(:hover)::after {
  background-image: url(../img/icon-arrow2-accent.svg);
}
.cases__item-image {
  float: left;
  width: 50%;
  min-height: 540px;
  position: relative;
}
.cases__item-image img, .cases__item-image video {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 9px 0;
}

.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
  font-family: "TT Firs Neue", sans-serif;
}
.text h1 b, .text h2 b, .text h3 b, .text h4 b, .text h5 b, .text h6 b {
  font-weight: 500;
  color: var(--accent);
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 20px;
  margin-top: 20px;
}
.text a {
  color: var(--white);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 700;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 12px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}
.text table {
  width: 100%;
  margin-top: 15px;
}
.text table th {
  font-weight: 500;
}
.text table tr:first-child th, .text table tr:first-child td {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.text table th, .text table td {
  padding: 12px 10px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text table th:first-child, .text table td:first-child {
  padding-left: 0;
}
.text table th:last-child, .text table td:last-child {
  padding-right: 0;
}
.text table th.right, .text table td.right {
  text-align: right;
}

.seo {
  width: 100%;
  margin-top: 80px;
}
.seo__block {
  width: 100%;
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.seo__block:first-child {
  margin-top: 0;
}
.seo__box {
  float: left;
  width: 59%;
  padding: 30px;
}
.seo__box:first-child:last-child {
  width: 100%;
}
.seo__text {
  margin-top: 25px;
}
.seo__text:first-child {
  margin: 0;
}
.seo__info {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 15px -5px 0;
}
.seo__info:first-child {
  margin-top: -10px;
}
.seo__info-item {
  float: left;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
.seo__info-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.seo__info-desc {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 130%;
}
.seo__image {
  float: left;
  width: 40%;
  float: right;
  margin-left: auto;
}
.seo__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seo .teaser__title-buts_item:not(:hover)::after {
  width: 5px;
  background-image: url(../img/icon-arrow2-white.svg);
  opacity: 0.4;
}

.quest {
  width: 100%;
  margin-top: 80px;
  height: auto;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.quest__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.quest__image img, .quest__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quest__block {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 12px;
}
.quest__logo img {
  display: block;
  width: 218px;
  height: auto;
}
.quest__title {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-top: 20px;
}
.quest__title:first-child {
  margin-top: 0;
}
.quest__desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
}
.quest__but {
  margin-top: 20px;
}
.quest__form {
  margin-top: 20px;
}

.footer {
  width: 100%;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding: 60px 0 30px;
}
.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%;
}
.footer__about-logo {
  display: block;
}
.footer__about-logo img {
  display: block;
  width: auto;
  height: 20px;
}
.footer__about-desc {
  display: block;
  max-width: 255px;
  margin-top: 42px;
  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: auto;
  margin-right: auto;
}
.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%;
  white-space: nowrap;
  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: 18%;
}
.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: 24px;
}
.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::before {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  margin: auto 10px auto 0;
  background: url(../img/icon-arrow3-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: 200px;
  position: relative;
  z-index: 2;
}
.footer__end-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
  font-size: 13px;
  width: auto;
  white-space: nowrap;
  color: var(--white);
  margin-right: auto;
}
.footer__end-item:last-child {
  width: 18%;
  margin-right: 0;
}
.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: 25%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__author img {
  display: block;
  width: 69px;
  height: auto;
}

.cap {
  width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 30px;
}
.cap.min {
  min-height: 400px;
}
.cap__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  z-index: 0;
}
.cap__image img, .cap__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.cap .row {
  margin-top: auto;
}
.cap__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
}
.cap__bread li {
  float: left;
  margin-right: 26px;
}
.cap__bread li:last-child {
  margin: 0;
}
.cap__bread li:last-child a::before {
  display: none;
}
.cap__bread li a {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 110%;
  color: var(--white);
  position: relative;
  white-space: nowrap;
}
.cap__bread li a::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  left: 100%;
  background: url(../img/icon-arrow3-white.svg) center/8px auto no-repeat;
}
.cap__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.cap__title-name {
  float: left;
  width: calc(100% - 350px);
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.cap__title-name small {
  font-family: "TT Hoves Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 140%;
}
.cap__title-name:last-child {
  width: 100%;
}
.cap__title-but {
  margin: auto 0 auto auto;
  width: 310px;
}
.cap__info {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -8px 0;
}
.cap__info-item {
  float: left;
  width: calc(100% - 16px);
  margin: 0 8px;
  min-height: 95px;
  position: relative;
  padding: 25px 30px 25px 95px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.cap__info-image {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: 30px;
  border-radius: 10px;
  background: rgba(233, 206, 173, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap__info-image img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cap__info-name {
  display: block;
  margin: auto 0;
  width: 100%;
  font-size: 18px;
  line-height: 130%;
}

.directory {
  width: 100%;
  margin-top: 50px;
}
.directory__block {
  width: 100%;
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden;
}
.directory__block:first-child {
  margin: 0;
}
.directory__item {
  float: left;
  width: calc(50% + 1px);
  margin: 0 -1px -1px 0;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.directory__item-block {
  float: left;
  width: calc(50% - 10px);
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.directory__item-image {
  float: left;
  width: calc(50% - 10px);
  margin-left: auto;
  min-height: 370px;
}
.directory__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.directory__item-name {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
  color: var(--white);
}
.directory__item-name a {
  color: var(--white);
}
.directory__item-list {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
}
.directory__item-list li:nth-child(n+11) {
    display: none;
}
.directory__item-list li {
  margin-top: 7px;
}
.directory__item-list li:first-child {
  margin: 0;
}
.directory__item-list li a {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 20px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.directory__item-list li a.accent {
  color: var(--accent);
}
.directory__item-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
  z-index: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -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;
}
.directory__item-list li a:last-child {
  margin-right: 0;
}
.directory__item-list li a span {
  position: relative;
  z-index: 2;
}
.directory__item-list li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 2;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -o-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}

.prod {
  width: 100%;
  margin-top: 80px;
}
.prod:first-child {
  margin-top: 50px;
}
.prod + .quest {
  margin-top: 50px;
}
.prod__block {
  width: 100%;
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden;
}
.prod__block:first-child {
  margin: 0;
}
.prod__item {
  float: left;
  width: calc(25% + 1px);
  margin: 0 -1px -1px 0;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 25px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.prod__item-image {
  display: block;
  width: 100%;
  height: 250px;
}
.prod__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.prod__item-block {
  margin-top: 20px;
}
.prod__item-name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.prod__item-desc {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.prod__item-price {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}

.product {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product__block {
  float: left;
  width: 60%;
  border: 1px solid #373737;
  border-radius: 12px 0 0 12px;
  padding: 30px;
}
.product__image {
  margin-top: 50px;
}
.product__image:first-child {
  margin: 0;
}
.product__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 10px;
}
.product__image img:first-child {
  margin: 0;
}
.product__text {
  margin-top: 50px;
  border-radius: 12px;
  padding: 30px;
  background: #2c2c2c;
}
.product__text:first-child {
  margin: 0;
}
.product__stat {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -5px;
}
.product__stat-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  min-height: 126px;
  background: #2c2c2c;
  border-radius: 12px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__stat-name {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: var(--accent);
  font-family: "TT Firs Neue", sans-serif;
}
.product__stat-desc {
  display: block;
  margin-top: auto;
  padding-top: 15px;
  font-size: 16px;
}
.product__aside {
  float: left;
  width: 40%;
}
.product__aside:first-child:last-child {
  width: 100%;
}
.product__base {
  border: 1px solid #373737;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  padding: 30px;
}
.product__aside:first-child:last-child .product__base {
  border: 1px solid #373737;
  border-radius: 12px;
}
.product__title {
  display: block;
  font-weight: 600;
  font-size: 32px;
  font-family: "TT Firs Neue", sans-serif;
  line-height: 150%;
}
.product__price {
  display: block;
  margin-top: 1px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--accent);
}
.product__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
.product__desc p {
  margin-top: 12px;
}
.product__desc p:first-child {
  margin-top: 0;
}
.product__option {
  margin-top: 20px;
}
.product__option-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--accent);
  padding-left: 25px;
  position: relative;
}
.product__option-title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  background: url(../img/icon-volt.svg) center/contain no-repeat;
}
.product__option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 5px -5px 0;
}
.product__option-block .calc__option-item {
  width: calc(100% - 10px);
  margin: 10px 5px 0;
}
.product__option-block .calc__option-item.medium {
  width: calc(50% - 10px);
}
.product__but {
  margin-top: 20px;
}
.product__but .btn {
  margin-top: 10px;
}
.product__but .btn:first-child {
  margin: 0;
}
.product__info {
  margin-top: 20px;
  padding: 30px 25px 65px;
  border-radius: 12px;
  background: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product__info::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 110px;
  bottom: 37px;
}
.product__info .slick-list {
  overflow: hidden;
}
.product__info .slick-arrow {
  width: auto;
  height: auto;
  bottom: 30px;
  top: auto;
  border: 0;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent !important;
  z-index: 5;
}
.product__info .slick-prev {
  left: 30px;
}
.product__info .slick-prev::before {
  content: "";
  float: left;
  width: 8px;
  height: 8px;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  opacity: 0.2;
  margin: auto 10px auto 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product__info .slick-prev::after {
  content: "Назад";
  float: left;
  font-size: 14px;
  line-height: 110%;
  color: var(--white);
}
.product__info .slick-next {
  left: 180px;
}
.product__info .slick-next::before {
  content: "Вперед";
  float: left;
  font-size: 14px;
  line-height: 110%;
  color: var(--white);
  background: transparent;
}
.product__info .slick-next::after {
  content: "";
  float: left;
  width: 8px;
  height: 8px;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  opacity: 0.2;
  margin: auto 0 auto 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product__info-item {
  float: left;
  padding: 0 5px;
}
.product__info-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--accent);
}
.product__info-desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}

.faq {
  margin-top: 80px;
}
.faq__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 25px;
}
.faq__base {
  float: left;
  width: 74%;
  border: 1px solid #373737;
  border-radius: 12px 0 0 12px;
  padding: 30px;
}
.faq__aside {
  float: left;
  width: 26%;
}
.faq__info {
  border: 1px solid #373737;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  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;
  min-height: 350px;
}
.faq__info-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
}
.faq__info-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
}
.faq__info-but {
  display: block;
  margin-top: 20px;
}
.faq__item {
  display: block;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: var(--accent2);
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item:has(.open) {
  background: #2C2C2C;
}
.faq__item:first-child {
  margin: 0;
}
.faq__item-cap {
  width: 100%;
  padding: 20px 80px 20px 30px;
  cursor: pointer;
}
.faq__item-cap.open .faq__item-name {
  color: var(--accent2);
}
.faq__item-cap.open .faq__item-but::before {
  -webkit-transform: rotate(90deg) scale(-1, 1);
      -ms-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
.faq__item-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-but {
  position: absolute;
  width: 45px;
  height: calc(100% - 40px);
  top: 20px;
  right: 20px;
  background: #141414;
  border-radius: 8px;
  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-arrow2-accent.svg) center/7px auto no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -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 30px 30px;
  margin-top: -15px;
}
.faq__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.faq__item-link .btn {
  background: #141414;
  border: 0;
}

.about {
  width: 100%;
  margin-top: 80px;
}
.about:first-child {
  margin-top: 45px;
}
.about__block {
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
}
.about__block:first-child {
  margin: 0;
}
.about__base {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about__info {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 0 5px;
  background: #2C2C2C;
  border-radius: 12px;
  padding: 10px;
}
.about__info-image {
  display: block;
}
.about__info-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.about__info-box {
  margin-top: 10px;
  padding: 10px;
}
.about__info-box:first-child {
  margin-top: 0;
}
.about__info-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.about__info-desc {
  margin-top: 10px;
  font-size: 16px;
}
.about__info-desc p {
  display: block;
  margin-top: 10px;
}
.about__info-desc p:first-child {
  margin: 0;
}
.about__info-but {
  display: block;
  margin-top: 20px;
}
.about__image {
  float: left;
  width: calc(66.6666% - 10px);
  margin: 0 5px;
  position: relative;
}
.about__image img, .about__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.about__stat {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about__stat-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  min-height: 170px;
  padding: 25px 30px;
  border-radius: 12px;
  background: #2c2c2c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__stat-name {
  display: block;
  font-weight: 500;
  font-size: 48px;
  line-height: 125%;
  color: var(--accent);
}
.about__stat-desc {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 20px;
  line-height: 130%;
}
.about__stat-image {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 40px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__stat-image img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.solutions {
  width: 100%;
  margin-top: 50px;
}
.solutions__block {
  width: 100%;
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden;
}
.solutions__block:first-child {
  margin: 0;
}
.solutions__item {
  float: left;
  width: calc(33.3333% + 1px);
  margin: 0 -1px -1px 0;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 40px;
}
.solutions__item-sub {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--accent);
}
.solutions__item-name {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  font-family: "TT Firs Neue", sans-serif;
}
.solutions__item-info {
  margin-top: 40px;
  border: 1px solid #e9cead;
  border-radius: 12px;
  padding: 20px;
}
.solutions__item-info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--accent);
  padding-left: 25px;
  position: relative;
}
.solutions__item-info_name::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0;
  background: url(../img/icon-check-alt.svg) center/contain no-repeat;
}
.solutions__item-info_desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}
.solutions__item-but {
  margin-top: 20px;
}

.post {
  width: 100%;
  margin-top: 50px;
}
.post__slider {
  margin-top: 20px;
  padding-right: 20%;
}
.post__slider .post__item {
  border-bottom: 0;
}
.post__slider .post__item:last-child {
  border-right: 0;
}
.post__slider .slick-list {
  width: 100%;
  overflow: visible !important;
}
.post__slider .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.post__block {
  width: 100%;
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden;
}
.post__block:first-child {
  margin: 0;
}
.post__item {
  float: left;
  width: calc(33.3333% + 1px);
  margin: 0 -1px -1px 0;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 30px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.post__item-image {
  display: block;
  height: 200px;
}
.post__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.post__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 20px;
}
.post__item-list li {
  float: left;
  font-size: 13px;
  opacity: 0.4;
  color: var(--white);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.post__item-list li:last-child::after {
  display: none;
}
.post__item-list li::after {
  content: "/";
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.1);
}
.post__item-name {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  font-family: "TT Firs Neue", sans-serif;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.management {
  width: 100%;
  margin-top: 50px;
}
.management__block {
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden;
}
.management__block:first-child {
  margin: 0;
}
.management__item {
  float: left;
  width: calc(33.3333% + 1px);
  margin: 0 -1px -1px 0;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.management__item-image {
  float: left;
  width: 52%;
  min-height: 170px;
}
.management__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.management__item-block {
  float: left;
  width: 48%;
  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-weight: 500;
  font-size: 20px;
  line-height: 130%;
  font-family: "TT Firs Neue", sans-serif;
}
.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(--white);
}
.management__all {
  display: none;
}

.doc {
  width: 100%;
  margin-top: 50px;
}
.doc__slider {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 20px -10px 0;
  padding-right: 10%;
}
.doc__item {
  float: left;
  width: calc(20% - 20px);
  margin: 0 10px;
}
.doc__item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.doc__item-image::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 138%;
}
.doc__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.doc__item-name {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
}
.doc__item-desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.5;
}

.services {
  width: 100%;
  margin-top: 50px;
}
.services__block {
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid #373737;
}
.services__block:first-child {
  margin-top: 0;
}
.services__item {
  width: 100%;
  border-top: 1px solid #373737;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.services__item:first-child {
  border-top: 0;
}
.services__item-block {
  float: left;
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2c2c2c;
  border-radius: 9px;
  padding: 30px;
}
.services__item-num {
  display: block;
  width: 38px;
  height: 30px;
  background: rgba(233, 206, 173, 0.15);
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  margin-right: 12px;
  border-radius: 20px;
}
.services__item-name {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.services__item-desc {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: var(--white);
}
.services__item-but {
  margin-top: auto;
  padding-top: 20px;
}
.services__item-but .btn {
  border: 0;
  background: #212121;
}
.services__item-image {
  float: left;
  width: calc(63% - 10px);
  margin-left: auto;
  min-height: 440px;
  position: relative;
}
.services__item-image img, .services__item-image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: item;
}
.tab ul li {
  counter-increment: item;
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
  height: 125px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #141414;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--white);
  padding: 15px;
  position: relative;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.tab ul li a {
  color: var(--white);
}
.tab ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tab ul li.active {
  border: 1px solid var(--accent);
}
.tab ul li.active::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/icon-arrow1-accent.svg) center/contain no-repeat;
  bottom: -6px;
  left: 20px;
}
.tab ul li.active::before {
  background: rgba(233, 206, 173, 0.15);
  border: 0;
  color: var(--accent);
}
.tab ul li::before {
  content: counter(item);
  position: absolute;
  top: 15px;
  left: 15px;
  width: 38px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 7px;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  transition: background 0.5s, color 0.5s, border 0.5s;
}

.art {
  width: 100%;
  max-width: 1200px;
  padding-top: 180px;
  margin: 0 auto;
}
.art + .faq {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.art.first {
  padding-top: 50px;
}
.art__cap {
  width: 100%;
  margin-top: 30px;
  height: 480px;
  position: relative;
  border-radius: 12px 12px 0 0;
  border: 1px solid #373737;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.art__cap:has(:not(.art__cap-image)) {
  height: auto;
}
.art__cap:first-child {
  margin-top: 0;
}
.art__cap-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  z-index: 0;
}
.art__cap-image img, .art__cap-image video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.art__cap-block {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.art__cap-title {
  display: block;
  margin-top: 30px;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  font-family: "TT Firs Neue", sans-serif;
  letter-spacing: -0.01em;
}
.art__cap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.art__cap-list li {
  font-size: 16px;
  line-height: 130%;
}
.art__cap-list li:last-child::after {
  display: none;
}
.art__cap-list li::after {
  content: "/";
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.4);
}
.art__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border: 1px solid #373737;
  border-top: 0;
}
.art__block:has(:not(.art__aside)) {
  border-radius: 0 0 12px 12px;
}
.art__search {
  width: 100%;
  position: relative;
}
.art__search::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/icon-search.svg) center/contain no-repeat;
  top: calc(50% - 12px);
  left: 38px;
  z-index: 1;
  pointer-events: none;
}
.art__search input {
  display: block;
  width: 100%;
  height: 88px;
  color: var(--white);
  background: #2c2c2c;
  border-radius: 12px;
  border: 0;
  padding-left: 76px;
  font-size: 20px;
}
.art__search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.art__search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.art__search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.art__search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.art__search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.art__base {
  float: left;
  width: 80%;
  border-right: 1px solid #373737;
}
.art__base:first-child:last-child {
  width: 100%;
  border: 0;
}
.art__text {
  padding: 40px 50px;
}
.art__aside {
  float: left;
  width: 20%;
}
.art__nav {
  padding: 40px 30px;
}
.art__nav-title {
  font-weight: 500;
  font-size: 16px;
}
.art__nav-list {
  display: block;
  margin-top: 12px;
}
.art__nav-list li {
  display: block;
  margin-top: 10px;
}
.art__nav-list li a {
  display: block;
  padding-left: 20px;
  font-size: 13px;
  color: var(--white);
  position: relative;
}
.art__nav-list li a:first-child {
  margin: 0;
}
.art__nav-list li a::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.art__faq {
  padding: 30px;
}
.art__faq-title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
}
.art__faq-title:first-child {
  margin-top: 0;
}

.contact {
  width: 100%;
  margin-top: 45px;
  border: 1px solid #373737;
  border-radius: 12px;
  padding: 10px;
}
.contact__block {
  margin-top: 15px;
}
.contact__box {
  display: none;
}
.contact__box.active {
  display: block;
}
.contact__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 55px;
  border-radius: 9px;
  background: #2c2c2c;
}
.contact__info-item {
  float: left;
}
.contact__info-sub {
  display: block;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
}
.contact__info-name {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: var(--white);
}
.contact__map {
  width: 100%;
  margin-top: 15px;
  border-radius: 9px;
  background: #2c2c2c;
  height: 440px;
}
.contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border: 1px solid #373737;
  border-radius: 9px;
}
.contact__soc-item {
  float: left;
  width: 100%;
  height: 80px;
  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;
  font-size: 16px;
  color: var(--white);
  border-right: 1px solid #373737;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.contact__soc-item:last-child {
  border: 0;
}
.contact__soc-item img {
  margin-right: 15px;
}

.req {
  width: 100%;
  margin-top: 75px;
}
.req__block {
  margin-top: 20px;
  border: 1px solid #373737;
  border-radius: 12px;
}
.req__item {
  border-top: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.req__item:first-child {
  border: 0;
}
.req__item p {
  float: left;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  font-size: 14px;
}
.req__item p:first-child {
  width: 30%;
  border-right: 1px solid #373737;
  color: var(--accent);
}

.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: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
}
.modal.hide.load {
    opacity: 1;
    visibility: visible;
}
.modal.hide.load .modal__bg {
    background: rgba(0, 0, 0, .4) url(../img/load.svg) center/70px no-repeat;
}
.modal.center.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__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, .4);
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.modal.center .modal__cot {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.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: #2C2C2C;
  font-size: 14px;
  color: var(--accent2);
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/icon-close-border.svg) center/contain no-repeat;
  right: -2px;
}
.modal__close::before {
  bottom: calc(100% - 1px);
}
.modal__close::after {
  top: 100%;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.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.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close span {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 98vw;
  max-height: 98vh;
}
.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__arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  top: calc(50vh - 22px);
  background: #F5F5F5 url(../img/icon-arrow1-white.svg) center/auto 16px no-repeat;
  font-size: 0;
  border-radius: 17px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.modal__arrow.prev {
  left: 20px;
}
.modal__arrow.next {
  right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 600px;
  height: 100vh;
  background: #141414;
  position: relative;
  padding: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__block:has(.success) {
  background: var(--black) url(../img/modal-success.jpg) bottom/cover no-repeat;
}
.modal__logo {
  display: block;
}
.modal__logo img {
  display: block;
  width: auto;
  height: 20px;
}
.modal__title {
  width: 100%;
}
.modal__title:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.modal__title-sub::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  top: calc(50% - 6px);
  left: 0;
  background: url(../img/icon-check-alt.svg) center/contain no-repeat;
}
.modal__title-name {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin-top: 10px;
}
.modal__title-name:first-child {
  margin: 0;
}
.modal__title-but {
  margin-top: 20px;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.modal__form {
  margin-top: 30px;
}

.cook {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  max-width: 1000px;
  background: #202020;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 25px 45px;
  display: flex;
  transition: all .5s;
}
.cook:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.cook__logo {
  float: left;
  width: 218px;
  margin: auto 0;
}
.cook__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cook__text {
  float: left;
  width: calc(100% - 400px);
  padding: 0 40px;
  position: relative;
  margin: auto 0;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}
.cook__text::before {
  content: '';
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  height: calc(100% - 6px);
  top: 3px;
  left: 20px;
}
.cook__but {
  float: left;
  margin: auto 0;
  width: 182px;
}
.cook__but .btn {
  width: 100%;
}

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

  .teaser__title-name {
    font-size: 48px;
  }

  .title__name {
    font-size: 52px;
  }

  .catalog__item {
    padding: 20px;
  }
  .catalog__item-name {
    font-size: 20px;
  }
  .catalog__item-image {
    height: 250px;
  }

  .teaser__quest {
    padding: 25px;
  }

  .calc__box {
    padding: 25px;
  }
  .calc__info {
    padding: 25px;
  }

  .attend__item {
    padding: 20px 15px;
  }

  .process__item-block {
    padding: 30px;
    width: calc(40% - 10px);
  }
  .process__item-image {
    width: 60%;
  }

  .approach__item {
    height: 500px;
  }

  .company__info {
    padding: 20px;
  }
  .company__info-name {
    font-size: 24px;
  }
  .company__info-desc {
    font-size: 14px;
    padding-top: 15px;
  }
  .company__stat-item {
    padding: 20px;
  }
  .company__stat-name {
    font-size: 36px;
  }
  .company__stat-image {
    top: 30px;
    right: 20px;
  }
  .company__stat-desc {
    font-size: 18px;
  }

  .cases__item-base {
    padding: 20px;
  }
  .cases__item-title {
    font-size: 26px;
  }

  .seo__box {
    padding: 15px;
  }

  .directory__item {
    padding: 18px;
  }
  .directory__item-name {
    font-size: 20px;
  }
  .directory__item-image {
    min-height: 320px;
  }

  .prod__item {
    width: calc(33.33333% + 1px);
  }

  .product__option-block .calc__option-item.medium {
    width: calc(100% - 10px);
  }

  .solutions__item {
    padding: 25px;
  }

  .post__item {
    padding: 20px;
  }

  .management__item-image {
    width: 47%;
  }
  .management__item-block {
    width: 53%;
  }

  .services__item-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header.fixed {
    background: #141414;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  .header.fixed .header__nav > ul > li > a {
    height: 34px;
  }
  .header.fixed .header__base {
    padding: 12px 0;
  }

  .about__base.large .about__image {
    width: calc(50% - 10px);
  }
  .about__base.large .about__info {
    width: calc(50% - 10px);
  }
  .about__base.large .about__info-box {
    padding: 20px;
  }
  .about__stat.large .about__stat-item {
    width: calc(25% - 10px);
  }

  .company__pickture-but .btn:hover span::before {
    background-image: url(../img/icon-play-black.svg);
  }

  .art__block.full {
    border: 0;
    margin-top: 50px;
  }
  .art__block.full .art__base {
    border: 1px solid #373737;
    border-radius: 12px 0 0 12px;
  }
  .art__block.full .art__nav {
    border: 1px solid #373737;
    border-left: 0;
    border-radius: 0 12px 12px 0;
  }

  .btn:hover {
    color: var(--black);
  }
  .btn:hover::after {
    background-image: url(../img/icon-arrow2-black.svg);
  }
  .btn:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__nav > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav > ul > li:hover > a {
    color: var(--accent);
  }
  .header__nav > ul > li:hover > a::after {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    opacity: 1;
    background-image: url(../img/icon-arrow1-accent.svg);
  }
  .header__nav > ul > li ul > li:hover > a {
    background: #4F483F;
    color: var(--accent);
  }
  .header__nav > ul > li ul > li:hover > a::after {
    background-image: url(../img/icon-arrow2-accent.svg);
    opacity: 1;
  }
  .header__link-item:hover {
    opacity: 0.6;
  }
  .header__buts-item:hover {
    color: var(--black);
  }
  .header__buts-item:hover svg path {
    stroke: var(--black);
  }
  .header__buts-item:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .teaser__title-buts_item:hover {
    color: var(--black);
  }
  .teaser__title-buts_item:hover::after {
    background-image: url(../img/icon-arrow2-black.svg);
  }
  .teaser__title-buts_item:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .catalog__item-list li a:hover {
    color: var(--black);
  }
  .catalog__item-list li a:hover::after {
    background-image: url(../img/icon-arrow2-black.svg);
    opacity: 1;
  }
  .catalog__item-list li a:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .calc__type-item input:hover + .calc__type-box {
    border-color: var(--accent);
  }
  .calc__type-item input:hover + .calc__type-box::before {
    opacity: 0.4;
  }
  .calc__project-item input:hover + .calc__project-box {
    border-color: var(--accent);
  }
  .calc__project-item input:hover + .calc__project-box::before {
    opacity: 0.4;
  }
  .calc__size-name i:hover {
    opacity: 1;
  }
  .calc__option-item input:hover + .calc__option-box {
    border-color: var(--accent);
  }
  .calc__option-item input:hover + .calc__option-box::after {
    opacity: 1;
  }

  .tooltip:hover::after {
    opacity: 1;
  }

  .slick-arrow:hover {
    background: var(--accent);
  }
  .slick-arrow:hover::before {
    background-image: url(../img/icon-arrow2-black.svg);
  }

  .attend__item:hover .attend__item-name {
    color: var(--accent);
  }
  .attend__item-but .btn:not(:hover) {
    color: var(--accent);
  }
  .attend__item-but .btn:not(:hover)::after {
    background-image: url(../img/icon-arrow2-accent.svg);
  }

  .process__nav-item:hover:not(.slick-current) {
    border-color: var(--accent);
  }
  .process__nav-item:hover:not(.slick-current) .process__nav-name {
    padding-bottom: 5px;
  }
  .process__item-prev:hover {
    opacity: 0.6;
  }
  .process__item-next:hover {
    opacity: 0.6;
  }

  .footer__about-soc li a:hover {
    border-color: var(--white);
  }
  .footer__nav-list li a:hover {
    border-color: var(--white);
  }

  .directory__item-list li a:hover {
    color: var(--black);
  }
  .directory__item-list li a:hover::after {
    background-image: url(../img/icon-arrow2-black.svg);
    opacity: 1;
  }
  .directory__item-list li a:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .prod__item:hover {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .prod__item:hover .prod__item-name {
    color: var(--accent);
  }
  .prod__item:hover .prod__item-desc {
    color: var(--white);
  }

  .product__info .slick-prev:hover::before {
    opacity: 1;
  }
  .product__info .slick-next:hover::after {
    opacity: 1;
  }

  .faq__item:hover {
    background: #2C2C2C;
  }

  .post__item:hover {
    padding: 25px 30px 35px;
  }
  .post__item:hover .post__item-list li {
    opacity: 1;
  }
  .post__item:hover .post__item-name {
    color: var(--accent);
  }

  .services__item:hover .services__item-name {
    color: var(--accent);
  }

  .tab ul li:hover {
    border-color: var(--accent);
  }

  .contact__soc-item:hover {
    color: var(--accent);
  }

  .modal__close:hover i {
    opacity: 1;
  }
  .modal__close:hover span {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }

  .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header.open .header__humb i {
    background: rgba(255, 255, 255, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    width: 100%;
    -webkit-transition: width 0.25s, -webkit-transform 0.5s;
    transition: width 0.25s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s, -webkit-transform 0.5s;
  }
  .header.open .header__nav, .header.open .header__buts {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header.fixed:not(.open) {
    background: #141414;
  }
  .header.fixed:not(.open) .header__top {
    padding: 10px 0;
  }
  .header.fixed:not(.open) .header__logo img {
    width: 180px;
  }
  .header .row {
    padding: 0 15px;
  }
  .header__top {
    padding: 20px 0;
    border: 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    z-index: 22;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    margin: auto;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-transition: width 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
    width: 14px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--black);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 80px 0 150px;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__nav > ul {
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
  }
  .header__nav > ul > li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__nav > ul > li.active > a {
    color: var(--accent);
  }
  .header__nav > ul > li.active > a::before {
    display: none;
  }
  .header__nav > ul > li:has(> ul) > a {
    padding-right: 0;
  }
  .header__nav > ul > li:last-child {
    margin: 0;
  }
  .header__nav > ul > li > a {
    height: 42px;
    font-size: 16px;
    position: relative;
  }
  .header__nav > ul > li > a::after {
    content: "";
    position: absolute;
    width: 5px !important;
    height: 12px !important;
    top: calc(50% - 6px) !important;
    right: 2px !important;
    opacity: 0.6 !important;
    background: url(../img/icon-arrow2-white.svg) center/contain no-repeat !important;
  }
  .header__nav > ul > li ul {
    display: none;
  }
  .header__link {
    display: none;
  }
  .header__phone {
    width: 40px;
    height: 40px;
    margin: auto 0 auto auto;
    font-size: 0;
    background: url(../img/icon-phone-bg.svg) center no-repeat;
    position: relative;
    z-index: 5;
  }
  .header__base {
    padding: 0;
    border-bottom: 0;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    z-index: 5;
  }
  .header__logo img {
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header__logo p {
    display: none;
  }
  .header__buts {
    position: absolute;
    top: calc(100vh - 160px);
    left: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 0 20px;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__buts-item {
    width: 100%;
    margin: 5px 0 0 !important;
    height: 40px;
    border-radius: 10px;
  }
  .header__buts-item::before {
    display: none;
  }
  .header__buts-item span {
    margin-right: auto;
  }

  .teaser__block {
    padding: 100px 0 45px;
  }
  .teaser__base {
    margin: auto 0 0;
  }
  .teaser__title {
    width: 100%;
    margin: 0;
  }
  .teaser__title-sub {
    font-size: 18px;
  }
  .teaser__title-name {
    margin-top: 15px;
    font-size: 34px;
    text-transform: none;
    line-height: 110%;
  }
  .teaser__title-buts {
    display: none;
  }
  .teaser__quest {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    padding: 20px;
    margin: 40px 0 0;
  }
  .teaser__quest-name {
    font-size: 20px;
  }
  .teaser__quest-form {
    display: none;
  }
  .teaser__quest-but {
    display: block;
    margin-top: 20px;
  }
  .teaser__info {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
    padding: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .teaser__info-item {
    min-width: 250px;
    padding-right: 20px;
  }

  .title {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .title__name {
    width: 100%;
    font-size: 40px;
  }
  .title__but {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .catalog {
    margin-top: 45px;
  }
  .catalog__block {
    border: 0;
    border-radius: 0;
    width: calc(100% + 16px);
    margin: 5px -8px 0;
  }
  .catalog__item {
    width: calc(50% - 16px) !important;
    margin: 16px 8px 0;
    height: 180px;
    position: relative;
    border-left: 0;
    border-top: 0;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
  }
  .catalog__item-num {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: auto;
    color: var(--white);
    position: relative;
    z-index: 2;
  }
  .catalog__item-name {
    margin-top: 0;
    font-size: 20px;
    position: relative;
    z-index: 2;
  }
  .catalog__item-list {
    display: none;
  }
  .catalog__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0.4;
  }
  .catalog__item-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
  }

  .calc {
    margin-top: 40px;
  }
  .calc__block {
    margin-top: 15px;
  }
  .calc__block.active + .calc__all {
    display: none;
  }
  .calc__block:not(.active) {
    height: 800px;
    overflow: hidden;
    position: relative;
  }
  .calc__block:not(.active)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), to(#141414));
    background: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0%, #141414 100%);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    z-index: 5;
    pointer-events: none;
  }
  .calc__base {
    width: 100%;
    border: 0;
    border-radius: 0;
  }
  .calc__box {
    border-bottom: 0;
    padding: 0 0 30px;
  }
  .calc__box:last-child {
    padding: 0;
  }
  .calc__type {
    width: calc(100% + 40px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 10px -20px 0;
    padding: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .calc__type-item {
    min-width: 160px;
    margin: 0 5px;
  }
  .calc__type-box {
    padding-bottom: 15px;
  }
  .calc__type-image {
    height: 100px;
  }
  .calc__type-name {
    margin-top: 12px;
    padding: 0 12px;
    font-size: 14px;
  }
  .calc__project {
    width: 100%;
    margin: 0;
  }
  .calc__project-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .calc__project-name {
    font-size: 18px;
  }
  .calc__project-desc {
    font-size: 14px;
  }
  .calc__project-price {
    font-size: 13px;
  }
  .calc__size {
    width: 100%;
    margin: 0;
  }
  .calc__size-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .calc__size-name {
    font-size: 14px;
  }
  .calc__size-name i {
    display: none;
  }
  .calc__size-input {
    margin-top: 10px;
  }
  .calc__option {
    width: 100%;
    margin: 0;
  }
  .calc__option-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .calc__aside {
    width: 100%;
    margin-top: 20px;
  }
  .calc__info {
    border: 1px solid #373737;
    border-radius: 12px;
    padding: 20px;
  }
  .calc__all {
    display: block;
    margin-top: 15px;
  }

  .attend {
    margin-top: 40px;
  }
  .attend__slider {
    margin: 5px -5px 0;
    width: calc(100% + 10px);
  }
  .attend__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    padding: 20px 20px 25px;
  }
  .attend__item-name {
    padding: 0;
  }
  .attend__item-desc {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .attend__item-image {
    height: 185px;
  }
  .attend__item-but {
    display: none;
  }
  .attend__all {
    display: block;
    margin-top: 10px;
  }

  .process {
    padding-top: 40px;
  }
  .process .title__but {
    display: none;
  }
  .process__nav {
    margin: 20px -5px 0;
    padding-right: 35px;
  }
  .process__nav-item {
    width: calc(50% - 10px);
    height: 100px;
  }
  .process__nav-num {
    width: 30px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .process__nav-name {
    font-size: 16px;
  }
  .process__slider {
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.05);
  }
  .process__item {
    height: auto;
    padding: 20px 20px 300px;
    position: relative;
  }
  .process__item-image {
    position: absolute;
    left: 20px;
    bottom: 72px;
    width: calc(100% - 40px);
    height: 210px;
  }
  .process__item-block {
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .process__item-num {
    font-size: 14px;
  }
  .process__item-name {
    margin-top: 15px;
    font-size: 18px;
  }
  .process__item-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .process__item-but {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .approach {
    margin-top: 40px;
  }
  .approach__slider {
    width: calc(100% + 10px);
    margin: 20px -5px 0;
    padding-right: 20px;
  }
  .approach__slider .slick-arrow {
    display: none !important;
  }
  .approach__item {
    width: calc(100% - 10px);
    height: 610px;
  }
  .approach__item::before {
    top: 20px;
    left: 20px;
  }
  .approach__item-block {
    padding: 20px;
  }
  .approach__item-name {
    font-size: 24px;
  }
  .approach__item-desc {
    line-height: 140%;
  }

  .client {
    margin-top: 40px;
  }
  .client__slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .client__item {
    width: calc(25% - 20px);
    margin: 20px 10px 0;
  }
  .client__item-image {
    padding: 25px;
  }
  .client__item-name {
    height: 28px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 10px 0 0 0;
  }

  .company {
    margin-top: 40px;
  }
  .company .title__but {
    display: none;
  }
  .company__block {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 20px;
  }
  .company__pickture {
    height: 430px;
  }
  .company__pickture::before {
    display: none;
  }
  .company__pickture::after {
    display: none;
  }
  .company__pickture-but {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
  .company__pickture-but .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company__data {
    margin-top: 20px;
  }
  .company__info {
    width: 100%;
    min-height: 0;
    padding: 20px;
  }
  .company__info-name {
    font-size: 22px;
  }
  .company__info-desc {
    padding-top: 15px;
    font-size: 14px;
  }
  .company__stat {
    width: 100%;
  }
  .company__stat-item {
    width: 100%;
    margin: 10px 0 0;
    min-height: 0;
    padding: 25px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company__stat-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 45%;
    text-align: right;
    margin: auto 0;
    font-size: 36px;
  }
  .company__stat-desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
    margin: auto 0;
    padding-top: 0;
    font-size: 18px;
  }
  .company__stat-image {
    display: none;
  }

  .cases {
    margin-top: 40px;
  }
  .cases__slider {
    margin-top: 20px;
    padding-right: 5%;
  }
  .cases__slider .slick-arrow {
    display: none !important;
  }
  .cases__item {
    width: calc(100% - 10px);
    margin-right: 10px;
  }
  .cases__item-cap {
    padding: 20px;
  }
  .cases__item-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 0;
  }
  .cases__item-list li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .cases__item-list li::after {
    display: none;
  }
  .cases__item-num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .cases__item-block {
    position: relative;
  }
  .cases__item-base {
    width: 100%;
    padding: 30px 20px 205px;
    border-right: 0;
    position: relative;
  }
  .cases__item-base:has(.cases__item-but) {
    padding-bottom: 280px;
  }
  .cases__item-base:has(.cases__item-but) + .cases__item-image {
    bottom: 95px;
  }
  .cases__item-title {
    font-size: 22px;
  }
  .cases__item-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .cases__item-desc p {
    margin-top: 10px;
  }
  .cases__item-but {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    padding: 0 20px;
    padding-top: 0;
  }
  .cases__item-image {
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: calc(100% - 40px);
    min-height: 0;
    height: 170px;
  }
  .cases__item-image img, .cases__item-image video {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .seo {
    margin-top: 40px;
  }
  .seo__block {
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
  }
  .seo__box {
    width: 100%;
    padding: 0;
  }
  .seo__text {
    margin-top: 20px;
  }
  .seo__info {
    width: calc(100% + 40px);
    padding: 0 15px;
    margin: 20px -20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .seo__info:first-child {
    margin-top: 0;
  }
  .seo__info-item {
    min-width: 265px;
    margin: 0 5px;
    padding: 15px;
  }
  .seo__image {
    width: 100%;
    margin: 20px 0 0;
    height: 320px;
  }
  .seo .teaser__title-buts {
    display: none;
  }

  .quest {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
    min-height: 775px;
    padding: 20px;
    border-radius: 0;
  }
  .quest__block {
    max-width: 100%;
    padding: 30px 20px;
  }

  .footer {
    margin-top: 0;
    padding: 50px 0 20px;
  }
  .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 {
    width: 260px;
    margin: 0 auto;
  }
  .footer__about-logo img {
    width: 100%;
    height: auto;
  }
  .footer__about-desc {
    display: none;
  }
  .footer__about-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__about-soc li a {
    width: 84px;
  }
  .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;
  }

  .cap {
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 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 a::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-name {
    width: 100%;
    font-size: 34px;
  }
  .cap__title-but {
    margin: 20px 0 0;
    width: 100%;
  }
  .cap__info {
    display: none;
  }

  .directory {
    margin-top: 30px;
  }
  .directory__block {
    margin: 10px -5px 0;
    width: calc(100% + 10px);
    border-radius: 0;
    border: 0;
  }
  .directory__block:first-child {
    margin: -10px -5px 0;
  }
  .directory__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
    border: 1px solid #373737;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
  }
  .directory__item-block {
    width: 100%;
    margin-right: 0;
  }
  .directory__item-image {
    width: 100%;
    margin: 15px 0 0;
    min-height: 160px;
    height: 160px;
  }
  .directory__item-name {
    font-size: 24px;
  }
  .directory__item-list {
    padding-top: 15px;
  }

  .prod {
    margin-top: 40px;
  }
  .prod:first-child {
    margin-top: 30px;
  }
  .prod + .quest {
    margin-top: 40px;
  }
  .prod__block {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #373737;
  }
  .prod__block:first-child {
    margin: 0 -20px;
  }
  .prod__item {
    width: calc(50% + 1px);
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737;
    padding: 20px;
  }
  .prod__item-image {
    height: 205px;
  }
  .prod__item-desc {
    color: rgba(255, 255, 255, 0.8);
  }

  .product {
    margin-top: 20px;
  }
  .product__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 40px 0 0;
  }
  .product__image {
    margin-top: 20px;
  }
  .product__image:first-child {
    margin: 0;
  }
  .product__text {
    margin-top: 20px;
    padding: 20px;
  }
  .product__text:first-child {
    margin: 0;
  }
  .product__stat {
    width: 100%;
    margin: 0;
  }
  .product__stat-item {
    width: 100%;
    margin: 10px 0 0;
    min-height: 0;
  }
  .product__stat-name {
    font-size: 24px;
  }
  .product__stat-desc {
    margin-top: 0;
    padding-top: 0;
  }
  .product__aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .product__aside:first-child:last-child .product__base {
    border: 0;
  }
  .product__base {
    border: 0;
    border-left: 0;
    border-radius: 0;
    padding: 0;
  }
  .product__title {
    font-size: 24px;
    line-height: 140%;
  }
  .product__price {
    font-size: 22px;
  }
  .product__desc {
    font-size: 16px;
  }
  .product__option-block .calc__option-item.medium {
    width: calc(100% - 10px);
  }
  .product__info {
    padding: 20px 18px;
  }
  .product__info::before {
    display: none;
  }
  .product__info .slick-arrow {
    display: none !important;
  }

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

  .faq {
    margin-top: 40px;
  }
  .faq .title__but {
    display: none;
  }
  .faq__block {
    margin-top: 20px;
  }
  .faq__base {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .faq__aside {
    display: none;
  }
  .faq__info {
    display: none;
  }
  .faq__item {
    margin-top: 10px;
  }
  .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% - 10px);
    top: 5px;
    right: 5px;
  }
  .faq__item-block {
    display: none;
    padding: 0 50px 20px 20px;
    margin-top: -5px;
  }

  .about {
    margin-top: 40px;
  }
  .about:first-child {
    margin-top: 35px;
  }
  .about__block {
    margin-top: 20px;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .about__block:first-child {
    margin: 0;
  }
  .about__base {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .about__info {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px;
  }
  .about__info-name {
    font-size: 20px;
  }
  .about__info-desc {
    font-size: 14px;
  }
  .about__image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 0;
    position: relative;
  }
  .about__image::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .about__image img, .about__image video {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about__stat {
    width: 100%;
  }
  .about__stat-item {
    width: 100%;
    margin: 10px 0 0;
    min-height: 0;
    padding: 25px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__stat-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 45%;
    text-align: right;
    margin: auto 0;
    font-size: 36px;
  }
  .about__stat-desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
    margin: auto 0;
    padding-top: 0;
    font-size: 18px;
  }
  .about__stat-image {
    display: none;
  }

  .solutions {
    margin-top: 35px;
  }
  .solutions__block {
    width: 100%;
    padding-right: 25px;
    margin-top: 20px;
    border-radius: 0;
    border: 0;
    overflow: visible;
  }
  .solutions__item {
    width: calc(50% - 10px);
    margin: 0 5px;
    border: 1px solid #373737;
    border-radius: 12px;
    padding: 30px 20px 20px;
  }
  .solutions__item-name {
    font-size: 20px;
  }
  .solutions__item-info {
    margin-top: 15px;
    padding: 18px;
  }
  .solutions__item-info_desc {
    font-size: 14px;
  }

  .post {
    margin-top: 40px;
  }
  .post__slider {
    margin-top: 12px;
    padding-right: 10%;
  }
  .post__slider .slick-arrow {
    display: none !important;
  }
  .post__block {
    width: calc(100% + 20px);
    margin: 0 -10px;
    border: 0;
    border-radius: 0;
  }
  .post__item {
    padding: 20px;
  }
  .post__item:not(.slick-slide) {
    width: calc(50% - 20px);
    margin: 30px 10px 0;
    padding: 0;
    border: 0;
  }

  .management {
    margin-top: 40px;
  }
  .management .title__but {
    display: none;
  }
  .management__block {
    margin-top: 10px;
  }
  .management__item {
    width: calc(100% + 1px);
  }
  .management__item-image {
    width: 32%;
    height: 130px;
    min-height: 0;
  }
  .management__item-block {
    width: 68%;
  }
  .management__item-name {
    font-size: 18px;
  }
  .management__item:nth-child(n+5) {
    display: none;
  }
  .management__all {
    display: block;
    margin-top: 20px;
  }

  .doc {
    margin-top: 40px;
  }
  .doc__slider {
    margin: 10px -10px 0;
    padding-right: 30%;
  }
  .doc__slider .slick-arrow {
    display: none !important;
  }

  .services {
    margin-top: 30px;
  }
  .services__block {
    margin-top: 20px;
    border-radius: 0;
    border: 0;
  }
  .services__block:first-child {
    margin-top: 0;
  }
  .services__item {
    width: 100%;
    margin-top: 10px;
    border-top: 0;
    padding: 20px 20px 80px;
    position: relative;
    background: #2c2c2c;
    border-radius: 12px;
  }
  .services__item:first-child {
    margin-top: 0;
  }
  .services__item-block {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .services__item-name {
    font-size: 24px;
  }
  .services__item-desc {
    font-size: 16px;
  }
  .services__item-but {
    margin-top: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .services__item-image {
    width: 100%;
    margin: 15px 0 0;
    min-height: 0;
    height: 185px;
  }

  .tab {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab ul li {
    min-width: 185px;
    height: 110px;
    font-size: 18px;
  }
  .tab ul li::before {
    font-size: 14px;
  }

  .art {
    padding-top: 120px;
  }
  .art.first {
    padding-top: 30px;
  }
  .art:last-child {
    padding-bottom: 50px;
  }
  .art__tab {
    display: none;
  }
  .art__search input {
    height: 60px;
    padding-left: 50px;
    font-size: 16px;
  }
  .art__search::before {
    content: "";
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: 22px;
  }
  .art__faq {
    padding: 0;
  }
  .art__faq-title {
    font-size: 20px;
  }
  .art__cap {
    margin-top: 0;
    height: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art__cap-image {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    height: 190px;
    border-radius: 12px;
    overflow: hidden;
  }
  .art__cap-image img {
    opacity: 1;
  }
  .art__cap-block {
    margin-top: 0;
  }
  .art__cap-title {
    margin-top: 20px;
    font-size: 24px;
  }
  .art__cap-title br {
    display: none;
  }
  .art__cap-list {
    margin-top: 20px;
  }
  .art__cap-list li {
    font-size: 14px;
  }
  .art__cap-list li::after {
    padding: 0 8px;
  }
  .art__block {
    border: 0;
    margin-top: 20px;
  }
  .art__base {
    width: 100%;
    border-right: 0;
  }
  .art__text {
    padding: 0;
  }
  .art__aside {
    display: none;
  }

  .req {
    display: none;
  }

  .modal__close {
    top: 20px;
  }
  .modal__close i {
    margin: auto 0;
  }
  .modal__close span {
    display: none;
  }
  .modal__block {
    padding: 30px 20px;
  }
  .modal__title:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal__title-sub {
    font-size: 16px;
    padding-left: 26px;
  }
  .modal__title-sub::before {
    width: 18px;
    height: 10px;
    top: calc(50% - 5px);
  }
  .modal__title-name {
    font-size: 24px;
  }
  .modal__title-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .modal__form {
    margin-top: 20px;
  }

  .contact {
    padding: 0;
    border: 0;
  }
  .contact__info {
    padding: 15px 15px;
    flex-direction: column;
  }
  .contact__info-item {
    width: 100%;
    margin-top: 12px;
  }
  .contact__info-item:first-child {
    margin: 0;
  }
  .contact__info-sub {
    font-size: 14px;
  }
  .contact__info-name {
    font-size: 22px;
  }
  .contact__map {
    border-radius: 9px;
    overflow: hidden;
  }
  .contact__soc-item span {
    display: none;
  }
  .contact__soc-item img {
    margin: auto;
  }

}
@media screen and (max-width: 767px) {
  .catalog__item {
    width: calc(100% - 16px) !important;
  }

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

  .client__item {
    width: calc(50% - 20px);
  }
  .client__item:nth-child(n+5) {
    display: none;
  }
  .client__all {
    display: block;
    margin-top: 20px;
  }

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

  .prod__item {
    width: calc(100% + 1px);
  }

  .post__item:not(.slick-slide) {
    width: calc(100% - 20px);
  }

  .form .input, .form .file, .form .textarea, .form .check, .form .btn, .form .select {
    margin-top: 10px;
  }
  #wpadminbar {
    display: none !important;
  }
  .cook {
    width: calc(100% - 40px);
    right: 20px;
    border: 20px;
    flex-direction: column;
    padding: 20px;
  }
  .cook__logo {
    display: none;
  }
  .cook__text {
    width: 100%;
    padding: 0;
    line-height: 130%;
  }
  .cook__text::before {
    display: none;
  }
  .cook__but {
    width: 100%;
    margin: 15px 0 0;
  }
}

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