@font-face {
  font-family: "FMBolyar Pro 500";
  src: url("../font/FMBolyarPro-500.eot");
  src: local("FMBolyarPro 500"), local("FMBolyarPro-500"), url("../font/FMBolyarPro-500.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-500.woff2") format("woff2"), url("../font/FMBolyarPro-500.woff") format("woff"), url("../font/FMBolyarPro-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FMBolyar Pro 900";
  src: url("../font/FMBolyarPro-900.eot");
  src: local("FMBolyarPro 900"), local("FMBolyarPro-900"), url("../font/FMBolyarPro-900.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-900.woff2") format("woff2"), url("../font/FMBolyarPro-900.woff") format("woff"), url("../font/FMBolyarPro-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FMBolyar Pro 100";
  src: url("../font/FMBolyar/FMBolyarPro 100.otf");
  src: local("FMBolyarPro 100"), local("FMBolyarPro-100"), url("../font/FMBolyarPro-100.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-100.woff2") format("woff2"), url("../font/FMBolyarPro-100.woff") format("woff"), url("../font/FMBolyarPro-100.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FMBolyar Pro 300";
  src: url("../font/FMBolyar/FMBolyarPro-300.eot");
  src: local("FMBolyarPro 300"), local("FMBolyarPro-300"), url("../font/FMBolyarPro-300.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-300.woff2") format("woff2"), url("../font/FMBolyarPro-300.woff") format("woff"), url("../font/FMBolyarPro-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FMBolyar Pro 700";
  src: url("../font/FMBolyar/FMBolyarPro-700.eot");
  src: local("FMBolyarPro 700"), local("FMBolyarPro-700"), url("../font/FMBolyarPro-700.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-700.woff2") format("woff2"), url("../font/FMBolyarPro-700.woff") format("woff"), url("../font/FMBolyarPro-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FMBolyar Pro Ornaments";
  src: url("../font/FMBolyar/FMBolyarPro-Ornaments.eot");
  src: local("FMBolyarPro Ornaments"), local("FMBolyarPro-Ornaments"), url("../font/FMBolyarPro-Ornaments.eot?#iefix") format("embedded-opentype"), url("../font/FMBolyarPro-Ornaments.woff2") format("woff2"), url("../font/FMBolyarPro-Ornaments.woff") format("woff"), url("../font/FMBolyarPro-Ornaments.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "FMBolyar Pro 900", sans-serif;
  font-size: 48px;
  line-height: 53px;
  color: #191919;
  margin-bottom: 3px;
}

h2 {
  font-family: "FMBolyar Pro 900", sans-serif;
  font-size: 36px;
  line-height: 38px;
  color: #191919;
}

h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  color: #191919;
}

h4 {
  font-family: "FMBolyar Pro 700", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #353535;
}

h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.6px;
  color: #181920;
}

h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #4f5159;
}

.background-block {
  background: #fafafa;
}

.background-block-stock {
  padding-top: 48px;
  padding-bottom: 56px;
  margin-bottom: 52px;
}

.mt-40 {
  margin-top: 40px;
}

.b-r {
  border-radius: 8px;
}

.shadow-hover:hover {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
}

.shadow {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
}

.shadow-block {
  transition: 0.5s;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
}

.shadow-block:hover {
  filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, 0.2));
}

.block-scale-style {
  transition: transform 0.5s;
}

.block-scale-style:hover {
  transform: scale(1.05);
}

.gradient-backgrount {
  position: relative;
}

.gradient-backgrount:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(365deg, #000000 0%, rgba(0, 0, 0, 0) 42%);
}

html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
  padding-top: 72px;
}

main#spa-center {
  padding-top: 70px;
}

main#services {
  padding-top: 23px;
}

.services-blocks {
  margin-top: 37px;
}

.main-programs-block.services-page {
  padding-top: 0;
  padding-bottom: 43px;
}

footer {
  flex: 0 0 auto;
}

body.no-scroll {
  overflow: hidden;
}

.spa-center-carousel-block {
  margin-top: 52px;
}

.btn-n {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.btn-n:focus {
  outline: none;
}

.button-form {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 0;
  filter: drop-shadow(0px 2px 4px rgba(255, 114, 0, 0.25));
  background: #ff6b00;
  border-radius: 8px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s;
}

.btn-more {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #353e4d;
  border: 1px solid;
  border-radius: 8px;
  padding: 13px 0px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.btn-more:hover {
  text-decoration: none;
  color: #353e4d;
}

.button-main {
  background: #ff6b00;
  border-radius: 8px;
  font-weight: 700;
  display: block;
  font-size: 16px;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  cursor: pointer;
}
.button-main:hover {
  text-decoration: none;
  color: #ffffff;
}

.button-see-all {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 9px;
  color: #bc946e;
  padding: 14px 44px 13px 18px;
  transition: 0.2s;
  vertical-align: bottom;
}
.button-see-all:hover {
  color: #bc946e;
  text-decoration: none;
  background: rgba(188, 148, 110, 0.3);
  border-radius: 8px;
}

.button-see-all::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url(../image/double_right_arrow.png) 10px 10px no-repeat;
  background-size: 44%;
}

.header {
  /* border-bottom: 1px solid #dfdfe1; */
  min-height: 63px;
  background: #fafafa;
}

#main-menu {
  padding-bottom: 5px;
}

#main-menu .navbar-brand {
  margin-right: 45px;
}

#main-menu.navbar {
  padding: 7px 14px;
  padding-right: 17px;
  padding-bottom: 3px;
}

#main-menu .nav-link {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 0 8px;
}
#main-menu .nav-link:hover {
  text-shadow: 1px 0 0 currentColor;
  text-decoration: none;
}

#main-menu .header-cart {
  position: relative;
  cursor: pointer;
}

#main-menu .header-cart span {
  font-weight: 700;
}

#main-menu .header-cart-link {
  font-weight: 700;
  color: #7C8090;
  text-decoration: none;
}

.contact-salon span {
  color: #000;

  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 141.667% */
}

#main-menu .header-cart-link img {
  position: relative;
  top: -6px;
}

.header-icon a {
  margin-right: 5px;
}
.header-icon a img {
  margin-bottom: 3px;
}

.header-icon a:last-child {
  margin-right: 12px;
}

#main-menu .dropdown-toggle[aria-expanded=true]:after {
  visibility: visible;
}

#main-menu .dropdown-toggle:hover::after {
  visibility: visible;
}

#main-menu .dropdown-toggle::after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: 7px;
  height: 10px;
  margin-left: 4px;
  border: none;
  vertical-align: baseline;
  background: url(../image/arrow-down.svg) 50% 50% no-repeat !important;
}

#main-menu .dropdown-menu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px); */
  background: #fff;
  border-radius: 0;
  top: 62px;
  border: none;
  margin: 0;
}

#main-menu .navbar-toggler {
  border: none;
}

#main-menu button:focus {
  outline: none;
}

#main-menu button span {
  display: block;
  width: 26px;
  height: 25px;
  background: url(../image/humburger.svg) 50% 50% no-repeat;
}

