:root {
  --main-bg-color: #ffffff;
  --primary-color: #191b19;
  --black: #191b19;
  --white: #fff;
  --light-grey: #f5f5f5;
  --green: #25b270;
  --red: #fd3d3d;
  --gray: #9696ad;
  --stroke: #dcdcdc;
  --orange: #fe7030;
  --green-light: #ccff8c;
  --blue: #8cd9ff;
  --text-green-light: #96e3bf;
  --body-font-size: 20px;
  --font-family: "Geologica", sans-serif;
  --second-family: "Jost", 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;
  font-weight: 300;
}

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: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

input::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

input[type=submit] {
  cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: var(--primary-color);
  font-family: var(--font-family);
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 992px) {
  .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: 10px;
}
@media (max-width: 992px) {
  .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: 500;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  .title-h1,
  .title-h2,
  .title-h3 {
    line-height: 1.1;
  }
}

.title-h1 {
  font-size: 75px;
}
@media (max-width: 1200px) {
  .title-h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .title-h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 42px;
  }
}

.title-h2 {
  font-size: 58px;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.title-h3 {
  font-size: 48px;
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 25px;
  }
}

.cms_submit,
.button {
  position: relative;
  cursor: pointer;
  transition: 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0 34px;
  height: 68px;
  min-width: 160px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--red);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .cms_submit,
  .button {
    height: 60px;
    font-size: 14px;
    min-width: 0;
    padding: 0 20px;
  }
}
.cms_submit:hover,
.button:hover {
  color: var(--red);
  background: var(--white);
  border-color: var(--red);
}
.cms_submit._white,
.button._white {
  background: transparent;
  color: var(--black);
  border-color: var(--green);
}
.cms_submit._white:hover,
.button._white:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}
.cms_submit._sm,
.button._sm {
  height: 60px;
}

.typography {
  font-size: 20px;
  line-height: 160%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .typography {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .typography {
    font-size: 16px;
    line-height: 1.7;
  }
}
.typography h1, .typography h2, .typography h3, .typography h4 {
  font-family: var(--second-family);
  font-weight: 500;
  color: var(--black);
  line-height: 100%;
}
.typography h2 {
  font-size: 48px;
  line-height: 120%;
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .typography h2 {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .typography h2 {
    font-size: 30px;
  }
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h2:last-child {
  margin-bottom: 0;
}
.typography h3 {
  font-size: 42px;
  line-height: 130%;
  color: var(--green);
  margin: 24px 0;
}
@media (max-width: 1200px) {
  .typography h3 {
    line-height: 120%;
    font-size: 36px;
  }
}
@media (max-width: 568px) {
  .typography h3 {
    font-size: 24px;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography h4 {
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .typography h4 {
    line-height: 120%;
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .typography h4 {
    font-size: 24px;
  }
}
.typography h4:first-child {
  margin-top: 0;
}
.typography h4:last-child {
  margin-bottom: 0;
}
.typography p {
  font-size: 20px;
  line-height: 160%;
  color: var(--grey);
  margin: 0 0 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 1200px) {
  .typography p {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 15px;
  }
}
@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;
}
.typography ul li {
  font-size: 20px;
  line-height: 160%;
  padding-left: 28px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  .typography ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@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: 14px;
  height: 10px;
  background: url(../../images/list-marker.svg) center no-repeat;
}
.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: 20px;
  line-height: 160%;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 1200px) {
  .typography ol li {
    font-size: 18px;
  }
}
@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-new);
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  scrollbar-width: none;
  padding: 24px 0;
}
@media (max-width: 992px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    overflow: auto;
    margin: 14px -15px 20px;
    padding: 15px;
    font-size: 14px;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  white-space: nowrap;
}
.breadcrumb a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: url(../../images/breadcrumb-arrow.svg) center no-repeat;
}
@media (min-width: 992px) {
  .breadcrumb a:hover {
    color: var(--black);
  }
}
.breadcrumb span {
  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: 50px;
  padding: 0;
  font-family: var(--font-family);
  font-size: 18px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #ababab;
}
.forms textarea {
  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-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #656565;
  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(--grey);
  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%;
  transform: translateY(-50%);
  width: 76px !important;
  height: 76px !important;
  border-radius: 50%;
  border: none;
  background: var(--white);
  transition: 0.3s;
  border: none;
  /*
  &::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: var(--green);
  	opacity: 0;
  	transition: 0.3s;
  }
  */
}
@media (max-width: 1200px) {
  .swiper-button {
    display: none;
  }
}
.swiper-button:after {
  content: "" !important;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.swiper-button-prev::after {
  background-image: url(../../images/arrow-prev.svg);
}
.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.swiper-button-next::after {
  background-image: url(../../images/arrow-next.svg);
}
.swiper-button-disabled::after {
  filter: brightness(0) invert(0.7);
}
.swiper-button:hover::after {
  filter: brightness(0) invert(1);
}
.swiper-button:hover {
  background: var(--green);
}
.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
}
.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: var(--grey);
  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 {
  position: static;
  margin-top: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 1200px) {
  .swiper-horizontal > .swiper-scrollbar {
    display: block;
  }
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--green);
}

