@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --black: #272b29;
  --main: #c6b83e;
  --main2: #7e7631;
  --bg1: #fcf9f2;
  --bg2: #f2e9d8;
  --grey: #e9e9e9;
  --grey2: #f5f5f5;
  --grey3: #e1e1e1;
  --pink: #e4d1fb;
}

.c_wh {
  color: var(--white);
}

.c_black {
  color: var(--black);
}

.c_main {
  color: var(--main);
}

.c_main_2 {
  color: var(--main2);
}

.c_bg1 {
  color: var(--bg1);
}

.c_bg2 {
  color: var(--bg2);
}

.c_grey {
  color: var(--grey);
}

.bg_wh {
  background-color: var(--white);
}

.bg_main {
  background-color: var(--main);
}

.bg_main2 {
  background-color: var(--main2);
}

.bg_bg1 {
  background-color: var(--bg1);
}

.bg_bg2 {
  background-color: var(--bg2);
}

.bg_grey {
  background-color: var(--grey);
}

.bg_grey2 {
  background-color: var(--grey2);
}

.bg_black {
  background-color: var(--black);
}

.elem__anim > h1, .elem__anim > h2, .elem__anim > h3, .elem__anim > h4, .elem__anim > a, .elem__anim > button, .elem__anim > p, .elem__anim > ul, .elem__anim > ol {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

body,
html {
  scrollbar-color: var(--main) var(--grey);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--dark);
  background-color: var(--bg1);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: var(--black);
  padding-top: 68px;
}
body.acf_content {
  padding: 15px;
}
body.acf_content h2,
body.acf_content h3,
body.acf_content h4,
body.acf_content p {
  margin-bottom: 20px;
}
body.acf_content li {
  margin-bottom: 0.5em;
}

section {
  position: relative;
}

