@charset "UTF-8";
:root {
  --main-bg-color: #ffffff;
  --primary-color: #24292c;
  --black: #24292c;
  --white: #fff;
  --blue: #175884;
  --red: #ec414b;
  --stroke: #f4f4f4;
  --bg: #f5f5f5;
  --grey: #868686;
  --bg-2: #f9f9f9;
  --stroke-in-white: #e4e5e5;
  --stroke-in-bg: #dbdcdc;
  --body-font-size: 18px;
  --font-family: "Onest", sans-serif;
  --second-family: "Onest", 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);
}

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: 60px;
  font-weight: 500;
  margin-bottom: 50px;
}
@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: 38px;
    line-height: 1.1;
  }
}

.title-h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@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: 500;
  font-size: 25px;
  line-height: 140%;
  background: linear-gradient(133deg, #ec414b 0%, #891680 58.17%, #175884 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family);
}
@media (max-width: 1200px) {
  .title-h3 {
    font-size: 20px;
  }
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 18px;
  }
}

.cms_submit,
.button {
  cursor: pointer;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px 35px;
  height: 80px;
  text-decoration: none;
  min-width: 80px;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 1200px) {
  .cms_submit,
  .button {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .cms_submit,
  .button {
    font-size: 14px;
  }
}
.cms_submit span,
.button span {
  color: rgba(255, 255, 255, 0.5);
}
.cms_submit:hover,
.button:hover {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--blue);
}
.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._blue,
.button._blue {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.cms_submit._blue:hover,
.button._blue:hover {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.cms_submit._white,
.button._white {
  border: 1px solid var(--white);
  color: var(--black);
  background-color: var(--white);
}
.cms_submit._white:hover,
.button._white:hover {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--white);
}
.cms_submit._add,
.button._add {
  padding: 10px 25px;
}
.cms_submit._add::after,
.button._add::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-add.svg);
  background-repeat: no-repeat;
}
.cms_submit._lk,
.button._lk {
  padding: 10px 25px;
}
.cms_submit._lk::after,
.button._lk::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-user.svg);
  background-repeat: no-repeat;
}
.cms_submit._mini,
.button._mini {
  text-transform: none;
  padding: 10px 25px;
}

.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;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
}
@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-size: 18px;
  line-height: 150%;
  color: var(--grey);
  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(--grey);
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    color: var(--red);
  }
}
.breadcrumb span {
  white-space: nowrap;
  color: var(--red);
}

.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: 62px;
  padding: 0 20px;
  font-family: var(--font-family);
  font-size: 18px;
  color: var(--black);
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--blue);
}
.forms select:focus,
.forms textarea:focus,
.forms input[type=text]:focus,
.forms input[type=password]:focus,
.forms input[type=email]:focus,
.forms input[type=tel]:focus {
  outline: none;
}
.forms textarea {
  padding: 20px;
  resize: none;
  height: 120px;
}
@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) transparent right 18px center no-repeat;
}
@media (max-width: 1200px) {
  .forms select {
    background-position: right 15px center;
  }
}
.forms select option {
  color: var(--blue);
}
.forms select option:disabled {
  display: none;
}
.forms .jq-selectbox {
  width: 100%;
}
.forms .lable-field {
  position: relative;
}
.forms .lable-field select,
.forms .lable-field textarea,
.forms .lable-field input {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
}
.forms .lable-field select.active + label, .forms .lable-field select:focus + label,
.forms .lable-field textarea.active + label,
.forms .lable-field textarea:focus + label,
.forms .lable-field input.active + label,
.forms .lable-field input:focus + label {
  font-size: 13px;
  top: -5px;
  transform: none;
}
.forms .lable-field label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 140%;
  color: var(--gray-element);
  margin: 0 !important;
  opacity: 0.5;
}
.forms._white select,
.forms._white textarea,
.forms._white input[type=text],
.forms._white input[type=password],
.forms._white input[type=email],
.forms._white input[type=tel] {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}
.forms._white .lable-field {
  color: var(--white);
}

.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: 20px;
  height: 20px;
  background: var(--white);
  border: none;
  border-radius: 6px;
}
.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox sup {
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url(../images/checkbox.svg) center no-repeat;
  margin-right: 12px;
}
.checkbox input:checked ~ sup {
  background: url(../images/checkbox-active.svg) center no-repeat;
}
.checkbox a {
  border-bottom: 1px dashed;
}
.checkbox a:hover {
  border-bottom: 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;
  gap: 10px;
}

