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

:root {
  --app-height: 100%;
  --white: #ffffff;
  --grey: #bababa;
  --grey_light: #dadcd9;
  --grey_dark: #a8a8a8;
  --dark_light: #7e7e7e;
  --dark: #434752;
  --shadow: 0 14px 28px rgba(38, 28, 24, 0.04);
}

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

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

.c_grey_light {
  color: var(--grey_light);
}

.c_grey_dark {
  color: var(--grey_dark);
}

.c_dark_light {
  color: var(--dark_light);
}

.c_dark {
  color: var(--dark);
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

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

.bg_grey_light {
  background-color: var(--grey_light);
}

.bg_grey_dark {
  background-color: var(--grey_dark);
}

.bg_c_dark_light {
  background-color: var(--c_dark_light);
}

.bg_dark {
  background-color: var(--dark);
}

body,
html {
  scrollbar-color: var(--dark) 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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--dark);
  background-color: var(--white);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
body.acf_content {
  padding-top: 0;
}
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;
}

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

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

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

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;
}

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: "Montserrat", 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: "Montserrat", 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: 14px;
  font-weight: 400;
  height: 40px;
  width: 170px;
  max-width: 100%;
  padding: 0 26px;
  position: relative;
  border: none;
  border-radius: 4px;
  background-color: var(--grey_light);
  color: var(--dark);
}
a.btn:hover,
button.btn:hover {
  background-color: var(--dark);
  color: var(--grey_light);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header.header_fixed {
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 5px rgba(69, 76, 77, 0.349);
          box-shadow: 0 2px 5px rgba(69, 76, 77, 0.349);
}

.nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 992px) {
  .header.header_fixed .nav {
    opacity: 0;
    pointer-events: none;
  }
}
.header__contact .header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--dark);
}
.header__contact .header__item:hover span {
  text-decoration: underline;
}
.header__contact .header__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.custom-logo-link {
  width: 160px;
  display: block;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.lang {
  width: 55px;
  height: 36px;
  background: url(../img/menu_arrow.svg) no-repeat 96% center/17px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.lang .current__lang {
  position: relative;
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.lang .current__lang {
  padding-right: 20px;
}
.lang .lang__block {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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(--grey);
  border-radius: 5px;
  padding: 5px 10px;
}
.lang .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.lang .lang__block a {
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.lang .lang__block .current-lang {
  display: none;
}

.nav {
  position: absolute;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 200%;
  left: 0;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
}
.nav__menu .menu-item {
  position: relative;
  margin: 0 14px;
}
.nav__menu .menu-item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 0;
  background-color: var(--dark);
}
.nav__menu .menu-item a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0;
  color: var(--dark);
  position: relative;
}
.nav__menu .menu-item a:hover {
  color: var(--dark_light);
}

.menu__burger {
  display: none;
  width: 23px;
  width: 30px;
  height: 30px;
}
.menu__burger span {
  display: block;
  height: 2px;
  width: 23px;
  border-radius: 50px;
  background-color: var(--dark);
  margin-bottom: 4px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .header {
    padding: 12px 0;
    border-bottom: none;
  }
  .custom-logo-link {
    width: 120px;
  }
  .nav {
    padding-top: 24px;
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    z-index: 999999;
    right: -450px;
    left: auto;
    display: block;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--white);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 24px 12px 35px;
    margin: 0;
    transition: all 0.4s ease;
  }
  .nav .custom-logo-link {
    width: 100%;
    max-width: 153px;
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
  }
  .nav .menu__close {
    width: 30px;
    height: 30px;
    background: url(../img/close_menu.svg) no-repeat center;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 60px;
  }
  .nav .nav__menu .menu-item {
    margin-left: 0;
    margin-right: 0;
  }
  .nav .header__contact {
    padding: 0 12px;
  }
  .nav .header__contact .header__item {
    font-size: 16px;
  }
  header .nav button.btn.btn_light {
    margin-right: auto;
  }
  .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .nav .menu-item {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .nav .menu-item:not(:last-child):after {
    display: none;
  }
  .nav .menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .btn.btn_light {
    padding: 0 24px;
    margin-left: auto;
  }
  .nav .menu-item a {
    font-size: 20px;
    font-weight: 400px;
    position: relative;
    color: var(--dark);
    display: block;
  }
  .nav .menu-item a:hover {
    color: var(--grey_dark);
  }
}
@media screen and (max-width: 375px) {
  .nav .header__contact .header__item {
    font-size: 14px;
  }
}
.ff_crv {
  font-family: "Caravan", sans-serif;
}

.section__title {
  font-family: "Caravan", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 55px */
  color: var(--dark);
  font-size: 150px;
  color: var(--dark);
  margin-bottom: 70px;
}

.titel_2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}

.title_3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}

