:root {
  --main-bg-color: #0d0d0d;
  --primary-color: #ffffff;
  --black: #0d0d0d;
  --white: #fff;
  --red: #bf0b21;
  --gray-text: #616161;
  --gray-element: #ababab;
  --stroke: #e3e7eb;
  --bg: #f3f3f3;
  --gray-element-in-black: #616161;
  --stroke-in-black: #2a2a2a;
  --bg-element-in-black: #191919;
  --gray-text-in-black: #ababab;
  --coloryellow: #dfae2e;
  --body-font-size: 18px;
  --font-family: "Commissioner", sans-serif;
  --second-family: "Bounded", 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.2s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

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);*/
   color: black;
}

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);
  line-height: 1;
}
@media (max-width: 568px) {
  .title-h1,
  .title-h2,
  .title-h3 {
    line-height: 1.1;
  }
}

.title-h1 {
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .title-h1 {
    font-size: 54px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .title-h1 {
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .title-h1 {
    font-size: 24px;
  }
}

.title-h2 {
  font-size: 58px;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}
@media (max-width: 390px) {
  .title-h2 {
    font-size: 28px;
  }
}

.title-h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 20px;
  font-family: var(--font-family);
}
@media (max-width: 992px) {
  .title-h3 {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 24px;
  }
}

.cms_submit,
.button {
  cursor: pointer;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0 28px;
  height: 56px;
  text-decoration: none;
  min-width: 56px;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 0;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
}
.cms_submit::after,
.button::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: url(../../images/button-decor.svg) center no-repeat;
}
.cms_submit:hover,
.button:hover {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
}
.cms_submit:hover::after,
.button:hover::after {
  opacity: 1;
}
.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._dark,
.button._dark {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.cms_submit._dark:hover,
.button._dark:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.cms_submit._white,
.button._white {
  border: 1px solid var(--stroke);
  color: var(--color);
  background-color: transparent;
}
.cms_submit._white:hover,
.button._white:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.typography {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 568px) {
  .typography {
    font-size: 16px;
    line-height: 1.7;
  }
}
.typography h1, .typography h2, .typography h3, .typography h4 {
  line-height: 150%;
}
.typography h2 {
  font-family: var(--second-family);
  font-size: 40px;
  line-height: 120%;
  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-weight: 600;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .typography h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography p {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px;
}
@media (max-width: 568px) {
  .typography p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography ul {
  margin-bottom: 20px;
  padding-left: 10px;
}
.typography ul li {
  font-size: 18px;
  line-height: 150%;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 568px) {
  .typography ul li {
    font-size: 16px;
    line-height: 1.7;
  }
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: var(--red);
  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: 18px;
  line-height: 150%;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.7;
  }
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography a {
  color: var(--red);
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-text);
  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-text);
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    color: var(--white);
  }
}
.breadcrumb span {
  white-space: nowrap;
  color: var(--white);
}

.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;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  text-align: left;
  background: white;
  border: 1px solid #cfcfcf;
}
.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);
}
.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: 500;
  font-size: 14px;
  line-height: 140%;
  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(--white);
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--white);
  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(--white);
}
.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: 58px;
  height: 58px;
  border: none;
  background: var(--red);
  transition: none;
  border: none;
  margin: 0;
}
.swiper-button:after {
  content: "";
  width: 58px;
  height: 58px;
  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: rgba(255, 255, 255, 0.05);
}
.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;
  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: 0px;
  top: -36px;
  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 {
  margin-left: calc((100vw - 1550px) / -2);
  margin-right: calc((100vw - 1550px) / -2);
  padding-left: calc((100vw - 1550px) / 2);
  padding-right: calc((100vw - 1550px) / 2);
}
@media (max-width: 1600px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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;
  }
}

.white-bg {
  background: var(--white);
}

.red-bg {
  background: var(--red);
}

.animated,
.anmtli {
  opacity: 0;
}

.top-space-none {
  margin-top: 0 !important;
}

.cbc {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  body.open-nav {
    overflow: hidden;
  }
  body.open-nav .header {
    background: var(--black);
  }
}

.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;
  background: url(../../images/page-decor-01.jpg) right center no-repeat;
}
.page-content._inner {
  background: url(../../images/page-decor-02.jpg) right top no-repeat;
}

