@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

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

textarea {
  -webkit-appearance: none;
  overflow: auto;
}

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

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

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

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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;
}

* {
  -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: "Google Sans", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

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

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

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 18px;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.btn span {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  -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 svg polygon {
  fill: var(--black);
}
.btn::after {
  content: "";
  float: right;
  margin: auto 0 auto auto;
  width: 14px;
  height: 14px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.btn.border:not(.white):not(:hover) {
  color: var(--black);
}
.btn.border:not(.white):not(:hover)::after {
  background-image: url(../img/icon-arrow2-black.svg);
}
.btn.border:not(.white):not(:hover) svg polygon {
  fill: transparent;
  stroke: var(--black);
}
.btn.white:not(.border):not(:hover) {
  color: var(--black);
}
.btn.white:not(.border):not(:hover)::after {
  background-image: url(../img/icon-arrow2-black.svg);
}
.btn.white:not(.border):not(:hover) svg polygon {
  fill: var(--white);
}
.btn.border.white {
  color: var(--white);
}
.btn.border.white::after {
  background-image: url(../img/icon-arrow2-white.svg);
}
.btn.border.white svg polygon {
  fill: transparent;
  stroke: var(--white);
}
.btn.accent svg polygon {
  fill: var(--accent);
}
.btn.gray:not(:hover) {
  color: var(--black);
}
.btn.gray:not(:hover)::after {
  background-image: url(../img/icon-arrow2-black.svg);
}
.btn.gray:not(:hover) svg polygon {
  fill: #f6f6f6;
}

.all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.all::after {
  content: "";
  float: left;
  margin: auto 0 auto 15px;
  width: 12px;
  height: 12px;
  background: url(../img/icon-all.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.corner {
  position: relative;
}
.corner svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.corner svg polygon {
  -webkit-transition: fill 0.5s, stroke 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding-bottom: 6px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.header__info {
  float: right;
  margin: auto 0;
}
.header__info-item {
  float: left;
  margin-right: 35px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  -webkit-transition: opacity 0.5s, color 0.5s;
  -o-transition: opacity 0.5s, color 0.5s;
  transition: opacity 0.5s, color 0.5s;
}
.header__info-item.open-modal, .header__info-item[href] {
  cursor: pointer;
}
.header__info-item:last-child {
  margin: 0;
}
.header__info-item img, .header__info-item svg {
  float: left;
  margin: auto 7px auto 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__nav {
  float: left;
  margin: auto 0 auto auto;
}
.header__nav-mob {
  display: none;
}
.header__nav-list {
  float: left;
}
.header__nav-list > li {
  float: left;
  margin-right: 35px;
  position: relative;
}
.header__nav-list > li:last-child {
  margin: 0;
}
.header__nav-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  height: 30px;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__nav-list > li > a:has(+ ul)::after {
  content: "";
  float: right;
  width: 8px;
  height: 6px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  margin: auto 0 auto 5px;
  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: transform 0.5s, opacity 0.5s, background 0.5s;
  transition: transform 0.5s, opacity 0.5s, background 0.5s;
  transition: transform 0.5s, opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
}
.header__nav-list > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--white);
  border: 1px solid #eee;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  padding: 15px;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  -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-list > li ul:has(li:nth-child(9)) {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.header__nav-list > li ul li {
  display: block;
  margin-top: 7px;
}
.header__nav-list > li ul li:first-child {
  margin-top: 0;
}
.header__nav-list > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__nav-list > li ul li a::after {
  content: "";
  float: right;
  margin: auto 0 auto 20px;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__base {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  float: left;
  width: calc(50% - 5px);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  position: relative;
  transition: height .5s;
}
.header__logo i {
  float: left;
  width: 330px;
  height: auto;
  margin: auto 0;
  position: relative;
  z-index: 2;
  transition: width .5s;
}
.header__logo i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/logo-black.svg) center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__logo i img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__logo p {
  float: left;
  margin: auto 0 auto 14px;
  padding-left: 14px;
  font-size: 11px;
  line-height: 124%;
  color: var(--white);
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s, opacity .5s;
  -o-transition: color 0.5s, opacity .5s;
  transition: color 0.5s, opacity .5s;
}
.header__logo p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  top: calc(50% - 13px);
  left: 0;
  opacity: 0.2;
  background: var(--white);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__but {
  width: calc(50% + 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__but-item {
  float: left;
  width: 100%;
  margin-left: 10px;
  height: 70px;
  position: relative;
  transition: height .5s;
}
.header__but-item:has(.header__but-menu) .header__but-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 100%;
  left: 0;
}
.header__but-item:has(.header__but-menu) .header__but-name::after {
  content: "";
  float: right;
  width: 8px;
  height: 6px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  margin: auto 0 auto 4px;
  -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: transform 0.5s, opacity 0.5s, background 0.5s;
  transition: transform 0.5s, opacity 0.5s, background 0.5s;
  transition: transform 0.5s, opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
}
.header__but-item:has(.header__but-menu) {
  position: unset;
}
.header__but-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  color: var(--white);
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__but-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  font-family: "TT Firs Neue", sans-serif;
  position: relative;
  z-index: 3;
}
.header__but-desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  position: relative;
  z-index: 2;
  transition: opacity .5s, margin .5s;
}
.header__but-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: var(--white);
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.header__but-row {
  width: 100%;
  max-width: 1440px;
  padding: 30px 30px 15px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.header__but-row::before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  left: 30px;
  top: 15px;
  background: #eee;
}
.header__but-aside {
  float: left;
  width: 25%;
  position: relative;
  margin-bottom: auto;
  padding: 25px;
}
.header__but-aside_image {
  display: block;
  width: 100%;
  height: 70px;
}
.header__but-aside_image img {
  display: block;
  width: auto;
  height: 100%;
}
.header__but-aside_name {
  display: block;
  margin-top: 18px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
}
.header__but-aside_desc {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  line-height: 140%;
}
.header__but-aside_but {
  margin-top: 20px;
}
.header__but-aside_but .btn {
  width: 100%;
}
.header__but-base {
  float: right;
  width: calc(75% - 10px);
  margin-left: auto;
}
.header__but-catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border: 1px solid #eee;
}
.header__but-catalog_item {
  float: left;
  width: 25%;
  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;
  background: #f6f6f6;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: -1px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__but-catalog_item:nth-child(4n) {
  border-right: 0;
}
.header__but-catalog_num {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__but-catalog_num span {
  padding: 0 10px;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__but-catalog_name {
  display: block;
  margin-top: 15px;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__but-catalog_list {
  width: 100%;
  padding-top: 10px;
  margin-top: auto;
}
.header__but-catalog_list li {
  display: block;
}
.header__but-catalog_list li a {
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 120%;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__but-catalog_list li a span {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header__but-catalog_list li a::after {
  content: "";
  float: right;
  margin: auto 0 auto 10px;
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.15;
  -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__but-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: -10px -5px 0;
}
.header__but-service_item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  height: 120px;
  padding: 15px;
  font-size: 16px;
  background: #f6f6f6;
  color: var(--black);
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: background 0.5s, color 0.5s, padding 0.5s;
  -o-transition: background 0.5s, color 0.5s, padding 0.5s;
  transition: background 0.5s, color 0.5s, padding 0.5s;
}
.header__but-service_item::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.3;
  -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__humb {
  display: none;
}

.teaser {
  width: 100%;
  height: auto;
  min-height: calc(100vh + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--black);
  position: relative;
}
.teaser__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: calc(100vh + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--black);
}
.teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.teaser__image img, .teaser__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(-1% 100%, 114% 90%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%);
  background: radial-gradient(114% 90% at -1% 100%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%);
  z-index: 1;
}
.teaser .row {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__block {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: auto;
}
.teaser__sub {
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  line-height: 104%;
}
.teaser__sub::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  left: 3px;
  background: url(../img/icon-order.svg) center/contain no-repeat;
}
.teaser__title {
  display: block;
  margin-top: 30px;
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  font-family: "TT Firs Neue", sans-serif;
  color: var(--white);
  text-transform: uppercase;
}
.teaser__title span {
  position: relative;
  padding: 0 12px;
}
.teaser__title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #B00000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  z-index: -1;
}
.teaser__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.teaser__but .btn {
  width: 40%;
  margin-right: 15px;
}

.content {
  width: 100%;
  position: relative;
  background: var(--white);
  z-index: 2;
  padding-bottom: 60px;
}
.content .row {
  position: relative;
  z-index: 2;
}
.content.corner > svg {
  top: -30px;
}

.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title:not(.pd) {
  padding: 30px 30px;
}
.title:not(.pd) .title__name {
  margin: auto 0;
}
.title:not(.pd) .title__but {
  margin: auto 0 auto auto;
  padding: 0 0 0 30px;
}
.title.pd .title__base {
  padding: 35px;
}
.title.pd .title__data {
  padding: 35px;
  border-left: 1px solid #eee;
}
.title__base {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title__base:first-child:last-child {
  width: 100%;
}
.title__name {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.title__name.min {
  font-size: 24px;
  font-weight: 400;
}
.title__name.min b {
  font-weight: 500;
}
.title__list {
  margin-top: auto;
  padding-top: 20px;
}
.title__list li {
  float: left;
  margin: 15px 15px 0 0;
}
.title__list li a, .title__list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: #f6f6f6;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.title__data {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title__desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
}
.title__desc:first-child {
  margin-top: 0;
}
.title__desc p {
  display: block;
  margin-top: 12px;
}
.title__desc p:first-child {
  margin: 0;
}
.title__but {
  margin-top: auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title__but:first-child {
  margin: 0 0 0 auto;
  padding: 0;
}

.catalog {
  width: 100%;
}
.catalog__block {
  width: 100%;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 5px 10px 15px;
}
.catalog__item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  height: 435px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 20px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.catalog__item::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  left: 20px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
}
.catalog__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.catalog__item-image img, .catalog__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.catalog__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
}
.catalog__item-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.catalog__item-name a {
  color: var(--white);
}
.catalog__item-list {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -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;
}
.catalog__item-list li {
  display: block;
  margin-bottom: -15px;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
.catalog__item-list li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: var(--white);
}
.catalog__item-list li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog__item-list li a::after {
  content: "";
  float: right;
  margin: auto 0 auto auto;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.15;
  -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;
}
.catalog__all {
  display: none;
}

.about {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 45px;
}
.about__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 20px, 100% 100%, 0 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image img, .about__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(95% 10%, 85% 90%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.99) 80%);
  background: radial-gradient(85% 90% at 95% 10%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.99) 80%);
}
.about__cap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about__cap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
  background: rgba(255, 255, 255, 0.1);
}
.about__cap-logo {
  float: left;
  width: 228px;
  height: auto;
  margin: auto 0;
}
.about__cap-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.about__cap-name {
  float: right;
  margin: auto 0 auto auto;
  font-size: 14px;
  color: var(--white);
}
.about__base {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
  padding: 35px 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: 590px;
}
.about__title {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
}
.about__desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.about__but {
  margin-top: auto;
  padding-top: 20px;
  width: calc(100% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__but .btn {
  width: 100%;
  margin-right: 15px;
}
.about__info {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.about__info-item {
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
  min-height: 185px;
}
.about__info-item:last-child {
  border: 0;
}
.about__info-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
}
.about__info-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
  color: var(--white);
}

.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;
  float: left;
}