#main-menu button[aria-expanded=true] span {
  background: url(../image/close.svg) 50% 50% no-repeat;
}

.main-contact-menu-block {
  padding: 10px 0;
}

.main-contact-menu .card-body {
  padding: 16px 0 10px 0px;
}

.contact-menu-item-address {
  background: url(../image/icon_metro.svg) 6% 42% no-repeat;
  padding-left: 46px;
}

.main-contact-menu-item {
  margin-right: 20px;
}

.main-contact-menu-item:last-child {
  margin-right: 0;
}

.main-contact-menu-item a {
  text-decoration: none;
}

.main-contact-menu-item .card {
  border: none;
  background: none;
}

.main-contact-menu-item .card img:first-child {
  height: 135px;
}

.menu-item-address-title {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.menu-item-address-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #876f5d;
}
.menu-item-address-tel:hover {
  color: #876f5d;
  text-decoration: none;
}

.header_contact_icon {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

#main-menu .header-cart:hover .ordering-button {
  display: flex;
}

.ordering-button-block {
  position: absolute;
}

.ordering-button {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin-top: 27px;
  box-sizing: border-box;
  width: 165px;
  height: 55px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eaeaea;
}

.ordering-button-link {
  font-size: 12px;
  padding: 7px 17px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #ff6b00;
  border-radius: 6px;
}
.ordering-button-link:hover {
  text-decoration: none;
  color: #ffffff;
}

.decor-button {
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

.over-block {
  background: rgba(124, 128, 144, 0.3);
  top: -4px;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.over-block.show {
  display: block;
}

#main-menu .main-menu-sub {
  padding-top: 0;
  padding-bottom: 0;
  top: 40px;
  min-width: none;
  width: -moz-max-content;
  width: max-content;
}

#main-menu .main-menu-sub a {
  display: block;
  font-size: 12px;
  line-height: 44px;
  color: #333;
  text-decoration: none;
  text-align: left;
  margin-right: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfe1;
  background-color: #fafafa;
}

#main-menu .main-menu-sub img {
  margin-right: 22px;
  border-radius: 6px;
}

.header-contact-block {
  border-bottom: 1px solid #dfdfe1;
  padding-bottom: 15px;
  background: #fff;
}

.header-contact-block-title {
  font-family: "FMBolyar Pro 700", sans-serif;
  font-size: 12px;
  line-height: 44px;
  color: #333333;
  text-decoration: none;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  padding-left: 16px;
  background-color: #ffffff;
}

.header-contact-block-item {
  padding: 10px 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.header-contact-block-item img {
  margin-right: 12px;
}

.footer a {
  color: #21364b;
  text-decoration: none;
}

.footer {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: #7c8090;
  padding-top: 70px;
  padding-bottom: 23px;
}

.footer_info-link a {
  margin-left: 28px;
}

.footer-social-icon {
  margin-left: 4px;
}
.footer-social-icon img {
  margin-bottom: 4px;
}

.main-title-discripsion {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #191919;
}

.main-carousel-block,
.main-small-carousel-block {
  filter: drop-shadow(0px 14px 24px rgba(135, 111, 93, 0.2));
}

.main-carousel-item img,
.main-small-carousel-item img {
  border-radius: 6px;
  width: 100%;
}

.main-carousel-item {
  position: relative;
}

.main-carousel-item-discont {
  position: absolute;
  font-weight: 500;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  background: #ffde0a;
  border-radius: 29px;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.1px;
  padding: 6px 21px;
  color: #181920;
}

.main-carousel-item-discription {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 20px;
}

.style-carousel-dots {
  position: relative;
  overflow: hidden;
}

.style-carousel-dots .tns-nav {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  padding: 6px 15px;
}

.style-carousel-dots [aria-controls] {
  flex-grow: 1;
  width: 129px;
  height: 3px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 0;
  border: none;
  outline: none;
  background: #979797;
  opacity: 0.8;
  z-index: 1;
}

.style-carousel-dots [aria-controls]::after {
  content: "";
  display: block;
  height: 3px;
  background: #ffffff;
  width: 0%;
  transition: 0.3s;
}

@keyframes slider-dots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.style-carousel-dots .tns-nav-active[aria-controls]::after {
  animation-duration: 8000ms;
  animation-name: slider-dots;
  width: 100%;
}

.style-carousel-dots [data-action] {
  display: none;
}

.main-small-carousel {
  position: relative;
}

.main-small-carousel-item-discription {
  font-weight: 500;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 60px 0 0;
}

.modal-xl {
  width: 100%;
  max-width: 1200px;
}

#player {
  width: 100%;
}

#modalVideo .modal-header {
  border: none;
}

#modalVideo .modal-content {
  background: none;
  border: none;
}

#modalVideo .modal-header {
  padding: 0;
}

#modalVideo .close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: 400;
  outline: none;
}

#modalVideo .modal-header .close {
  padding: 0;
  margin: -1rem 1rem 0rem auto;
}

#modalVideo .modal-header .close:hover {
  color: #fff;
}

#modalVideo .modal-body {
  padding: 0;
}

.modalVideo {
  cursor: pointer;
}

.block-small-video-play {
  position: absolute;
  left: 0;
  width: 45px;
  height: 44px;
  background: #a88163;
  border-radius: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
}
.block-small-video-play img {
  position: absolute;
  left: 4px;
  right: 0;
  top: 0;
  width: 17px;
  height: 28px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.modalVideo:hover .block-small-video-play {
  transition: 0.3s;
  background: #bc946e;
}

.main-carousel-left-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  grid-gap: 16px;
}

.main-programs-block {
  padding-top: 67px;
}

.main-programs-block-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #21364b;
  margin-top: -4px;
  margin-bottom: 20px;
}

.main-programs-img-item-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  border-radius: 8px;
}

.main-programs-img-item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.main-programs-img-item img {
  width: 100%;
  height: 100%;
}

.main-programs-img-item-text {
  font-weight: 500;
  position: absolute;
  bottom: 8px;
  left: 17px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  z-index: 2;
}

.programs-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.massage {
  padding-bottom: 21px;
}

.spa-block {
  padding-bottom: 60px;
}

.gift-certificates-block {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: url(../image/pattern.jpeg) 50% 46%;
  background-size: 101px;
  padding: 41px 0 55px 0;
}

.gift-certificates-info {
  padding-left: 72px;
  max-width: 349px;
  background: url(../image/icon-car.svg) 0% 50% no-repeat;
  background-size: 45px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.carousel-gift-certificates-item-text {
  font-family: "FMBolyar Pro 900";
  position: absolute;
  bottom: 33px;
  font-size: 24px;
  line-height: 34px;
  color: #f2f2f2;
  padding: 0 70px 0 19px;
  z-index: 1;
}

.carousel-gift-certificates-item {
  position: relative;
}

.carousel-gift-certificates {
  display: flex;
  flex-wrap: wrap;
}

.carousel-gift-certificates img {
  height: 100%;
  width: 100%;
}

.carousel-gift-certificates-item {
  width: 50%;
  overflow: hidden;
}

.carousel-gift-certificates-item:hover img {
  transform: scale(1.25);
  transition: 8s all;
}

.small-gift-certificates-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.small-gift-certificates-item img {
  border-radius: 8px;
}

.small-gift-certificates-item-text {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 0 70px 0 19px;
  color: #ffffff;
  bottom: 16px;
  z-index: 1;
}

.small-gift-certificates {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gift-certificates-text {
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 30px;
  padding-right: 35px;
}

.spa-center {
  padding-top: 40px;
}

#tab-spa {
  margin-top: 56px;
}

#tab-spa button.nav-link {
  background: none;
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0 11px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}

