:root {
  --main-bg-color: #fff;
  --primary-color: #121212;
  --black: #121212;
  --white: #fff;
  --black-text: #202020;
  --green: #4faf5e;
  --white: #fff;
  --gray-element: #a6a6a6;
  --black: #121212;
  --yellow: #dfae2e;
  --stroke: #e2e2e2;
  --white: #fff;
  --bg: #f3f3f3;
  --bg-dark: #e4e4e4;
  --stroke-in-bg-dark: #cacaca;
  --stroke-in-bg: #d7d7d7;
  --gray-text: #656565;
  --coloryellow: #dfae2e;
  --body-font-size: 16px;
  --font-family: "Tilda Sans", sans-serif;
  --second-family: "Cormorant", sans-serif;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: var(--main-bg-color);
  font-size: var(--body-font-size);
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

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

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

input::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

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

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: var(--primary-color);
  font-family: var(--font-family);
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3 {
  padding: 0;
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 568px) {
  .title-h1,
  .title-h2,
  .title-h3 {
    line-height: 1.1;
  }
}

.title-h1 {
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .title-h1 {
    font-size: 54px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .title-h1 {
    font-size: 50px;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 44px;
  }
}
@media (max-width: 390px) {
  .title-h1 {
    font-size: 40px;
  }
}

.title-h2 {
  font-size: 58px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
}
@media (max-width: 390px) {
  .title-h2 {
    font-size: 30px;
  }
}

.title-h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .title-h3 {
    font-size: 36px;
  }
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 30px;
  }
}

.cms_submit,
.button {
  cursor: pointer;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 0 20px;
  height: 54px;
  text-decoration: none;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 7px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
}
.cms_submit::after,
.button::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: url(../images/icon-vector.svg) var(--yellow) center no-repeat;
}
.cms_submit:hover,
.button:hover {
  color: var(--black);
  border-color: var(--yellow);
  background-color: var(--white);
}
.cms_submit:hover::before,
.cms_submit:hover img,
.button:hover::before,
.button:hover img {
  filter: brightness(0) invert(1);
}
.cms_submit::before,
.cms_submit img,
.button::before,
.button img {
  transition: 0.2s;
}
.cms_submit._light,
.button._light {
  background: var(--bg);
  color: var(--black);
  border-color: var(--bg);
}
.cms_submit._light:hover,
.button._light:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.cms_submit._yellow,
.button._yellow {
  color: var(--black);
  border-color: var(--yellow);
  background: var(--yellow);
}
.cms_submit._yellow::after,
.button._yellow::after {
  background-color: var(--black);
}
.cms_submit._yellow:hover,
.button._yellow:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--black);
}
.cms_submit._dark,
.button._dark {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.cms_submit._dark:hover,
.button._dark:hover {
  background-color: var(--bg);
  color: var(--black);
  border-color: var(--bg);
}
.cms_submit._white,
.button._white {
  border: 1px solid var(--stroke);
  color: var(--black);
  background-color: var(--white);
}
.cms_submit._white:hover,
.button._white:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.cms_submit._border,
.button._border {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}
.cms_submit._border:hover,
.button._border:hover {
  color: var(--white);
  border-color: var(--white);
}
.cms_submit._plus::after,
.button._plus::after {
  background-image: url(../images/icon-plus.svg);
}
.cms_submit span,
.button span {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

.typography {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-text);
}
.typography h1, .typography h2, .typography h3, .typography h4 {
  color: var(--black);
  line-height: 100%;
  font-family: var(--second-family);
}
.typography h2 {
  font-size: 58px;
  line-height: 100%;
  margin: 30px 0;
}
@media (max-width: 1600px) {
  .typography h2 {
    font-size: 36px;
  }
}
@media (max-width: 568px) {
  .typography h2 {
    font-size: 30px;
  }
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h2:last-child {
  margin-bottom: 0;
}
.typography h3 {
  font-size: 40px;
  line-height: 125%;
  color: var(--black);
}
@media (max-width: 568px) {
  .typography h3 {
    font-size: 20px;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography p {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-text);
  margin: 0 0 10px;
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography ul {
  margin-bottom: 20px;
  padding-left: 10px;
}
.typography ul li {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-text);
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: var(--black);
  border-radius: 50%;
}
.typography ol {
  margin-bottom: 20px;
  padding-left: 20px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-text);
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography a {
  color: var(--yellow);
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  scrollbar-width: none;
}
@media (max-width: 992px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    overflow: auto;
    margin: 14px -15px 20px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb a {
  white-space: nowrap;
  color: var(--gray-element);
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    color: var(--yellow);
  }
}
.breadcrumb span {
  white-space: nowrap;
  color: var(--yellow);
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.forms__label {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}
.forms__label span {
  color: var(--black);
}
.forms__row {
  display: flex;
  margin: 0 -10px 15px;
}
.forms__row:last-child {
  margin-bottom: 0;
}
.forms__field {
  padding: 0 10px;
  width: 100%;
}
.forms__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .forms__footer {
    flex-direction: column;
  }
}
.forms select,
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  border-radius: 7px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  text-align: left;
  background: white;
  border: 1px solid var(--yellow);
}
@media (max-width: 568px) {
  .forms select,
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    border-radius: 12px;
  }
}
.forms textarea {
  padding: 24px;
  resize: none;
  height: 260px;
}
@media (max-width: 568px) {
  .forms textarea {
    height: 200px;
  }
}
.forms select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  background: url(../images/select-arrow.svg) var(--white) right 18px center no-repeat;
}
@media (max-width: 1200px) {
  .forms select {
    background-position: right 15px center;
  }
}
.forms select option:disabled {
  display: none;
}
.forms .jq-selectbox {
  width: 100%;
}
.forms .lable-field {
  position: relative;
  background: var(--white);
  border-radius: 7px;
}
@media (max-width: 568px) {
  .forms .lable-field {
    border-radius: 12px;
  }
}
.forms .lable-field input {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  padding-top: 18px;
}
.forms .lable-field input.active + label, .forms .lable-field input:focus + label {
  font-size: 14px;
  top: 8px;
}
.forms .lable-field label {
  position: absolute;
  left: 20px;
  top: 19px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  margin: 0 !important;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s;
  position: relative;
}
.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: var(--white);
  border: 1px solid var(--black);
}
.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox sup {
  position: relative;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url(../images/checkbox.svg) center no-repeat;
  margin-right: 10px;
  top: -1px;
}
.checkbox input:checked ~ sup {
  background: url(../images/checkbox-active.svg) center no-repeat;
}
.checkbox a {
  font-weight: 600;
  text-decoration: underline;
}
.checkbox a:hover {
  text-decoration: none;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}