.advant {
  width: 100%;
  margin-top: 30px;
}
.advant__cap {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  position: relative;
}
.advant__cap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  border-right: 1px solid #eee;
}
.advant__cap-logo {
  display: block;
  width: 157px;
  margin: auto 0;
}
.advant__cap-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.advant .title {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.advant__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  border: 1px solid #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background: -o-linear-gradient(top, #f6f6f6 0%, #fff 100%);
  background: linear-gradient(180deg, #f6f6f6 0%, #fff 100%);
}
.advant__slider .slick-list {
  padding: 35px 15% 35px 30px;
  overflow: hidden;
}
.advant__slider .slick-arrow {
  position: absolute;
  width: 90px;
  height: 50px;
  bottom: calc(100% + 35px);
  background: #F6F6F6;
  font-size: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.advant__slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.advant__slider .slick-prev {
  left: calc(50% + 35px);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.advant__slider .slick-next {
  left: calc(50% + 135px);
}
.advant__item {
  float: left;
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  height: 555px;
  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;
  padding: 25px;
}
.advant__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%);
}
.advant__item-image img, .advant__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advant__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.84%, rgba(0, 0, 0, 0.3)), color-stop(49.73%, rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 6.84%, rgba(0, 0, 0, 0) 49.73%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 6.84%, rgba(0, 0, 0, 0) 49.73%, #000 100%);
}
.advant__item-num {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}
.advant__item-num span {
  padding: 0 10px;
}
.advant__item-name {
  display: block;
  margin-top: auto;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.advant__item-desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.service {
  margin-top: 30px;
}
.service__block {
  width: calc(100% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.service__all {
  display: none;
}
.service__item {
  float: left;
  width: 25%;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  overflow: hidden;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.service__item::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  right: 20px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
}
.service__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(55px);
      -ms-transform: translateY(55px);
          transform: translateY(55px);
  -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;
}
.service__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.service__item-num {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.service__item-num span {
  padding: 0 10px;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.service__item-name {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 20px;
  margin-top: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.comject {
  width: 100%;
  margin-top: 30px;
}
.comject .title {
  position: relative;
}
.comject .title__base {
  padding: 25px !important;
}
.comject .title__list {
  padding-top: 15px;
}
.comject .title__but {
  padding: 0;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.comject__block {
  width: 100%;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.comject__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.comject__image-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.comject__image-item.active {
  opacity: 1;
}
.comject__image-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comject__slider {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 35px 27% 105px 35px;
}
.comject__slider .slick-arrow {
  position: absolute;
  width: calc(50% - 35px);
  height: 50px;
  bottom: 25px;
  background: #F6F6F6;
  font-size: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.comject__slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.comject__slider .slick-prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comject__slider .slick-next {
  right: 30px;
}
.comject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.comject__list .comject__item {
  margin: 0;
  border-top: 1px solid #eee;
  background: transparent;
  -webkit-clip-path: none;
          clip-path: none;
}
.comject__list .comject__item:first-child {
  border-top: 0;
}
.comject__list .comject__item:first-child .comject__item-image {
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.comject__list .comject__item-image {
  -webkit-clip-path: none;
          clip-path: none;
}
.comject__list .comject__item-desc {
  color: rgba(0, 0, 0, 0.5);
}
.comject__item {
  float: left;
  margin-right: 15px;
  background: var(--white);
  padding: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comject__item-base {
  float: left;
  width: calc(46% - 30px);
  padding: 70px 10px 10px;
  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;
}
.comject__item-base::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  top: 50px;
  height: 1px;
  background: #eee;
}
.comject__item-base::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 10px;
  left: 10px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
}
.comject__item-sub {
  display: block;
  font-size: 12px;
  line-height: 124%;
  color: var(--black);
}
.comject__item-name {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  font-weight: 500;
  line-height: 124%;
  color: var(--black);
}
.comject__item-dop {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 124%;
  color: var(--black);
}
.comject__item-desc {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  line-height: 140%;
  padding-bottom: 30px;
  color: var(--black);
}
.comject__item-desc p {
  display: block;
  margin-top: 12px;
}
.comject__item-desc p:first-child {
  margin-top: 0;
}
.comject__item-btn {
  width: 100%;
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comject__item-but {
  margin-top: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: #f6f6f6;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.comject__item-image {
  float: left;
  width: 54%;
  min-height: 545px;
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  overflow: hidden;
}
.comject__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comject__all {
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 2;
}

.quest {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.quest__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.quest__image img, .quest__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quest__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.95)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 50%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 50%);
  z-index: 1;
}
.quest__block {
  width: 100%;
  max-width: 685px;
  position: relative;
}
.quest__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  height: 80px;
}
.quest__logo img {
  display: block;
  width: 300px;
  height: auto;
  margin: auto 0;
}
.quest__base {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 25px;
}
.quest__name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 114%;
  color: var(--white);
}
.quest__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
}
.quest__desc a {
  color: var(--white);
  white-space: nowrap;
}
.quest__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 15px);
  margin-top: 50px;
}
.quest__but .btn {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.footer {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 180px;
  position: relative;
  background: var(--white);
  z-index: 5;
}
.footer__base {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer__about {
  float: left;
  width: 20%;
}
.footer__about-logo {
  display: block;
}
.footer__about-logo img {
  display: block;
  width: 240px;
  height: auto;
}
.footer__about-desc {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 25px;
}
.footer__soc li {
  margin-right: 7px;
  list-style: none;
}
.footer__soc li:last-child {
  margin: 0;
}
.footer__soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.footer__soc li a img {
  margin: auto;
  -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;
}
.footer__nav {
  float: left;
  width: auto;
}
.footer__nav-name {
  display: block;
  font-size: 14px;
  color: var(--black);
  line-height: 110%;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
}
.footer__nav-list {
  display: block;
  margin-top: 40px;
}
.footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer__nav-list li:first-child {
  margin: 0;
}
.footer__nav-list li a {
  display: block;
  font-size: 12px;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}
.footer__contact {
  float: right;
  width: 18%;
}
.footer__contact-name {
  display: block;
  font-size: 14px;
  color: var(--black);
  line-height: 110%;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
}
.footer__contact-name + div {
  margin-top: 40px;
}
.footer__contact-item {
  width: 100%;
  margin-top: 25px;
}
.footer__contact-item:first-child {
  margin: 0;
}
.footer__contact-desc {
  display: block;
  font-size: 12px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
}
.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-size: 12px;
  line-height: 110%;
  color: var(--black);
}
.footer__contact-link::before {
  content: "";
  float: left;
  width: 9px;
  height: 10px;
  margin: auto 10px auto 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
}
.footer__end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
  position: relative;
  z-index: 2;
}
.footer__end::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 135px;
  background: url(../img/logo-text-black.svg) top center/contain no-repeat;
  opacity: 0.03;
  top: calc(100% + 30px);
  left: 0;
}
.footer__end-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
  margin-top: auto;
  font-size: 12px;
  width: auto;
  white-space: nowrap;
  color: var(--black);
}
.footer__end-item:last-child {
  width: 18%;
}
.footer__end-item a {
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__end-item a.down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__end-item a.down::before {
  content: "";
  float: left;
  width: 12px;
  height: 12px;
  margin: auto 10px auto 0;
  background: url(../img/icon-down.svg) center/contain no-repeat;
}
.footer__author {
  float: left;
  width: 18%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__author img {
  display: block;
  width: 70px;
  height: auto;
}
.footer__author p {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 110%;
  color: var(--black);
}

.cook {
  position: fixed;
  width: calc(100% - 80px);
  max-width: 770px;
  right: 30px;
  bottom: 30px;
  z-index: 115;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  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;
}
.cook.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cook__logo {
  float: left;
  width: 48px;
  height: auto;
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.cook__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cook__text {
  float: left;
  width: calc(100% - 215px);
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  line-height: 140%;
  margin: auto 0;
  z-index: 2;
}
.cook__text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.cook__but {
  margin: auto 0 auto auto;
  width: 170px;
  position: relative;
  z-index: 2;
}
.cook__but .btn {
  width: 100%;
}

.cap {
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--black);
  position: relative;
  padding: 145px 0 70px;
  --color-bread: #5c5c5c;
}
.cap__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--black);
  height: 560px;
  padding: 145px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap:has(.cap__image img), .cap:has(.cap__image video) {
  --color-bread: rgb(156 135 126);
}
.cap__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cap__image:not(:has(img)) {
  background: url(../img/cap-placeholder.jpg) center/cover;
}
.cap__image img, .cap__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cap__image::before, .cap__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.cap__image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(0, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 40%);
}
.cap__image::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 40%);
}
.cap .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.cap__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap__bread ul {
  float: left;
}
.cap__bread ul li {
  float: left;
  position: relative;
}
.cap__bread ul li:first-child {
  margin: 0;
  z-index: 1;
}
.cap__bread ul li:first-child a {
  padding-left: 9px;
  color: var(--black);
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  border: 0;
}
.cap__bread ul li:first-child a i {
  display: none;
}
.cap__bread ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 26px;
  font-size: 12px;
  padding: 0 14px 0 18px;
  position: relative;
  color: var(--white);
  border-top: 1px solid var(--color-bread);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.cap__bread ul li:not(:first-child) a i {
  position: absolute;
  height: 1px;
  right: 6px;
  bottom: 0;
  background: var(--color-bread);
  width: calc(100% + 2px);
}
.cap__bread ul li:not(:first-child) a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 0;
  background: var(--color-bread);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), calc(100% - 1px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), calc(100% - 1px) 100%, 0 100%);
}
.cap__bread ul li:not(:first-child) a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3px;
  top: 18px;
  background: var(--color-bread);
}
.cap__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: auto;
  padding-top: 50px;
}
.cap__title {
  float: left;
  width: calc(100% - 350px);
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--white);
}
.cap__title:first-child:last-child {
  width: 100%;
}
.cap__title small {
  font-weight: 400;
  font-size: 50%;
}
.cap__but {
  margin: auto 0 0 auto;
  width: auto;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.company {
  width: 100%;
  margin-top: 50px;
}
.company:first-child {
  margin-top: 0;
}
.company__block {
  width: 100%;
  height: auto;
  min-height: 830px;
  position: relative;
}
.company__block::before {
  content: "";
  position: absolute;
  width: 209px;
  height: 28px;
  top: 15px;
  left: 15px;
  z-index: 2;
  background: url(../img/logo-bg.svg) left center/contain no-repeat;
}
.company__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.company__image img, .company__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 15px;
}
.company__info-item {
  float: left;
  width: calc(20% - 10px);
  margin: 0 5px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  padding: 20px 22px;
  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: 160px;
}
.company__info-name {
  display: block;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 30px;
  line-height: 120%;
}
.company__info-desc {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
  line-height: 140%;
}

.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: 90px;
  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;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  padding: 12px;
  position: relative;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.tab ul li a {
  color: var(--black);
}
.tab ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tab ul li.active {
  color: var(--white);
}
.tab ul li.active svg polygon {
  stroke: var(--black);
  fill: var(--black);
}
.tab ul li.active a {
  color: var(--white);
}
.tab ul li.active::before, .tab ul li.active::after {
  color: var(--white);
}
.tab ul li span {
  position: relative;
  z-index: 2;
}
.tab ul li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  width: 40px;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: var(--black);
  z-index: 2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.tab ul li::after {
  content: "[ ]";
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
  letter-spacing: 14px;
  color: #eee;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.gallery {
  width: 100%;
  margin-top: 70px;
}
.gallery__cap {
  width: 100%;
  padding: 40px 35px 35px;
}
.gallery__title {
  display: block;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 32px;
  line-height: 120%;
}
.gallery__tab {
  width: 100%;
  margin-top: 35px;
}
.gallery__block {
  width: 100%;
  overflow: hidden;
}
.gallery__item {
  width: 100%;
  display: none;
}
.gallery__item.active {
  display: block;
}
.gallery__slider {
  width: 100%;
  overflow: hidden;
}
.gallery__slider .slick-list {
  position: relative;
  z-index: 0;
}
.gallery__slider .slick-arrow {
  position: absolute;
  width: 90px;
  height: 50px;
  bottom: 20px;
  background: #F6F6F6;
  font-size: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.gallery__slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.gallery__slider .slick-prev {
  right: 120px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery__slider .slick-next {
  right: 20px;
}
.gallery__slider-item {
  float: left;
  width: 100%;
  height: 800px;
  position: relative;
}
.gallery__slider-image.white::before {
  display: none;
}
.gallery__slider-image.white + .gallery__slider-name {
  color: var(--black);
}
.gallery__slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery__slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__slider-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(20%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 20%);
  background: linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 20%);
}
.gallery__slider-name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  z-index: 2;
}
.gallery__slider-name span {
  padding: 0 7px;
}
.gallery__slider-desc {
  position: absolute;
  left: 190px;
  bottom: 20px;
  font-size: 14px;
  color: var(--white);
  z-index: 2;
}
.gallery__nav {
  width: 100%;
  padding: 10px 40px 10px 5px;
}
.gallery__nav-item {
  float: left;
  margin: 0 5px;
  height: 105px;
  position: relative;
  background: var(--black);
  cursor: pointer;
}
.gallery__nav-item.slick-current::before {
  opacity: 1;
}
.gallery__nav-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6) url(../img/logo-min.svg) center/40px auto no-repeat;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery__nav-item img, .gallery__nav-item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery__all {
  display: none;
}