.header {
  position: relative;
  z-index: 1000;
}
.header__wrap {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .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: 5px;
}
.header__contact .header-feedback {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .header__contact .header-feedback {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__contact {
    gap: 0;
  }
  .header__contact .header-phone {
    border: none;
    background: transparent;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .header__contact .header-msgr {
    border: none;
    background: transparent;
    width: 48px;
    min-width: 48px;
    height: 48px;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
.header__controls {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .header__controls {
    display: none;
  }
}
@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(--black);
    transition: 0.3s;
    border-top: 1px solid var(--stroke-in-black);
    overflow: auto;
    scrollbar-width: none;
  }
  .header__nav::-webkit-scrollbar {
    display: none;
  }
}
@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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.05);
}
.header-msgr:hover {
  background: var(--red);
}

.header-phone {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .header-phone {
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    justify-content: center;
    gap: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    margin-right: 0;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.05);
  }
  .header-phone::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../../images/icon-phone.svg") center no-repeat;
  }
}
.header-phone:hover {
  opacity: 0.7;
}

.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 {
    opacity: 0.7;
  }
  .main-nav__item:hover .dropnav {
    display: block;
  }
}
.main-nav__link {
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}
@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;
  }
}
.main-nav__link:hover {
  opacity: 0.7;
}
.main-nav__link.active {
  color: var(--red);
}

.dropnav {
  display: none;
  position: absolute;
  left: -30px;
  top: 100%;
  background: var(--black);
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .dropnav {
    display: block;
    padding: 0 0 10px 20px;
    position: static;
    background: none;
  }
}
.dropnav__link {
  display: block;
  padding: 5px 0;
  color: var(--white);
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 992px) {
  .dropnav__link {
    font-size: 18px;
    white-space: normal;
  }
}
.dropnav__link:hover {
  opacity: 0.7;
}

.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:last-child {
  margin-bottom: 0;
}
.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-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-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: 20px;
    gap: 15px;
  }
}
.section-header .title-h2 {
  width: 50%;
  margin: 0;
}
@media (max-width: 992px) {
  .section-header .title-h2 {
    width: 100%;
  }
  .section-header .title-h2 br {
    display: none;
  }
}
.section-header__controls {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  top: -10px;
}
@media (max-width: 568px) {
  .section-header__controls {
    display: none;
  }
}

.section-title {
  width: 50%;
  max-width: 720px;
  margin: 0;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .section-title {
    width: 100%;
  }
  .section-title br {
    display: none;
  }
}
@media (max-width: 568px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.promo-box {
  position: relative;
  height: 836px;
  overflow: hidden;
  margin-top: -88px;
}
@media (max-width: 568px) {
  .promo-box {
    margin-top: -70px;
    height: auto;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.promo-box .container {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 70px;
  height: 100%;
}
.promo-box__cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.promo-box__cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
}
@media (max-width: 568px) {
  .promo-box__cover::after {
    background: linear-gradient(135deg, #0d0d0d 0%, rgba(13, 13, 13, 0.7) 100%);
  }
}
.promo-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-box__content {
  max-width: 730px;
}
.promo-box__content br {
  display: none;
}
.promo-box__intro {
  font-size: 18px;
  line-height: 150%;
}
.promo-box__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  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%;
  }
}

.service-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .service-list .col-lg-12 {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .service-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-list .more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: var(--bg);
  height: 228px;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--bg);
}
@media (max-width: 568px) {
  .service-card {
    height: 180px;
    padding: 12px;
  }
}
.service-card__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
}
@media (max-width: 568px) {
  .service-card__title {
    font-size: 16px;
    line-height: 140%;
  }
}
.service-card__icon img {
  display: block;width:45px;
}
@media (min-width: 992px) {
  .service-card:hover {
    background: var(--white);
    border-color: var(--red);
  }
}
.service-card-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
  margin-top: 15px;
}
@media (max-width: 568px) {
  .service-card-note {
    display: none;
  }
}

.about-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-box {
    flex-direction: column;
    gap: 40px;
  }
}
.about-box::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -70px;
  width: 469px;
  height: 469px;
  background: url(../../images/about-decor.svg);
}
@media (max-width: 992px) {
  .about-box::before {
    opacity: 0.5;
  }
}
.about-box__title {
  max-width: 720px;
  position: relative;
}
.about-box__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 490px;
  min-height: 250px;
  padding-right: 45px;
  font-size: 22px;
  line-height: 125%;
  color: var(--white);
  position: relative;
}
@media (max-width: 1200px) {
  .about-box__text {
    width: auto;
    min-height: auto;
  }
}
.about-box .label-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about-box .label-text {
    display: none;
  }
}

.advantages-box {
  min-height: 920px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .advantages-box {
    min-height: 640px;
  }
}

.advantages-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .advantages-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .advantages-list {
    gap: 15px;
    flex-direction: column;
  }
}
.advantages-list__item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .advantages-list__item {
    width: 100%;
  }
}