.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: var(--black);
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--black);
  transition: 0.3s;
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn.open {
  height: 30px;
}
.burger-btn.open span {
  opacity: 0;
}
.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: var(--black);
}
.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  transform: rotate(45deg);
}

.tabs__header {
  display: flex;
  align-items: center;
}

.tabs__item {
  cursor: pointer;
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
  opacity: 1;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

/* plugins */
.swiper-button {
  position: static;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: none;
  background: var(--black);
  transition: none;
  border: none;
  margin: 0;
}
.swiper-button:after {
  content: "";
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.swiper-button-prev::after {
  background-image: url(../images/arrow-prev.svg);
}
.swiper-button-next::after {
  background-image: url(../images/arrow-next.svg);
}
.swiper-button-disabled {
  opacity: 1 !important;
  background: var(--white);
}
.swiper-button-disabled::after {
  filter: brightness(0) invert(0.8);
}
.swiper-button:hover::before {
  opacity: 1;
}
.swiper-button:hover::after {
  filter: brightness(0) invert(1);
}
.swiper-pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}
.swiper-pagination {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  width: 520px !important;
}
.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: var(--gray-element);
  opacity: 1;
  transition: 0.2s;
  border-radius: 4px;
  margin: 0 !important;
}
.swiper-pagination-bullet span {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}
.swiper-pagination-bullet-active {
  background: var(--black);
  opacity: 1;
}
.swiper-pagination-bullet-active span {
  display: block;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.7;
}

.swiper-horizontal > .swiper-scrollbar {
  display: none;
  position: static;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 568px) {
  .swiper-horizontal > .swiper-scrollbar {
    display: block;
    margin-top: 20px;
  }
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--black);
}

.fancybox__content > .carousel__button.is-close {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  opacity: 1;
  background: url(../images/close-button-white.svg) center no-repeat;
}
.fancybox__content > .carousel__button.is-close:hover {
  opacity: 1;
}
.fancybox__content > .carousel__button.is-close > * {
  display: none;
}