.fancybox__content > .carousel__button.is-close {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  opacity: 1;
  background: url(../../images/close-button-white.svg) center no-repeat;
}
.fancybox__content > .carousel__button.is-close:hover {
  opacity: 1;
}
.fancybox__content > .carousel__button.is-close > * {
  display: none;
}

/* support class style */
.full-bg {
  margin-left: calc((100vw - 1640px) / -2);
  margin-right: calc((100vw - 1640px) / -2);
  padding-left: calc((100vw - 1640px) / 2);
  padding-right: calc((100vw - 1640px) / 2);
}
@media (max-width: 1720px) {
  .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;
  }
}

.light-bg {
  background: var(--light-grey) !important;
}

.animated,
.anmtli {
  opacity: 0;
}

.cbc {
  overflow: hidden;
}

@media (max-width: 992px) {
  body.open-nav {
    overflow: hidden;
    /*
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    */
  }
  body.open-nav .cbc {
    overflow: hidden;
  }
}

.home-page .header {
  border-bottom: none;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1720px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  position: relative;
  z-index: 9;
  border-bottom: 1px solid var(--stroke);
}
.header__wrap {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 568px) {
  .header__wrap {
    height: 90px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .header__logo {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
  .header__logo .header-burger {
    display: none;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__contacts .button {
  border-color: var(--red);
}
@media (max-width: 568px) {
  .header__contacts .button {
    display: none;
  }
}
.header__contacts .button:hover {
  border-color: var(--red);
  background-color: var(--red);
}
.header__phones {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1200px) {
  .header__phones {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .header__phones {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  display: block;
}
@media (max-width: 568px) {
  .header-logo img {
    height: 68px;
  }
}

.header-location {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  padding-left: 38px;
  background: url(../../images/icon-location.svg) left center no-repeat;
}
.header-location:hover {
  color: var(--green);
}
@media (max-width: 992px) {
  .header-location {
    overflow: hidden;
    width: 24px;
    height: 24px;
    display: block;
    padding: 0;
    font-size: 0;
    color: transparent;
    text-indent: -1000px;
  }
}

.header-phone {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 1200px) {
  .header-phone {
    overflow: hidden;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: transparent;
    text-indent: -1000px;
    background: url(../../images/icon-phone.svg) center no-repeat;
  }
}
.header-phone:hover {
  color: var(--green);
}

.header-msgr img {
  display: block;
}

.header-burger {
  display: block;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  background: url(../../images/burger.svg) var(--green) center no-repeat;
  cursor: pointer;
}
@media (max-width: 568px) {
  .header-burger {
    width: 36px;
    height: 36px;
    background-size: 24px;
    border-radius: 6px;
  }
}
.header-burger.open {
  background-image: url(../../images/burger-close.svg);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  .header-nav {
    gap: 30px;
  }
}
.header-nav__item:hover .header-nav__link._drop {
  color: var(--green);
}
.header-nav__item:hover .header-nav__link._drop::after {
  transform: rotate(180deg);
}
.header-nav__item:hover .header-nav__link._drop::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -50px;
  bottom: -50px;
}
.header-nav__item:hover .header-drop-nav {
  display: flex;
}
.header-nav__link {
  position: relative;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}
.header-nav__link:hover {
  color: var(--green);
}
.header-nav__link._drop {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-nav__link._drop::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/chevron-down.svg);
  transition: 0.2s;
}
.header-nav .header-drop-nav {
  display: none;
}

.header-drop-nav {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: var(--white);
  border-radius: 0 0 40px 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 390px;
  margin-left: calc((100vw - 1720px) / -2);
  margin-right: calc((100vw - 1720px) / -2);
}
@media (max-width: 1720px) {
  .header-drop-nav {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .header-drop-nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 992px) {
  .header-drop-nav {
    position: static;
    border-radius: 0;
    padding: 0;
  }
}
.header-drop-nav .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-drop-nav .container {
    flex-direction: column;
    gap: 20px;
  }
}
.header-drop-nav__col {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
@media (max-width: 992px) {
  .header-drop-nav__col {
    gap: 20px;
  }
}
.header-drop-nav__link {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
}
.header-drop-nav__link:hover {
  color: var(--green);
}



@media (max-width: 992px) {
  .header-drop-nav__promo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-drop-nav._inner .header-drop-nav__promo {
    display: none;
  }
}
.header-drop-nav._inner .header-drop-nav__col {
  gap: 15px;
}
.header-drop-nav._inner .header-drop-nav__link {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}

.nav-promo-box {
  display: flex;
  border-radius: 34px;
  width: 535px;
  /*height: 230px;*/
  height: auto;
  background: var(--green);
  overflow: hidden;
}
.nav-promo-box:hover .nav-promo-box__cover img {
  transform: scale(1.1);
}
.nav-promo-box__wrap {
  flex: 1;
  padding: 24px;
  color: var(--white);
  position: relative;
}
.nav-promo-box__cover {
  width: 205px;
  overflow: hidden;
}
.nav-promo-box__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.nav-promo-box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.nav-promo-box__label {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 0 16px;
  height: 34px;
  background: var(--red);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav-promo-box__date {
  font-size: 16px;
  line-height: 160%;
}
.nav-promo-box__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  transition: 0.2s;
  flex: 1;
}
.nav-promo-box__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 160%;
  margin-top: 20px;
  transition: 0.2s;
}
.nav-promo-box__price::after {
  content: "";
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
  background: url(../../images/icon-link.svg) var(--white) center/24px no-repeat;
  border-radius: 8px;
  transition: 0.2s;
}

.main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
@media (max-width: 992px) {
  .main-nav {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: var(--white);
  }
}
@media (max-width: 568px) {
  .main-nav {
    top: 90px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--white);
}
@media (max-width: 1600px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.radius-box {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .radius-box {
    border-radius: 20px;
  }
}

.radius-box-top {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1200px) {
  .radius-box-top {
    border-radius: 20px 20px 0 0;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .title-h2 {
  margin: 0;
}

@media (max-width: 568px) {
  .section-header-more {
    display: none;
  }
}

.section-mobile-footer {
  display: none;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .section-mobile-footer {
    display: block;
  }
}
.section-mobile-footer .button {
  width: 100%;
}

/* PROMO BOX */
.promo-box {
  position: relative;
  z-index: 0;
  margin-bottom: -40px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  height: 790px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}
@media (max-width: 1200px) {
  .promo-box {
    border-radius: 20px 20px 0 0;
    margin-bottom: -20px;
  }
}
@media (max-width: 568px) {
  .promo-box {
    height: auto;
  }
}
.promo-box__wrap {
  max-width: 760px;
  padding-top: 130px;
}
@media (max-width: 568px) {
  .promo-box__wrap {
    padding: 80px 20px 120px;
    margin: 0 -20px;
    background: rgba(2, 44, 24, 0.4);
  }
}
.promo-box__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 75px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .promo-box__title {
    font-size: 42px;
    line-height: 120%;
  }
}
.promo-box__descr {
  font-size: 28px;
  line-height: 160%;
}
@media (max-width: 568px) {
  .promo-box__descr {
    font-size: 24px;
    line-height: 140%;
  }
}
.promo-box__control {
  margin-top: 60px;
}

.sale-slider__item {
  height: auto;
}

.sale-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background: var(--light-grey);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .sale-card {
    border-radius: 20px;
  }
}
.sale-card::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 70px;
  height: 70px;
  background: url(../../images/icon-link.svg) var(--white) center no-repeat;
  border-radius: 8px;
  opacity: 0;
  transition: 0.2s;
}
.sale-card:hover {
  color: var(--white);
  background: var(--green);
}
.sale-card:hover .sale-card__price,
.sale-card:hover .sale-card__date {
  color: var(--white);
}
.sale-card:hover::after {
  opacity: 1;
}
.sale-card__wrap {
  display: flex;
  flex-direction: column;
  padding: 34px;
  flex: 1;
}
@media (max-width: 1200px) {
  .sale-card__wrap {
    padding: 20px;
  }
}
.sale-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
@media (max-width: 1200px) {
  .sale-card__header {
    margin-bottom: 20px;
  }
}
.sale-card__label {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 0 16px;
  height: 34px;
  background: var(--red);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 1200px) {
  .sale-card__label {
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
  }
}
.sale-card__date {
  font-size: 18px;
  line-height: 160%;
  color: var(--gray);
}
@media (max-width: 1200px) {
  .sale-card__date {
    font-size: 14px;
  }
}
.sale-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  transition: 0.2s;
  flex: 1;
}
@media (max-width: 1200px) {
  .sale-card__title {
    font-size: 22px;
  }
}
@media (max-width: 568px) {
  .sale-card__title {
    font-size: 26px;
  }
}
.sale-card__price {
  font-size: 28px;
  line-height: 160%;
  margin-top: 14px;
  color: var(--green);
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .sale-card__price {
    font-size: 20px;
  }
}
.sale-card__cover {
  height: 210px;
}
.sale-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .service-list {
    flex-direction: column;
  }
}
.service-list__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .service-list__col {
    width: 100%;
  }
}

.service-card {
  position: relative;
  border-radius: 40px;
  padding: 40px;
  background: var(--white);
}
@media (max-width: 1200px) {
  .service-card {
    padding: 20px;
    border-radius: 20px;
  }
}
.service-card:hover .service-card__title {
  color: var(--red);
}
.service-card:hover .service-card__price {
  color: var(--black);
}
.service-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  color: var(--black);
  margin-bottom: 34px;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .service-card__title {
    font-size: 32px;
  }
}
.service-card__icon {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 1200px) {
  .service-card__icon {
    right: 20px;
    top: 20px;
  }
  .service-card__icon img {
    width: 40px;
  }
}
.service-card__tags {
  position: relative;
  z-index: 1;
  margin: 73px 0;
}
@media (max-width: 767px) {
  .service-card__tags {
    margin: 0;
  }
}
.service-card__price {
  font-size: 28px;
  line-height: 160%;
  color: var(--green);
  margin-top: 34px;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .service-card__price {
    font-size: 22px;
  }
}
.service-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 5px 13px;
  background: var(--white);
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: var(--gray);
}
@media (max-width: 1200px) {
  .tag {
    font-size: 14px;
  }
}
.tag:hover {
  border-color: var(--red);
  color: var(--red);
}