.ff_m {
  font-family: "Marianna";
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

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

li {
  display: block;
}

p {
  margin-bottom: 0;
  line-height: 1.3em;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Manrope", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path,
stroke {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  height: 65px;
  width: 290px;
  max-width: 100%;
  position: relative;
  background-color: var(--main);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 8px var(--bg1);
          box-shadow: inset 0 0 0 8px var(--bg1);
  border: 1px solid var(--main);
}
a.btn:hover,
button.btn:hover {
  color: var(--white);
  background-color: var(--main);
  border: 1px solid var(--main);
  -webkit-box-shadow: inset 0 0 0 2px var(--bg1);
          box-shadow: inset 0 0 0 2px var(--bg1);
}
a.btn:active,
button.btn:active {
  color: var(--white);
  background-color: var(--main);
  border: 1px solid var(--main);
  background-color: var(--main2);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  background-color: var(--bg1);
  padding: 15px 0;
}
.header .social a {
  width: 24px;
  height: 24px;
  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;
}
.header .social a img {
  width: 100%;
  height: auto;
}
.header .social a:not(:last-child) {
  margin-right: 12px;
}
.header .btn {
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 5px var(--bg1);
          box-shadow: inset 0 0 0 5px var(--bg1);
}

.corner {
  background: linear-gradient(to right, var(--main) 1px, transparent 1px) 0 0, linear-gradient(to right, var(--main) 1px, transparent 1px) 0 100%, linear-gradient(to left, var(--main) 1px, transparent 1px) 100% 0, linear-gradient(to left, var(--main) 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, var(--main) 1px, transparent 1px) 0 0, linear-gradient(to bottom, var(--main) 1px, transparent 1px) 100% 0, linear-gradient(to top, var(--main) 1px, transparent 1px) 0 100%, linear-gradient(to top, var(--main) 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: clamp(50px, 20%, 60px) clamp(20px, 10%, 30px);
}

@media screen and (min-width: 1200px) {
  .header.header_fixed.scroll__up {
    top: 0px;
  }
  .header.header_fixed.scroll__down {
    top: -130px;
  }
}
.custom-logo-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  width: 120px;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.nav__menu .menu-item {
  position: relative;
  margin-right: 40px;
}
.nav__menu .menu-item:last-child {
  margin-right: 0;
}
.nav__menu .menu-item a {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0;
  color: var(--red_3);
  position: relative;
  display: block;
}
.nav__menu .menu-item a:hover {
  color: var(--red);
}

@media screen and (min-width: 1200px) {
  .nav__menu .menu-item.menu-item-has-children:hover > a:before {
    opacity: 0;
  }
  .nav__menu .menu-item.menu-item-has-children:hover > a::after {
    opacity: 1;
  }
  .nav__menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.menu__burger {
  display: none;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1199px) {
  .nav__menu .menu-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 65px;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    z-index: 9;
    right: -320px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 0 0px 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--black);
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    padding: 20px 12px;
    position: relative;
    margin-bottom: 40px;
    background-color: var(--bg2);
  }
  .nav .menu__close {
    width: 25px;
    height: 25px;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: auto;
    background: url(../img/close_menu.svg) no-repeat center/contain;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .nav .nav__menu .menu-item {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-right: 0;
    border-top: 1px solid rgba(231, 234, 227, 0.1);
    padding: 0;
  }
  .nav .nav__menu .menu-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(231, 234, 227, 0.1);
  }
  .nav .nav__menu .menu-item a {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    color: var(--white);
    display: block;
    padding: 8px 0;
    border: none;
    line-height: 1.8em;
  }
  .nav .nav__menu .menu-item a:hover {
    color: var(--main);
  }
  .nav .nav__menu .menu-item a::after, .nav .nav__menu .menu-item a::before {
    display: none;
  }
  .nav .nav__menu .menu-item.menu-item-has-children > a {
    padding-right: 10px;
  }
  .nav .nav__menu .menu-item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nav .nav__menu .menu-item.menu-item-has-children .open_child_menu {
    position: absolute;
    display: block;
    right: -8px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-color: var(--grey);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .open_child_menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/menu_arrow.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 250px;
    padding: 0 10px;
    background-color: transparent;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border-radius: 0;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: var(--white);
    display: block;
    padding: 5px 0;
    border: none;
    text-transform: uppercase;
    line-height: 1.8em;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li a:hover {
    color: var(--gold);
  }
  .nav .header__contact .link__item .icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4px;
  }
  .nav .header__contact .link__item a:hover {
    color: var(--gold);
  }
  .nav .header__contact .order__call {
    border-bottom: 1px dashed var(--white);
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .menu__burger {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 6px 3px;
  }
  .menu__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border-radius: 0px;
    margin: 3px 0px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__contacts .header__contact {
    font-size: 12px;
  }
  .header .header__contacts .header__contact .icon {
    width: 12px;
    height: 12px;
  }
  .preloader .preloader__bg.preloader__bg_big {
    width: 243px;
  }
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 40px;
  }
}
.title_1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}

.section__title {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
}
.section__title i {
  font-weight: 500;
}
.section__title b,
.section__title strong {
  font-weight: 700;
}
.section__title b i,
.section__title strong i {
  font-weight: 700;
}
.section__title.section__title2 {
  font-size: 48px;
}

.section__offer {
  margin-bottom: 20px;
}

.section__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.title_2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.title_3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.title_4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.text__content h1 {
  font-weight: 600;
}
.text__content h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.text__content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.text__content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.text__content p,
.text__content li {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 1.4em;
}
.text__content li:last-child {
  margin-bottom: 0;
}
.text__content p {
  margin-bottom: 1.4em;
}
.text__content p:last-child {
  margin-bottom: 0;
}
.text__content p a {
  color: var(--red);
}
.text__content p a:hover {
  color: #80181c;
}
.text__content ol,
.text__content ul {
  margin-bottom: 15px;
}
.text__content ul li {
  font-weight: 300;
}
.text__content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--main);
  border-radius: 50px;
  position: absolute;
  left: 5px;
  top: 7px;
}
.text__content li {
  padding-left: 20px;
  position: relative;
  color: var(--black);
}
.text__content li:not(:last-child) {
  margin-bottom: 15px;
}
.text__content ol {
  list-style: none;
  counter-reset: item;
}
.text__content ol li {
  counter-increment: item;
  color: var(--black);
  font-size: 18px;
}
.text__content ol li:before {
  margin-right: 16px;
  content: counter(item) ".";
  background: transparent;
  color: var(--black);
  font-size: 18px;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  height: 16px;
  top: 0px;
}

@media screen and (max-width: 1439px) {
  .text__content h2 {
    font-size: 24px;
  }
  .section__title.section__title2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 44px;
  }
  .text__content h2 {
    font-size: 24px;
  }
  .section__title.section__title2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .title_1 {
    font-size: 36px;
  }
  .section__title {
    font-size: 24px;
  }
  .section__title.section__title2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 28px;
  }
  .text__content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section__title {
    font-size: 20px;
  }
  .section__title.section__title2 {
    font-size: 28px;
  }
  .text__content p,
  li {
    font-size: 16px;
  }
  .text__content ol li:before {
    font-size: 16px;
  }
  .text__content ol li,
  .text__content ul li {
    font-size: 16px;
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 12px;
}
.form__wrap .input__group p {
  margin: 0 !important;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 65px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 22px;
  border: 1px solid #cfcec3;
  border-radius: 5px;
  background-color: var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--black);
  border-radius: 0;
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c4;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c4;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c4;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus {
  border-color: var(--black);
}
.form__wrap .accept__block label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__wrap input[type=checkbox] {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid var(--red);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__wrap input[type=checkbox]:checked {
  background: url(../img/check_icon.svg) no-repeat center;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: var(--orange);
}
.form__wrap span {
  display: block;
}
.form__wrap .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.form__wrap .btn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}