/* support class style */
.full-bg {
  border-radius: 20px;
  margin-left: calc((100vw - 1530px) / -2);
  margin-right: calc((100vw - 1530px) / -2);
  padding-left: calc((100vw - 1530px) / 2);
  padding-right: calc((100vw - 1530px) / 2);
}
@media (max-width: 1600px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .full-bg {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.light-bg {
  background: var(--bg);
}

.green-bg {
  background: url(../images/green-bg.jpg) center/cover no-repeat;
}

.animated,
.anmtli {
  opacity: 0;
}

.top-space-none {
  margin-top: 0 !important;
}

html ::-webkit-scrollbar {
  width: 10px;
  background-color: #f0f0f0;
}
html ::-webkit-scrollbar-track {
  background-color: var(--white);
  border-radius: 5px;
}
html ::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.cbc {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  body.open-nav {
    overflow: hidden;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-content {
  flex: 1;
  border-radius: 20px;
  background: var(--white);
  position: relative;
  padding-bottom: 60px;
}

.header {
  position: relative;
  z-index: 1000;
}
.header__wrap {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .header__wrap {
    height: 70px;
    gap: 10px;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__contact .header-feedback {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .header__contact .header-feedback {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__contact {
    gap: 0;
  }
  .header__contact .button {
    border: none;
    background: transparent;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.header__controls {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .header__controls {
    display: none;
  }
}
.header__nav {
  flex: 1;
}
@media (max-width: 992px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 84px;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: var(--white);
    transition: 0.3s;
    border-top: 1px solid var(--gray-element);
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .header__nav {
    top: 70px;
  }
}
@media (max-width: 992px) {
  .header__nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.header-logo img {
  display: block;
}

.header-msgr {
  padding: 0;
}
@media (max-width: 992px) {
  .header-msgr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
.header-msgr::after {
  display: none;
}
.header-msgr img {
  display: block;
}

.header-phone {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--black);
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .header-phone {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    margin-left: 10px;
    position: relative;
  }
  .header-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/icon-phone.svg") center no-repeat;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px;
  }
}
.main-nav.open {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-nav.open .main-nav__overflow {
  opacity: 1;
}
.main-nav__item {
  position: relative;
}
@media (max-width: 992px) {
  .main-nav__item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-nav__item:hover .main-nav__link {
    color: var(--yellow);
  }
  .main-nav__item:hover ._drop + .dropnav {
    display: block;
  }
}
.main-nav__link {
  display: flex;
  align-items: center;
  height: 54px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 992px) {
  .main-nav__link {
    font-size: 20px;
    height: 50px;
  }
}
.main-nav__link._drop {
  gap: 8px;
}
.main-nav__link._drop::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../images/chevrone-down.svg") center no-repeat;
}
@media (max-width: 992px) {
  .main-nav__link._drop::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-nav__link._catalog {
    gap: 20px;
    border: 1px solid var(--stroke);
    border-radius: 7px;
    padding: 0 20px 0 3px;
    height: 54px;
  }
  .main-nav__link._catalog::before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: url(../images/burger.svg) var(--yellow) center no-repeat;
  }
  .main-nav__link._catalog:hover {
    color: var(--black);
    border-color: var(--yellow);
  }
  .main-nav__link._catalog.open::before {
    background-image: url(../images/cross-white.svg);
  }
  .main-nav__link._catalog.open + .dropnav {
    display: block;
  }
}
.main-nav__link:hover {
  color: var(--yellow);
}

.dropnav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 25px;
  background: var(--white);
  padding: 12.5px 20px;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .dropnav {
    display: block;
    padding: 0 0 10px 20px;
    position: static;
    background: none;
    margin-top: 0;
  }
}
.dropnav__link {
  display: block;
  padding: 7.5px 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding-right: 20px;
  position: relative;
  transition: none;
}
@media (max-width: 992px) {
  .dropnav__link {
    font-size: 18px;
    color: var(--gray-text);
    white-space: normal;
  }
}
.dropnav__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 10px;
  height: 10px;
  background: url(../images/icon-more.svg) center no-repeat;
}
.dropnav__link:hover {
  color: var(--yellow);
}
.dropnav__link:hover::after {
  opacity: 1;
}

.section {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media (max-width: 1600px) {
  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section.full-bg {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1600px) {
  .section.full-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .section.full-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .section.full-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section:last-child {
  margin-bottom: 0;
}

.section-inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1600px) {
  .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-inner.light-bg + .light-bg {
  padding-top: 0;
}
.section-inner:last-child {
  margin-bottom: -60px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 568px) {
  .section-header {
    margin-bottom: 30px;
    gap: 15px;
  }
}
.section-header__title {
  width: 980px;
  margin: 0;
}
@media (max-width: 992px) {
  .section-header__title {
    width: 100%;
  }
  .section-header__title br {
    display: none;
  }
}
.section-header__more {
  padding-bottom: 5px;
}
@media (max-width: 568px) {
  .section-header__more {
    display: none;
  }
}
.section-header__note {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-text);
}
@media (max-width: 992px) {
  .section-header__note {
    width: 100%;
    font-size: 16px;
  }
}
.section-header__controls {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 7px;
  padding: 3px;
  background: var(--bg);
}
@media (max-width: 568px) {
  .section-header__controls {
    display: none;
  }
}

.section-footer {
  display: none;
}
@media (max-width: 568px) {
  .section-footer {
    display: block;
    margin-top: 30px;
  }
}
.section-footer .button {
  width: 100%;
  justify-content: center;
}
.section-footer .button::after {
  display: none;
}

.promo-box {
  position: relative;
  height: 856px;
  overflow: hidden;
  color: var(--white);
}
@media (max-width: 568px) {
  .promo-box {
    height: 640px;
  }
}
.promo-box .container {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
@media (max-width: 568px) {
  .promo-box .container {
    align-items: flex-end;
  }
}
.promo-box__cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.promo-box__cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0.34%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.7;
}
@media (max-width: 568px) {
  .promo-box__cover::after {
    opacity: 1;
  }
}
.promo-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-box__content {
  max-width: 500px;
}
.promo-box__note {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 15px;
}
.promo-box__intro {
  font-size: 22px;
  line-height: 125%;
  margin-top: 30px;
}
.promo-box__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .promo-box__controls {
    flex-direction: column;
    gap: 10px;
  }
  .promo-box__controls .button {
    width: 100%;
  }
}

.part-card {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 5px;
  background: var(--bg);
  padding: 50px 30px 5px 30px;
}
@media (max-width: 568px) {
  .part-card {
    display: flex;
    flex-direction: column;
    padding: 25px 20px 5px 20px;
  }
}
.part-card:hover {
  background: var(--yellow);
}
.part-card:hover img {
  transform: scale(1.05);
}
.part-card__info {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media (max-width: 568px) {
  .part-card__info {
    font-size: 14px;
    line-height: 120%;
    margin: 10px 0 0 0;
    order: 2;
  }
}
.part-card__info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 568px) {
  .part-card__info span {
    font-size: 14px;
    line-height: 120%;
  }
}
.part-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 568px) {
  .part-card__title {
    font-size: 36px;
    order: 1;
  }
}
.part-card__cover {
  margin: 35px -25px 0 -25px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 568px) {
  .part-card__cover {
    height: 240px;
    margin: 10px -15px 0 -15px;
    order: 3;
  }
}
.part-card__cover img {
  display: block;
  border-radius: 15px;
  transition: 1s;
}
@media (max-width: 568px) {
  .part-card__cover img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.part-card__params {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 4px 10px 0 10px;
  height: 32px;
  background: var(--yellow);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
}

.advantage-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 568px) {
  .advantage-card {
    border: 1px solid var(--stroke);
    border-radius: 20px;
    padding: 15px;
    flex-direction: row;
    gap: 20px;
  }
}
.advantage-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 12px;
  width: 75px;
  height: 75px;
  background: var(--yellow);
}
@media (max-width: 568px) {
  .advantage-card__icon {
    width: 48px;
    height: 48px;
  }
}
.advantage-card__icon img {
  display: block;
}
.advantage-card__wrap {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 30px;
  flex: 1;
}
@media (max-width: 568px) {
  .advantage-card__wrap {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.advantage-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 568px) {
  .advantage-card__title {
    margin-bottom: 8px;
  }
}
.advantage-card__descr {
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-text);
}
@media (max-width: 568px) {
  .advantage-card__descr {
    font-size: 16px;
    line-height: 140%;
  }
}

.about-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .about-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.about-box__header {
  width: 50%;
}
@media (max-width: 992px) {
  .about-box__header {
    width: 100%;
  }
}
.about-box__name {
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: var(--yellow);
}
@media (max-width: 992px) {
  .about-box__name {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.about-box__title {
  max-width: 470px;
}
@media (max-width: 992px) {
  .about-box__title {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about-box__text {
  width: 50%;
  max-width: 578px;
  font-size: 22px;
  line-height: 125%;
  color: var(--gray-text);
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .about-box__text {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }
}

.popup {
  display: none;
  border-radius: 0;
  max-width: 560px;
  width: 100%;
  padding: 0;
  font-family: var(--font-family);
}
@media (max-width: 568px) {
  .popup {
    padding: 24px;
  }
}

.table-scroll {
  overflow: auto;
  margin: 0 -15px;
  padding: 0 15px;
  scrollbar-width: none;
  position: relative;
  z-index: 9;
}
.table-scroll::-webkit-scrollbar {
  display: none;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--yellow);
}
.more-link::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/icon-more.svg") center no-repeat;
  transition: 0.2s;
}
.more-link:hover {
  color: var(--black);
}
.more-link:hover::after {
  background-image: url("../images/icon-more-black.svg");
}

.catalog {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .catalog {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .catalog {
    gap: 20px;
  }
}
.catalog__sidebar {
  width: 360px;
}
@media (max-width: 1200px) {
  .catalog__sidebar {
    width: auto;
  }
}
.catalog__list {
  flex: 1;
}
.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 767px) {
  .catalog-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .catalog-header__controls {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    position: relative;
    bottom: 6px;
  }
}
.catalog-header .title-h1 {
  margin-bottom: 0;
}
.catalog-header .catalog-sort {
  position: relative;
  bottom: 4px;
}
@media (max-width: 767px) {
  .catalog-header .catalog-sort {
    position: absolute;
    top: 100%;
    right: -15px;
    bottom: auto;
    z-index: 999;
    margin-top: 5px;
  }
}
.catalog-sort-box {
  position: relative;
}
.catalog-sort {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray-text);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .catalog-sort {
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    text-align: right;
    padding: 15px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.03), 0 36px 36px 0 rgba(0, 0, 0, 0.03), 0 80px 48px 0 rgba(0, 0, 0, 0.02), 0 143px 57px 0 rgba(0, 0, 0, 0), 0 223px 62px 0 rgba(0, 0, 0, 0);
  }
  .catalog-sort.open {
    display: flex;
  }
}
.catalog-sort .active {
  color: var(--yellow);
}
.catalog-filter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 25px;
}
@media (max-width: 767px) {
  .catalog-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    z-index: 1001;
    gap: 20px;
    border: none;
    display: none;
  }
  .catalog-filter.open {
    display: flex;
  }
}
.catalog-filter__title {
  display: none;
  font-family: var(--second-family);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .catalog-filter__title {
    display: block;
  }
}
.catalog-filter__close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-cross.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .catalog-filter__close {
    display: block;
  }
}

.filter-button {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../images/icon-filter.svg) center no-repeat;
}
@media (max-width: 767px) {
  .filter-button {
    display: block;
  }
}

.sort-button {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../images/icon-sorting.svg) center no-repeat;
  border: 2px solid var(--black);
  border-radius: 3px 3px 0 0;
}
@media (max-width: 767px) {
  .sort-button {
    display: block;
  }
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1200px) {
  .filter-group {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .filter-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-group__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .filter-group__title {
    margin-bottom: 0;
    position: relative;
    top: -2px;
  }
}

@media (max-width: 1200px) {
  .filter-controls {
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .filter-controls {
    align-items: flex-end;
    flex: 1;
  }
}

.filter-apply {
  width: 100%;
}

.filter-clear {
  border-radius: 7px;
  padding: 0;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  width: 100%;
  border: none;
  background: none;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .filter-clear {
    border: 1px solid var(--stroke);
  }
}
.filter-clear::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon-cross.svg) center no-repeat;
  position: relative;
  top: -1px;
  transition: 0.3s;
}
.filter-clear:hover {
  color: var(--yellow);
}
.filter-clear:hover::after {
  background-image: url(../images/icon-cross-yellow.svg);
}

