:root {
  --main-bg-color: #eef5f2;
  --primary-color: #1e1e1e;
  --black: #1e1e1e;
  --gray-dark-text: #3d3d3d;
  --green: #00953b;
  --white: #fff;
  --gray-light: #eef5f2;
  --gray-2: #959595;
  --gray-4: #bdbdbd;
  --gray-6: #f2f2f2;
  --body-font-size: 14px;
  --body-font-family: "Commissioner", sans-serif;
  --title-font-family: "Commissioner", sans-serif;
}

* {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}





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.3s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

input::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

textarea::placeholder {
  opacity: 0.7;
  color: var(--primary-color);
}

input[type=submit] {
  cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: var(--primary-color);
  font-family: var(--body-font-family);
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 20px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}

.title-h1 {
  font-weight: 400;
  font-size: 76px;
  line-height: 113%;
  margin: 0 0 70px;
}
@media (max-width: 1200px) {
  .title-h1 {
    font-size: 68px;
    margin: 0 0 50px;
  }
}
@media (max-width: 992px) {
  .title-h1 {
    font-size: 64px;
    margin: 0 0 40px;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 36px;
    margin: 0 0 30px;
  }
}
.title-h1 strong {
  font-weight: 600;
  font-size: 86px;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .title-h1 strong {
    font-size: 72px;
  }
}
@media (max-width: 992px) {
  .title-h1 strong {
    font-size: 68px;
  }
}
@media (max-width: 568px) {
  .title-h1 strong {
    font-size: 42px;
  }
}

.title-h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 105%;
  margin: 0 0 70px;
}

.art_open {margin-bottom:60px;}

.art_open h2 {
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 60px;
  line-height: 1.1;
}

.art_open p {
    font-size: 18px;
    line-height: 156%;
    margin: 0 0 15px;
}

.art_open li {
    font-size: 18px;
    line-height: 156%;
    margin: 0 0 15px;
    padding-bottom: 0 !important;
    background: url(/uploads/arrow01.png) no-repeat 0 10px !important;
    padding-left:15px;
}

.art_open ol li {background:none !important}

@media (max-width: 1200px) {
  .title-h2 {
    font-size: 58px;
    margin: 0 0 50px;
  }
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 54px;
    margin: 0 0 40px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 36px;
    margin: 0 0 30px;
  }

.art_open h2 {
  font-size: 30px;font-weight: 500;
}

.art_open p {
    font-size: 16px;
}

.art_open li {
    font-size: 16px;
}


}
@media (max-width: 390px) {
  .title-h2 {
    font-size: 32px;
  }
}
.title-h2 span {
  color: var(--green);
}

.title-h3 {
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 40px;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .title-h3 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .title-h3 {
    font-size: 25px;
  }
}
.title-h3 + .title-h5 {
  margin-top: -40px;
}

.title-h4 {
  font-weight: 600;
  font-size: 34px;
  line-height: 121%;
}
@media (max-width: 1200px) {
  .title-h4 {
    font-size: 28px;
  }
}

.info-image .title-h2 span {color: #fff;}

@media (max-width: 992px) {
  .title-h4 {
    font-size: 24px;margin: 40px 0 0 !important;
  }
}
.title-h4:first-child {
  margin-top: 0 !important;
}
.title-h4:last-child {
  margin-bottom: 0;
}

.title-h5 {
  font-weight: 400;
  font-size: 26px;
  line-height: 131%;
}
@media (max-width: 992px) {
  .title-h5 {
    font-size: 22px;
  }
}
@media (max-width: 568px) {
  .title-h5 {
    font-size: 18px;
  }
}

.cms_submit,
.button {
  cursor: pointer;
  transition: 0.5s;
  border: none;
  background: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 70px;
  border-radius: 40px;
  text-decoration: none !important;
  min-width: 160px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white) !important;
}
.btn_one {margin-bottom: 50px;}


@media (max-width: 1200px) {
  .cms_submit,
  .button {
    height: 64px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cms_submit,
  .button {
    height: 52px;
    font-size: 12px;
  }
}
.cms_submit:hover,
.button:hover {
  color: var(--white) !important;
  background-color: var(--gray-dark-text) !important;
}
@media (max-width: 568px) {
  .cms_submit,
  .button {
    width: 100%;
  }
}
.cms_submit._blur,
.button._blur {
  color: var(--white);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
}
.cms_submit._blur:hover,
.button._blur:hover {
  background-color: var(--green);
}
.cms_submit._white,
.button._white {
  color: var(--black) !important;
  background: var(--white) !important;
}
.cms_submit._white:hover,
.button._white:hover {
  color: var(--green);
}
.cms_submit._gray,
.button._gray {
  color: var(--black);
  background: var(--gray-light);
}
.cms_submit._gray:hover,
.button._gray:hover {
  color: var(--green);
}
@media (max-width: 568px) {
  .cms_submit._more,
  .button._more {
    width: auto;
    margin-bottom: 15px;
  }
}
.cms_submit._more::after,
.button._more::after {
  content: "";
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-left: 20px;
  margin-right: -15px;
  background: url(../../images/more-icon.svg) center no-repeat;
}
.cms_submit._more._gray::after,
.button._more._gray::after {
  background-image: url(../../images/more-icon-gray.svg);
}
.cms_submit._more._white::after,
.button._more._white::after {
  background-image: url(../../images/more-icon-green.svg);
}
.cms_submit._sale,
.button._sale {
  padding: 0 12px 0 24px;
}
.cms_submit._sale::after,
.button._sale::after {
  content: "";
  width: 29px;
  height: 29px;
  margin-left: 10px;
  background-image: url(../../images/icon-sale.svg);
}
.cms_submit._sm,
.button._sm {
  height: 56px;
  font-size: 14px;
  font-weight: 500;
}
.cms_submit._xs,
.button._xs {
  height: 52px;
  font-size: 14px;
  font-weight: 500;
}

.typography {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 568px) {
  .typography {
    font-size: 16px;
  }
  .button._more::after {display:none}
}
.typography p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--gray-dark-text);
  margin: 0 0 18px;
}
@media (max-width: 568px) {
  .typography p {
    font-size: 16px;
  }
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography ul:not([class]) {
  margin-bottom: 20px;
  padding-left: 10px;
}
.typography ul:not([class]) li {
  font-size: 18px;
  line-height: 1.5;
  color: var(--gray-dark-text);
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 568px) {
  .typography ul:not([class]) li {
    font-size: 16px;
  }
}
.typography ul:not([class]) 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: 18px;
  line-height: 1.5;
  color: var(--gray-dark-text);
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography h2:not([class]) {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  margin: 40px 0 20px;
}
.typography h2:first-child {
  margin-top: 0;
}
@media (max-width: 568px) {
  .typography h2:not([class]) {
    font-size: 26px;
    line-height: 1.2;
  }
}
.typography h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  margin: 40px 0 30px;
}
.typography h3:first-child {
  margin-top: 0;
}
@media (max-width: 568px) {
  .typography h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.typography a {
  color: #FF0000;
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
}

.breadcrumb {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
}
@media (max-width: 1600px) {
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 20px;
    overflow: auto;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 5px;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb * {
    white-space: nowrap;
  }
  .breadcrumb a:first-child {
    margin-left: 0;
  }
}
.breadcrumb a {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
}
.breadcrumb a:hover {
  color: var(--white);
}
.breadcrumb span {
  color: var(--white);
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.forms__label {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}
.forms__label span {
  color: var(--green);
}
.forms__row {
  display: flex;
  margin: 0 -4px 15px;
}
.forms__row:last-child {
  margin-bottom: 0;
}
.forms__field {
  padding: 0 4px;
  width: 100%;
}
.forms .checkbox {
  font-weight: 300;
  font-size: 12px;
}
.forms .checkbox sup {
  margin-right: 10px;
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  background: var(--white);
  border: 1px solid #E0E0E0;
}
.forms textarea {
  padding: 20px;
  resize: none;
  height: 260px;
}
@media (max-width: 568px) {
  .forms textarea {
    height: 200px;
  }
}
.forms .jq-selectbox {
  width: 100%;
}
.forms._white textarea,
.forms._white input[type=text],
.forms._white input[type=password],
.forms._white input[type=email],
.forms._white input[type=tel] {
  border: none;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}
.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: var(--green);
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--green);
  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(--green);
}
.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(--title-font-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(--green);
}
.more-link._black::after {
  filter: brightness(0);
}
.more-link._black:hover::after {
  filter: none;
}