.circle {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--white);
}

.head__section .offer {
  padding-bottom: 40px;
}
.head__section .offer .title_1 {
  font-size: 38px;
  font-weight: 600;
}
.head__section .offer .offer__subtitle {
  padding-bottom: 225px;
  max-width: 250px;
  padding-top: 215px;
  line-height: 1.1em;
}
.head__section .offer .header__img {
  position: absolute;
  width: clamp(280px, 55%, 725px);
  height: auto;
  left: 33%;
  bottom: 0;
}
.head__section .offer .btn {
  -webkit-box-shadow: inset 0 0 0 8px var(--grey3);
          box-shadow: inset 0 0 0 8px var(--grey3);
}
.head__section .offer .btn:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--grey3);
          box-shadow: inset 0 0 0 2px var(--grey3);
}
.head__section .offer__collage {
  position: absolute;
  left: 10%;
  top: 100px;
}
.head__section .offer__collage .collage__img {
  width: 226px;
  height: auto;
  border: 10px solid var(--white);
}
.head__section .offer__collage .collage__img img {
  width: 100%;
  height: auto;
}
.head__section .offer__collage .collage_text {
  position: absolute;
  left: -120px;
  top: -55px;
  min-height: 110px;
  padding: 20px 24px;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  border: 1px solid var(--white);
  width: 270px;
}
.head__section .offer__collage .collage_text.collage_text_right {
  left: 75%;
  top: calc(100% - 35px);
}