.process {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.process__title {
  width: 100%;
  padding: 40px 35px 0;
  display: block;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 32px;
  line-height: 120%;
}
.process__nav {
  width: 100%;
  margin-top: 35px;
  padding: 0 35px;
}
.process__nav-item {
  float: left;
  width: auto;
  margin: 0 5px;
  height: 90px;
  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;
  padding: 12px;
  position: relative;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.process__nav-item svg {
  z-index: 0;
}
.process__nav-item.slick-current svg polygon {
  stroke: var(--black);
  fill: var(--black);
}
.process__nav-item.slick-current .process__nav-name {
  color: var(--white);
}
.process__nav-item.slick-current .process__nav-num {
  color: var(--white);
}
.process__nav-item.slick-current .process__nav-num span {
  color: var(--white);
}
.process__nav-num {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.process__nav-num span {
  color: var(--black);
  padding: 0 10px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.process__nav-name {
  display: block;
  margin-top: auto;
  font-size: 16px;
  color: var(--black);
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.process__slider {
  width: 100%;
  margin-top: 35px;
  background: #f6f6f6;
  padding: 30px;
}
.process__item {
  float: left;
  width: 100%;
  margin: 0 5px;
  background: var(--white);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.process__item-base {
  padding: 20px;
  float: left;
  width: 38%;
}
.process__item-cap {
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.process__item-cap::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 24px;
  top: 0;
  left: 0;
  background: url(../img/logo-min.svg) center/contain no-repeat;
}
.process__item-num {
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.1);
}
.process__item-num span {
  color: var(--black);
  padding: 0 10px;
}
.process__item-num span i {
  color: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.process__item-text {
  margin-top: 24px;
}
.process__item-image {
  width: 61%;
  margin-left: auto;
}
.process__item-image img, .process__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process__item-arrow {
  width: 100%;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.process__item-arrow_prev, .process__item-arrow_next {
  float: left;
  width: calc(50% - 5px);
  height: 50px;
  background: #F6F6F6;
  position: relative;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.process__item-arrow_prev:first-child:last-child, .process__item-arrow_next:first-child:last-child {
  width: 100%;
}
.process__item-arrow_prev::before, .process__item-arrow_next::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.process__item-arrow_prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.text.white {
  color: var(--white);
}
.text.white a {
  color: var(--white);
}
.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 20px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  line-height: 120%;
}
.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: 10px;
  margin-top: 10px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 700;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 10px;
}
.text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 10px;
}
.text ul li {
  display: block;
  padding-left: 18px;
  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: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  background: var(--accent);
  -webkit-clip-path: polygon(3px 0, 100% 0, 100% 100%, 0 100%, 0 3px);
          clip-path: polygon(3px 0, 100% 0, 100% 100%, 0 100%, 0 3px);
}
.text ol {
  display: block;
  width: calc(100% - 20px);
  margin-top: 10px;
  margin-left: 0;
  counter-reset: item;
}
.text ol li {
  list-style: none;
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
  padding-left: 48px;
  counter-increment: item;
}
.text ol li:first-child {
  margin: 0;
}
.text ol li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  width: 38px;
  background: url(../img/icon-ol-list.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  color: var(--accent);
}
.text ol li ol, .text ol li ul {
  margin-top: 10px !important;
}
.text table {
  width: 100%;
  margin-top: 15px;
}
.text table tr th {
  padding: 15px 15px 15px 0;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.text table tr th[bgcolor] + th {
  padding-left: 15px;
}
.text table tr td {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.text table tr td[bgcolor] + td {
  padding-left: 15px;
}
.text blockquote, .text q {
  display: block;
  width: 100%;
  background: #131313 url(../img/blockquote.jpg) center/cover;
  padding: 90px 30px 30px;
  -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
  position: relative;
  margin-top: 15px;
}
.text blockquote::before, .text q::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 35px;
  top: 30px;
  left: 30px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
}
.text blockquote::after, .text q::after {
  display: none;
}
.text blockquote small, .text q small {
  font-size: 14px;
  opacity: 0.4;
}
.text-table {
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.text-table table {
  min-width: 700px;
}

.info {
  width: 100%;
  margin-top: 50px;
  height: auto;
  position: relative;
  padding: 20px;
}
.info:not(.easy)::before {
  content: "";
  position: absolute;
  width: 296px;
  height: 204px;
  background: url(../img/info-flag.png) top center/cover;
  left: 330px;
  bottom: 0;
  z-index: 2;
}
.info__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  overflow: hidden;
}
.info__image img, .info__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__image img:nth-child(2), .info__image video:nth-child(2) {
  display: none;
}
.info__block {
  width: 100%;
  max-width: 615px;
  background: var(--white);
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
}
.info__logo img {
  display: block;
  width: 245px;
  height: auto;
}
.info__desc {
  display: block;
  padding: 25px 30px 0;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.info__desc b {
  font-weight: 500;
}
.info__desc p {
  display: block;
  margin-top: 12px;
}
.info__desc p:first-child {
  margin-top: 0;
}
.info__author {
  margin-top: 75px;
  padding: 0 30px 30px;
}
.info__author-box {
  padding-left: 97px;
  min-height: 83px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info__author-image {
  position: absolute;
  width: 83px;
  height: 83px;
  top: 0;
  left: 0;
}
.info__author-image img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}
.info__author-name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.info__author-desc {
  display: block;
  font-size: 13px;
  line-height: 140%;
}
.info__author-dop {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.info__title {
  display: block;
  padding: 30px 25px 0;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 114%;
}
.info__dop {
  display: block;
  padding: 20px 25px 0;
  font-size: 18px;
  line-height: 140%;
}
.info__dop a {
  color: var(--black);
  white-space: nowrap;
  transition: color .3s;
}
.info__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 25px 20px;
  margin-top: auto;
}
.info__but .btn {
  width: calc(100% - 15px);
  margin-right: 15px;
}

.reviews {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.reviews .title {
  position: relative;
}
.reviews .title__base {
  padding: 25px !important;
}
.reviews .title__list {
  padding-top: 15px;
}
.reviews .title__but {
  padding: 0;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.reviews__slider {
  width: 100%;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 35px 30px 115px;
}
.reviews__slider .slick-arrow {
  position: absolute;
  width: calc(50% - 40px);
  height: 50px;
  bottom: 35px;
  background: var(--white);
  font-size: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.reviews__slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.reviews__slider .slick-prev {
  left: 35px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews__slider .slick-next {
  right: 35px;
}
.reviews__item {
  float: left;
  margin: 0 5px;
  background: var(--white);
  padding: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.reviews__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  height: 385px;
}
.reviews__item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.reviews__item-name {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 124%;
  font-family: "TT Firs Neue", sans-serif;
}
.reviews__item-desc {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.reviews__partner {
  width: 100%;
  padding: 15px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.reviews__partner-item {
  float: left;
  width: calc(16.6666% - 10px);
  margin: 10px 5px 0;
  position: relative;
  border: 1px solid #eee;
}
.reviews__partner-item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.reviews__partner-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews__partner-item p {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 15px;
  font-size: 13px;
  background: #f6f6f6;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}

.category {
  width: 100%;
}
.category__block {
  width: 100%;
}
.category__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
}
.category__item:first-child {
  border: 0;
}
.category__item:first-child .category__item-image img {
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
          clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.category__item-image {
  float: left;
  width: 61%;
  min-height: 500px;
  padding: 15px;
  position: relative;
}
.category__item-image img {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item-block {
  width: 39%;
  border-left: 1px solid #eee;
  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;
}
.category__item-num {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.category__item-num span {
  padding: 0 10px;
  color: var(--black);
}
.category__item-name {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  line-height: 120%;
  color: var(--black);
}
.category__item-name a {
  color: var(--black);
}
.category__item-desc {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
}
.category__item-sub {
  width: calc(100% + 60px);
  margin: auto -30px 0;
  padding: 30px 30px 0;
  border-top: 1px solid #eee;
}
.category__item-sub_title {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.category__item-sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 5px 0 0;
}
.category__item-sub_list li {
  float: left;
  margin: 10px 10px 0 0;
}
.category__item-sub_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.category__item-sub_list li a::before {
  content: "";
  float: right;
  margin: auto 12px auto 0;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.category__all {
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 2;
}

.partner {
  width: 100%;
  margin-top: 60px;
}
.partner:has(+ .quest) {
  padding-bottom: 30px;
}
.partner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.partner__item {
  float: left;
  width: 210px;
  min-width: 210px;
  margin: 0 7px;
  position: relative;
  border: 1px solid #eee;
}
.partner__item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.partner__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.partner__item p {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 15px;
  font-size: 13px;
  background: #f6f6f6;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}

.seo {
  width: 100%;
  margin-top: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  position: relative;
  padding: 20px;
  background: #f6f6f6;
}
.seo__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.seo__bg img {
  display: block;
  width: 110%;
  height: 110%;
  margin: -5%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.seo__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  padding: 15px;
  position: relative;
  z-index: 2;
}
.seo__box {
  float: left;
  width: 59%;
  padding: 20px;
}
.seo__box:first-child:last-child {
  width: 100%;
}
.seo__cap {
  height: 45px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.seo__cap::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 24px;
  top: 0;
  left: 0;
  background: url(../img/logo-min.svg) center/contain no-repeat;
}
.seo__text {
  margin-top: 25px;
}
.seo__text:first-child {
  margin-top: 0;
}
.seo__info {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -5px 0;
}
.seo__info-item {
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.seo__info-name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.seo__info-desc {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  line-height: 130%;
}
.seo__list {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 15px -10px 0 0;
}
.seo__list li {
  float: left;
  margin: 10px 10px 0 0;
}
.seo__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.seo__list li a::before {
  content: "";
  float: right;
  margin: auto 12px auto 0;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.seo__image {
  float: right;
  margin-left: auto;
  width: 38%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  overflow: hidden;
  position: relative;
}
.seo__image img, .seo__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product {
  width: 100%;
  margin-top: 60px;
}
.product:first-child {
  margin-top: 0;
}
.product:not(.corner) {
  border: 1px solid #eee;
}
.product__block {
  width: 100%;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 5px 10px 15px;
}
.product__item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  height: 440px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.product__item:not(:hover) .product__item-desc {
  margin-bottom: calc(var(--desc-height) * -1);
  opacity: 0;
}
.product__item::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  left: 20px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
}
.product__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.product__item-image img, .product__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.product__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
}
.product__item-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.product__item-price {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.product__item-desc {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.5s, margin 0.5s;
  -o-transition: opacity 0.5s, margin 0.5s;
  transition: opacity 0.5s, margin 0.5s;
}
.product__all {
  display: none;
}

.prod {
  width: 100%;
}
.prod__info {
  width: 100%;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prod__info-item {
  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;
  border-right: 1px solid #eee;
  padding: 30px;
  min-height: 220px;
}
.prod__info-item:last-child {
  border: 0;
}
.prod__info-desc {
  display: block;
  font-size: 16px;
}
.prod__info-name {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.charact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  margin-top: 50px;
}
.charact__aside {
  float: left;
  width: 28%;
  background: #f6f6f6;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
          clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
}
.charact__info {
  width: 100%;
  padding: 44px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.charact__info-sub {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.1);
}
.charact__info-sub span {
  padding: 0 10px;
  color: var(--black);
}
.charact__info-name {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.charact__info-desc {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.charact__info-but {
  margin: 24px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: var(--black);
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.charact__block {
  float: left;
  width: 72%;
  padding: 20px 0 20px 40px;
}
.charact__table {
  width: 100%;
}
.charact__table tbody {
  width: 100%;
}
.charact__table tr {
  width: 100%;
}
.charact__table tr th {
  padding: 20px 15px 20px 0;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.charact__table tr td {
  padding: 20px 0;
  border-top: 1px solid #eee;
  font-size: 14px;
}

.faq {
  margin-top: 60px;
}
.faq .title {
  position: relative;
}
.faq .title__base {
  padding: 25px !important;
}
.faq .title__list {
  padding-top: 15px;
}
.faq .title__but {
  padding: 0;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.faq__block {
  padding: 80px 0 80px 20%;
  border-top: 1px solid #eee;
}
.faq__item {
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
}
.faq__item:first-child {
  border-top: 1px solid #eee;
}
.faq__item-cap {
  width: 100%;
  padding: 20px 60px;
  cursor: pointer;
  position: relative;
}
.faq__item-cap.open .faq__item-but {
  background: var(--black);
}
.faq__item-cap.open .faq__item-but::before {
  background-image: url(../img/icon-all-white.svg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item-num {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-num span {
  padding: 0 10px;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-name {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 124%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: var(--black);
  -webkit-transition: color 0.5s, transform .5s;
  -o-transition: color 0.5s, transform .5s;
  transition: color 0.5s, transform .5s;
}
.faq__item-but {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 30px;
  cursor: pointer;
  background: #f6f6f6;
  -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-all-black.svg) center/auto 12px no-repeat;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
}
.faq__item-but::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
}
.faq__item-block {
  display: none;
  padding: 10px 20px 20px 60px;
  margin-top: -5px;
}

.services {
  width: 100%;
}
.services > svg {
  z-index: 2;
}
.services__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.services__item {
  float: left;
  width: 50%;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.services__item:nth-child(2n) {
  border-right: 0;
}
.services__item:nth-child(1) {
  border-top: 0;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
          clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
}
.services__item:nth-child(2) {
  border-top: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.services__item-base {
  float: left;
  width: 56%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__item-num {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.services__item-num span {
  padding: 0 10px;
  color: var(--black);
}
.services__item-name {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  font-family: "TT Firs Neue", sans-serif;
  color: var(--black);
}
.services__item-desc {
  display: -webkit-box;
  margin-top: 20px;
  font-size: 14px;
  line-height: 140%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: var(--black);
  margin-bottom: auto;
  padding-bottom: 20px;
}
.services__item-but {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: #f6f6f6;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.services__item-image {
  float: left;
  width: 44%;
  position: relative;
  min-height: 310px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  overflow: hidden;
}
.services__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.project {
  width: 100%;
}
.project__block {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 10px 15px;
}
.project__box {
  float: left;
  width: calc(33.3333% - 10px);
  height: 300px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project__box.large {
  width: calc(66.6666% - 10px);
}
.project__box.max {
  height: 610px;
}
.project__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.project__item::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  left: 20px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
}
.project__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.project__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.project__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project__item-name {
  display: block;
  margin-top: auto;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.project__all {
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 2;
  margin-top: 10px;
}

.post {
  width: 100%;
  overflow: hidden;
}
.post:not(:first-child) {
  border: 1px solid #eee;
  margin-top: 40px;
}
.post__cap {
  width: 100%;
  padding: 30px;
}
.post__title {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.post__tab {
  margin-top: 40px;
}
.post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding: 0 8px 20px;
  border-top: 1px solid #eee;
}
.post__item {
  float: left;
  width: calc(25% - 16px);
  margin: 20px 8px 0;
  padding-bottom: 10px;
}
.post__item-image {
  display: block;
  width: 100%;
  height: 240px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  overflow: hidden;
  position: relative;
}
.post__item-image::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  left: 20px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
}
.post__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.post__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.post__item-list li {
  float: left;
  margin-right: 20px;
  position: relative;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.post__item-list li::before {
  content: "/";
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  left: 100%;
  color: rgba(0, 0, 0, 0.15);
}
.post__item-list li:last-child {
  margin: 0;
}
.post__item-list li:last-child::before {
  display: none;
}
.post__item-name {
  display: block;
  padding-right: 10%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: var(--black);
}
.post__all {
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 2;
}

.article {
  width: 100%;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 20px 0 50px;
}
.article > svg {
  position: absolute;
  width: 100vw;
  height: calc(100% + 30px);
  left: calc(50% - 50vw);
  top: -30px;
}
.article__aside {
  float: left;
  width: 25%;
  position: relative;
  z-index: 2;
}
.article__nav {
  display: block;
  padding-right: 20px;
}
.article__nav-name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.article__nav-list {
  display: block;
  margin-top: 30px;
  counter-reset: item;
}
.article__nav-list li {
  counter-increment: item;
  display: block;
  width: 100%;
  margin: 15px 0 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  padding: 0 0 0 55px;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.article__nav-list li.active::after {
  opacity: 1 !important;
}
.article__nav-list li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.article__nav-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article__nav-list li.active {
  color: var(--black);
}
.article__nav-list li.active svg polygon {
  stroke: var(--black);
  fill: var(--black);
}
.article__nav-list li.active a {
  color: var(--black);
}
.article__nav-list li.active::before, .article__nav-list li.active::after {
  color: var(--black);
}
.article__nav-list li span {
  position: relative;
  z-index: 2;
}
.article__nav-list li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: var(--black);
  z-index: 2;
}
.article__nav-list li::after {
  content: "[ ]";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
  letter-spacing: 14px;
  color: var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.article__block {
  float: left;
  width: 75%;
  position: relative;
  z-index: 2;
  padding: 50px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.article__list li {
  float: left;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  color: var(--black);
}
.article__list li::before {
  content: "/";
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  left: 100%;
  color: rgba(0, 0, 0, 0.2);
}
.article__list li:last-child {
  margin: 0;
}
.article__list li:last-child::before {
  display: none;
}
.article__text {
  margin-top: 25px;
}
.article__stat {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 5px -5px 0;
}
.page__block .prod__gallery {
  margin-top: 30px;
}
.article__stat-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  height: auto;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  background: #f6f6f6;
}
.article__stat-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}
.article__stat-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
}
.article .prod__gallery {
  margin-top: 30px;
}

.contact {
  width: 100%;
}
.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: 38px 40px 35px;
}
.contact__info-item {
  float: left;
  position: relative;
}
.contact__info-sub {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.contact__info-name {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 400;
  color: var(--black);
}
.contact__info-copy {
  position: absolute;
  right: -40px;
  bottom: 3px;
  width: 40px;
  height: 30px;
  background: url(../img/icon-copy.svg) center no-repeat;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact__info-copy.active::after {
  content: 'Скопировано';
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 5px);
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: var(--white);
  font-style: normal;
  pointer-events: none;
  text-transform: uppercase;
  padding: 0 12px;
  background: var(--black) left 9px center no-repeat;
}
.contact__info-copy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0%;
}
.contact__map {
  width: 100%;
  background: #D4EFBA;
  height: 690px;
}
.contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 12px;
}
.contact__soc-item {
  float: left;
  width: calc(100% - 16px);
  margin: 0 8px;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  font-size: 20px;
  font-weight: 500;
  background: #f6f6f6;
  color: var(--black);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.contact__soc-item img {
  margin: auto 0 auto auto;
}

.req {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.req__info {
  float: left;
  width: 28%;
  background: #f6f6f6;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
          clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
  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;
  border-right: 1px solid #eee;
}
.req__info-sub {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.2);
}
.req__info-sub span {
  padding: 0 10px;
  color: var(--black);
}
.req__info-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-top: 24px;
}
.req__info-desc {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.req__info-but {
  margin: 25px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: var(--black);
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.req__block {
  float: left;
  width: 72%;
  padding: 20px 0 20px 40px;
}
.req__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.req__item:first-child {
  border-top: 0;
}
.req__item p {
  font-size: 14px;
  float: left;
  width: 100%;
  padding-right: 20px;
}
.req__item p:first-child {
  width: 30%;
  font-weight: 500;
}
.req__item i {
  float: right;
  margin: auto 20px auto auto;
  width: 18px;
  height: 18px;
  background: url(../img/icon-copy.svg) center no-repeat;
  cursor: pointer;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.req__item i.active::after {
  content: 'Скопировано';
  position: absolute;
  white-space: nowrap;
  right: calc(100% + 10px);
  top: calc(50% - 12px);
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: var(--white);
  font-style: normal;
  text-transform: uppercase;
  padding: 0 12px;
  background: var(--black) left 9px center no-repeat;
}
.req__item i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
}


.page {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.page__aside {
  float: left;
  width: 22%;
  position: relative;
  z-index: 2;
  border-left: 1px solid #eee;
}
.page__nav {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.page__nav-name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  font-family: "TT Firs Neue", sans-serif;
}
.page__nav-list {
  display: block;
  margin-top: 20px;
}
.page__nav-list li {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}
.page__nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 130%;
  color: var(--black);
  position: relative;
}
.page__nav-list li a::before {
  content: "";
  float: right;
  margin: 5px 14px auto 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.3;
  -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;
}
.page__block {
  float: left;
  width: 78%;
  padding: 25px 50px 50px;
}
.page__block:last-child {
  width: 100%;
}
.page__info {
  width: 100%;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
  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;
}
.page__info-name {
  display: block;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
.page__info-desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.page__info-but {
  margin: 35px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: var(--black);
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}

.calc {
  width: 100%;
  padding-top: 20px;
}
.calc__title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
}
.calc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
.calc__box {
  float: left;
  width: calc(100% - 16px);
  margin: 16px 8px 0;
  border: 1px solid #eee;
}
.calc__box.min {
  width: calc(50% - 16px);
}
.calc__box-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.calc__box-cap_num {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.calc__box-cap_num span {
  padding: 0 10px;
  color: var(--black);
}
.calc__box-cap_name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.calc__box-base {
  padding: 20px;
  width: 100%;
}
.calc__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 20px);
  margin: -20px -10px 0;
}
.calc__input-item {
  float: left;
  width: calc(50% - 20px);
  margin: 20px 10px 0;
}
.calc__input-item.large {
  width: calc(100% - 20px);
}
.calc__input-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 13px;
  opacity: 0.5;
}
.calc__input-name img {
  float: left;
  width: auto;
  height: auto;
  margin: auto 6px auto 0;
  max-width: 14px;
  max-height: 14px;
}
.calc__input-field {
  display: block;
  margin-top: 5px;
}
.calc__input-field input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  font-size: 14px;
  color: var(--black);
}
.calc__input-field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.calc__input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.calc__input-field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.calc__input-field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.calc__input-field input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
/*.calc__input-field input:hover, .calc__input-field input:focus {
  border-color: #eee;
  background: var(--white);
}*/
.calc__input-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.calc__input-range input {
  width: calc(100% - 20px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 6px;
  background: #f6f6f6;
  border-radius: 20px;
  outline: none;
  margin: auto 0;
}
.calc__input-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  border: 7px solid var(--black);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.calc__input-range input::-moz-range-track {
  height: 6px;
  background: #dcdcdc;
  border-radius: 20px;
}
.calc__input-range input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: var(--black);
  cursor: pointer;
}
.calc__input-range span {
  width: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
.calc__equip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 20px);
  margin: -20px -10px 0;
}
.calc__equip-item {
  float: left;
  width: calc(50% - 20px);
  margin: 20px 10px 0;
  position: relative;
}
.calc__equip-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}
.calc__equip-item input:checked + .calc__equip-block::after {
  opacity: 1;
}
.calc__equip-item input:checked + .calc__equip-block .calc__equip-bg {
  background: #f6f6f6;
}
.calc__equip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #eee;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  position: relative;
  padding: 12px 12px 12px 42px;
}
.calc__equip-block::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 15px;
  top: calc(50% - 9px);
  border: 1px solid var(--black);
  border-radius: 50%;
  z-index: 3;
}
.calc__equip-block::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 18px;
  background: var(--black);
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
}
.calc__equip-bg {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  z-index: 0;
}
.calc__equip-name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.calc__equip-desc {
  display: block;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.calc__roof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 20px);
  margin: -20px -10px 0;
}
.calc__roof-item {
  float: left;
  width: calc(33.3333% - 20px);
  margin: 20px 10px 0;
  position: relative;
}
.calc__roof-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}
.calc__roof-item input:checked + .calc__roof-block .calc__roof-bg {
  background: #f6f6f6;
}
.calc__roof-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #eee;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  position: relative;
  padding: 14px;
}
.calc__roof-bg {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  z-index: 0;
}
.calc__roof-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 22px;
  position: relative;
  z-index: 2;
}
.calc__roof-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.calc__roof-name {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.calc__result {
  margin-top: 15px;
  display: block;
  border: 1px solid #eee;
}
.calc__result-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 70px;
}
.calc__result-cap_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__result-cap_logo img {
  display: block;
  width: 30px;
}
.calc__result-cap_logo p {
  display: block;
  margin: auto 0 auto 15px;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.calc__result-cap_desc {
  display: block;
  float: right;
  margin: auto 0 auto auto;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.calc__result-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  padding: 10px 15px 20px;
}
.calc__result-info_item {
  float: left;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.calc__result-info_name {
  float: left;
  font-size: 36px;
  font-weight: 500;
  margin: auto 0;
  white-space: nowrap;
}
.calc__result-info_desc {
  float: left;
  margin: auto 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 150%;
}
.calc__result-info_desc span {
  opacity: 0.4;
}
.calc__result-list {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px;
}
.calc__result-list_name {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.calc__result-list_block {
  display: block;
  margin-top: 10px;
}
.calc__result-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.calc__result-list_item:first-child {
  margin-top: 0;
}
.calc__result-list_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 14px;
  white-space: nowrap;
}
.calc__result-list_item p img {
  float: left;
  width: auto;
  height: auto;
  margin: auto 6px auto 0;
  max-width: 14px;
  max-height: 14px;
}
.calc__result-list_item p:nth-child(2) {
  margin-left: auto;
}
.calc__result-list_item p:nth-child(3) {
  min-width: 100px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
}
.calc__result-list_item p i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 5px;
  background: rgba(217, 217, 217, 0.7);
  border-radius: 3px;
  margin: auto 0;
  overflow: hidden;
}
.calc__result-list_item p i s {
  float: left;
  background: var(--black);
  height: 100%;
}
.calc__result-total {
  border-top: 1px solid #eee;
  padding: 20px;
}
.calc__result-total_base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
}
.calc__result-total_base p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__result-total_base p small {
  font-size: 16px;
  padding-left: 15px;
}
.calc__result-total_list {
  display: block;
  margin-top: 4px;
}
.calc__result-total_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  font-size: 16px;
}
.calc__result-total_list li:first-child {
  margin-top: 0;
}
.calc__result-total_list li p:nth-child(2) {
  font-weight: 500;
}

.check {
  width: 100%;
  position: relative;
}
.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: 0 0 0 30px;
  position: relative;
  color: var(--black);
  line-height: 130%;
  font-size: 12px;
}
.check p a {
  color: var(--black);
  position: relative;
  z-index: 2;
  text-decoration: underline;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}
.check p::before {
  border: 1px solid #eee;
}
.check p::after {
  background: var(--accent) url(../img/icon-check-white.svg) center/10px auto no-repeat;
  opacity: 0;
}

.input {
  display: block;
  margin-top: 15px;
}
.input:first-child {
  margin-top: 0;
}
.input p {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.input input {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  font-size: 14px;
  color: var(--black);
}
.input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 75px;
  padding: 12px 15px;
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  font-size: 14px;
  color: var(--black);
}
.input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.file {
  display: block;
  margin-top: 15px;
}
.file:first-child {
  margin-top: 0;
}
.file__name {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.file__input {
  display: block;
  position: relative;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  font-size: 14px;
  color: var(--black);
}
.file__input::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 20px;
  background: url(../img/icon-file.svg) center/contain no-repeat;
}
.file__input input {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.file__input p {
  position: absolute;
  z-index: 3;
  left: 15px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 14px;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  max-width: 75%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.open-modal {
  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.center .modal__cot {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modal.center.hide .modal__cot {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
          transform: translateX(-50%) translateY(-50%) scale(0.5);
}
.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__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: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
}
.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, .modal__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  bottom: 30px;
  font-size: 0;
  cursor: pointer;
  z-index: 6;
  border-radius: 30px;
  background: var(--accent);
}
.modal__arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow2-white.svg) center/7px auto no-repeat;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__arrow.prev {
  right: calc(50% + 70px);
}
.modal__arrow.next {
  left: calc(50% + 70px);
}
.modal__arrow.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal__dots {
  position: absolute;
  width: 224px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #f7f6ee;
  z-index: 5;
}
.modal__dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(57, 100, 72, 0.2);
  margin-left: 8px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.modal__dots li:first-child {
  margin-left: 0;
}
.modal__dots li:nth-child(n+8) {
  display: none !important;
}
.modal__dots li.active {
  background: var(--accent);
}
.modal__dots li button {
  display: none;
}

.modal__cot.image {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 99vw;
  max-height: 99vh;
  margin: auto;
  pointer-events: none;
}
.modal__close {
  position: absolute;
  width: auto;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  top: 40px;
  right: 0;
  z-index: 2;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  background: #f6f6f6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.modal__close::before {
  content: "";
  float: left;
  width: 12px;
  height: 12px;
  margin: auto 10px auto 0;
  opacity: 0.2;
  background: url(../img/icon-close.svg) center no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 550px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  position: relative;
  padding: 105px 50px 50px;
}
.modal__block::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 30px;
  top: 40px;
  left: 50px;
  background: url(../img/logo-min.svg) center/contain no-repeat;
}
.modal__title {
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.modal__title::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: 1px;
  background: #eee;
  top: 0;
  left: -50px;
}
.modal__title-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
}
.modal__title-sub span {
  padding: 0 10px;
}
.modal__title-name {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  font-family: "TT Firs Neue", sans-serif;
}
.modal__title-name:first-child {
  margin-top: 0;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 130%;
}
.modal .btn {
  margin-top: 30px;
  width: 100%;
  background: var(--accent);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}
.modal__form {
  margin-top: 30px;
}
.modal__form .check {
  padding: 15px;
  border: 1px solid #eee;
  margin-top: 15px;
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
  .row {
    padding: 0 15px;
  }
  .header__info-item {
    margin-right: 20px;
  }
  .header__info-item:first-child {
    display: none;
  }
  .header__nav-list > li {
    margin-right: 20px;
  }
  .header__logo {
    width: calc(42% - 5px);
  }
  .header__logo i {
    width: 240px;
  }
  .header__but {
    width: calc(58% + 5px);
  }

  .teaser__block {
    width: 60%;
  }
  .teaser__sub {
    font-size: 16px;
  }
  .teaser__title {
    font-size: 46px;
  }

  .title__name {
    font-size: 26px;
  }
  .title__desc {
    font-size: 14px;
  }

  .catalog__item {
    width: calc(33.3333% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .project__block:last-child {
    padding-bottom: 20px;
  }
  .service__item.service__item-calc {
    width: 50%;
  }
  .service__item.service__item-calc .service__item-name {
    font-size: 24px;
  }
  
  .header.fixed .header__top {
    height: 34px;
  }
  .header.fixed:not(.open-menu) {
    border-bottom: 1px solid #eee;
  }
  .header.fixed, .header.open-menu {
    background: var(--white);
  }
  .header.fixed .header__info-item, .header.open-menu .header__info-item {
    color: var(--black);
  }
  .header.fixed .header__info-item svg path, .header.open-menu .header__info-item svg path {
    fill: var(--black);
  }
  .header.fixed .header__nav-list > li > a, .header.open-menu .header__nav-list > li > a {
    color: var(--black);
  }
  .header.fixed .header__nav-list > li > a:has(+ ul)::after, .header.open-menu .header__nav-list > li > a:has(+ ul)::after {
    background-image: url(../img/icon-arrow1-black.svg);
  }
  .header.fixed .header__logo svg polygon, .header.open-menu .header__logo svg polygon {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .header.fixed .header__logo i::before, .header.open-menu .header__logo i::before {
    opacity: 1;
  }
  .header.fixed .header__logo i img, .header.open-menu .header__logo i img {
    opacity: 0;
  }
  .header.fixed .header__logo p, .header.open-menu .header__logo p {
    color: var(--black);
  }
  .header.fixed .header__logo p::before, .header.open-menu .header__logo p::before {
    background: var(--black);
  }
  .header.fixed .header__but-box, .header.open-menu .header__but-box {
    color: var(--black);
  }
  .header.fixed .header__but-box svg polygon, .header.open-menu .header__but-box svg polygon {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .header.fixed .header__but-name::after, .header.open-menu .header__but-name::after {
    background-image: url(../img/icon-arrow1-black.svg) !important;
  }
  .header.fixed .header__logo {
    height: 50px;
  }
  .header.fixed .header__logo i {
    width: 230px;
  }
  .header.fixed .header__logo p {
    opacity: 0;
  }
  .header.fixed .header__but-item {
    height: 50px;
  }
  .header.fixed .header__but-desc {
    opacity: 0;
    margin-top: -17px;
  }
  .header__but-catalog {
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__info-item.open-modal:hover, .header__info-item[href]:hover {
    color: var(--accent);
  }
  .header__info-item.open-modal:hover svg path, .header__info-item[href]:hover svg path {
    fill: var(--accent);
  }
  .header__nav-list > li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav-list > li:hover > a {
    color: var(--accent) !important;
  }
  .header__nav-list > 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) !important;
  }
  .header__nav-list > li ul li a:hover {
    color: var(--accent);
  }
  .header__nav-list > li ul li a:hover::after {
    background-image: url(../img/icon-arrow2-accent.svg);
    -webkit-transform: rotate(0) translateX(-3px);
        -ms-transform: rotate(0) translateX(-3px);
            transform: rotate(0) translateX(-3px);
  }
  .header__but-item:hover .header__but-name::after {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    background-image: url(../img/icon-arrow1-white.svg) !important;
  }
  .header__but-item:hover .header__but-box {
    color: var(--white) !important;
  }
  .header__but-item:hover .header__but-box svg polygon {
    fill: var(--accent);
    stroke: var(--accent);
  }
  .header__but-item:hover .header__but-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .header__but-catalog_item:hover {
    background: var(--black);
  }
  .header__but-catalog_item:hover .header__but-catalog_num {
    color: rgba(255, 255, 255, 0.1);
  }
  .header__but-catalog_item:hover .header__but-catalog_num span {
    color: var(--white);
  }
  .header__but-catalog_item:hover .header__but-catalog_name {
    color: var(--white);
  }
  .header__but-catalog_item:hover .header__but-catalog_list li a {
    color: var(--white);
  }
  .header__but-catalog_item:hover .header__but-catalog_list li a::after {
    background-image: url(../img/icon-arrow2-white.svg);
  }
  .header__but-catalog_name:hover {
    color: var(--accent) !important;
  }
  .header__but-catalog_list li a:hover::after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header__but-service_item:hover {
    background: var(--black);
    color: var(--white);
    padding-bottom: 20px;
  }
  .header__but-service_item:hover::after {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .req__item:hover i {
    opacity: 0.3;
  }
  .req__item i:hover {
    opacity: 1;
  }
  .info__dop a:hover {
    color: var(--accent);
  }
  .contact__info-item:hover .contact__info-copy {
    opacity: 0.3;
  }
  .contact__info-copy:hover {
    opacity: 1 !important;
  }


  .article .gallery__slider-item, .page .gallery__slider-item {
    height: 540px;
  }
  .article .gallery__nav, .page .gallery__nav {
    border: 1px solid #eee;
  }
  .article .gallery__nav-item, .page .gallery__nav-item {
    height: 70px;
  }

  .btn:hover::after {
    -webkit-transform: rotate(0) translateX(-5px);
        -ms-transform: rotate(0) translateX(-5px);
            transform: rotate(0) translateX(-5px);
  }
  .btn:hover span {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .btn:hover svg polygon {
    fill: var(--accent);
  }
  .btn:hover.border:not(.white) {
    color: var(--white);
  }
  .btn:hover.border:not(.white)::after {
    background-image: url(../img/icon-arrow2-white.svg);
  }
  .btn:hover.border:not(.white) svg polygon {
    stroke: transparent;
  }
  .btn:hover.border.white, .btn:hover.accent {
    color: var(--black);
  }
  .btn:hover.border.white::after, .btn:hover.accent::after {
    background-image: url(../img/icon-arrow2-accent.svg);
  }
  .btn:hover.border.white svg polygon, .btn:hover.accent svg polygon {
    fill: var(--white);
    stroke: transparent;
  }
  .faq__item-cap:not(.open):hover .faq__item-name {
    transform: translateX(5px);
  }
  .faq__item-cap:not(.open):hover .faq__item-but::before {
    background-image: url(../img/icon-all-accent.svg);
  }
  .comject__list .comject__item-image {
    width: 59%;
  }
  .comject__list .comject__item-base {
    width: calc(41% - 30px);
  }
  .comject__list .comject__item-name {
    font-size: 28px;
  }
  .comject__list .comject__item-desc {
    font-size: 14px;
  }

  .all:hover {
    color: var(--accent);
  }
  .all:hover::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .title__list li a:hover, .title__list li div:hover {
    background: var(--accent);
    color: var(--white);
  }

  .catalog__item:hover {
    padding-top: 60px;
  }
  .catalog__item:hover::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .catalog__item:hover .catalog__item-image img, .catalog__item:hover .catalog__item-image video {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
  .catalog__item:hover .catalog__item-list {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .catalog__item:hover .catalog__item-list li {
    margin: 0;
  }
  .catalog__item-list li a:hover::after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .advant__slider .slick-arrow:hover {
    background: var(--accent);
  }
  .advant__slider .slick-arrow:hover::before {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .service__item:hover {
    padding-bottom: 26px;
  }
  .service__item:hover::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .service__item:hover .service__item-image {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .service__item:hover .service__item-num {
    color: var(--white);
  }
  .service__item:hover .service__item-num span {
    color: var(--white);
  }
  .service__item:hover .service__item-name {
    color: var(--white);
  }

  .comject__slider .slick-arrow:hover {
    background: var(--accent);
  }
  .comject__slider .slick-arrow:hover::before {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .comject__item-but:hover {
    background: var(--accent);
    color: var(--white);
  }

  .footer__soc li a:hover {
    background: var(--white);
  }
  .footer__soc li a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .footer__nav-list li a:hover {
    color: var(--accent);
    border-color: var(--white);
  }

  .cap__bread ul li a:hover {
    color: var(--accent);
  }

  .tab ul li:hover:not(.active) {
    padding-bottom: 15px;
  }
  .tab ul li:hover:not(.active) svg polygon {
    fill: #eee;
  }
  .tab ul li:hover:not(.active)::after {
    color: var(--black);
  }

  .gallery__slider .slick-arrow:hover {
    background: var(--accent);
  }
  .gallery__slider .slick-arrow:hover::before {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .gallery__nav-item:hover:not(.slick-current) img, .gallery__nav-item:hover:not(.slick-current) video {
    opacity: 0.6;
  }

  .process__nav-item:hover:not(.slick-current) {
    padding-bottom: 15px;
  }
  .process__nav-item:hover:not(.slick-current) svg polygon {
    fill: #eee;
  }
  .process__nav-item:hover:not(.slick-current)::after {
    color: var(--black);
  }
  .process__item-arrow_prev:hover, .process__item-arrow_next:hover {
    background: var(--accent);
  }
  .process__item-arrow_prev:hover::before, .process__item-arrow_next:hover::before {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .reviews__slider .slick-arrow:hover {
    background: var(--accent);
  }
  .reviews__slider .slick-arrow:hover::before {
    background-image: url(../img/icon-arrow2-white.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .category__item-sub_list li a:hover {
    color: var(--accent);
  }
  .category__item-sub_list li a:hover::before {
    background-image: url(../img/icon-arrow2-accent.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .seo__list li a:hover {
    color: var(--accent);
  }
  .seo__list li a:hover::before {
    background-image: url(../img/icon-arrow2-accent.svg);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .product__item:hover::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .product__item:hover .product__item-image img, .product__item:hover .product__item-image video {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }

  .charact__info-but:hover {
    background: var(--accent);
    color: var(--white);
  }

  .faq__item-but:hover::before {
    background-image: url(../img/icon-all.svg);
  }

  .services__item:hover {
    background: #eee;
  }
  .services__item:hover .services__item-num {
    color: var(--black);
  }
  .services__item:hover .services__item-but {
    background: var(--black);
    color: var(--white);
  }
  .services__item:hover .services__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .project__item:hover::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .project__item:hover .project__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .project__item:hover .project__item-image::before {
    opacity: 1;
  }
  .project__item:hover .project__item-name {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .post__item:hover .post__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .post__item:hover .post__item-image::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .post__item:hover .post__item-list li {
    color: var(--black);
  }

  .article__nav-list li:hover {
    color: var(--accent);
  }
  .article__nav-list li:hover::after {
    opacity: 0.5;
  }
  .article__nav-list li:hover a {
    color: var(--accent);
  }

  .contact__soc-item:hover {
    opacity: 0.6;
  }

  .req__info-but:hover {
    background: var(--accent);
    color: var(--white);
  }

  .page__nav-list li a:hover::before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page__info-but:hover {
    background: var(--accent);
    color: var(--white);
  }

  .modal__close:hover {
    color: var(--black);
  }
  .modal__close:hover::before {
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .text.small h1 {
    font-size: 36px;
  }
  .text.small h2 {
    font-size: 30px;
  }
  .text.small h3 {
    font-size: 24px;
  }
  .text.small h4 {
    font-size: 20px;
  }
  .text.small h5 {
    font-size: 16px;
  }
  .text.small h6 {
    font-size: 14px;
  }
  .text.small p {
    font-size: 14px;
  }
  .text.small ul li {
    font-size: 14px;
  }
  .text.small ul li::before {
    top: 7px;
  }
  .text.small ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }

  .header {
    padding-bottom: 0;
  }
  .header.fixed:not(.open) {
    background: var(--white);
  }
  .header.fixed:not(.open)::before {
    background: #eee;
  }
  .header.fixed:not(.open) .header__base {
    padding: 10px 0;
  }
  .header.fixed:not(.open) .header__humb i {
    background: var(--black);
  }
  .header.fixed:not(.open) .header__humb i::before {
    background: var(--black);
  }
  .header.fixed:not(.open) .header__humb i::after {
    background: var(--black);
  }
  .header.fixed:not(.open) .header__logo i img {
    opacity: 0;
  }
  .header.fixed:not(.open) .header__logo i::before {
    opacity: 1;
  }
  .header.open {
    background: var(--white);
  }
  .header.open::before {
    background: #eee;
  }
  .header.open .header__humb i {
    background: rgba(0, 0, 0, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
    background: var(--black);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    background: var(--black);
    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__logo i img {
    opacity: 0;
  }
  .header.open .header__logo i::before {
    opacity: 1;
  }
  .header.open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 5;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__top {
    height: 0;
  }
  .header__info {
    display: none;
  }
  .header__base {
    padding: 20px 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 80px 30px 30px;
    -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-list {
    padding: 20px 0;
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav-list > li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .header__nav-list > li:has(> ul) > a {
    padding-right: 0;
  }
  .header__nav-list > li:last-child {
    margin: 0;
  }
  .header__nav-list > li > a {
    height: 48px;
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--black);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav-list > li > a::before {
    display: none;
  }
  .header__nav-list > li > a::after {
    content: "";
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    top: calc(50% - 6px);
    right: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1 !important;
    background: url(../img/icon-arrow2-black.svg) center/contain no-repeat !important;
  }
  .header__nav-list > li ul {
    display: none;
  }
  .header__nav-mob {
    display: block;
    margin-top: auto;
    padding-top: 30px;
  }
  .header__nav-but {
    width: 100%;
  }
  .header__nav-but .btn {
    width: 100%;
  }
  .header__nav-phone {
    display: block;
    margin-top: 40px;
  }
  .header__nav-phone_name {
    display: block;
    text-align: center;
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: var(--black);
  }
  .header__nav-phone_desc {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 110%;
    text-align: center;
    color: var(--black);
  }
  .header__nav-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  .header__nav-soc li {
    margin: 0 3px;
  }
  .header__nav-soc li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 40px;
    border-radius: 8px;
    background: #f6f6f6;
  }
  .header__nav-soc li a img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
  }
  .header__logo {
    width: auto;
    height: auto;
    padding-left: 0;
    position: relative;
    z-index: 5;
  }
  .header__logo svg {
    display: none;
  }
  .header__logo i {
    width: 260px;
  }
  .header__logo p {
    display: none;
  }
  .header__but {
    display: none;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: auto 0 auto auto;
    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, background 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, background 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.5s, background 0.5s;
    transition: transform 0.5s, width 0.5s, background 0.5s;
    transition: transform 0.5s, width 0.5s, background 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
    width: 14px;
  }

  .teaser {
    padding-bottom: 95px;
    min-height: calc(100vh + 20px);
  }
  .teaser__fixed {
    padding-bottom: 95px;
    min-height: calc(100vh + 20px);
  }
  .teaser__image img, .teaser__image video {
    opacity: 0.5;
  }
  .teaser .row {
    margin: auto auto 0;
  }
  .teaser__block {
    width: 100%;
    margin-left: 0;
  }
  .teaser__sub {
    padding-left: 0;
    font-size: 14px;
    line-height: 130%;
  }
  .teaser__sub::before {
    display: none;
  }
  .teaser__title {
    margin-top: 20px;
    font-size: 30px;
  }
  .teaser__title br {
    display: none;
  }
  .teaser__title span {
    padding: 0 8px;
  }
  .teaser__title span::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  }
  .teaser__but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teaser__but .btn {
    width: 100%;
    margin-top: 15px;
  }
  .teaser__but .btn:first-child {
    margin-top: 0;
  }

  .content.corner > svg {
    top: -20px;
  }
  .content {
    padding-bottom: 0;
  }
  .content .row {
    padding: 0 10px;
  }

  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title:not(.pd) {
    padding: 20px 15px;
  }
  .title.pd {
    padding: 25px 15px;
  }
  .title.pd .title__base {
    padding: 0;
  }
  .title.pd .title__data {
    padding: 0;
    border-left: 0;
  }
  .title__base {
    padding: 25px 15px;
    width: 100%;
  }
  .title__name {
    font-size: 20px;
  }
  .title__name br {
    display: none;
  }
  .title__list {
    margin-top: 0;
    padding-top: 10px;
  }
  .title__list li {
    margin: 10px 10px 0 0;
  }
  .title__list li a, .title__list li div {
    font-size: 13px;
  }
  .title__data {
    width: 100%;
  }
  .title__desc {
    font-size: 14px;
  }
  .title__but {
    display: none;
  }

  .catalog {
    width: 100%;
  }
  .catalog > svg {
    height: calc(100% - 5px);
  }
  .catalog__item {
    width: calc(50% - 10px);
    height: 160px;
    padding: 15px;
  }
  .catalog__item:nth-child(n+6):not(.active) {
    display: none;
  }
  .catalog__item::before {
    display: none;
  }
  .catalog__item-image::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
  }
  .catalog__item-name {
    font-size: 18px;
  }
  .catalog__item-list {
    display: none;
  }
  .catalog__all {
    display: block;
    position: relative;
    z-index: 2;
    background: var(--white);
  }

  .about {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .about__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .about__image img, .about__image video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.4;
  }
  .about__image::before {
    display: none;
  }
  .about__cap {
    height: 50px;
    padding: 0 20px;
  }
  .about__cap::before {
    display: none;
  }
  .about__cap-logo {
    width: 190px;
  }
  .about__cap-name {
    display: none;
  }
  .about__base {
    width: 100%;
    border-right: 0;
    padding: 15px 20px 25px;
    min-height: 460px;
  }
  .about__title {
    font-size: 24px;
  }
  .about__desc {
    margin-top: auto;
    padding-top: 20px;
    font-size: 14px;
  }
  .about__but {
    margin-top: 0;
    padding-top: 15px;
    width: 100%;
  }
  .about__but .btn {
    width: 100%;
    margin-right: 0;
  }
  .about__but .btn:not(:first-child) {
    display: none;
  }
  .about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .about__info-item {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 15px 20px;
    min-height: 115px;
  }
  .about__info-item:nth-child(2n) {
    border-right: 0 !important;
  }
  .about__info-name {
    font-size: 24px;
  }
  .about__info-desc {
    padding-top: 15px;
    font-size: 13px;
  }

  .advant {
    margin-top: 25px;
  }
  .advant__cap {
    height: 36px;
    padding: 0 20px;
  }
  .advant__cap::before {
    display: none;
  }
  .advant__cap-logo {
    width: 143px;
  }
  .advant .title__list {
    display: none;
  }
  .advant__slider .slick-list {
    padding: 20px 15% 20px 15px;
  }
  .advant__slider .slick-arrow {
    display: none !important;
  }
  .advant__item {
    width: calc(50% - 15px);
    margin-right: 20px;
    height: 435px;
    padding: 16px;
  }
  .advant__item-image {
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  }
  .advant__item-num {
    font-size: 12px;
  }
  .advant__item-name {
    font-size: 18px;
  }
  .advant__item-desc {
    margin-top: 10px;
    font-size: 13px;
  }

  .service {
    margin-top: 24px;
  }
  .service__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 5px 5px 10px;
    border-top: 1px solid #eee;
  }
  .service__all {
    display: block;
    position: relative;
    z-index: 2;
    background: var(--white);
  }
  .service__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
    border: 0;
    height: 180px;
    padding: 20px;
  }
  .service__item:nth-child(n+7):not(.active) {
    display: none;
  }
  .service__item::before {
    display: none;
  }
  .service__item-image {
    z-index: 0;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .service__item-num {
    color: rgba(255, 255, 255, 0.2);
  }
  .service__item-num span {
    color: var(--white);
  }
  .service__item-name {
    font-size: 20px;
    color: var(--white);
  }

  .comject {
    margin-top: 40px;
  }
  .comject .title__base {
    padding: 0 !important;
  }
  .comject .title__list {
    display: none;
  }
  .comject .title__but {
    display: none;
  }
  .comject__slider {
    padding: 15px 0 80px 15px;
  }
  .comject__slider .slick-arrow {
    width: calc(50% - 20px);
    height: 50px;
    bottom: 15px;
  }
  .comject__slider .slick-prev {
    left: 15px;
  }
  .comject__slider .slick-next {
    right: 15px;
  }
  .comject__item {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comject__item-base {
    width: 100%;
    padding: 55px 10px 0;
  }
  .comject__item-base::after {
    top: 40px;
    width: calc(100% - 20px);
    left: 10px;
  }
  .comject__item-base::before {
    top: 0;
    left: 10px;
  }
  .comject__item-name {
    margin-top: 5px;
    font-size: 18px;
  }
  .comject__item-dop {
    margin-top: 5px;
    font-size: 12px;
  }
  .comject__item-desc {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px;
    padding-bottom: 20px;
  }
  .comject__item-image {
    width: 100%;
    min-height: 260px;
    height: 260px;
    margin: 20px 0 0;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .quest {
    width: calc(100% + 20px);
    margin: 50px -10px 0;
    padding: 0;
    -webkit-clip-path: none;
            clip-path: none;
    min-height: 715px;
  }
  .quest__image::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(52.05%, rgba(0, 0, 0, 0)), color-stop(75.61%, rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, left bottom, left top, color-stop(25.83%, rgba(0, 0, 0, 0.8)), color-stop(45.21%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 52.05%, rgba(0, 0, 0, 0.8) 75.61%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 25.83%, rgba(0, 0, 0, 0) 45.21%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 52.05%, rgba(0, 0, 0, 0.8) 75.61%), linear-gradient(0deg, rgba(0, 0, 0, 0.8) 25.83%, rgba(0, 0, 0, 0) 45.21%);
  }
  .quest__block {
    max-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;
  }
  .quest__logo {
    padding: 0 20px;
    height: 50px;
  }
  .quest__logo img {
    width: 190px;
  }
  .quest__base {
    padding: 30px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quest__name {
    font-size: 24px;
  }
  .quest__desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .quest__but {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
  }
  .quest__but .btn {
    width: 100%;
    margin: 15px 0 0;
  }
  .quest__but .btn:first-child {
    margin-top: 0;
  }

  .footer {
    margin-top: 0;
    padding: 50px;
  }
  .footer > svg {
    display: none;
  }
  .footer .row {
    padding: 0;
  }
  .footer__base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
  }
  .footer__about {
    width: 100%;
  }
  .footer__about-logo img {
    width: 267px;
    margin: 0;
  }
  .footer__about-desc {
    display: none;
  }
  .footer__soc {
    position: absolute;
    left: 50px;
    bottom: 94px;
    margin-top: 0;
  }
  .footer__nav {
    display: none;
  }
  .footer__contact {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .footer__contact-name {
    display: none;
  }
  .footer__contact-name + div {
    margin-top: 0;
  }
  .footer__contact-desc {
    font-size: 13px;
  }
  .footer__contact-link {
    font-size: 13px;
  }
  .footer__end {
    margin-top: 30px;
    padding: 90px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__end::before {
    display: none;
  }
  .footer__end-item {
    display: none;
    width: 100% !important;
    margin-top: 7px;
    font-size: 13px;
  }
  .footer__end-item.end {
    display: block;
  }
  .footer__author {
    display: none;
  }

  .cook {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .cook__logo {
    display: none;
  }
  .cook__text {
    width: 100%;
    padding: 0;
    font-size: 13px;
    margin: 0;
  }
  .cook__text::before {
    display: none;
  }
  .cook__but {
    width: 100%;
    margin: 15px 0 0;
  }
  .cook__but .btn {
    width: 100%;
  }

  .cap {
    padding: 105px 0 60px;
  }
  .cap__fixed {
    padding: 105px 0 60px;
  }
  .cap__bread ul li {
    display: none;
  }
  .cap__bread ul li:nth-last-child(2) {
    display: block;
  }
  .cap__bread ul li a {
    padding: 0 10px 0 14px !important;
    color: var(--black);
    background: var(--white);
    -webkit-clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px) !important;
            clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px) !important;
  }
  .cap__bread ul li a:hover {
    color: var(--accent);
  }
  .cap__bread ul li a span {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cap__bread ul li a span::before {
    content: "";
    float: left;
    width: 10px;
    height: 10px;
    margin: auto 0;
    background: url(../img/icon-arrow2-black.svg) center/contain;
    -webkit-transform: rotate(45deg) scale(-1, 1);
        -ms-transform: rotate(45deg) scale(-1, 1);
            transform: rotate(45deg) scale(-1, 1);
    margin-right: 8px;
  }
  .cap__bread ul li a span::after {
    content: "Вернуться назад";
    font-size: 12px;
  }
  .cap__bread ul li:not(:first-child) a i {
    display: none;
  }
  .cap__bread ul li:not(:first-child) a::before {
    display: none;
  }
  .cap__bread ul li:not(:first-child) a::after {
    display: none;
  }
  .cap__title {
    width: 100%;
    font-size: 32px;
  }
  .cap__title br {
    display: none;
  }
  .cap__but {
    margin: 20px 0 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .cap__but .btn {
    width: 100%;
  }

  .company__block {
    min-height: 640px;
    overflow: hidden;
  }
  .company__info {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .company__info-item {
    min-width: 240px;
    min-height: 140px;
  }
  .company__info-name {
    font-size: 26px;
  }
  .company__info-desc {
    font-size: 14px;
  }

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

  .gallery {
    margin-top: 20px;
  }
  .gallery > svg {
    height: calc(100% - 5px);
  }
  .gallery__cap {
    padding: 20px 15px 25px;
  }
  .gallery__title {
    font-size: 20px;
  }
  .gallery__tab {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
    padding: 0 10px;
  }
  .gallery__block {
    width: 100%;
    overflow: hidden;
  }
  .gallery__slider-item {
    height: 400px;
    margin-top: 10px;
  }
  .gallery__slider-item:nth-child(n+5):not(.active) {
    display: none;
  }
  .gallery__slider-item:first-child {
    margin-top: 0;
  }
  .gallery__slider-image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(20%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 20%);
    background: linear-gradient(0, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 20%);
  }
  .gallery__slider-name {
    left: 10px;
    top: 12px;
    font-size: 12px;
  }
  .gallery__slider-desc {
    left: 10px;
    bottom: 15px;
    font-size: 12px;
  }
  .gallery__nav {
    display: none;
  }
  .gallery__all {
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    background: var(--white);
  }

  .process {
    margin-top: 35px;
  }
  .process__title {
    width: 100%;
    padding: 20px 15px 0;
    font-size: 20px;
  }
  .process__nav {
    width: 100%;
    margin-top: 30px;
    padding: 0 25px;
  }
  .process__nav-item {
    height: 80px;
  }
  .process__nav-name {
    font-size: 14px;
  }
  .process__slider {
    margin: 30px 1px 1px;
    background: transparent;
    padding: 0;
    width: calc(100% - 2px);
    border-top: 1px solid #eee;
    overflow: hidden;
  }
  .process__item {
    margin: 0;
    padding: 20px 15px 90px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__item-base {
    padding: 0;
    width: 100%;
  }
  .process__item-cap {
    display: none;
  }
  .process__item-text {
    margin-top: 0;
  }
  .process__item-image {
    width: 100%;
    height: 270px;
    margin-top: 20px;
  }
  .process__item-arrow {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 20px;
    margin-top: 0;
  }

  .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;
  }
  .text table tr th {
    padding: 12px 12px 12px 0;
    font-size: 13px;
    text-align: left;
  }
  .text table tr td {
    padding: 12px 12px 12px 0;
    font-size: 13px;
  }
  .text table tr th[bgcolor] + th {
    padding-left: 12px;
  }
  .text table tr td[bgcolor] + td {
    padding-left: 12px;
  }
  .text blockquote, .text q {
    padding: 70px 20px 20px;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    font-size: 16px;
  }
  .text blockquote::before, .text q::before {
    width: 40px;
    height: 30px;
    top: 20px;
    left: 20px;
  }
  .text blockquote small, .text q small {
    font-size: 13px;
  }

  .info {
    width: calc(100% + 20px);
    margin: 30px -10px 0;
    height: auto;
    min-height: 765px;
    padding: 15px;
  }
  .info::before {
    display: none;
  }
  .info:not(.easy) .info__block::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 110px;
    right: -10px;
    background: url(../img/info-flag.png) top center/cover;
    bottom: 0;
    z-index: 2;
  }
  .info__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .info__image img, .info__image video {
    display: none;
  }
  .info__image img:last-child, .info__image video:last-child {
    display: block !important;
  }
  .info__block {
    width: 100%;
    max-width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .info__logo {
    height: 48px;
    padding: 0 20px;
  }
  .info__logo img {
    width: 176px;
  }
  .info__desc {
    padding: 20px 20px 0;
    font-size: 14px;
  }
  .info__author {
    margin-top: 50px;
    padding: 0 20px 20px;
  }
  .info__author-box {
    padding-left: 83px;
    min-height: 73px;
  }
  .info__author-image {
    width: 73px;
    height: 73px;
  }
  .info__author-name {
    font-size: 14px;
  }
  .info__author-desc {
    font-size: 12px;
  }
  .info__author-dop {
    font-size: 12px;
  }
  .info__title {
    padding: 25px 20px 0;
    font-size: 20px;
  }
  .info__dop {
    padding: 20px 20px 0;
    font-size: 14px;
  }
  .info__but {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
    margin-top: auto;
  }
  .info__but .btn {
    width: 100%;
    margin: 15px 0 0;
  }
  .info__but .btn:first-child {
    margin-top: 0;
  }

  .reviews {
    margin-top: 40px;
  }
  .reviews .title__base {
    padding: 0 !important;
  }
  .reviews .title__list {
    display: none;
  }
  .reviews .title__but {
    display: none;
  }
  .reviews__slider {
    padding: 15px 30px 80px 10px;
  }
  .reviews__slider .slick-arrow {
    width: calc(50% - 20px);
    height: 50px;
    bottom: 15px;
  }
  .reviews__slider .slick-prev {
    left: 15px;
  }
  .reviews__slider .slick-next {
    right: 15px;
  }
  .reviews__partner {
    width: calc(100% + 10px);
    padding: 0;
    margin: 0 -5px;
    background: var(--white);
    position: relative;
    z-index: 2;
  }
  .reviews__partner-item {
    width: calc(33.3333% - 10px);
  }

  .category__item {
    padding: 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category__item:first-child .category__item-image img {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .category__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    width: 100%;
    min-height: 200px;
    height: 200px;
    padding: 0;
  }
  .category__item-block {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .category__item-num {
    font-size: 13px;
  }
  .category__item-name {
    margin-top: 15px;
    font-size: 18px;
  }
  .category__item-desc {
    margin-top: 10px;
    font-size: 13px;
  }
  .category__item-sub {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .category__item-sub_title {
    display: none;
  }
  .category__item-sub_list {
    width: calc(100% + 15px);
    margin: 10px -15px 0 0;
  }
  .category__item-sub_list li {
    margin: 8px 8px 0 0;
  }
  .category__item-sub_list li a {
    padding: 0 12px;
    font-size: 12px;
  }
  .category__item-sub_list li a::before {
    margin: auto 8px auto 0;
  }
  .category__all {
    position: relative;
    width: 100%;
    background: var(--white);
    z-index: 2;
  }

  .partner {
    margin-top: 45px;
  }
  .partner:has(+ .quest) {
    padding-bottom: 0;
  }
  .partner__item {
    width: 175px;
    min-width: 175px;
    margin: 0 5px;
  }
  .partner__item img {
    max-width: 70%;
    max-height: 70%;
  }
  .partner__item p {
    height: 28px;
    font-size: 11px;
  }

  .seo {
    margin-top: 40px;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 0;
    background: transparent;
  }
  .seo__bg {
    display: none;
  }
  .seo__block {
    background: transparent;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 0 10px;
  }
  .seo__box {
    width: 100%;
    padding: 0;
  }
  .seo__cap {
    display: none;
  }
  .seo__text {
    margin-top: 20px;
  }
  .seo__text:first-child {
    margin-top: 0;
  }
  .seo__info {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seo__info-item {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .seo__info-item:not(:first-child) {
    border-top: 0;
  }
  .seo__info-name {
    font-size: 14px;
  }
  .seo__info-desc {
    margin-top: 12px;
  }
  .seo__list {
    width: calc(100% + 10px);
    margin: 10px -10px 0 0;
  }
  .seo__list li {
    margin: 8px 8px 0 0;
  }
  .seo__list li a {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
  }
  .seo__list li a::before {
    margin: auto 10px auto 0;
  }
  .seo__image {
    margin: 30px -20px 0;
    width: calc(100% + 40px);
    -webkit-clip-path: none;
            clip-path: none;
    height: 400px;
  }

  .product {
    margin-top: 30px;
  }
  .product:first-child {
    margin-top: 0;
  }
  .product > svg {
    height: calc(100% - 5px);
  }
  .product__item {
    width: calc(50% - 10px);
    height: 300px;
    padding: 18px;
  }
  .product__item:nth-child(n+6):not(.active) {
    display: none;
  }
  .product__item::before {
    display: none;
  }
  .product__item-image img, .product__item-image video {
    opacity: 0.6;
  }
  .product__item-name {
    font-size: 18px;
  }
  .product__item-desc {
    margin: 0 !important;
    opacity: 1 !important;
  }
  .product__all {
    display: block;
    position: relative;
    z-index: 2;
    background: var(--white);
  }

  .prod {
    width: 100%;
  }
  .prod__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .prod__info-item {
    width: 50%;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 15px 20px;
    min-height: 115px;
  }
  .prod__info-item:nth-child(2n) {
    border-right: 0 !important;
  }
  .prod__info-name {
    font-size: 24px;
  }
  .prod__info-desc {
    padding-top: 15px;
    font-size: 13px;
  }

  .charact {
    margin-top: 40px;
    padding: 0 10px;
  }
  .charact > svg {
    display: none;
  }
  .charact__aside {
    width: 100%;
    background: transparent;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .charact__info {
    padding: 0;
  }
  .charact__info-name {
    margin-top: 15px;
    font-size: 20px;
  }
  .charact__info-desc {
    margin-top: 15px;
    font-size: 13px;
  }
  .charact__info-but {
    display: none;
  }
  .charact__block {
    float: left;
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .charact__table {
    min-width: 800px;
  }
  .charact__table tr th {
    padding: 15px 0;
    font-size: 13px;
  }
  .charact__table tr td {
    padding: 15px 0;
    font-size: 13px;
  }

  .faq {
    margin-top: 40px;
    padding: 0 10px;
  }
  .faq > svg {
    display: none;
  }
  .faq .title {
    padding: 0;
  }
  .faq .title__base {
    padding: 0 !important;
  }
  .faq .title__list {
    padding-top: 15px;
  }
  .faq .title__but {
    display: none;
  }
  .faq__block {
    padding: 30px 0 0;
    border-top: 0;
  }
  .faq__item-cap {
    padding: 50px 0 20px;
  }
  .faq__item-num {
    top: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 13px;
  }
  .faq__item-name {
    font-size: 16px;
  }
  .faq__item-but {
    top: 14px;
    right: 0;
  }
  .faq__item-block {
    padding: 10px 0 15px;
  }

  .services__item {
    width: 100%;
    border-top: 0;
    border-right: 0;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__item-base {
    width: 100%;
    padding: 0;
  }
  .services__item-name {
    margin-top: 15px;
    font-size: 20px;
  }
  .services__item-desc {
    margin-top: 15px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .services__item-but {
    display: none;
  }
  .services__item-image {
    width: 100%;
    min-height: 220px;
    height: 220px;
    margin-top: 20px;
  }

  .project__block {
    padding: 5px 0 0;
  }
  .project__box {
    width: calc(100% + 6px) !important;
    height: auto !important;
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .project__item {
    margin: 6px 3px 0;
    height: calc(100% - 6px);
  }
  .project__item::before {
    display: none;
  }
  .project__item-image {
    position: relative;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
  }
  .project__item-image::before {
    display: none;
  }
  .project__item-name {
    display: none;
  }

  .post__cap {
    padding: 25px 15px;
  }
  .post__title {
    font-size: 20px;
  }
  .post__tab {
    margin-top: 30px;
  }
  .post__item {
    float: left;
    width: calc(50% - 16px);
  }
  .post__item-image {
    height: 215px;
  }

  .article {
    width: 100%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0;
  }
  .article > svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .article > svg polygon {
    fill: transparent;
    stroke: #eee;
  }
  .article__aside {
    display: none;
  }
  .article__block {
    width: 100%;
    padding: 20px 15px;
    background: transparent;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .article__list {
    padding-bottom: 20px;
  }
  .article__stat {
    width: 100%;
    margin: 15px 0 0;
  }
  .article__stat-item {
    width: 100%;
    margin: 10px 0 0;
    min-height: 90px;
    padding: 15px;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  }
  .article__stat-item:first-child {
    margin-top: 0;
  }
  .article__stat-name {
    font-size: 24px;
  }
  .article__stat-desc {
    padding-top: 15px;
    font-size: 13px;
  }
  .article .prod__gallery {
    margin-top: 20px;
  }

  .contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 20px;
  }
  .contact__info-item {
    width: 100%;
    margin-top: 20px;
  }
  .contact__info-item:first-child {
    margin-top: 0;
  }
  .contact__info-sub {
    font-size: 13px;
  }
  .contact__info-name {
    font-size: 20px;
  }
  .contact__map {
    height: 500px;
  }
  .contact__soc {
    padding: 20px 5px;
  }
  .contact__soc-item {
    width: calc(100% - 10px);
    margin: 0 5px;
    padding: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
  .contact__soc-item img {
    margin: auto;
  }
  .contact__soc-item span {
    display: none;
  }

  .req {
    width: 100%;
    margin-top: 30px;
  }
  .req__info {
    width: 100%;
    background: transparent;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px 20px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .req__info-name {
    font-size: 20px;
    margin-top: 15px;
  }
  .req__info-desc {
    margin-top: 15px;
  }
  .req__info-but {
    margin: 15px auto 0 0;
  }
  .req__block {
    width: 100%;
    padding: 0;
  }
  .req__item {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .req__item:first-child {
    border-top: 0;
  }
  .req__item p {
    font-size: 13px;
    padding-right: 0;
  }
  .req__item p:first-child {
    width: 100%;
    padding-top: 5px;
  }
  .req__item i {
    display: none;
  }

  .page__aside {
    display: none;
  }
  .page__block {
    width: 100%;
    padding: 0 15px 20px;
  }
  .page .prod__gallery {
    margin-top: 20px;
  }

  .calc__title {
    font-size: 20px;
  }
  .calc__block {
    width: 100%;
    margin: 5px 0 0;
  }
  .calc__box {
    width: 100% !important;
    margin: 15px 0 0;
  }
  .calc__input-item {
    width: calc(100% - 20px);
  }
  .calc__equip-item {
    width: calc(100% - 20px);
  }
  .calc__roof {
    padding-top: 10px;
  }
  .calc__roof-item {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .calc__result-cap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .calc__result-cap_logo {
    width: 100%;
  }
  .calc__result-cap_logo img {
    width: 24px;
  }
  .calc__result-cap_logo p {
    font-size: 20px;
  }
  .calc__result-cap_desc {
    width: 100%;
    margin: 15px 0 0;
    font-size: 12px;
  }
  .calc__result-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calc__result-info_item {
    height: 80px;
  }
  .calc__result-list_item p {
    font-size: 13px;
    width: auto !important;
  }
  .calc__result-list_item p:nth-child(2) {
    display: none;
  }
  .calc__result-list_item p:first-child:not(:last-child) {
    margin-right: auto;
  }
  .calc__result-list_item p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .calc__result-total_base {
    font-size: 20px;
  }
  .calc__result-total_base p {
    white-space: nowrap;
  }
  .calc__result-total_base p small {
    font-size: 11px;
    padding-left: 6px;
    white-space: pre-wrap;
  }
  .calc__result-total_list li {
    font-size: 13px;
  }

  .modal__close {
    top: 20px;
  }
  .modal__block {
    padding: 65px 20px 20px;
  }
  .modal__block::before {
    top: 20px;
    left: 20px;
  }
  .modal__title {
    padding-top: 25px;
  }
  .modal__title::before {
    width: calc(100% + 40px);
    left: -20px;
  }
  .modal__title-name {
    margin-top: 15px;
    font-size: 24px;
  }
  .modal__title-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .modal .btn {
    margin-top: 20px;
  }
  .modal__form {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__item {
    width: calc(100% - 10px);
  }

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

  .gallery__slider-item {
    height: 205px;
  }

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

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

  .post__item {
    width: calc(100% - 16px);
  }
  #wpadminbar {
    display: none;
  }
}

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