:root {
  --main-bg-color: #fff;
  --primary-color: #181818;
  --black: #181818;
  --white: #fff;
  --text-gray-dark: #656565;
  --gray-light: #f2efeb;
  --gray-middle: #a7a7a7;
  --stroke: #d7d7d7;
  --gold: #cca46e;
  --body-font-size: 17px;
  --font-family: "Golos Text", sans-serif;
  --second-family: "Exo 2", sans-serif;
  --font-family: "Commissioner", sans-serif;
  --second-family: "Jost", sans-serif;
  --third-family: "Geologica", 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);
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.15s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;

  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-content {
  flex: 1;margin-top:55px;
}

.main_page .page-content {margin-top:0;}

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: -10px;
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
  .page-content {margin-top:0}
}

.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: 10px;
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3 {
  padding: 0;
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  .title-h1,
  .title-h2,
  .title-h3 {
    line-height: 1.1;
  }
}

.title-h1 {
  font-weight: 500;
  font-size: 64px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-h1 {
    font-size: 58px;
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.title-h2 {
  font-size: 58px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .title-h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 42px;
    margin: 0 0 30px;
  }
}

.title-h3 {
  font-size: 48px;
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 25px;
  }
}

.cms_submit,
.button {
  cursor: pointer;
  transition: 0.15s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0 28px;
  height: 60px;
  text-decoration: none;
  min-width: 160px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  border:solid 1px #000;
}
.cms_submit:hover,
.button:hover {
  background: transparent;
  color: var(--black);
}
.cms_submit._lg,
.button._lg {
  height: 66px;
}
@media (max-width: 1200px) {
  .cms_submit._lg,
  .button._lg {
    height: 60px;
  }
}
.cms_submit._border,
.button._border {
  border: 1px solid var(--stroke);
  color: var(--text-gray-dark);
  background: transparent;
}
.cms_submit._border:hover,
.button._border:hover {
  background: black;
  color: var(--white);
}
.cms_submit._border-gold,
.button._border-gold {
  position: relative;
  color: var(--black);
  border-color: var(--gold);
  z-index: 1;
  background: transparent;
}
.cms_submit._border-gold::after,
.button._border-gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: radial-gradient(112.16% 131.68% at 0% 18.37%, #eacda3 0%, #cca46e 50.33%, #a47c49 100%);
  transition: 0.15s;
  opacity: 0;
}
.cms_submit._border-gold:hover,
.button._border-gold:hover {
  color: var(--white);
}
.cms_submit._border-gold:hover::after,
.button._border-gold:hover::after {
  opacity: 1;
}
.cms_submit._gold,
.button._gold {
  border: none;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: radial-gradient(112.16% 131.68% at 0% 18.37%, #eacda3 0%, #cca46e 50.33%, #a47c49 100%);
}
.cms_submit._gold:hover,
.button._gold:hover {
  color: var(--white);
  background: var(--black);
}

.typography {
  font-size: 18px;
  line-height: 160%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .typography {
    font-size: 16px;
  }
}
.typography h1, .typography h2, .typography h3, .typography h4 {
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--black);
  line-height: 150%;
}
.typography h2 {
  font-size: 42px;
  margin: 36px 0;
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h2:last-child {
  margin-bottom: 0;
}
.typography h2 {}
.typography h3 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography p {
  font-size: 15px;
  line-height: 160%;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .typography p {
    font-size: 14px;
  }
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography ul {
  margin-bottom: 20px;
  padding-left: 10px;
}
.typography ul li {
  font-size: 15px;
  line-height: 160%;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 568px) {
  .typography ul li {
    font-size: 14px;
  }
.typography h2 {line-height: 110%;}
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: var(--black);
  border-radius: 50%;
}
.typography ol {
  margin-bottom: 20px;
  padding-left: 20px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 15px;
  line-height: 160%;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 568px) {
  .typography ol li {
    font-size: 14px;
  }
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography a {
  color: var(--red-new);
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 140%;
  color: var(--text-gray-dark);
  scrollbar-width: none;
}
@media (max-width: 568px) {
  .breadcrumb {
    overflow: auto;
    margin: 14px -15px 0px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-gray-dark);
  white-space: nowrap;
}
.breadcrumb a::after {
  content: "/";
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    color: var(--black);
  }
}
.breadcrumb span {
  color: var(--gray-middle);
  white-space: nowrap;
}

.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: 66px;
  padding: 0 24px;
  font-family: var(--font-family);
  font-size: 20px;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--stroke);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
  background: var(--white);
}

.forms select.active {background-color:#f2efeb}

@media (max-width: 1200px) {
  .forms select,
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    font-size: 18px;
    padding: 0 15px;
    height: 60px;
  }
}
.forms textarea {
  padding: 18px;
  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%;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray-dark);
  transition: 0.3s;
  position: relative;
}
.checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: var(--white);
  border: 1px solid var(--black);
}
.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox sup {
  position: relative;
  top: 2px;
  display: block;
  border-radius: 3px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url(../../images/checkbox.svg) center no-repeat;
  margin-right: 8px;
}
.checkbox input:checked ~ sup {
  background: url(../../images/checkbox-active.svg) center no-repeat;
}