.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  position: relative;
  transition: 0.3s;
  height: 100%;
}
.product-card:hover {
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.03), 0 36px 36px 0 rgba(0, 0, 0, 0.03), 0 80px 48px 0 rgba(0, 0, 0, 0.02), 0 143px 57px 0 rgba(0, 0, 0, 0), 0 223px 62px 0 rgba(0, 0, 0, 0);
  background: var(--white);
}
@media (max-width: 767px) {
  .product-card {
    border-radius: 10px;
    padding: 10px;
  }
}
.product-card__thumb {
  margin: -25px -25px 25px -25px;
}
@media (max-width: 767px) {
  .product-card__thumb {
    margin: -10px -10px 15px -10px;
  }
}
.product-card__thumb img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .product-card__thumb img {
    border-radius: 7px;
  }
}
.product-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 15px;
}
.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
@media (max-width: 767px) {
  .product-card__price {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.product-card__button {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
.product-card__button .button {
  width: 100%;
  z-index: 1;
}
.product-card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.price-current {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: var(--black-text);
}
@media (max-width: 767px) {
  .price-current {
    font-size: 20px;
  }
}

.price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: #828282;
}
@media (max-width: 767px) {
  .price-old {
    font-size: 12px;
  }
}

.pagination {
  display: flex;
  gap: 5px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .pagination {
    justify-content: center;
  }
}

.page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--stroke);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray-element);
  padding-top: 4px;
}
.page-button:hover {
  color: var(--black);
}
.page-button.active {
  background: var(--bg);
  border: none;
  color: var(--black);
}
.page-button._next, .page-button._prev {
  padding-top: 0;
}
.page-button._next::before, .page-button._prev::before {
  content: "";
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(0.6);
  transition: 0.3s;
}
.page-button._next:hover::before, .page-button._prev:hover::before {
  filter: none;
}
.page-button._next::before {
  background: url(../images/pagination-next.svg) center no-repeat;
}
.page-button._prev::before {
  background: url(../images/pagination-prev.svg) center no-repeat;
}