#pills-tab {
  margin-bottom: 49px;
}

#tab-spa .nav-link-one {
  margin-right: 30px;
}

#tab-spa button.nav-link.active {
  font-weight: 700;
}

#tab-spa .tab-spa-menu-border {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #bc946e;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  width: 125px;
}

#tab-spa .nav-item.nav-link-two button.active ~ .tab-spa-menu-border {
  left: 149px;
  width: 97px;
}

.center-block {
  cursor: pointer;
}

.center-block:hover .card-title {
  color: #ff6b00;
}

.center-block .card-body svg {
  margin-right: 10px;
}

.center-block:hover .center-button-animate {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.center-block .card-title {
  border-bottom: 1px solid #dfdfe1;
  padding-bottom: 12px;
  margin-bottom: 19px;
  transition: 0.3s;
}

.center-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #353535;
}

.center-block p a {
  color: #353535;
}
.center-block p a:hover {
  color: #353535;
  text-decoration: none;
}

.center-block .card-body {
  padding-top: 23px;
  padding-bottom: 30px;
}

.center-block .card {
  border: none;
  background: none;
}

.center-button-animate {
  position: relative;
  bottom: -35px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  margin-top: 30px;
}

.style-arrow {
  position: relative;
}

.style-arrow .tns-controls {
  position: absolute;
  right: 3px;
  z-index: 1;
  top: -81px;
}

.tab-center-carousel-block.style-arrow .tns-controls {
  right: 4px;
  top: -79px;
}

.our-masters-carousel-block.style-arrow .tns-controls {
  top: -76px;
}

.popular-carousel-block.style-arrow .tns-controls {
  top: -69px;
}

.stock-carousel-block.style-arrow .tns-controls {
  top: -76px;
}

.our-masters-carousel,
.stock-carousel {
  display: flex;
}

.style-arrow [data-controls] {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 31.5px;
  height: 31.5px;
  background-color: #bc946e;
  background-position: 53% 50%;
  background-repeat: no-repeat;
}

.style-arrow [data-controls=next] {
  background-image: url(../image/arrow-right-white.svg);
  margin-left: 11px;
}

.style-arrow [data-controls=prev] {
  background-image: url(../image/arrow-left-white.svg);
}

.style-arrow [data-controls=next]:hover {
  box-shadow: 0px 2px 4px rgba(153, 64, 0, 0.2);
  background-color: #a88163;
}

.style-arrow [data-controls=prev]:hover {
  box-shadow: 0px 2px 4px rgba(153, 64, 0, 0.2);
  background-color: #a88163;
}

.style-arrow [data-controls=next]:disabled,
.style-arrow [data-controls=prev]:disabled {
  box-shadow: none;
  background-color: #e0e0e0;
}

.tab-map {
  position: relative;
}

.tab-map .map-block-center {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  width: 294px;
  position: absolute;
  padding: 25px 30px;
  border-radius: 8px;
  top: 35px;
  right: 2%;
  background: #fff;
  filter: drop-shadow(0px 14px 24px rgba(135, 111, 93, 0.2));
}

.tab-map .map-block-center {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.tab-map .map-block-center.show {
  visibility: visible;
  opacity: 1;
  transition: 1s;
}

.center-tel a {
  color: #353535;
}
.center-tel a:hover {
  color: #353535;
  text-decoration: none;
}

.map-block-center-title {
  font-size: 16px;
  line-height: 22px;
  color: #181920;
  font-weight: 700;
  margin-bottom: 15px;
}

.map-center-close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

.map-center-button {
  width: 142.11px;
  height: 32px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: block;
  line-height: 32px;
  background: #ff6b00;
  color: #fff !important;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
  margin: auto;
  margin-top: 20px;
}
.map-center-button:hover {
  text-decoration: none;
}

.map-point {
  position: absolute;
  bottom: 46%;
  left: 48%;
}

.map-point-one {
  top: 48%;
  left: 48%;
  cursor: pointer;
}

.map-point-two {
  bottom: 39%;
  left: 47%;
  cursor: pointer;
}

.map-point-three {
  bottom: 23%;
  left: 47%;
  cursor: pointer;
}

.our-masters {
  padding-top: 55px;
}
.our-masters h2 {
  font-family: "FMBolyar Pro 900" !important;
  font-size: 28px;
  line-height: 46px;
  color: #353535;
  margin-bottom: 32px;
}

.stock-block h2 {
  font-family: "FMBolyar Pro 900" !important;
  font-size: 28px;
  line-height: 46px;
  color: #353535;
  margin-bottom: 32px;
}

.stock-block {
  margin-top: 82px;
  margin-bottom: 30px;
}

.our-masters-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181818;
  margin-top: 25px;
  margin-bottom: 5px;
}

.masters-carousel-item .card-text-title {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #191919;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0 12px;
  min-height: 44px;
}

.masters-carousel-item .card-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #4f5159;
  padding: 0 28px;
}

.masters-carousel-item a {
  text-decoration: none;
}

.masters-carousel-item {
  transition: 0.3s;
}

.masters-carousel-item:hover .card-text-title {
  color: #ff6b00;
  text-shadow: 1px 0 0 currentColor;
}

.masters-carousel-item:hover img {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
}

.masters-carousel-item .card {
  border: none;
  background: none;
}

.master-age-experience {
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0;
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  opacity: 0.9;
}

.masters-carousel-item .card-body {
  padding: 0;
}

.masters-carousel-item .card-img-top {
  border-radius: 8px;
  width: 100%;
}

.text-style {
  font-size: 17px;
  line-height: 27px;
  color: #191919;
}

.text-style + .text-style {
  margin-top: 27px;
}

.real-thai {
  padding-top: 81px;
}

.real-thai h2 {
  padding-right: 70px;
}

.collapseOne h3 {
  margin-top: 3px;
  line-height: 51px;
  margin-bottom: 4px;
}

.info-block {
  background: #fafafa;
  padding-top: 28px;
  margin-top: 8px;
  padding-bottom: 42px;
}

.info-block-list {
  list-style: url(../image/li_bullet.svg);
  margin-bottom: 11px;
  padding-left: 17px;
}

.three-principles {
  margin-top: 70px;
  margin-bottom: 48px;
}

.stock-one-carousel-block {
  margin-top: 74px;
  margin-bottom: 78px;
}

.best-deals {
  padding-top: 47px;
}