.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 {
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: auto;
  right: 30px;
  top: 30px;
  opacity: 0.5;
  padding-right: 25px;
  background: url(../images/close-button-white.svg) right center no-repeat;
}
.fancybox__content > .carousel__button.is-close::before {
  content: "закрыть";
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}
.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 - 1520px) / -2);
  margin-right: calc((100vw - 1520px) / -2);
  padding-left: calc((100vw - 1520px) / 2);
  padding-right: calc((100vw - 1520px) / 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);
}

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

.white-box {
  padding: 40px;
  background: var(--white);
}
@media (max-width: 568px) {
  .white-box {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 20px;
  }
}

.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(--blue);
  }
}

.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;
}
/* ===== Единый "как на главной" внешний вид шапки для main и inner ===== */
.header--main,
.header--inner {
    color: var(--white);
}

/* пункты меню белые (на десктопе тоже) */
.header--main .main-nav__link,
.header--inner .main-nav__link {
    color: var(--white);
}

/* счётчики — как на главной (не серые) */
.header--main .header-informer__count,
.header--inner .header-informer__count {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

/* светлая кнопка — как на главной (белая) */
.header--main .button._light,
.header--inner .button._light {
    background: var(--white);
    border-color: var(--white);
    color: var(--black);
}

.header--main .button._light:hover,
.header--inner .button._light:hover {
    background: var(--blue);
    border-color: var(--white);
    color: var(--white);
}

/* ===== Отличие только фоном ===== */
.header--main {
    background: transparent; /* как на главной */
}

.header--inner {
    background: var(--blue); /* на внутренних — синий фон */
}

/* страховка: если где-то появится фон у nav/main-nav */

@media (min-width: 992px) {
  .header--inner .header__nav,
  .header--inner .main-nav {
      background: transparent;
  }
}
.header {
  position: relative;
  z-index: 1000;
  height: 170px;
}
@media (max-width: 992px) {
  .header {
    height: 95px;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .header__top {
    height: 95px;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
}
.header__informer {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1600px) {
  .header__informer {
    gap: 20px;
  }
}
@media (max-width: 1330px) {
  .header__informer {
    display: none;
  }
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .header__contact {
    display: none;
  }
}
@media (max-width: 1600px) {
  .header__contact .button {
    font-size: 16px;
    padding: 0 20px;
    height: 70px;
  }
}
.header__controls {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .header__controls {
    display: none;
  }
}
.header__nav {
  position: relative;
}
.header__nav::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1000px;
  right: -1000px;
  height: 1px;
  opacity: 0.15;
  background: var(--white);
}
@media (max-width: 992px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 105px;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: 0.3s;
    border-top: 1px solid var(--stroke-in-black);
    overflow: auto;
    scrollbar-width: none;
    background: var(--blue);
  }
  .header__nav::-webkit-scrollbar {
    display: none;
  }
  .header__nav.open {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 568px) {
  .header__nav {
    top: 95px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.header-logo__img {
  display: block;
}
.header-logo__text {
  width: 200px;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .header-logo__text {
    font-size: 12px;
    width: 170px;
  }
}

.header-informer {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .header-informer {
    font-size: 16px;
  }
}
.header-informer__title {
  margin-right: 15px;
}
.header-informer__count {
  display: flex;
  align-items: center;
  height: 45px;
  background: var(--bg);
  border-radius: 50px;
  padding: 0px 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .header-informer__count {
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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.4;
  }
  .main-nav__item:hover .dropnav {
    display: block;
  }
}
.main-nav__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .main-nav__link {
    font-size: 20px;
    height: 50px;
  }
}
.main-nav__link:hover {
  opacity: 0.7;
}
.main-nav__link.active {
  color: var(--red);
}

.section {
  margin-top: 150px;
  margin-bottom: 150px;
}
@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: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1600px) {
  .section-inner {
    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 > .white-box {
  margin-bottom: -60px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .section-header {
    margin-bottom: 40px;
  }
}
.section-header._bottom {
  align-items: flex-end;
}
@media (max-width: 992px) {
  .section-header._bottom {
    align-items: flex-start;
  }
}
@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 {
  margin: 0;
}
.section-header__title {
  width: 60%;
  margin: 0;
}
@media (max-width: 992px) {
  .section-header__title {
    width: 100%;
  }
}
.section-header__controls {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media (max-width: 568px) {
  .section-header__controls {
    display: none;
  }
}

.section-footer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 568px) {
  .section-footer {
    margin-top: 40px;
  }
  .section-footer .button {
    width: 100%;
  }
}

.promo-box {
  position: relative;
  height: 950px;
  max-height: 100vh;
  min-height: 800px;
  overflow: hidden;
  margin-top: -170px;
  color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 568px) {
  .promo-box {
    height: auto;
    margin-top: -95px;
    padding-top: 140px;
    min-height: 0;
  }
}
.promo-box .container {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 130px;
  height: 100%;
}
@media (max-height: 860px) {
  .promo-box .container {
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .promo-box .container {
    padding-bottom: 40px;
  }
}
.promo-box__content {
  max-width: 730px;
}
.promo-box__content br {
  display: none;
}
@media (max-width: 568px) {
  .promo-box__title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .promo-box__title {
    font-size: 32px;
  }
}
.promo-box__descr {
  max-width: 515px;
}
@media (max-height: 860px) {
  .promo-box__descr p {
    margin-bottom: 10px;
  }
}
.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%;
  }
}
.promo-box__info {
  position: absolute;
  right: 40px;
  top: 285px;
}
@media (max-width: 992px) {
  .promo-box__info {
    position: static;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.promo-info {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .promo-info {
    font-size: 16px;
  }
}
.promo-info span {
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .promo-info span {
    font-size: 52px;
  }
}
@media (max-width: 568px) {
  .promo-info span {
    font-size: 48px;
  }
}

.informer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 254px;
  padding: 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.informer._left-corner {
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
}
@media (max-width: 1200px) {
  .informer._left-corner {
    clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 568px) {
  .informer._left-corner {
    clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  }
}
.informer._right-corner {
  clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 1200px) {
  .informer._right-corner {
    clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 568px) {
  .informer._right-corner {
    clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1600px) {
  .informer {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .informer {
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    height: auto;
    padding: 30px;
  }
  .informer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
}
.informer__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 685px;
  position: relative;
  color: var(--white);
}
.informer__text .title-h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: var(--white);
}
.informer-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .informer-title {
    font-size: 32px;
    line-height: 120%;
  }
}
.informer-note {
  font-size: 18px;
  line-height: 150%;
}
.informer .button:hover {
  color: var(--red);
  background-color: var(--white);
  border-color: transparent;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .partner-list {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .partner-list {
    margin: -7.5px;
  }
}
.partner-list__item {
  width: 20%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .partner-list__item {
    padding: 10px;
    width: 25%;
  }
}
@media (max-width: 992px) {
  .partner-list__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .partner-list__item {
    padding: 7.5px;
    width: 50%;
  }
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 160px;
  background: var(--bg);
  clip-path: polygon(100% 0, 100% 100%, 40px 100%, 0% calc(100% - 40px), 0 0);
  padding: 20px;
}
@media (max-width: 1200px) {
  .partner-card {
    height: 120px;
    clip-path: polygon(100% 0, 100% 100%, 20px 100%, 0% calc(100% - 20px), 0 0);
  }
}
@media (max-width: 992px) {
  .partner-card {
    padding: 10px;
  }
}
.partner-card img {
  display: block;
  transition: 0.8s;
  max-width: 100px;
}
.partner-card:hover {
  background-color: var(--stroke-in-white);
}
.partner-card:hover img {
  transform: scale(1.05);
}

.invite-box {
  position: relative;
  max-height: 741px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .invite-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.invite-box__text {
  width: 50%;
  max-width: 635px;
}
@media (max-width: 992px) {
  .invite-box__text {
    width: auto;
    max-width: initial;
  }
}
@media (max-width: 568px) {
  .invite-box__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.invite-box__title {
  color: var(--white);
  margin-bottom: 30px;
}
.invite-box__descr {
  color: var(--white);
  margin-bottom: 70px;
  line-height: 150%;
}
@media (max-width: 568px) {
  .invite-box__descr {
    margin-bottom: 40px;
  }
}
.invite-box__stat {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  left: 57%;
  bottom: 120px;
  border-radius: 3px 0 0 3px;
  width: 237px;
  height: 112px;
  background: var(--white);
  clip-path: polygon(calc(100% - 35px) 0, 100% 35px, 100% 100%, 0 100%, 0 0);
  color: var(--blue);
  padding: 20px;
}
@media (max-width: 1200px) {
  .invite-box__stat {
    bottom: 60px;
    right: 20px;
    left: auto;
  }
}
@media (max-width: 568px) {
  .invite-box__stat {
    height: auto;
    width: auto;
    padding: 20px;
    position: static;
    order: 3;
  }
}
.invite-box__stat span {
  font-size: 60px;
  font-weight: 300;
}
@media (max-width: 568px) {
  .invite-box__stat span {
    font-size: 40px;
    width: 65px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .invite-box__controls {
    order: 4;
    margin-top: 20px;
  }
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-card__data {
  line-height: 150%;
  color: var(--grey);
  margin-bottom: 10px;
}
.news-card__title {
  flex: 1;
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1200px) {
  .news-card__title {
    font-size: 20px;
  }
}
.news-card__img {
  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
}
.news-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card img {
  display: block;
  transition: 0.8s;
}
.news-card:hover {
  color: var(--blue);
}
.news-card:hover img {
  transform: scale(1.05);
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 40px 40px 105px;
  background: var(--bg);
}
@media (max-width: 1200px) {
  .review-card {
    padding: 30px 30px 30px 90px;
  }
}
@media (max-width: 568px) {
  .review-card {
    padding: 30px 30px 30px 80px;
  }
}
.review-card::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 34px;
  height: 29px;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .review-card::before {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 992px) {
  .review-card::before {
    left: 20px;
  }
}
.review-card__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .review-card__title {
    font-size: 20px;
  }
}
.review-card__text {
  flex: 1;
  line-height: 150%;
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .review-card__text {
    font-size: 16px;
  }
}
.review-card__info {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 45px;
  border-radius: 50px;
  padding: 9px 17px;
  font-size: 18px;
  color: var(--blue);
  line-height: 140%;
  background: var(--white);
}
@media (max-width: 1200px) {
  .review-card__info {
    font-size: 16px;
  }
}

.map-box {
  padding-top: 83px;
  padding-bottom: 83px;
  position: relative;
  background: var(--bg);
}

.map-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contacts-box {
  position: relative;
  display: inline-block;
  z-index: 99;
  max-width: 567px;
  padding: 40px 60px;
  background: linear-gradient(90deg, rgb(236, 65, 75), rgb(137, 22, 128) 46%, rgb(23, 88, 132));
  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 1200px) {
  .contacts-box {
    padding: 30px 40px;
  }
}
@media (max-width: 992px) {
  .contacts-box {
    padding: 30px;
    clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  }
}
.contacts-box__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .contacts-box__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .contacts-box__title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}

.label-contacts {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.6;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .label-contacts {
    margin-bottom: 5px;
  }
}
@media (max-width: 568px) {
  .label-contacts {
    font-size: 12px;
  }
}

.text-contacts {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: var(--white);
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .text-contacts {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .text-contacts {
    font-size: 18px;
  }
}
.text-contacts a:hover {
  opacity: 0.7;
}

.button-msgr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  padding: 0;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 568px) {
  .button-msgr {
    width: 40px;
    height: 40px;
  }
}
.button-msgr img {
  display: block;
}
@media (max-width: 568px) {
  .button-msgr img {
    width: 20px;
  }
}
.button-msgr:hover {
  background: var(--red);
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 80px;
  border-radius: 3px;
  padding: 0 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  transition: 0.3s;
  filter: grayscale(100%);
}
@media (max-width: 1200px) {
  .tab-button {
    font-size: 16px;
    padding: 0 20px;
    height: 60px;
  }
}
.tab-button.active {
  opacity: 1;
  background: var(--bg);
  filter: none;
}
.tab-button:hover {
  filter: none;
}
.tab-button::before {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.tab-button._list::before {
  content: "";
  background-image: url(../images/icon-list.svg);
}
.tab-button._map::before {
  content: "";
  background-image: url(../images/icon-map.svg);
}

.city-map {
  height: 660px;
}
@media (max-width: 1200px) {
  .city-map {
    height: 480px;
  }
}
@media (max-width: 568px) {
  .city-map {
    height: 320px;
  }
}

.city-list {
  -moz-columns: 5;
       columns: 5;
}
@media (max-width: 1200px) {
  .city-list {
    -moz-columns: 4;
         columns: 4;
  }
}
@media (max-width: 992px) {
  .city-list {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 767px) {
  .city-list {
    -moz-columns: 2;
         columns: 2;
  }
}
.city-list__group {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.city-group {
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .city-group {
    gap: 10px;
    flex-direction: column;
  }
}
.city-group__letter {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var(--red);
}
.city-group__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.city-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .city-item {
    font-size: 16px;
  }
}
.city-item a:hover {
  color: var(--red);
}
.city-item span {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey);
}

.popup {
  display: none;
  border-radius: 0;
  padding: 80px 60px;
  max-width: 706px;
  width: 100%;
  font-family: var(--font-family);
  color: var(--white);
  background: var(--blue);
}
@media (max-width: 568px) {
  .popup {
    padding: 24px;
  }
}
.popup-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 140%;
  margin: 0 0 15px;
}
.popup-note {
  font-size: 18px;
  line-height: 150%;
}
.popup-form {
  margin-top: 60px;
}
.popup-form:first-child {
  margin-top: 0;
}
.popup-form .button {
  width: 100%;
}

#order {
  max-width: 750px;
}

#successful {
  max-width: 568px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../images/successful-decor.png);
}

.checkbox-confirm {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.checkbox-confirm a {
  color: var(--white);
}

.forms-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
.forms-footer__controls {
  display: flex;
  gap: 15px;
}

.page-header {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 568px) {
  .page-header {
    margin-bottom: 30px;
  }
}
.page-header .title-h1 {
  margin-bottom: 0;
}
.page-header .breadcrumb {
  margin-bottom: 80px;
}
@media (max-width: 568px) {
  .page-header .breadcrumb {
    margin-bottom: 20px;
  }
}
.page-header + .section {
  margin-top: 0;
}

.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .catalog-header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.catalog-title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 568px) {
  .catalog-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
.catalog-title__gerb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--red);
  clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.catalog-title__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: var(--black);
  max-width: 550px;
}

.catalog-info {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 18px;
  line-height: 150%;
  color: var(--grey);
}
@media (max-width: 568px) {
  .catalog-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.catalog-info span {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  background: linear-gradient(133deg, #ec414b 0%, #891680 58.17%, #175884 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  background-color: var(--bg);
  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 992px) {
  .catalog-card {
    padding: 20px;
  }
}
.catalog-card__header {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .catalog-card__header {
    flex-direction: column;
    gap: 10px;
  }
}
.catalog-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: var(--white);
}
@media (max-width: 992px) {
  .catalog-card__logo {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.catalog-card__logo img {
  display: block;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .catalog-card__logo img {
    width: 35px;
  }
}
.catalog-card__info {
  position: relative;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 30px;
}
@media (max-width: 992px) {
  .catalog-card__info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.catalog-card__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  max-width: 487px;
  background-color: var(--stroke-in-bg);
}
.catalog-card__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  max-width: 487px;
  background-color: var(--stroke-in-bg);
}
.catalog-card__num {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 10px;
}
.catalog-card__num span {
  color: var(--grey);
}
.catalog-card__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
.catalog-card__text-box {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .catalog-card__text-box {
    padding-top: 20px;
  }
}
.catalog-card__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .catalog-card__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.catalog-card__text {
  font-size: 18px;
  line-height: 150%;
  color: var(--grey);
}
@media (max-width: 992px) {
  .catalog-card__text {
    font-size: 16px;
  }
}
.catalog-card:hover {
  background-color: var(--stroke-in-white);
}

.partner-name {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 10px;
}

.partner-address {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
  padding-left: 39px;
}
.partner-address::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(../images/icon-map-pin.svg);
}

.footer {
  background: var(--blue);
}
.footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0 40px;
}
@media (max-width: 992px) {
  .footer__main {
    gap: 30px;
    padding: 40px 0;
    flex-direction: column;
  }
}
.footer__nav {
  display: flex;
}
.footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 125px;
  border-top: 1px solid var(--stroke-in-black);
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 2px;
  opacity: 0.15;
  background: var(--white);
}
@media (max-width: 992px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 20px;
    padding: 20px 0;
  }
}

.footer-informer {
  display: flex;
  align-items: center;
  line-height: 150%;
  color: var(--white);
}
@media (max-width: 1200px) {
  .footer-informer {
    display: none;
  }
}
.footer-informer__title {
  margin-right: 15px;
}
.footer-informer__count {
  display: flex;
  align-items: center;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 0px 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer-logo__img {
  display: block;
}
.footer-logo__text {
  width: 200px;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}

.footer-dev {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 150%;
  color: var(--white);
}
@media (max-width: 1200px) {
  .footer-dev {
    font-size: 13px;
  }
}
.footer-dev a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-dev a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-dev img {
  display: block;
}

.footer-info {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.5;
}

@media (max-width: 568px) {
  .footer-feedback {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
}
.footer-feedback .btn-item {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .footer-feedback .btn-item {
    width: 100%;
    margin: 0;
  }
}
.footer-feedback .btn-item .button {
  width: 229px;
}
@media (max-width: 568px) {
  .footer-feedback .btn-item .button {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.footer-nav {
  display: flex;
  gap: 80px;
}
@media (max-width: 1200px) {
  .footer-nav {
    gap: 30px;
  }
}
.footer-nav__item {
  margin-bottom: 15px;
}
.footer-nav__item:last-child {
  margin-bottom: 0;
}
.footer-nav__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 1200px) {
  .footer-nav__link {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .footer-nav__link {
    font-weight: 400;
    letter-spacing: 0;
  }
}
.footer-nav__link:hover {
  opacity: 0.7;
}
/* Ошибки в попапе */
.popup .popup-alert {
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.35;
    color: #842029;            /* тёмно-красный текст */
    background: #f8d7da;       /* светло-красный фон */
    border: 1px solid #f5c2c7;
}

.popup .field-error {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ec414b;
}

.header--main {
    background: transparent;
}

.header--inner {
    background: #175884;
    color: #fff;
}

.header--inner a {
    color: #fff;
}


/* Company */

.product-page {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}

.product-descr__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
    margin-bottom: 15px;
}

.product-gallery__item img {width:100%;max-width: 200px;}

@media (max-width: 1200px) {
    .product-page {
        flex-direction: column;
    }
}
.product-page__gallery {
    width: 300px;
    display: flex;
    gap: 10px;
}

@media (max-width: 1200px) {
    .product-page__gallery {
        width: 100%;
        order: 1;
    }
}
.product-page__detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 400px;
    padding-right: 80px;
    flex: 1;
}
@media (max-width: 1600px) {
    .product-page__detail {
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .product-page__detail {
        width: auto;
        gap: 30px;
        order: 3;
    }
    .product-page__detail {
        padding-right: 0px;
    }
}
.product-page__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-page__arts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: baseline;
}
.product-page__art {
    display: flex;
    gap: 15px;
    align-items: baseline;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-gray);
}
.product-page__art span {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}
.product-page__brand {
    margin-top: 20px;
}
.product-page__brand img {
    display: block;
}
.product-page__buy {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    text-align: center;
    border: 1px solid var(--stroke);
    border-radius: 24px;
    padding: 30px;
    width: 283px;
    background: var(--white);
}
@media (max-width: 1200px) {
    .product-page__buy {
        width: 100%;
        order: 2;
    }
}

.two_buttons {display:flex;gap:30px;margin-top:30px;}

.list_members {display:flex;flex-direction:column;gap:15px;}

@media (max-width: 767px) {
    .product-page__buy {
        width: 100%;
    }
    .two_buttons {gap:10px;padding: 0;}
    .two_buttons a {font-size: 12px;padding: 10px;height: 50px;}
}
.product-page__buy > div {
    width: 100%;
}
.product-page__buy .button {
    white-space: nowrap;
}
.product-page__buy .product-controls:first-child {
    width: 100%;
}
.product-page__buy .product-controls:first-child .button {
    width: 100%;
}
.product-page__advantages {
    display: flex;
    gap: 10px;
}
.product-page__params .product-params {
    flex-direction: column;
    gap: 8px;
}
.product-page__params .card-param {
    font-size: 16px;
    gap: 10px;
}

.partner-card{
    display:block;
    position:relative;
    width:100%;
}
/* сама карточка */
.partner-card{
    display:block;
}

/* серый фон + подрезка угла должны быть на этой обертке */
.partner-card__inner{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;

    background:#f1f1f1; /* серый фон */
    border-radius:8px;
    overflow:hidden;

    /* подрезка снизу слева */
    clip-path: polygon(0 0,100% 0,100% 100%,18px 100%,0 calc(100% - 18px));

    transition: background .2s ease;
}

.partner-card:hover .partner-card__inner{
    background:#e6e6e6;
}

/* картинка: НЕ должна создавать белый прямоугольник */
.partner-card__img{
    display:block;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;

    max-width: 70%;
    max-height: 60%;
    width:auto;
    height:auto;
    object-fit: contain;
}

/* заглушка: такого же размера как логотип */
.partner-card__placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    width:70%;
    height:60%;
    background: transparent; /* важно */
}

.partner-card__placeholder svg{
    width:100%;
    height:100%;
}

.comp_add_inf {
    color: #175884 !important;
}
