@charset "UTF-8";
html {
  font-size: 10px;
  font-family: lm;
}
#scroller {
  position: fixed;
  right: 3rem;
  bottom: 8rem;
  height: 8.8rem;
  width: 8rem;
  color: #fff;
  font-size: 5rem;
  line-height: 7rem;
  display: inline-block;
  background: url(../img/hex-shape-w.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  -webkit-transform: translateX(4rem);
  -ms-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease,
    -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease,
    -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease,
    -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  color: #F21A18;
}
@media screen and (max-width: 991px) {
  #scroller {
    height: 5rem;
    width: 5rem;
    bottom: 2rem;
    right: 2rem;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#scroller.show {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
  opacity: 1;
}
.hamburger {
  margin-top: 0;
  padding: 0;
  outline: 0 !important;
  height: 2.5rem;
  width: 2.5rem;
  margin: 1.2rem 0 1.2rem 1.2rem;
  position: relative;
  display: none;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}

.hamburger .hamburger-box {
  height: 3.5rem;
  width: 3.5rem;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::after,
.hamburger .hamburger-box .hamburger-inner::before {
  width: 3.5rem;
  background: #F21A18;
}
.mobile-header-phone {
  display: none;
  margin-right: 1.2rem;
  width: 4rem;
  height: 4.5rem;
  background: url(../img/hex-shape.png) no-repeat center;
  background-size: 100%;
  text-align: center;
  line-height: 5.6rem;
}
.mobile-header-phone .fa {
  font-size: 2.5rem;
  color: #000;
}
@media screen and (max-width: 991px) {
  .mobile-header-phone {
    display: inline-block;
  }
}
.main-btn {
  font-size: 1.4rem;
  font-family: fbc;
  text-transform: uppercase;
  color: #000;
  height: 5rem;
  display: inline-block;
  line-height: 5rem;
  padding: 0 2.5rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none;
  color: inherit;
}
.main-btn--white {
  background-color: #fff;
}
.main-btn--yellow {
  background-color: #F21A18;
  color: #fff;
}
.main-btn--accent {
  background-color: #F21A18;
  color: #fff;
}
.main-btn--shadow {
  -webkit-box-shadow: 0 12px 28px -9px rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 28px -9px rgba(0, 0, 0, 0.28);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-btn--shadow:hover {
  -webkit-box-shadow: 0 12px 31px -7px rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 31px -7px rgba(0, 0, 0, 0.28);
}
.main-btn:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: none;
  transition: none;
}
.main-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e00300;
}
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #fef2e0;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #F21A18;
}
.main-title {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 4.8rem;
  font-family: yo;
  line-height: 1;
  color: #383838;
}
.main-title:after,
.main-title:before {
  content: '';
  display: inline-block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #F21A18;
  vertical-align: middle;
  margin: 0 1.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .main-title:after,
  .main-title:before {
    width: 1rem;
    margin: 0 1rem 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .main-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 3.6rem;
  }
}
.owl-nav {
  height: 5rem;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 5.5rem;
  height: 5.9rem;
  background: url(../img/hex-shape.png) no-repeat;
  background-size: 100% 100%;
  line-height: 5.2rem;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.1));
  background: url(../img/hex-shape-w.png) no-repeat;
  background-size: 100% 100%;
  color: #F21A18;
}
.owl-nav .owl-next .fa {
  margin-left: 0.5rem;
}
.owl-nav .owl-prev .fa {
  margin-right: 0.5rem;
}
.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.owl-dots .owl-dot {
  height: 1.2rem;
  width: 1.2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e0e0e0;
  margin-left: 0.5rem;
}
.owl-dots .owl-dot.active {
  background: #F21A18;
  color: #fff;
}
.owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin: 10rem auto 10rem;
  max-width: 100rem;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    margin: 7rem auto 0;
  }
}
.modal .modal-dialog .modal-content {
  position: relative;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.modal .modal-dialog .modal-content button.close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  right: -4rem;
  top: -4rem;
  text-shadow: none;
  border: 3px solid #999794;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 1100px) {
  .modal .modal-dialog .modal-content button.close {
    right: 4rem;
    top: -4rem;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.modal .modal-dialog .modal-content button.close .fa {
  color: #999794;
  font-size: 2rem;
}
.modal--success .modal-body {
  text-align: center;
  background: url(../img/decor/ww-watermark.png),
    url(../img/decor/ww-watermark.png), #f7f7f7;
  background-repeat: no-repeat;
  background-position: -20% 0, 110% 120%;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  padding: 5rem 5rem 2rem;
}
@media (max-width: 575px) {

  .modal--success .modal-body {
    padding: 5rem 2rem 2rem;
  }
}
.modal--success .modal-body .modal-logo {
  margin-bottom: 3rem;
}
.modal--success .modal-body h4 {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 4rem;
  font-family: yo;
}
@media (max-width: 575px) {
  .modal--success .modal-body h4 {
    font-size: 2.8rem;
  }
}
.modal--success .modal-body hr {
  margin: 0;
  display: inline-block;
  border: none;
  background: #F21A18;
  width: 20px;
  height: 1px;
}
.modal--success .modal-body p {
  margin: 1rem 0 1rem;
  font-size: 2.4rem;
  font-family: yo;
}
@media (max-width: 575px) {
  .modal--success .modal-body p {
    font-size: 1.8rem;
  }
}
.modal--success .modal-body span {
  display: inline-block;
  font-family: as;
  font-size: 7.2rem;
  color: #F21A18;
}
.modal--success .modal-body span:after,
.modal--success .modal-body span:before {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 0.1rem;
  background-color: #F21A18;
  vertical-align: middle;
  margin: 0 2rem 0.5rem;
}
@media (max-width: 575px) {
  .modal--success .modal-body span {
    font-size: 6rem;
  }
  .modal--success .modal-body span:after,
  .modal--success .modal-body span:before {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #F21A18;
    vertical-align: middle;
    margin: 0 1rem 0.5rem;
  }
}
.modal--form .modal-dialog {
  max-width: 50rem;
}
.modal--form .modal-content {
  background: url(../img/decor/ww-watermark.png),
    url(../img/decor/ww-watermark.png), #f7f7f7;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 100%;
  background-size: 40%;
}
.modal--form .modal-header {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 1rem 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal--form .modal-header hr {
  margin: 0;
  display: inline-block;
  border: none;
  background: #F21A18;
  width: 20px;
  height: 1px;
}
.modal--form .modal-header h5 {
  font-size: 3.6rem;
  font-family: yo;
}
@media (max-width: 413px) {
  .modal--form .modal-header h5 {
    font-size: 2.6rem;
  }
}
.modal--form .modal-header .modal-logo {
  margin-bottom: 1rem;
}
.modal--form .modal-body {
  padding: 1.5rem 2rem 4rem;
}
.modal--form .modal-body .form-group {
  position: relative;
  height: 5rem;
}
.modal--form .modal-body .form-group:not(:last-child) {
  margin-bottom: 2.5rem;
}
.modal--form .modal-body .form-group:last-child {
  margin-bottom: 0;
}
.modal--form .modal-body .form-group label {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  color: #bbb;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: flc;
}
.modal--form .modal-body .form-group label.active {
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
.modal--form .modal-body .form-group input[type='text'] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: 0;
  height: 5rem;
  font-size: 2rem;
  font-family: flc;
  padding-left: 3rem;
}
.modal--form .modal-body .form-group input[type='text']:focus + label {
  top: 0;
  left: 0;
  font-size: 1.2rem;
  background: #000;
}
.modal--form .modal-body .form-group input[name='name'] {
  background: url(../img/name-i.png) no-repeat 0 center;
}
.modal--form .modal-body .form-group input[name='phone'] {
  background: url(../img/phone-i.png) no-repeat 0 center;
}
.modal--form .modal-body .form-group--hidden-js {
  display: none;
}
.modal--form .modal-body .form-group .main-btn {
  width: 100%;
  font-size: 1.8rem;
}
.widget {
  position: fixed;
  left: 4rem;
  bottom: 8rem;
  width: 81px;
  height: 88px;
  cursor: pointer;
  opacity: 1;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .widget {
    width: 5rem;
    height: 5rem;
    left: 2rem;
    bottom: 2rem;
  }
}
.widget:hover {
  opacity: 1;
}
.widget:hover .widget__button {
  -webkit-animation: zcwmini2 1s 0.4s ease-out infinite;
  animation: zcwmini2 1s 0.4s ease-out infinite;
}
.widget:hover:before {
  -webkit-animation: zcwphone2 1s linear infinite;
  animation: zcwphone2 1s linear infinite;
}
.widget__button {
  background-clip: padding-box;
  background: url(../img/call/1.png);
  background-size: 100% 100%;
  width: 81px;
  height: 88px;
  -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 991px) {
  .widget__button {
    width: 5rem;
    height: 5rem;
  }
}
.widget__button:before {
  content: '';
  display: inline-block;
  background: url(../img/call/2.png) no-repeat;
  text-align: center;
  line-height: 8.8rem;
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone 1.5s linear infinite;
  animation: zcwphone 1.5s linear infinite;
}
@media screen and (max-width: 991px) {
  .widget__button:before {
    width: 3rem;
    height: 3rem;
    line-height: 5rem;
    font-size: 2.5rem;
    background-size: cover;
  }
}
@-webkit-keyframes zcwphone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@keyframes zcwphone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@-webkit-keyframes zcwphone2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@keyframes zcwphone2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@-webkit-keyframes zcwmini {
  0% {
    -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  }
  10% {
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.3));
  }
}
@keyframes zcwmini {
  0% {
    -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  }
  10% {
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.3));
  }
}
@-webkit-keyframes zcwmini2 {
  0% {
    -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  }
  10% {
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
  }
}
@keyframes zcwmini2 {
  0% {
    -webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
  }
  10% {
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
  }
}
.header {
  position: relative;
  z-index: 999;
  border-bottom: 1px rgba(255,255,255,.3) solid;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (min-width: 1200px) {
  .header .container {
    max-width: 141rem;
  }
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .navbar {
  height: 11rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .navbar {
    height: 100%;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-collapse {
    padding: 3rem;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  font-family: fbc;
  text-transform: uppercase;
  color: #fff;
  height: 5rem;
  display: inline-block;
  line-height: 5rem;
  padding: 0 1.5rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #F21A18;
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    width: 100%;
  }
}
.header .navbar .navbar-nav .nav-item.active .nav-link {
  background-color: #ededed;
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    margin-bottom: 1rem;
  }
}
.header__logo {
  margin: auto;
}
@media (max-width: 1200px) {
  .header__logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    display: none;
  }
}
.header__logo--mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__logo--mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 59px;
  }
  .header__logo--mobile img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    margin: 0 !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .header__nav {
    text-align: center;
  }
}
.header__adreses {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__adreses {
    display: none;
  }
}
.header__adreses .adreses-instagram:before {
  background: url(../img/fb-icon.png);
}
.header__adreses .adreses-facebook:before {
  background: url(../img/inst-icon.png);
}
.header__adreses li {
  line-height: 1;
}
@media (max-width: 1200px) {
  .header__adreses li:last-child {
    display: none;
  }
}
.header__adreses li a {
  display: inline-block;
  margin-right: 1.5rem;
}
.header__adreses li a:before {
  content: '';
  display: inline-block;
  width: 4.2rem;
  height: 4.6rem;
}
.header__adreses li span {
  font-size: 1.8rem;
  color: #fff;
  font-family: fbc;
  display: inline-block;
  line-height: 1.2;
}
.header__phones {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25.7rem;
}
@media (max-width: 1440px) {
  .header__phones {
    width: 24rem;
  }
}
@media (max-width: 1200px) {
  .header__phones {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .header__phones {
    display: none;
  }
}
.header__phones:before {
  content: '';
  display: inline-block;
  width: 4.2rem;
  height: 4.4rem;
  background: url(../img/phone-icon.png);
}
.header__phones li {
  padding-left: 1rem;
}
.header__phones li a {
  font-size: 1.8rem;
  color: #fff;
  font-family: fbc;
  display: block;
}
.header__phones li p{
  font-size: 1.8rem;
  color: #fff;
  font-family: fbc;
  display: block;
}
.hero {
  margin-top: -70px;
  height: 100vh;
  background: #f7f7f7;
  position: relative;
  padding-top: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  .hero {
    min-height: -webkit-calc(100vh - 69px);
    min-height: calc(100vh - 69px);
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .hero {
    min-height: -webkit-calc(100vh - 69px);
    min-height: calc(100vh - 69px);
    padding: 5rem 0;
  }
}
/*.not-webp .hero:before {
  background-image: url(../img/hero-elips.png);
}*/
.hero:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position:top;
    background: 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .hero:before {
    background-size: 70rem;
    background-position: 100% -35%;
  }
}
@media screen and (max-width: 767px) {
  .hero:before {
    background-size: 60rem;
    background-position: 120% 40rem;
  }
}
@media screen and (max-width: 575px) {
  .owl-nav .owl-next, .owl-nav .owl-prev {
    width: 4.5rem;
    height: 4.9rem;
    line-height: 4.2rem;
  }
  .hero:before {
    background-position: 0 40rem;
  }
}
.hero:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/hero-girl.png) no-repeat 95% 0;
  background-size: 60rem;
}
.hero__container {
  height: 100%;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero__container {
    max-width: 131rem;
  }
}
@media screen and (max-width: 991px) {
  .hero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100vh - 169px);
    min-height: calc(100vh - 169px);
  }
}
@media screen and (max-width: 767px) {
  .hero__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
.hero__content {
  max-width: 45%;
  position: relative;
  z-index: 105;
}
.hero__content img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .hero__content {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .hero__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    text-align: center;
  }
}
.hero__content .hero-before {
  text-transform: uppercase;
  margin: 0;
}
.hero__content .hero-before span {
  display: block;
}
.hero__content .hero-before span:first-child {
  margin: 0;
  line-height: 1;
  color: #F21A18;
  font-size: 3.5rem;
  font-family: yo;
}
@media screen and (max-width: 490px) {
  .hero__content .hero-before span:first-child {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .hero__content .hero-before span:first-child {
    font-size: 2.6rem;
  }
}
.hero__content .hero-before span:nth-child(2) {
  margin: 0;
  line-height: 1;
  color: #000;
  font-family: yo;
  font-size: 6.7rem;
}
@media screen and (max-width: 1100px) {
  .hero__content .hero-before span:nth-child(2) {
    font-size: 6rem;
  }
}
@media screen and (max-width: 575px) {
  .hero__content .hero-before span:nth-child(2) {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 490px) {
  .hero__content .hero-before span:nth-child(2) {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 414px) {
  .hero__content .hero-before span:nth-child(2) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 374px) {
  .hero__content .hero-before span:nth-child(2) {
    font-size: 3.4rem;
  }
}
.hero__content .hero-before span:last-child {
  color: #F21A18;
  font-family: gp;
  font-size: 2.2rem;
}
.hero__content .hero-title {
  font-family: as;
  font-size: 11rem;
  margin: 3rem 0;
}
@media screen and (max-width: 575px) {
  .hero__content .hero-title {
    margin: 1rem 0;
  }
}
.hero__content .hero-after {
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero__content .hero-after {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero__content .hero-after li {
  text-align: center;
}
.hero__content .hero-after li:first-child,
.hero__content .hero-after li:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12rem;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
}
.hero__content .hero-after li:last-child {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .hero__content .hero-after li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    alig-self: flex-start;
    text-align: left;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__content .hero-after li:last-child {
    text-align: center;
  }
}
.hero__content .hero-after li span {
  background: url(../img/hex-shape.png) no-repeat center;
  width: 9.11rem;
  height: 10rem;
  line-height: 10rem;
  display: inline-block;
  font-size: 4.5rem;
  font-family: yo;
}
.hero__content .hero-after li p {
  margin: -2rem 0 0 0;
  text-transform: uppercase;
  font-family: gpl;
  font-size: 1.6rem;
  line-height: 1.2;
}
.hero__content .hero-after li .main-btn {
  font-size: 1.6rem;
}
.hero__scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero__scene-item {
  width: 7rem;
  height: 1000vh;
/*  background: url(../img/decor/hero-scene/h1.png) no-repeat center;*/
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
  -webkit-transform: translate;
  -ms-transform: translate;
  transform: translate;
  -webkit-filter: drop-shadow(0 14px 19px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 14px 19px rgba(0, 0, 0, 0.3));
  z-index: 99;
  border-right: 1px rgba(255,255,255,.3) solid;

}
.hero__scene-item:nth-child(1) {
  right: 350px;
}
@media screen and (max-width: 575px) {
  .hero__scene-item:nth-child(1) {
    left: 0;
    display: none;
  }
}
.hero__scene-item:nth-child(2) {
  right: 81%;
  display: none;
}
/*
.hero__scene-item:nth-child(1) {
  background: url(../img/decor/hero-scene/h1.png) no-repeat center;
}
.hero__scene-item:nth-child(2) {
  background: url(../img/decor/hero-scene/h2.png) no-repeat center;
}
.hero__scene-item:nth-child(3) {
  background: url(../img/decor/hero-scene/h3.png) no-repeat center;
}
.hero__scene-item:nth-child(4) {
  background: url(../img/decor/hero-scene/h4.png) no-repeat center;
}
.hero__scene-item:nth-child(5) {
  background: url(../img/decor/hero-scene/h5.png) no-repeat center;
}
.hero__scene-item:nth-child(6) {
  background: url(../img/decor/hero-scene/h6.png) no-repeat center;
}
.hero__scene-item:nth-child(7) {
  background: url(../img/decor/hero-scene/h7.png) no-repeat center;
}*/
.hero--depilation:after {
  background: url(../img/main-bg.jpg) no-repeat 100% 100%;
  background-size: cover;
  background-position: top;
}
.hero--depilation .hero__content .hero-before {
  margin: 0;
}
.hero--depilation .hero__content .hero-before span {
  display: block;
}
.hero--depilation .hero__content .hero-before span:first-child {
  margin: 0 0 1rem 0;
  line-height: 1;
  color: #F21A18;
  font-size: 3.5rem;
  font-family: yo;
}
@media screen and (max-width: 490px) {
  .hero--depilation .hero__content .hero-before span:first-child {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .hero--depilation .hero__content .hero-before span:first-child {
    font-size: 2.6rem;
  }
}
.hero--depilation .hero__content .hero-before span:nth-child(2) {
  margin: 0;
  line-height: 1;
  font-family: yo;
  font-size: 4rem;
  color: #F21A18;
}
@media screen and (max-width: 1100px) {
  .hero--depilation .hero__content .hero-before span:nth-child(2) {
    font-size: 6rem;
  }
}
@media screen and (max-width: 575px) {
  .hero--depilation .hero__content .hero-before span:nth-child(2) {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 490px) {
  .hero--depilation .hero__content .hero-before span:nth-child(2) {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 414px) {
  .hero--depilation .hero__content .hero-before span:nth-child(2) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 374px) {
  .hero--depilation .hero__content .hero-before span:nth-child(2) {
    font-size: 3.4rem;
  }
}
.hero--depilation .hero__content .hero-before span:last-child {
  color: #F21A18;
  font-family: gp;
  font-size: 2.2rem;
}
.hero--depilation .hero-after {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero--depilation .hero-after li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero--depilation .hero-after li:first-child {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 1050px) {
  .hero--index .hero-after li p {
    height: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .hero--index .hero-after li p {
    height: auto;
  }
}
.hero--cosmetology:after {
  background: url(../img/hero-girl-2.png) no-repeat 95% 0;
}
@media screen and (max-width: 1200px) {
  .hero--cosmetology:after {
    background: url(../img/hero-girl-2.png) no-repeat 105% 0;
    background-size: 60rem;
  }
}
@media screen and (max-width: 1100px) {
  .hero--cosmetology:after {
    background: url(../img/hero-girl-2.png) no-repeat 110% 117%;
    background-size: 60rem;
  }
}
@media screen and (max-width: 991px) {
  .hero--cosmetology:after {
    background: url(../img/hero-girl-2.png) no-repeat 110% 105%;
    background-size: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .hero--cosmetology:after {
    display: none;
  }
}
.hero--cosmetology .hero__content {
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .hero--cosmetology .hero__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero--cosmetology .hero__content {
    width: 100%;
  }
}
.hero--cosmetology .hero__content--cosmetology .hero-before {
  text-transform: uppercase;
}
.hero--cosmetology .hero__content--cosmetology .hero-before p {
  color: #000;
}
.hero--cosmetology .hero__content--cosmetology .hero-before h2 {
  color: #F21A18;
}
@media screen and (max-width: 1270px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after {
    margin-top: 3rem;
  }
}
.hero--cosmetology .hero__content--cosmetology .hero-after li {
  position: relative;
  height: 7.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero--cosmetology .hero__content--cosmetology .hero-after li:not(:last-child) {
  padding-left: 8rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1270px) {
  .hero--cosmetology
    .hero__content--cosmetology
    .hero-after
    li:not(:last-child) {
    padding-left: 2rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero--cosmetology
    .hero__content--cosmetology
    .hero-after
    li:not(:last-child) {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0;
  }
}
.hero--cosmetology
  .hero__content--cosmetology
  .hero-after
  li:not(:last-child):before {
  content: '';
  position: absolute;
  left: 0;
  top: -1rem;
  display: block;
  width: 6.8rem;
  height: 7.4rem;
  background: url(../img/hex-star.png);
}
@media screen and (max-width: 1270px) {
  .hero--cosmetology
    .hero__content--cosmetology
    .hero-after
    li:not(:last-child):before {
    left: 0;
    z-index: -1;
    top: -2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .hero--cosmetology
    .hero__content--cosmetology
    .hero-after
    li:not(:last-child):before {
    top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero--cosmetology
    .hero__content--cosmetology
    .hero-after
    li:not(:last-child):before {
    left: 1rem;
  }
}
.hero--cosmetology .hero__content--cosmetology .hero-after li p {
  font-size: 1.8rem;
  text-align: left;
  font-family: fbc;
}
@media screen and (max-width: 900px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after li p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after li p {
    font-size: 1.2rem;
  }
}
.hero--cosmetology .hero__content--cosmetology .hero-after li:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: left;
  margin-top: 5rem;
}
@media screen and (max-width: 1270px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after li:last-child {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero--cosmetology .hero__content--cosmetology .hero-after li:last-child {
    text-align: center;
  }
}
.services {
    padding: 8rem 0 12rem;
    background-repeat: no-repeat;
    background-position: 95% 95%, 5% 95%, 100% 17%, 0 52%, 100% 5%, 0 30%,
    100% 52%, 0 70%, 100% 75%;
}
.not-webp .services {
  background-image: url(../img/decor/spa-stone-l.png),
    url(../img/decor/spa-stone-r.png), url(../img/decor/bamboo-2.png),
    url(../img/decor/real-leaves.png), url(../img/decor/serv/l-1.png),
    url(../img/decor/serv/l-2.png), url(../img/decor/serv/l-1.png),
    url(../img/decor/serv/l-2.png), url(../img/decor/serv/l-3.png);
}
@media screen and (max-width: 1600px) {
  .services {
    background-position: 100% 99%, 0 99%, 100% 17%, 0 52%, 100% 5%, 0 30%,
      100% 52%, 0 70%, 100% 75%;
  }
}
@media screen and (max-width: 1440px) {
  .services {
    background-position: 110% 99%, -10% 99%, 100% 17%, 0 52%, 100% 5%, 0 30%,
      100% 52%, 0 70%, 100% 75%;
  }
}
@media screen and (max-width: 991px) {
  .services {
    background-position: 170% 100%, -70% 100%, 100% 17%, 0 52%, 100% 5%, 0 30%,
      100% 52%, 0 70%, 100% 75%;
  }
}
@media screen and (max-width: 767px) {
  .services {
    background-position: 185% 98%, -85% 98%, 100% 17%, 0 52%, 100% 5%, 0 30%,
      100% 52%, 0 70%, 100% 75%;
  }
}
@media screen and (max-width: 575px) {
  .services {
    padding: 4rem 0 12rem;
  }
}
@media (min-width: 1200px) {
  .services .container {
    max-width: 118rem;
  }
}
@media (max-width: 413px) {
  .services .main-title {
    font-size: 3rem;
  }
  .services .main-title:after,
  .services .main-title:before {
    display: none;
  }
}
.services__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services__item:first-child {
  margin-top: 8rem;
}
@media screen and (max-width: 575px) {
  .services__item:first-child {
    margin-top: 4rem;
  }
}
.services__item--lr .services__item-content:after {
  display: none;
}
.services__item--lr:hover .services__item-right:before {
  width: 100%;
}
.services__item--lr:hover .services__item-content:before {
  -webkit-transform: translate3D(-25%, 0, 0);
  -ms-transform: translate3D(-25%, 0, 0);
  transform: translate3D(-25%, 0, 0);
}
.services__item--rl .services__item-right {
  text-align: right;
  padding: 10rem 10rem 10rem 2rem;
}
@media (max-width: 991px) {
  .services__item--rl .services__item-right {
    padding: 8rem 5rem 8rem 2rem;
  }
}
.services__item--rl .services__item-right:before {
  right: 0;
  left: auto;
}
.services__item--rl .services__item-content .main-btn {
  margin-left: auto;
}
.services__item--rl .services__item-content:before {
  display: none;
}
.services__item--rl:hover .services__item-right:before {
  width: 100%;
}
.services__item--rl:hover .services__item-content:after {
  -webkit-transform: translate3D(25%, 0, 0);
  -ms-transform: translate3D(25%, 0, 0);
  transform: translate3D(25%, 0, 0);
}
.services__item-left {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .services__item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.services__item-left img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.services__item-right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10rem 2rem 10rem 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .services__item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8rem 2rem 8rem 5rem;
  }
}
.services__item-right:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 50%;
  background: #f7f7f7;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}
.services__item-content {
  position: relative;
}
.services__item-content:after,
.services__item-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 14rem;
  height: 0.2rem;
  background: #F21A18;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (max-width: 991px) {
  .services__item-content:after,
  .services__item-content:before {
    width: 7rem;
  }
}
.services__item-content:before {
  left: -17rem;
  top: 1.8rem;
}
@media (max-width: 991px) {
  .services__item-content:before {
    display: none;
  }
}
.services__item-content:after {
  top: 1.8rem;
  right: -17rem;
}
@media (max-width: 991px) {
  .services__item-content:after {
    display: none;
  }
}
.services__item-content h3 {
  font-family: yo;
  font-size: 3.5rem;
  margin: 0;
  line-height: 1;
  position: relative;
}
@media (max-width: 991px) {
  .services__item-content h3 {
    font-size: 3.4rem;
  }
}
.services__item-content p {
  font-family: flc;
  font-size: 2rem;
  margin: 8rem 0;
}
.services__item-content .main-btn {
  max-width: 32rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0.2rem solid transparent;
  height: 5.4rem;
}
.services__item-content .main-btn:hover {
  background: #fff;
  border: 0.2rem solid #F21A18;
}
.consult-form {
  border-top: 0.2rem solid #f2e552;
  padding: 5rem 0 7.5rem;
  margin-top: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
}
.consult-form:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 50%;
  background: #f7f7f7;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}
.consult-form:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 50%;
  background: #fff;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}
.consult-form__desk {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .consult-form__desk {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .consult-form__desk {
    padding: 0 1rem;
  }
}
.consult-form__desk p {
  margin: 0;
  font-family: flc;
  font-size: 2rem;
}
.consult-form__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .consult-form__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form__header {
    padding: 0 1rem;
  }
}
.consult-form__header h2 {
  margin: 0;
  font-size: 3.3rem;
  font-family: yo;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .consult-form__header h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form__header h2 {
    font-size: 2.2rem;
  }
}
.consult-form .form-wrap {
  margin-top: 13rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .consult-form .form-wrap {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap {
    margin-top: 2rem;
  }
}
.consult-form .form-wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.consult-form .form-wrap form .f-left,
.consult-form .form-wrap form .f-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .f-left,
  .consult-form .form-wrap form .f-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.consult-form .form-wrap form .f-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.5rem;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .f-left {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .consult-form .form-wrap form .f-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.consult-form .form-wrap form .f-right {
  text-align: center;
}
.consult-form .form-wrap form .input-wrap {
  position: relative;
  height: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .input-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 575px) {
  .consult-form .form-wrap form .input-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .consult-form .form-wrap form .input-wrap:first-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .input-wrap {
    padding: 0 2rem;
  }
}
.consult-form .form-wrap form .input-wrap:first-child {
  margin-right: 3rem;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .input-wrap:first-child {
    margin-right: 0;
  }
}
.consult-form .form-wrap form .input-wrap input[type='text'] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: 0;
  height: 5rem;
  font-size: 2rem;
  font-family: flc;
  padding-left: 3rem;
  -webkit-border-radius: none;
  border-radius: none;
}
.consult-form .form-wrap form .input-wrap input[type='text']:focus + label {
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .input-wrap input[type='text']:focus + label {
    left: 3.5rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .input-wrap input[type='text']:focus + label {
    left: 2rem;
  }
}
.consult-form .form-wrap form .input-wrap input[name='name'] {
  background: url(../img/name-i.png) no-repeat 0 center;
}
.consult-form .form-wrap form .input-wrap input[name='phone'] {
  background: url(../img/phone-i.png) no-repeat 0 center;
}
.consult-form .form-wrap form .input-wrap label {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  color: #bbb;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: flc;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .input-wrap label {
    left: 6.5rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .input-wrap label {
    left: 5rem;
  }
}
.consult-form .form-wrap form .input-wrap label.active {
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .input-wrap label.active {
    left: 3.5rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .input-wrap label.active {
    left: 2rem;
  }
}
.consult-form .form-wrap form .button-wrap {
  margin-left: auto;
  margin-top: 1.9rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .button-wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .button-wrap {
    padding: 0 1rem;
  }
}
.consult-form .form-wrap form .button-wrap:hover:before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 9.5rem;
}
.consult-form .form-wrap form .button-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 8.5rem;
  height: 0.2rem;
  background: #F21A18;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .consult-form .form-wrap form .button-wrap:before {
    left: 20%;
  }
}
.consult-form .form-wrap form .button-wrap .main-btn {
  display: block;
  margin: 0 auto;
  width: 30rem;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .consult-form .form-wrap form .button-wrap .main-btn {
    width: 100%;
  }
}
.winway {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.winway__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .winway__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.winway__left img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.winway__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-position: 100% 25%, 95% 95%;
  background-size: 35% 35%, 28.5rem 15rem;
  padding: 5rem 10rem 5rem 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.winway__right {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
}
.not-webp .winway__right {
  background-image: url(../img/decor/ww-watermark.png), url(../img/decor/spa-stones.png);
}
@media (max-width: 1200px) {
  .winway__right {
    padding: 5rem 5rem 5rem 5rem;
    background-position: 100% 25%, 105% 105%;
  }
}
@media (max-width: 991px) {
  .winway__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10rem 5rem 10rem 5rem;
  }
}
@media (max-width: 575px) {
  .winway__right {
    padding: 5rem 5rem 10rem 5rem;
  }
}
@media (max-width: 414px) {
  .winway__right {
    padding: 5rem 2rem 10rem 2rem;
  }
}
.winway__right-content .winway-title {
  font-size: 12.2rem;
  font-family: as;
  margin: 0;
  line-height: 1;
}
@media (max-width: 414px) {
  .winway__right-content .winway-title {
    font-size: 11.2rem;
  }
}
.winway__right-content .winway-divider {
  background: #F21A18;
  height: 0.2rem;
  border: 0;
  margin: 1.5rem 0 5rem;
  width: 10rem;
}
.winway__right-content .winway-text {
  font-family: flc;
  font-size: 2rem;
  line-height: 1.2;
}
.winway__right-content .winway-end {
  font-family: flc;
  font-size: 2rem;
  margin: 5rem 0 0;
}
.doctors {
  padding: 8rem 0 6rem;
  position: relative;
}
.doctors:after,
.doctors:before {
    content: '';
    position: absolute;
    display: block;
    width: 11.4rem;
    height: 21rem;
    background-repeat: no-repeat;
    background-position: center;
}
.not-webp .doctors:after,
.doctors:before {
  background-image: url(../img/decor/flower-home.png);
}
.doctors:before {
  left: 0;
  bottom: -3rem;
}
.doctors:after {
  right: 0;
  bottom: -3rem;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
@media (max-width: 991px) {
  .doctors .main-title {
    font-size: 4rem;
  }
  .doctors .main-title:after,
  .doctors .main-title:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .doctors .main-title {
    font-size: 3.4rem;
  }
}
.doctors__carousel {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doctors__carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
}
.doctors__carousel .owl-nav .owl-prev {
  left: -4rem;
  position: absolute;
}
@media (max-width: 1200px) {
  .doctors__carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.doctors__carousel .owl-nav .owl-next {
  right: -4rem;
  position: absolute;
}
@media (max-width: 1200px) {
  .doctors__carousel .owl-nav .owl-next {
    right: 0;
  }
}
.doctors__carousel .owl-dots {
  position: absolute;
  bottom: -1rem;
}
.doctors__carousel .owl-stage-outer {
  padding-bottom: 5rem;
}
.doctors__carousel .owl-item.active.center .doctors__carousel-item {
  padding: 13.25rem 4rem 4rem;
  background: #fff;
  border-bottom: 0.2rem solid #F21A18;
  -webkit-box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
}
.doctors__carousel
  .owl-item.active.center
  .doctors__carousel-item
  .doctor-photo {
  border: none;
  background: #f7f7f7;
}
.doctors__carousel
  .owl-item.active.center
  .doctors__carousel-item
  .doctor-photo
  img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .doctors__carousel
    .owl-item.active.center
    .doctors__carousel-item
    .doctor-photo
    img {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
}
.doctors__carousel
  .owl-item.active.center
  .doctors__carousel-item
  .doctor-photo
  img.smile {
  opacity: 1;
}
.doctors__carousel
  .owl-item.active.center
  .doctors__carousel-item
  .doctor-photo
  img.no-smile {
  opacity: 0;
}
.doctors__carousel
  .owl-item.active.center
  .doctors__carousel-item
  .doctor-expirience {
  opacity: 1;
}
.doctors__carousel-item {
  text-align: center;
  max-width: 28.5rem;
  padding: 13.25rem 4rem 0;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  margin: 16rem auto 0;
  background: #f5f5f5;
  position: relative;
  height: 34rem;
}
.doctors__carousel-item .doctor-photo {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20.5rem;
  height: 20.5rem;
  overflow: hidden;
  position: absolute;
  top: -10.25rem;
  border: 0.2rem solid #F21A18;
  background: #fff;
}
.doctors__carousel-item .doctor-photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.doctors__carousel-item .doctor-photo img.smile {
  opacity: 0;
}
.doctors__carousel-item .doctor-photo img.no-smile {
  opacity: 1;
}
.doctors__carousel-item .doctor-title {
  font-size: 2rem;
  font-family: yo;
  text-transform: uppercase;
  margin: 0;
}
.doctors__carousel-item .doctor-divider {
  width: 3rem;
  height: 0.2rem;
  background: #F21A18;
  margin: 2rem auto;
  border: none;
}
.doctors__carousel-item .doctor-desk {
  font-size: 2rem;
  font-family: flc;
  margin: 0;
  line-height: 1;
  margin-bottom: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.doctors__carousel-item .doctor-expirience {
  font-size: 2rem;
  font-family: yo;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sertificats {
  padding: 6rem 0 6rem;
  background: #f9f9f9;
}
@media (max-width: 1200px) {
  .sertificats .main-title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .sertificats .main-title:after,
  .sertificats .main-title:before {
    display: none;
  }
}
@media (max-width: 414px) {
  .sertificats .main-title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .sertificats .container {
    max-width: 100%;
  }
}
.sertificats__carousel {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.sertificats__carousel .owl-stage-outer {
  padding-bottom: 5rem;
}
.sertificats__carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sertificats__carousel .owl-nav {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  width: 100%;
  height: 1px;
}
.sertificats__carousel .owl-nav .owl-prev {
  left: -4rem;
  position: absolute;
}
@media (max-width: 1200px) {
  .sertificats__carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.sertificats__carousel .owl-nav .owl-next {
  right: -4rem;
  position: absolute;
}
@media (max-width: 1200px) {
  .sertificats__carousel .owl-nav .owl-next {
    right: 0;
  }
}
.sertificats__carousel .owl-dots {
  position: absolute;
  bottom: -1rem;
}
.sertificats__carousel-item {
  text-align: center;
}
.sertificats__carousel-item a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 60%;
}
.sertificats__carousel-item a:before {
  font-display: swap;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: '\f00e';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(252, 210, 150, 0.6);
  color: #fff;
  font-size: 3rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.sertificats__carousel-item a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sertificats__carousel-item a img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
}
.gifts {
  padding: 9rem 0 6rem;
  background: url(../img/sert.bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .gifts {
    padding: 6rem 0 6rem;
  }
}
.gifts__client {
  position: absolute;
  bottom: -6rem;
}
@media (max-width: 1200px) {
  .gifts__client {
    max-width: 60rem;
    left: -5rem;
  }
}
@media (max-width: 991px) {
  .gifts__client {
    display: none;
  }
}
@media (min-width: 1200px) {
  .gifts .container {
    max-width: 147rem;
  }
}
@media (max-width: 767px) {
  .gifts .container {
    max-width: 100%;
  }
}
.gifts__wrap {
  max-width: 76rem;
  text-align: center;
  margin-left: auto;
}
.gifts__wrap-text {
  font-size: 2.4rem;
  font-family: flc;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .gifts__wrap-text {
    margin-top: 2rem;
  }
}
.gifts__wrap-title {
  font-family: yo;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
@media (max-width: 450px) {
  .gifts__wrap-title {
    font-size: 3rem;
  }
}
.gifts__wrap-title__secondary {
  font-size: 3rem;
  font-family: yo;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .gifts__wrap-title__secondary {
    margin-bottom: 1rem;
  }
}
.gifts__wrap-title__secondary:after,
.gifts__wrap-title__secondary:before {
  content: '';
  display: inline-block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 1.5rem 0.5rem;
}
@media (max-width: 450px) {
  .gifts__wrap-title__secondary:after,
  .gifts__wrap-title__secondary:before {
    display: none;
  }
}
.gifts__wrap-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem 0;
}
@media (max-width: 991px) {
  .gifts__wrap-list {
    margin: 2rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .gifts__wrap-list {
    margin: 2rem 0 2rem;
  }
}
.gifts__wrap-list .list-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.5%;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gifts__wrap-list .list-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 414px) {
  .gifts__wrap-list .list-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gifts__wrap-list .list-wrap .sert-wrap {
  padding: 1rem;
  border: 0.2rem solid transparent;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gifts__wrap-list .list-wrap .sert-wrap:before {
  content: '\f00c';
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-family: FontAwesome;
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  color: #fff;
  font-size: 1.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  background: #F21A18;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gifts__wrap-list .list-wrap .sert-wrap img {
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.gifts__wrap-list .list-wrap .price {
  font-size: 2.4rem;
  font-family: yo;
  line-height: 1;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .gifts__wrap-list .list-wrap .price {
    margin: 2rem 0 0;
  }
}
.gifts__wrap-list .list-wrap.checked .sert-wrap {
  border: 0.2rem solid #fff;
}
.gifts__wrap-list .list-wrap.checked .sert-wrap:before {
  opacity: 1;
}
.gifts__wrap .main-btn {
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  display: block;
  width: 31rem;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .gifts__wrap .main-btn {
    width: 100%;
  }
}
.testimonials {
    padding: 6rem 0 6rem;
    background-color: #f9f9f9;
    background-position: 105% 120%, 0 -20%, -1% 100%, 100% 5%;
    background-repeat: no-repeat;
}
.not-webp .testimonials {
  background-image: url(../img/decor/bamboo.png), url(../img/decor/bamboo-r.png);
}
@media (max-width: 1110px) {
  .testimonials .main-title:after,
  .testimonials .main-title:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .testimonials .container {
    max-width: 147rem;
  }
}
@media (min-width: 575px) {
  .testimonials .container {
    max-width: 100%;
  }
}
.testimonials__carousel {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimonials__carousel .owl-stage {
  padding: 6rem 0 6rem 0;
}
.testimonials__carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 5rem;
}
@media (max-width: 767px) {
  .testimonials__carousel .owl-nav {
    top: 35%;
  }
}
.testimonials__carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}
.testimonials__carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
}
.testimonials__carousel .owl-dots {
  position: absolute;
  bottom: -1rem;
}
.testimonials__carousel .testimonial-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 104rem;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1200px) {
  .testimonials__carousel .testimonial-item {
    max-width: 90rem;
  }
}
@media (max-width: 1100px) {
  .testimonials__carousel .testimonial-item {
    max-width: 85rem;
  }
}
@media (max-width: 991px) {
  .testimonials__carousel .testimonial-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 81%;
  }
}
@media (max-width: 767px) {
  .testimonials__carousel .testimonial-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .not-webp .testimonials {
    background-image: url(../img/decor/bamboo.png);
  }
}
.testimonials__carousel .testimonial-item .t-content-add {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14rem;
  -ms-flex: 0 0 14rem;
  flex: 0 0 14rem;
  margin-right: 3rem;
  border-bottom: 0.2rem solid #F21A18;
  padding-bottom: 0.5rem;
  text-align: right;
  position: relative;
}
@media (max-width: 1100px) {
  .testimonials__carousel .testimonial-item .t-content-add {
    margin-right: 2rem;
  }
}
@media (max-width: 444px) {
  .testimonials__carousel .testimonial-item .t-content-add {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin: 0 0 2rem 0;
    padding: 0 2rem;
    text-align: center;
  }
  .testimonials__carousel .testimonial-item .t-content-add br {
    display: none;
  }
}
.testimonials__carousel .testimonial-item .t-content-add:after,
.testimonials__carousel .testimonial-item .t-content-add:before {
  content: '“';
  display: inline-block;
  position: absolute;
  z-index: 15;
  top: -10rem;
  left: -3rem;
  width: 6.8rem;
  height: 5.8rem;
  background: url(../img/kav.png);
}
.testimonials__carousel .testimonial-item .t-content-add p {
  margin: 0;
  font-size: 1.4rem;
  font-family: yo;
}
.testimonials__carousel .testimonial-item .t-content {
  position: relative;
  padding: 4rem 6rem 4rem 10rem;
  background-color: #fff;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 18px 60px -9px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .testimonials__carousel .testimonial-item .t-content {
    padding: 4rem 4rem 4rem 9rem;
  }
}
@media (max-width: 991px) {
  .testimonials__carousel .testimonial-item .t-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 4rem 4rem 4rem 4rem;
  }
}
@media (max-width: 444px) {
  .testimonials__carousel .testimonial-item .t-content {
    padding: 4rem 2rem;
  }
}
.testimonials__carousel .testimonial-item .t-content:after {
  content: '“';
  display: inline-block;
  position: absolute;
  z-index: 15;
  width: 6.8rem;
  height: 5.8rem;
  background: url(../img/kav.png);
  right: -4rem;
  bottom: -4rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .testimonials__carousel .testimonial-item .t-content:after {
    right: -2rem;
  }
}
.testimonials__carousel .testimonial-item .t-content__ava {
  width: 17rem;
  height: 18.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17rem;
  -ms-flex: 0 0 17rem;
  flex: 0 0 17rem;
  margin-right: -7rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .testimonials__carousel .testimonial-item .t-content__ava {
    margin: 0;
  }
}
@media (max-width: 444px) {
  .testimonials__carousel .testimonial-item .t-content__ava {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17rem;
    -ms-flex: 0 0 17rem;
    flex: 0 0 17rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 2rem;
  }
}
.testimonials__carousel .testimonial-item .t-content__ava img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.testimonials__carousel .testimonial-item .t-content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .testimonials__carousel .testimonial-item .t-content__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonials__carousel .testimonial-item .t-content__top h5 {
  font-family: yo;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 500px) {
  .testimonials__carousel .testimonial-item .t-content__top h5 {
    margin-bottom: 0.5rem;
  }
}
.testimonials__carousel .testimonial-item .t-content__top span {
  font-family: flc;
  font-size: 1.6rem;
}
@media (max-width: 500px) {
  .testimonials__carousel .testimonial-item .t-content__top span {
    display: block;
  }
}
.testimonials__carousel .testimonial-item .t-content__text {
  font-family: flc;
  font-size: 2rem;
}
.gallery {
  padding: 6rem 0 6rem;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .gallery {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery .main-title:after,
  .gallery .main-title:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .gallery .container {
    max-width: 151.5rem;
  }
}
@media (min-width: 320px) {
  .gallery .container {
    max-width: 100%;
  }
}
.gallery .container .col {
  padding: 0 2rem;
}
@media (max-width: 1200px) {
  .gallery .container .col {
    padding: 0 1rem;
  }
}
.gallery__row {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 57rem;
}
@media screen and (max-width: 767px) {
  .gallery__row {
    max-height: 100%;
  }
}
.gallery__row:first-child {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .gallery__row:first-child {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__row:first-child {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery__row:first-child {
    margin-top: 4rem;
  }
}
.gallery__row-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-height: 57rem;
}
@media screen and (max-width: 767px) {
  .gallery__row-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 100%;
  }
}
.gallery__row-item:first-child {
  padding-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .gallery__row-item:first-child {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__row-item:first-child {
    padding: 0 0 1rem 0;
  }
}
.gallery__row-item a {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
.gallery__row-item a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: '\f00e';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 3rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.gallery__row-item a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery__row-item a.gallery-video:before {
  content: '\f04b';
  display: block;
  padding: 0;
  background: url(../img/call/1.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 8.8rem;
  position: absolute;
  width: 6rem;
  height: 6.5rem;
  color: #000;
  line-height: 6.6rem;
  padding-left: 0.5rem;
  font-size: 2.5rem;
  background-size: cover;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.gallery__row-item a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 57rem;
}
.gallery__row-item > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery__row-item > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery__row-item > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gallery__row-item > ul > li:first-child {
  padding-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .gallery__row-item > ul > li:first-child {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__row-item > ul > li:first-child {
    padding: 0 0 1rem 0;
  }
}
.gallery__row-item > ul > li img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.gallery__row-item > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 57rem;
}
@media screen and (max-width: 767px) {
  .gallery__row-item > ul > li > ul {
    max-height: 100%;
  }
}
.gallery__row-item > ul > li > ul > li {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-height: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery__row-item > ul > li > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 100%;
  }
}
.gallery__row-item > ul > li > ul > li:first-child {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .gallery__row-item > ul > li > ul > li:first-child {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__row-item > ul > li > ul > li:last-child {
    padding-bottom: 0;
  }
}
.gallery__row-item > ul > li > ul > li img {
  object-fit: cover;
  max-height: 27.5rem;
}
.gallery__row:first-child .gallery__row-item:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  .gallery__row:first-child .gallery__row-item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gallery__row:first-child .gallery__row-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  .gallery__row:first-child .gallery__row-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gallery__row:last-child .gallery__row-item:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  .gallery__row:last-child .gallery__row-item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gallery__row:last-child .gallery__row-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  .gallery__row:last-child .gallery__row-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.free-consult {
    position: relative;
    padding: 10rem 0 0;
    background-position: 6% 120%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1300px) {
  .free-consult {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .free-consult {
    background-position: 0 120%;
  }
}
@media screen and (max-width: 820px) {
  .free-consult {
    padding: 7rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .free-consult {
    background-position: -50% 120%;
  }
}
@media (min-width: px) {
  .free-consult .container {
    max-width: 1920px;
  }
}
.free-consult__girl {
  position: absolute;
  bottom: -2rem;
  right: 10%;
  max-width: 50rem;
}
@media screen and (max-width: 1600px) {
  .free-consult__girl {
    right: 3%;
  }
}
@media screen and (max-width: 1130px) {
  .free-consult__girl {
    right: 2%;
  }
}
@media screen and (max-width: 991px) {
  .free-consult__girl {
    max-width: 40rem;
  }
}
@media screen and (max-width: 820px) {
  .free-consult__girl {
    display: none;
  }
}
.free-consult__wrap {
    background-color: #f7f7f7;
    height: 100%;
    padding: 5rem 0 5rem 8rem;
    position: relative;
    width: 85%;
    margin-left: auto;
    border-top: 0.2rem solid #F21A18;
    background-position: 100% 120%;
    background-repeat: no-repeat;
}
.not-webp .free-consult__wrap {
  background-image: url(../img/decor/serv/l-1.png);
}
@media screen and (max-width: 1300px) {
  .free-consult__wrap {
    padding: 4rem 0 4rem 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .free-consult__wrap {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .free-consult__wrap {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .free-consult__wrap {
    padding: 4rem 4rem 4rem 6rem;
    background-position: 135% 255%;
  }
}
@media screen and (max-width: 740px) {
  .free-consult__wrap {
    padding: 4rem 2rem 4rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .free-consult__wrap {
    background-position: 175% 350%;
  }
}
.free-consult__wrap:before {
    content: '';
    position: absolute;
    top: -12rem;
    left: -14rem;
    z-index: -1;
    display: block;
    width: 26.8rem;
    height: 27.6rem;
    background-repeat: no-repeat;
}
.not-webp .free-consult__wrap:before {
  background-image: url(../img/decor/bamboo.png);
}
.free-consult__form {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .free-consult__form {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .free-consult__form {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .free-consult__form {
    width: 100%;
  }
}
.free-consult__form .input-wrap {
  position: relative;
  height: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.free-consult__form .input-wrap input[type='text'] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: 0;
  height: 5rem;
  font-size: 2rem;
  font-family: flc;
  padding-left: 3rem;
}
.free-consult__form .input-wrap input[type='text']:focus + label {
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
.free-consult__form .input-wrap input[name='name'] {
  background: url(../img/name-i.png) no-repeat 0 center;
}
.free-consult__form .input-wrap input[name='phone'] {
  background: url(../img/phone-i.png) no-repeat 0 center;
}
.free-consult__form .input-wrap label {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  color: #bbb;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: flc;
}
.free-consult__form .input-wrap label.active {
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
.free-consult__form .button-wrap {
  margin-top: 4rem;
}
.free-consult__form .button-wrap input {
  width: 30rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  .free-consult__form .button-wrap input {
    width: 100%;
    display: block;
  }
}
.free-consult__header {
  text-align: right;
  width: 60%;
}
@media screen and (max-width: 1600px) {
  .free-consult__header {
    width: 67%;
  }
}
@media screen and (max-width: 1400px) {
  .free-consult__header {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .free-consult__header {
    width: 60%;
  }
}
@media screen and (max-width: 1130px) {
  .free-consult__header {
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .free-consult__header {
    width: 100%;
  }
}
.free-consult__header h2 {
  font-size: 4.8rem;
  font-family: yo;
}
@media screen and (min-width: 1750px) {
  .free-consult__header h2 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .free-consult__header h2 {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1300px) {
  .free-consult__header h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1130px) {
  .free-consult__header h2 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 991px) {
  .free-consult__header h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 820px) {
  .free-consult__header h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .free-consult__header h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 560px) {
  .free-consult__header h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 495px) {
  .free-consult__header h2 {
    font-size: 2.7rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .free-consult__header h2 br {
    display: none;
  }
}
.place-card {
  display: none;
}
.map {
  height: 66rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .map {
    height: auto;
  }
}
.map #map {
  height: 100%;
  position: relative;
}
.map #map:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-radial-gradient(
    center circle,
    transparent 25%,
    rgba(211, 186, 150, 0.5) 25%
  );
  background: radial-gradient(
    circle at center,
    transparent 25%,
    rgba(211, 186, 150, 0.5) 25%
  );
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .map #map:before {
    background: -webkit-radial-gradient(
      center circle,
      transparent 35%,
      rgba(211, 186, 150, 0.5) 35%
    );
    background: radial-gradient(
      circle at center,
      transparent 35%,
      rgba(211, 186, 150, 0.5) 35%
    );
  }
}
@media screen and (max-width: 767px) {
  .map #map:before {
    background: -webkit-radial-gradient(
      center circle,
      transparent 35%,
      rgba(211, 186, 150, 0.5) 35%
    );
    background: radial-gradient(
      circle at center,
      transparent 35%,
      rgba(211, 186, 150, 0.5) 35%
    );
  }
}
@media screen and (max-width: 414px) {
  .map #map:before {
    background: -webkit-radial-gradient(
      center circle,
      transparent 55%,
      rgba(211, 186, 150, 0.5) 55%
    );
    background: radial-gradient(
      circle at center,
      transparent 55%,
      rgba(211, 186, 150, 0.5) 55%
    );
  }
}
@media screen and (max-width: 1200px) {
  .map #map {
    position: relative;
    height: 40rem;
  }
}
.map .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  pointer-events: none;
  z-index: 100;
}
@media (min-width: 1200px) {
  .map .container {
    max-width: 147rem;
  }
}
@media screen and (max-width: 1200px) {
  .map .container {
    position: relative;
  }
}
@media (max-width: 575px) {
  .map .container {
    padding: 4rem 1.5rem;
  }
}
.contacts__wrap {
  max-width: 43rem;
  background-color: #fff;
  pointer-events: auto;
  text-align: center;
  padding: 4rem 3rem 6rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: -1px 4px 63px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -1px 4px 63px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .contacts__wrap {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contacts__wrap {
    padding: 4rem 1.5rem 6rem;
  }
}
.contacts__title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: yo;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.contacts .map-logo {
  margin: 1rem 0;
}
.contacts .main-btn {
  max-width: 80%;
  width: 100%;
  font-size: 1.6rem;
}
.contacts__list {
  padding: 0;
  margin: 5rem 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 1200px) {
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.8rem;
  font-family: fbc;
  color: #000;
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 1200px) {
  .contacts__list li {
    left: 50%;
    max-width: 32rem;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 400px) {
  .contacts__list li {
    line-height: 1.2;
  }
}
.contacts__list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: '\f00e';
  position: absolute;
  color: #F21A18;
  left: 0;
  top: 0.2rem;
  font-size: 2rem;
}
.contacts__list li:not(:last-child) {
  padding-bottom: 3rem;
}
.contacts__list li a {
  color: #000;
}
@media (max-width: 400px) {
  .contacts__list li a {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.contacts__list li:first-child:before {
  content: '\f041';
}
.contacts__list li:nth-child(2):before {
  content: '\f10b';
  left: 0.2rem;
  font-size: 2.5rem;
}
.contacts__list li:nth-child(3):before {
  content: '\f017';
}
.footer {
  padding: 3rem 0;
}
@media (max-width: 500px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    max-width: 100%;
  }
}
@media (min-width: 575px) {
  .footer .container {
    max-width: 100%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__nav .nav-logo {
  margin-right: 2rem;
}
.footer__nav .nav-logo img {
  max-width: 100%;
}
.footer__nav .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 470px) {
  .footer__nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__nav .nav-list li a {
  font-size: 1.8rem;
  color: #000;
  font-family: fbc;
  padding: 0 2rem;
}
@media screen and (max-width: 1260px) {
  .footer__nav .nav-list li a {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 470px) {
  .footer__nav .nav-list li a {
    padding: 2rem 1rem;
  }
}
.footer__social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 470px) {
  .footer__social {
    margin-top: 2rem;
  }
}
.footer__social li {
  line-height: 0;
}
.footer__social li:first-child a {
  margin-right: 2rem;
}
.footer__social li a {
  display: inline-block;
  line-height: 0;
}
.footer__social li a:before {
  content: '';
  display: inline-block;
  width: 4.2rem;
  height: 4.6rem;
}
.footer__social li a.insta:before {
  background: url(../img/inst-icon.png);
}
.footer__social li a.fb:before {
  background: url(../img/fb-icon.png);
}
.footer__social p {
  font-size: 1.5rem;
}
.types {
  padding: 6rem 0;
  background: url(../img/decor/bamboo-r.png), url(../img/decor/bamboo-2.png);
  background-repeat: no-repeat;
  background-position: 0 center, 100% center;
}
@media (max-width: 1440px) {
  .types {
    background-position: -2% center, 102% center;
  }
}
@media (max-width: 1200px) {
  .types {
    background-position: -10% center, 110% center;
  }
}
@media (max-width: 991px) {
  .types {
    background-position: 0 center, 100% center;
    padding: 2rem 0 6rem;
  }
}
@media (min-width: 991px) {
  .types .container {
    max-width: 120rem;
  }
}
.types__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  font-family: yo;
  font-size: 1.8rem;
}
.types__list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  position: relative;
}
@media (max-width: 991px) {
  .types__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .types__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.types__list-item:not(:last-child):after {
  content: '';
  position: absolute;
  height: 0.1rem;
  width: 100%;
  background: #F21A18;
  top: 39%;
  z-index: -1;
}
@media (max-width: 991px) {
  .types__list-item:not(:last-child):after {
    display: none;
  }
}
.types__list .item-img {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 6px #F21A18;
  box-shadow: 0 6px #F21A18;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 21.9rem;
  height: 21.9rem;
  margin: 0 auto 2rem;
}
.types__list .item-img img {
  max-width: 100%;
}
.types__list p {
  margin: 0;
}
.you-want {
  padding: 6rem 0 6rem;
  margin-bottom: 6rem;
  background: url(../img/decor/spa-stone-l.png),
    url(../img/decor/spa-stone-r.png);
  background-repeat: no-repeat;
  background-position: 95% 95%, 5% 95%;
}
@media screen and (max-width: 1600px) {
  .you-want {
    background-position: 100% 99%, 0 99%;
  }
}
@media screen and (max-width: 1440px) {
  .you-want {
    background-position: 110% 99%, -10% 99%;
  }
}
@media screen and (max-width: 991px) {
  .you-want {
    background-position: 170% 100%, -70% 100%;
  }
}
@media screen and (max-width: 767px) {
  .you-want {
    background-position: 185% 98%, -85% 98%;
  }
}
.you-want .main-title {
  font-size: 3.6rem;
  text-transform: none;
}
@media (max-width: 413px) {
  .you-want .main-title:after,
  .you-want .main-title:before {
    display: none;
  }
}
@media (min-width: 991px) {
  .you-want .container {
    max-width: 135rem;
  }
}
.you-want__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8rem;
}
@media (max-width: 1200px) {
  .you-want__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .you-want__list {
    margin-top: 5rem;
  }
}
.you-want__list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 1rem;
}
@media (max-width: 1200px) {
  .you-want__list .list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .you-want__list .list-item:last-child {
    margin-top: 0;
  }
  .you-want__list .list-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .you-want__list .list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .you-want__list .list-item:nth-child(2) {
    margin-top: 5rem;
  }
  .you-want__list .list-item:last-child {
    margin-top: 5rem;
  }
}
.you-want__list .list-item__img {
  width: 8.5rem;
  height: 9rem;
  margin-right: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.5rem;
  -ms-flex: 0 0 8.5rem;
  flex: 0 0 8.5rem;
}
@media (max-width: 1200px) {
  .you-want__list .list-item__img {
    margin: 0 0 1rem 0;
  }
}
.you-want__list .list-item__img img {
  max-width: 100%;
}
.you-want__list .list-item p {
  font-size: 2.4rem;
  font-family: fbc;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .you-want__list .list-item p {
    font-size: 1.8rem;
  }
}
.you-want .consult-form {
  max-width: 118rem;
  margin: 8rem auto 0;
}
.popular {
  padding: 8rem 0;
  background: url(../img/decor/serv/l-2.png), url(../img/decor/serv/l-3.png);
  background-repeat: no-repeat;
  background-position: -2% center, 102% center;
}
@media screen and (max-width: 767px) {
  .popular {
    padding: 6rem 0;
  }
}
@media (min-width: 320px) {
  .popular .container {
    max-width: 115rem;
  }
}
@media screen and (max-width: 991px) {
  .popular .main-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .popular .main-title:after,
  .popular .main-title:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .popular .main-title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 414px) {
  .popular .main-title {
    font-size: 2.8rem;
  }
}
.popular__lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .popular__lists {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 575px) {
  .popular__lists {
    margin-top: 4rem;
  }
}
.popular__lists-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .popular__lists-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 1rem;
  }
}
.popular__lists-item:hover p {
  color: #000;
}
.popular__lists-item:hover:before {
  opacity: 1;
}
.popular__lists-item:nth-child(n + 5) {
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .popular__lists-item:nth-child(n + 5) {
    margin-top: 0;
  }
}
.popular__lists-item:before {
  content: '';
  position: absolute;
  display: block;
  left: 3rem;
  right: 3rem;
  bottom: 2rem;
  top: 2rem;
  background: rgba(252, 210, 150, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popular__lists-item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.popular__lists-item p {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: fbc;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .popular__lists-item p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .popular__lists-item p {
    font-size: 1.6rem;
  }
}
.pickup {
    padding: 7rem 0;
    background-color: #f7f7f7;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0, 102% center, 0 100%;
}
.not-webp .pickup {
  background-image: url(../img/decor/bamboo-r.png), url(../img/decor/bamboo.png),
    url(../img/decor/bamboo-3.png);
}
@media screen and (max-width: 1200px) {
  .pickup {
    background-position: -3% 0, 110% center, -3% 103%;
  }
}
@media screen and (max-width: 575px) {
  .pickup {
    background-position: -3% 0, 150% center, -6% 105%;
  }
}
@media screen and (max-width: 414px) {
  .pickup {
    background-position: -3% 0, 190% 55%, -6% 105%;
  }
}
.pickup .main-title {
  margin-bottom: 7rem;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .pickup .main-title {
    word-wrap: break-word;
    padding: 0 3rem;
    line-height: 1.3;
  }
  .pickup .main-title:after,
  .pickup .main-title:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pickup .main-title {
    font-size: 3.4rem;
    padding: 0 1.5rem;
  }
}
.pickup__wrap {
  counter-reset: heading;
  text-align: center;
}
.pickup__wrap .wrap-group {
  margin-bottom: 6rem;
  position: relative;
}
.pickup__wrap .wrap-group:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  bottom: 3rem;
  position: absolute;
}
.pickup__wrap .wrap-group--second:before {
  bottom: 40%;
}
@media screen and (max-width: 767px) {
  .pickup__wrap .wrap-group--second:before {
    bottom: 48%;
  }
}
.pickup__wrap .wrap-group h3 {
  font-family: yo;
  font-size: 3rem;
  position: relative;
  margin: 0;
  color: #F21A18;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .pickup__wrap .wrap-group h3 {
    padding: 0 1.5rem;
  }
}
.pickup__wrap .wrap-group h3:before {
  counter-increment: heading;
  content: counter(heading);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 7rem;
  color: #fff;
  z-index: -1;
}
.pickup__wrap .wrap-group .check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 88rem;
  margin: 5rem auto 0;
}
.pickup__wrap .wrap-group .check-list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pickup__wrap .wrap-group .check-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .pickup__wrap .wrap-group .check-list li:not(:first-child) {
    margin-top: 5rem;
  }
}
.pickup__wrap .wrap-group .check-list li.hair-check label {
  background: url(../img/check-3.png) no-repeat, #f7f7f7;
  background-size: cover;
}
.pickup__wrap .wrap-group .check-list li.body-check label {
  background: url(../img/check-2.png) no-repeat, #f7f7f7;
  background-size: cover;
}
.pickup__wrap .wrap-group .check-list li.face-check label {
  background: url(../img/check-1.png) no-repeat, #f7f7f7;
  background-size: cover;
}
.pickup__wrap .wrap-group .check-list li label {
  height: 22rem;
  width: 22rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  margin: 0 0 2rem 0;
  border: 0.5rem solid transparent;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.pickup__wrap .wrap-group .check-list li label:before {
  content: '\f00c';
  display: block;
  position: absolute;
  bottom: 70%;
  right: -2rem;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-family: FontAwesome;
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  color: #fff;
  font-size: 1.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  background: #F21A18;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 6px #F21A18;
  box-shadow: 0 0 0 6px #F21A18;
}
.pickup__wrap .wrap-group .check-list li input[type='radio'] {
  display: none;
}
.pickup__wrap .wrap-group .check-list li input[type='radio']:checked + label {
  border: 0.5rem solid #F21A18;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pickup__wrap
  .wrap-group
  .check-list
  li
  input[type='radio']:checked
  + label:before {
  opacity: 1;
}
.pickup__wrap .wrap-group .check-list li input[type='radio']:checked ~ span {
  color: #000;
}
.pickup__wrap .wrap-group .check-list li span {
  display: block;
  font-size: 1.8rem;
  font-family: yo;
  color: #F21A18;
  text-transform: uppercase;
}
.pickup__wrap .wrap-group .input-wrap {
  position: relative;
  max-width: 60rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .pickup__wrap .wrap-group .input-wrap {
    margin: 3rem auto 0;
    padding: 0 1.5rem;
  }
}
.pickup__wrap .wrap-group .input-wrap input[type='text'] {
  height: 6rem;
  max-width: 60rem;
  width: 100%;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  width: 100%;
  border: none;
  outline: 0;
  font-size: 2rem;
  font-family: flc;
  padding-left: 5rem;
}
.pickup__wrap .wrap-group .input-wrap input[type='text']:focus + label {
  top: -1rem;
  left: 1.5rem;
  font-size: 1.2rem;
}
.pickup__wrap .wrap-group .input-wrap input[name='name'] {
  background: url(../img/name-i.png) no-repeat 1rem center, #fff;
}
.pickup__wrap .wrap-group .input-wrap input[name='phone'] {
  background: url(../img/phone-i.png) no-repeat 1.5rem center, #fff;
}
.pickup__wrap .wrap-group .input-wrap label {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 5rem;
  color: #bbb;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: flc;
}
.pickup__wrap .wrap-group .input-wrap label.active {
  top: -1rem;
  left: 1.5rem;
  font-size: 1.2rem;
}
.pickup__wrap .main-btn {
  width: 100%;
  max-width: 30rem;
  font-size: 1.6rem;
}
.foundator {
  padding: 8rem 0 0;
  background: url(../img/decor/serv/l-2.png), url(../img/decor/serv/l-3.png);
  background-repeat: no-repeat;
  background-position: -2% 30%, 103% 30%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .foundator {
    padding: 8rem 0 5rem;
  }
}
.foundator:after,
.foundator:before {
    content: '';
    position: absolute;
    display: block;
    width: 11.4rem;
    height: 21rem;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
.not-webp .foundator:after,
.foundator:before {
  background-image: url(../img/decor/flower-home.png);
}
.foundator:before {
  left: 0;
  bottom: -3rem;
}
.foundator:after {
  right: 0;
  bottom: -3rem;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
@media (min-width: 1200px) {
  .foundator .container {
    max-width: 130rem;
  }
  .foundator .container .col-lg-6 {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .foundator .container .col-lg-6 {
    padding: 0 1.5rem;
  }
}
.foundator__people {
  max-width: 61rem;
  background: #f7f7f7;
  text-align: center;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: relative;
  padding: 27rem 5rem 3rem;
  margin: 24rem auto 0;
}
@media (max-width: 1200px) {
  .foundator__people {
    padding: 18rem 5rem 3rem;
    margin: 15rem auto 0;
  }
}
@media (max-width: 991px) {
  .foundator__people {
    margin: 15rem auto 8rem;
  }
}
@media (max-width: 575px) {
  .foundator__people {
    padding: 18rem 2rem 3rem;
  }
}
@media (max-width: 374px) {
  .foundator__people {
    padding: 15.5rem 2rem 3rem;
    margin: 12.5rem auto 8rem;
  }
}
.foundator__people .photo-wrap {
  width: 48rem;
  max-width: 100%;
  height: 48rem;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2rem solid #F21A18;
  overflow: hidden;
  position: absolute;
  top: -24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .foundator__people .photo-wrap {
    width: 30rem;
    max-width: 100%;
    height: 30rem;
    top: -15rem;
  }
}
@media (max-width: 374px) {
  .foundator__people .photo-wrap {
    width: 25rem;
    height: 25rem;
    top: -12.5rem;
  }
}
.foundator__people .photo-wrap img {
  max-width: 100%;
}
.foundator__people .people-title {
  font-size: 3rem;
  font-family: yo;
  margin-bottom: 2rem;
}
.foundator__people .people-desk {
  font-size: 2.1rem;
  color: #F21A18;
  margin-bottom: 2rem;
}
.foundator__people .studio-logo {
  font-size: 8.7rem;
  font-family: as;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 575px) {
  .foundator__people .studio-logo {
    font-size: 7rem;
  }
}
@media (max-width: 374px) {
  .foundator__people .studio-logo {
    font-size: 6rem;
  }
}
.foundator__people .studio-logo:after,
.foundator__people .studio-logo:before {
  content: '';
  display: inline-block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #F21A18;
  vertical-align: middle;
  margin: 0 1.5rem 0.5rem;
}
@media (max-width: 374px) {
  .foundator__people .studio-logo:after,
  .foundator__people .studio-logo:before {
    width: 2.5rem;
  }
}
@media (max-width: 991px) {
  .foundator__desk {
    text-align: center;
  }
}
.foundator__desk h5 {
  font-family: yo;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .foundator__desk h5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 414px) {
  .foundator__desk h5 {
    font-size: 3rem;
  }
}
.foundator__desk span {
  color: #F21A18;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-family: yo;
  line-height: 1;
}
@media (max-width: 1200px) {
  .foundator__desk span {
    font-size: 3rem;
  }
}
.foundator__desk hr {
  border: none;
  height: 0.1rem;
  margin: 2rem 0;
  width: 3.5rem;
  background: #F21A18;
}
@media (max-width: 991px) {
  .foundator__desk hr {
    margin: 2rem auto;
  }
}
.foundator__desk p {
  margin: 0;
  font-size: 2.4rem;
  font-family: fbc;
  line-height: 1.2;
}
@media (max-width: 414px) {
  .foundator__desk p {
    font-size: 1.8rem;
  }
}
.foundator__desk .main-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 30rem;
  text-align: center;
  font-size: 1.6rem;
}
.foundator__desk .founder-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0;
  position: relative;
}
.foundator__desk .founder-list li a {
  width: 50%;
}
.foundator__desk .founder-list .owl-stage {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.foundator__desk .founder-list .owl-nav {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  width: 100%;
  height: 1px;
}
.foundator__desk .founder-list .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}
.foundator__desk .founder-list .owl-nav .owl-next {
  right: 0;
  position: absolute;
}
.questions {
  padding: 7rem 0;
  background: url(../img/decor/bamboo-r.png), url(../img/decor/bamboo.png),
    #f7f7f7;
  background-repeat: no-repeat;
  background-position: 0 0, 102% 100%;
}
@media screen and (max-width: 1200px) {
  .questions {
    background-position: -3% 0, 110% 100%;
  }
}
@media screen and (max-width: 575px) {
  .questions {
    background-position: -3% 0, 140% 100%;
  }
}
.questions .main-title {
  font-size: 4rem;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .questions .main-title:after,
  .questions .main-title:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .questions .main-title {
    font-size: 3rem;
  }
}
.questions__desk {
  font-size: 4rem;
  color: #F21A18;
  font-family: yo;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .questions__desk {
    font-size: 3.5rem;
  }
}
.questions .main-btn {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
}
.questions__accordion {
  margin: 5rem 0;
}
.questions__accordion .card {
  border: none;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 16px 42px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 42px -9px rgba(0, 0, 0, 0.2);
}
.questions__accordion .card:not(:last-child) {
  margin-bottom: 3rem;
}
.questions__accordion .card .card-header {
  border: none;
  height: 6rem;
  padding-left: 2rem;
  background: #fff;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  transtion: 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .questions__accordion .card .card-header {
    height: 100%;
  }
}
.questions__accordion .card .card-header h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.questions__accordion .card .card-header .fa {
  color: #F21A18;
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3rem;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  line-height: 2.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.3rem solid #F21A18;
  text-align: center;
  font-size: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}
.questions__accordion .card .card-header .fa:before {
  margin-left: 0.1rem;
}
.questions__accordion .card .card-header a {
  font-size: 2.4rem;
  font-family: yo;
  color: #000;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .questions__accordion .card .card-header a {
    font-size: 1.8rem;
  }
}
.questions__accordion .card .card-header a:hover {
  text-decoration: none;
  cursor: pointer;
}
.questions__accordion .card .collapse .card-body,
.questions__accordion .card .collapsing .card-body {
  font-family: flc;
  font-size: 2rem;
  padding: 2.5rem 6rem 5rem 7rem;
  color: #000;
  line-height: 1.4;
  -webkit-transition: 1s;
  transition: 1s;
}
.questions__accordion .card.show {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.questions__accordion .card.show .card-header {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.questions__accordion .card.show .card-header .fa {
  color: #494949;
  border-color: #494949;
}
.etaps {
  padding: 8rem 0;
  background:#9e9e9e;
  background-position: 95% 85%, 5% 85%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .etaps {
    background-position: 100% 80%, 0 80%;
  }
}
@media screen and (max-width: 1440px) {
  .etaps {
    background-position: 110% 85%, -10% 85%;
  }
}
@media screen and (max-width: 991px) {
  .etaps {
    background-position: 170% 100%, -70% 100%;
  }
}
@media screen and (max-width: 767px) {
  .etaps {
    background-position: 185% 90%, -85% 90%;
  }
}
@media (min-width: 1200px) {
  .etaps .container {
    max-width: 122rem;
  }
}
.etaps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
}
.etaps__item-left {
  padding: 10rem 8rem 10rem 5rem;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .etaps__item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 50%;
    padding: 8rem 5rem 8rem 5rem;
  }
}
@media (max-width: 575px) {
  .etaps__item-left {
    padding: 6rem 3rem 6rem 3rem;
  }
}
.etaps__item-left h3 {
  font-family: yo;
  font-size: 4rem;
  margin: 0;
}
@media (max-width: 575px) {
  .etaps__item-left h3 {
    font-size: 3rem;
  }
}
.etaps__item-left hr {
  display: inline-block;
  border: none;
  height: 0.1rem;
  margin: 5rem 0 0;
  width: 3.5rem;
  background: #F21A18;
}
@media (max-width: 991px) {
  .etaps__item-left hr {
    margin: 2rem auto 0;
  }
}
.etaps__item-left .etaps-carousel {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
@media (max-width: 991px) {
  .etaps__item-left .etaps-carousel {
    margin: 2rem 0 0;
  }
}
.etaps__item-left .etaps-carousel .owl-nav {
  display: none;
}
.etaps__item-left .etaps-carousel .owl-dots {
  margin-top: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: dots;
  position: relative;
  z-index: 10;
  height: 100%;
}
.etaps__item-left .etaps-carousel .owl-dots:after {
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  background: #d8d8d8;
  bottom: 3rem;
  position: absolute;
  z-index: -1;
}
.etaps__item-left .etaps-carousel .owl-dots .owl-dot {
  width: 5rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-size: 3rem;
  font-family: yo;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.etaps__item-left .etaps-carousel .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.etaps__item-left .etaps-carousel li {
  font-size: 2.2rem;
  font-family: flc;
}
@media (max-width: 575px) {
  .etaps__item-left .etaps-carousel li {
    font-size: 1.6rem;
  }
}
.etaps__item-right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .etaps__item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.etaps__item-right img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about {
  padding: 8rem 0 20rem;
  background: url(../img/decor/bamboo-2.png), url(../img/decor/real-leaves.png),
    url(../img/decor/serv/l-1.png);
  background-repeat: no-repeat;
  background-position: 100% 70%, 0 115%, 100% 15%;
}
@media screen and (max-width: 575px) {
  .about {
    padding: 4rem 0 6rem;
  }
}
@media (min-width: 1200px) {
  .about .container {
    max-width: 122rem;
  }
}
.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7rem;
}
@media screen and (max-width: 575px) {
  .about__item {
    margin-top: 4rem;
  }
}
.about__item-left {
  padding: 5rem;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .about__item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 50%;
    padding: 7rem;
  }
}
@media (max-width: 575px) {
  .about__item-left {
    padding: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .about__item-left {
    padding: 4rem 2rem;
  }
}
.about__item-left h3 {
  font-family: yo;
  font-size: 4rem;
  margin: 0;
  color: #171717;
}
@media (max-width: 575px) {
  .about__item-left h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .about__item-left h3 {
    font-size: 2.8rem;
  }
}
.about__item-left p {
  font-size: 2.2rem;
  font-family: flc;
}
@media screen and (max-width: 414px) {
  .about__item-left p {
    font-size: 1.8rem;
  }
}
.about__item-left .about-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__item-left .about-list li {
  font-size: 2rem;
  font-family: flc;
}
@media (max-width: 575px) {
  .about__item-left .about-list li {
    font-size: 1.6rem;
  }
}
.about__item-left .about-list li span {
  font-size: 3.6rem;
  line-height: 3.5rem;
  color: #F21A18;
  font-family: yo;
  display: inline-block;
  margin-right: 2rem;
}
@media screen and (max-width: 414px) {
  .about__item-left .about-list li span {
    font-size: 3.2rem;
    margin-right: 1rem;
  }
}
.about__item-left .about-list li:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .about__item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.about__item-right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.about__item-right img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.himher {
  background: #171717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .himher {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.himher .main-btn {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease;
  transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease;
  transition: opacity 0.5s ease-in-out, transform 1s ease;
  transition: opacity 0.5s ease-in-out, transform 1s ease,
    -webkit-transform 1s ease;
}
.himher__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .himher__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.himher__left:hover .main-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.himher__left .her-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 575px) {
  .himher__left .her-img {
    display: none;
  }
}
.himher__left .himher__content {
  text-align: right;
  margin-right: -6rem;
  padding-left: 12rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .himher__left .himher__content {
    padding-left: 8rem;
    margin-left: -3rem;
  }
}
@media (max-width: 1350px) {
  .himher__left .himher__content {
    padding-left: 5rem;
  }
}
@media (max-width: 1200px) {
  .himher__left .himher__content {
    margin-right: 0;
    padding: 8rem 0 8rem 8rem;
  }
}
@media (max-width: 991px) {
  .himher__left .himher__content {
    padding: 8rem 0 8rem 5rem;
  }
}
@media (max-width: 767px) {
  .himher__left .himher__content {
    padding: 8rem 0 8rem 5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .himher__left .himher__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 8rem 1.5rem 8rem;
    margin: 0;
  }
}
.himher__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .himher__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.himher__right:hover .main-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.himher__right .him-img {
  max-width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 575px) {
  .himher__right .him-img {
    display: none;
  }
}
.himher__right .himher__content {
  margin-left: -3rem;
  padding-right: 12rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .himher__right .himher__content {
    padding-right: 8rem;
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
  .himher__right .himher__content {
    padding-right: 5rem;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .himher__right .himher__content {
    padding: 8rem 8rem 8rem 0;
  }
}
@media (max-width: 991px) {
  .himher__right .himher__content {
    padding: 8rem 5rem 8rem 0;
  }
}
@media (max-width: 767px) {
  .himher__right .himher__content {
    padding: 8rem 2rem 8rem 2rem;
  }
}
@media (max-width: 575px) {
  .himher__right .himher__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 0 1.5rem 8rem;
  }
}
.himher__content {
  padding: 6rem 0;
}
.himher__content h3 {
  font-size: 3.6rem;
  font-family: yo;
  margin: 0;
  line-height: 1;
  color: #F21A18;
}
.himher__content hr {
  margin: 2rem 0 1rem;
  display: inline-block;/*
  border: none;*/
  height: 0.1rem;
  width: 3rem;
  background: #F21A18;
}
.himher__content p {
  font-size: 2rem;
  font-family: flc;
  margin: 0 0 3rem 0;
    color: #fff;  
}
.himher__content span {
  color: #F21A18;
  font-size: 2.4rem;
  font-family: yo;
}
.himher__content p:last-child {
  margin: 0;
}
.troubles {
  padding: 8rem 0 0;
}
@media (min-width: 575px) {
  .troubles .container {
    max-width: 135rem;
  }
}
.troubles .main-title {
  font-size: 3.6rem;
  text-transform: none;
}
@media (max-width: 991px) {
  .troubles .main-title:after,
  .troubles .main-title:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .troubles .main-title {
    font-size: 2.8rem;
  }
}
.troubles__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .troubles__list {
    margin-top: 5rem;
  }
}
.troubles__list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 1rem;
}
@media (max-width: 1200px) {
  .troubles__list .list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .troubles__list .list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 5rem;
  }
  .troubles__list .list-item:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 5rem;
  }
  .troubles__list .list-item:last-child {
    margin-top: 5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .troubles__list .list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .troubles__list .list-item:nth-child(2) {
    margin-top: 5rem;
  }
}
.troubles__list .list-item__img {
  width: 8.5rem;
  height: 9rem;
  margin-right: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.5rem;
  -ms-flex: 0 0 8.5rem;
  flex: 0 0 8.5rem;
}
@media (max-width: 1200px) {
  .troubles__list .list-item__img {
    margin: 0 0 1rem 0;
  }
}
.troubles__list .list-item__img img {
  max-width: 100%;
}
.troubles__list .list-item p {
  font-size: 2.4rem;
  font-family: fbc;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1201px) {
  .troubles__list .list-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .troubles__list .list-item p {
    font-size: 1.8rem;
  }
}
.troubles__outro {
  text-align: center;
  margin: 4rem 0 0;
  font-family: yo;
  color: #F21A18;
  background: #f7f7f7;
  padding: 3rem 1rem;
}
.troubles__outro p {
  margin: 0;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .troubles__outro p {
    font-size: 3rem;
  }
}
.reasons {
  padding: 8rem 0;
  background: url(../img/decor/serv/l-2.png), url(../img/decor/serv/l-3.png);
  background-repeat: no-repeat;
  background-position: -2% 40%, 103% 40%;
}
.reasons .reasons-desk {
  font-size: 3rem;
  font-family: yo;
  color: #6c6c6c;
  margin: 0;
}
@media (max-width: 991px) {
  .reasons .reasons-desk {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.reasons .main-title {
  font-size: 3.6rem;
}
@media (max-width: 991px) {
  .reasons .main-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .reasons .container {
    max-width: 122rem;
  }
}
.reasons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 44px 39px -15px rgba(0, 0, 0, 0.2);
  margin: 6rem 0 0 0;
}
@media (max-width: 991px) {
  .reasons__item {
    margin-top: 4.5rem;
  }
}
.reasons__item-left {
  padding: 6rem;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .reasons__item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 50%;
    padding: 4.5rem;
  }
}
@media (max-width: 413px) {
  .reasons__item-left {
    padding: 4.5rem 2rem;
  }
}
.reasons__item-left .reasons-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-reset: list;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .reasons__item-left .reasons-list {
    margin-bottom: 4.5em;
  }
}
.reasons__item-left .reasons-list li {
  font-size: 1.8rem;
  font-family: flc;
  position: relative;
  display: block;
  padding-left: 4rem;
}
.reasons__item-left .reasons-list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  font-family: yo;
  font-size: 3.6rem;
  color: #F21A18;
  left: 0;
  top: 0;
  line-height: 1;
}
.reasons__item-left .reasons-list li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .reasons__item-left .reasons-list li {
    font-size: 1.8rem;
  }
}
.reasons__item-left .button-wrap {
  margin-left: auto;
  margin-top: 1.9rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .reasons__item-left .button-wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .reasons__item-left .button-wrap {
    padding: 0 1rem;
  }
}
.reasons__item-left .button-wrap:hover:before {
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  width: 9.5rem;
}
.reasons__item-left .button-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 8.5rem;
  height: 0.2rem;
  background: #F21A18;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .reasons__item-left .button-wrap:before {
    left: 20%;
  }
}
.reasons__item-left .button-wrap .main-btn {
  display: block;
  width: 30rem;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .reasons__item-left .button-wrap .main-btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
.reasons__item-right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .reasons__item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.reasons__item-right img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.error-page {
  text-align: center;
  font-family: yo;
  min-height: -webkit-calc(100vh - 110px);
  min-height: calc(100vh - 110px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f7f7f7;
  padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
  .error-page {
    height: -webkit-calc(100vh - 69px);
    height: calc(100vh - 69px);
  }
}
.error-page h1 {
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: yo;
  margin-bottom: 3rem;
}
.error-page h1 span {
  color: #F21A18;
}
@media screen and (max-width: 1200px) {
  .error-page h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 991px) {
  .error-page h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 575px) {
  .error-page h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 350px) {
  .error-page h1 {
    font-size: 2.8rem;
  }
}
.error-page .main-btn {
  max-width: 30rem;
  margin: 0 auto;
  display: block;
  width: 30rem;
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
  background: #F21A18;
}
@media screen and (max-width: 350px) {
  .error-page .main-btn {
    width: 28rem;
  }
}
.error-page .main-btn:hover {
  text-decoration: none;
  color: #fff;
}
.error-page__logo {
  margin-bottom: 3rem;
}
.dropdown.nav-link {
  font-size: 1.4rem;
  font-family: fbc;
  text-transform: uppercase;
  color: #000;
  height: 5rem;
  display: inline-block;
  line-height: 5rem;
  padding: 0 1.5rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
}
.dropdown.nav-link a {
  color: #000;
  text-decoration: none;
}
.dropdown.nav-link:hover {
  background-color: #ededed;
}
.dropdown-menu li a {
  font-size: 1.4rem;
  font-family: fbc;
  text-transform: uppercase;
  color: #000;
  height: 3rem;
  white-space: nowrap;
  padding: 0 15px;
}
.dropdown-menu li:hover {
  background-color: #ededed;
}
.dropdown-menu {
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.dropdown-link {
  font-size: 1.4rem;
  font-family: fbc;
  text-transform: uppercase;
  color: #000 !important;
  height: 5rem;
  display: inline-block;
  line-height: 5rem;
  padding: 0 1.5rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
  text-decoration: none !important;
}
.dropdown-link:hover {
  background-color: #ededed;
}
.znak-img {
  position: absolute;
  width: 15%;
  right: 5%;
  margin-top: -5%;
}
@media (max-width: 567px) {
  .znak-img {
    width: 30%;
    margin-top: -15%;
  }
  .footer__nav {
    flex-direction: column;
    width: 100%;
  }
  .footer__nav .nav-list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer .col-lg-2.col-xl-2 {
    position: absolute;
    bottom: -50px;
  }
}
.colored-reason .reasons__item {
  background-image: url('../img/reason-bg-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.colored-reason .reasons__item-left {
  background: none;
}
.colored-reason .reasons__item-left .reasons-list li:before {
  background-color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  left: -10px;
  top: -5px;
}
.webp .services {
  background-image: url(../img/decor/spa-stone-l.webp),
    url(../img/decor/spa-stone-r.webp), url(../img/decor/bamboo-2.webp),
    url(../img/decor/real-leaves.webp), url(../img/decor/serv/l-1.webp),
    url(../img/decor/serv/l-2.webp), url(../img/decor/serv/l-1.webp),
    url(../img/decor/serv/l-2.webp), url(../img/decor/serv/l-3.webp);
}
.webp .testimonials {
  background-image: url(../img/decor/bamboo.webp), url(../img/decor/bamboo-r.webp),
    url(../img/decor/serv/l-2.webp), url(../img/decor/serv/l-4.webp);
}
.webp .winway__right {
  background-image: url(../img/decor/ww-watermark.png), url(../img/decor/spa-stones.webp);
}
.webp .free-consult {
  background-image: url(../img/decor/spa-stone-blur.webp);
}
.webp .free-consult__wrap {
  background-image: url(../img/decor/spa-stone-blur.webp);
}
.webp .doctors:after,
.doctors:before {
  background-image: url(../img/decor/flower-home.webp);
}
.webp .foundator:after,
.foundator:before {
  background-image: url(../img/decor/flower-home.webp);
}
.webp .hero:before {
  background-image: url(../img/hero-elips.webp);
}
.webp .free-consult__wrap:before {
  background-image: url(../img/decor/bamboo.webp);
}
.webp .pickup {
  background-image: url(../img/decor/bamboo-r.webp), url(../img/decor/bamboo.webp),
    url(../img/decor/bamboo-3.webp);
}

.thanks{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-image: url('../img/main-bg.jpg');
  background-color: #534d4b;
  background-position: center center;
  background-size: cover;
  top: 0;
  padding-bottom: 170px;
  color: #ededed;
  text-align: center;
  font-weight: 700;
  font-family: gp;
}
.thanks__logotext{
  color: #fff;
}
.thanks.flex{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thanks h2{
  font-size: 55px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.thanks h3{
  font-size: 35px;
  margin-bottom: 50px;
}

@media (max-width: 990px){
  .thanks h2{
    font-size: 25px;
    margin: 20px 0;
  }
  .thanks h3{
    font-size: 25px;
    margin-bottom: 30px;
  }
}