.case-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background: var(--light-grey);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .case-card {
    border-radius: 20px;
  }
}
.case-card__wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 34px;
  flex: 1;
}
@media (max-width: 1200px) {
  .case-card__wrap {
    padding: 20px;
  }
}
.case-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  flex: 1;
}
@media (max-width: 1200px) {
  .case-card__title {
    font-size: 24px;
    line-height: 120%;
  }
}
@media (max-width: 992px) {
  .case-card__title {
    font-size: 22px;
  }
}
.case-card__detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .case-card__detail {
    display: block;
  }
}
@media (max-width: 992px) {
  .case-card__detail {
    font-size: 14px;
  }
}
.case-card__detail div {
  display: flex;
  gap: 10px;
}
.case-card__detail span {
  font-size: 16px;
  line-height: 160%;
  color: var(--gray);
}
@media (max-width: 992px) {
  .case-card__detail span {
    font-size: 14px;
  }
}

.case-card__photo img {
  opacity: 0;
}

.case-card__photo .twentytwenty-container img {
  opacity: 1;
}



.twentytwenty-handle {
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
  border: none;
  background: url(../../images/icon-comparison.svg) center no-repeat;
  box-shadow: none;
}
.twentytwenty-handle span {
  display: none;
}

.case-card-info {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 160%;
  border-radius: 18px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1200px) {
  .case-card-info {
    padding: 12px;
    font-size: 14px;
  }
}
.case-card-info__title {
  color: var(--gray);
}
.case-card-info__val {
  color: var(--black);
}

