/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  height: 45px;
}

.swiper-button-prev, .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  padding: 15px 18px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2721%27 viewBox=%270 0 18 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 6.6239L11 10.6239L7 14.6239%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev {
  left: 200px;
}
.swiper-button-next {
  right: 200px;
}
.swiper-button-disabled {
  background-color: transparent;
}
.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2721%27 viewBox=%270 0 18 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 6.6239L11 10.6239L7 14.6239%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #2ac5e8;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback-form input[type=text],
.feedback-form input[type=tel],
.feedback-form input[type=email],
.feedback-form textarea {
  max-width: 548px;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.feedback-form textarea {
  height: 100px;
}
.feedback-form input,
.feedback-form button,
.feedback-form textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.warning {
  font-size: 12px;
  color: #ff7979;
  visibility: hidden;
}
.warning--show {
  visibility: visible;
}

.loader {
  position: absolute;
  left: 75%;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 0;
}

.btn.loading .loader {
  opacity: 1;
}

.lol-field {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #161c2d;
  font-weight: 400;
}
label a {
  color: #161c2d;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .feedback-form {
    gap: 10px;
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback-form input[type=text],
  .feedback-form input[type=tel],
  .feedback-form input[type=email],
  .feedback-form textarea {
    max-width: none;
  }
  .feedback-form .btn {
    width: 100%;
  }
}
.feedback-form.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.feedback-form.main .feedback-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 24px;
  max-width: 296px;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  background-color: rgba(255, 255, 255, 0.7882352941);
  border-radius: 16px;
}
.feedback-form.main .feedback-form__title {
  margin-bottom: 13px;
}
.feedback-form.main .feedback-form__title h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #161c2d;
}
.feedback-form.main input[type=text],
.feedback-form.main input[type=tel] {
  max-width: 334px;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
  color: #afafaf;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.feedback-form.main input[type=text]::-webkit-input-placeholder, .feedback-form.main input[type=tel]::-webkit-input-placeholder {
  color: #afafaf;
}
.feedback-form.main input[type=text]::-moz-placeholder, .feedback-form.main input[type=tel]::-moz-placeholder {
  color: #afafaf;
}
.feedback-form.main input[type=text]:-ms-input-placeholder, .feedback-form.main input[type=tel]:-ms-input-placeholder {
  color: #afafaf;
}
.feedback-form.main input[type=text]::-ms-input-placeholder, .feedback-form.main input[type=tel]::-ms-input-placeholder {
  color: #afafaf;
}
.feedback-form.main input[type=text]::placeholder,
.feedback-form.main input[type=tel]::placeholder {
  color: #afafaf;
}
.feedback-form.main label {
  margin-top: 7px;
}