.advantages-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-height: 250px;
  background: var(--white);
}
@media (max-width: 1200px) {
  .advantages-card {
    padding: 20px;
    min-height: 220px;
  }
}
.advantages-card__num {
  flex: 1;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: var(--red);
}
@media (max-width: 1200px) {
  .advantages-card__num {
    font-size: 40px;
  }
}
.advantages-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .advantages-card__title {
    font-size: 18px;
  }
}
.advantages-card__descr {
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-text);
  margin-top: 10px;
}

.label-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.service-slider-box {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-slider-box__note {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-element);
}
@media (max-width: 568px) {
  .service-slider-box__note {
    display: none;
  }
}

@media (min-width: 992px) {
  .service-slider {
    overflow: hidden;
  }
}

.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(--red);
}
.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");
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-header {
    flex-direction: column;
  }
}
.page-header__wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-header__wrap {
    width: 100%;
    color: var(--white);
    padding: 40px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 568px) {
  .page-header__wrap {
    padding: 24px 0;
  }
}
.page-header__cover {
  width: 50%;
}
@media (max-width: 992px) {
  .page-header__cover {
    width: auto;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    right: -20px;
  }
  .page-header__cover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    opacity: 0.5;
  }
}
.page-header__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  margin-bottom: 30px;
  max-width: 680px;
}
.page-header__intro {
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-element);
  max-width: 480px;
}
@media (max-width: 992px) {
  .page-header__intro {
    color: var(--white);
  }
}
.page-header__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .page-header__controls {
    flex-direction: column;
    gap: 10px;
  }
  .page-header__controls .button {
    width: 100%;
  }
}

.feedback-box {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 536px;
  background: var(--red);
  position: relative;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
}
@media (max-width: 568px) {
  .feedback-box {
    min-height: 0;
    padding: 24px;
    margin-bottom: -60px;
  }
}
.feedback-box__cover {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .feedback-box__cover {
    display: none;
  }
}
.feedback-box__cover img {
  display: block;
}
.feedback-box__header {
  flex: 1;
  max-width: 685px;
}
.feedback-box__text {
  font-size: 22px;
  line-height: 125%;
  max-width: 480px;
  margin-top: 30px;
}
@media (max-width: 568px) {
  .feedback-box__text {
    margin-top: 20px;
  }
}
.feedback-box__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 685px;
  margin: -5px;
}
.feedback-box__form .forms-field {
  width: 50%;
  padding: 5px;
}
@media (max-width: 568px) {
  .feedback-box__form .forms-field {
    width: 100%;
  }
}
.feedback-box__form .button {
  width: 100%;
}
@media (max-width: 568px) {
  .feedback-box__form .button {
    margin-top: 20px;
  }
}
.feedback-box__form .checkbox {
  color: var(--white);
}