.propuct-page {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .propuct-page {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.propuct-page__gallery {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 992px) {
  .propuct-page__gallery {
    width: 100%;
    margin-top: 50px;
    order: 2;
  }
}
.propuct-page__info {
  width: 50%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 992px) {
  .propuct-page__info {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.propuct-page__info .typography {
  max-width: 460px;
}
.propuct-page__info .button span {
  display: block;
  width: 88px;
  text-align: center;
}
.propuct-page__descr {
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  margin-top: 100px;
  background: var(--bg);
}
@media (max-width: 992px) {
  .propuct-page__descr {
    margin-top: 50px;
    order: 3;
  }
}
@media (max-width: 568px) {
  .propuct-page__descr {
    border-radius: 15px;
    padding: 20px;
  }
}
.propuct-page__descr .typography {
  max-width: 840px;
}
.propuct-page__descr .title-h3 {
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .propuct-page__descr .title-h3 {
    margin-bottom: 20px;
  }
}

.propuct-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 15px;
}

.product-tabs-header {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--stroke-in-bg);
}
@media (max-width: 992px) {
  .product-tabs-header {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.product-tabs-header__item {
  width: 33.33%;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-element);
  padding-bottom: 10px;
}
@media (max-width: 568px) {
  .product-tabs-header__item {
    font-size: 17px;
    letter-spacing: -0.5px;
    width: auto;
  }
}
@media (max-width: 390px) {
  .product-tabs-header__item {
    font-size: 16px;
  }
}
.product-tabs-header__item.active {
  color: var(--yellow);
}
.product-tabs-header__item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--yellow);
}

.params-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0 -15px;
}
.params-list__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .params-list__item {
    width: 100%;
  }
  .params-list__item:last-child .param-item {
    border-bottom: none;
  }
}

