@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --black: #1b1b1b;
  --red: #fb2a00;
  --red_2: #410615;
  --red_3: #3d000f;
  --light: #fffbf7;
  --light_2: #efedeb;
  --pink: #e4d1fb;
}

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

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

.c_red {
  color: var(--red);
}

.c_red_2 {
  color: var(--red_2);
}

.c_red_3 {
  color: var(--red_3);
}

.c_light {
  color: var(--light);
}

.c_light_2t {
  color: var(--light_2);
}

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

.bg_red {
  background-color: var(--red);
}

.bg_red_2 {
  background-color: var(--red_2);
}

.bg_red_3 {
  background-color: var(--red_3);
}

.bg_light {
  background-color: var(--light);
}

.bg_light_2 {
  background-color: var(--light_2);
}

.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(--red) 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: "Open Sans", sans-serif;
  color: var(--dark);
  background-color: var(--light);
  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(--red);
}

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: "Open Sans", 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: "Open Sans", 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: 600;
  color: var(--light);
  height: 50px;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  background-color: var(--red_3);
  border: none;
  border-radius: 50px;
  padding: 0 20px;
}
a.btn svg,
button.btn svg {
  margin-left: 4px;
}
a.btn:hover,
button.btn:hover {
  color: var(--light);
  background-color: var(--red);
  border: none;
}
a.btn:active,
button.btn:active {
  color: var(--light);
  background-color: var(--red);
  border: none;
}
a.btn.btn_red,
button.btn.btn_red {
  background-color: var(--red);
  color: var(--light);
  border: none;
}
a.btn.btn_red:hover,
button.btn.btn_red:hover {
  color: var(--light);
  background-color: var(--pink);
  border: none;
}
a.btn.btn_red:active,
button.btn.btn_red:active {
  color: var(--light);
  background-color: var(--pink);
  border: none;
}
a.btn.btn_light,
button.btn.btn_light {
  background-color: var(--light);
  color: var(--red_3);
  border: none;
}
a.btn.btn_light:hover,
button.btn.btn_light:hover {
  color: var(--light);
  background-color: var(--red);
  border: none;
}
a.btn.btn_light:active,
button.btn.btn_light:active {
  color: var(--light);
  background-color: var(--red);
  border: none;
}

.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(--light_2);
  padding: 15px 0;
}
.header .social a {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.header .social a:hover path {
  fill: var(--red);
}
.header .social a svg {
  width: 20px;
  height: 20px;
}
.header .btn {
  font-size: 14px;
  font-weight: 600;
  width: 220px;
  height: 36px;
}

@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;
}
.custom-logo-link img {
  width: 70px;
  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: "Open Sans", 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;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 999999999;
}
.preloader .preloader__bg {
  position: absolute;
  width: 136px;
  height: auto;
  bottom: 0px;
  left: 10%;
}
.preloader .preloader__bg.preloader__bg_big {
  top: 0px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 473px;
}
.preloader.hide {
  pointer-events: none;
  opacity: 0;
  bottom: 100%;
}
.preloader .preloader_logo {
  width: 150px;
  height: auto;
}

@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: 20px 16px 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(--light);
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    padding: 20;
    position: relative;
  }
  .nav .nav__row .custom-logo-link img {
    width: 50px;
  }
  .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(--red_3);
    display: block;
    padding: 8px 0;
    border: none;
    line-height: 1.8em;
  }
  .nav .nav__menu .menu-item a:hover {
    color: var(--red);
  }
  .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 {
    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;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .menu__burger span {
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--red_3);
    border-radius: 3px;
    margin: 0px 2px;
  }
}
@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-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
}
.section__title i {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
  font-family: "Marianna";
  line-height: 20px;
}

.section__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 8px;
}

.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 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: 12px;
  height: 12px;
  background: url(../img/icon_list_item.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 4px;
}
.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;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 44px;
  }
  .text__content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .title_1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 28px;
  }
  .text__content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .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: 16px;
}
.form__wrap .input__group p {
  margin: 0 !important;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 22px;
  border: 1px solid var(--grey_light2);
  border-radius: 5px;
  background-color: var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--black);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--grey_light2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--grey_light2);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--grey_light2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--grey_light2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--grey_light2);
  -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;
}