@media screen and (max-width: 1439px) {
  .head__section .offer__collage {
    left: 7%;
  }
  .head__section .offer__collage .collage__img {
    width: 200px;
  }
  .head__section .offer__collage .collage_text {
    min-height: 100px;
    padding: 12px 24px;
    left: -79px;
  }
  .head__section .offer__collage .collage_text.collage_text_right {
    left: 70%;
    top: calc(100% - 70px);
  }
  .head__section .offer .offer__subtitle {
    padding: 200px 0;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .offer__collage {
    left: 5%;
  }
  .head__section .offer__collage .collage__img {
    width: 180px;
  }
  .head__section .offer__collage .collage_text {
    min-height: 100px;
    padding: 12px 20px;
    left: -50px;
    width: 180px;
    font-size: 16px;
    min-height: 80px;
  }
  .head__section .offer .offer__subtitle {
    padding: 175px 0;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 5px 0;
  }
  .head__section .offer {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .head__section .offer .offer__subtitle {
    padding: 0;
    margin-bottom: 14px;
  }
  .head__section .offer .header__img {
    position: relative;
    left: 0;
    display: block;
    margin: 0 auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .head__section .offer__collage {
    left: auto;
    right: 5%;
    top: 40%;
  }
  .head__section .offer__collage .collage_text {
    width: 155px;
    font-size: 12px;
    top: 110%;
    left: 20px;
  }
  .head__section .offer__collage .collage_text.collage_text_right {
    left: -121px;
    top: -30px;
  }
  .section_space.mb_60,
  section.mb_60 {
    margin-bottom: 30px;
  }
  .section_space.mt_60,
  section.mt_60 {
    margin-top: 30px;
  }
  .section_space.pt_60,
  section.pt_60 {
    padding-top: 30px;
  }
  .section_space.pb_60,
  section.pb_60 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .head__section .offer .title_1 {
    font-size: 32px;
    max-width: 340px;
  }
  .head__section .offer .title_1 br {
    display: none;
  }
  .head__section .offer .header__img {
    width: 400px;
    margin: 130px 0 0;
  }
  .head__section .offer .offer__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .head__section .offer .title_1 {
    font-size: 28px;
    max-width: 304px;
  }
  .head__section .offer .header__img {
    width: clamp(340px, 100%, 400px);
    margin: 130px 0 0;
    margin-left: -35px;
  }
  .head__section .offer__collage {
    right: 40px;
  }
  .head__section .offer__collage .collage__img {
    width: 120px;
  }
  .head__section .offer__collage .collage_text {
    font-size: 10px;
  }
  .head__section .offer__collage .collage_text.collage_text_left {
    width: 130px;
  }
  .head__section .offer__collage .collage_text.collage_text_right {
    width: 155px;
  }
  .head__section .offer .btn {
    width: 222px;
    height: 40px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 4px var(--grey3);
            box-shadow: inset 0 0 0 4px var(--grey3);
  }
}
.advant .advant__card {
  background-size: clamp(30px, 20%, 60px) clamp(30px, 20%, 60px);
  background-color: var(--white);
  margin-top: 20px;
  height: 306px;
}
.advant .advant__card .advant__icon {
  margin-bottom: 35px;
  width: 100px;
  height: 100px;
  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;
}
.advant .advant__card .advant__icon img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1439px) {
  .advant .advant__card {
    height: 260px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__card {
    height: 216px;
  }
  .advant .advant__card .advant__icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__card {
    height: 330px;
  }
  .advant .advant__card .advant__icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .advant .advant__card {
    height: 246px;
  }
}
@media screen and (max-width: 576px) {
  .advant .advant__card {
    height: 45vw;
    background-size: 40px 40px;
  }
  .advant .advant__card .fz_20 {
    font-size: 14px;
  }
  .advant .advant__card .advant__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }
}
.why .why__number {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
}

@media screen and (max-width: 1199px) {
  .why .why__number {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .why .why__card_wrap:not(:last-child) {
    border-bottom: 1px solid #e6e4d1;
  }
  .why .why__card_wrap .why__card {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .why .why__number {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .why .why__text {
    font-size: 14px;
  }
}
.step .step__list .step__item {
  border-bottom: 1px solid var(--grey);
  padding: 20px 0 0;
}
.step .step__list .step__item [data-accordion=step_question] {
  cursor: pointer;
}
.step .step__list .step__item .step__question {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
.step .step__list .step__item .step__question::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 12px;
  background: url(../img/icon_faq.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.step .step__list .step__item .step__answer .text__content {
  padding-bottom: 20px;
}
.step .step__list .step__item .step__img img {
  width: 100%;
  height: auto;
}
.step .step__list .step__item.open .step__question::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.step .step__collage {
  position: relative;
}
.step .step__collage .collage__img {
  width: 226px;
  border: 10px solid var(--white);
}
.step .step__collage .collage__img img {
  width: 100%;
  height: auto;
}
.step .step__collage .collage__text {
  min-width: 264px;
  padding: 19px 16px 18px;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  border: 1px solid var(--white);
  position: absolute;
}
.step .step__collage.step__collage_left {
  padding-top: 15px;
}
.step .step__collage.step__collage_left .collage__img {
  width: 226px;
}
.step .step__collage.step__collage_left .collage__text {
  left: 170px;
  top: 65px;
}
.step .step__collage.step__collage_right .collage__img {
  width: 326px;
}
.step .step__collage.step__collage_right .collage__text {
  right: 80%;
  bottom: 55px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1439px) {
  .step .step__collage.step__collage_left.step__collage_left .collage__text {
    left: 132px;
  }
}
@media screen and (max-width: 991px) {
  .step .step__number {
    font-size: 20px;
  }
  .step .btn {
    margin-top: 25px;
  }
  .step .step__collage.step__collage_left {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .step .step__list .step__item .step__number__wrap {
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 0;
  }
  .step .step__list .step__item .step__number__wrap .step__number {
    font-size: 16px;
  }
  .step .step__list .step__item .step__question_wrap {
    width: calc(100% - 52px);
  }
  .step .step__list .step__item .step__question::after {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .step .step__list .step__item .step__question {
    font-size: 20px;
  }
  .step .step__list .step__item .step__answer .text__content {
    padding-left: 52px;
  }
  .step .step__list .step__item .step__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 210px;
    margin: 0 auto;
  }
  .step .step__collage {
    width: 100%;
  }
  .step .step__collage.step__collage_left .collage__img,
  .step .step__collage.step__collage_right .collage__img {
    width: 48%;
  }
  .step .step__collage.step__collage_right .collage__img {
    margin-left: auto;
  }
  .step .step__collage.step__collage_left.step__collage_left .collage__text {
    left: 40%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: initial;
  }
  .step .step__collage.step__collage_right .collage__text {
    left: 0;
    bottom: 26px;
  }
  .step .step__collage .collage__text {
    font-size: 14px;
    padding: 12px 20px;
  }
  .step .step__collage.step__collage_right {
    margin-top: -150px;
  }
  .step .btn {
    margin: 25px auto;
  }
}
@media screen and (max-width: 576px) {
  .step .step__list .step__item .step__question::after {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .step .step__number {
    font-size: 14px;
  }
  .step .step__list .step__item .step__answer .text__content {
    padding-right: 20px;
  }
  .step .step__list .step__item .step__answer .text__content p {
    font-size: 16px;
  }
  .step .step__collage .collage__text {
    font-size: 12px;
  }
  .step .step__collage.step__collage_right {
    margin-top: -23vw;
  }
  .step .btn {
    width: 222px;
    height: 40px;
    font-size: 14px;
  }
}
.doctors .doctors__cards {
  background-color: var(--white);
  position: relative;
  padding: 35px 30px;
  height: 306px;
}
.doctors .doctors__cards .doctors__position,
.doctors .doctors__cards .doctors__name {
  max-width: 135px;
  position: relative;
  z-index: 2;
}
.doctors .doctors__cards .doctors__img {
  position: absolute;
  right: -5px;
  bottom: 0;
  height: 100%;
  width: auto;
}
.doctors .doctors__cards.doctors__cards_main {
  padding: 55px 30px;
  height: calc(100% - 20px);
  overflow: hidden;
}
.doctors .doctors__cards.doctors__cards_main .circle {
  position: absolute;
  border-color: #fcf9f2;
  border-width: 2px;
  width: 480px;
  height: 480px;
}
.doctors .doctors__cards.doctors__cards_main .circle.circle_1 {
  bottom: -10px;
  right: -95px;
}
.doctors .doctors__cards.doctors__cards_main .circle.circle_2 {
  top: 45px;
  right: -230px;
}
.doctors .doctors__cards.doctors__cards_main .icon {
  width: 50px;
  height: 50px;
  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;
  margin-bottom: 20px;
  border-radius: 50%;
}
.doctors .doctors__cards.doctors__cards_main .doctors__content {
  max-width: 55%;
  z-index: 5;
}
.doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title {
  margin-bottom: 80px;
}
.doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title.text__content p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2em;
}
.doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title.text__content p b,
.doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title.text__content p strong {
  font-weight: 700;
}
.doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1439px) {
  .doctors .doctors__cards {
    padding: 15px;
  }
  .doctors .doctors__cards.doctors__cards_main {
    padding: 30px 25px;
  }
  .doctors .doctors__cards .doctors__img {
    width: 62%;
    height: auto;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title {
    margin-bottom: 50px;
  }
  .doctors .doctors__cards {
    height: 275px;
  }
}
@media screen and (max-width: 1199px) {
  .doctors .doctors__cards.doctors__cards_main {
    padding: 15px 20px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content {
    max-width: 65%;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .text__content p {
    font-size: 16px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title {
    margin-bottom: 30px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title.text__content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .doctors .doctors__cards.doctors__cards_main {
    height: 435px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__img {
    width: auto;
    height: 100%;
    right: -20px;
  }
  .doctors .doctors__cards.doctors__cards_main .circle {
    width: 276px;
    height: 276px;
  }
  .doctors .doctors__cards.doctors__cards_main .circle.circle_1 {
    bottom: 0;
    right: 0;
  }
  .doctors .doctors__cards.doctors__cards_main .circle.circle_2 {
    top: 75px;
    right: -80px;
  }
  .doctors .doctors__cards .doctors__img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .doctors .doctors__cards {
    height: 170px;
  }
  .doctors .doctors__cards {
    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;
  }
  .doctors .doctors__cards.doctors__cards_main {
    display: block;
  }
  .doctors .doctors__cards .doctors__position,
  .doctors .doctors__cards .doctors__name {
    max-width: 65%;
  }
}
@media screen and (max-width: 576px) {
  .doctors .doctors__cards.doctors__cards_main {
    padding: 15px;
  }
  .doctors .doctors__cards.doctors__cards_main .icon {
    width: 30px;
    height: 30px;
  }
  .doctors .doctors__cards.doctors__cards_main .icon svg {
    width: 20px;
    height: auto;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content {
    max-width: 210px;
    width: 100%;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__title.text__content p {
    font-size: 14px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__info h3 {
    font-size: 14px;
  }
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__info p,
  .doctors .doctors__cards.doctors__cards_main .doctors__content .doctors__info li {
    font-size: 12px;
  }
}
.sale .sale__wrap {
  padding: 70px 70px 0;
  overflow: hidden;
}
.sale .sale__wrap .circle {
  width: 390px;
  height: 390px;
  top: 10px;
  right: 80px;
  position: absolute;
}
.sale .sale__wrap .circle.circle_2 {
  top: -150px;
  left: 20px;
  right: auto;
  width: 280px;
  height: 280px;
}
.sale .sale__wrap .sale__img {
  width: 100%;
  height: auto;
}
.sale .sale__wrap .sale__value {
  position: absolute;
  right: 12px;
  top: 75px;
  width: 180px;
  height: 180px;
}
.sale .sale__wrap .sale__value img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sale .sale__wrap .sale__advant ul li {
  font-size: 24px;
  padding-left: 32px;
}
.sale .sale__wrap .sale__advant ul li:before {
  left: 6px;
  top: 7px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_list.svg) no-repeat center/contain;
}
.sale .sale__wrap .btn {
  -webkit-box-shadow: inset 0 0 0 8px var(--grey);
          box-shadow: inset 0 0 0 8px var(--grey);
}
.sale .sale__wrap .btn:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--grey);
          box-shadow: inset 0 0 0 2px var(--grey);
}

@media screen and (max-width: 1439px) {
  .sale .sale__wrap {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .sale .sale__wrap .sale__value {
    top: 0;
  }
  .sale .sale__wrap .circle.circle_1 {
    width: 250px;
    height: 250px;
    bottom: 30px;
    top: auto;
    left: 50px;
  }
  .sale .sale__wrap .circle.circle_2 {
    width: 180px;
    height: 180px;
    left: 0;
    top: -115px;
  }
  .sale .sale__wrap .sale__advant ul li {
    font-size: 18px;
    margin-bottom: 0.5em;
    padding-left: 24px;
  }
  .sale .sale__wrap .sale__advant ul li:before {
    left: 6px;
    top: 3px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sale .sale__wrap .sale__value {
    width: 115px;
    height: 115px;
  }
  .sale .sale__wrap .sale__value p {
    font-size: 24px;
  }
  .sale .sale__wrap .sale__advant ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sale .sale__wrap .sale__img {
    width: 112%;
    -webkit-transform: translateX(-15%);
    transform: translateX(-6%);
  }
  .sale .sale__wrap .sale__advant ul li {
    font-size: 14px;
  }
  .sale .sale__wrap .btn {
    width: 222px;
    height: 40px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 4px var(--grey);
            box-shadow: inset 0 0 0 4px var(--grey);
    margin-bottom: 30px;
  }
  .sale .sale__wrap .sale__value {
    top: -40px;
    right: -20px;
  }
  .sale .sale__wrap {
    padding: 30px 40px 0;
  }
}
.swiper__arrow {
  width: 50px;
  height: 50px;
  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;
  border: 1px solid #f5f5f5;
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
}
.swiper__arrow.swiper__arrow_left {
  margin-right: 12px;
}

.compare .compare__subtitle {
  max-width: 375px;
}
.compare .compare__swiper {
  position: relative;
}
.compare .compare__swiper .compare__text {
  width: 133px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 39px;
  z-index: 5;
}
.compare .compare__swiper .compare__text.compare__text_before {
  left: 39px;
}
.compare .compare__swiper .compare__text.compare__text_after {
  right: 39px;
}
.compare .compare__swiper .swiper-slide {
  background-color: var(--white);
  background-size: 180px 180px;
  padding: 18px;
}
.compare .img-comp-container {
  position: relative;
  overflow: hidden;
}
.compare .img-comp-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.compare .img-comp-img.img-comp-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.compare .img-comp-img.img-comp-overlay img {
  display: block;
  width: auto;
  height: 100%;
}
.compare .img-comp-img img {
  display: block;
  width: 100%;
  height: auto;
}
.compare .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 8px;
  height: 100%;
  background-color: transparent;
  background-color: var(--main);
  border: 1px solid var(--white);
}
.compare .img-comp-slider::before {
  content: "Потягни";
  display: block;
  width: 90px;
  height: 34px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  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;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 30px;
  top: calc(50% - 50px);
}
.compare .img-comp-slider:after {
  content: "";
  display: block;
  width: 20px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 30px;
  position: absolute;
  background-color: var(--main);
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .compare .compare__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .compare {
    padding-bottom: 80px !important;
  }
  .compare .compare__arrow {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .compare .compare__subtitle {
    font-size: 14px;
  }
  .compare .compare__swiper .compare__text {
    width: 60px;
    height: 20px;
    font-size: 12px;
  }
  .compare .img-comp-slider::before {
    width: 65px;
    height: 20px;
    top: calc(50% - 25px);
    left: 20px;
    font-size: 12px;
  }
  .compare .compare__swiper .swiper-slide {
    background-size: 90px 90px;
  }
}
.review .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white);
  background-size: 100px 80px;
  padding: 40px 38px 20px;
}
.review .swiper-slide .text__content p,
.review .swiper-slide .text__content li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.review .swiper-slide .author__img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review .swiper-slide .author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review .swiper-slide .review__author {
  margin-top: auto;
}

@media screen and (max-width: 1439px) {
  .review .swiper-slide .author__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .review .swiper-slide .author__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .review .swiper-slide .author__img {
    width: 24px;
    height: 24px;
  }
  .review .review__swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 576px) {
  .review .swiper-slide {
    padding: 16px;
    width: 270px;
  }
  .review .swiper-slide .review__rate img {
    width: 16px;
  }
}
.video .video__bg {
  position: absolute;
  left: 10px;
  top: -30px;
  width: 923px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.15;
}
.video .video__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .video__subtitle {
  max-width: 415px;
}
.video .video__swiper {
  height: 820px;
}
.video .swiper-slide {
  position: relative;
}
.video .swiper-slide .video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .swiper-slide .video__play {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1439px) {
  .video .video__swiper {
    height: 650px;
  }
}
@media screen and (max-width: 1199px) {
  .video .video__swiper {
    height: 550px;
  }
  .video .video__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .video .video__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .video {
    padding-bottom: 80px !important;
  }
  .video .video__swiper {
    height: 270px;
  }
  .video .video__arrows {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video .video__bg {
    width: 120%;
    max-width: initial;
    height: 120%;
    top: -10%;
    left: -10%;
  }
  .video .video__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .video .video__swiper {
    height: 220px;
  }
}
@media screen and (max-width: 576px) {
  .video .video__subtitle {
    font-size: 14px;
  }
  .video .video__swiper {
    height: 170px;
    overflow: visible;
  }
  .video .video__swiper .swiper-slide {
    width: 270px;
  }
}
.recomend .recomend__item {
  width: 50%;
  min-height: 300px;
  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;
  border-bottom: 1px solid var(--grey);
}
.recomend .recomend__item:nth-child(odd) {
  border-right: 1px solid var(--grey);
}
.recomend .recomend__item:last-child, .recomend .recomend__item:nth-last-child(2) {
  border-bottom: none;
}
.recomend .recomend__item .recomend__content {
  width: 420px;
  max-width: 80%;
}
.recomend .recomend__item .recomend__content h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 12px;
  font-weight: 400;
}
.recomend .recomend__item .recomend__content p,
.recomend .recomend__item .recomend__content li {
  font-size: 16px;
  font-weight: 300;
}
.recomend .recomend__item .recomend__content ul li::before {
  top: 5px;
}

@media screen and (max-width: 1199px) {
  .recomend .recomend__item {
    min-height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .recomend .recomend__item .recomend__content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recomend .recomend__item {
    padding: 32px;
    min-height: 250px;
    width: 100%;
  }
  .recomend .recomend__item:nth-child(odd) {
    border-right: none;
  }
  .recomend .recomend__item:nth-last-child(2) {
    border-bottom: 1px solid var(--grey);
  }
  .recomend .recomend__item .recomend__content {
    max-width: 100%;
  }
}
.callback {
  overflow: hidden;
}
.callback .circle {
  position: absolute;
  left: 0;
  top: 30px;
  width: 390px;
  height: 390px;
}
.callback .circle.circle_2 {
  width: 380px;
  height: 380px;
  left: 250px;
  top: -130px;
}
.callback .callback__img {
  width: 90%;
  height: auto;
}
.callback .form__wrap .btn {
  height: 65px;
  -webkit-box-shadow: inset 0 0 0 8px var(--grey);
          box-shadow: inset 0 0 0 8px var(--grey);
}
.callback .form__wrap .btn:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--grey);
          box-shadow: inset 0 0 0 2px var(--grey);
}

@media screen and (max-width: 991px) {
  .callback .callback__content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .form__wrap .input__group .order__input {
    height: 40px;
    font-size: 14px;
    font-weight: 500;
  }
  .form__wrap .input__group .order__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .form__wrap .input__group .order__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .form__wrap .input__group .order__input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .form__wrap .input__group .order__input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .form__wrap .input__group .order__input::placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .callback .form__wrap .btn {
    height: 40px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 4px var(--grey);
            box-shadow: inset 0 0 0 4px var(--grey);
  }
  .callback .circle.circle_1 {
    width: 237px;
    height: 237px;
    left: 0;
    top: 0;
  }
  .callback .circle.circle_2 {
    width: 230px;
    height: 230px;
    left: auto;
    right: 0;
    top: -50px;
  }
}
.faq .faq__item {
  border-bottom: 1px solid var(--grey);
}
.faq .faq__item.open .faq__question::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq .faq__item .faq__question {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.faq .faq__item .faq__question::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../img/icon_faq.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.not_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 680px;
  height: 100vh;
}
.not_404 .not_404__number {
  font-size: 200px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ff2f22;
  line-height: 1em;
}
.not_404 h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1em;
}
.not_404 .not_404__subtitle {
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.6em;
}
.not_404 .btn {
  width: 262px;
}

@media screen and (max-width: 1439px) {
  .not_404 .not_404__number {
    font-size: 160px;
  }
  .not_404 h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .not_404 .not_404__number {
    font-size: 150px;
  }
  .not_404 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .not_404 .not_404__number {
    font-size: 100px;
  }
  .not_404 h1 {
    font-size: 32px;
  }
}
.footer {
  background-color: var(--black);
}
.footer .contact__link .icon {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  margin-right: 4px;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .contact__link:hover {
  color: var(--main);
}
.footer .contact__link:hover .icon {
  background-color: var(--main);
}
.footer .social a {
  width: 24px;
  height: 24px;
  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;
}
.footer .social a img {
  width: 100%;
  height: auto;
}
.footer .social a:not(:last-child) {
  margin-right: 12px;
}
.footer .footer__img {
  width: 282px;
  height: auto;
  max-width: 100%;
}
.footer .footer__img img {
  width: 100%;
  height: auto;
  border: 10px solid var(--white);
}
.footer .address__list .address__item .address__name {
  width: 220px;
  max-width: 100%;
  border-bottom: 1px solid var(--main2);
}
.footer .address__list .address__item .address__link {
  line-height: 1.1em;
}
.footer .address__list .address__item .address__link .icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--main);
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .address__list .address__item .address__link:hover {
  color: var(--main);
}

@media screen and (max-width: 1439px) {
  .footer .contact__link .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .address__list {
    margin: 0 -12px;
  }
  .footer .address__list .address__item {
    width: 50%;
    padding: 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .footer .address__list .address__item .address__name {
    font-size: 14px;
  }
  .footer .address__list .address__item .address__link {
    font-size: 12px;
  }
  .footer .footer__title {
    font-size: 14px;
  }
  .footer .work__time,
  .footer .contact__link {
    font-size: 12px;
    line-height: 1.4em;
  }
  .footer .address__list {
    margin: 0 -12px;
  }
  .footer .address__list .address__item {
    width: 50%;
    padding: 0 8px;
  }
}
.sticky__btn {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  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;
  color: var(--white);
  line-height: 1.1em;
  width: 96px;
  height: 96px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 3px 7px 7px rgba(0, 0, 0, 0.1), 8px 15px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 3px 7px 7px rgba(0, 0, 0, 0.1), 8px 15px 10px rgba(0, 0, 0, 0.05);
  background-color: #5c8678;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  border-radius: 50%;
  text-transform: uppercase;
}
.sticky__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 1px solid #5c8678;
  pointer-events: none;
  -webkit-animation: zoomElem 2.5s ease-in-out infinite;
          animation: zoomElem 2.5s ease-in-out infinite;
}
@-webkit-keyframes zoomElem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes zoomElem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.sticky__btn span {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(14, 15, 15, 0.35);
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  opacity: 1;
  pointer-events: all;
}
.popup.open .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.popup .popup__content {
  background-color: var(--white);
  width: 96%;
  max-width: 500px;
  padding: 0;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 96%;
  overflow-y: auto;
  padding: 40px 30px;
  border-radius: 0px;
}
.popup .popup__content .popup__head {
  padding: 45px 30px;
  background-color: var(--btn_hover);
}
.popup .popup__content .close_popup {
  background: transparent url(../img/close_menu.svg) no-repeat center/16px;
  border: none;
  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;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup .popup__content .form__wrap .input__group {
  margin-bottom: 20px;
}
.popup .popup__content .form__wrap .btn {
  height: 65px;
}

.open__form > * {
  pointer-events: none;
}

@media screen and (max-width: 1439px) {
  .footer__contact a {
    font-size: 18px;
  }
}
.page_404 {
  height: calc(100vh - 43px);
  min-height: 560px;
  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;
  text-align: center;
}
.page_404 .page_404__title {
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  font-family: "Manrope";
  text-transform: uppercase;
  color: var(--lightgrey);
  margin-bottom: 30px;
  line-height: 0.75em;
}
.page_404 .page_404_subtitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark);
  line-height: 1em;
}
.page_404 .page_404__text {
  font-size: 18px;
  max-width: 284px;
  margin: 0 auto 30px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page_404 .page_404__title {
    font-size: 150px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-size: 18px !important;
  border-radius: 10px !important;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}

.cky-preference-body-wrapper p {
  font-size: 16px;
}

.cky-consent-container.cky-box-bottom-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 15, 0.15);
  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;
}
.cky-consent-container.cky-box-bottom-left.cky-hide {
  display: none;
}
.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
  width: 100%;
  border-radius: 20px;
  max-width: 420px;
  padding: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des {
  margin-bottom: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des p {
  font-size: 18px;
  line-height: 1.4em;
}
.cky-consent-container.cky-box-bottom-left .cky-btn {
  font-size: 18px;
  border-radius: 10px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject:hover, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}
@media screen and (max-width: 576px) {
  .page_404 .page_404__title {
    font-size: 120px;
  }
  .page_404 .page_404_subtitle {
    font-size: 32px;
  }
  .page_404 .page_404__text {
    font-size: 16px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-consent-bar {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice-des p {
    font-size: 16px;
  }
  .popup .popup__content ifrane {
    padding-bottom: 45px;
  }
}
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
  background-color: var(--btn_green) !important;
}

.ti-widget.ti-goog .ti-footer-filter-text {
  text-align: center !important;
}

html.with-fancybox {
  overflow: auto;
}

#sb_instagram #sbi_load .sbi_load_btn {
  margin: 0 auto;
  height: 56px;
  border-radius: 0 !important;
  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;
  padding: 0 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
}

.sbi_follow_btn,
.sb_instagram_header,
.instagram-gallery__actions {
  display: none !important;
}

#instagram-gallery-feed-0 .instagram-gallery-item__media-mask {
  opacity: 0 !important;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
  position: relative;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3) url(../img/icon_zoom.svg) no-repeat center/25px !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap:hover::before {
  opacity: 1;
}/*# sourceMappingURL=main.css.map */