a.case-card-info {
  padding-right: 40px;
}
a.case-card-info::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  background: url(../../images/icon-link.svg);
}
@media (max-width: 1200px) {
  a.case-card-info::after {
    width: 24px;
    height: 24px;
    right: 10px;
    background-size: contain;
  }
}

.card-label {
  display: inline-flex;
  align-items: center;
  border-radius: 200px;
  padding: 0 18px;
  height: 39px;
  font-size: 18px;
  color: var(--black);
}
@media (max-width: 1200px) {
  .card-label {
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
  }
}
.card-label._type-1 {
  color: var(--white);
  background: var(--orange);
}
.card-label._type-2 {
  background: var(--green-light);
}
.card-label._type-3 {
  background: var(--blue);
}

.feedback-form {
  display: flex;
  justify-content: space-between;
  background: url(../../images/feedback-form-bg.jpg) var(--green) center/cover no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .feedback-form {
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 60px;
  }
}
.feedback-form._bottom-overlay {
  padding-bottom: 140px;
  margin-bottom: -40px;
}
@media (max-width: 1200px) {
  .feedback-form._bottom-overlay {
    padding-bottom: 100px;
  }
}
.feedback-form__header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 760px;
}
@media (max-width: 1200px) {
  .feedback-form__header {
    width: 100%;
    gap: 0;
  }
}
.feedback-form__wrap {
  width: 554px;
}
@media (max-width: 1200px) {
  .feedback-form__wrap {
    width: 100%;
  }
}
.feedback-form-title {
  color: var(--white);
  margin-bottom: 20px;
  flex: 1;
}
.feedback-form-text {
  font-size: 28px;
  line-height: 160%;
  color: var(--white);
}
@media (max-width: 1200px) {
  .feedback-form-text {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (max-width: 568px) {
  .feedback-form-text {
    font-size: 22px;
  }
}
.feedback-form-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.feedback-form-footer .button {
  width: 100%;
}
.feedback-form-note {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: var(--text-green-light);
}
.feedback-form textarea,
.feedback-form input[type=text],
.feedback-form input[type=password],
.feedback-form input[type=email],
.feedback-form input[type=tel] {
  width: 100%;
  height: 68px;
  border-radius: 8px;
  padding: 0 24px;
  font-family: var(--font-family);
  font-size: 18px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--white);
}
.feedback-form textarea::-moz-placeholder, .feedback-form input[type=text]::-moz-placeholder, .feedback-form input[type=password]::-moz-placeholder, .feedback-form input[type=email]::-moz-placeholder, .feedback-form input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: var(--white);
}
.feedback-form textarea::placeholder,
.feedback-form input[type=text]::placeholder,
.feedback-form input[type=password]::placeholder,
.feedback-form input[type=email]::placeholder,
.feedback-form input[type=tel]::placeholder {
  opacity: 1;
  color: var(--white);
}
.feedback-form textarea {
  resize: none;
  padding: 18px 24px;
  height: 120px;
}