.title_4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}

.text__content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}
.text__content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}
.text__content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
  color: var(--dark);
  margin-bottom: 1em;
}
.text__content p,
.text__content li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  color: var(--dark_light);
}
.text__content p {
  margin-bottom: 1.2em;
}
.text__content li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.8em;
}
.text__content li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--dark);
  position: absolute;
  left: 12px;
  top: 8px;
}

@media screen and (max-width: 1439px) {
  .text__content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .text__content h2 {
    font-size: 22px;
  }
}
form .btn.disabled_btn {
  background-color: #e1d19e;
}
form.resetting .btn, form.submitting .btn {
  position: relative;
}
form.resetting .btn::after, form.submitting .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  border-radius: 50%;
  border: 2px solid var(--light);
  border-top-color: var(--light_hover);
  -webkit-animation: circle 0.3s linear infinite;
          animation: circle 0.3s linear infinite;
}

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

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 12px;
}
.form__wrap .input__group .label {
  color: var(--dark);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4em;
  margin-bottom: 7px;
}
.form__wrap .input__group select,
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  border: none;
  border: 1px solid var(--light_hover);
  border-radius: 5px;
  background-color: var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--grey);
}
.form__wrap .input__group select.wpcf7-not-valid,
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: #f3b8b7;
}
.form__wrap .input__group select::-webkit-input-placeholder, .form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #818181;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::-moz-placeholder, .form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #818181;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select:-ms-input-placeholder, .form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #818181;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::-ms-input-placeholder, .form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #818181;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::placeholder,
.form__wrap .input__group .order__input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #818181;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select:hover,
.form__wrap .input__group .order__input:hover {
  border-color: var(--light_hover);
}
.form__wrap .input__group select:focus,
.form__wrap .input__group .order__input:focus {
  border-color: var(--dark);
}
.form__wrap .input__group .input_radio {
  margin-top: 2px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--light);
  border: 1px solid var(--blue);
  color: var(--blue);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__wrap .input__group .input_radio:checked {
  background-color: var(--blue);
  -webkit-box-shadow: inset 0 0 0 3px var(--light);
          box-shadow: inset 0 0 0 3px var(--light);
}
.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;
}