.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 {
  border: none;
  background-color: transparent;
  width: 47px;
  height: 47px;
  transition: 0.5s;
}
.swiper-button:hover {
  transform: scale(1.1);
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  background-image: url(../../images/arrow-prev.svg);
}
.swiper-button-next {
  background-image: url(../../images/arrow-next.svg);
}
.post-slider-box .swiper-button-next, .post-slider-box .swiper-button-prev {width:47px !important;}
.swiper-button-disabled {
  filter: none;
  cursor: default;
  background-color: transparent;
  opacity: 0.15;
  filter: brightness(0) invert(0.5);
  pointer-events: initial !important;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 6px;
  background-color: var(--green);
  opacity: 1;
  border-radius: 5px;
  transition: 0.5s;
}
.swiper-pagination-bullet:hover {
  background-color: var(--gray-dark-text);
}
.swiper-pagination-bullet-active {
  width: 80px;
  background-color: var(--green);
}

.swiper-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--green);
}

/* 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: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.dark-bg {
  color: var(--white);
  background: var(--gray-dark-text);
}

.light-bg {
  background: var(--gray-light);
}

.white-bg {
  background: var(--white) !important;
}

.green-bg {
  color: var(--white);
  background: var(--green);
}

.clr-green {
  color: var(--green);
}

@media (max-width: 767px) {
  .sm-hide {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.col-md-4 {
  position: relative;
}
.col-md-4:nth-child(1) {
  z-index: 110;
}
.col-md-4:nth-child(1) {
  z-index: 110;
}
.col-md-4:nth-child(2) {
  z-index: 109;
}
.col-md-4:nth-child(3) {
  z-index: 108;
}
.col-md-4:nth-child(4) {
  z-index: 107;
}
.col-md-4:nth-child(5) {
  z-index: 106;
}
.col-md-4:nth-child(6) {
  z-index: 105;
}

.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: 1600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.header__wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1705px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .header__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
  }
}
@media (max-width: 568px) {
  .header__wrap {
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  margin: 0 55px;
  gap: 50px;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .header__nav {
    margin: 0 35px 0 0;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 36, 34, 0.99);
    z-index: -1;
    margin: 0;
    padding: 100px 20px 0 20px;
  }
}

.header__nav .burger-btn {
  display: flex;
  min-width: 40px;
}

.header__nav .burger-btn span {
  width: 40px;
}

.header__nav .burger-btn::before,
.header__nav .burger-btn::after {
  width: 40px;
}

@media (max-width: 992px) {
  .header__nav .burger-btn {
    display: none;
  } 
}

.header__logo {
  padding-right: 10px;
}
.header__contacts {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .header__contacts {
    display: flex;
    align-items: center;
  }
}
.header__contacts-top {
  display: flex;
  align-items: center;
}
.header-addr {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--gray-4);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .header-addr {
    white-space: normal;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .header-addr {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__contacts .header-phone {
    order: 2;
    margin: 0 12px;
  }
}
.header__contacts .header-soc {
  margin-right: 12px;
}
@media (max-width: 992px) {
  .header__contacts .header-soc {
    order: 1;
    gap: 12px;
    margin-right: 0;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    display: block;
    order: 3;
  }
}
.header {
  color: var(--white);
  background: rgba(44, 36, 34, 0.8);
}
.header .header-phone,
.header .header-logo__title {
  color: var(--white);
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__image {
  margin-right: 15px;
  display: block;
  border-radius: 50%;
  background: var(--white);
}
@media (max-width: 1360px) {
  .header-logo__image {
    width: 66px;
  }
}
@media (max-width: 568px) {
  .header-logo__image {
    width: 50px;
  }
}
.header-logo__title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 1600px) {
  .header-logo__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1360px) {
  .header-logo__title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header-logo__title {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-logo__title {
    display: block;
  }
}
@media (max-width: 568px) {
  .header-logo__title {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .header-logo__title {
    font-size: 10px;
  }
}
.header-logo__slogan {
  font-size: 15px;
  color: var(--gray-4);
}
@media (max-width: 1600px) {
  .header-logo__slogan {
    font-size: 12px;
  }
}
@media (max-width: 1360px) {
  .header-logo__slogan {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .header-logo__slogan {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-logo__slogan {
    display: block;
  }
}
@media (max-width: 568px) {
  .header-logo__slogan {
    font-size: 10px;
  }
}

.header-phone {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header-phone {
    font-size: 22px;
  }
}
@media (max-width: 1360px) {
  .header-phone {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header-phone {
    display: block;
    font-size: 0;
    text-indent: -1000px;
    width: 20px;
    height: 20px;
    background: url(../../images/icon-phone.svg) center no-repeat;
  }
}

.header-soc {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-soc__item {
  display: block;
}
.header-soc img {
  display: block;
}
@media (max-width: 1360px) {
  .header-soc img {
    width: 20px;
  }
}

.drop-nav {
  display: none;
  position: absolute;
  top: 100%;
  color: var(--white);
  background: rgba(44, 36, 34, 0.8);
  padding: 20px;
  min-width: 200px;
  left: -20px;
  margin-top: 10px;
}

.drop-nav__item {
  margin-bottom: 15px;
}

.drop-nav__item:last-child {
  margin-bottom: 0;
}

.drop-nav__link {
  display: inline-block;
  font-size: 18px;
}

.drop-nav__link.active {color:#00953b}

.drop-nav__link:hover {
  color: var(--green);
}


@media (max-width: 992px) {
  .drop-nav {
    display: block;
    position: static;
    background: none;
    padding: 0;
    min-width: 0;
  }
  
  .drop-nav__item {
    margin-bottom: 10px;
  }
  
  .drop-nav__link {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 171%;
    text-transform: uppercase;
  }
}

.main-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-right: 20px;
}
@media (max-width: 1600px) {
  .main-nav {
    gap: 10px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .main-nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .main-nav__item {
    margin-bottom: 10px;
  }
}
.main-nav__link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .main-nav__link {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .main-nav__link {font-size: 21px;color:#fff;  }
  .main-nav__item:nth-child(5) .main-nav__link {font-size: 15px;margin-top:30px;}
  .main-nav__item:nth-child(6) .main-nav__link {font-size: 15px;}
  .main-nav__item:nth-child(7) .main-nav__link {font-size: 15px;}
}

@media (min-width: 992px) {
  .main-nav__link.active, .main-nav__link:hover {
    color: var(--green);
  }
}



@media (min-width: 992px) {
  .main-nav__item {
    position: relative;
  }
  .main-nav__item:hover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -60px;
  }
  .main-nav__item:hover .drop-nav {
    display: block;
  }
  .main-nav .drop-nav {
    white-space: nowrap;
    margin-top: 48px;
  }
}
@media (max-width: 992px) {
  .main-nav__link {
    display: block;
  }
  .main-nav__link._dropping {
    position: relative;
  }
  .main-nav__link._dropping::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    width: 26px;
    height: 26px;
    background: url(../../images/chevron-right-white.svg) center no-repeat;
  }
  .main-nav__link._dropping.open::before {
    transform: translate(0, -50%) rotate(270deg);
  }
  .main-nav__item .drop-nav {
    white-space: nowrap;
    display: none;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}



.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.no-bg.bot-0 {padding-bottom: 0;}

.bot-15 {padding-bottom: 15px;}

@media (max-width: 1200px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  .section__header {
    margin-bottom: 30px;
  }
}
.section__header .title-h2 {
  margin-bottom: 0;
}
.section._sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .section._sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section._xxs {
  padding-top: 5px;
  padding-bottom: 5px;
}


.section-header-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 568px) {
  .section-header-controls {
    display: none;
  }
}

.section-footer-controls {
  display: none;
}
@media (max-width: 568px) {
  .section-footer-controls {
    display: flex;
    gap: 15px;
    margin-top: 40px;
  }
  .section-footer-controls .button {
    width: 50%;
    justify-content: space-between;
  }
}

.promo-slider {
  position: relative;
}
.promo-slider__item {
  position: relative !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;cursor:grab;
}
@media (max-width: 1600px) {
  .promo-slider__item {
    justify-content: flex-start;
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .promo-slider__item {
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
  }
}
@media (max-width: 992px) {
  .promo-slider__item {
    max-height: 760px;
  }
}
@media (max-width: 568px) {
  .promo-slider__item {
    /*max-height: 500px;*/
    padding-left: 15px;
    padding-right: 15px;
  }
}
.promo-slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(47deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.promo-slider button {width:47px;height:47px;}

.promo-slider__item.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.promo-slider__item.swiper-slide-active .promo-slide__title {
  transition-delay: 0.8s;
}
.promo-slider__item.swiper-slide-active .promo-slide__text {
  transition-delay: 1.3s;
}
.promo-slider__item.swiper-slide-active .promo-slide__more {
  transition-delay: 1.8s;
}
.promo-slider .swiper-button {
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.promo-slider .swiper-button-prev {
  left: calc((100vw - 1510px) / 2);
}
.promo-slider .swiper-button-next {
  right: calc((100vw - 1510px) / 2);
}
@media (max-width: 1600px) {
  .promo-slider .swiper-button {
    display: none;
  }
}
.promo-slider .swiper-pagination {
  display: none;
}
@media (max-width: 1600px) {
  .promo-slider .swiper-pagination {
    display: block;
    text-align: left;
    padding: 0 30px;
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .promo-slider .swiper-pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .promo-slider .swiper-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.promo-slider .swiper-pagination-bullet {
  background: var(--white);
}
.promo-slider .swiper-pagination-bullet-active {
  background-color: var(--green);
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate=bottom] {
  transform: translate3d(0, 15px, 0);
}

.promo-slide {
  max-width: 1300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  padding-bottom: 80px;
  position: relative;
  z-index: 1;

  height: 100vh !important;
  min-height: 900px;
}
.promo-slide__title {
  font-size: 76px;
  line-height: 113%;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1600px) {
  .promo-slide__title {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .promo-slide__title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .promo-slide__title {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .promo-slide__title {
    font-size: 20px;
  }
}
.promo-slide__title strong {
  display: block;
  font-weight: 600;
  font-size: 86px;
  line-height: 105%;
  text-transform: uppercase;
  margin-top: 12px;
}
@media (max-width: 1600px) {
  .promo-slide__title strong {
    font-size: 76px;
  }
}
@media (max-width: 1200px) {
  .promo-slide__title strong {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .promo-slide__title strong {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .promo-slide__title strong {
    font-size: 26px;
  }
}
@media (max-width: 390px) {
  .promo-slide__title strong {
    font-size: 22px;
  }
}
.promo-slide__text {
  margin-top: 30px;
  font-size: 42px;
  line-height: 124%;
}
@media (max-width: 1600px) {
  .promo-slide__text {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .promo-slide__text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .promo-slide__text {
    font-size: 22px;
  }
}
@media (max-width: 568px) {
  .promo-slide__text {
    font-size: 18px;
  }
}
.promo-slide__more {
  margin-top: 50px;
}

.advantages {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0 -150px;
}
@media (max-width: 1700px) {
  .advantages {
    margin: 0 -100px;
  }
}
@media (max-width: 1600px) {
  .advantages {
    margin: 0;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .advantages {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .advantages {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
@media (max-width: 568px) {
  .advantages {
    gap: 50px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
  }
}
.advantages__item {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .advantages__item {
    width: 33.33%;
  }
}
@media (max-width: 568px) {
  .advantages__item {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .advantage-card {
    text-align: center;
  }
}
.advantage-card__icon {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .advantage-card__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .advantage-card__icon {
    margin-bottom: 15px;
  }
}
.advantage-card__icon img {
  display: block;
  height: 40px;opacity:0.6;
}
@media (max-width: 992px) {
  .advantage-card__icon img {
    margin: 0 auto;
  }
}
.advantage-card__title {
  font-weight: 300 !important;
  font-size: 22px;
  line-height: 145%;
  margin: 0;
}
@media (max-width: 1600px) {
  .advantage-card__title {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .advantage-card__title {
    font-size: 16px;
  }
}

.stat-info {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.stat-info .stat-info__item {width:24%}
@media (max-width: 767px) {
  .stat-info {
    flex-direction: column;
  }
  .stat-info .stat-info__item {width:100%}
}

@media (max-width: 767px) {
  .stat-card {
    text-align: center;
  }
}
.stat-card__value {
  font-size: 62px;
  line-height: 113%;
  color: var(--green);
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .stat-card__value {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .stat-card__value {
    font-weight: 600;
    justify-content: center;
  }
}
.stat-card__value img {
  position: relative;
  top: 20px;
  left: 10px;
}
@media (max-width: 1200px) {
  .stat-card__value img {
    top: 15px;
    height: 16px;
  }
}
.stat-card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .stat-card__title {
    font-size: 22px;
  }
}

.sale-card {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 507px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sale-card {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .sale-card {
    height: 320px;
    padding: 5px;
  }
}
.sale-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: 1.3s;
}
.sale-card__label {
  position: absolute;
  left: 0;
  top: 20px;
  background: #D61B2B;
  color: var(--white);
  font-weight: 600;
  font-size: 17px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 0 4px 4px 0 !important;
}
@media (max-width: 1600px) {
  .sale-card__label {
    font-weight: 500;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .sale-card__label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sale-card__label {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .sale-card__label {
    font-size: 11px;
  }
}
.sale-card__wrap {
  padding: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  min-height: 230px;
  transition: 1.3s;
}
@media (max-width: 1200px) {
  .sale-card__wrap {
    min-height: 260px;
  }
}
@media (max-width: 992px) {
  .sale-card__wrap {
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .sale-card__wrap {
    padding: 5px 5px 10px 5px;
  }
}
.sale-card__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sale-card__title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .sale-card__title span {
    display: block;
  }
}
@media (max-width: 992px) {
  .sale-card__title span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .sale-card__title span {
    display: block;
  }
}
.sale-card__descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .sale-card__descr {
    font-size: 16px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sale-card__descr {
    font-size: 13px;
    line-height: 140%;
  }
}
.sale-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 30px 20px;
  background: var(--gray-light);
  transform: translate(0, 100%);
  transition: 0.5s;
}
@media (min-width: 1200px) {
  .sale-card:hover .sale-card__info {
    transform: translate(0, 0);
  }
}

.sale-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.sale-info__title {
  color: var(--green);
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}
.sale-info__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.sale-info__descr {
  font-size: 15px;
  line-height: 1.4;
}
.sale-info__controls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page-cover {  
  margin-top: 0;
  height: 100vh;
  min-height: 900px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 155px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .page-cover {
    min-height: 0;
  }
}
.page-cover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

.page-title {
  color: var(--white);
  font-size: 76px;
  font-weight: 400;
  line-height: 86px;
  text-align: left;
  margin: 10px 0 25px;
}
.page-title strong {
  font-size: 86px;
  font-weight: 600;
  line-height: 90px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 1380px) {
  .page-title {
    font-size: 64px;
    line-height: 1.2;
  }
  .page-title strong {
    font-size: 72px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .page-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .page-title strong {
    font-size: 62px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .page-title strong {
    font-size: 38px;
    line-height: 1.2;
  }
}

.service-card {
  height: 845px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .service-card {
    height: auto;
  }
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

.service-card__wrap {
  position: relative;
  height: 100%;
}
.service-card__header {
  min-height: 350px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .service-card__header {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .service-card__header {
    margin-bottom: 30px;
  }
}
.service-card__title {
  font-weight: 600;
  font-size: 70px;
  line-height: 105%;
  color: var(--white);
  margin: 0 0 20px;
  max-width: 960px;
}
@media (max-width: 1200px) {
  .service-card__title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 32px;
  }
}
@media (max-width: 390px) {
  .service-card__title {
    font-size: 30px;
  }
}
.service-card__title._sm {
  font-size: 56px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .service-card__title._sm {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .service-card__title._sm {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.service-card__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 121%;
  margin: 0;
  color: var(--white);
  max-width: 740px;
}
@media (max-width: 1200px) {
  .service-card__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service-card__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.service-card__info {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: var(--white);
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .service-card__info {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .service-card__info {
    font-size: 16px;
    font-weight: 400;
  }
}
.service-card__label {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: var(--green);
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 15px;
  border-radius: 20px;
  background: var(--white);
}
@media (max-width: 992px) {
  .service-card__label {
    position: static;
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-card__label {
    font-size: 15px;
  }
}
.service-card__list {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  width: 430px;
}
@media (max-width: 992px) {
  .service-card__list {
    position: static;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .service-card__list {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .service-card__list {
    margin: 20px 0;
    width: 100%;
  }
}
.service-card__list-title {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 127%;
  margin-bottom: 20px;padding-left: 34px;
}
@media (max-width: 568px) {
  .service-card__list-title {
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
    align-items: center;
    padding-left:0;
  }
}
.service-card__list-title::after {
  content: ":";
}
@media (max-width: 568px) {
  .service-card__list-title::after {
    content: "";
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    background: url(../../images/chevron-down.svg) center/16px no-repeat;
    transition: 0.3s;
  }
}
.service-card__list-title.open::after {
  transform: rotate(180deg);
}

.service-card__price {
  overflow: hidden;
}
.service-card__buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .service-card__buttons {
    position: static;
  }
}
.service-card__buttons .button {
  width: 288px;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .service-card__buttons .button {
    width: 50%;
  }
}
.service-card._inner {
  height: 100vh;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .service-card._inner {
    height: auto;
  }
}

.service-card._inner .service-card__header {
  min-height: 0;
}

.service-card._inner .service-card__wrap {
  padding-bottom: 130px;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .service-card._inner .service-card__wrap {
    padding-bottom: 0;
  }
}

.service-card._inner .service-card__title {
  font-size: 38px;
  max-width: 700px;
}

.service-card._inner .service-card__subtitle {
  max-width: 500px;
  font-size: 22px;
}

@media (max-width: 767px) {
  .service-card._inner .service-card__title {
    font-size: 24px;
  }
  
  .service-card._inner .service-card__subtitle {
    font-size: 18px;
  }
  
}




.checked-list li {
  list-style: none;
  padding-left: 34px;
  background: url(/images/checked-white.svg) 0 9px no-repeat !important;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 1200px) {
  .checked-list li {
    font-size: 16px;
    background-position: 0 7px;
  }
}
.checked-list._white li {
  background-image: url(/images/checked-white.svg);
}
@media (max-width: 568px) {
  .service-card__list .checked-list {
    display: none;
    padding-top: 20px;
  }
}
.checked-list li a {
  display: inline-block;
text-decoration: underline;
}
.checked-list li a:hover {
  /*color: var(--green);*/
text-decoration: none;
}

ol li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 156%;
}

.checked-list-green li {
  list-style: none;
  padding-left: 34px;
  background: url(/images/checked.svg) 0 9px no-repeat !important;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 1200px) {
  .checked-list-green li {
    font-size: 16px;
    background-position: 0 7px;
  }
}
.checked-list._white li {
  background-image: url(/images/checked-white.svg);
}
@media (max-width: 568px) {
  .service-card__list-green .checked-list {
    display: none;
    padding-top: 20px;
  }
}

.service-price {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .service-price {
    width: 100%;
  }
}
.service-price__col {
  background: var(--gray-light);
  padding: 16px 30px 20px;
  color: var(--black);
}
@media (max-width: 568px) {
  .service-price__col {
    padding: 14px 15px;
    width: 50%;
  }
}
.service-price__col:nth-child(even) {
  color: var(--gray-4);
  background: var(--black);opacity: 0.8;
}
.service-price__value {
  font-weight: 600;
  font-size: 38px;
  line-height: 121%;
  color: var(--green);
  margin-bottom: 8px;
}
@media (max-width: 568px) {
  .service-price__value {
    font-size: 26px;
  }
}
.service-price__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .service-price__title {
    font-size: 11px;
  }
}


.steps-slider-box {
  position: relative;
  padding: 0 90px;
  margin: 0 -90px;
}

.steps-slider-box .swiper-button {
    width: 47px !important;
    height: 47px !important;
}

.steps-slider-box .swiper-button-next.swiper-button-disabled,
.steps-slider-box .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.steps-slider-box .swiper-horizontal>.swiper-scrollbar {
  position: static;
  margin-top: 20px;
  /*display: none;*/
  width: 100%;
}
@media (max-width: 568px) {
  .steps-slider-box .swiper-horizontal>.swiper-scrollbar {
    display: block;
  }
}

.steps-slider {
  position: relative;
  overflow: hidden;
}


.step-card {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  background: var(--gray-light);
  border-radius: 4px;
  height: 385px;
  border: 1px solid var(--gray-light);
}
@media (max-width: 767px) {
  .step-card {
    padding: 20px 15px;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .step-card:not(._info):hover {
    background: var(--white);
  }
  .step-card:hover .step-card__descr {
    display: block;
  }
  .step-card:hover .step-card__num {
    position: absolute;
    bottom: 30px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .step-card:hover .step-card__icon {
    display: none;
  }
  .step-card:hover .step-card__descr {
    display: block;
  }
}
.step-card__num {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: var(--white);
  background: var(--green);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .step-card__num {
    margin-bottom: 15px;
    font-size: 16px;
    height: 32px;
  }
}
.step-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: var(--black);
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .step-card__title {
    font-size: 16px;
  }
}
.step-card__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  left: 0;
  right: 0;
}
.step-card__icon img {
  display: block;
}
@media (max-width: 767px) {
  .step-card__icon img {
    height: 40px;
  }
}
.step-card__descr {
  display: none;
  font-size: 15px;
  line-height: 153%;
  color: var(--gray-dark-text);
}
.step-card__header {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  color: var(--black);
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .step-card__header {
    font-size: 16px;
  }
}
.step-card__text {
  font-size: 18px;
  line-height: 156%;
  padding: 0 5px;
}
@media (max-width: 568px) {
  .step-card__text {
    font-size: 13px;
  }
}
.step-card__text a {
  font-weight: 600;
  color: var(--green);
}
.step-card._info {
  position: relative;
}
.step-card._info::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 252px;
  height: 86px;
  background: url(../../images/step-decor.svg) center no-repeat;
}
@media (max-width: 568px) {
  .step-card._info::before {
    width: 70%;
    background-size: contain;
    background-position: right bottom;
  }
}

.contacts {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.contacts__wrap {
  position: relative;
  width: 545px;
  padding: 40px 50px;
  border-radius: 4px;
  background: var(--gray-light);
  z-index: 999;
}
@media (max-width: 992px) {
  .contacts__wrap {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .contacts__wrap {
    padding: 20px;
  }
}
.contacts__title {
  display: flex;
  align-items: baseline;margin: 0 0 42px !important;
}
@media (max-width: 568px) {
  .contacts__title {
    font-size: 48px;
  }
}
.contacts__title::after {
  content: "";
  width: 60px;
  height: 54px;
  background: url(../../images/logo.png) center/cover no-repeat;
  margin-left: 10px;
  position: relative;
  bottom: -7px;
}
.contacts__title img {
  display: block;
}
.contacts__intro {
  font-weight: 300;
  font-size: 17px;
  line-height: 156%;
  color: var(--gray-dark-text);
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  .contacts__intro {
    font-size: 16px;
  }
}
.contacts__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;    margin-bottom: 42px;
}
@media (max-width: 568px) {
  .contacts__phone {
    font-size: 24px;
  }
}
.contacts__phone a:first-child {
  padding-right: 5px;
}
.contacts__phone img {
  display: block;
}
.contacts__wtime {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: var(--gray-dark-text);
  margin-top: 25px !important;
}
@media (max-width: 568px) {
  .contacts__wtime {
    font-size: 16px;
  }
}
.contacts__addr {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  padding-left: 34px;
  background: url(../../images/icon-marker.svg) left center no-repeat;
  margin-top: 10px !important;
}
@media (max-width: 568px) {
  .contacts__addr {
    font-size: 16px;
    background-position: 0 3px;
  }
}
.contacts__email {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  padding-left: 34px;
  background: url(../../images/icon-email.svg) left center no-repeat;
  margin-top: 10px !important;
}
@media (max-width: 568px) {
  .contacts__email {
    font-size: 16px;
  }
}
.contacts__email:hover {
  color: var(--green);
}
.contacts__buttons {
  margin-top: 40px;
}
.contacts__map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%) brightness(0.8);
}

.post-slider-box {
  position: relative;
  padding: 0 90px;
  margin: 0 -90px;
}
@media (max-width: 1500px) {
  .post-slider-box {
    margin: 0;
    padding: 0;
  }
}
.post-slider-box .swiper-button {
  top: 100px;
  margin: 0;
  transform: none;
}
@media (max-width: 1500px) {
  .post-slider-box .swiper-button {
    display: none;
  }
}

.post-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .post-slider {
    overflow: visible;
    padding-bottom: 40px;
  }
}
.post-slider .swiper-scrollbar {
  display: none;
}
@media (max-width: 1500px) {
  .post-slider .swiper-scrollbar {
    display: block;
  }
}

.post-card:hover .post-card__title {
  color: var(--green);
}
.post-card:hover .post-card__thumb img {
  transform: scale(1.05);
}
.post-card__thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.post-card__thumb img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: 1.2s;
}
.post-card__title {
  margin: 0 10px 10px;
  min-height: 90px;
  font-weight: 500;
  font-size: 22px !important;
  line-height: 115%;
  color: var(--black);
  transition: 1.2s;
}
@media (max-width: 1200px) {
  .post-card__title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .post-card__title {
    font-size: 18px;
    min-height: 50px;
  }
}
.post-card__date {
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 156%;
  color: var(--gray-2);
  margin: 0 10px;
}
@media (max-width: 992px) {
  .post-card__date {
    font-weight: 400;
    font-size: 14px;
  }
}

.team-info {
  margin-bottom: 110px;
  display: flex;
}
@media (max-width: 992px) {
  .team-info {
    display: block;
  }
}
@media (max-width: 767px) {
  .team-info {
    margin-bottom: 40px;
  }
}
.team-info__title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .team-info__title {
    width: auto;
  }
}
.team-info__text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .team-info__text {
    width: auto;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-info__text {
    margin-top: 40px;
  }
}
.team-info__text .typography {
  margin-bottom: 20px;
}
.team-info__text .typography:last-child {
  margin-bottom: 0;
}

.team-slider {
  position: relative;
}
@media (max-width: 767px) {
  .team-slider {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .team-slider .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
}
.team-slider__item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .team-slider__item {
    width: 100%;
  }
}

.member-card {
  position: relative;
}
.member-card__photo {
  height: 464px;
}
.member-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-card__wrap {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: var(--white);
  min-height: 225px;
  text-align: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .member-card__wrap {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .member-card__wrap {
    min-height: 0;
  }
}
.member-card__name {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media (max-width: 992px) {
  .member-card__name {
    font-size: 22px;
    min-height: 80px;
  }
}

.contacts__buttons .navi {display:none}

@media (max-width: 767px) {
  .member-card__name {
    font-size: 26px;
  }
  .contacts__buttons .navi {display:inline-flex;margin:30px 0;min-width: 259px;}
}
.member-card__post {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  text-align: center;
  min-height: 75px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .member-card__post {
    font-size: 15px;
    min-height: 60px;
  }
}
.member-card__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  text-align: center;
}

.reviews-slider {
  overflow: hidden;
  max-width: 670px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .reviews-slider {
    max-width: initial;
    padding-bottom: 30px;
  }
}
.reviews-slider .swiper-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .reviews-slider .swiper-scrollbar {
    display: block;
  }
}
.reviews-slider .swiper-button {
  width: 30px;
  height: 30px;
  top: 100%;
  transform: none;
  filter: brightness(0) invert(1);
  background-size: contain;
}
.reviews-slider .swiper-button-prev {
  left: auto;
  right: 60px;
}
@media (max-width: 992px) {
  .reviews-slider .swiper-button {
    display: none;
  }
}

.reviews-box {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .reviews-box {
    display: block;
  }
}
.reviews-box::before {
  content: "";
  position: absolute;
  left: 68%;
  right: -1000px;
  top: -90px;
  bottom: -90px;
  background: var(--green);
  z-index: -1;
}
@media (max-width: 992px) {
  .reviews-box::before {
    top: -40px;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .reviews-box::before {
    display: none;
  }
}
.reviews-box__info {
  width: 45%;
}
@media (max-width: 992px) {
  .reviews-box__info {
    width: auto;
    margin-bottom: 40px;
  }
}
.reviews-box__slider {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .reviews-box__slider {
    width: auto;
  }
}

.review-card {
  border-radius: 4px;
  padding: 30px;
  height: 100%;
  background: var(--white);
}
.review-card__rate {
  margin-bottom: 25px;
}
.review-card__text {
  font-size: 15px;
  line-height: 153%;
  color: var(--gray-dark-text);
  margin-bottom: 25px;
}
.review-card__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
}
.review-card__date {
  font-size: 15px;
  line-height: 153%;
  color: var(--gray-dark-text);
}

.rate {
  position: relative;
  width: 102px;
  height: 18px;
}
.rate::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  background: url(../../images/rate.svg) left center no-repeat;
}
.rate span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/rate.svg) left center no-repeat;
}

.geo-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .geo-info {
    display: block;
  }
}
.geo-info__left {
  width: 590px;
}
@media (max-width: 992px) {
  .geo-info__left {
    width: auto;
    margin-bottom: 40px;
  }
}
.geo-info__right {
  width: 570px;
}

.col_no_header {padding-top:66px;}

@media (max-width: 992px) {
  .geo-info__right {
    width: auto;
  }
}
.geo-info__right p {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  margin: 20px 0;
}
.geo-info__right p:first-child {
  margin-top: 0;
}
.geo-info__right p:last-child {
  margin-bottom: 0;
}
.geo-info__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: var(--green);
  background: var(--white);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  margin-bottom: 40px;
}
.geo-info__title {
  margin: 0;font-weight: 300;
}


.service-info .title-h2 {
  margin-bottom: 30px;
}

.service-info__wrap {
  display: flex;
  gap: 200px;
}
@media (max-width: 1380px) {
  .service-info__wrap {
    gap: 100px;
  }
}
@media (max-width: 1200px) {
  .service-info__wrap {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .service-info__wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 568px) {
  .service-info__wrap {
    gap: 30px;
  }
}
.service-info__col {
  width: 100%;
}

.service-info__cover {
  margin-top: 95px; 
}

@media (max-width: 1380px) {
  .service-info__cover {
    margin-top: 40px; 
  }
}

.service-info__cover img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .service-info__cover img {
    height: 320px;
  }
}

.about-service {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc((100vw - 1300px) / -2);
  margin-right: calc((100vw - 1300px) / -2);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .about-service {
    display: block;
  }
}
@media (max-width: 1380px) {
  .about-service {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1200px) {
  .about-service {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 992px) {
  .about-service {
    font-size: 18px;
    line-height: 140%;
  }
}
.about-service__left {
  width: 50%;
  padding-left: calc((100vw - 1300px) / 2);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 70px;
  font-size: 18px;
  line-height: 156%;
  font-weight:300;
}
@media (max-width: 1380px) {
  .about-service__left {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .about-service__left {
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .about-service__left {
    width: auto;
    padding: 40px 20px;
    margin: 0;
  }
}
.about-service__right {
  width: 50%;
  padding-right: calc((100vw - 1600px) / 2);
  padding-left: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 156%;
  font-weight:300;
}
/*.about-service__right a {color: var(--green) !important;}
.about-service__right a:hover {color: #1e1e1e !important;}*/
@media (max-width: 1380px) {
  .about-service__right {
    padding-right: 30px;
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .about-service__right {
    padding-right: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .about-service__right {
    width: auto;
    padding: 40px 20px;
    margin: 0;
  }
}
.about-service a {
  color: var(--green);
}

.about-service-cover {
  padding-left: 0;
  min-height: 560px;
  padding: 0;
}
@media (max-width: 992px) {
  .about-service-cover {
    min-height: 0;
  }
}
.about-service-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about-service-descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}
.about-service-descr .title-h2 {
  margin-bottom: 30px;
}
.about-service-descr p {
  font-size: 18px;
  line-height: 156%;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .about-service-descr p {
    font-size: 16px;
  }
}
.about-service-descr p:last-child {
  margin-bottom: 0;
}

.text-info {
  font-size: 18px;
}
@media (max-width: 992px) {
  .text-info {
    font-size: 16px;
  }
}
.text-info .title-h4 {
  margin-bottom: 20px;
}
.text-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
.text-info h5:first-child {
  margin-top: 0;
}
.text-info h5:last-child {
  margin-bottom: 0;
}
.text-info p {
  font-size: 18px;
  line-height: 156%;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .text-info p {
    font-size: 16px;
  }
}
.text-info p:last-child {
  margin-bottom: 0;
}

.text-column {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;margin-bottom:30px;
  align-items: center;
}
@media (max-width: 1200px) {
  .text-column {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .text-column {
    flex-direction: column;
    gap: 30px;
  }
}
.text-column__col {
  width: calc(50% - 50px);
}
@media (max-width: 767px) {
  .text-column__col {
    width: 100%;
  }
}

.info-image {
  margin: 90px 0 70px;
}

.info-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(47deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    max-height: 460px;
}

.info-image-one {
  margin: 0 0 90px;
}

.info-image {position: relative;}
.info-image h3 {position: absolute;bottom: 0;/*background: rgba(255, 255, 255, 0.8);*/margin: 0;padding: 10px 40px 20px;color:#fff;}

@media (max-width: 1200px) {
  .info-image {
    margin: 60px 0;
  }
}
@media (max-width: 992px) {
  .info-image {
    margin: 40px 0;
  }
  .info-image h3 {padding: 10px 20px 20px;font-size: 22px;}
}
.info-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 460px;
}
@media (max-width: 1200px) {
  .info-image img {
    height: 360px;
  }
}
@media (max-width: 992px) {
  .info-image img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .info-image img {
    height: 180px;
  }
  .info-image::before {height:180px}
}
.info-image__descr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 120px;
  padding: 50px;
  background: var(--gray-light);
  /*border-top: 4px solid var(--green);*/
}
@media (max-width: 992px) {
  .info-image__descr {
    display: block;
  }
}
@media (max-width: 568px) {
  .info-image__descr {
    padding: 20px 0;
  }
}
.info-image__col {
  width: calc(50% - 60px);
}
.info-image__col p {position:relative;line-height: 156%;}
.info-image__col span.mark {position:absolute;color:#00953b;left: -20px;font-size: 27px;}
@media (max-width: 992px) {
  .info-image__col {
    width: auto;
  }
  .info-image__col img {width:100%}
  .hide_img {display:none !important}
}
.info-image__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
}
@media (max-width: 992px) {
  .info-image__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .info-image__title {
    font-size: 22px;
    line-height: 1.3;
  }
}
.info-image__title span {
  color: var(--green);
}
@media (max-width: 992px) {
  .info-image__text {
    margin-bottom: 30px;
  }
}
.info-image__note {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  padding: 25px;
  color: var(--white);
  background: var(--green);
  margin: 0 -50px -50px 0;
}
@media (max-width: 992px) {
  .info-image__note {
    margin-left: -50px;
    padding-left: 50px;
  }
}
@media (max-width: 568px) {
  .info-image__note {
    padding-left: 20px;
    margin: 0 -20px -20px -20px;
  }
}

.doc-card {
  height: 100%;
  position: relative;
  z-index: 99;
}
.doc-card__wrap {
  border: 1px solid var(--gray-6);
  background: var(--white);
  min-height: 260px;
  height: 100%;
  padding: 30px 30px 60px 30px;
}
@media (max-width: 767px) {
  .doc-card__wrap {padding: 20px;min-height: 0;min-width: 280px;}
  .docs {display:flex;overflow-x:auto;flex-wrap: nowrap;}
}
@media (min-width: 768px) {
  .doc-card__wrap.init {
    position: absolute;
    height: initial;
  }
}
.doc-card__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  border-radius: 20px;
  background: var(--gray-light);
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .doc-card__label {
    position: static;
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.doc-card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .doc-card__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .doc-card__title {
    font-size: 16px;
  }
}
.doc-card__descr {
  display: none;
  font-size: 17px;
  line-height: 147%;
  color: var(--gray-dark-text);
  padding-top: 15px;
}
@media (max-width: 992px) {
  .doc-card__descr {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .doc-card__descr {
    font-size: 15px;
  }
}
.doc-card__more {
  margin-top: 15px;
  width: 20px;
  height: 12px;
  background: url(../../images/chevron-down.svg) center no-repeat;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .doc-card__more {
    position: static;
  }
}
.doc-card.open .doc-card__wrap {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
  background: var(--white);
}
.doc-card.open .doc-card__more {
  transform: rotate(180deg);
}
.doc-card._gray .doc-card__wrap {
  border-color: var(--gray-light);
  background: var(--gray-light);
  border-radius: 4px;
}
.doc-card._white .doc-card__wrap {
  border-color: #fff;
  background: #fff;
  border-radius: 4px;
}
.doc-card._promo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 145px;
  height: 136px;
  background: url(../../images/doc-card-decor-01.svg) center no-repeat;
}
.doc-card._promo .doc-card__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: var(--green);
  margin-bottom: 10px;
}
.doc-card__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .doc-card__note {
    padding-right: 20px;
  }
}
.doc-card .button {
  position: relative;
  z-index: 1;
}

.promo-card {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  color: var(--white);
  background: var(--green);
  border-radius: 4px;
  position: relative;
  min-height: 186px;
  margin: 40px 0;
  z-index: 1;
  overflow: hidden;
}

.promo-card_add {margin: 0 0 50px !important;}

@media (max-width: 992px) {
  .promo-card {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .promo-card {
    display: block;
  }
  .promo-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(230deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    opacity: 0.6;
  }
}
.promo-card:first-child {
  margin-bottom: 0;
}
.promo-card:last-child {
  margin-bottom: 0;
}
.promo-card__header {
  width: 380px;
  margin-right: 95px;
}
@media (max-width: 992px) {
  .promo-card__header {
    margin-right: 45px;
  }
}
@media (max-width: 568px) {
  .promo-card__header {
    width: auto;
    margin: 0 0 20px;
  }
}
.promo-card__title {
  margin-bottom: 10px;
}
.promo-card__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
}
.promo-card__decor {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 1200px) {
  .promo-card__decor {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .promo-card__decor {
    right: -200px;
  }
}
@media (max-width: 568px) {
  .promo-card__decor img {
    display: block;
    height: 100%;
  }
}

.num-animate {
  opacity: 0;
  transition: 0.3s;
}

.popup {
  display: none;
}

.footer {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .footer__top {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    display: block;
    padding-bottom: 20px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0px 0px 0px;
  font-size: 15px;
  line-height: 153%;
  color: var(--gray-dark-text);
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: var(--gray-6);
}
.footer__bottom a {
  text-decoration: underline;
}
.footer__bottom a:hover {
  text-decoration: none;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__contacts {
    justify-content: center;
  }
}
.footer__contacts .footer-phone {
  margin-right: 15px;
}
.footer__col:first-child {
  width: 33.33%;
}
.footer__col:nth-child(2) {
  flex: 1;
}
.footer__bottom .footer__col:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

.footer-logo__title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 2px;
}
.footer-logo__slogan {
  font-size: 14px;
  color: var(--gray-dark-text);
}

.footer-soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-soc img {
  display: block;
}

.footer-phone {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
}

.footer-nav {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 140px;
       column-gap: 140px;
  margin-bottom: -20px;
  margin-right: -14px;
}
@media (max-width: 1600px) {
  .footer-nav {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 1200px) {
  .footer-nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 992px) {
  .footer-nav {
    -moz-columns: 2;
         columns: 2;
    margin-right: 0;
  }

.footer__col:first-child {
  width: 100%;
}
.footer__bottom .footer__col:nth-child(2) {display: block;}
.footer-develop {margin-top:20px;}
}
.footer-nav__item {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer-nav__item {
    margin-bottom: 15px;
  }
}
.footer-nav__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
}

.footer-nav__link.active {color: var(--green);}

@media (max-width: 1200px) {
  .footer-nav__link {
    font-size: 13px;
    white-space: normal;
  }
}
.footer-nav__link:hover {
  color: var(--green);
}

.error {
  background:pink !important;
}

.title-h3.fr.color-no-white {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.field div.wrap input {
  margin-bottom: 10px;
  margin-top: 10px;
}

.button.button--more {
  margin-top: 20px;
}


.gh a {
 color:#00953b;
}

.pop {
  display: none;padding:80px !important;
}

.responses {width:760px;height:800px;margin-bottom:80px;color:#1e1e1e;display: inline-block;}

.pop .title-h3 {font-weight: 600 !important;font-size: 76px !important;padding-bottom:60px !important;}

.txt {font-size:18px;}

p {font-size:18px;}

@media (max-width: 960px) {
.pop {padding:20px !important;}
.pop .title-h3 {font-size: 41px !important;}
.responses {width:100%;height:800px;}
.responses iframe {width:100% !important;}
}

.post-slide .post-slider__item {max-width:295px}
.post-slide .swiper-wrapper {flex-wrap: wrap;gap: 40px}

.blog_cat {background:#fff !important;padding-bottom:0 !important;display: block !important;min-height: auto !important;height: auto !important;}
.blog_cat .page-title {color:#1e1e1e}
.blog_cat .breadcrumb {color:#1e1e1e}
.blog_cat .breadcrumb a {color:#1e1e1e}
.blog_cat .breadcrumb span {color:#1e1e1e}
.blog_cat::before {display:none}
.blog_cat section {background:#fff}
.blog_cat .service-card {background-repeat: no-repeat;background-position: center;background-size: cover;}

ul.inside {
	margin:0;
	padding:0 0 15px;
	list-style:none;
}
ul.inside li{
	padding:0 0 8px 20px;
	background:url(/uploads/arrow01.png) no-repeat 0 6px;
}

ul.inside strong {
  margin-bottom: 12px;
  display: block;
  margin-top: 12px;
}

.gr_back {
 color:#00953b;
}

.gr_date {
 color:grey;
}

.marg-top {margin-top:40px;}

.two_buttons a {margin-right:30px;}

.full_width {width:100%}

.section.green-bg {background:#00953b}

.add_marg {margin: 40px 0 0}

.page_up {display: none; z-index: 999; position: fixed; right: 70px; bottom: 60px; margin-top: -20px; width: 40px; height: 40px; border: 2px solid var(--green); color: var(--green); font-size: 22px !important; line-height: 42px; border-radius: 50%; text-align: center; background-color: var(--green); cursor: pointer; background: url(/uploads/images/arrow-top.png) center center no-repeat var(--green);}
@media (max-width: 1200px) {
.page_up {right: 10px; bottom: 10px;}
}

.reviews-box__info ._more {background:#00953b;color:#fff;text-decoration:none}
.reviews-box__info ._more:hover {background:#3d3d3d;color:#fff}

.no-bg::before {display:none}

@media (max-width: 968px) {
.marg-top {margin-top:0px;}
.post-slide .post-slider__item {max-width:100%;margin-bottom:40px;}
.post-slide .swiper-wrapper {gap: 0px}
.two_buttons {display: flex;}
.promo-slide {height:85vh !important;min-height: 670px !important;}
.actions {display: flex;flex-wrap: nowrap;overflow-x: auto;}
.actions .col-6 {flex: 0 0 60%;max-width: 60%;}
.service-info__col h2 {margin-bottom: 0px !important;}
}
.spec-deks .member-card {max-width: 300px; margin-right: 14px !important;}
.spec-deks .team-slider__item {width: 25% !important;}
@media (max-width: 1200px) {
.spec-deks .member-card {width: 33% !important;}
}
@media (max-width:640px) {
.team-slider .swiper-slide {width: 100% !important;}
.member-card__photo {height: auto;}
}
.kad-mob {display: none;}
@media (max-width: 1200px) {
.kad-mob {display: block;}
.kad-deks {display: none;}
}
.spec-deks-wrap {display: flex;}
.spec-deks-wrap .member-card__wrap {bottom: 5px; padding: 10px;}
.spec-deks-wrap .member-card__name {max-width: 180px;}

.info-image__col a {color: var(--green);}
.info-image__col a:hover {color: #1e1e1e;}

p a {color: var(--green);}
p a:hover {color: #1e1e1e;}

.padding-top-0 {padding-top:0;margin-top:0}
.padding-bottom-0 {padding-bottom:0;margin-bottom:0}

.bg_white_full {display: flex;
    flex-wrap: wrap;
    margin-left: calc((100vw - 1300px) / -2);
    margin-right: calc((100vw - 1300px) / -2);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;background: #fff;}

.bg_white_full figure {margin: 90px auto 70px;max-width:1300px;}
.two_buttons {display:flex;}
.two_buttons a {padding: 0 20px 0 13px;font-size: 13px !important;}

@media (max-width: 992px) {
.bg_white_full {margin-left: -20px;margin-right: -20px;padding: 0 20px;}
.bg_white_full figure {margin: 30px auto;}
.two_buttons a {line-height: 140% !important;padding: 0 20px 0 13px;}
}

@media (min-width: 992px) {
  .main-nav__item {
    position: relative;
  }
  .main-nav__item:hover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -60px;
  }
  .main-nav__item:hover .drop-nav {
    display: block;
  }
  .main-nav .drop-nav {
    white-space: nowrap;
    margin-top: 48px;
  }
}
.price-table th {text-align: center; padding: 5px;}
.price-table td {text-align: center; padding: 5px;}
.price-table td:first-child {text-align: left;}
@media (max-width: 992px) {
  .main-nav__link {
    display: block;
  }
  .main-nav__link._dropping {
    position: relative;
  }
  .main-nav__link._dropping::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    width: 26px;
    height: 26px;
    background: url(../images/chevron-right-white.svg) center no-repeat;
  }
  .main-nav__link._dropping.open::before {
    transform: translate(0, -50%) rotate(270deg);
  }
  .main-nav__item .drop-nav {
    white-space: nowrap;
    display: none;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.blocked {position: inherit !important; color: #000 !important;}
.text-column.flex-top {align-items: baseline}
.gray-bg {
  background: var(--gray-light);
}
/*# #*/

.bot0 {padding-bottom:0 !important;}
.top0 {padding-top:0 !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: #00953b;
    padding: 5px 10px;
    max-height: 29px;
    margin-left: 20px;
    color: #ffffff;
text-decoration:none;	
}

.cookies .close:hover {
    background: #2f2f2f
}

.cookies .close span {
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
    display: block;
    padding-top: 1px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .cookies .inf {
        width: 100%;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.hidden {display: none;}
/* Stylesheet: Стиль Modified On 2025-05-29 15:34:13 */