.info-block-list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #4f5159;
  padding-left: 7px;
  align-items: center;
}

.button-read-more {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #bc946e;
  margin-top: 20px;
  padding-right: 25px;
  background-position: 100% 8px;
  background-repeat: no-repeat;
  background-image: url(../image/read_more_icon.svg);
}
.button-read-more:hover {
  color: #bc946e;
  text-decoration: none;
}

.button-read-more.change-arrow {
  background-image: url(../image/read_more_icon_close.svg);
}

.popular-carousel-item .card {
  border: none;
  background: none;
  cursor: pointer;
}

.popular-carousel-item .card-body {
  padding: 0 22px;
}

.popular-carousel-item .card-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfe1;
  min-height: 181px;
}

.footer-logo {
  text-align: end;
  padding-right: 26px;
  padding-bottom: 1px;
}

.popular-carousel-item .price-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
}

.popular-carousel-item .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}

.color-gold {
  color: #ff6b00 !important;
}

.discont-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
}

.price-button-small {
  position: relative;
  background-color: #fff;
  background-image: url(../image/arrow-up-gold.svg);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ff6b00;
  width: 25px;
  height: 25px;
  bottom: 10px;
  display: none;
  visibility: hidden;
}

.price-block-main span:nth-child(2) {
  z-index: 1;
}

.gift-for-items {
  min-height: 563px !important;
}

.gift-for-items .popular-carousel-item {
  border-radius: 8px;
}

.popular-carousel-item .price-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  transition: 0.3s;
  opacity: 1;
}

.popular-carousel-item:hover .price-block {
  bottom: 10px;
  opacity: 0;
  transform: translate3d(0px, -10px, 0px);
  transition: 0.3s;
}

.popular-carousel-item .btn-popular {
  position: relative;
  transition: 0.3s all;
  opacity: 0;
  bottom: 20px;
}

.popular-carousel-item:hover .btn-popular {
  transform: translate3d(0px, -20px, 0px);
  animation-name: opacity;
  transition: 0.9s all;
  opacity: 1;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.card-title a {
  color: #353535;
  text-decoration: none;
}

.card-title a:hover{
  color: #ff6b00;
  transition: 0.3s all;
  text-decoration: none;
}

.popular-carousel-item:hover .card-title {
  color: #ff6b00;
  transition: 0.3s all;
  text-decoration: none;
}

.creating-mood {
  padding-top: 5px;
  padding-bottom: 40px;
}

.popular-carousel-block {
  margin-top: 20px;
}

.intensity-table {
  padding-top: 73px;
}

.intensity-table-block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #bc946e;
  border-bottom: 1px solid #dfdfe1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.intensity-table-block-text {
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #191919;
}

.intensity-table-title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #4f5159;
  margin-bottom: 56px;
  text-align: center;
}

.info-block.padding {
  padding-bottom: 85px !important;
  padding-top: 20px;
}

.spbthai-info {
  background: url(../image/pattern.jpeg);
  background-size: 80px;
  padding: 64px 101px 57px 102px;
}

.spbthai-info-text {
  font-size: 17px;
  line-height: 27px;
  color: #191919;
}

.footer-info {
  margin-top: 15px;
}

.footer-info-right {
  margin-top: 9px;
  margin-bottom: 29px;
}

.spbthai-info-block {
  padding-top: 155px;
}

#choice-spathai .spbthai-info {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  background: url(../image/pattern.jpeg) 50% 46%;
  background-size: 101px;
  padding: 30px 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.intensity-table-block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #bc946e;
  border-bottom: 1px solid #dfdfe1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.intensity-table-block-text {
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #191919;
}

.ripples {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.waves {
  position: absolute;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(0);
}

.ripple {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.breadcrumb {
  background: none;
  padding-left: 0;
  padding: 0;
}

.breadcrumb-item a {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #4f5159;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-item::after {
  content: url(../image/breadcrumb.svg);
  position: relative;
  top: -4px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 0;
}

.info-block-title h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #4f5159;
}

.btn-blocks-stock .button-main {
  padding: 13px 0;
}

.three-principles-title h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #4f5159;
}

.spa-center-carousel-item {
  position: relative;
}

.spa-center-text-block {
  padding-top: 50px;
}

.vertual-button {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  display: block;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}

.vertual-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.spa-center-carousel-item > img {
  width: 100%;
}

.br-carousel .owl-stage-outer {
  background-repeat: 8px;
}

.br-carousel img {
  border-radius: 8px;
}

.creating-mood-title {
  margin-bottom: 3px;
}

.info-block-list-custom {
  padding-left: 20px;
  margin-bottom: 27px;
}

.info-block-list-custom .info-block-list-item {
  font-size: 20px;
  line-height: 30px;
  color: #876f5d;
}

.spa-center.map-block-center {
  visibility: visible !important;
}

.spa-center .map-block-center-title {
  font-family: "FMBolyar Pro 900", sans-serif;
}

.spa-block-rating {
  padding-top: 46px;
  padding-bottom: 77px;
}

.spa-center.map-block-center {
  right: 18px;
  height: 206px;
  top: 33px;
}

.stock-carousel-discont {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffde0a;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #181920;
  text-transform: uppercase;
}

.stock-carousel-discription {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #ffffff;
  opacity: 0.9;
  width: 190px;
}

.stock-carousel-block .tns-inner {
  padding: 0 0 50px 0;
  box-sizing: content-box;
}

.card-callapse {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-top: 20px;
}

.card-callapse-item {
  padding: 24px 18px;
  border-bottom: 1px solid #dfdfe1;
}

.accordion-over .tns-ah {
  height: 100% !important;
}

.card-callapse .form-check {
  padding: 0;
  margin: 0;
}

.card-callapse .form-group input {
  display: none;
}

@keyframes opacityOn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion-block .collapse {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  max-height: 0;
}

.accordion-block .collapse.show {
  visibility: visible;
  display: block;
  opacity: 1;
}

.card-callapse .form-group label {
  cursor: pointer;
  font-weight: 700;
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 0;
  color: #ff6b00;
  border: 1px solid #ff6b00;
  text-align: center;
  border-radius: 4px;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.3s all;
}

.card-callapse .form-group label:hover {
  color: #fff;
  background: #ff6b00;
  box-shadow: 0px 2px 4px rgba(153, 64, 0, 0.2);
}

.card-callapse .form-group input[name=field]:checked + label {
  background: #ff6b00;
  color: #ffffff;
}

.block-price-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.block-price-title.active {
  color: #ff6b00;
}

.block-price-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4f5159;
}

.card-callapse-item:last-child {
  border-bottom: none;
  padding-bottom: 86px;
}

.open-old-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.open-old-price span:first-child {
  background: url(../image/dioganal_icon.svg) 25% 50% no-repeat;
  color: #000000;
  margin-left: 0;
}

.open-old-price span {
  margin-left: 10px;
  color: #ff6b00;
}

.card-text {
  opacity: 1;
  height: revert;
}