@media (max-width: 1024px) {
  .feedback-form.main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 768px) {
  .contact-form__wrapper {
    padding: 24px 10px;
  }
  .feedback-form.main .feedback-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
    row-gap: 16px;
  }
  .feedback-form.main__title {
    margin-bottom: 20px;
  }
}
.feedback-form-modal input[type=text],
.feedback-form-modal input[type=tel] {
  max-width: 337px;
  width: 100%;
  height: 46px;
  padding: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #afafaf;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.feedback-form-modal::-webkit-input-placeholder {
  color: white;
}
.feedback-form-modal::-moz-placeholder {
  color: white;
}
.feedback-form-modal:-ms-input-placeholder {
  color: white;
}
.feedback-form-modal::-ms-input-placeholder {
  color: white;
}
.feedback-form-modal::placeholder {
  color: white;
}
.feedback-form-modal__input, .feedback-form-modal__btn,
.feedback-form-modal .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback-form-modal__btn {
  margin-bottom: 22px;
}
.feedback-form-modal label {
  color: #161c2d;
  font-size: 15px;
}
.feedback-form-modal label a {
  color: #161c2d;
  border-bottom: 2px solid;
}
.feedback-form-modal label a:hover {
  border-bottom: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
  gap: 12px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #848484;
}
.page-numbers:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  color: #2ac5e8;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-numbers:after {
  content: "/";
  margin-left: 15px;
}
.page-numbers.next, .page-numbers.prev {
  width: 60px;
  border: none;
}
.page-numbers.next:after, .page-numbers.prev:after {
  content: "";
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  border: none;
}
.page-numbers.next {
  margin-left: 20px;
}
.page-numbers.prev {
  margin-right: 20px;
}
.page-numbers .arrow {
  padding: 20px 0;
  width: 100%;
}
.page-numbers .arrow::before {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%276%27 viewBox=%270 0 60 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M53.0769 5.76923V3.46154H0V2.30769H53.0769V0L60 3L53.0769 5.76923Z%27 fill=%27%23343434%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.page-numbers .arrow.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers:active {
  color: #000;
}
.page-numbers.current {
  color: #2ac5e8;
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 10px;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
  color: #000;
}

@media (max-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  background-color: rgba(208, 208, 208, 0.2509803922);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 510;
}
.modal__container {
  background-color: #f8f8f8;
  padding: 32px;
  max-width: 643px;
  width: 100%;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 520;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}
.modal__header .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #161c2d;
}
.modal__header .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #161c2d;
}
.modal__title {
  margin: 0;
  font-size: 1.5em;
}
.modal__close {
  background: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close:before {
  content: "✕";
  font-size: 26px;
  font-weight: bold;
  color: #85db57;
  cursor: pointer;
}

:root {
  --container-padding: 44px;
  --container-max-width: 1288px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-main-font);
  font-weight: 400;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
body > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body > .wrapper .block__footer {
  margin-top: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-second-font);
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol,
nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main {
  background-repeat: round;
  background-position: center;
  background-size: contain;
}
main > *:first-child {
  padding-top: 160px;
  /* @media screen and (max-width: $tablet_min_width) {
  	padding-top: 161px;
  }

  // @media screen and (max-width: $mobile_max_width) {
  // 	padding-top: 139px;
  // } */
}
@media screen and (max-width: 1279px) {
  main > *:first-child {
    padding-top: 60px;
  }
}

/*
 * wpseo-frontend-inspector
 */
[style="position: relative; z-index: 99998;"] {
  display: none !important;
}

@media screen and (max-width: 1279px) {
  :root {
    --container-padding: 28px;
    --container-max-width: 1044px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 20px;
  }
}
.row {
  --gutter-x: 24px;
  --gutter-y: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}
.row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
.row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}
.row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}
.row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}
.row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}
.row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}
.row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.row-20 {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
.row-0 {
  --gutter-x: 0px;
  --gutter-y: 0px;
}

@media screen and (max-width: 1280px) {
  .row {
    --gutter-x: 16px;
    --gutter-y: 16px;
  }
  .row .col-md {
    width: 100% !important;
  }
  .row .col-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .row .col-md-0 {
    width: 0% !important;
  }
  .row .col-md-2 {
    width: 16.6666666667% !important;
  }
  .row .col-md-3 {
    width: 25% !important;
  }
  .row .col-md-4 {
    width: 33.3333333333% !important;
  }
  .row .col-md-5 {
    width: 41.6666666667% !important;
  }
  .row .col-md-6 {
    width: 50% !important;
  }
  .row .col-md-7 {
    width: 58.3333333333% !important;
  }
  .row .col-md-8 {
    width: 66.6666666667% !important;
  }
  .row .col-md-9 {
    width: 75% !important;
  }
  .row .col-md-10 {
    width: 83.3333333333% !important;
  }
  .row .col-md-11 {
    width: 91.6666666667% !important;
  }
  .row .col-md-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1025px) {
  .row {
    --gutter-x: 16px;
    --gutter-y: 16px;
  }
  .row .col-sm {
    width: 100% !important;
  }
  .row .col-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .row .col-sm-0 {
    width: 0% !important;
  }
  .row .col-sm-2 {
    width: 16.6666666667% !important;
  }
  .row .col-sm-3 {
    width: 25% !important;
  }
  .row .col-sm-4 {
    width: 33.3333333333% !important;
  }
  .row .col-sm-5 {
    width: 41.6666666667% !important;
  }
  .row .col-sm-6 {
    width: 50% !important;
  }
  .row .col-sm-7 {
    width: 58.3333333333% !important;
  }
  .row .col-sm-8 {
    width: 66.6666666667% !important;
  }
  .row .col-sm-9 {
    width: 75% !important;
  }
  .row .col-sm-10 {
    width: 83.3333333333% !important;
  }
  .row .col-sm-11 {
    width: 91.6666666667% !important;
  }
  .row .col-sm-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .row .col-xs {
    width: 100% !important;
  }
  .row .col-xs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.cmn-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border-radius: 8px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-main-font);
}
.cmn-btn.uppercase {
  text-transform: uppercase;
}
.cmn-btn--text-default {
  text-transform: none !important;
  text-transform: initial !important;
}
.cmn-btn--main, .cmn-btn--second {
  padding: 11px 27px;
  height: 52px;
}
.cmn-btn--main-md, .cmn-btn--second-md {
  padding: 9px 18px;
  height: 40px;
}
.cmn-btn--main-xs, .cmn-btn--second-xs {
  padding: 15px;
  height: 48px;
  width: 170px;
}
.cmn-btn--second {
  background: linear-gradient(0deg, #85db57, #85db57), linear-gradient(108.66deg, rgba(0, 0, 0, 0) 19.47%, rgba(0, 0, 0, 0.1) 81.18%);
  color: white;
  border: 1px solid #85db57;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmn-btn--second:hover {
  -webkit-box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, 0.1607843137);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.cmn-btn--main {
  background: #2ac5e8;
  color: #fff;
  border: 1px solid #2ac5e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmn-btn--main:hover {
  -webkit-box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, 0.1607843137);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.cmn-btn--main[disabled] {
  color: #fff;
  opacity: 0.5;
  cursor: auto;
  cursor: initial;
  background: #2ac5e8;
}
.cmn-btn--main[disabled]:hover {
  border: none;
}
.cmn-btn--main.grey {
  background-color: #dadada;
  color: #000;
}
.cmn-btn--main.grey:hover {
  background-color: #2ac5e8;
  color: #fff;
}
.cmn-btn--main-outline {
  background: transparent;
  color: #2ac5e8;
  border: 1px solid #2ac5e8;
}
.cmn-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cmn-btn.full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-btn--main.full, .cmn-btn--second.full {
    max-width: 100%;
  }
}
.gradient-button {
  padding: 15px 30px;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#85db57), to(#2ac5e8));
  background-image: linear-gradient(90deg, #fff, #85db57, #2ac5e8);
  background-size: 200% 100%;
  -webkit-animation: gradient-animation 4s ease infinite;
          animation: gradient-animation 4s ease infinite;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.container {
  width: 100%;
  max-width: 1288px;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 44px;
  padding: 0 var(--container-padding);
}

.second-font {
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-second-font);
}

.overlay {
  max-width: 1440px;
  max-height: 628px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(48.51%, rgba(0, 0, 0, 0)), color-stop(90.56%, rgba(0, 0, 0, 0.66)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 48.51%, rgba(0, 0, 0, 0.66) 90.56%);
}

.list-bullet ul li {
  position: relative;
  padding-left: 24px;
}
.list-bullet ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #504d5c;
  position: absolute;
  left: 10px;
  top: 8px;
}