.param-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--stroke);
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 568px) {
  .param-item {
    font-size: 15px;
  }
}
.param-item span {
  font-weight: 700;
  white-space: nowrap;
}

.file-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding: 5px 5px 5px 30px;
  background: var(--white);
}
@media (max-width: 568px) {
  .file-item {
    gap: 15px;
    padding: 5px 5px 5px 15px;
  }
}
.file-item::after {
  content: "";
  display: block;
  border-radius: 15px;
  width: 116px;
  height: 116px;
  background: url(../images/icon-file.svg) var(--bg) center no-repeat;
}
@media (max-width: 568px) {
  .file-item::after {
    width: 105px;
    height: 105px;
  }
}
.file-item__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
  flex: 1;
}
.file-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .file-item__name {
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 390px) {
  .file-item__name {
    font-size: 15px;
  }
}
.file-item__info {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  display: flex;
  align-items: baseline;
  gap: 15px;
}
@media (max-width: 992px) {
  .file-item__info {
    font-size: 15px;
  }
}
@media (max-width: 568px) {
  .file-item__info {
    font-size: 13px;
  }
}
.file-item__info span:last-child {
  color: var(--yellow);
}
.file-item:hover .file-item__name {
  color: var(--yellow);
}

.product-slider__item {
  height: auto;
}