.card-text.hidden {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.season-tickets-page .accordion-block.popular-carousel-item {
  margin-bottom: 77px;
}

.accordion-block.popular-carousel-item {
  margin-bottom: 28px;
}

.accordion-block.popular-carousel-item {
  position: relative;
  top: 0;
  transition: top 0.5s;
}

.popular-carousel-item .card-title {
  margin-bottom: 8px;
  font-size: 23px;
}

.accordion-block.popular-carousel-item.open {
  width: 95.2%;
  left: 2.5%;
  top: -15px;
  position: absolute;
  z-index: 2;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  top: -15px;
  transition: all 0.5s ease;
}

.accordion-block.popular-carousel-item.open img {
  border-radius: 8px 8px 0 0;
}

.thai_massage {
  padding-top: 165px;
}

.thai_massage h2 {
  margin-bottom: 49px;
}

.union-block-main {
  margin-top: 58px;
}

.our-masters.spa-center {
  padding-top: 49px;
  margin-bottom: 82px;
}

.our-masters.servises {
  margin-bottom: 140px;
}

.stock-block.servises {
  padding-bottom: 130px;
}

.stock-block.spa-center-page {
  padding-bottom: 25px;
}

.stock-title {
  margin-bottom: 22px;
}

.master-text {
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  padding-bottom: 40px;
}
.master-text p {
  margin-bottom: 25px;
}

.master-title {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-bottom: 15px;
}

.master-discr {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.master-title-cert {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #828282;
}

.master-page.our-masters {
  padding-top: 50px;
  padding-bottom: 34px;
}

.master-page.stock-block {
  padding-bottom: 25px;
}

.master-carousel-item {
  filter: drop-shadow(0px 14px 24px rgba(135, 111, 93, 0.2));
}

.fancybox-toolbar {
  display: none;
}

.master-page.stock-block h2 {
  margin-bottom: 21px;
}

.master-carousel {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.master-carousel-item {
  flex-grow: 1;
}

.master {
  padding-bottom: 76px;
}

#stock h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #4f5159;
}

.stock-info.stock-one-page {
  margin-top: 53px;
}

.stock-info {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  background: url(../image/pattern.jpeg) 50% 46%;
  background-size: 101px;
  padding: 30px 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.stock-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 27px;
}

.stock-one-info .stock-text:last-child {
  margin-bottom: 0;
}

.title-stock-best-offer {
  font-family: "FMBolyar Pro 900", sans-serif;
  font-size: 28px;
  line-height: 50px;
  color: #353e4d;
}

.stock-best-carousel-block {
  margin-top: 47px;
}

.our-master-item .card {
  border: none;
}

.our-master-age-experience {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  opacity: 0.8;
  bottom: 10px;
  right: 0;
  left: 0;
}

.our-master-item .card-text-title {
  font-family: "FMBolyar Pro 900";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #353e4d;
  padding: 25px 0 10px 0;
  min-height: 91px;
}

.our-master-item .card-address {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666;
  padding-bottom: 13px;
}

.our-master-item .card-education {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666;
  margin-bottom: 26px;
}
.our-master-item .card-education span {
  font-weight: normal;
}

.our-master-item .card-body {
  padding: 0;
}

.more_about_master_btn {
  font-weight: 500;
  font-size: 14px;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.our-master-item:hover .more_about_master_btn {
  visibility: visible;
  transition: 0.3s;
  opacity: 1;
}

.our-master-item {
  margin-bottom: 41px;
}

.license_text {
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.license-carousel {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.season-info {
  font-size: 14px;
  line-height: 20px;
  color: #4f5159;
  padding-right: 95px;
  margin-top: 60px;
}

.gift-text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
}

.season_ticket_block {
  padding-bottom: 104px;
}

.season-info-title {
  font-size: 33px;
  line-height: 50px;
  color: #191919;
}

.season-info-text {
  font-size: 17px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #191919;
}

.spbthai-info.season {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  background-size: 101px;
  padding: 30px 75px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.master h1 {
  margin-bottom: 7px;
}

.stock-block.our-master {
  margin-top: 0;
  margin-bottom: 26px;
}
.stock-block.our-master h2 {
  font-family: "FMBolyar Pro 900" !important;
  font-size: 28px;
  line-height: 46px;
  color: #353535;
  margin-bottom: 16px;
}

.contacts-block {
  margin-top: 24px;
  margin-bottom: 23px;
}

.tab-map.contacts {
  margin-bottom: 46px;
}

#stock-one .our-masters {
  padding-top: 0;
}

#stock-one .stock-block {
  margin-top: 87px !important;
  margin-bottom: 29px;
}

.mt-minus {
  margin-top: -120px;
}

.our-masters.contacts {
  padding-top: 48px;
}

.license-carousel-block {
  margin-bottom: 68px;
}

.spbthai-info.season-tickets {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  background-size: 101px;
  padding: 34px 87px;
  margin-top: 40px;
  margin-bottom: -6px;
}

.license-carousel-item img {
  width: 100%;
}

.our-masters.contacts.services-page {
  padding-top: 82px;
}

.stock-block.contacts.services-page {
  margin-top: 132px;
  margin-bottom: 109px;
}

.stock-one-info {
  padding-top: 48px;
  padding-bottom: 40px;
}
.stock-one-info h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 50px;
  color: #191919;
  margin-bottom: 20px;
}

.stock-block-item {
  position: relative;
}
.stock-block-item:hover {
  filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, 0.2));
  transition: 0.5s all;
}
.stock-block-item img {
  border-radius: 10px;
}

.icon-discont {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 20px;
  z-index: 1;
  background: #ffde0a;
  border-radius: 29px;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #181920;
  top: 20px;
  font-size: 13px;
  padding: 3px 20px;
}

.stock-block-small.stock-block-item .stock-block-text {
  font-size: 18px;
  line-height: 22px;
}

.stock-block-small img {
  max-height: 168px;
  width: 100%;
  border-radius: 8px !important;
  margin-top: 31px;
}

.stock-block-right.stock-block-text {
  font-size: 24px;
  line-height: 29px;
}

.stock-block-text {
  position: absolute;
  bottom: 19px;
  left: 18px;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.stock-items {
  margin-top: 25px;
  margin-bottom: 49px;
}

#stock .our-masters {
  padding-top: 47px;
  padding-bottom: 24px;
}

.card-blocks img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.club-card-block.card img {
  width: 65%;
  height: revert;
  margin: 0 auto;
}

.card-blocks .card-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #21364b;
}

#club-cards {
  background: #fafafa;
  padding: 60px 0 90px 0;
  margin-bottom: 50px;
}

#club-cards .card {
  border: none;
  background: none;
}

.club-card-block {
  padding: 35px 0 0 0;
  border-radius: 10px;
}