.form-field__note {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-dark);
  margin-top: 10px;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}
.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: var(--black);
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--black);
  transition: 0.3s;
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn.open {
  height: 30px;
}
.burger-btn.open span {
  opacity: 0;
}
.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: var(--black);
}
.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  transform: rotate(45deg);
}

.more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--second-family);
  transition: 0.3s;
}
.more-link::after {
  content: "";
  width: 41px;
  height: 12px;
  background: url(../../images/more-arrow.svg) right center no-repeat;
  margin-left: 40px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .more-link::after {
    margin-left: 20px;
  }
}
.more-link:hover {
  color: var(--black);
}

.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 {
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background: var(--white);
  transition: 0.3s;
  border: 1px solid var(--stroke);
}
.swiper-button:after {
  content: "";
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
}
.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::after {
  filter: brightness(0) invert(0.6);
}
.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
}
.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: var(--stroke);
  opacity: 1;
  transition: 0.2s;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: var(--black);
  opacity: 1;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.7;
}

.swiper-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--black);
}

.fancybox__content > .carousel__button.is-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  opacity: 0.5;
  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 - 1300px) / -2);
  margin-right: calc((100vw - 1300px) / -2);
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
}
@media (max-width: 1380px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .full-bg {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.light-bg {
  background: var(--gray-light);
}

.animated,
.anmtli {
  opacity: 0;
}

.cbc {
  overflow: hidden;
}

body.open-nav {
  overflow: hidden;
}
body.open-nav .cbc {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  body.open-nav .header__top {
    z-index: 999;
  }
  body.open-nav .header__action {
    z-index: 999;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1380px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .header {
    padding-top: 64px;
  }
}
.header__wrap {
  max-width: 1920px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1600px) {
  .header__wrap {
    gap: 20px;
  }
}
@media (max-width: 1380px) {
  .header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .header__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1380px) {
  .header__wrap {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .header__wrap {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header__wrap {
    height: 64px;
    position: fixed;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: var(--white);
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 992px) {
  .header__contacts {
    gap: 20px;
  }
}
.header__contacts .button {
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .header__contacts .button {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__contacts .button {
    display: none;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 992px) {
  .header__mobile {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header__controls {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 992px) {
  .header__controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    background: var(--white);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 4px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .header__controls .catalog-button {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__nav {
    flex: 1;
    max-width: 745px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
    position: fixed;
    background: var(--white);
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    border-top: 1px solid var(--stroke);
  }
}
@media (max-width: 568px) {
  .header__nav {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-logo {
  display: block;
}
.header-logo img {
  display: block;
}

.header-button-label {
  font-size: 11px;
}

@media (max-width: 992px) {
  .header-catalog-button {
    display: none;
  }
}

.header-msgr {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-msgr .msgr-link {
  display: block;
}
.header-msgr .msgr-link img {
  display: block;
  width: 20px;
  height: 20px;
}

.catalog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.catalog-button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-catalog.svg) center no-repeat;
  background-size: 32px;
}

.header-phone {
  font-family: var(--third-family);
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header-phone {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .header-phone {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .header-phone {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../../images/icon-phone.svg) center/contain no-repeat;
    margin-left: 2px;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
  }
}

.main-nav {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1360px) {
  .main-nav {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .main-nav {
    display: block;
  }
}
.main-nav__item {
  position: relative;
}
@media (max-width: 992px) {
  .main-nav__item {
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-nav__item:hover .drop-nav-box,
  .main-nav__item:hover .drop-nav {
    visibility: visible;
    opacity: 1;
  }
  .main-nav__item:hover .main-nav__link {
    color: var(--gold);
  }
  .main-nav__item:hover .main-nav__link::after {
    transform: rotate(180deg);
  }
}
.main-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .main-nav__link {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .main-nav__link {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
}
.main-nav__link._drop::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/nav-drop-arrow.svg) center no-repeat;
  transition: 0.15s;
}
@media (min-width: 992px) {
  .main-nav__link:hover {
    color: var(--gold);
  }
  .main-nav__link:hover::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .main-nav__link.open, .main-nav__link.active {
    color: var(--gold);
  }
  .main-nav__link._drop.open::after {
    filter: none;
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .drop-nav {
    position: absolute;
    top: 100%;
    left: -20px;
    background: var(--white);
    border-top: 1px solid var(--black);
    padding: 24px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    gap: 14px;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    z-index: 999;
  }
  .drop-nav__link {
    font-size: 17px;
    line-height: 140%;
    white-space: nowrap;
  }
  .drop-nav__link:hover {
    color: var(--gold);
  }
}
@media (max-width: 992px) {
  .drop-nav {
    display: none;
    padding: 10px 20px 0 20px;
    font-size: 18px;
  }
  .drop-nav__item {
    margin-bottom: 10px;
  }
  .drop-nav__item:last-child {
    margin-bottom: 0;
  }
  .drop-nav__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }
  .drop-nav__link:hover {
    color: var(--black);
  }
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .section-header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
.section-header .title-h2 {
  margin: 0;
}
.section-header .subtitle {
  margin-top: 24px;
}
@media (max-width: 568px) {
  .section-header .tabs__header {
    margin-bottom: -20px;
  }
}

.section-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 568px) {
  .section-more {
    margin-top: 0;
  }
  .section-more .button {
    width: 100%;
  }
}

.subtitle {
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: var(--gray-dark);
}
@media (max-width: 1200px) {
  .subtitle {
    font-size: 18px;
    margin-top: 16px;
  }
}

.promo-box {
  background: #050404;
}
.promo-slider-box {
  position: relative;
  margin-bottom: 40px;
}
.promo-slider-box .swiper-pagination {
  height: 24px;
  bottom: 85px;
  width: auto;
  left: calc((100vw - 1300px) / 2);
  padding-left: 40px;
  gap: 10px;
}
@media (max-width: 1380px) {
  .promo-slider-box .swiper-pagination {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .promo-slider-box .swiper-pagination {
    left: 20px;
  }
}
@media (max-width: 568px) {
  .promo-slider-box .swiper-pagination {
    padding-left: 0;
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
}
.promo-slider-box .swiper-pagination-bullet {
  background: var(--text-gray-dark);
  width: 103px;
}
@media (max-width: 568px) {
  .promo-slider-box .swiper-pagination-bullet {
    width: 100%;
  }
}
.promo-slider-box .swiper-pagination-bullet span {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
}
@media (max-width: 568px) {
  .promo-slider-box .swiper-pagination-bullet span {
    display: none;
  }
}
.promo-slider-box .swiper-pagination-bullet-active {
  background: var(--white);
}
.promo-slider-box .swiper-pagination-bullet-active span {
  opacity: 1;
}

.promo-slider {
  position: relative;
}
.promo-slider .swiper-pagination {
  bottom: 62px;
  left: 62px;
  width: auto;
}
@media (max-width: 1200px) {
  .promo-slider .swiper-pagination {
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .promo-slider .swiper-pagination {
    bottom: 20px;
    left: 20px;
  }
}

.promo-slide {
  position: relative;
  z-index: 1;
  height: 708px;
  padding: 62px;
  color: var(--white);
  background: var(--black);
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
@media (max-width: 1200px) {
  .promo-slide {
    height: 500px;
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .promo-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .promo-slide {
    padding: 60px 0;
    border-radius: 10px;
  }
}
.promo-slide__wrap {
  max-width: 800px;
}
.promo-slide__header {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.promo-slide__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 1200px) {
  .promo-slide__title {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .promo-slide__title {
    font-size: 42px;
  }
}
.promo-slide__subtitle {
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 160%;
  color: #ececec;
}
@media (max-width: 767px) {
  .promo-slide__subtitle {
    font-size: 20px;
  }
}
.promo-slide__control {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .promo-slide__control {
    margin-top: 40px;
  }
}
.promo-slide__control .button {
  width: 160px;
  color: var(--white);
}
.promo-slide__control .button:hover {
  color: var(--black);
  background: var(--white);
}
.promo-slide__cover {
  position: absolute;
  right: 48px;
  bottom: 0;
  z-index: -1;
}
.promo-slide__cover img {
  display: block;
}
@media (max-width: 1200px) {
  .promo-slide__cover {
    width: 320px;
    right: 30px;
  }
  .promo-slide__cover img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promo-slide__cover {
    width: 200px;
    right: 10px;
  }
}

.product-card {
  display: block;
  transition: 0.5s;
  outline: 1px solid transparent;
}
@media (max-width: 1200px) {
  .product-card {
    outline: 1px solid var(--stroke);
  }
}
@media (max-width: 568px) {
  .product-card {
    outline: none;
  }
}
@media (min-width: 1200px) {
  .product-card:hover {
    outline: 1px solid var(--stroke);
  }
  .product-card:hover .product-card__thumb img {
    transform: scale(1.02);
  }
}
.product-card__thumb {
  overflow: hidden;
 /* height: 280px; */
}
@media (max-width: 568px) {
  .product-card__thumb {
   /* height: 240px; */
  }
}
.product-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.product-card__wrap {
  padding: 24px;
}
@media (max-width: 568px) {
  .product-card__wrap {
    padding: 24px 0;
  }
}
.product-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product-card__info > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card__title {
  height: 75px;
  font-family: var(--third-family);
  font-size: 34px;
  line-height: 110%;
  color: var(--black);
}
@media (min-width: 568px) {
  .product-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
  }
}
@media (max-width: 568px) {
  .product-card__title {
    height: auto;
    font-size: 28px;
  }
}
.product-card__params {
  /*border-bottom: 1px solid var(--stroke);*/
  padding: 0px 0px 14px 0px;
  margin-top: 14px;
}
.product-card__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 20px;
}
.product-card__controls {
  margin-top: 20px;
}
.product-card__controls .button {
  width: 100%;
}

.card-year {
  display: inline-flex;
  font-size: 15px;
  line-height: 160%;
  color: var(--text-gray-dark);
  padding: 2px 15px 0 15px;
  height: 29px;
  background: var(--gray-light);
}

.card-mark {
  display: inline-flex;
  font-size: 15px;
  line-height: 160%;
  color: var(--text-gray-dark);
  height: 29px;
  padding: 2px 15px 0 15px;
  background: var(--gray-light);
}

/*.card-vin {
  display: inline-flex;
  font-size: 15px;
  line-height: 160%;
  padding: 2px 0 0 0;
  color: var(--text-gray-dark);
  height: 29px;
}*/


.card-vin {
display: inline-flex;color: white;
background: green;
  padding: 7px;
}


.card-price-current {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
}

.card-price-old {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-decoration: line-through;
  color: var(--text-gray-dark);
}

.card-params {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.card-params__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 50%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--text-gray-dark);
}
.card-params__item:nth-child(even) {
  justify-content: flex-end;
}

.param-color {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
display:none;
}
.param-color._black {
  background: var(--black);
}
.param-color._gray {
  background: var(--gray-light);
}
.param-color._white {
  border: 1px solid var(--gray-light);
}

.step-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .step-list {
    flex-wrap: wrap;
  }
  .step-list .step-card {
    width: calc(50% - 20px);
  }
}

.step-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--stroke);
}
.step-card__icon {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .step-card__icon {
    margin-bottom: 20px;
  }
}
.step-card__icon img {
  display: block;
}
@media (max-width: 767px) {
  .step-card__icon img {
    width: 58px;
  }
}
.step-card__title {
  font-family: var(--third-family);
  font-size: 28px;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .step-card__title {
    font-size: 20px;
  }
}
.step-card__descr {
  font-size: 20px;
  line-height: 150%;
  color: var(--text-gray-dark);
  margin-bottom: 40px;
  flex: 1;
}
@media (max-width: 767px) {
  .step-card__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.step-card__num {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--black);
}
@media (max-width: 767px) {
  .step-card__num {
    font-size: 16px;
  }
}

.order-form {
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 670px;
  background: url(../../images/order-form-bg.jpg) var(--gray-light) center/cover no-repeat;
}
@media (max-width: 1200px) {
  .order-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.order-form__header {
  margin-bottom: 60px;
}
.order-form__header .title-h2 {
  margin-bottom: 14px;
}
.order-form__suntitle {
  font-size: 24px;
  line-height: 160%;
  color: var(--white);
}
.order-form__group {
  margin-bottom: 40px;
}
.order-form__group:last-child {
  margin-bottom: 0;
}
.order-form__group-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.order-form .form-fields .form-field {
  width: 20%;
}
@media (max-width: 1200px) {
  .order-form .form-fields .form-field {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .order-form .form-fields .form-field {
    width: 100%;
  }
}
.order-form .form-fields .form-field input,
.order-form .form-fields .form-field select {
  border-color: transparent;
}
.order-form .form-fields .form-control {
  width: 60%;
}
@media (max-width: 1200px) {
  .order-form .form-fields .form-control {
    width: 100%;
  }
}
.order-form .form-fields .form-control .button {
  width: 100%;
}

.advantages {
  display: flex;
  gap: 90px;
}
@media (max-width: 1200px) {
  .advantages {
    display: block;
  }
}
.advantages__header {
  width: 470px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .advantages__header {
    width: auto;
  }
  .advantages__header br {
    display: none;
  }
}
.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}
@media (max-width: 767px) {
  .advantages__list {
    flex-direction: row;
    gap: 35px 20px;
    flex-wrap: wrap;
  }
  .advantages__list .advantage-card {
    width: calc(50% - 10px);
  }
}

.advantage-card {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--stroke);
  position: relative;
  padding-left: 64px;
}
@media (max-width: 767px) {
  .advantage-card {
    padding-left: 0;
  }
}
.advantage-card__icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .advantage-card__icon {
    position: static;
    margin-bottom: 15px;
  }
}
.advantage-card__title {
  font-family: var(--third-family);
  font-size: 28px;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .advantage-card__title {
    font-size: 20px;
  }
}
.advantage-card__descr {
  font-size: 20px;
  line-height: 150%;
  color: var(--text-gray-dark);
}
@media (max-width: 767px) {
  .advantage-card__descr {
    font-size: 16px;
  }
}

.case-slider-box__footer {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 568px) {
  .case-slider-box__footer {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
}
.case-slider-box__footer .button {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .case-slider-box__footer .button {
    width: 100%;
  }
}
.case-slider-box .swiper-pagination {
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 40px;
}
@media (max-width: 568px) {
  .case-slider-box .swiper-pagination {
    padding-left: 0;
  }
}
.case-slider-box .swiper-pagination-bullet span {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
  height: 60px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 568px) {
  .case-slider-box .swiper-pagination-bullet span {
    display: none;
  }
}
.case-slider-box .swiper-pagination-bullet-active span {
  opacity: 1;
}
@media (max-width: 568px) {
  .case-slider-box .case-slider-more {
    width: 100%;
  }
}

.case-slider {
  position: relative;
  overflow: hidden;
}

.case-card {
  display: flex;
  min-height: 400px;
  background: var(--gray-light);
}
@media (max-width: 767px) {
  .case-card {
    flex-direction: column;
  }
}
.case-card__cover {
  width: 50%;
}
@media (max-width: 767px) {
  .case-card__cover {
    order: -1;
    width: 100%;
  }
}
.case-card__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-card__wrap {
  padding: 34px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 767px) {
  .case-card__wrap {
    width: 100%;
    padding: 24px;
    gap: 20px;
  }
}
.case-card__info {
  display: flex;
  gap: 10px;
}
.case-card__title {
  font-size: 48px;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 767px) {
  .case-card__title {
    font-size: 38px;
    line-height: 130%;
  }
}
.case-card__descr {
  font-size: 20px;
  line-height: 150%;
  color: var(--text-gray-dark);
}
.case-card .button {
  width: 100%;
}

.case-city {
  display: inline-flex;
  align-items: center;
  border-radius: 200px;
  padding: 0 15px 2px;
  height: 29px;
  background: var(--black);
  color: var(--white);
  font-size: 15px;
  line-height: 160%;
}

.case-date {
  display: inline-flex;
  align-items: center;
  border-radius: 200px;
  padding: 0 15px 2px;
  height: 29px;
  border: 1px solid var(--stroke);
  font-size: 15px;
  line-height: 160%;
  color: var(--text-gray-dark);
}

.stat-box {
  min-height: 547px;
  background: url(../../images/stat-bg.jpg) #e8e8e8 center/cover no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 568px) {
  .stat-box {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 0;
  }
  .stat-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
  }
}
.stat-box__header {
  max-width: 850px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.stat-box__list {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .stat-box__list {
    gap: 24px;
  }
}
.stat-box__list .stat-card {
  width: 327px;
}
@media (max-width: 568px) {
  .stat-box__list .stat-card {
    width: 50%;
  }
}

.stat-card__value {
  font-family: var(--second-family);
  font-size: 58px;
  line-height: 100%;
  background: radial-gradient(112.16% 131.68% at 0% 18.37%, rgb(234, 205, 163) 0%, rgb(204, 164, 110) 50.3311276436%, rgb(164, 124, 73) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
@media (max-width: 568px) {
  .stat-card__value {
    font-size: 46px;
  }
}
.stat-card__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--black);
}
@media (max-width: 568px) {
  .stat-card__title {
    font-size: 16px;
  }
}

.about {
  display: flex;
  gap: 90px;
  position: relative;
}
@media (max-width: 1200px) {
  .about {
    display: block;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .about__header {
    padding-bottom: 80px;
    margin-bottom: 24px;
    width: 470px;
  }
}
.about__text {
  flex: 1;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-gray-dark);
}
@media (max-width: 1200px) {
  .about__text {
    width: 100%;
  }
}
.about__text p {
  font-size: 20px;
  line-height: 150%;
  color: var(--text-gray-dark);
  margin: 0 0 15px;
}
@media (max-width: 1200px) {
  .about__text p {
    font-size: 18px;
  }
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__text h2 {color:#000;margin-top:60px;}
@media (min-width: 1200px) {
  .about__more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .about__more {
    margin-top: 30px;
  }
}
@media (max-width: 568px) {
  .about__more .button {
    width: 100%;
  }
}

.catalog-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
.catalog-header .title-h1 {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .catalog-header {
    margin-bottom: 10px;
  }
}

.catalog-filter {
  display: flex;
  align-items: center;
  gap: 20px;

}


@media (max-width: 992px) {
  .catalog-filter {
    flex-wrap: wrap;
  }
}

@media (max-width: 568px) {
  .catalog-filter {
    margin-bottom: 20px;
  }
}
.catalog-filter .form-field {
  width: 200px;
}
@media (min-width: 992px) {
  .catalog-filter .form-field:first-child {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .catalog-filter .form-field {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 568px) {
  .catalog-filter .form-field {
    width: calc(50% - 10px);
  }
}

.catalog {
  display: flex;
  gap: 30px;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .catalog {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .catalog {
    display: block;
    margin-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .catalog {
    margin-bottom: 60px;
  }
}
.catalog__sort {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .catalog__sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 568px) {
  .catalog__sort {
    margin-bottom: 10px;
  }
}
.catalog__sort .filter-button {
  display: none;
}
@media (max-width: 992px) {
  .catalog__sort .filter-button {
    display: block;
  }
}
.catalog__main {
  flex: 1;
}
.catalog__more {
  margin-top: 30px;
}
.catalog__more .button {
  width: 100%;
}
.catalog__pagination {
  margin-top: 30px;
}

.sort-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 568px) {
  .sort-list {
    gap: 10px;
  }
}
.sort-list::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/icon-sorting.svg) center no-repeat;
}
.sort-list__title {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 160%;
  cursor: pointer;
}
@media (max-width: 568px) {
  .sort-list__title {
    gap: 5px;
    font-size: 14px;
    padding: 0;
    height: 34px;
    border: none;
  }
}
.sort-list__title::after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  background: url(../../images/drop-arrow.svg) center no-repeat;
}
.sort-list__title.open::after {
  transform: rotate(180deg);
}
.sort-list__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  min-width: 310px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  margin-top: 14px;
  border-radius: 10px;
  z-index: 99;
  border: 1px solid var(--stroke);
  overflow: hidden;
  font-size: 18px;
  line-height: 160%;
  color: var(--black);
}
@media (max-width: 992px) {
  .sort-list__dropdown {
    left: auto;
    right: 0;
    margin-top: 5px;
  }
}
@media (max-width: 568px) {
  .sort-list__dropdown {
    font-size: 14px;
  }
}
.sort-list__item {
  display: block;
  width: 100%;
}
.sort-list__item a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
}
.sort-list__item a.active, .sort-list__item a:hover {
  background: var(--gray-light);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 568px) {
  .pagination {
    gap: 10px;
    justify-content: space-between;
  }
}
.pagination__pages {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 568px) {
  .pagination__pages {
    gap: 1px;
  }
}

.pagination-button {
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination-button._disable {
  filter: brightness(0) invert(0.6);
}
.pagination-button._prev {
  background-image: url(../../images/pagination-arrow-prev.svg);
}
.pagination-button._next {
  background-image: url(../../images/pagination-arrow-next.svg);
}

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  font-size: 16px;
  text-align: center;
  color: var(--gray-dark);
}
.pagination-link.active {
  color: var(--black);
  background: var(--gray-light);
}
.pagination-link:not(.active):hover {
  color: var(--black);
}

.page-title {
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .page-title {
    margin-bottom: 20px;
  }
}

.product-info {
  max-width: 850px;
}
@media (max-width: 1200px) {
  .product-info {
    padding: 60px 0;
  }
}
@media (max-width: 568px) {
  .product-info {
    padding: 40px 0;
  }
}
.product-info .tabs__header {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .product-info .tabs__header {
    margin-bottom: 20px;
  }
}
.product-info p {
  color: var(--gray-dark);
}
.product-info li {
  color: var(--gray-dark);
}
.product-info-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
  }
  .product-info-title::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/chevron-down.svg) center no-repeat;
    transition: 0.2s;
  }
  .product-info-title.open::after {
    transform: rotate(180deg);
  }
}
.product-info .info-list {
  color: var(--black);
}
@media (min-width: 992px) {
  .product-info .card-param {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .product-info .card-param {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-info .tabs__box {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--stroke);
  }
  .product-info .tabs__box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .product-info .tabs__box .product-info-wrap {
    display: none;
    padding: 15px 0;
  }
  .product-info .tabs__header {
    display: none;
  }
}

.product-info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.product-info-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/chevron-down.svg) center no-repeat;
  transition: 0.2s;
}
@media (min-width: 568px) {
  .product-info-title {
    display: none;
  }
}

.product-info-wrap._cols {
  display: flex;
  gap: 60px;
}
@media (max-width: 992px) {
  .product-info-wrap._cols {
    flex-direction: column;
    gap: 30px;
  }
}
.product-info-wrap__col {
  width: 50%;
}
@media (max-width: 992px) {
  .product-info-wrap__col {
    width: 100%;
  }
}
.product-info-wrap .text-block {
  margin-bottom: 30px;
}
.product-info-wrap .text-block:last-child {
  margin-bottom: 0;
}

.text-block__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 15px;
}

.product-params {
  display: flex;
}
@media (min-width: 1200px) {
  .product-params {
    justify-content: space-between;
    gap: 80px;
  }
  .product-params__col {
    max-width: 676px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .product-params {
    flex-direction: column;
    gap: 10px;
  }
}

.tabs__header {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.tabs__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gray-light);
}
.tabs__item {
  position: relative;
  z-index: 1;
  height: 39px;
  white-space: nowrap;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-gray-dark);
  border-bottom: 2px solid transparent;
  transition: 0.15s;
}
@media (max-width: 992px) {
  .tabs__item {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .tabs__item {
    height: 34px;
  }
}
.tabs__item:hover {
  color: var(--black);
}
.tabs__item.active {
  font-weight: 500;
  color: var(--black);
  border-bottom-color: var(--gold);
}

.text-border-box {
  border: 1px solid var(--stroke);
  padding: 34px;
  margin: 40px 0;
}
.text-border-box:first-child {
  margin-top: 0;
}
.text-border-box:last-child {
  margin-bottom: 0;
}

.param-box {
  margin: 40px 0;
}
.param-box:first-child {
  margin-top: 0;
}
.param-box:last-child {
  margin-bottom: 0;
}
.param-box__title {
  font-family: var(--third-family);
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 20px;
}

.product-slider-box {
  position: relative;
}
@media (max-width: 992px) {
  .product-slider-box .swiper-button {
    display: none;
  }
}
.product-slider-box .swiper-button-prev {
  left: -30px;
}
.product-slider-box .swiper-button-next {
  right: -30px;
}

@media (max-width: 992px) {
  .product-slider {
    padding-bottom: 30px;
  }
}
.product-slider .swiper-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .product-slider .swiper-scrollbar {
    display: block;
  }
}
.product-slider .swiper-slide {
  height: auto;
}

.product-page-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .product-page-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-page-header .title-h1 {
  margin-bottom: 0;
}

.product-page-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-page {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .product-page {
    flex-direction: column;
  }
}
.product-page__gallery {
  width: calc(100% - 450px + (100vw - 1300px) / 2);
  margin-left: calc((100vw - 1300px) / -2);
  padding-left: calc((100vw - 1300px) / 2);
  overflow: hidden;
}
@media (max-width: 1380px) {
  .product-page__gallery {
    width: calc(100% - 450px + 40);
    margin-left: -40px;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .product-page__gallery {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.product-page__detail {
  display: flex;
  flex-direction: column;
  width: 410px;
  padding-left: 10px;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .product-page__detail {
    width: auto;
    gap: 30px;
    order: 3;
    padding: 20px 0 0;
  }
}

.product-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  white-space: nowrap;
  margin-bottom: 20px;
}
.product-price__current {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  color: var(--black);
}
.product-price__old {
  font-family: var(--second-family);
  font-size: 18px;
  line-height: 156%;
  text-decoration: line-through;
  color: var(--text-gray-dark);
}

.product-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
}
.product-controls .button {
  width: 100%;
}

.product-gallery {
  position: relative;
  height: 660px;
  width: 100%;
}
@media (max-width: 992px) {
  .product-gallery {
    width: 100%;
    height: 540px;
  }
}
@media (max-width: 767px) {
  .product-gallery {
    height: 360px;
  }
}
@media (max-width: 568px) {
  .product-gallery {
    height: 260px;
  }
}
.product-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
@media (max-width: 1200px) {
  .product-gallery img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-gallery .swiper-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .product-gallery .swiper-scrollbar {
    display: block;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.product-gallery:hover .card-fav,
.product-gallery:hover .swiper-button {
  opacity: 1;
}
.product-gallery:hover .swiper-button-next.swiper-button-disabled,
.product-gallery:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.product-gallery .swiper-button {
  opacity: 0;
  border: none;
}
@media (max-width: 1200px) {
  .product-gallery .swiper-button {
    display: none;
  }
}
.product-gallery:hover .swiper-button {
  opacity: 1;
}

.gallery-photo {
  position: relative;
}
@media (min-width: 1200px) {
  .gallery-photo:hover::after {
    opacity: 1;
  }
}

.product-descr {
  margin-bottom: 30px;
}
.product-descr__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 10px;
}
.product-descr__text {
  font-size: 15px;
  line-height: 160%;
  color: var(--black);
}
.product-descr__text p {
  font-size: 15px;
  line-height: 160%;
  color: var(--black);
  margin: 0 0 10px;
}
.product-descr__text p:last-child {
  margin-bottom: 0;
}
.product-descr__more a {
  color: var(--blue-brand);
}
.product-descr__more a:hover {
  color: var(--blue-brand-hover);
}

.card-param {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  color: var(--black);
}
@media (max-width: 992px) {
  .card-param {
    font-size: 14px;
  }
}
.card-param__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  line-height: 24px;
}
.card-param__item::after {
  content: "";
  display: block;
  height: 10px;
  order: 2;
  flex: 1;
  border-bottom: 1px solid var(--gray-light);
}
.card-param span:first-child {
  color: var(--text-gray-dark);
  order: 1;
}
.card-param span:last-child {
  order: 3;
}

.page-header {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .page-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .page-header {
    margin-bottom: 30px;
  }
}
.page-header + .section {
  margin-top: 0;
}
.page-header .title-h1 {
  margin-bottom: 0;
}

.popup {
  display: none;
  border-radius: 0;
  max-width: 690px;
  width: 100%;
  padding: 60px;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #000;
  font-family: var(--font-family);
}
@media (max-width: 568px) {
  .popup {
    padding: 24px;
  }
}
.popup._sending {
  text-align: center;
}
.popup-title {
  margin-bottom: 14px;
  color: #000;
}
@media (max-width: 568px) {
  .popup-title {
    font-size: 32px;
  }
}
.popup-note {
  font-size: 17px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 568px) {
  .popup-note {
    font-size: 16px;
  }
}
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.popup-form input[type=text],
.popup-form input[type=password],
.popup-form input[type=email],
.popup-form input[type=tel] {
  padding: 0 30px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  font-size: 17px;
  line-height: 140%;
  -webkit-appearance: none !important;
  outline: none !important;
}
.popup-form input[type=text]::-moz-placeholder, .popup-form input[type=password]::-moz-placeholder, .popup-form input[type=email]::-moz-placeholder, .popup-form input[type=tel]::-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}
.popup-form input[type=text]::placeholder,
.popup-form input[type=password]::placeholder,
.popup-form input[type=email]::placeholder,
.popup-form input[type=tel]::placeholder {
  color: var(--black);
  opacity: 0.6;
}
.popup-form .button {
  min-width: 210px;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.form-fields .form-field {
  width: 50%;
  padding: 10px;
}
@media (max-width: 568px) {
  .form-fields .form-field {
    width: 100%;
  }
}
.form-fields .form-control {
  padding: 10px;
}

.form-footer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 568px) {
  .form-footer {
    flex-wrap: wrap;
  }
}
.form-footer .button {
  min-width: 210px;
}
@media (max-width: 568px) {
  .form-footer .button {
    width: 100%;
  }
}
.form-footer__note {
  flex: 1;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
@media (max-width: 568px) {
  .form-footer__note {
    order: -1;
    width: 100%;
  }
}
.form-footer__note a {
  color: rgba(255, 255, 255, 0.8);
}
.form-footer__note a:hover {
  color: var(--white);
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: var(--black);
  color: var(--white);
}
@media (max-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a:hover {
  color: var(--gold);
}
.footer__contacts {
  position: relative;
  padding: 40px 0px;
  margin-bottom: 80px;
}
/*@media (max-width: 992px) {
  .footer__contacts {
    display: none;
  }
}*/
.footer__contacts .title-h2 {
  margin-bottom: 60px;
}
.footer__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footer__wrap {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}
.footer__wrap .button {
  width: 295px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  line-height: 160%;
  color: var(--gray-middle);
}
@media (max-width: 992px) {
  .footer__bottom {
    margin-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .footer__bottom .footer-logo {
    display: none;
  }
}
.footer__bottom a:hover {
  color: var(--gold);
}
.footer .button._border-gold {
  color: var(--white);
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 992px) {
  .footer-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 568px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav a:hover {
  color: var(--gold);
}

.footer-logo img {
  display: block;
}

.footer-dev a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-dev img {
  display: block;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.footer-contacts__item {
  padding: 20px;
  width: 25%;
}
@media (max-width: 1200px) {
  .footer-contacts__item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .footer-contacts__item {
    width: 100%;
  }
}

.footer-contacts-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.2s;
  border-bottom: 1px solid var(--gray-light);
}
.footer-contacts-card:hover {
  color: var(--black);
  background: var(--gray-light);
}
.footer-contacts-card:hover .footer-contacts-card__city,
.footer-contacts-card:hover .footer-contacts-card__phone {
  color: var(--black);
}
.footer-contacts-card:hover .footer-contacts-card__addr,
.footer-contacts-card:hover .footer-contacts-card__wtime {
  color: var(--text-gray-dark);
}
.footer-contacts-card:hover .office-name {
  color: var(--black);
}
.footer-contacts-card:hover .msgr-link img {
  filter: none;
}
.footer-contacts-card a:hover {
  color: var(--gold);
}
.footer-contacts-card__office {
  margin-bottom: 24px;
}
.footer-contacts-card__city {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-contacts-card__phone {
  font-size: 24px;
  line-height: 160%;
  color: var(--white);
  margin-bottom: 10px;
}
.footer-contacts-card__addr {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--gray-middle);
  margin-bottom: 10px;
}
.footer-contacts-card__wtime {
  font-size: 20px;
  line-height: 150%;
  color: var(--gray-middle);
  margin-bottom: 10px;
}
.footer-contacts-card__msgr {
  display: flex;
  gap: 20px;
}
.footer-contacts-card .msgr-link {
  display: inline-flex;
}
.footer-contacts-card .msgr-link img {
  display: block;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}

.office-name {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  height: 40px;
  padding: 0 17px;
  border-radius: 100px;
  border: 1px solid var(--gold);
}


.drop-nav__item a.drop-nav__link.active {
  color: var(--gold);
}

.main-nav__item a.main-nav__link._drop.active {
  color: var(--gold);
}
.main-nav__item a.main-nav__link.active {
  color: var(--gold);
}

.footer__wrap div.footer-nav div a.active {
  color: var(--gold);
}

.error {
  border: solid 1px #f00 !important;
}
.cookies {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    background: #f7f7f7;
}
.cookies a{
text-decoration:underline;	
}

.cookies a:hover{
text-decoration:none;	
}

.cookies .inf {
    width: 100%;
    margin: auto;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
max-width: 1500px;
}

.cookies .close {
    display: block;
    background: #cca46e;
    padding: 5px 10px;
    max-height: 29px;
    margin-left: 20px;
    color: #ffffff;
text-decoration:none;	
}

.cookies .close:hover {
    background: #2f2f2f
}

.cookies .close span {
    display: block;
    padding-top: 1px;
    padding-left: 2px;
}

.new {position:absolute;display: inline-flex;font-size: 15px;line-height: 160%;color: var(--white);padding: 2px 15px 0 15px;height: 29px;background:#cca46e;margin-top: 5px;margin-left: 5px;}

.filter-block {display: flex;gap: 20px;flex-wrap:wrap;margin-bottom:40px;}
.filter-block .button {height:66px}

@media (max-width: 767px) {
.filter-block .button {width:100%}
    .cookies .inf {
        width: 100%;
        font-size: 13px;
        letter-spacing: 1px;
flex-wrap:wrap;
    }
.cookies .close {
margin: 10px auto 0 auto;
text-align: center;
}
}

.hidden {display: none;}


.button._blue._fill-white:hover {
background: radial-gradient(112.16% 131.68% at 0% 18.37%, #eacda3 0%, #cca46e 50.33%, #a47c49 100%);
  transition: 0.15s;
  color:white;
}

.confirm-field {
    display: block;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
}

.confirm-field .st {
    margin: 0;
    padding-left: 32px;
    position: relative;font-size: 12px;line-height: 21px;
}

.confirm-field input[type=checkbox] {
    display: none;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

.confirm-field .st::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/checkbox.svg);
}

.confirm-field input[type=checkbox]:checked + .st::before {
    background-image: url(../../images/checkbox-active.svg);
}

.confirm-field input[type=checkbox].error + .st::before {
    background-image: url(../../images/checkbox-error.svg);
}


.form-footer__note label.confirm-field div.st a {
color:grey;
}

.beznds {
  color:grey; font-size: 16px;
}
/* Stylesheet: Стиль Modified On 2025-07-15 15:59:44 */