.head__section.head__section_404 {
  height: 100vh;
}
.head__section .head__label {
  padding: 0 12px;
  height: 34px;
  border-radius: 50px;
}
.head__section .head__label.head__label_i {
  border: 1px solid var(--pink);
  font-weight: 400;
}
.head__section .head__label.head__label_red {
  border: 1px solid var(--red);
  color: var(--red);
}
.head__section .offer .title_1 {
  color: var(--red_3);
  line-height: 1.1em;
}
.head__section .offer .title_1 span {
  color: var(--red);
  font-weight: 400;
}
.head__section .offer .title_1 i {
  font-family: "Marianna";
  font-weight: 400;
  font-size: 128px;
  line-height: 15px;
}
.head__section .offer .btn {
  height: 50px;
  width: 300px;
  font-size: 18px;
}
.head__section .head__collage {
  width: 725px;
  min-height: 400px;
  position: relative;
}
.head__section .head__collage img {
  width: 100%;
  height: auto;
}
.head__section .head__collage img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1439px) {
  .head__section .head__collage {
    width: 600px;
  }
  .head__section .offer .title_1 {
    font-size: 44px;
  }
  .head__section .offer .title_1 i {
    font-size: 114px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .head__collage {
    width: 500px;
  }
  .head__section .offer .title_1 {
    font-size: 36px;
  }
  .head__section .offer .title_1 i {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .head__section .offer {
    position: relative;
    z-index: 5;
  }
  .head__section .offer .title_1 {
    text-align: center;
  }
  .head__section .head__collage {
    margin: -80px auto 0;
  }
  .head__section .head__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .head__section .head__btns .btn {
    height: 36px;
    width: 220px;
    font-size: 14px;
  }
  .section_space.mb_50,
  section.mb_50 {
    margin-bottom: 30px;
  }
  .section_space.mt_50,
  section.mt_50 {
    margin-top: 30px;
  }
  .section_space.pt_50,
  section.pt_50 {
    padding-top: 30px;
  }
  .section_space.pb_50,
  section.pb_50 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .head__section .offer .title_1 {
    font-size: 30px;
  }
  .head__section .offer .title_1 i {
    font-size: 86px;
  }
  .head__section .head__collage {
    margin: -50px 0 0;
    position: relative;
    left: 50%;
    width: 120vw;
    max-width: 420px;
    -webkit-transform: translate(-53%);
            transform: translate(-53%);
  }
  .head__section .head__labels {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head__section .head__label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.about .about__item {
  min-height: 150px;
  border-radius: 10px;
  border: 1px solid var(--pink);
  position: relative;
}
.about .about__item .about__content {
  width: 260px;
  max-width: 100%;
}
.about .about__item img {
  width: 160%;
  height: auto;
  position: absolute;
  z-index: 5;
}
.about .about__item img.collage__top_left {
  left: -100px;
  top: -80px;
}
.about .about__item img.collage__top_right {
  right: -100px;
  top: -80px;
}
.about .about__item img.collage__bottom_right {
  right: -68px;
  bottom: -80px;
}
.about .about__item img.collage__bottom_left {
  left: -100px;
  bottom: -80px;
}

@media screen and (max-width: 1199px) {
  .about .about__text {
    font-size: 18px;
  }
  .about .about__item .about__content {
    width: 75%;
  }
  .about .about__item {
    min-height: 130px;
  }
  .about .about__item img.collage__top_left {
    left: -100px;
    top: -60px;
  }
  .about .about__item img.collage__top_right {
    right: -100px;
    top: -60px;
  }
  .about .about__item img.collage__bottom_right {
    right: -68px;
    bottom: -60px;
  }
  .about .about__item img.collage__bottom_left {
    left: -100px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__text {
    font-size: 14px;
  }
  .about .about__item {
    min-height: 100px;
  }
  .about .about__item .about__content {
    width: calc(100% - 32px);
  }
  .about .about__item img.collage__top_left {
    left: -89px;
    top: -52px;
  }
  .about .about__item img.collage__top_right {
    right: -89px;
    top: -52px;
  }
  .about .about__item img.collage__bottom_right {
    right: -55px;
    bottom: -45px;
  }
  .about .about__item img.collage__bottom_left {
    left: -68px;
    bottom: -60px;
  }
}
@media screen and (max-width: 576px) {
  .about .about__text {
    font-size: 3.5vw;
  }
  .about .about__item {
    padding: 12px 0;
  }
  .about .about__item img {
    width: 300px;
  }
  .about .about__item img.collage__top_left {
    left: -82px;
    top: -51px;
  }
  .about .about__item img.collage__top_right {
    right: -82px;
    top: -51px;
  }
  .about .about__item img.collage__bottom_right {
    right: -62px;
    bottom: -47px;
  }
  .about .about__item img.collage__bottom_left {
    left: -72px;
    bottom: -43px;
  }
}
.cta_red .cta_red__arrow {
  position: absolute;
  right: -90px;
  top: -15px;
}
.cta_red .cta_red_with {
  font-size: 80px;
  line-height: 40px;
  margin-top: -30px;
}

@media screen and (max-width: 1439px) {
  .cta_red .cta_red__arrow {
    right: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .cta_red .cta_red_with {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cta_red .cta_red_with {
    margin-bottom: 60px;
  }
  .cta_red .cta_red__arrow {
    right: calc(100% - 330px);
  }
}
@media screen and (max-width: 767px) {
  .cta_red .cta_red__arrow {
    right: 15px;
    width: 20vw;
    max-width: 90px;
    top: -25px;
  }
  .cta_red .cta_red__text {
    font-size: 16px;
    max-width: 338px;
    margin: 0 auto;
  }
  .cta_red .cta_red_with {
    text-align: center;
  }
  .cta_red .btn {
    width: 220px;
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .cta_red .cta_red_with {
    margin-bottom: 60px;
    padding-left: 15px;
    text-align: center;
  }
  .cta_red .btn {
    width: 220px;
    height: 36px;
    font-size: 14px;
  }
}
.thinks .thinks__card {
  padding: 15px 40px;
  border-radius: 10px;
  border: 1px solid var(--pink);
  min-height: 150px;
}
.thinks .thinks__card:not(:last-child) {
  margin-bottom: 20px;
}
.thinks .thinks__card p {
  line-height: 1.1em;
}
.thinks .thinks__card p b {
  font-weight: 600;
}
.thinks .thinks__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.thinks .thinks__item {
  width: 275px;
  height: 100px;
  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;
}
.thinks .thinks__item:first-child {
  right: 21%;
  top: 15%;
}
.thinks .thinks__item:nth-child(2) {
  right: -7%;
  top: 0%;
}
.thinks .thinks__item:nth-child(3) {
  right: 0%;
  top: 42%;
}
.thinks .thinks__item:nth-child(4) {
  right: 5%;
  bottom: 12%;
}
.thinks .thinks__item:nth-child(5) {
  left: 5%;
  bottom: 10%;
}
.thinks .thinks__item:nth-child(6) {
  left: 5%;
  top: 48%;
}
.thinks .thinks__item:nth-child(7) {
  left: 13%;
  top: 25%;
}
.thinks .thinks__item:last-child {
  left: -2%;
  top: 3%;
}

.text_on_bg p {
  font-size: 80px;
}

@media screen and (max-width: 1439px) {
  .thinks .thinks__item:first-child {
    right: 16%;
    top: 15%;
  }
  .thinks .thinks__item:nth-child(7) {
    left: 9%;
    top: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .thinks .thinks__offer {
    padding-top: 0;
  }
  .thinks .thinks__offer {
    text-align: center;
  }
  .thinks .thinks__think {
    margin-bottom: 120px;
  }
  .thinks .thinks__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .thinks .thinks__cards .thinks__card {
    margin-bottom: 0;
    width: calc(50% - 6px);
    min-height: 120px;
    text-align: left;
  }
  .text_on_bg p {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .thinks .thinks__item {
    width: 200px;
  }
  .thinks .thinks__item .fz_18 {
    font-size: 14px;
  }
  .thinks .thinks__item:first-child {
    right: 41%;
    top: -18%;
  }
  .thinks .thinks__item:nth-child(2) {
    right: 12%;
    top: -7%;
  }
  .thinks .thinks__item:nth-child(3) {
    right: 4%;
    top: 22%;
  }
  .thinks .thinks__item:nth-child(4) {
    right: 5%;
    bottom: 31%;
  }
  .thinks .thinks__item:nth-child(5) {
    left: 9%;
    bottom: 10%;
  }
  .thinks .thinks__item:nth-child(7) {
    left: 0%;
    top: 21%;
  }
  .thinks .thinks__item:last-child {
    left: -2%;
    top: -8%;
  }
  .thinks .thinks__bg.thinks_footnote1 {
    width: 130px;
  }
  .thinks .thinks__bg.thinks_footnote2 {
    width: 175px;
  }
  .thinks .thinks__bg.thinks_footnote3 {
    width: 220px;
  }
  .thinks .thinks__bg.thinks_footnote4 {
    width: 140px;
  }
  .thinks .thinks__bg.thinks_star1 {
    width: 172px;
  }
  .thinks .thinks__bg.thinks_star2 {
    width: 170px;
  }
  .thinks .thinks__bg.thinks_star3 {
    width: 165px;
  }
  .text_on_bg p {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .thinks .thinks__think {
    margin-bottom: 110px;
  }
  .thinks .thinks__offer {
    text-align: center;
  }
  .thinks .thinks__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thinks .thinks__cards .thinks__card {
    min-height: 100px;
    padding: 13px 16px;
  }
  .thinks .thinks__cards .thinks__card p {
    font-size: 14px;
  }
  .thinks .thinks__item {
    width: 150px;
  }
  .thinks .thinks__item .fz_18 {
    font-size: 12px;
  }
  .thinks .thinks__item .fz_18.fz_small {
    font-size: 10px;
  }
  .thinks .thinks__img {
    width: 66%;
    max-width: 240px;
  }
  .thinks .thinks__item:first-child {
    right: 33%;
    top: -27%;
  }
  .thinks .thinks__item:nth-child(2) {
    right: 0%;
    top: -15%;
  }
  .thinks .thinks__item:nth-child(3) {
    right: 4%;
    top: 16%;
  }
  .thinks .thinks__item:nth-child(4) {
    right: 2%;
    bottom: 31%;
  }
  .thinks .thinks__item:nth-child(5) {
    left: 4%;
    bottom: 7%;
  }
  .thinks .thinks__item:nth-child(6) {
    left: 5%;
    top: 40%;
  }
  .thinks .thinks__item:nth-child(7) {
    left: -3%;
    top: 14%;
    z-index: 2;
  }
  .thinks .thinks__item:last-child {
    left: -2%;
    top: -14%;
  }
  .thinks .thinks__bg.thinks_footnote1 {
    width: 100px;
  }
  .thinks .thinks__bg.thinks_footnote2 {
    width: 135px;
  }
  .thinks .thinks__bg.thinks_footnote3 {
    width: 180px;
  }
  .thinks .thinks__bg.thinks_footnote4 {
    width: 110px;
  }
  .thinks .thinks__bg.thinks_star1 {
    width: 152px;
  }
  .thinks .thinks__bg.thinks_star2 {
    width: 150px;
  }
  .thinks .thinks__bg.thinks_star3 {
    width: 135px;
  }
  .thinks .thinks__cards {
    margin-bottom: 25px;
  }
  .text_on_bg p {
    font-size: 48px;
  }
}
@media screen and (max-width: 576px) {
  .text_on_bg {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .text_on_bg p {
    font-size: 7.2vw;
  }
  .thinks .thinks__think {
    font-size: 8.3vw;
  }
}
.program .program__card {
  border-radius: 20px;
  border: 1px solid var(--light_2);
  padding: 20px;
}
.program .program__card .program__img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.program .program__btn {
  width: 300px;
  height: 50px;
  margin-top: -25px;
}

@media screen and (max-width: 576px) {
  .program .section__offer {
    margin-bottom: 30px;
  }
  .program .section__title i {
    display: block;
    text-align: right;
    font-size: 48px;
    padding-right: 30px;
    line-height: 32px;
  }
}
.information {
  overflow: hidden;
}
.information .information__bg {
  position: absolute;
  width: 136px;
  height: auto;
  bottom: -45px;
  left: 0;
}
.information .information__bg.information__bg_big {
  top: -55px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 473px;
}
.information .information__swiper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 22px 0;
}
.information .information__swiper .swiper-slide {
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information .information__swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.information .text__content p {
  line-height: 1.2em;
}

@media screen and (max-width: 1199px) {
  .program .program__card {
    overflow: hidden;
    padding: 16px 0 0;
  }
  .program .program__number,
  .program .program__name,
  .program .program__content {
    padding: 0 20px;
  }
  .program .text__content p,
  .program .text__content li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .information .information__bg {
    bottom: 30px;
    right: -68px;
    width: 136px;
  }
  .information .information__bg.information__bg_big {
    width: 257px;
    right: -80px;
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .program .text__content p,
  .program .text__content li {
    font-size: 16px;
  }
  .information .information__title {
    font-size: 20px;
  }
  .information .text__content p,
  .information .text__content li {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .program .program__btn {
    width: 220px;
    height: 36px;
    font-size: 14px;
  }
}
.tarif .tarif__label {
  padding: 0 12px;
  height: 34px;
  border-radius: 50px;
}
.tarif .tarif__label.tarif__label_i {
  border: 1px solid var(--pink);
  font-weight: 400;
}
.tarif .tarif__label.tarif__label_red {
  border: 1px solid var(--red);
}
.tarif .tarif__card {
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding: 30px 50px;
}
.tarif .tarif__card .btn {
  font-size: 14px;
  width: 200px;
  height: 36px;
}
.tarif .tarif__card.tarif__card_red {
  border-color: var(--red);
}
.tarif .tarif__card.tarif__card_red .btn {
  background-color: var(--red);
  color: var(--light);
  border: none;
}
.tarif .tarif__card.tarif__card_red .btn:hover {
  color: var(--light);
  background-color: var(--red_2);
  border: none;
}
.tarif .tarif__card.tarif__card_red .btn:active {
  color: var(--light);
  background-color: var(--red_2);
  border: none;
}
.tarif .tarif__card.tarif__card_dark {
  border-color: var(--red_3);
}
.tarif .tarif__card.tarif__card_dark .text__content p:before {
  background: url(../img/icon_list_item_dark.svg) no-repeat center;
}
.tarif .tarif__card.tarif__card_pink {
  border-color: var(--pink);
}
.tarif .tarif__card.tarif__card_pink .btn {
  background-color: var(--pink);
  color: var(--red_3);
  border: none;
}
.tarif .tarif__card.tarif__card_pink .btn:hover {
  color: var(--light);
  background-color: var(--red);
  border: none;
}
.tarif .tarif__card.tarif__card_pink .btn:hover path {
  fill: var(--light);
}
.tarif .tarif__card.tarif__card_pink .btn:active {
  color: var(--light);
  background-color: var(--red);
  border: none;
}
.tarif .tarif__card.tarif__card_pink .btn:active path {
  fill: var(--light);
}
.tarif .tarif__card.tarif__card_pink .text__content p:before {
  background: url(../img/icon_list_item_pink.svg) no-repeat center;
}
.tarif .tarif__card .tarif__price .tarif__price_old {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 1em;
  position: relative;
}
.tarif .tarif__card .tarif__price .tarif__price_old:before {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background-color: var(--red);
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.tarif .tarif__card .tarif__price .tarif__price_old_no_crossed_out {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 1em;
  position: relative;
}
.tarif .tarif__card .tarif__price .tarif__price_old_no_crossed_out:before {
  content: "";
  display: block;
  width: 110%;
  height: 0px;
  background-color: var(--red);
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.tarif .tarif__card .tarif__count {
  width: 82px;
  height: 40px;
  background: url(../img/tarif_count_bg.png) no-repeat center/100%;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.tarif .tarif__card .tarif__count b {
  font-weight: 600;
  margin-right: 3px;
}
.tarif .tarif__card .text__content p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
}
.tarif .tarif__card .text__content p:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_list_item.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 3px;
}
.tarif .tarif__card .text__content p + ul {
  margin-top: -10px;
}
.tarif .tarif__card .text__content ul li {
  font-size: 14px;
  margin-bottom: 3px;
}
.tarif .tarif__card .text__content ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_list_item.svg) no-repeat center/100%;
  position: absolute;
  left: 4px;
  top: 4px;
}

@media screen and (max-width: 576px) {
  .tarif .tarif__card {
    padding: 30px 26px;
  }
}
.girls .girls__swiper {
  overflow: visible;
}
.girls .girls__swiper .girls__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
}
.girls .girls__swiper .girls__info .girls__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  color: var(--black);
}
.girls .girls__swiper .girls__info .girls__link svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.girls .girls__swiper .girls__info .girls__link:hover path {
  fill: var(--red);
}
.girls .girls__swiper .girls__single {
  position: relative;
}
.girls .girls__swiper .girls__single .girls__img {
  height: 340px;
}
.girls .girls__swiper .girls__single .swiper__arrow {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
.girls .girls__swiper .girls__single .swiper__arrow.swiper__arrow_next {
  left: 50%;
}
.girls .girls__swiper .girls__single .swiper__arrow.swiper__arrow_next span {
  left: calc(100% - 28px);
}
.girls .girls__swiper .girls__single .swiper__arrow span {
  position: absolute;
  background-color: rgba(255, 251, 247, 0.6);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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;
  top: calc(50% - 10px);
  left: 8px;
}
.girls .girls__swiper .girls__single .swiper__arrow:hover span path {
  fill: var(--red);
}
.girls .girls__swiper .girls__single .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.girls .girls__swiper .girls__single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .girls .girls__swiper > .swiper-wrapper > .swiper-slide {
    width: 200px;
  }
  .girls .girls__swiper .girls__single .girls__img {
    height: 300px;
  }
}
.review .swiper-slide {
  height: auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--pink);
}
.review .swiper-slide .text__content {
  margin-bottom: 10px;
}
.review .swiper-slide .text__content p,
.review .swiper-slide .text__content li {
  font-size: 14px;
}
.review .swiper-slide .review__more {
  line-height: 1.3em;
  text-decoration: underline;
  outline: none;
}
.review .swiper-slide .review__more:hover {
  color: var(--red);
  outline: none;
}
.review .swiper-slide .review__more:active {
  outline: none;
}
.review .review__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
.review .review__pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--pink);
  background-color: transparent;
  margin: 0 3px;
  opacity: 1;
}
.review .review__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--pink);
}
.review .review__hidden {
  display: none;
}

.review__popup {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--pink);
  width: 100%;
  max-width: 600px;
}
.review__popup .text__content p,
.review__popup .text__content li {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .review .review__swiper {
    overflow: visible;
  }
  .review .swiper-slide {
    width: 240px;
    padding: 14px;
  }
  .review .swiper-slide .text__content {
    margin-bottom: 0;
  }
  .review .swiper-slide .text__content p,
  .review .swiper-slide .text__content li {
    font-size: 13px;
  }
  .review .swiper-slide .review__more {
    font-size: 10px;
    line-height: 1.3em;
  }
  .review .swiper-slide .review__name {
    font-size: 12px;
  }
  .review .review__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review .review__pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.timer__sticky {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.timer__sticky.show {
  pointer-events: all;
  opacity: 1;
}
.timer__sticky.hide {
  opacity: 0;
  pointer-events: none;
}
.timer__sticky .timer__close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../img/close_wh.svg) no-repeat center/10px;
}
.timer__sticky .timer__wrap {
  color: var(--white);
}
.timer__sticky .timer__btn {
  width: 225px;
  height: 36px;
  font-size: 10px;
}
.timer__sticky .timer__wrap {
  margin-bottom: 15px;
}
.timer__sticky .timer__value {
  font-size: 12px;
  text-align: center;
  margin: 0 5px;
  position: relative;
}
.timer__sticky .timer__value span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}
.timer__sticky .timer__value:not(:last-child):before {
  content: ":";
  display: block;
  color: var(--white);
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: 5px;
}
.timer__sticky .timer__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}

.chat .chat__offer {
  z-index: 2;
}
.chat .chat__title {
  font-size: 128px;
}
.chat .chat__btn {
  width: 300px;
  height: 50px;
}
.chat .chat__imgs {
  width: 580px;
  max-width: 100%;
  position: relative;
}
.chat .chat__imgs img {
  width: 100%;
  height: auto;
}
.chat .chat__imgs img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .chat .chat__title {
    font-size: 92px;
  }
  .chat .chat__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .chat .chat__title {
    font-size: 18vw;
  }
  .chat .chat__subtitle {
    padding-right: 10vw;
    font-size: 5.5vw;
  }
  .chat .chat__subtitle br {
    display: none;
  }
  .chat .chat__text {
    margin-bottom: 20vw;
    width: 50%;
    font-size: 5.5vw;
  }
  .chat .chat__btn {
    margin: 0 auto;
    width: 220px;
    height: 36px;
    font-size: 14px;
  }
  .chat .chat__imgs {
    width: 580px;
    max-width: 86%;
    position: relative;
    position: absolute;
    bottom: 0;
    right: -27px;
  }
}
.join .join__img {
  width: 100%;
  position: relative;
}
.join .join__img img {
  width: 100%;
  height: auto;
}
.join .join__img img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.join .join__text p {
  font-style: italic;
  font-size: 32px;
  color: var(--black);
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.join .join__text p i,
.join .join__text p em {
  font-size: 48px;
  font-family: "Marianna";
}

@media screen and (max-width: 1199px) {
  .join .join__text p {
    font-size: 26px;
  }
  .join .join__text p i,
  .join .join__text p em {
    font-size: 40px;
    font-family: "Marianna";
  }
}
@media screen and (max-width: 991px) {
  .join .join__text p {
    font-size: 30px;
  }
  .join .join__text p i,
  .join .join__text p em {
    font-size: 44px;
    font-family: "Marianna";
  }
}
@media screen and (max-width: 576px) {
  .join .join__text p {
    font-size: 5vw;
  }
  .join .join__text p i,
  .join .join__text p em {
    font-size: 9vw;
    font-family: "Marianna";
  }
}
.tlg {
  padding: 50px 0;
  background-color: var(--red_3);
}
.tlg .tlg__link {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  padding: 10px;
}
.tlg .tlg__link svg {
  width: 100%;
  height: 100%;
}
.tlg .tlg__link:hover path {
  fill: var(--pink);
}
.tlg.tlg_main .tlg__link {
  width: 80px;
  height: 80px;
  margin-right: 50px;
}
.tlg.tlg_main .tlg__link:last-child {
  margin-right: 0;
}
.tlg.tlg_callback {
  padding: 200px 0;
}
.tlg.tlg_callback .tlg__time {
  max-width: 550px;
}
.tlg.tlg_callback .tlg__title {
  max-width: 550px;
  margin-bottom: 24px;
}
.tlg.tlg_callback .social {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tlg.tlg_callback .social .tlg__link {
  width: 80px;
  height: 80px;
  margin-right: 50px;
}
.tlg.tlg_callback .social .tlg__link:last-child {
  margin-right: 0;
}
.tlg.tlg_callback .input__group {
  margin-bottom: 35px;
}
.tlg.tlg_callback .input__group .order__input {
  height: 40px;
  font-size: 18px;
  color: var(--white);
  padding-left: 0;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
}
.tlg.tlg_callback .input__group .order__input::-webkit-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::-moz-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input:-ms-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::-ms-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .btn {
  margin-top: 60px;
}
.tlg.tlg_single {
  background-color: transparent;
  padding: 30px 0;
  border: 1px solid var(--main);
  border-left: none;
  border-right: none;
}
.tlg.tlg_single .tlg__link:hover path {
  fill: var(--hover_btn);
}

.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 .footer__logo {
  display: block;
}
.footer .footer__logo img {
  width: 90px;
  height: auto;
}
.footer .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__menu li {
  margin-right: 40px;
}
.footer .footer__menu li:last-child {
  margin-right: 0;
}
.footer .footer__menu li a {
  font-size: 20px;
  font-weight: 300;
  color: var(--light);
}
.footer .footer__menu li a:hover {
  color: var(--pink);
}
.footer .social a {
  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;
}
.footer .social a:not(:last-child) {
  margin-right: 20px;
}
.footer .social a:hover svg path {
  fill: var(--pink);
}
.footer .social a svg {
  width: 30px;
  height: 30px;
}
.footer .social a svg path {
  fill: var(--light);
}
.footer .footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__privacy li:not(:last-child) {
  margin-right: 40px;
}
.footer .footer__privacy li a {
  font-size: 12px;
  color: var(--light);
  text-transform: uppercase;
  font-weight: 400;
}
.footer .footer__privacy li a:hover {
  color: var(--pink);
}

.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: 20px;
}
.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;
}

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

@media screen and (max-width: 1439px) {
  .footer__contact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 25px;
  }
  .footer .social a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.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: "Open Sans";
  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 */