.club-card-block-one {
  background: linear-gradient(34.78deg, #f2f5ff 0%, #cddeff 100%) !important;
}

.club-card-block-two {
  background: linear-gradient(34.78deg, #ffecec 0%, #fec2ba 100%) !important;
}

.club-card-block-three {
  background: linear-gradient(34.78deg, #e7f1ee 0%, #caf1e3 100%) !important;
}

.club-card-block.card .card-title {
  font-family: "FMBolyar Pro 900";
  font-size: 24px;
  line-height: 28px;
  color: #21364b;
}

.club-card-block.card .card-text {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.club-card-block.card .card-text span:nth-child(1) {
  margin-left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  background: url(../image/dioganal_icon.svg) 37% 50% no-repeat;
}

.club-card-block.card .card-text span:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ff6b00;
  margin-left: 4px;
  margin-right: 11px;
}

.club-card-block.card .card-text span:nth-child(3) {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.card-link {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.club-card-block:hover {
  transition: 0.3s;
  filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.15));
}

.club-card-block:hover .card-link {
  visibility: visible;
  opacity: 1;
}

.gift-text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
}

.gift-certificate p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.6px;
  color: #4f4f4f;
}

.form-choice-price input[name=price] {
  display: none;
}

.form-choice-price input[name=price] + label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #f1ebde;
  box-shadow: 0px 14px 24px rgba(135, 111, 93, 0.2);
  border-radius: 14px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #333333;
  padding: 20px 0;
  transition: 0.5s;
  display: block;
  cursor: pointer;
}

.form-choice-price input[name=price] + label:hover {
  color: #f2f2f2;
  background: #d3b395;
}

.form-choice-price input[name=price]:checked + label {
  color: #f2f2f2;
  background: #bc946e;
  box-shadow: none;
}

.button-form-animate {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: 0.5s;
}

.button-form-animate.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 20px, 0px);
}

.gift-certificate h2 {
  margin-bottom: 25px;
}

.gift-certificate-services-title {
  margin-bottom: 19px;
}

#gift-for .our-masters {
  padding-top: 0;
}

.choice-spathai-title {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 50px;
  color: #191919;
}

.choice-spathai-title:nth-child(1) {
  margin-bottom: 22px;
}

.description-item-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 40px;
}

.choice-spathai-title + .description-item-text {
  margin-bottom: 40px;
}

.title-blocks {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #191919;
}

.title-block {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #4f5159;
}

.stock-block.choice-spathai {
  padding-top: 79px;
  padding-bottom: 29px;
}

.block-info-choice {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  background: url(../image/pattern.jpeg) 50% 46%;
  background-size: 101px;
  padding: 30px 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.star-info {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #4f5159;
}

.devichnik-img {
  border-radius: 10px;
}

.btn-signup {
  background: #ff6b00;
  border: 1px solid #ff6b00;
  border-radius: 8px;
  text-align: center;
  padding: 13px 0px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  box-shadow: 0px 2px 4px rgba(255, 114, 0, 0.25);
}

.background-gray {
  background: #fafafa;
  margin-bottom: 50px;
}

.form-question-title {
  font-family: "FMBolyar Pro 700";
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.form-question-title-info {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}

.party-block-carousel {
  margin-bottom: 14px;
}

.our-masters.party-page {
  padding-top: 49px;
}

#form-girl input {
  height: 50px;
}

#form-girl .form-group {
  margin-bottom: 8px;
}

.carousel-item-text-cert {
  font-family: "FMBolyar Pro 900";
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 20px;
}

#certificates {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: url(../image/pattern.jpeg);
  background-size: 110px;
  padding: 52px 0px 75px 0px;
  margin-bottom: 10px;
}

#certificates p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

.certificates-cont {
  padding: 0 26px 0 0;
}

.certificates-cont-right {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #333333;
  height: 46px;
  display: block;
  background: url(../image/icon-car.svg) 0 69% no-repeat;
  padding-left: 68px;
}

.certificates-cont-block {
  margin-top: 52px;
  margin-bottom: 32px;
}

.sertificate-carousel-block {
  margin-top: 29px;
}

#certificates-page .season-tickets-page .accordion-block.popular-carousel-item {
  margin-bottom: 75px;
}

#certificates-page .our-masters.contacts {
  padding-top: 0;
}

.faq-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #4f5159;
  padding-right: 66px;
  margin-bottom: 35px;
}

.accordion-faq .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dfdfe1;
}

.accordion-faq .card:first-child {
  border-top: 1px solid #dfdfe1;
}

.accordion-faq .card-body {
  background: #fafafa;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  padding: 15px 12px;
  color: #4f5159;
}

.accordion-faq-title {
  color: #4f5159;
  width: 100%;
  background: url(../image/down.svg) no-repeat 100% 50%;
  padding-left: 0;
  padding-right: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
}

.accordion-faq-title[aria-expanded=true] {
  color: #c8a88a;
  background: url(../image/vector_up.svg) no-repeat 99.6% 50%;
}

.accordion-faq .card-header {
  padding: 20px 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 18px;
  background: none;
  border: none;
}

.faq-block {
  margin-bottom: 45px;
}

#faq-page .our-masters.contacts {
  margin-top: 1px;
}

.text-spacenter {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
}

#service-one {
  padding-top: 24px;
}

.conf-title {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 50px;
  color: #191919;
  font-weight: normal;
  margin-bottom: 20px;
}

.accordion {
  margin-bottom: 76px;
}

.carousel-masters-item-icon {
  position: relative;
}

.accardion-button .card-callapse-item {
  padding: 24px 5px 5px;
}

.singleup-one {
  font-family: "Inter", sans-serif;
  width: 100%;
  text-align: center;
  background: #ff6b00 url(../image/Vector_down_white.svg) 93% 52% no-repeat;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(255, 114, 0, 0.25);
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.accardion-button.fixed .singleup-one-content {
  position: absolute;
  z-index: 2;
  bottom: 48px;
}

.accardion-button.fixed {
  position: fixed;
  z-index: 5;
  top: revert;
  animation-duration: 1s;
  bottom: 32px;
}

.singleup-one {
  font-family: "Inter", sans-serif;
  text-align: center;
  background: #ff6b00 url(../image/arrow_down_white.svg) 93% 52% no-repeat;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(255, 114, 0, 0.25);
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.singleup-one b {
  text-transform: none;
  font-size: 15 px;
  margin-left: 12px;
  margin-right: 2px;
}

.singleup-one-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  background: #fff;
  border-radius: 10px 10px;
  filter: drop-shadow(0px 14px 24px rgba(135, 111, 93, 0.2));
}

.accardion-button {
  position: relative;
  width: 284px;
  display: inline-block;
}

.accardion-button .block-price {
  text-align: center;
}

.accardion-button.fixed .card-callapse {
  border-radius: 10px 10px 0 0;
}

.accardion-button.fixed .singleup-one[aria-expanded=true] {
  border-radius: 0 0 8px 8px;
}

.singleup-one[aria-expanded=true] {
  background: white;
  color: #ff6b00;
  box-shadow: none;
  z-index: 5;
  background: #fff url(../image/arrow-up-gold.svg) 93% 52% no-repeat;
}

.accardion-button.fixed.show {
  border-radius: 0 0 8px 8px;
}

.accardion-button .card-callapse {
  border-radius: 0 0 10px 10px;
  padding-top: 11px;
}

.accardion-button .card-callapse .form-group label {
  width: 113px;
}

/* .accardion-button .card-callapse-item:last-child {
  padding-bottom: 59px;
} */

#season-ticket-one .title-block {
  letter-spacing: 1px;
}