.product-gallery {
  position: relative;
  overflow: hidden;
  order: 2;
  border: 1px solid var(--gray-stroke);
  border-radius: 15px;
  height: 700px;
  flex: 1;
}
@media (max-width: 1200px) {
  .product-gallery {
    width: calc(100% - 110px);
  }
}
@media (max-width: 992px) {
  .product-gallery {
    border: none;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
.product-gallery__item {
  position: relative;
}
.product-gallery__item::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 64px;
  height: 64px;
  background: url(../images/button-zoom.svg) center no-repeat;
}
@media (max-width: 992px) {
  .product-gallery__item::after {
    display: none;
  }
}
.product-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.product-gallery .swiper-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .product-gallery .swiper-scrollbar {
    display: block;
    margin-top: 20px;
    position: relative;
  }
}

.product-thumb-box {
  position: relative;
  order: 1;
  width: 100px;
  height: 700px;
}
@media (max-width: 1200px) {
  .product-thumb-box {
    display: none;
  }
}

.product-gallery-thumb {
  height: 700px;
  overflow: hidden;
  opacity: 0;
  border-radius: 10px;
}
.product-gallery-thumb.swiper-initialized {
  opacity: 1;
}
.product-gallery-thumb__item {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.product-gallery-thumb__item:hover {
  transition: 0.3s;
}
.product-gallery-thumb .swiper-slide-thumb-active {
  position: relative;
  padding: 3px;
}
.product-gallery-thumb .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--gray-element);
  border-radius: 10px;
}
.product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.footer {
  margin-top: -20px;
  padding-top: 20px;
  background: var(--bg-dark);
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media (max-width: 568px) {
  .footer__main {
    padding: 40px 0;
  }
}
.footer__nav {
  width: 50%;
  display: flex;
  gap: 100px;
}
@media (max-width: 1200px) {
  .footer__nav {
    display: none;
  }
}
.footer__contacts {
  width: 50%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .footer__contacts {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .footer__contacts {
    gap: 20px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  height: 94px;
  border-top: 1px solid var(--stroke-in-bg-dark);
}
@media (max-width: 568px) {
  .footer__bottom {
    padding: 20px 0;
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
  }
}

@media (max-width: 568px) {
  .footer-logo {
    width: 100%;
  }
}
.footer-logo img {
  display: block;
}
@media (max-width: 1200px) {
  .footer-logo img {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .footer-logo img {
    width: auto;
  }
}

.footer-dev {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 15px;
  line-height: 140%;
  color: #9e9e9e;
}
@media (max-width: 1200px) {
  .footer-dev {
    font-size: 13px;
  }
}
.footer-dev a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-dev img {
  display: block;
}
@media (max-width: 992px) {
  .footer-dev {
    display: none;
  }
}
@media (max-width: 568px) {
  .footer-dev {
    display: block;
  }
}

.footer-contact__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  margin-top: 7px;
}
@media (max-width: 568px) {
  .footer-contact__label {
    font-size: 14px;
    font-weight: 400;
  }
}
.footer-contact__addr {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
}
@media (max-width: 568px) {
  .footer-contact__addr {
    font-size: 18px;
  }
}
.footer-contact__addr2 {
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
.footer-contact__email {
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  flex: 1;
}
@media (max-width: 1200px) {
  .footer-info {
    font-size: 14px;
    gap: 15px;
  }
}
@media (max-width: 568px) {
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.footer-info a {
  text-decoration: underline;
}
.footer-info a:hover {
  text-decoration: none;
}

.footer-msgr {
  display: block;
}
.footer-msgr img {
  display: block;
}

.footer-feedback {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 568px) {
  .footer-feedback {
    position: static;
  }
}

.footer-nav__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: var(--gray-element);
  margin-bottom: 20px;
}
.footer-nav__item {
  margin-bottom: 15px;
}
.footer-nav__item:last-child {
  margin-bottom: 0;
}
.footer-nav__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.footer-nav__link:hover {
  color: var(--yellow);
}

.footer-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-phone {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin-right: 5px;
}
@media (max-width: 568px) {
  .footer-phone {
    font-size: 28px;
  }
}
.footer-phone a:hover {
  color: var(--yellow);
}/*# sourceMappingURL=style.css.map */