.head__section {
  height: 100vh;
  max-height: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.head__section .main_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.head__section .main_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__section .container {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 80px;
  z-index: 2;
}
.head__section h1 {
  font-size: 0;
  position: static;
  pointer-events: none;
  width: 0;
  height: 0;
}
.head__section .head__logo {
  margin: 0 auto;
  z-index: 2;
  width: 840px;
}
.head__section .head__logo img {
  width: 100%;
  height: auto;
}
.head__section .head__slider {
  width: 50%;
  height: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.head__section .head__slider .swiper-slide {
  overflow: hidden;
  height: auto;
}
.head__section .head__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .head__section {
    height: 700px;
  }
  .head__section .head__logo {
    width: 600px;
  }
  .section__title {
    font-size: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .head__logo {
    width: 550px;
  }
  .section__title {
    font-size: 110px;
  }
}
@media screen and (max-width: 992px) {
  .head__section .head__logo {
    width: 300px;
    bottom: auto;
    top: 100px;
  }
  .head__section {
    height: auto;
    max-height: initial;
    max-height: 600px;
    height: 80vh;
  }
  .head__section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 250px;
  }
  .head__section .head__slider {
    height: 100%;
    width: 500px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__contact .header__item {
    font-size: 0;
  }
  .section__title {
    font-size: 100px;
    margin-bottom: 45px;
  }
  section.pt_50 {
    padding-top: 30px;
  }
  section.pb_50 {
    padding-bottom: 30px;
  }
  section.mt_50 {
    margin-top: 30px;
  }
  section.mb_50 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .head__section .head__slider {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .head__section .container {
    padding-top: 60vw;
  }
  .head__section .head__logo {
    width: 70vw;
  }
  header .btn.btn_light {
    width: 135px;
    padding: 0;
  }
  .section__title {
    padding-left: 10px;
  }
}
.about .section__title {
  margin-bottom: 64px;
}
.about .about__bg {
  position: absolute;
  width: 100%;
  height: 1300px;
  position: absolute;
  left: 0;
  top: 0;
}
.about .about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .img__wrap {
  padding: 30px;
  position: relative;
}
.about .img__wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about .img__wrap:before {
  content: "";
  display: block;
  background-color: var(--grey_light);
  width: 430px;
  height: 430px;
  position: absolute;
  left: -75px;
  bottom: -65px;
}
.about .img__wrap .before__img {
  width: 430px;
  height: 430px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  top: -170px;
  right: -200px;
}
.about .img__wrap .before__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .img__wrap .about__img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
}
.about .about__divider {
  width: 210px;
  height: 1px;
  margin-bottom: 24px;
}
.about .about__signature {
  width: 170px;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .about .img__wrap .before__img,
  .about .img__wrap:before {
    width: 380px;
    height: 380px;
  }
  .about .img__wrap {
    padding: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .about .img__wrap {
    padding: 20px;
  }
  .about .img__wrap .before__img,
  .about .img__wrap:before {
    width: 280px;
    height: 280px;
  }
  .about .img__wrap .before__img {
    top: -130px;
    right: -110px;
  }
}
@media screen and (max-width: 992px) {
  .about .img__wrap {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .about .about__bg {
    height: 1800px;
  }
  .about .section__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .about .img__wrap:before {
    bottom: -45px;
  }
}
.swiper__arrows .swiper__arrow {
  position: relative;
  cursor: pointer;
}
.swiper__arrows .swiper__arrow path {
  fill: var(--dark);
}
.swiper__arrows .swiper__arrow.swiper__arrow_right {
  margin-left: 24px;
}
.swiper__arrows .swiper__arrow.swiper__arrow_right .arrow_circle {
  left: 100%;
}
.swiper__arrows .swiper__arrow .arrow_circle {
  width: 8px;
  height: 8px;
  border: 1px solid var(--dark);
  position: absolute;
  right: 100%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper__arrows .swiper__arrow:hover .arrow_circle {
  width: 30px;
  height: 30px;
  right: calc(100% - 16px);
}
.swiper__arrows .swiper__arrow:hover.swiper__arrow_right .arrow_circle {
  width: 30px;
  height: 30px;
  left: calc(100% - 16px);
}

.service .service__label {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service .service__label .label__text {
  width: 100%;
  height: 100%;
  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;
  left: 0;
  top: 0;
}
.service .service__label img {
  width: 170px;
  height: auto;
  -webkit-animation: loopCircle 10s linear infinite;
          animation: loopCircle 10s linear infinite;
}
@-webkit-keyframes loopCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loopCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.service .service__swiper {
  overflow: visible;
}
.service .swiper-slide {
  height: 448px;
  border-radius: 4px;
  padding: 24px 40px;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.service .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.service .swiper-slide.swiper-slide-active:hover .service__overlay {
  opacity: 1;
}
.service .swiper-slide .service__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.85)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.85));
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 32px;
  z-index: 5;
}
.service .swiper-slide .service__overlay .service_content_after {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.service .swiper-slide .service__overlay .service__describe {
  height: calc(100% - 40px);
  overflow: hidden;
}
.service .swiper-slide .service__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service .swiper-slide .service__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .swiper-slide::before {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fcfcfc, rgba(255, 255, 255, 0) 95%);
  z-index: 1;
}
.service .swiper-slide .service__info {
  width: 100%;
  position: relative;
  z-index: 2;
}
.service .swiper-slide .service__price {
  padding: 4px;
  background-color: var(--white);
  border-radius: 4px;
  margin-left: 20px;
  min-width: 135px;
}
.service .swiper-slide .service__price .price__name {
  max-width: 405px;
}
.service .swiper-slide .service__price .price__value {
  line-height: 1em;
}
.service .swiper-slide .service__price .price__value svg {
  margin-left: 8px;
}
.service .service_text_after {
  max-width: 550px;
}

@media screen and (max-width: 1440px) {
  .service .swiper-slide {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .service .swiper-slide {
    height: 350px;
    padding: 25px;
  }
  .service .swiper-slide .service__name {
    font-size: 16px;
  }
  .service .swiper-slide .service__overlay {
    padding: 25px;
  }
  .service .swiper-slide .service__overlay .text__content p,
  .service .swiper-slide .service__overlay .text__content li {
    font-size: 18px;
  }
  .service .swiper-slide .service__overlay .scrollbar-track {
    opacity: 1;
  }
  .service .service_text_after {
    font-size: 16px;
  }
  .service .service__label {
    top: 55px;
    right: 12px;
  }
  .service .service_text_after {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .service .swiper-slide {
    padding: 15px;
  }
  .service__name {
    font-size: 20px;
  }
  .service .swiper-slide .service__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .swiper-slide .service__info .service__name {
    margin-bottom: 10px;
  }
  .service .swiper-slide .service__info .service__price {
    margin-left: 0;
  }
  .service .swiper-slide .service__overlay {
    padding: 15px;
  }
  .service .swiper-slide::before {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .service .service__label img {
    width: 120px;
    height: 120px;
  }
  .service .service__label .label__text {
    font-size: 28px;
  }
  .service .swiper-slide .service__overlay .text__content p,
  .service .swiper-slide .service__overlay .text__content li {
    font-size: 16px;
  }
  .service .swiper-slide .service__name {
    font-size: 17px;
  }
}
.advant .advant__item .titel_2 {
  margin-bottom: 12px;
}
.advant .advant__item:not(:last-child) .advant__line {
  margin: 36px auto;
  width: 75%;
  height: 1px;
  background-color: var(--grey_light);
}
.advant .advant__wrap {
  margin-top: -100px;
}
.advant .swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .advant .advant__wrap {
    margin-top: -80px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__wrap {
    margin-top: -50px;
  }
}
@media screen and (max-width: 992px) {
  .advant .advant__wrap {
    margin-top: 25px;
  }
}
.block__more {
  display: none;
}
.block__more.active {
  display: block;
}

.gallary .gallary__item {
  margin-bottom: 16px;
}
.gallary .gallary__item:nth-child(6n+1) {
  width: 30%;
}
.gallary .gallary__item:nth-child(6n+2) {
  width: 30%;
}
.gallary .gallary__item:nth-child(6n+3) {
  width: 40%;
}
.gallary .gallary__item:nth-child(6n+4) {
  width: 40%;
}
.gallary .gallary__item:nth-child(6n+5) {
  width: 30%;
}
.gallary .gallary__item:nth-child(6n+6) {
  width: 30%;
}
.gallary .gallary__item .gallary__img {
  height: 200px;
  border-radius: 4px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.gallary .gallary__item .gallary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.gallary .gallary__item .gallary__img:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallary .gallary__btn {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  margin: 20px auto 0;
  display: block;
}
.gallary .gallary__btn:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .gallary .gallary__item .gallary__img {
    height: 180px;
  }
}
@media screen and (max-width: 992px) {
  .gallary .gallary__item .gallary__img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallary .gallary__item {
    width: 50% !important;
    margin-bottom: 24px;
  }
}
.review .review__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.review .review__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .review__swiper {
  overflow: visible;
}
.review .review__swiper .review__divider {
  width: 107px;
  height: 1px;
  margin-bottom: 12px;
  background-color: var(--grey_light);
}

@media screen and (max-width: 576px) {
  .review .review__bg {
    top: 0;
  }
  .review .text__content p {
    font-size: 16px;
  }
}
.footer .custom-logo-link {
  display: block;
  width: 240px;
  max-width: 100%;
}
.footer .custom-logo-link img {
  width: 100%;
  height: auto;
}
.footer .footer__menu {
  width: 240px;
}
.footer .footer__menu li {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.footer .footer__menu li:not(:last-child) {
  border-bottom: 1px solid var(--grey);
}
.footer .footer__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--dark);
}
.footer .footer__menu li a:hover span {
  text-decoration: underline;
}
.footer .footer__menu li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.footer .footer__map iframe {
  width: 535px;
  height: 210px;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .footer .custom-logo-link {
    width: 200px;
  }
  .footer .footer__map iframe {
    width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .footer .custom-logo-link {
    margin-bottom: 30px;
  }
  .footer .footer__map {
    padding-top: 30px;
    max-width: 550px;
    width: 100%;
  }
  .footer .footer__map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer__map {
    padding-top: 0;
  }
  .footer .footer__menu {
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__menu li a {
    font-size: 14px;
  }
}
.mysocial_links .mysocial_link:hover {
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}

.mysocial_links .mysocial_link.active {
  -webkit-animation: 0.48s up forwards;
  animation: 0.48s up forwards;
  pointer-events: all;
}

.mysocial_links .mysocial_link.active:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mysocial_links .mysocial_link.active:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mysocial_links .mysocial_link.active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mysocial_links .mysocial_link.active:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mysocial_links .mysocial_link.active:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mysocial_links .mysocial_link.active:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mysocial_links .mysocial_link.no {
  -webkit-animation: none;
  animation: none;
}

.mysocial-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.mysocial-bg-active {
  z-index: 5500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 991px) {
  .mysocial-cont {
    right: 12px;
    bottom: 25px;
  }
  .mysocial {
    width: 50px;
    height: 50px;
  }
  .mysocial > svg {
    width: 23px;
    height: 23px;
  }
  .mysocial.active {
    width: 60px;
    height: 60px;
  }
}
.grecaptcha-badge {
  display: none !important;
}

html.with-fancybox {
  overflow: auto;
}/*# sourceMappingURL=main.css.map */