.price-list {
  min-width: 100%;
  margin: 30px 0;
}
@media (max-width: 568px) {
  .price-list {
    margin: 30px -15px;
  }
}
.price-list tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.05);
}
.price-list th {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  padding: 0 30px 15px 30px;
}
@media (max-width: 992px) {
  .price-list th {
    font-size: 16px;
    padding: 0 20px 15px 20px;
  }
}
@media (max-width: 568px) {
  .price-list th {
    font-size: 14px;
  }
}
.price-list th:first-child {
  padding-right: 0;
}
.price-list th:last-child {
  padding-left: 0;
}
.price-list td {
  padding: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
}
@media (max-width: 992px) {
  .price-list td {
    font-size: 18px;
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .price-list td {
    font-size: 16px;
  }
}
.price-list td:first-child {
  padding-right: 0;
  font-weight: 400;
}
.price-list td:last-child {
  padding-left: 0;
}
@media (max-width: 568px) {
  .price-list td:last-child {
    text-align: right;
    white-space: nowrap;
  }
}

.info-text {
  max-width: 510px;
}

.info-box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  height: 100%;
}
@media (max-width: 568px) {
  .info-box {
    padding: 20px;
  }
}
.info-box__text {
  max-width: 470px;
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .info-box__text {
    font-size: 16px;
  }
}
.info-box__text:last-child {
  margin-bottom: 0;
}
.info-box__params {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 568px) {
  .info-box__params {
    gap: 10px;
  }
}
.info-box__params li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 568px) {
  .info-box__params li {
    font-size: 16px;
  }
}
.info-box__params li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}
.info-box__num {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: var(--red);
  font-family: var(--second-family);
}
@media (max-width: 568px) {
  .info-box__num {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
}

.photo-slider {
  margin-top: 50px;
  position: relative;
  margin-left: calc((100vw - 1550px) / -2);
  margin-right: calc((100vw - 1550px) / -2);
}
@media (max-width: 1600px) {
  .photo-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1200px) {
  .photo-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 568px) {
  .photo-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.photo-slider__item img {
  display: block;
  width: 100%;
  height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (max-width: 568px) {
  .photo-slider__item img {
    height: 420px;
  }
}
.photo-slider__controls {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: calc((100vw - 1550px) / 2);
  margin-right: calc((100vw - 1550px) / 2);
}
@media (max-width: 1600px) {
  .photo-slider__controls {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .photo-slider__controls {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 568px) {
  .photo-slider__controls {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.photo-slider__controls-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 568px) {
  .photo-slider__controls {
    display: none;
  }
}
.photo-slider .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.photo-slider .swiper-scrollbar-drag {
  background: var(--white) !important;
}

.swiper-num {
  font-weight: 600;
  font-size: 18px;
}
.swiper-num span {
  font-weight: 700;
  font-size: 52px;
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: var(--black);
  padding: 40px;
  background: var(--white);
}
@media (max-width: 568px) {
  .contact-box {
    gap: 15px;
    padding: 15px;
    margin-top: 30px;
  }
}
.contact-box__item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-box-phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
}
@media (max-width: 568px) {
  .contact-box-phone {
    font-size: 28px;
  }
}
.contact-box-addr {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
}
@media (max-width: 568px) {
  .contact-box-addr {
    font-size: 18px;
  }
}
.contact-box-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-element);
}

.wtime {
  display: flex;
  align-items: center;
  gap: 25px;
}
.wtime__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 568px) {
  .wtime__item {
    font-size: 16px;
  }
}
.wtime__item span {
  color: var(--gray-element);
}

.footer {
  background: var(--black);
}
.footer a:not(.button):hover {
  color: var(--red);
}
.footer__main {
  display: flex;
  padding: 60px 0;
}
@media (max-width: 568px) {
  .footer__main {
    padding: 40px 0;
  }
}
.footer__nav {
  display: flex;
  width: 50%;
  gap: 80px;
}
@media (max-width: 1200px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 50%;
}
.footer__contacts {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  text-align: right;
}
@media (max-width: 1200px) {
  .footer__contacts {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .footer__contacts {
    gap: 20px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  border-top: 1px solid var(--stroke-in-black);
}
@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: var(--gray-text);
}
@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-text);
  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__email {
  font-size: 16px;
  line-height: 140%;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: var(--gray-text);
}
@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-msgr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media (max-width: 1200px) {
  .footer-msgr {
    justify-content: flex-start;
  }
}
.footer-msgr__item {
  border: none;
  padding: 0;
}
.footer-msgr__item::after {
  display: none;
}

.footer-feedback {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 1200px) {
  .footer-feedback {
    justify-content: flex-start;
  }
}
.footer-feedback .button:hover {
  background: rgba(255, 255, 255, 0.05);
}

.footer-nav__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--gray-text);
}
.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(--red);
}

.footer-phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
}
@media (max-width: 568px) {
  .footer-phone {
    font-size: 28px;
  }
}
.footer-phone a:hover {
  color: var(--red);
}

#backcall.pop.forms {
 max-width: 500px;
}

#zadat_vopros.pop.forms {
 max-width: 500px;
}


.error {
  border: solid 1px red!important;
}

.pop {
  display:none;
}
.dropnav__item.active a.dropnav__link {
  color:red;
}

.wrap input {
  margin-bottom:12px;
}

.footer-nav__item a.footer-nav__link.active {
color: var(--red);
}

.gh {
  margin-top: 9px;
  margin-bottom: 18px;
}
.w100 {max-width:100%}
.descr_block {margin:0 0 60px;}

.descr_block p {font-size: 18px;line-height: 150%;margin: 0 0 10px;}
.descr_block li {margin-left: 20px;}
.descr_block a {color: var(--blue);}
.descr_block a:hover {color:var(--black) !important;}

.phones {margin-bottom:15px}
.phones a {color:#bf0b21}
.phones a:hover {color:#000}

.white-bg .more-link {color:#000}

.gallery {display:flex;justify-content: space-between;gap: 20px;flex-wrap: wrap;}
.gallery a {display:block;}
.gallery img {width:100%}
@media (max-width: 1370px) {
.gallery a {width:31%;}
}
@media (max-width: 768px) {
.gallery a {width:100%;}
}
/* Stylesheet: Стиль Modified On 2026-01-20 12:27:19 */