.about-box {
  display: flex;
}
@media (max-width: 992px) {
  .about-box {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -55px;
  }
}
@media (max-width: 568px) {
  .about-box {
    margin-top: -38px;
  }
}
.about-box__wrap {
  width: 50%;
  padding-right: 70px;
}
@media (max-width: 1200px) {
  .about-box__wrap {
    width: 60%;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .about-box__wrap {
    width: 100%;
    padding-right: 0;
  }
}
.about-box__header {
  margin-bottom: 24px;
}
.about-box__header .title-h2 {
  margin: 0;
}
.about-box__body {
  margin-bottom: 80px;
}
@media (max-width: 568px) {
  .about-box__body {
    margin-bottom: 40px;
  }
}
.about-box__cover {
  position: relative;
  width: 50%;
}
@media (max-width: 1200px) {
  .about-box__cover {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .about-box__cover {
    width: 100%;
    order: -1;
    height: 300px;
  }
}
.about-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .about-box__cover img {
    border-radius: 20px;
  }
}
.about-box__cover .ya-rate {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 34px;
}
@media (max-width: 1200px) {
  .about-box__cover .ya-rate {
    transform: scale(0.6) !important;
    transform-origin: top right;
  }
}

.advantage-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  padding: 0 24px;
  height: 70px;
  background: var(--light-grey);
}
@media (max-width: 568px) {
  .advantage-card {
    flex-direction: column;
    padding: 15px;
    height: 100%;
    text-align: center;
  }
}
.advantage-card__icon img {
  display: block;
}
.advantage-card__title {
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 992px) {
  .advantage-card__title {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .advantage-card__title {
    display: flex;
    align-items: center;
    min-height: 40px;
  }
}

.page-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1200px) {
  .page-header {
    flex-direction: column;
    padding-top: 0;
  }
}
.page-header__wrap {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .page-header__wrap {
    width: 100%;
    padding-right: 0;
  }
}
.page-header__title {
  margin-bottom: 14px;
}
.page-header__cover {
  width: 50%;
}
@media (max-width: 1200px) {
  .page-header__cover {
    width: 100%;
    padding-right: 0;
  }
}
.page-header__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page-header__cover img {
    border-radius: 20px;
  }
}