.hide {
  display: none;
}

.block {
  padding: 40px 0;
}
.block__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 51px;
  margin-bottom: 44px;
  color: #484848;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .block {
    padding: 25px 0;
  }
  .block__title {
    margin-bottom: 10px;
    line-height: 130%;
    font-size: 18px;
  }
}
.tabs--head-label.active .chips--item {
  color: #fff;
  background: #2B2933;
}
.tabs--item {
  display: none;
  -webkit-animation: tab-opacity 0.8s;
          animation: tab-opacity 0.8s;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.tabs--item.active {
  display: block;
}

@-webkit-keyframes tab-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tab-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.admin-bar .block__header:not(.block__header--hide) {
  top: 32px;
}

@media screen and (max-width: 1279px) {
  /*
   * Hide admin bar
   */
  body.admin-bar {
    top: 0 !important;
  }
  body.admin-bar {
    margin-top: -32px;
  }
  body.admin-bar #wpadminbar {
    display: none;
  }
  body.admin-bar .block__header:not(.block__header--hide) {
    top: 0;
  }
}
.search-form {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2509803922);
  display: none;
}
.search-form.mobile {
  display: none;
}
.search-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  max-width: none;
  position: relative;
}
.search-field {
  width: 333px;
  height: 38px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.search-icon {
  content: "";
  display: block;
  padding: 20px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width=%2727%27 height=%2726%27 viewBox=%270 0 27 26%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2710.2016%27 cy=%2710.725%27 r=%279.1%27 stroke=%27%23013132%27 stroke-width=%272%27/%3E%3Cpath d=%27M25.0773 23.2375L20.5273 18.6875%27 stroke=%27%23013132%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.search-submit {
  display: none;
}

@media screen and (max-width: 1280px) {
  .search-form {
    display: none;
  }
  .search-form.mobile {
    display: block;
  }
  .search-field-wrapper {
    padding: 10px;
  }
  .search-field {
    width: 100%;
  }
  .search-icon {
    padding: 20px 30px;
  }
}
.single .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.single .content * {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.single .content ul {
  list-style: disc;
}
.single .content ul li {
  margin-left: 24px;
  margin-bottom: 8px;
}
.single .img {
  margin-bottom: 40px;
}

@media (max-width: 1025px) {
  .single .content {
    gap: 20px;
  }
  .single .content * {
    font-size: 16px;
  }
}
.page__tpl h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl h3,
.page__tpl h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl ul li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}

.cheque__img {
  max-width: 282px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page__policy--box {
  padding: 100px 0;
}
.page__policy--content {
  padding-bottom: 20px;
}
.page__policy--content > *:not(:last-child) {
  margin-bottom: 16px;
}
.page__policy--content > *:not(h2):not(h3):not(h4) + h2, .page__policy--content > *:not(h2):not(h3):not(h4) + h3, .page__policy--content > *:not(h2):not(h3):not(h4) + h4 {
  margin-top: 40px;
}
.page__policy--content h2 {
  font-size: 26px;
  line-height: 130%;
  color: #161c2d;
}
.page__policy--content h3 {
  font-size: 24px;
  line-height: 130%;
  color: #161c2d;
}
.page__policy--content h4 {
  font-size: 22px;
  line-height: 130%;
  color: #161c2d;
}
.page__policy--content p,
.page__policy--content ul,
.page__policy--content ol {
  font-size: 18px;
  line-height: 130%;
}
.page__policy--content ul li {
  position: relative;
  padding-left: 23px;
}
.page__policy--content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page__policy--content ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #627384;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 9px;
}
.page__policy--content strong {
  color: #363b49;
  font-weight: 500;
}
.page__policy--content a {
  color: #161c2d;
  text-decoration-line: underline;
  word-break: break-all;
}
.page__policy--content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .page__policy--box {
    padding: 60px 0;
  }
  .page__policy--content h1 {
    font-size: 28px;
  }
  .page__policy--content h2 {
    font-size: 22px;
  }
  .page__policy--content h3 {
    font-size: 20px;
  }
}
.error_page {
  position: relative;
}
.error_page img {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 628px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.error_page .overlay {
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.error_page-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 140px;
}
.error_page-content .btn {
  margin-top: 60px;
}
.error_page-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.error_page-head {
  font-weight: 700;
  font-size: 96px;
  line-height: 60px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}
.error_page-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

@media (max-width: 1280px) {
  .error_page img {
    top: 60px;
  }
  .error_page .overlay {
    top: 60px;
  }
  .error_page-content {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .error_page-text {
    font-size: 20px;
  }
  .error_page-title {
    font-size: 18px;
  }
}
.block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: top 0.3s, background-color 0.3s ease;
  transition: top 0.3s, background-color 0.3s ease;
  z-index: 500;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.block__header .header-container {
  margin: 0 auto;
  padding: 0 44px;
  padding: 0 var(--container-padding);
  width: 100%;
  max-width: 1288px;
  height: 100%;
}
.block__header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
.block__header .header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  width: 100%;
}
.block__header .header__logos a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: black;
  text-align: center;
}
.block__header .header__items {
  width: 100%;
}
.block__header .top,
.block__header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}
.block__header .bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.1019607843);
}
.block__header .top__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__header .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__header .phones__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__header .phones__wrapper.mobile {
  display: none;
}
.block__header .phones__wrapper:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_14_117%29%27%3E%3Cpath d=%27M8.45556 11.4665C9.61527 12.643 11.0185 13.5513 12.5667 14.1276L14.6611 12.461C14.7232 12.4182 14.7968 12.3953 14.8722 12.3953C14.9476 12.3953 15.0212 12.4182 15.0833 12.461L18.9722 14.9665C19.1199 15.0553 19.2448 15.1772 19.3373 15.3225C19.4297 15.4679 19.4871 15.6327 19.5049 15.8041C19.5227 15.9754 19.5004 16.1486 19.4397 16.3098C19.3791 16.4711 19.2818 16.616 19.1556 16.7332L17.3333 18.5332C17.0724 18.791 16.7516 18.9803 16.3997 19.084C16.0479 19.1877 15.6758 19.2027 15.3167 19.1276C11.7346 18.3878 8.43286 16.6551 5.78889 14.1276C3.2036 11.575 1.4146 8.32699 0.638891 4.77763C0.562261 4.4241 0.578255 4.05677 0.685322 3.71123C0.792389 3.36569 0.9869 3.05368 1.25 2.80541L3.13889 0.983188C3.25578 0.86307 3.39833 0.770952 3.55586 0.713732C3.7134 0.656511 3.88183 0.635671 4.04856 0.652771C4.21529 0.669872 4.37599 0.72447 4.51863 0.812477C4.66127 0.900485 4.78215 1.01962 4.87222 1.16097L7.46111 4.99986C7.50577 5.06014 7.52987 5.13317 7.52987 5.20819C7.52987 5.28321 7.50577 5.35624 7.46111 5.41652L5.75556 7.46652C6.34755 8.98371 7.26985 10.3501 8.45556 11.4665Z%27 fill=%27%23333333%27 fill-opacity=%270.7%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_14_117%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.block__header .phones__wrapper .icons {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.block__header .phones a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: rgba(51, 51, 51, 0.6980392157);
}
.block__header .work_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.block__header .work_place .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(51, 51, 51, 0.6980392157);
}
.block__header .work_place .content {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(51, 51, 51, 0.6980392157);
}
.block__header .work_place:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.00001 16.6665H15C15.4583 16.6665 15.8333 17.0415 15.8333 17.4998C15.8333 17.9582 15.4583 18.3332 15 18.3332H5.00001C4.54167 18.3332 4.16667 17.9582 4.16667 17.4998C4.16667 17.0415 4.54167 16.6665 5.00001 16.6665ZM10 5.83317C9.08334 5.83317 8.33334 6.58317 8.33334 7.49984C8.33334 8.4165 9.08334 9.1665 10 9.1665C10.9167 9.1665 11.6667 8.4165 11.6667 7.49984C11.6667 6.58317 10.9167 5.83317 10 5.83317ZM10 1.6665C12.725 1.6665 15.8333 3.7165 15.8333 7.62484C15.8333 10.1082 14.0583 12.7248 10.5083 15.4498C10.2083 15.6832 9.79167 15.6832 9.49167 15.4498C5.94167 12.7165 4.16667 10.1082 4.16667 7.62484C4.16667 3.7165 7.27501 1.6665 10 1.6665Z%27 fill=%27%23333333%27 fill-opacity=%270.7%27/%3E%3C/svg%3E%0A");
}
.block__header .bottom__text {
  display: none;
}
.block__header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block__header-contacts {
  display: none;
}
.block__header .mob-title {
  display: none;
}
.block__header .order_call a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: underline;
  color: #2ac5e8;
}
.block__header #feedback-form-header-form {
  display: none;
}