#service-one .title-block {
  letter-spacing: 1px;
}

.play-button {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  background: #ff6b00 url(../image/icon_play.svg) 60% center no-repeat;
}

.play-button:hover {
  background: #fff url(../image/icon_play_hover.svg) 60% center no-repeat;
}

.sertificate-carousel {
  position: relative;
}

#myTab {
  max-width: 288px;
  margin-bottom: 50px;
  margin-top: 28px;
}

.accardion-button.fixed .singleup-one {
  background: #ff6b00 url(../image/vector_up_white.svg) 93% 52% no-repeat;
}

.accardion-button.fixed .singleup-one[aria-expanded=true] {
  background: #fff url(../image/vector_down_gold.svg) 93% 52% no-repeat;
}

#myTab .nav-item {
  border: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

#service-one .characteristics-left {
  margin-bottom: 35px;
}

.service-one-img {
  margin-bottom: 47px;
}

.stock-block.service-one {
  margin-top: 131px;
  margin-bottom: 121px;
}

.our-masters.service-one {
  padding-top: 80px;
}

.tab-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

#myTab .tab-spa-menu-border {
  position: absolute;
  height: 2px;
  left: 7px;
  bottom: 0;
  z-index: 0;
  background: #ff6b00;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  width: 104px;
}

#myTab .nav-link-two .tab-title.active ~ .tab-spa-menu-border {
  left: 121px;
  width: 149px;
}

.color-item p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff !important;
  background: #8aa0ae;
  border-radius: 33px;
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 15px;
}

.zones-block {
  flex-grow: 1;
  margin-left: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #8ebebe;
  border-radius: 33px;
  padding: 6px 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.help {
  border-radius: 50%;
  background: #fff;
  color: #353e4d;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 7px;
  margin-left: 8px;
  padding: 8px 6px;
  width: 19px;
  height: 19px;
  line-height: 1px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #353e4d;
}

.total-master {
  text-align: center;
  width: 55px;
  height: 55px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background: #bc946e;
}

.drink_item_img {
  margin-left: 16px;
}

#season-ticket-one .our-masters {
  padding-top: 0;
}

.our-masters.main h2 {
  font-size: 36px !important;
  line-height: 38px !important;
  color: #191919 !important;
}

.popover-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 100%;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: black !important;
}

.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  border-right-color: black !important;
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  border-left-color: black !important;
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  border-top-color: black !important;
}

.icon_i {
  background: #000000;
  position: absolute;
  top: 0;
  left: 46px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}

.icon_i span {
  width: 22px;
  border-radius: 50%;
  text-align: center;
  z-index: 7;
  background: #fff;
  display: inline-block;
}

.popover {
  background: none;
}

.z-index-1 {
  z-index: 1;
}

.description-item-title-two {
  font-size: 34px;
  line-height: 50px;
  color: #191919;
  margin-bottom: 25px;
}

.description-item-text span {
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
}

.characteristics-left h2 {
  margin-bottom: 38px;
}

#characteristics h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #353535;
}

.characteristics-left .nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  justify-content: space-between !important;
}

#characteristics h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #353535;
}

#characteristics .card-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #4f5159;
}

.characteristics-left {
  border: 2px solid #000000;
  padding: 50px 40px 30px 50px;
}

.characteristics-left .nav-item {
  border: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 4px;
  width: 23px;
  height: 22px;
  border: 1px solid #bc946e;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

input[type=radio]:checked:before {
  background: #bc946e;
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 52%;
  height: 50%;
  margin: 5px auto;
  border-radius: 50%;
}

input[type=radio] + label {
  margin-left: 7px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background: none;
  border: none;
}

.characteristics-right {
  padding: 44px 0 44px 30px;
}

.characteristics-right-item {
  margin-bottom: 70px;
}

#service-one .characteristics-right-item {
  margin-bottom: 66px;
}

#content h2 {
  border-bottom: 1px solid #dfdfe1;
  padding-bottom: 10px;
  margin-top: 50px;
  color: #bc946e;
  margin-bottom: 40px;
}

#content label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #353535;
  width: 100%;
}

#ordering h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.6px;
  color: #181920;
  margin-bottom: 20px;
}

.form-contact label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: #7c8090;
  height: 23px;
}

.form-contact input {
  margin-right: 76px;
  border: none;
  border-bottom: 2px solid #dfdfe1;
  outline: 0 !important;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #181920;
  opacity: 0.9;
}

.form-contact input:focus {
  border-bottom: 2px solid #ff6b00;
  box-shadow: none;
}

.form-contact label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: #7c8090;
  height: 23px;
}

.ordering_block_title {
  max-width: 240px;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #181920;
}

.ordering_block.active {
  filter: none;
}

.ordering_block {
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  padding: 42px 20px 18px 30px;
  margin-top: -80px;
}

.ordering_block p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #4f5159;
}

.ordering_block_price span:first-child {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  background: url(../image/dioganal_icon.svg) center center no-repeat;
}

.ordering_block_price span:last-child {
  color: #ff6b00;
  margin-left: 10px;
}

.ordering_block_infoprice {
  letter-spacing: 0.02em;
  color: #ff6b00;
  text-align: center;
}

.total p {
  letter-spacing: 0.02em;
  color: #000000;
}

.total p span {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

.btn_ordering {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: #ff6b00 url(../image/right.svg) 90% 50% no-repeat;
  box-shadow: 0px 2px 4px rgba(255, 114, 0, 0.25);
  border-radius: 8px;
  text-align: left;
  padding: 13px 20px;
  width: 100%;
  border: none;
  cursor: pointer;
}
.btn_ordering:hover {
  text-decoration: none;
}

.btn_ordering:hover {
  color: #ffffff;
}

.btn_ordering:focus {
  color: #ffffff;
}

.ordering_block_footer {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #7c8090;
  padding: 15px 40px 0px 40px;
}

.ordering_page header {
  margin-bottom: 90px;
}

.address_show {
  margin-top: 45px;
}

.remove-order-item a {
  /* display: none; */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #828282;
  padding-left: 30px;
  padding-bottom: 20px;
  background: url(../image/close_removeitem.svg) 0 13% no-repeat;
  background-size: 14px;
}

.ordering_block_item {
  margin-bottom: 25px;
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 15px;
}

.block_list_show .card-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #181920;
  margin-bottom: 6px;
}

.block_list_show .card-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #7c8090;
}

.block_list_show .card {
  border: none;
}

.block_list_show_item {
  cursor: pointer;
  border-bottom: 1px solid #dfdfe1;
  margin-top: 30px;
}

.block_list_show_item img {
  border-radius: 50%;
  margin-right: 23px;
}

.block_list_show_item label {
  display: block;
  cursor: pointer;
}

.block_list_show {
  display: block;
  opacity: 1;
  transition: 0.3s;
}