.price-list {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .price-list {
    border-radius: 20px;
  }
}
.price-list th {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green);
  text-align: left;
  padding: 24px;
}
.price-list th:last-child {text-align:right}
@media (max-width: 992px) {
  .price-list th {
    font-size: 16px;
    padding: 24px 15px 20px;
  }
}
.price-list th:last-child {
  padding-left: 0;
}
.price-list td {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #1b1b1b;
  padding: 24px;
  background: #ecfaf3;
}
@media (max-width: 992px) {
  .price-list td {
    font-size: 16px;
    padding: 15px;
  }
}
.price-list td:first-child {
  width: 100%;
}
.price-list td:last-child {
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  padding-left: 0;
}
.price-list tr:nth-child(odd) td {
  background: #e4f3eb;
}

.faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  border: 1px solid var(--stroke);
  border-radius: 24px;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .faq__item {
    border-radius: 15px;
  }
}
.faq__item.open {
  background: var(--white);
  border-color: var(--white);
}
.faq__item.open .faq__item-question {
  color: var(--green);
}
.faq__item.open .faq__item-question::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(0.5);
}
.faq__item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  gap: 15px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .faq__item-question {
    font-size: 20px;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .faq__item-question {
    font-size: 18px;
    padding: 15px;
    align-items: flex-start;
  }
}
.faq__item-question::after {
  content: "";
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: url(../../images/faq-arrow.svg) center no-repeat;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .faq__item-question::after {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.faq__item-answer {
  margin-top: -14px;
  padding: 0 34px 34px 34px;
  font-size: 20px;
  line-height: 160%;
  display: none;
}
@media (max-width: 1200px) {
  .faq__item-answer {
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .faq__item-answer {
    padding: 0 15px 15px 15px;
  }
}

.doctor-list {
  display: flex;
  gap: 20px;
}
.doctor-list .doctor-card {
  width: 100%;
}

.doctor-card {
  border-radius: 40px;
  overflow: hidden;
  background: var(--white);
}
@media (max-width: 1200px) {
  .doctor-card {
    border-radius: 20px;
  }
}
.doctor-card__photo {
  max-height: 450px;
  position: relative;
}
.doctor-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-card__photo a {display:block}
.doctor-card__photo a img {margin:auto}
.serts .doctor-card__photo a img {width: auto;height: auto;}
.doctor-card__wrap {
  padding: 34px;
}
.doctor-card__label {
  position: absolute;
  left: 34px;
  bottom: 34px;
  border-radius: 20px;
  padding: 0 16px;
  height: 34px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.doctor-card__label._type-1 {
  background: var(--green-light);
}
.doctor-card__label._type-2 {
  color: var(--white);
  background: var(--orange);
}
.doctor-card__label._type-3 {
  background: var(--blue);
}
.doctor-card__name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 14px;
}
.doctor-card__post {
  font-size: 20px;
  line-height: 160%;
  color: var(--gray);
}

.text-box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1200px) {
  .text-box {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .text-box__col {
    max-width: 700px;
    width: 50%;
  }
}

.popup {
  display: none;
  border-radius: 0;
  max-width: 560px;
  width: 100%;
  padding: 0;
  background: var(--light-grey);
  font-family: var(--font-family);
}
@media (max-width: 568px) {
  .popup {
    padding: 24px;
  }
}
.popup__wrap {
  padding: 34px;
  flex: 1;
}
@media (max-width: 568px) {
  .popup__wrap {
    padding: 24px;
  }
}
.popup__cover {
  width: 395px;
}
@media (max-width: 992px) {
  .popup__cover {
    width: 310px;
  }
}
@media (max-width: 568px) {
  .popup__cover {
    display: none;
  }
}
.popup__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 14px;
}
@media (max-width: 568px) {
  .popup-title {
    font-size: 32px;
  }
}
.popup-note {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
@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: 50px;
  background: none;
  font-size: 18px;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid #ababab;
  padding: 0;
  -webkit-appearance: none !important;
  outline: none !important;
}
.popup-form input[type=text]:focus,
.popup-form input[type=password]:focus,
.popup-form input[type=email]:focus,
.popup-form input[type=tel]:focus {
  border-bottom: 1px solid var(--blue);
}
.popup-form input[type=text]:focus + img,
.popup-form input[type=password]:focus + img,
.popup-form input[type=email]:focus + img,
.popup-form input[type=tel]:focus + img {
  opacity: 1;
}
.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 input[type=text]:required:not(:focus):valid,
.popup-form input[type=password]:required:not(:focus):valid,
.popup-form input[type=email]:required:not(:focus):valid,
.popup-form input[type=tel]:required:not(:focus):valid {
  border-color: var(--black);
}
.popup-form input[type=text]:required:not(:focus):valid + img,
.popup-form input[type=password]:required:not(:focus):valid + img,
.popup-form input[type=email]:required:not(:focus):valid + img,
.popup-form input[type=tel]:required:not(:focus):valid + img {
  opacity: 1;
  filter: none;
}
.popup-form__footer {
  margin-top: 30px;
}

.form-footer .button {
  height: 78px;
  width: 100%;
}
.form-footer__note {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #656565;
  margin-top: 14px;
}
.form-footer__note a:hover {
  text-decoration: underline;
}

.form-field {
  margin-bottom: 20px;
  position: relative;
}
.form-field img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0);
  opacity: 0.4;
}