@media screen and (max-width: 1279px) {
  .block__header {
    height: 60px;
  }
  .block__header .header__wrapper {
    height: 60px;
  }
  .block__header .top {
    display: none;
  }
  .block__header .bottom__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 22px;
    margin-bottom: 32px;
  }
  .block__header .bottom__text .work_place {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block__header .bottom__text .work_place .title,
  .block__header .bottom__text .work_place .content {
    font-size: 14px;
  }
  .block__header .bottom__text .title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
  }
  .block__header .modal-btn {
    display: none;
  }
  .block__header .phones {
    row-gap: 10px;
  }
  .block__header .phones__wrapper {
    padding: 0 22px;
  }
  .block__header .phones__wrapper.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block__header #feedback-form-header-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .block__header #feedback-form-header-form .feedback-form__wrapper {
    padding: 24px 26px;
    background-color: #f8f8f8;
    max-width: 328px;
  }
}
@media screen and (min-width: 1279px) {
  .block__header-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block__header-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
  .block__header-nav nav ul li.current-menu-item {
    text-decoration: underline;
  }
  .block__header-nav nav ul > li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000;
  }
  .block__header-nav nav ul > li a:hover {
    text-decoration: underline;
  }
  .block__header-nav nav ul .nav-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .block__header-nav nav ul .nav-contacts .phones-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .block__header-nav nav ul .nav-contacts a {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #000;
  }
  .block__header-nav nav ul .nav-contacts a img {
    width: 20px;
    height: 20px;
  }
  .burger,
  #phone-icon {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  body.home .block__header .burger span, body.home .block__header .burger span:before, body.home .block__header .burger span:after,
  body.single .block__header .burger span,
  body.single .block__header .burger span:before,
  body.single .block__header .burger span:after {
    background: #161c2d;
  }
  #phone-icon {
    margin-right: 15px;
  }
  #phone-icon img {
    min-width: 35px;
    min-height: 35px;
  }
  body.body-contacts-show {
    overflow: hidden;
  }
  body.body-contacts-show .block__header-contacts {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
  body.body-contacts-show #phone-icon {
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  body.body-nav-show {
    overflow: hidden;
  }
  body.body-nav-show .block__header-nav > nav {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 90px;
  }
  body.body-nav-show .block__header-nav > nav .nav-contacts {
    display: none;
  }
  body.body-nav-show .block__header .burger span {
    background: transparent;
  }
  body.body-nav-show .block__header .burger span:before {
    background-color: #161c2d;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  body.body-nav-show .block__header .burger span:after {
    background-color: #161c2d;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .block__header-nav > nav, .block__header-contacts {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .block__header-nav > nav {
    /*
         * All li
         */
  }
  .block__header-nav > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 51px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    width: 100%;
  }
  .block__header-nav > nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
  }
  .block__header-nav > nav li:hover {
    background: rgba(216, 218, 229, 0.2);
  }
  .block__header-nav > nav li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block__header-nav > nav li a:after {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2721%27 viewBox=%270 0 18 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 6.62393L11 10.6239L7 14.6239%27 stroke=%27%23161C2D%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 90px;
  }
  .block__header-nav > nav li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .block__header-nav > nav li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%277%27 viewBox=%270 0 15 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 1L7.85907 5.54211C7.49418 5.812 6.99328 5.80231 6.6391 5.51851L1 0.999999%27 stroke=%27%23343434%27 stroke-width=%272%27/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 23px;
    right: 10px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .block__header-nav > nav li.menu-item-has-children > a {
    pointer-events: none;
  }
  .block__header-nav > nav li.menu-item-has-children .sub-menu {
    display: none;
  }
  .block__header-nav > nav li.menu-item-has-children:hover::after {
    -webkit-transform: translate(-10px, -50%) rotate(180deg);
            transform: translate(-10px, -50%) rotate(180deg);
  }
  .block__header-nav > nav li.menu-item-has-children:hover .sub-menu {
    display: block;
    width: 100%;
  }
  .block__header .burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .block__header .burger span {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block__header .burger span, .block__header .burger span:before, .block__header .burger span:after {
    width: 25px;
    position: absolute;
    height: 2px;
    background: #161c2d;
    display: block;
    border-radius: 2px;
  }
  .block__header .burger span:after {
    content: "";
    bottom: -8px;
    transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .block__header .burger span:before {
    content: "";
    top: -8px;
    transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #fff;
  position: relative;
}
.block__footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0 55px;
  border-top: 1px solid rgba(51, 51, 51, 0.1019607843);
}
.block__footer--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.block__footer--item .unp {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.block__footer--item .policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #706f6f;
}
.block__footer--item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.block__footer nav > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 112px;
  -webkit-column-gap: 112px;
     -moz-column-gap: 112px;
          column-gap: 112px;
  grid-row-gap: 15px;
  row-gap: 15px;
}
.block__footer nav > ul > li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block__footer nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: black;
}
.block__footer .email,
.block__footer .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: black;
}

@media screen and (max-width: 1024px) {
  .block__footer--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block__footer nav {
    margin: 28px 0;
  }
  .block__footer nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .block__footer nav > ul > li > a {
    font-size: 14px;
  }
}
.cookie__policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
}
.cookie__policy--container {
  max-width: 955px;
  margin: 0 auto;
}
.cookie__policy--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cookie__policy--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.cookie__policy--text a {
  color: #2ac5e8;
  text-decoration: underline;
}
.cookie__policy--text a:hover {
  text-decoration: none;
}
.cookie__policy--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .cookie__policy--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie__policy--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .cookie__policy--text a {
    color: #2ac5e8;
    text-decoration: underline;
  }
  .cookie__policy--text a:hover {
    text-decoration: none;
  }
  .cookie__policy--btns {
    width: 100%;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