.block_list_show.active {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.block_list_show input[type=radio] {
  border: 1px solid #ff6b00;
}

.block_list_show [type=radio]:checked:before {
  background: #ff6b00;
}

.block_map_info_img {
  position: relative;
}
.block_map_info_img img {
  width: 100%;
}

/* calendar */
.datepicker {
  width: revert;
  border: none;
  box-shadow: none;
  background: none;
}

.datepicker-inline {
  position: relative;
  margin-top: -52px;
}

.datepicker--nav {
  position: absolute;
  right: 0;
}

.datepicker--months,
.datepicker--years {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 1;
}

.datepicker--cells-months,
.datepicker--cells-years {
  background: #fff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 10px 0px;
  height: auto;
  width: 300px;
}

.datepicker--cell-month,
.datepicker--cell-year {
  width: 49.33%;
  height: 40px;
  justify-content: left;
  padding: 0 17px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
}

.datepicker--days {
  display: block;
  position: relative;
  top: 60px;
  z-index: 0;
}

.datepicker--days-names {
  display: none;
}

.datepicker--cell-day.-disabled- {
  display: none;
}

.datepicker--cell-day.-disabled- + label {
  display: none;
}

.datepicker--cell-day {
  border: 1px solid #ff632b;
  color: #ff632b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.datepicker--cell-day:hover {
  background: #ff632b;
  color: #fff;
}

.datepicker--cell-day.-current- {
  /* background: #ff632b; */
  color: #ff632b;
}

.datepicker--cell-day.-current-.-focus- {
  color: #fff;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  opacity: 0.45;
  /*  border: 1px solid #4f5159; */
  color: #4f5159;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #fff;
  background: #4f5159;
}

.datepicker--cell-month.-disabled-,
.datepicker--cell-year.-disabled- {
  color: #4f5159;
  opacity: 0.4;
}

.datepicker--cell-month.-disabled-:hover,
.datepicker--cell-year.-disabled-:hover {
  color: #4f5159 !important;
  opacity: 0.4;
  background: none;
}

.datepicker--cell-month.-current-,
.datepicker--cell-year.-current- {
  color: #ff6b00;
}

.datepicker--cell-month.-current-.-selected-,
.datepicker--cell-year.-current-.-selected- {
  color: #ff6b00;
  background: none;
}

.datepicker--cell-month.-current-.-selected-.-focus- {
  background: #ff6b00;
}

.datepicker--cell-month.-focus-,
.datepicker--cell-year.-focus- {
  background: #ff6b00;
  color: #fff !important;
}

.datepicker--nav-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  letter-spacing: -0.647059px;
  color: #ff6b00;
}

.datepicker--nav-title i {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  letter-spacing: -0.647059px;
  color: #ff6b00;
}

.datepicker--nav {
  border: none;
}

.datepicker--cell-day.-selected-.-focus-,
.datepicker--cell-day.-selected-,
.datepicker--cell-day.-selected-.-current- {
  background: #ff632b;
  color: #fff;
}

.datepicker--nav-action.-disabled- {
  display: none;
}

.datepicker--cell.-focus- {
  /*  background: none; */
}

.datepicker--cell-year.-selected-,
.datepicker--cell-month.-selected- {
  background: #ff6b00 !important;
  color: #fff !important;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: none;
}

.my-element {
  display: none;
}

.block_time {
  display: flex;
  flex-wrap: wrap;
}

.block_time_item input {
  display: none;
}

.block_time_item input + label {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #ff6b00;
  border: 1px solid #ff6b00;
  box-sizing: border-box;
  border-radius: 8px;
  width: 65px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 13px;
  margin-bottom: 10px;
  margin-left: 0;
}

.block_time_item input + label:hover {
  background: #ff6b00;
  color: #fff;
}

.block_time_item input:checked + label {
  background: #ff6b00;
  color: #fff;
}

.block_time_item_disable {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  letter-spacing: -0.2px;
  color: #181920;
  opacity: 0.3;
  cursor: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 65px;
  height: 35px;
  margin-right: 13px;
  margin-bottom: 10px;
}

.btn_toggle_cont {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #ff6b00;
  cursor: pointer;
  padding-right: 28px;
  background: url(../image/subtract_small.svg) 100% no-repeat;
}

.btn_toggle_cont.active {
  background: url(../image/burger_gold.svg) 100% no-repeat;
}

.block_map {
  position: relative;
}

.block_map_info {
  width: 294px;
  position: absolute;
  height: 192px;
  z-index: 1;
  bottom: 22px;
  padding: 25px 30px;
  border-radius: 8px;
  bottom: 22px;
  right: 3%;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  background: #fff;
  filter: drop-shadow(0px 14px 24px rgba(135, 111, 93, 0.2));
}

.block_map_info.show {
  opacity: 1;
  visibility: visible;
}

.close_btn {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

.block_map_info_title {
  font-size: 16px;
  line-height: 22px;
  color: #181920;
  font-weight: 700;
  margin-bottom: 15px;
}

.block_map_info_button input {
  display: none;
}

.block_map_info_button input + label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: block;
  height: 100%;
  line-height: 32px;
  background: #ff6b00;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
  width: 142.11px;
  height: 32px;
  margin: 0 auto;
  cursor: pointer;
}

.overlay_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #090909;
  opacity: 0.7;
  z-index: 1;
  display: none;
}

.overlay_map.show {
  display: block;
}

.block_map_show {
  position: relative;
  display: none;
  opacity: 0;
  overflow: hidden;
}

.block_list_show {
  display: block;
  opacity: 1;
  transition: 0.3s;
}

.block_map_show.active {
  display: block;
  opacity: 1;
  transition: 0.3s;
}

.block_list_show.active {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.map-point-one.show,
.map-point-two.show,
.map-point-three.show {
  z-index: 1;
  pointer-events: none;
}

.total p {
  margin: 0;
  padding: 0;
}

.ordering_block_item_total.fixed {
  position: fixed;
  top: 70px;
  filter: drop-shadow(0px -2px 24px rgba(0, 0, 0, 0.1));
  background: #fff;
  border-radius: 20px;
  width: 320px;
  padding: 10px 10px 21px 10px;
  z-index: 1;
}

.add_orderitem a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ff6b00;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 25px;
  background: url(../image/add_order_item.svg) 100% 0% no-repeat;
}

.address p,
.opening_hours p,
.tel p {
  margin-left: 7px;
}

.characteristics-right-item p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #4f5159;
}

#ordering {
  padding-top: 25px;
}

#ordering .form-contact input {
  padding-bottom: 11px;
}

.remove-order-item {
  margin-bottom: 31px;
}

.certificate_text {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  margin-top: 29px;
}

.color_gold {
  font-size: revert !important;
  color: #ff6b00 !important;
}

.bottom_line {
  border-bottom: 1px solid;
}

.help:hover {
  background: #353e4d;
  color: #fff;
  border: 1px solid #353e4d;
}

.accardion-button .block-price-time {
  text-align: left;
  padding-left: 15px;
}

.f-right span {
  font-size: 12px;
}