.footer {
  padding: 80px 0;
  background: var(--light-grey);
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1200px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a:not(.button):hover {
  color: var(--green);
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: var(--gray);
}
@media (max-width: 992px) {
  .footer__info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
}
.footer__contacts {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-radius: 40px;
  padding: 40px;
  height: 275px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .footer__contacts {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .footer__contacts {
    flex-direction: column;
    height: auto;
    padding: 120px 20px 20px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer-logo {
  margin-bottom: 24px;
}
.footer-logo img {
  display: block;
}
@media (max-width: 992px) {
  .footer-logo {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

.footer-dev {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .footer-dev {
    justify-content: center;
  }
}
.footer-dev a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-dev img {
  display: block;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .footer-nav {
    font-size: 16px;
  }
}

.footer-phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .footer-phones {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .footer-phones {
    order: 2;
  }
}
@media (max-width: 568px) {
  .footer-phones__item {
    display: none;
  }
}
.footer-phones__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 7px;
}

.footer-addr {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 395px;
}
@media (max-width: 1200px) {
  .footer-addr {
    max-width: 350px;
  }
}
@media (max-width: 568px) {
  .footer-addr {
    order: 1;
  }
}
.footer-addr-label {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: var(--gray);
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .footer-addr-label {
    font-size: 16px;
  }
}
.footer-addr-val {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .footer-addr-val {
    font-size: 16px;
  }
}

.footer-map {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  width: 533px;
  height: 195px;
}
@media (max-width: 1200px) {
  .footer-map {
    border-radius: 20px;
  }
}

.contacts_map {height:auto;overflow:inherit;}

@media (max-width: 992px) {
  .footer-map {
    width: auto;
  }
  .contacts_page {padding:20px}
}
@media (max-width: 568px) {
  .footer-map {
    order: 3;
  }
}
.footer-map img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-nav__item a.header-nav__link.active {
   color: var(--green);
}

.header-drop-nav__item a.header-drop-nav__link.active {
  color: var(--green);
}


.footer__nav nav.footer-nav div a.active {
  color: var(--green);
}


.error {
  background: pink!important;
}

.price h2 {color:var(--green); font-size: 32px; font-weight: 700;margin:70px 0 30px;}
.section h2:first-child {margin:0px 0 30px;}
/* Stylesheet: Стиль Modified On 2025-08-22 21:07:03 */
