:root {
  --main-color: #FFC700;
  --dark-text-color: #303030;
  --gradient: linear-gradient(90deg, #FFAD0F 0%, #FFD600 100%);
  --gradient-hover: linear-gradient(90deg, #FF7A00 0%, #FFB800 100%);
  --gradient-active: #EA8C00;
  --bd-radius: 10px;
  --base-font: "Open Sans", sans-serif;
  --title-font: "Playfair Display", serif;
  --primary-font: 'Roboto', sans-serif;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-display: swap;
  src: url(/bitrix/fonts/PlayfairDisplay-Bold.woff) format("woff"), url(/bitrix/fonts/PlayfairDisplay-Bold.ttf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    src: url(fonts/Inter/Inter-LightItalic.otf) format("opentype");
}
.btn-primary{
  border: 0;
  background: var(--gradient);
  color: #000;
}
.btn-primary:hover {
  background: var(--gradient-hover);
  color: #000;
}
.btn-primary:active {
  background: var(--gradient-active);
  color: #000 !important;
}
.none {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container-wide {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.pagination{
  margin-top: 40px;
}
.pagination a{
  padding: 0.4em 0.8em;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid var(--main-color);  
}
.pagination a:hover:not(.btn):not(.theme-exclude-hover),
.pagination .theme-bg-active {
  background: var(--gradient);
  color: #000 !important;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-amo-form {
  position: relative;
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}

.body-shadow {
  z-index: 9;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .7);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .7);
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.owl-theme .owl-nav {
  z-index: 10;
  margin-top: 10px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  margin: 0 10px 0 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: #f4f4f4;
  border: none;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-prev::after {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  top: 12px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #006cb5;
}

.owl-carousel .owl-nav button.owl-prev:hover::after {
  border-color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  position: relative;
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: #f4f4f4;
  border: none;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  top: 12px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #006cb5;
}

.owl-carousel .owl-nav button.owl-next:hover::after {
  border-color: #fff;
}

.owl-dots {
  margin-top: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.owl-theme .owl-dots .owl-dot {
  margin-right: 10px;
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background-color: #efefef;
  border: none;
  outline: 0;
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
  background-color: #2e95db;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
  color: #000;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
}

.logo-light {
  display: none;
}

.logo__text {
  font-size: 11px;
  margin-left: 10px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link:not(:last-child) {
  margin-right: 15px;
}

.social__link:hover {
  box-shadow: 0 5px 15px rgba(var(--main-color), 1);
}

.headerfix {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: -100%;
  width: 100%;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
  z-index: 20;
}

.headerfix.isactive {
  top: 0;
}

.headerfix__container {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.headerfix__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: relative;
  background-color: #fff;
}

.header__container {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__programm {
	padding: .8em 1.4em;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 5px;
	border: none;
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}
.header__programm:hover {
	color: #fff;
	text-decoration: none;
}
.header-btn {
  border-radius: var(--bd-radius);
  font-size: 14px;
  padding: 16px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  background: var(--gradient);
  min-width: 225px;
  text-align: center;
  margin-right: 35px;
  margin-left: auto;
}

.header-btn:hover {
  color: #000;
  background: var(--gradient-hover);
  text-decoration: none;
}

.header-btn:active {
  background: var(--gradient-active);
}

.mobile-phone{
	height: 35px;
	width: 35px;
	border-radius: 4px;
	border: 2px solid var(--main-color);
	margin-left: auto;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.header-top {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.header-top .header__row > *:nth-child(2) {
  margin-left: auto;
}
.header-top__btn {
  display: none;
}

.header-top__menubtn {
  display: none;
}

.header-top__menubtn .menu-btn {
  background: var(--gradient);
  border-radius: 3px;
  padding: 0;
}

.header-top__menubtn .menu-btn .menu-icon__line {
  background-color: #fff;
}

.address {
  display: flex;
  align-items: center;
  color: #000;
}

.address:hover {
  color: #000;
  text-decoration: none;
}

.address__icon {
  margin-right: 10px;
}
.socialheader__phone {
  display: flex;
}
.header__social .social__link,
.socialheader__phone .social__link {
	height: 28px;
  width: 28px;
  border-radius: 50px;
  background: var(--gradient);
  padding: 6px;
}

.header__social .social__link:hover,
.socialheader__phone .social__link:hover {
  background: var(--gradient-hover);
}

.header-container {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__programm,
.header__social,
.header__address {
	margin-right: 50px;
}

.headernav,
.headernav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.headernav {
  width: 100%;
}

.headernav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.headernav__item {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  float: left;
}
.headernav-subnav {
  position: absolute;
	min-width: 300px;
  top: 100%;
  left: 0;
  padding: 0;
  background-color: #fff;
  z-index: 5;
  list-style: none;
  display: none;
	box-shadow: 0 4px 5px rgba(0,0,0, .1);
}
.headernav-subnav:hover {
  display: block;
}
.headernav-subnav__link{
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 1.1rem;
  padding: .5rem 1rem;
	font-size: 15px;
	white-space: break-spaces;
}
.headernav-subnav__link:hover{
  text-decoration: none;
  color: var(--main-color);
}
.headernav__dropdown::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: var(--main-color) transparent transparent;
	margin-left: 5px;
}
.headernav__link {
  position: relative;
  margin-right: 3rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 1.1rem;
}

.headernav__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: var(--gradient);
  width: 100%;
  transition: height .35s ease;
}

.headernav__link.active,
.headernav__link:hover {
  text-decoration: none;
  color: #000;
}

.headernav__link.active::before,
.headernav__item:hover .headernav__link::before {
  height: 8px;
}
.headernav__link:hover + .headernav-subnav {
	display: block;
}
.headernav-dropdown {
  position: relative;
  display: none;
}

.headernav-dropdown.ishow {
  display: inline-block;
}

.headernav-dropdown__toggle {
  cursor: pointer;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: .2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.headernav-dropdown__toggle:hover {
  color: var(--main-color);
}

.headernav-dropdown__list {
  position: absolute;
  right: 0;
  list-style: none;
  background-color: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  z-index: 20;
}

.headernav-dropdown__list.isopen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headernav-dropdown .headernav__link {
  margin-right: 0;
  height: 35px;
  line-height: 35px;
  border-bottom: 0;
}

.headernav-dropdown .headernav__link:hover {
  color: var(--main-color);
}

.headernav-dropdown .headernav__link:hover::before {
  display: none;
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.menu-btn--mobile {
  display: none;
}

.menu-btn__text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

.menu-btn__icon {
  height: 40px;
  width: 40px;
  border-radius: var(--bd-radius);
}

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-icon__line {
  width: 30px;
  position: relative;
  height: 4px;
  background-color: #000;
  border-radius: 50px;
  margin-top: 8px;
}

.menu-icon__line::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: inherit;
  background-color: inherit;
  height: inherit;
  width: 25px;
  top: 10px;
}

.menu-icon__line::after {
  content: '';
  position: absolute;
  left: 0;
  border-radius: inherit;
  background-color: inherit;
  height: inherit;
  width: 15px;
  top: 20px;
}

.select-custom {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  max-width: 100%;
  background: #f7f8fa;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.select-custom .select__head {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  padding: 24px 80px 24px 30px;
  cursor: pointer;
  border: 1px solid #efefef;
}

.select-custom .select__head::before {
  width: 76px;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  border-radius: 0 5px 5px 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  content: '';
  display: block;
  z-index: 5;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.select-custom .select__head::after {
  width: 76px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB4SURBVHgBvc9hDYAgEIbhs4ENJIoRjGAEI9gAGxiFCEYwgjPB5znZdDeUAzafzV/CN16ivwAw/FkqxSMrLh3l4ssjbtv5OkrlkySXOlI/kqQhZWjCO10iH+oR52Ij5iNJn8g/Z+iFE5VJ0lKSJNncpJC28kMNldkPbFe/kn93e5IAAAAASUVORK5CYII=) center no-repeat;
  position: absolute;
  border-radius: 0 5px 5px 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  content: '';
  display: block;
  z-index: 6;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.select-custom .select__head.open::after {
  -webkit-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}

.select-custom .select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border-radius: 5px;
  margin-top: 5px;
  border: 1px solid #efefef;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  background: #fff;
  padding: 0;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.select-custom .select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #f8f9fa;
  padding: 5px;
}

.select-custom .select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}

.select-custom .select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, .5);
  padding: 15px 30px;
  cursor: pointer;
  list-style-type: none;
}

.select-custom .select__list .select__item:hover {
  background-color: #f7f8fa;
}

.btn-blue {
  outline: 0;
  width: 381px;
  padding: 23px 0 23px 30px;
  border: 0;
  background: var(--gradient);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none !important;
}

.btn-blue:hover {
  background: var(--gradient-hover);
  color: #000;
}

.btn-blue:active {
  background: var(--gradient);
}

.btn-blue .plus-minus {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-blue .plus-minus.plus {
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-blue .plus-minus.plus:after {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: 5;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-blue .plus-minus.minus {
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-blue.btn-transparent {
  background: 0 0;
  color: #000;
}

.btn-blue.btn-transparent:hover {
  background: var(--gradient);
  color: #fff;
  border: 0;
}

.btn-blue.btn-transparent:hover .plus-minus.minus {
  background: #fff;
}

.btn-blue.btn-transparent:active {
  background: #003a62;
  color: #fff;
  border-color: #003a62;
}

.btn-blue.btn-transparent:active .plus-minus.minus {
  background: #fff;
}

.form__title {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #303030;
}

.form-succes {
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: -999;
}

.form-succes--row {
  flex-wrap: wrap;
}

.form-succes--col {
  flex-direction: column;
  text-align: center;
}

.form-succes__icon svg {
  margin: 0;
}

.form-succes__icon {
  margin: 20px;
  stroke: var(--main-color);
}

.form-succes__title {
  font-weight: 700;
  font-size: 30px;
  color: #303030;
}

.form-succes__text {
  font-size: 16px;
  margin-top: 10px;
}

.form-succes__btn {
  margin-top: 30px!important;
}

.form__input {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-bottom: 25px;
  background: #f9f9f9;
  font-size: 14px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.form__input:placeholder-shown:invalid {
  outline-color: #f33;
}

.form__input:placeholder-shown:invalid:focus+span {
  display: block;
}

.form__input:valid {
  outline-color: #14a04c;
}

.form__input:invalid:not(:focus):not(:placeholder-shown) {
  outline-color: #f33;
}

.form__input:invalid:focus:not(:placeholder-shown) {
  outline-color: #f33;
}

.form__label {
  position: relative;
}

.form__err-text {
  position: absolute;
  font-size: 12px;
  color: #f33;
  left: 0;
  bottom: 5px;
  display: none;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.form__checkbox input {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}

.form__checkbox p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #787c83;
}

.form__checkbox p a {
  color: #006cb5;
}

.form__btn {
  margin: 0;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background: var(--gradient);
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  border: none;
  outline: 0;
  cursor: pointer;
}

.form__btn:hover {
  color: #000;
  background: var(--gradient-hover);
}

.form__btn:active {
  color: #000;
  background: var(--gradient-active);
}

.desctop-menu {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  overflow-y: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}

.desctop-menu.isactive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.desctop-menu__close {
  position: absolute;
  top: 40px;
  right: 40px;
  outline: 0!important;
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 60px;
  text-align: center;
  font-weight: 300;
  color: #000;
  border: 0;
}

.desctop-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.desctop-menu__column {
  width: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.desctop-menu__title {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.desctop-menu__title:hover {
  color: #000;
  text-decoration: none;
}

.desctop-menu__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.desctop-menu__list-item {
  margin-bottom: 15px;
}

.desctop-menu__list-item:last-child {
  margin-bottom: 0;
}

.desctop-menu__list-link {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.desctop-menu__list-link:hover {
  color: #000;
  text-decoration: underline;
}

.desctop-menu__desclamer h3 {
  margin: 0 0 40px;
  padding: 40px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.desctop-menu__contacts-title {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
}

.desctop-menu__vertical-line {
  background-color: #000;
  width: 1px;
  height: 50px;
}

.desctop-menu__contacts-toptext {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.desctop-menu__contacts-subtext {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.desctop-menu__contacts-subtext:hover {
  text-decoration: none;
  color: #000;
}

.socials {
  margin: 0 5% 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.socials__item {
  margin-right: 20px;
}

.socials__item:last-child {
  margin-right: 0;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adress img {
  margin-right: 10px;
}

.adress__info {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.adress__info span {
  font-weight: 800;
}

.mobile-menu {
  position: fixed;
  min-width: 300px;
  background: var(--gradient);
  overflow-y: auto;
  padding: 40px 15px;
  height: 100vh;
  z-index: 25;
  right: -110%;
  top: 0;
  transition: right .25s ease;
}

.mobile-menu.isactive {
  right: 0;
}

.mobile-menu__close {
  border: 0;
  font-size: 35px;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  background: 0 0;
  outline: 0!important;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__list--top .mobile-menu__item:nth-last-child(2) {
  border-top: 1px solid var(--main-color);
  padding-top: 5px;
}

.mobile-menu__list--top .mobile-menu__item:last-child {
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 5px;
}

.mobile-menu__list:nth-of-type(2) {
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding: 10px 0;
  margin-bottom: 30px;
}

.mobile-menu__link {
  color: #fff;
  padding: .5rem 0;
  font-weight: 700;
  display: inline-block;
}

.mobile-menu__btn {
  text-decoration: none;
  font-size: 14px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 5px;
  margin: 30px 0;
  color: #232a34;
  font-weight: 700;
  display: inline-block;
}

.mobile-menu__btn:hover {
  color: #232a34;
  text-decoration: none;
}
.mobile-menu__btn--accent {
	background-color: #f33;
	color: #fff;
	margin-top: 0;
}
.mobile-menu__btn--accent:hover,
.mobile-menu__btn--accent:active {
	background-color: #f33;
	color: #fff;
}
.mobile-menu__contacts .tel__icon {
  background-image: url(/local/templates/ranx-landing/assets/img/header/side-phone.svg);
}

.mobile-menu__contacts-adress {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.mobile-menu__contacts-adress img {
  margin-right: 10px;
}

.mobile-menu__contacts-adress p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.mobile-menu__tel {
  margin-bottom: 20px;
}

.mobile-menu__tel .tel-btn::after {
  border-color: #fff transparent transparent;
}

.mobile-menu__tel .header__tel-callback,
.mobile-menu__tel .tel-current__link {
  color: #fff!important;
}

.mobile-menu__tel .header__tel-callback:hover,
.mobile-menu__tel .tel-current__link:hover {
  color: #fff!important;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__tel-callback {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #006cb5;
  display: block;
}

.header__tel img {
  margin-right: 10px;
}

.header__tel--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tel {
  position: relative;
}

.tel__icon {
  flex: none;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url(/bitrix/templates/ranx-landing/assets/img/header/tel.svg);
}

.tel-current {
  white-space: nowrap;
}

.tel .tel-current__link {
  text-decoration: none;
  color: #303030;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.tel-btn {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  padding-left: 5px;
  cursor: pointer;
}

.tel-btn.isactive {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tel-btn::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: var(--main-color) transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.heder-contacts {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  max-width: 300px;
}
.hader-contacts__item {
  display: flex;
  flex-direction: column;
}
.hader-contacts__item:not(:first-child) {
  margin-top: 14px;  
}
.hader-contacts__item small{
  margin-bottom: .2em;
  color: #999;
}
.tel__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tel__item {
  white-space: nowrap;
  color: #303030;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  text-decoration: none;
  display: block;
  color: #000;
}
.tel__item:hover {
  text-decoration: none;
  color: var(--main-color);  
}

.tel__item:last-child {
  margin-bottom: 0;
}
.hader-contacts__link, .hader-contacts__link:hover {
  color: #000;
  text-decoration: none;
}
.hader-contacts__link:hover {
  color: var(--main-color);
  text-decoration: none;
}
.mobile-menu__tel .tel-btn {
  display: none;
}
.section__banner {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.section__banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0, .4);
}
.section__banner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner__content {
  width: 100%;
  margin-right: 50px;
  z-index: 5;
}
.banner__programms {
  max-width: 280px;
  z-index: 1;
}
.banner-end {
	position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
.banner-btns {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.banner-btns a:nth-child(2) {
	background: #EEEEEE;
}
.banner-btns a:nth-child(2):hover {
	background: var(--gradient-hover);
}
.banner__greeting {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.banner__title {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 40px;
  color: #fff;
}

.banner-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.banner-list__item {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding-left: 2rem;
}

.banner-list__item::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: 9px;
  left: 8px;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-list__item::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: var(--gradient);
  left: 0;
  top: 5px;
}

.banner__desc {
  max-width: 921px;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

.banner__desc span {
  margin-top: 10px;
}

.banner__about-progs {
  display: inline-block;
  padding: 1.5rem 2.2rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000;
  background: var(--gradient);
  border-radius: var(--bd-radius);
  border: none;
  outline: 0;
  cursor: pointer;
  margin: 1em 1em 0 0;
}

.banner__about-progs:hover {
  background: var(--gradient-hover);
  color: #000;
  text-decoration: none;
}

.banner__about-progs:active {
  background: var(--gradient-active);
}

/*banner-booking-form*/
.aic {
  align-items: center;
}
.datepicker--day-name{
  color: var(--main-color);
}
.banner__form {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin-top: -100px;
  margin-bottom: 40px;
  overflow: hidden;
}
.banner__form-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
.banner-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #EEEEEE;
}
.banner-form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-form__row--margin {
  margin-left: -13px;
  margin-right: -13px;
}
.banner-form__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 13px;
  padding-right: 13px;
}
.banner-form__item--small {
  width: calc(100% / 6);
}
.banner-form__item--wide {
  width: calc(100% / 3);
}
.banner-form__btn {
  padding: 20px 30px;
  min-width: 215px;
  text-align: center;
  background: var(--gradient);
  border: 0;
  border-radius: var(--bd-radius);
  color: #000;
  font-weight: 700;
  cursor: pointer;
  outline: none !important;
}
.banner-form__btn:hover{
  background: var(--gradient-hover);  
}
.banner-form__label {
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-form__input {
  border-radius: 6px;
  padding: 6px 25px;
  font-size: 18px;
  height: 46px;
  color: #B6B6B6;
  width: 100%;
  border: 1px solid #eeeeee;
  background-position: right 25px center;
  background-repeat: no-repeat;
}
.banner-form__input:focus, .banner-form__input:active, .banner-form__input.not-empty {
  background-color: #fff;
  color: #333333;
  outline: none;
}
.banner-form__input--tel {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS45OTk5IDBINS45OTk5NEM0Ljg5OTk0IDAgMy45OTk5NCAwLjkgMy45OTk5NCAyVjVINS45OTk5NFYzSDE1Ljk5OTlWMTlINS45OTk5NFYxN0gzLjk5OTk0VjIwQzMuOTk5OTQgMjEuMSA0Ljg5OTk0IDIyIDUuOTk5OTQgMjJIMTUuOTk5OUMxNy4wOTk5IDIyIDE3Ljk5OTkgMjEuMSAxNy45OTk5IDIwVjJDMTcuOTk5OSAwLjkgMTcuMDk5OSAwIDE1Ljk5OTkgMFpNNC4wMDk5NCAxMi40N0wxLjQ1OTk0IDkuOTJMMC4xODk5NDEgMTEuMTlMMy45OTk5NCAxNUwxMS4xODk5IDcuODFMOS45MTk5NCA2LjU0TDQuMDA5OTQgMTIuNDdaIiBmaWxsPSIjQjZCNkI2Ii8+DQo8L3N2Zz4NCg==);
}
.banner-form__input--date {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNCAxMUg5VjE2SDE0VjExWk0xMyAwVjJINVYwSDNWMkgyQzAuODkgMiAwLjAwOTk5OTk5IDIuOSAwLjAwOTk5OTk5IDRMMCAxOEMwIDE5LjEgMC44OSAyMCAyIDIwSDE2QzE3LjEgMjAgMTggMTkuMSAxOCAxOFY0QzE4IDIuOSAxNy4xIDIgMTYgMkgxNVYwSDEzWk0xNiAxOEgyVjdIMTZWMThaIiBmaWxsPSIjQjZCNkI2Ii8+DQo8L3N2Zz4=);
}
.banner-form__check {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex: 1;
  overflow: hidden;
}
.banner-form__checkbox {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 8px;
  height: 1px;
  width: 1px;
}
.banner-form__checkbox:checked + .banner-form__checkbox-icon {
  background-color: var(--main-color);
}
.banner-form__checkbox:checked + .banner-form__checkbox-icon::after {
  opacity: 1;
}
.banner-form__checkbox-icon {
  position: relative;
  flex: none;
  width: 17px;
  height: 17px;
  background-color: #EEEEEE;
  margin-right: 10px;
  border-radius: 4px;
}
.banner-form__checkbox-icon::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 50%;
  width: 30%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
}
.banner-form__checkbox-text {
  font-size: 16px;
  line-height: 1.25em;
}
.banner-form__checkbox-text a {
  color: inherit;
  text-decoration: underline;
}

.custom-num {
  position: relative;
  z-index: 1;
}
.custom-num__btn {
  height: 45%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
}
.custom-num__btn--add {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMSA2Ljk5NjA5TDYgMS45OTYwOUwxMSA2Ljk5NjA5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjwvc3ZnPg0K);
}
.custom-num__btn--remove {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTEgMS4wMDM5MUw2IDYuMDAzOTFMMSAxLjAwMzkxIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjwvc3ZnPg0K);
}
.custom-num__controlls {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 25px;
  top: 0;
  right: 15px;
}
/*banner-booking-form End*/


/*play btn*/

.play-btn {
  position: relative;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 1.5em;
}
.play-btn:hover {
  color: #fff;
  text-decoration: none;
}
.play-btn__icon {
  flex: none;
  height: 100px;
  width: 100px;
}
.play-btn__icon-accent {
  transform-origin: center;
  animation: play-anim 5s ease infinite;
}
@keyframes play-anim {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
}
.play-btn__text {
  font-weight: 700;
  order: -1;
  margin-right: 2.5em;
  margin-bottom: -1.4em;
  font-size: 16px;
  line-height: 1.5em;
  color: inherit;
  position: relative;
  padding-bottom: 0.3em;
}
.play-btn__text::after {
  content: "";
  position: absolute;
  height: 65%;
  width: 120%;
  left: 0;
  bottom: -5px;
  transform: skew(-50deg, 0);
  border-bottom: 2px solid var(--main-color);
  border-right: 3px solid var(--main-color);
}

/*play btn END*/

/*accordion*/

.accordion-list {
  background-color: #fff;
  border-radius: var(--bd-radius);
  overflow: hidden;
  margin-bottom: 50px;
}
.accordion-item {
  position: relative;
  padding: 25px 30px;
  color: var(--dark-text-color);
}
.accordion-item.noafter::after{
  display: none;
}
.accordion-item.isactive {
  color: #fff;
  background: var(--gradient);
}
.accordion-item.isactive .accordion-item__icon--default{
  display: none;
}
.accordion-item.isactive .accordion-item__icon--active{
  display: block;
}
.accordion-item.isactive::after {
  display: none;
}
.accordion-item::before{
  content: '';
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border-radius: var(--bd-radius);
  transition: .35s ease;
}
.accordion-item:not(:last-child)::after{
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BFBFBF;
}

.accordion-item__head {
  display: flex;
  align-items: center;
}
.accordion-item__body {
  display: none;
}
.accordion-item__icon {
  flex: none;
  margin-right: 15px;
}
.accordion-item__icon--active {
  display: none;
}
.accordion-item__title{
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: inherit;
}
.accordion-item__text{
  margin: 15px 0 0 0;
  color: inherit;
}
.accordion-item__link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: inherit;
  margin-top: 1em;
  border-bottom: 1px solid;
}
.accordion-item__link:hover {
  text-decoration: none;
  color: #fff;
}
.accordion-item__link::after {
  content: '\21C0';
  margin-left: 10px;
}
.card-list{
  display: none;
}

.card-list__slider {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-list__item {
  position: relative;
  padding: 15px;
  background-color: #fff;
  color: #232a34;
  width: calc(100% / 2 - 9px);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-radius: var(--bd-radius);
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-bottom: 18px;
}

.card-list__item:hover {
  text-decoration: none;
  color: #232a34;
}

.card-list__icon {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  flex: none;
}

.card-list__img--default {
  position: absolute;
}

.card-list__img--hover {
  position: absolute;
  display: none;
}

.card-list__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-list__text {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.banner__block-par {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #232a34;
}

.banner__block:hover .banner__block-par {
  color: #fff;
}

.banner__img--down {
  display: block;
  margin: 0 auto;
}

.section__under-banner {
  padding-top: 33px;
  padding-bottom: 33px;
  background: var(--gradient);
}

.section-slider {
  padding: 30px 0 50px 0;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  max-width: 45px;
  min-width: 30px;
  width: 100%;
  margin: 0 5px;
}

.slick-dots li button {
  text-indent: -99px;
  height: 5px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background: #c4c4c4;
  border: 0;
  outline: 0;
}

.slick-dots li.slick-active button {
  background: var(--gradient);
}

.slick-arrow {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 40px;
  background: var(--gradient);
  outline: 0!important;
  overflow: hidden;
  text-indent: -999px;
}

.slick-next::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 14px;
  width: 14px;
  left: 11px;
  top: 14px;
  transform: rotate(-45deg);
}

.slick-prev::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 14px;
  width: 14px;
  left: 16px;
  top: 14px;
  transform: rotate(45deg);
}

.slick-arrow:hover {
  background: var(--gradient-hover);
}

.slick-arrow:active {
  background: var(--gradient-active);
}

.e-carousel {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 90px;
}

.e-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex: none;
}

.e-carousel .slick-arrow.slick-prev {
  left: 0;
}

.e-carousel .slick-arrow.slick-next {
  right: 0;
}

.e-carousel .slick-track {
  padding: 20px 0;
}

.e-carousel__item {
  position: relative;
  border-radius: 16px;
  margin: 0 10px;
  min-height: 230px;
  max-width: 180px;
  width: 100%;
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform .25s ease;
}

.e-carousel__item:hover {
  transform: translateY(-20px);
}

.e-carousel__item--dark {
  color: var(--dark-text-color);
}

.e-carousel__item--dark:hover {
  color: var(--dark-text-color);
}

.e-carousel__item--light {
  color: #fff;
}

.e-carousel__item--light:hover {
  color: #fff;
}

.e-carousel__item--light::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, .782) 12.28%, rgba(0, 0, 0, 0) 35.96%);*/
}

.e-carousel-title {
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  padding: 15px;
  color: inherit;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.under-banner__title {
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin-bottom: 1em;
}

.under-banner__mobile-link {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.under-banner__mobile-link p {
  margin: 0 15px 0 0;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.section__about-sanatorium {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.about-sanatorium-slider__dots {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.about-sanatorium__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-sanatorium__row:last-child {
  margin-bottom: 0;
}

.about-sanatorium__row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.about-sanatorium__center-col {
  display: none;
}

.about-sanatorium__left-col {
  max-width: 377px;
  margin-right: 20px;
}

.about-sanatorium__title {
  margin: 0 0 30px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 48px;
  line-height: 30px;
  color: #303030;
}

.about-sanatorium__par {
  margin: 0 0 25px;
  font-family: 'Open Sans';
  font-weight: semi-bold;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.about-sanatorium__btn {
  display: inline-block;
  text-align: center;
  width: 235px;
  padding: 19px 0;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background: var(--gradient);
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.about-sanatorium__btn:hover {
  background: var(--gradient-hover);
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
}

.about-sanatorium__btn:active {
  background: var(--gradient-active);
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
}

.about-sanatorium__right-col {
  position: relative;
  width: 877px;
  height: 650px;
  border-radius: 10px;
}

.about-sanatorium__right-col::before {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: var(--gradient);
  height: 80%;
  width: 80%;
  right: 0;
  top: 0;
}

.video_wrapper {
  width: 867px;
  height: 640px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}

.video_wrapper_full {
  padding-top: 315px;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: none;
  outline: 0;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s, height;
  transition: opacity .8s, height;
}

.videoPoster:hover {
  cursor: pointer;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: 54% center;
  background-size: 40%, 100%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 494.148 494.148' height='40px' width='40px' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M405.284,201.188L130.804,13.28C118.128,4.596,105.356,0,94.74,0C74.216,0,61.52,16.472,61.52,44.044v406.124c0,27.54,12.68,43.98,33.156,43.98c10.632,0,23.2-4.6,35.904-13.308l274.608-187.904c17.66-12.104,27.44-28.392,27.44-45.884C432.632,229.572,422.964,213.288,405.284,201.188z'/%3E%3C/svg%3E"), var(--gradient);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .35);
  box-shadow: 0 0 25px rgba(0, 0, 0, .35);
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, .8s;
  transition-delay: 0s, .8s;
}

.about-sanatorium__row-bottom,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  padding: 20px;
  cursor: pointer;
  width: 33%;
  -webkit-transition: .25s;
  transition: .25s;
}

.wrap-item:hover {
  background-color: var(--main-color);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.wrap-item::before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border-radius: inherit;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: 0;
}

.wrap-item:hover .wrap-item__text,
.wrap-item:hover .wrap-item__title {
  color: #000;
}

.wrap-item:hover .wrap-item__btn {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.wrap-item:hover:before {
  opacity: 1;
}

.wrap-item__title {
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 34px;
  color: #232a34;
  margin: 0 0 15px;
}

.wrap-item__text {
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
  margin: 0 0 15px;
}

.wrap-item__btn {
  z-index: 1;
  position: relative;
  color: #000;
  background: var(--gradient);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 1rem;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  margin-top: auto;
  text-decoration: none;
}

.section-sanatorium-infrastructure {
  padding: 80px 0;
  background: #fafafa;
}

.section-sanatorium-infrastructure h2 {
  margin-bottom: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.section-sanatorium-infrastructure h2 .blue-text {
  color: var(--main-color);
}

.section-sanatorium-infrastructure .about-sanatorium-text {
  margin-bottom: 30px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.section-sanatorium-infrastructure .infrastructure-map {
  position: relative;
}

.section-sanatorium-infrastructure .infrastructure-map .map-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item {
  position: absolute;
  z-index: 5;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item {
  background: var(--gradient);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  padding: 8px 25px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 5;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item .minus,
.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item .plus {
  display: none;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item:hover {
  background: var(--gradient-hover);
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
  display: none;
  background: #fff;
  border-radius: 0 10px 10px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
  padding: 45px 30px 30px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item.right {
  right: 0;
  left: auto;
  border-radius: 10px 0 10px 10px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .about-text {
  margin-bottom: 10px;
  line-height: 20px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .about-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #303030;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .title-item-mobile {
  margin-bottom: 10px;
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  display: none;
  line-height: 1.2;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href:before {
  content: "";
  left: 0;
  top: 11px;
  position: absolute;
  width: 10px;
  height: 2px;
  z-index: 5;
  background: var(--main-color);
  border-radius: 3px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href:last-child {
  margin-bottom: 0;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block p.room-href {
  cursor: default;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block p.room-href:hover {
  color: #303030;
  text-decoration: none;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .column.w-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.open {
  z-index: 7;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.open .title-item {
  background: var(--gradient-hover);
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-1 {
  left: 30%;
  top: 10%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-1 .about-item {
  width: 646px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-2 {
  left: 75%;
  top: 15%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-2 .about-item {
  width: 425px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 {
  left: 75%;
  top: 40%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 .about-item {
  width: 430px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-4 {
  left: 55%;
  top: 30%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-4 .about-item {
  width: 237px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-5 {
  left: 75%;
  top: 20%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-5 .about-item {
  width: 480px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-6 {
  left: 83%;
  top: 30%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-6 .about-item {
  width: 480px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-7 {
  left: 33%;
  top: 25%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-7 .about-item {
  width: 378px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-8 {
  left: 90%;
  top: 50%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-8 .about-item {
  width: 246px;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-9 {
  left: 8%;
  top: 48%;
}

.section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-9 .about-item {
  width: 336px;
}

.section__small-banner {
  position: relative;
  padding: 36px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section__small-banner::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1.17%, rgba(0, 0, 0, .65)), color-stop(62.05%, rgba(0, 0, 0, .5655)), color-stop(116.9%, rgba(0, 0, 0, .0195)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .65) 1.17%, rgba(0, 0, 0, .5655) 62.05%, rgba(0, 0, 0, .0195) 116.9%);
  z-index: 1;
}

.small-banner__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-banner__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-banner__title {
  max-width: 500px;
  margin: 0;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}

.small-banner__title span {
  color: #fed576;
}

.small-banner__subtitle {
  max-width: 440px;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.small-banner__btn {
  padding: 18px 0;
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  text-decoration: none;
}

.small-banner__btn:hover {
  background: var(--gradient-hover);
  color: #000;
  text-decoration: none;
}

.small-banner__btn:active {
  background: var(--gradient-active);
  color: #000;
}

.fund {
  padding-bottom: 100px;
}

.fund h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
  color: #303030;
}

.fund h1 span {
  color: var(--main-color);
  font-weight: 700;
}

.fund__description {
  margin-bottom: 20px;
}

.fund__description p {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.fund__filter.flex {
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #f7f8fa;
  padding: 25px 30px 15px;
  margin-bottom: 50px;
  /*hide filter*/
  display: none;
}

.fund__filter_title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #303030;
  padding-right: 50px;
  margin-bottom: 10px;
}

.fund__filter_links.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fund__filter_links a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 50px;
  text-decoration: none;
  outline: 0;
  margin-bottom: 10px;
}

.fund__filter_links a:last-child {
  margin-right: 0;
}

.fund__filter_links a:hover {
  border-color: transparent;
}

.fund__filter_links a.active {
  color: var(--main-color);
  border-color: var(--main-color);
  font-weight: 700;
}

.part {
  border-bottom: 1px solid #003a62;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.part:last-child {
  margin-bottom: 0;
  border: none;
}

.part__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
  color: #303030;
  display: none;
}

.part__title span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #0081d8;
  background: var(--gradient);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.rooms {
  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.room {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	overflow: hidden;
}

.room__img {
  position: relative;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #eaeaea;
}

.room__img img {
  display: block;
  position: relative;
  z-index: 1;
}

.room__note {
  position: absolute;
  top: 30px;
  left: 20px;
  max-width: calc(100% - 40px);
  background: #14a04c;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.room__info {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.room__title {
  margin-bottom: 15px;
  font-weight: 800;
  color: #303030;
  font-size: 20px;
  line-height: 30px;
}

.room__description {
  margin-bottom: 15px;
  color: #303030;
  font-size: 14px;
  line-height: 22px;
}

.room__price {
  font-size: 16px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.room__price span {
  font-size: 26px;
  font-weight: 700;
}

.room__see {
  margin-top: auto;
}

.room__see a {
  display: block;
  width: 100%;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 17px;
  border-radius: 5px;
  background: var(--gradient);
  border: 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  text-align: center;
}

.room__see a:hover {
  color: #000;
  background: var(--gradient-hover);
}

.room__see a:active {
  color: #000;
  background: var(--gradient-active);
}

.bread-crumbs-block {
  padding: 50px 0;
}

.bread-crumbs-block .crumbs-text {
  color: var(--main-color);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}

.bread-crumbs-block .crumbs-text .back-mobile {
  display: none;
}

.bread-crumbs-block .crumbs-text .crumbs-item {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
  color: #303030;
  margin-right: 36px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.bread-crumbs-block .crumbs-text .crumbs-item.none-underline {
  text-decoration: none;
}

.bread-crumbs-block .crumbs-text .crumbs-item:not(:last-child):after {
  content: "";
  left: calc(100% + 20px);
  top: 14px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background: var(--main-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.bread-crumbs-block .crumbs-text .crumbs-current {
  display: inline-block;
}

.hr-card-housing-price {
  width: 100%;
  height: 1px;
  background: #193243;
  border: none;
  margin: 100px 0;
}

.housing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.housing-card h3 {
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;
  color: #303030;
}

.housing-card h3.h3-mobile {
  display: none;
}

.housing-card h3 .housing-number {
  color: #fff;
  display: inline-block;
  background: var(--gradient);
  border-radius: 5px;
  padding: 0 16px;
}

.housing-card .housing-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 621px);
  flex: 0 0 calc(100% - 621px);
  max-width: calc(100% - 621px);
  padding-right: 128px;
}

.housing-card .housing-info .housing-info__text {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.housing-card .img-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 621px;
  flex: 0 0 621px;
  max-width: 621px;
}

.housing-card .img-block img {
  width: 100%;
}

.about-price-block {
  display: none;
}

.about-price-block.about-top,
.about-price-block.open {
  display: block;
}

.about-price-block.about-bottom {
  padding-top: 40px;
}

.about-price-block.about-mobile {
  padding-top: 50px;
}

.about-price-block.about-mobile .table-mobile-block .table-item {
  margin-bottom: 10px;
}

.about-price-block.about-mobile .table-mobile-block .table-item:last-child {
  margin-bottom: 0;
}

.about-price-block.about-mobile .table-mobile-block .table-item .title-item {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 22px 50px 22px 20px;
  background: var(--main-color);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.about-price-block.about-mobile .table-mobile-block .table-item .title-item:after {
  content: "";
  position: absolute;
  z-index: 4;
  background: #fff;
  border-radius: 3px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.about-price-block.about-mobile .table-mobile-block .table-item .title-item:before {
      content: "";
    position: absolute;
    z-index: 5;
    width: 12px;
    height: 12px;
    top: 28px;
    right: 32px;
    transform: rotate(
45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item {
  border: 1px solid #efefef;
  border-radius: 0 0 8px 8px;
  border-top: none;
  display: none;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 20px;
  border-bottom: 1px solid #efefef;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item:last-child {
  border: none;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .position-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .price-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
}

.about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .price-item .blue-rub {
  font-family: Nunito Sans;
  font-weight: 600;
  color: var(--main-color);
}

.about-price-block.about-mobile .table-mobile-block .table-item.open .title-item {
  border-radius: 8px 8px 0 0;
}

.about-price-block.about-mobile .table-mobile-block .table-item.open .title-item:before {
  transform: rotate(-135deg);
  top: 35px;
}

.about-price-block .select-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about-price-block .select-section .select-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.about-price-block .select-section .title-select {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #303030;
}

.about-price-block .title-block {
  margin-bottom: 20px;
}

.about-price-block .title-block h2 {
  color: var(--main-color);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  display: inline-block;
}

.about-price-block .title-block .dates {
  display: inline-block;
  margin-left: 35px;
  color: #14a04c;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.about-price-block .table-block {
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-price-block .table-block .table-price {
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-price-block .table-block .table-price .tr-head {
  background: var(--main-color);
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-price-block .table-block .table-price .tr-head .light-text {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.about-price-block .table-block .table-price .tr-head th {
  padding: 12px 0 11px;
  position: relative;
  text-align: center;
}

.about-price-block .table-block .table-price .tr-head th:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 48px;
  width: 1px;
  background: #000;
  z-index: 5;
}

.about-price-block .table-block .table-price .tr-head th:last-child:after {
  display: none;
}

.about-price-block .table-block .table-price .tr-head th:first-child {
  text-align: left;
  padding-left: 20px;
}

.about-price-block .table-block .table-price tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #efefef;
}

.about-price-block .table-block .table-price tr td {
  text-align: center;
  height: 68px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.about-price-block .table-block .table-price tr td:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 48px;
  width: 1px;
  background: #efefef;
  z-index: 5;
}

.about-price-block .table-block .table-price tr td:last-child:after {
  display: none;
}

.about-price-block .table-block .table-price tr td .blue-rub {
  color: var(--main-color);
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
}

.about-price-block .table-block .table-price tr td:first-child {
  text-align: left;
  padding: 10px 0 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.about-price-block .table-block .table-price tr td:first-child .blue-text {
  display: block;
  font-weight: 400;
  color: var(--main-color);
}

h1.custom-h1 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.section-price-table .desc-section {
  margin-bottom: 47px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.mfp-counter {
  display: none;
}

.section-room-card {
  padding-bottom: 100px;
}

.section-room-card h1.custom-h1 {
  margin-bottom: 50px;
}

.section-room-card .btn-blue {
  border-radius: 5px;
}

.section-room-card .gallery-room-block {
  margin-bottom: 50px;
}

.section-room-card .gallery-room-block .prev-next-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-room-card .gallery-room-block .prev-next-btns .btn-nav-href {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7d7d7d;
}

.section-room-card .gallery-room-block .prev-next-btns .btn-nav-href img {
  margin-right: 14px;
}

.section-room-card .gallery-room-block .prev-next-btns .btn-nav-href.blue {
  color: var(--main-color);
  font-weight: 600;
}

.section-room-card .gallery-room-block .prev-next-btns .btn-nav-href.blue img {
  margin-right: 0;
  margin-left: 14px;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile {
  position: relative;
  display: none;
  padding-bottom: 55px;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .magnific-item-my {
  width: 100%;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .magnific-item-my img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  border: none;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 3px;
  z-index: 5;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-arrow.slick-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgBnZGLCYAwDESDE3QER+hGukndoG7kKI7gCGeEA4OQRHpwFJpHvgLgpGfxRAB8qwcV9UHwUi9Rxo5XWwQ2A/YIXFkWbKN4YLUDTTKitNwzVdi4fu4GaN9gvsy/Z0kPfAO4eMaJjC7a/wAAAABJRU5ErkJggg==) center no-repeat, #006cb5;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-arrow.slick-prev {
  right: 45px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADFSURBVHgBdZEBEYMwDEVpmQAkIGFzMAeAgs3BmIKBArAwBQUFw8EmAQkz0HY/LOV6tOSu1+T62vzfiGQnlFK5lPJFudwBjgzkUQjA1QHW2skYcxI+MI5jg+1BOYC+LMs75cIDemw3LpuiKFp3JvB8lqapws0z6i9WDeDpdzig/xtAjnxG/wrx2eqMugugRb0QE7khV9B22UKr8GEYOsA1ly10NQHEDsn+chj9Ahf8mR3SjGRorasAYpDGopL/WOYoxOA64B+HU1KKDzugagAAAABJRU5ErkJggg==) center no-repeat, #f4f4f4;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-dots {
  position: absolute;
  height: 35px;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 5px 0 0;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-dots li {
  display: inline-block;
  background: #efefef;
  border-radius: 10px;
  width: 30px;
  height: 2px;
  margin-right: 10px;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-dots li:last-child {
  margin-right: 0;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-dots li.slick-active {
  background: #2e95db;
}

.section-room-card .gallery-room-block .room-card-gallery-mobile .slick-dots li button {
  display: none;
}

.section-room-card .gallery-room-block .room-card-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 505px;
}

.section-room-card .gallery-room-block .room-card-gallery a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.section-room-card .gallery-room-block .room-card-gallery .photo-big {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.section-room-card .gallery-room-block .room-card-gallery .photo-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.section-room-card .gallery-room-block .room-card-gallery .photo-small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  height: calc(100% / 2 - 7.5px);
}

.section-room-card .gallery-room-block .room-card-gallery .photo-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-room-card .gallery-room-block .room-card-gallery .photo-small.small-border img {
  border-radius: 0 10px 10px 0;
}

.section-room-card .about-room-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-room-card .about-room-block .description-room-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(58.3% - 15px);
  flex: 0 0 calc(58.3% - 15px);
  max-width: calc(58.3% - 15px);
}

.section-room-card .about-room-block .description-room-block .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.section-room-card .about-room-block .description-room-block .title-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;
  color: #303030;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-room-card .about-room-block .description-room-block .title-block h3 .housing-number {
  color: #fff;
  display: inline-block;
  background: var(--gradient);
  border-radius: 5px;
  padding: 0 16px;
}

.section-room-card .about-room-block .description-room-block .title-block .title-room {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.section-room-card .about-room-block .description-room-block .category-room {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--main-color);
}

.section-room-card .about-room-block .description-room-block .desc-text {
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  border-bottom: 1px solid #e6e6e6;
}

.section-room-card .about-room-block .description-room-block .about-room-section {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
}

.section-room-card .about-room-block .description-room-block .about-room-section h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .detail-item:last-child {
  margin-bottom: 0;
}

.section-room-card .about-room-block .description-room-block .about-room-section .btn-blue {
  width: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 25px;
  border: none;
  margin-top: 10px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .about-li-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .about-li-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: var(--main-color);
  border-radius: 3px;
  width: 10px;
  height: 2px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
  max-width: 325px;
  margin-right: 42px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column.comfort-mobile {
  display: none;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column:last-child {
  margin-right: 0;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column .comfort-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column .comfort-item img {
  margin-right: 10px;
}

.section-room-card .about-room-block .description-room-block .about-room-section .attention {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAiCAYAAABiOJjbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgBvZPNTcNAEIXfDIgrKcEluAQ4h0tK4IpAQCWAUCSOpIjAMSkhHWTTweYceV9214f8yLOOFClzsmc+z7y3Oxa8/C1BVjBCUQ6vIJxZZgJKIQkQOpug79OQRIq3G8BFkfQ9HYrVJBIre4ScIpJNQSRd2UXuENQGVGOHGz3DZsO15IfnKTsBojrlLnJ06xgPVy0gttXSCL8DutaOLXCdXwLfcSW3B0DgGpeJ9iTf/is0zSuodZsNC2w2X/gZOcHTtI5eZjE9OPrYI+BeofLRUUTOxVo8B97ZClj3XdYgrdy8ACzSvzmxJ/BT8T38jWYfE71Xmcd1GmH8MNkCdu9V8O/FTEQAAAAASUVORK5CYII=) 25px center no-repeat, #fbfbfb;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 13px 45px 13px 53px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.section-room-card .about-room-block .description-room-block .about-room-section iframe {
  width: 100%;
  border-radius: 10px;
}

.section-room-card .about-room-block .description-price-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(41.6% - 15px);
  flex: 0 0 calc(41.6% - 15px);
  max-width: calc(41.6% - 15px);
}

.section-room-card .about-room-block .description-price-block .conditions-block {
  margin-bottom: 30px;
  padding: 10px 30px;
  background: #f7f8fa;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.section-room-card .about-room-block .description-price-block .conditions-block .condition-item {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
}

.section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-title {
  display: inline-block;
  padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-value {
  display: inline-block;
  text-align: right;
}

.section-room-card .about-room-block .description-price-block .conditions-block .condition-item:last-child {
  border: none;
}

.section-room-card .about-room-block .description-price-block .price-room-block {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 25px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #303030;
}

.section-room-card .about-room-block .description-price-block .price-room-block .btn-blue {
  width: auto;
  padding: 30px 35px;
  border: none;
  font-size: 20px;
  line-height: 24px;
}

.section-room-card .about-room-block .description-price-block .price-room-block p {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-room-card .about-room-block .description-price-block .price-room-block p.price-room-header {
  font-weight: 600;
  color: #193243;
}

.section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: var(--main-color);
}

.section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-value .rub {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
}

.section-room-card .d-none {
  display: none;
}

.section-special-offers {
  padding: 100px 0 70px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.section-special-offers h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 40px;
  margin-top: 0;
}

.section-special-offers h2 .blue-text {
  color: var(--main-color);
}

.section-special-offers .offers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-special-offers .offer-item {
  width: calc(33.33% - 10px);
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section-special-offers .offer-item img {
  width: 100%;
  height: 270px;
  border-bottom: 1px solid #eaeaea;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-special-offers .offer-item .offer-desc {
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.section-special-offers .offer-item .offer-desc h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: 0;
}

.section-special-offers .offer-item .offer-desc h3 br {
  display: none;
}

.section-special-offers .offer-item .offer-desc p {
  margin-bottom: 15px;
}

.section-special-offers .offer-item .offer-desc .btn-blue {
  width: auto;
  display: inline-block;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 14px;
  line-height: 24px;
  margin-top: auto;
}

.section-advantages {
  padding: 80px 0 50px;
  background: #fafafa;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.section-advantages h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
  margin-bottom: 40px;
  margin-top: 0;
}

.section-advantages h2 .blue-text {
  color: var(--main-color);
}

.section-advantages .advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-advantages .advantage-item {
  width: calc(33.33% - 13px);
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-advantages .advantage-item:before {
  content: "";
  left: 1px;
  top: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-36.65%, rgba(0, 0, 0, 0)), color-stop(100%, #232a34), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -36.65%, #232a34 100%, #000 100%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 5;
  border-radius: 10px;
}

.section-advantages .advantage-item .adv-desc {
  padding: 30px;
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
}

.section-advantages .advantage-item .adv-desc p {
  margin: 0;
}

.section-advantages .advantage-item .adv-desc h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}

.section-advantages .advantage-item img {
  border: 1px solid #cdcdcd;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.section__room-fund {
  padding: 100px 0;
}

.room-fund__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.room-fund__title span {
  color: var(--main-color);
}

.room-fund__desc {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.tab__wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fa;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 25px 30px;
  /*hide filter*/
  display: none;
}

.tab__wrapper p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #303030;
}

.tab {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab li {
  list-style-type: none;
  font-size: 18px;
  color: #7d7d7d;
  margin-right: 30px;
}

.tab li:last-child {
  margin-right: 0;
}

.tablinks {
  color: #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}

.tablinks.active,
.tablinks:focus,
.tablinks:hover {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.tabcontent {
  display: block;
  height: 0;
  overflow: hidden;
}

.tabcontent.active {
  height: auto;
}

.build-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #303030;
  display: none;
}

.build-title span {
  line-height: 1;
  margin-left: 10px;
  text-align: center;
  padding: .5rem 1.3rem;
  background: var(--gradient);
  border-radius: 5px;
  color: #000;
}

.build__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.build__badge {
  position: absolute;
  top: 5%;
  left: 7%;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #14a04c;
  border-radius: 5px;
}

.build__card {
  position: relative;
  width: calc(100% / 4 - 10px);
  margin: 0 5px 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
}

.build__card.ui-flex-empty {
  display: none;
}

.build__img {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.build__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.build__title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #303030;
  padding: 0 20px;
}

.build__desc {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.build__price {
  margin-bottom: 20px;
  margin-top: auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main-color);
  padding: 0 20px;
}

.build__price span {
  font-size: 26px;
  font-weight: 700;
}

.build__btn {
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  padding: 1rem 1.5rem;
  margin: 0 20px;
  color: #000;
  background: var(--gradient);
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  border: none;
  outline: 0;
  cursor: pointer;
  font-weight: 700;
}

.build__btn:hover {
  background: var(--gradient-hover);
  color: #000;
  text-decoration: none;
}

.build__btn:active {
  background: var(--gradient-active);
}

.section__sanatorium-progs {
  padding: 80px 0;
  background-color: #fafafa;
}

.sanatorium-progs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sanatorium-progs__left-col {
  width: 50%;
  z-index: 9;
  position: relative;
  margin-right: 15px;
}

.sanatorium-progs__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.sanatorium-progs__title span {
  color: #006cb5;
}

.sanatorium-progs__desc p {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.sanatorium-progs__desc p:last-child {
  margin-bottom: 0;
}

.sanatorium-progs__bg-number {
  margin-top: 40px;
  margin-left: 313px;
  position: absolute;
  z-index: 1;
}

.sanatorium-progs__right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  position: relative;
}

.sanatorium-progs__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 15px;
}

.progs__block-link {
  width: calc(100% / 3 - 10px);
  padding: 25px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1.5px solid #eaeaea;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.progs__block-link:hover {
  background: var(--main-color);
}

.progs__block-link:hover::after {
  color: rgba(255, 255, 255, .5);
}

.progs__block-link::after {
  content: attr(data-count);
  display: inline-block;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  position: absolute;
  height: 60px;
  top: 35%;
  right: -11px;
  color: rgba(255, 255, 255, .5);
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.progs__block-link::before {
  content: '';
  z-index: 5;
  position: absolute;
  border: 2px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 7px;
  left: 7px;
  border-radius: inherit;
  opacity: 0;
}

.progs__block-link:hover::before {
  opacity: 1;
}

.progs__block-number {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #f33;
}

.progs__block-link:hover .progs__block-number {
  color: #fff;
}

.progs__block-desc {
  z-index: 2;
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}

.progs__block-link:hover .progs__block-desc {
  color: #fff;
}

.progs__block-btn {
  position: relative;
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid var(--main-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
}

.progs__block-btn::after {
  content: '\21C0';
  margin-left: 10px;
}

.progs__block-link:hover .progs__block-btn {
  color: #fff;
  border-color: #fff;
}

.progs__block-svg1 {
  margin-left: 15px;
}

.progs__block-link:hover .progs__block-svg1,
.progs__block-svg2 {
  display: none;
}

.progs__block-link:hover .progs__block-svg2 {
  display: inline;
  margin-left: 15px;
}

.progs__block-bg-number {
  display: none;
}

.progs__block-link:hover .progs__block-bg-number {
  display: block;
  position: absolute;
  top: 30%;
  right: 5.3%;
}

.sanatorium-progs__bottom {
  position: relative;
  padding: 23px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.sanatorium-progs__bottom::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .56)), color-stop(82.3%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .56) 0, rgba(0, 0, 0, 0) 82.3%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.sanatorium-progs__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.sanatorium-progs__bottom-title {
  margin: 0;
  max-width: 577px;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
}

.sanatorium-progs__bottom-title br {
  display: none;
}

.sanatorium-progs__bottom-title span {
  font-weight: 800;
  color: #fed576;
}

.sanatorium-progs__bottom-form .form-block-success {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: -23px;
  height: calc(100% + 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -999;
  opacity: 0;
}

.sanatorium-progs__bottom-form,
.sanatorium-progs__bottom-form .form-block:not(.form-block-success) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sanatorium-progs__bottom-form input {
  width: 363px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  outline: 0;
}

.sanatorium-progs__bottom-form input[type=number] {
  -moz-appearance: textfield;
}

.sanatorium-progs__bottom-form input[type=number]:focus,
.sanatorium-progs__bottom-form input[type=number]:hover {
  -moz-appearance: number-input;
}

.sanatorium-progs__bottom-form input[type=number]::-webkit-inner-spin-button,
.sanatorium-progs__bottom-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sanatorium-progs__bottom-btn1 {
  padding: 17px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background: var(--gradient);
  border-radius: 0 5px 5px 0;
  border: none;
  outline: 0;
  cursor: pointer;
}

.sanatorium-progs__bottom-btn2 {
  display: none;
  width: 100%;
  padding: 14px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background: var(--gradient);
  border-radius: 5px;
  border: none;
  outline: 0;
  cursor: pointer;
}

.sanatorium-progs__bottom-form button:hover {
  background: var(--gradient-hover);
  color: #000;
}

.sanatorium-progs__bottom-form button:active {
  background: var(--gradient-active);
  color: #000;
}

.section-discount {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.discount__content {
  padding-top: 51px;
  padding-bottom: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.discount__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount__start img {
  margin-right: 30px;
}

.descount__btn--start {
  display: none;
}

.discount__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 456px;
}

.discount__title {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
}

.discount__title span {
  font-weight: 800;
  color: #fed576;
}

.discount__residence {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discount__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discount__img {
  margin-right: 10px;
}

.discount__desc {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.discount__btn {
  padding: 15px 31px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2e95db;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.discount__btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2e95db;
}

.section-gallery {
  padding: 100px 0;
}

.section-gallery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.section-gallery__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #303030;
  margin: 0;
}

.gallery-360 {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.gallery-360__btn {
  position: relative;
  background: var(--gradient);
  color: #333333;
  border-radius: var(--bd-radius);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  font-size: 16px;
  padding: 1em 2em;
  display: inline-block;
  font-weight: 700;
}
.gallery-360__btn:hover {
  background: var(--gradient-hover);
  color: #333333;
  text-decoration: none;
}
.gallery-360__btn:active {
  background: var(--gradient-active);
}

.gallery-360 .slick-track {
  padding-top: 10px;
  display: flex;
}

.gallery-360__item {
  position: relative;
  display: flex;
  border-radius: 10px;
  width: calc(100% / 4 - 15px);
  height: auto;
  z-index: 2;
  margin-bottom: 20px;
}

.gallery-360__item:hover::after {
  opacity: 1;
}

.gallery-360__item:hover::before {
  top: -5px;
  right: -5px;
}

.gallery-360__item::before {
  content: '';
  position: absolute;
  border-radius: 10px;
  -webkit-transition: .25s;
  transition: .25s;
  height: 70%;
  width: 70%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--main-color);
}

.gallery-360__item::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
  background-color: rgba(0, 0, 0, .35);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANcSURBVHgB5VqLcdswDIV9HcAbhJ0g3iDqBEkniDdwNrA6gZMJkkzg6wSSJ0g7gdQJ7A1QsKSvCgRKFEV9cnl3OJ8oEtQjPvx5AT2BiAn9XJOsraxIVKVKaeVMkpMcF4vFL5gD6OPXJCnJCcNQkOxJFEwBSyDDuHgejRB1tCJ5xGGRwpBAY4Wi4QO0ex1ItrbuFWt/RXJj3x9ayBQ4hHVI6QbdcZCR3JKsOupcWb1FA5k1xILtzNXRDURAA6FTFDKk5M5BYt/VAh59KTQBH5eMVSy50xYGBOnfoWx9BV2Bxn8LQeE9jAAHmQy6AuUUO6glhG+QyDx0UaAEBXuYAFifdLWr+8Um1gOuwMDAti4aHKi2PY/TnU9DyRpBcWF1FREG46GzVSRrQCCw7uPBMYZ1qzh1Le1vwspTiIc+884je75zVVxaX1aVsjPtF15hHnhiz4nLvbRF+HIjh5mABvSyGaviVqqriSSsLId5ge8mxWyoiaiWhlPjN3tWUqUvwosSWoBm/eNKzwl/pvqOqvBK7lNCM/jAKnB81DtAC9C9HgtBa5rH+hwntllCdyhwjUqALmQ7ylCEECnBw/18dZFr/YEI0DFSQmWE9Qg1Kdcpkep8A5MGpZyewPs4yUHOhCXJT2iHEtrVoImcWdlXksZRsgH6JL2zYZZUinKq/wPCwQfrLFXSrsWzwjXMC3zCFqcHiYhzPTMREvbsJHJkZWuMfMAQCjtf8Zn8KNVd2gPlslKmSYyyR/cAX7bndv1VwyX9vrBy/z1yHbyjEsLB3fylsbadrTli7BAzDN8hpnxG99KF9V2i/4Zf1hc8Y6O89W7fs1ca863lASYA9fsmWEN1UbATRiKFESG4FAa5uTAao5FxkHiGEKD77DeFAYHyKWeB2OO+BM2FjUTm0Eux3JceuAzd6DenNZApMMKhNpqU73uhGoVM4VD+j1BXC1kLNBE4hZBZ+HRMPzoNN53l5mAWc3odpGf2svJuZdvqVXXioec7mBldCvJN7zM3NKk59F69DVrvlvW3wQDL+JJxXZP1IbBDxwpiUDIVQrqTNwxDhua6unUJ5EumNUZ8SEHd/1WlyiVmtORg/otyhg7QZGComBkbOLSbjYnPQOYEHxECmeAbtsmB///+oVP4/V87EVRJN9UKXwAAAABJRU5ErkJggg==);
  z-index: 3;
}

.gallery-360__item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery-360__nav .slick-arrow {
  position: relative;
  margin-left: 10px;
}

.view-360-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  padding: 8rem .2rem;
  font-size: 28px;
}

.view-360-block::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.view-360-block img {
  display: block;
  margin: 20px 0;
}

.view-360-block__title {
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.view-360-block__btn {
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  box-shadow: 0 4px 20px rgba(0, 61, 102, .15);
  border-radius: 5px;
  text-align: center;
  padding: 1rem 2.5rem;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  background: var(--gradient);
}

.view-360-block__btn:hover {
  background: var(--gradient-hover);
  text-decoration: none;
  color: #000;
}

.view-360-block__btn:active {
  background: var(--gradient-active);
  color: #000;
}

.section__activity {
  padding: 100px 0;
}

.section__activity--title {
  margin: 0 0 40px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.section__activity--title span {
  color: #006cb5;
}

.activity__card--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activity__card {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  width: calc(100% / 3 - 10px);
}

.activity__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.activity__title {
  margin: 0 0 15px;
  padding: 0 20px;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 22px;
  line-height: 34px;
  color: #303030;
}

.activity__desc {
  margin: 0 0 20px;
  padding: 0 20px;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.section__feedback {
  padding: 80px 0;
  background-color: #fafafa;
}

.feedback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback__left-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 10px);
  max-width: 500px;
}

.feedback__right-col {
  width: calc(50% - 10px);
}

.feedback__info--mobile {
  display: none;
}

.feedback__badge {
  max-width: 189px;
  display: block;
  margin: 0 0 25px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #f33;
  border-radius: 5px;
}

.feedback__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #303030;
}

.feedback__title span {
  color: var(--main-color);
}

.feedback__subtitle {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #303030;
}

.contacts__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #303030;
}

.feedback__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacs__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacs__item:first-child {
  padding-top: 0;
}

.contacs__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.contacts__item--left {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--main-color);
}

.contacts__item--right {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #303030;
  text-align: right;
  padding-left: 1em;
}

.feedback__form .form-block-success {
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px 0;
  opacity: 0;
  z-index: -999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__form {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.feedback__form textarea {
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 25px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  resize: none;
}

footer {
  background: #fff;
  font-style: normal;
  font-weight: 400;
}
.footer__row {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-top {
  border-bottom: 1px solid #193243;
  padding: 80px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-top .logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-top .logo-block img {
  margin-right: 15px;
}

footer .footer-top .logo-block .sanatorium-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

footer .footer-top .logo-block .sanatorium-info .official-site {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}

footer .footer-top .location-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-top .location-block img {
  margin-right: 15px;
}

footer .footer-top .location-block .address {
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  color: #000;
}

footer .footer-top .location-block .address .title-block {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}

footer .footer-top .search-block input {
  outline: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMzEwLjQyIDMxMC40MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI3My41ODcsMjE0Ljk2NWM0OS4xMS00OS4xMTEsNDkuMTA5LTEyOS4wMjEsMC0xNzguMTMyYy00OS4xMTEtNDkuMTExLTEyOS4wMi00OS4xMTEtMTc4LjEzLDBDNTMuNzkzLDc4LjQ5Nyw0Ny40ODMsMTQwLjQ2Miw3Ni41MSwxODguODVjMCwwLDIuMDg1LDMuNDk4LTAuNzMxLDYuMzEyYy0xNi4wNjUsMTYuMDY0LTY0LjI2Myw2NC4yNjMtNjQuMjYzLDY0LjI2M2MtMTIuNzkxLDEyLjc5LTE1LjgzNiwzMC42NzUtNC40OTMsNDIuMDJsMS45NTMsMS45NTFjMTEuMzQzLDExLjM0NSwyOS4yMjksOC4zMDEsNDIuMDE5LTQuNDljMCwwLDQ4LjA5Ni00OC4wOTcsNjQuMTI4LTY0LjEyOGMyLjk1MS0yLjk1MSw2LjQ0OC0wLjg2Niw2LjQ0OC0wLjg2NkMxNjkuOTU4LDI2Mi45MzgsMjMxLjkyMywyNTYuNjI5LDI3My41ODcsMjE0Ljk2NXogTTExOC43MTEsMTkxLjcxYy0zNi4yODgtMzYuMjg4LTM2LjI4Ny05NS4zMzIsMC4wMDEtMTMxLjYyYzM2LjI4OC0zNi4yODcsOTUuMzMyLTM2LjI4OCwxMzEuNjE5LDBjMzYuMjg4LDM2LjI4NywzNi4yODgsOTUuMzMyLDAsMTMxLjYyQzIxNC4wNDMsMjI3Ljk5NiwxNTUsMjI3Ljk5NiwxMTguNzExLDE5MS43MXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTI2Ljc1LDExOC40MjRjLTEuNjg5LDAtMy40MDYtMC4zMzItNS4wNjEtMS4wMzFjLTYuNjExLTIuNzk4LTkuNzA0LTEwLjQyNi02LjkwNi0xNy4wMzhjMTcuNTg2LTQxLjU1OSw2NS43MDMtNjEuMDYyLDEwNy4yNjEtNDMuNDc2YzYuNjExLDIuNzk4LDkuNzA0LDEwLjQyNiw2LjkwNiwxNy4wMzhjLTIuNzk5LDYuNjEyLTEwLjQyNSw5LjcwMy0xNy4wMzksNi45MDZjLTI4LjM1NC0xMS45OTgtNjEuMTg2LDEuMzA5LTczLjE4MywyOS42NjNDMTM2LjYyOSwxMTUuNDQ1LDEzMS44MTUsMTE4LjQyNCwxMjYuNzUsMTE4LjQyNHoiLz4JDQo8L3N2Zz4=);
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #33434e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 20px 10px 60px;
  width: 295px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #000;
}

footer .footer-top .search-block input::-webkit-input-placeholder {
  color: #000;
}

footer .footer-top .search-block input::-moz-placeholder {
  color: #000;
}

footer .footer-top .search-block input::-ms-input-placeholder {
  color: #000;
}

footer .footer-top .search-block input::placeholder {
  color: #000;
}

footer .footer-nav {
  border-bottom: 1px solid #193243;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-nav .nav-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  max-width: 235px;
  color: #000;
}

footer .footer-nav .nav-block .title-nav-section {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}

footer .footer-nav .nav-block .title-nav-section.isactive:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

footer .footer-nav .nav-block .title-nav-section a {
  color: #000;
}

footer .footer-nav .nav-block .title-nav-section a:hover {
  color: #000;
  text-decoration: none;
}

footer .footer-nav .nav-block nav .nav-item {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 14px;
}

footer .footer-nav .nav-block nav .nav-item:last-child {
  margin-bottom: 0;
}

footer .footer-nav .nav-block nav .nav-item:hover {
  color: #000;
  text-decoration: underline;
}

footer .footer-attention {
  border-bottom: 1px solid #193243;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

footer .footer-bottom {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-bottom .partner-img {
  display: none;
}

footer .footer-bottom .copyright {
  font-size: 14px;
  line-height: 19px;
}

footer .footer-bottom .private-policy {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  text-decoration: none;
  outline: 0;
  margin-left: .5em;
}

footer .footer-bottom .private-policy:hover {
  text-decoration: underline;
}

footer .footer-bottom .social-block .soc-item {
  margin-right: 17px;
  display: inline-block;
  outline: 0;
  text-decoration: none;
}

footer .footer-bottom .social-block .soc-item:last-child {
  margin-right: 0;
}

@-webkit-keyframes isactive {
  0% {
    opacity: 1;
    z-index: 999;
  }

  80% {
    opacity: 1;
  }

  99.9% {
    z-index: 99;
  }

  100% {
    opacity: 0;
    z-index: -999;
  }
}

@keyframes isactive {
  0% {
    opacity: 1;
    z-index: 5;
  }

  80% {
    opacity: 1;
  }

  99.9% {
    z-index: 5;
  }

  100% {
    opacity: 0;
    z-index: -999;
  }
}

@supports (-webkit-touch-callout:none) {
  .mobile-menu {
    padding-bottom: 100px;
  }
}

@media (max-width:1580px) {
  .header__logo a {
    margin-right: 10px;
  }

  .adress__info {
    font-size: 12px;
  }

  .adress__info span {
    font-size: 14px;
  }
}

@media (max-width:1530px) {
  .tel-current {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 4px;
  }

  .tel .tel-current__link,
  .tel__item {
    font-size: 14px;
  }
}

@media (max-width:1400px) {
  .header-btn {
    margin-right: 20px;
  }

  .videoPoster:before {
    height: 80px;
    width: 80px;
  }

  .section-sanatorium-infrastructure {
    padding: 50px 0;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item {
    padding: 8px 23px;
    font-size: 16px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    padding: 40px 30px 25px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .about-title {
    font-size: 18px;
  }

  .fund__filter.flex,
  .section-price-table .desc-section {
    margin-bottom: 40px;
  }

  .about-price-block .table-block .table-price .tr-head {
    font-size: 14px;
    line-height: 21px;
  }

  .about-price-block .table-block .table-price .tr-head th:first-child {
    width: 240px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-price-block .table-block .table-price .tr-head th:nth-child(2) {
    width: 160px;
  }

  .about-price-block .table-block .table-price .tr-head th:nth-child(3) {
    width: 200px;
  }

  .about-price-block .table-block .table-price .tr-head th:nth-child(4) {
    width: 150px;
  }

  .about-price-block .table-block .table-price .tr-head th:nth-child(5) {
    width: 180px;
  }

  .about-price-block .table-block .table-price .tr-head th:nth-child(6) {
    width: 175px;
  }

  .about-price-block .table-block .table-price tr td {
    height: 92px;
  }

  .about-price-block .table-block .table-price tr td:first-child {
    padding-right: 5px;
  }

  .about-price-block .table-block .table-price tr td:after {
    height: calc(100% - 20px);
  }

  .housing-card .img-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
  }

  .housing-card .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 540px;
    height: 400px;
  }

  .housing-card .housing-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 540px);
    flex: 0 0 calc(100% - 540px);
    max-width: calc(100% - 540px);
    padding-right: 57px;
  }

  .section-room-card .gallery-room-block .room-card-gallery {
    height: 469px;
  }

  .section-room-card .gallery-room-block .room-card-gallery .photo-big {
    height: inherit;
  }

  .section-room-card .gallery-room-block .room-card-gallery .photo-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    height: calc(469px / 2 - 6.5px);
  }

  .section-room-card .gallery-room-block {
    margin-bottom: 30px;
  }

  .section-room-card .about-room-block .description-room-block .title-block .title-room {
    font-size: 18px;
  }

  .section-room-card .about-room-block .description-room-block .desc-text br {
    display: none;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item {
    font-size: 14px;
    line-height: 19px;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block {
    padding: 25px 20px;
    font-size: 16px;
    line-height: 28px;
    color: #303030;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-title {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 50px);
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-special-offers h2 {
    margin-bottom: 30px;
  }

  .section-special-offers .offer-item .offer-desc h3 {
    font-size: 20px;
  }

  .section-advantages {
    padding: 50px 0 20px;
  }

  .section-advantages h2 {
    margin-bottom: 30px;
  }

  .section-advantages .advantage-item .adv-desc {
    padding: 30px 25px;
  }

  footer .footer-top .logo-block .sanatorium-info {
    width: 193px;
  }

  footer .footer-top {
    padding: 40px 0 30px;
  }

  footer .footer-nav {
    padding: 30px 0 35px;
  }

  footer .footer-nav .nav-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 202px;
    flex: 0 0 202px;
    max-width: 202px;
    color: #fff;
  }
}

@media (max-width:1366px) {
  .form__title {
    margin-bottom: 25px;
  }

  .banner__block-par {
    font-size: 12px;
    line-height: 20px;
  }

  .under-banner__title {
    font-size: 18px;
  }

  .about-sanatorium__row-top {
    margin-bottom: 80px;
  }

  .about-sanatorium__title {
    margin-bottom: 20px;
  }

  .about-sanatorium__right-col {
    width: 687px;
    height: 555px;
  }

  .video_wrapper {
    width: 98.8%;
    height: 100%;
    margin-top: 6px;
  }

  .wrap-item__title {
    font-size: 20px;
    line-height: 32px;
  }

  .wrap-item__btn {
    font-size: 16px;
  }

  .section__small-banner {
    padding: 30px 0;
  }

  .small-banner__title {
    font-size: 28px;
    line-height: 34px;
  }

  .small-banner__subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .room-fund__desc,
  .tab__wrapper {
    margin-bottom: 40px;
  }

  .build__title {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .build__desc,
  .build__price {
    margin-bottom: 13px;
  }

  .section__sanatorium-progs {
    padding: 50px 0;
  }

  .sanatorium-progs__desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .sanatorium-progs__bottom-title {
    font-size: 26px;
    line-height: 35px;
    margin-left: 40px;
    margin-right: 10px;
  }

  .sanatorium-progs__bottom-form {
    margin-right: 40px;
  }

  .sanatorium-progs__bottom-form input {
    width: 286px;
    padding-left: 20px;
  }

  .sanatorium-progs__bottom-btn1 {
    padding: 17px 38px;
  }

  .discount__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .discount__start {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount__start img {
    margin-bottom: 10px;
    max-width: 141px;
    height: auto;
  }

  .section__activity--title {
    margin-bottom: 40px;
  }

  .activity__title {
    font-size: 20px;
  }

  .section__feedback {
    padding: 50px 0;
  }

  .feedback__form {
    padding: 40px;
  }
}

@media (max-width:1300px) {
  .headerfix .menu-btn__text {
    display: none;
  }
	.header__programm {
		font-size: 16px;
	}
	.header__programm, .header__social, .header__address {
		margin-right: 30px;
	}
}

@media (max-width:1250px) {
  .headerfix__btn {
    margin-left: auto;
  }

  .headerfix__nav {
    display: none;
  }

  .headerfix {
    padding: 15px 0;
  }

  .headerfix .menu-btn--desctop {
    display: none;
  }

  .headerfix .menu-btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media (max-width:1200px) {
  
  .progs__block-link{
    padding: 20px 15px;
  }
  .progs__block-number {
    margin-bottom: 15px;
  }
  .progs__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .footer__social {
    margin: 0;
  }

  .header__address {
    margin: 0 50px;
  }

  .select-custom .select__head::after,
  .select-custom .select__head::before {
    width: 66px;
  }

  .select-custom .select__head {
    font-size: 18px;
    line-height: 26px;
    padding: 19px 70px 19px 30px;
  }

  .select-custom {
    font-size: 18px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-2 {
    left: 85%;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 {
    top: 5%;
  }
  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-4 {
    top: 8%;
  }
  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-5 {
    left: 8%;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 39px;
    height: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 17px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item .text-desktop {
    display: none;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item .plus {
    display: inline;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.open .title-item .plus {
    display: none;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.open .title-item .minus {
    display: inline;
    padding-bottom: 4px;
  }

  .section-sanatorium-infrastructure {
    padding: 40px 0;
  }

  .section-sanatorium-infrastructure h2 {
    font-size: 36px;
  }

  .section-sanatorium-infrastructure .about-sanatorium-text {
    font-size: 16px;
    line-height: 26px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    width: 325px!important;
    max-height: 305px;
    overflow: hidden;
    padding: 30px 20px 10px;
    line-height: 22px;
    top: 33px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(305px - 30px - 10px);
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 5px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block::-webkit-scrollbar-track-piece {
    background-color: #efefef;
    border-radius: 5px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--main-color);
    border-radius: 5px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .about-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href:last-child {
    margin-bottom: 10px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-2 .about-item {
    top: auto;
    bottom: 37px;
    border-radius: 10px 10px 10px 0;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-4 .about-item {
    left: auto;
    right: 0;
    border-radius: 10px 0 10px 10px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .title-item-mobile {
    display: block;
  }

  .fund {
    padding-bottom: 50px;
  }

  .about-price-block.about-bottom {
    display: none!important;
  }

  .about-price-block .title-block {
    margin-bottom: 32px;
  }

  .about-price-block .title-block h2 {
    font-size: 24px;
    margin: 0;
    line-height: 34px;
  }

  .about-price-block .title-block .dates {
    margin-left: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .hr-card-housing-price {
    margin: 50px 0;
  }

  .about-price-block .select-section .title-select {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .about-price-block .select-section .select-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .housing-card .img-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 336px;
  }

  .housing-card .img-block img {
    width: 100%;
    height: 336px;
  }

  .housing-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .housing-card .housing-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-right: 0;
    min-height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .housing-card .housing-info .btn-blue {
    margin-top: auto;
  }

  .housing-card h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
  }

  .housing-card .housing-info__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    display: inline;
  }

  .section-room-card .gallery-room-block .room-card-gallery {
    height: 380px;
  }

  .section-room-card .gallery-room-block .room-card-gallery .photo-big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12.5px);
    flex: 0 0 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
  }

  .section-room-card .gallery-room-block .room-card-gallery .photo-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    height: calc(380px / 2 - 5px);
  }

  .section-room-card .about-room-block .description-room-block .title-block h3 {
    font-size: 24px;
    line-height: 44px;
    margin: 0 30px 0 0;
  }

  .section-room-card .about-room-block .description-room-block .title-block .title-room {
    line-height: 26px;
    margin: 0;
  }

  .section-room-card .about-room-block .description-price-block,
  .section-room-card .about-room-block .description-room-block,
  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item span:last-child {
    text-align: right;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .attention {
    line-height: 20px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container {
    line-height: 24px;
  }

  .section-room-card {
    padding-bottom: 80px;
  }

/*  .section-room-card .about-room-block .description-price-block .price-room-block .btn-blue {
    padding: 20px 35px;
    font-size: 18px;
    line-height: 24px;
  }*/

  .section-special-offers {
    padding: 80px 0 50px;
  }

  .section-special-offers h2 {
    font-size: 36px;
  }

  .section-special-offers .offer-item img {
    height: 220px;
  }

  .section-special-offers .offer-item .offer-desc {
    padding: 20px 25px;
  }

  .section-special-offers .offer-item .offer-desc h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-special-offers .offer-item .offer-desc h3 br {
    display: block;
  }

  .section-advantages {
    padding: 40px 0 20px;
  }

  .section-advantages h2 {
    font-size: 36px;
  }

  .section-advantages h2 br {
    display: none;
  }

  .section-advantages .advantage-item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
  }

  .section-advantages .advantage-item .adv-desc {
    padding: 20px 15px;
  }

  .build__btn {
    font-size: 16px;
  }

  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  footer .footer-top .partner-block {
    display: none;
  }

  footer .footer-top .location-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  footer .footer-top .logo-block {
    margin-bottom: 30px;
  }

  footer .footer-top .logo-block .sanatorium-info {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  footer .footer-top .logo-block .sanatorium-info .official-site {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }

  footer .footer-top .search-block {
    margin-bottom: 30px;
  }

  footer .footer-top .search-block input {
    width: 100%;
  }

  footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
  }

  footer .footer-nav .nav-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #193243;
  }

  footer .footer-nav .nav-block:last-child {
    border: none;
  }

  footer .footer-nav .nav-block nav {
    margin-top: 30px;
    display: none;
  }

  footer .footer-nav .nav-block .title-nav-section {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  footer .footer-nav .nav-block .title-nav-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--gradient);
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    z-index: 5;
  }

  footer .footer-nav .nav-block .title-nav-section:before {
    content: "";
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB+SURBVHgBlY8BDYAwDAQrAQmTMAlIwAFIwAFzAA7AySQgAQmTUNakg7Jl6bhkSdP+NSsg4sWvgwZiziQHuCBObQHNOYdJNmKBV+RHJC//CrFXxKMQs1sCB9ZstnE/FKIIWbHAcc8J0YJyV48vXtQDtBCDE34Z4Q9RmFlcapkbWn7foX+t3+4AAAAASUVORK5CYII=) center no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
  }

  footer .footer-nav .nav-block .title-nav-section.open:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }

  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .footer-bottom .partner-img {
    display: block;
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
  }

  footer .footer-bottom .copyright {
    line-height: 22px;
    margin-bottom: 25px;
  }

  footer .footer-bottom .private-policy {
    margin-bottom: 25px;
    display: inline-block;
  }
}

@media (max-width:1100px) {
  .rooms {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .build__card {
    width: calc(33.33% - 10px);
  }
}

@media (max-width:1090px) {
  .build__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .build__desc,
  .build__price {
    margin-bottom: 10px;
  }
}

@media (max-width:1070px) {
  .build__btn {
    font-size: 14px;
  }
}

@media (max-width:1060px) {
  .about-sanatorium__right-col {
    width: 587px;
    height: 485px;
  }
}

@media (max-width:1000px) {
  .header__desctop-menu {
    display: none;
  }

  .header__logo a {
    margin-right: 20px;
    margin-top: 10px;
  }
}

@media (max-width:992px) {
  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, .05), 0 6px 25px rgba(0, 0, 0, .05), 0 2px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 11px 30px rgba(0, 0, 0, .05), 0 6px 25px rgba(0, 0, 0, .05), 0 2px 25px rgba(0, 0, 0, .05);
  }

  .fund {
    padding-bottom: 40px;
  }

  .fund h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .fund__description p,
  .fund__filter_title {
    font-size: 16px;
    line-height: 24px;
  }

  .fund__filter_links a {
    font-size: 16px;
    line-height: 24px;
    margin-right: 30px;
  }

  .fund__filter.flex {
    margin-bottom: 30px;
  }

  .room__note {
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
  }

  h1.custom-h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-price-table .desc-section {
    font-size: 16px;
    line-height: 24px;
  }

  .about-price-block .select-section .select-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .about-price-block .select-section .select-block:last-child {
    margin-bottom: 0;
  }

  .about-price-block .select-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .housing-card h3 {
    display: none;
  }

  .housing-card h3.h3-mobile {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .housing-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .housing-card .housing-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: unset;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .housing-card .img-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px!important;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }

  .housing-card .img-block img {
    width: 100%;
    height: 250px;
  }

  .housing-card .housing-info .btn-blue {
    margin-top: 20px;
  }

  .about-price-block.about-mobile {
    padding-top: 40px;
  }

  .about-price-block .title-block {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-price-block .title-block h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .about-price-block .title-block .dates {
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .title-item {
    font-size: 14px;
    line-height: 24px;
    padding: 0 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .position-item {
    font-size: 14px;
    line-height: 24px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .price-item {
    font-size: 14px;
    line-height: 19px;
  }

  .hr-card-housing-price {
    margin: 40px 0;
  }

  .section-room-card .gallery-room-block .room-card-gallery .photo-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }

  .section-room-card h1.custom-h1 {
    margin-bottom: 40px;
  }

  .section-room-card .gallery-room-block {
    margin-bottom: 20px;
  }

  .section-room-card .about-room-block .description-price-block,
  .section-room-card .about-room-block .description-room-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-room-card .about-room-block .description-room-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-room-card .about-room-block .description-price-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-room-card .about-room-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block {
    padding: 5px 20px;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block {
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-value {
    font-size: 14px;
    line-height: 19px;
  }

  .section-room-card .about-room-block .description-room-block .title-block {
    margin-bottom: 20px;
  }

  .section-room-card .about-room-block .description-room-block .title-block .title-room {
    font-size: 16px;
  }

  .section-room-card .about-room-block .description-room-block .category-room {
    margin-bottom: 20px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item {
    margin-bottom: 15px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column .comfort-item {
    margin-bottom: 17px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .section-room-card .about-room-block .description-room-block .about-room-section iframe {
    margin-top: 15px;
  }

  .section-room-card {
    padding-bottom: 60px;
  }

  .section-room-card .gallery-room-block .prev-next-btns .btn-nav-href {
    font-size: 14px;
  }

  .section-special-offers {
    padding: 60px 0 40px;
  }

  .section-special-offers h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-special-offers .offer-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .section-special-offers .offer-item .offer-desc h3 br {
    display: none;
  }

  .section-advantages h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-advantages .advantage-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

@media (max-width:960px) {
  .header__programm {
    display: none;
  }
  .rooms {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-360__item {
    width: calc(100% / 3 - 14px);
  }

  .banner-form__label{
    font-size: 16px;
  }
  .banner__content{
    margin-right: 0;
  }
  .banner__programms {
    display: none;
  }
  .activity__card {
    width: calc(50% - 10px);
  }
  .header-top__btn {
    display: block;
    margin-left: auto;
  }

  .header-top__menubtn .menu-btn--mobile{
    display: flex;
  }
  .header-top__menubtn {
    display: block;
  }

  .header-sub {
    display: none;
  }

  .header__address {
    display: none;
  }

  .header__social {
    display: none;
  }

  .raw-block 
  .header__social {
    display: flex;
  }

  .header-logo
  {
    width: 100%;
  }

  .raw-block
  {
    width: 100%;
  }

  .mobile-phone
  {
    display: block;
  }

  .header__phone {
    display: none;
  }

  .e-carousel {
    padding: 0;
  }

  .form__title {
    line-height: 34px;
    margin-bottom: 20px;
  }

  .form__input {
    margin-bottom: 15px;
  }

  .form__err-text {
    font-size: 10px;
    bottom: 3px;
  }

  .section__banner {
    padding-top: 60px;
  }

  .banner__title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 58px;
  }

  .banner__desc {
    max-width: 684px;
    margin-bottom: 25px;
  }

  .banner__about-progs {
    font-size: 18px;
    padding: 20px 35px;
  }
  .banner__block-par {
    font-size: 14px;
    line-height: 22px;
  }

  .banner__block:hover .banner__block-par {
    color: #232a34;
  }

  .banner__img--down {
    display: none;
  }

  .section__about-sanatorium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-sanatorium__row-top {
    margin-bottom: 40px;
  }

  .about-sanatorium__title {
    margin-bottom: 25px;
    font-size: 36px;
  }

  .about-sanatorium__par {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .about-sanatorium__right-col {
    width: 453px;
    height: 430px;
  }

  .videoPoster:before {
    height: 60px;
    width: 60px;
  }

  .wrap-item__title {
    font-size: 16px;
    line-height: 26px;
  }

  .wrap-item__btn {
    font-size: 14px;
  }

  .small-banner__content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .small-banner__title {
    margin-bottom: 20px;
  }

  .bread-crumbs-block {
    padding: 30px 0;
  }

  .section__room-fund {
    padding: 80px 0;
  }

  .room-fund__title {
    font-size: 36px;
  }

  .room-fund__desc {
    font-size: 16px;
    font-weight: 26px;
    margin-bottom: 30px;
  }

  .tab__wrapper {
    margin-bottom: 47px;
  }

  .build-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .section__sanatorium-progs {
    padding: 40px 0;
  }

  .sanatorium-progs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sanatorium-progs__left-col {
    width: 100%;
  }

  .sanatorium-progs__title {
    font-size: 36px;
    line-height: 42px;
  }

  .sanatorium-progs__desc p {
    margin-bottom: 0;
  }

  .sanatorium-progs__desc p:last-child {
    margin-bottom: 30px;
  }

  .sanatorium-progs__bg-number {
    margin-top: 3%;
    margin-left: 30%;
  }

  .progs__block-link:hover .progs__block-bg-number {
    display: none;
  }

  .sanatorium-progs__bottom-title {
    font-size: 22px;
    line-height: 29px;
  }

  .sanatorium-progs__bottom-form input {
    width: 239px;
  }

  .discount__content {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .discount__start img {
    max-width: 183px;
    height: auto;
    margin-bottom: 21px;
  }

  .descount__btn--start {
    display: inline-block;
    padding: 10px 75px;
    font-size: 14px;
    line-height: 22px;
  }

  .discount__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount__title {
    margin-bottom: 30px;
  }

  .discount__residence {
    margin-bottom: 15px;
  }

  .discount__img {
    width: 45px;
    height: 45px;
  }

  .discount__btn--end,
  .discount__desc br {
    display: none;
  }

  .section-gallery {
    padding: 50px 0;
  }

  .section-gallery__title h2 {
    font-size: 36px;
  }

  .gallery-360 {
    margin-bottom: 30px;
  }

  .section__activity {
    padding: 80px 0;
  }

  .section__activity--title {
    font-size: 36px;
  }

  .activity__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .section__feedback {
    padding: 30px 0;
  }

  .feedback__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .feedback__title {
    font-size: 36px;
    line-height: 46px;
  }

  .feedback__subtitle {
    margin-bottom: 30px;
  }

  .contacts__title {
    font-size: 24px;
    line-height: 34px;
  }

  .feedback__form {
    padding: 30px;
  }

  .feedback__form textarea {
    margin-bottom: 20px;
  }
}

@media (max-width:915px) {
  .build__badge {
    font-size: 10px;
  }
}

@media (max-width:860px) {
  .build__card {
    width: calc(50% - 10px);
  }
}

@media (max-width:830px) {
  .card-list__title {
    font-size: 14px;
  }

  .banner__block-par {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width:810px) {

  .progs__block-link {
    width: calc(50% - 10px);
  }

  .wrap-item {
    width: auto;
    max-width: 310px;
    margin: 0 10px;
  }

  .wrap-item:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
  }

  .wrap-item:hover .wrap-item__text,
  .wrap-item:hover .wrap-item__title {
    color: #232a34;
  }

  .wrap-item:hover .wrap-item__btn,
  .wrap-item .wrap-item__btn:hover {
    color: #fff;
    background: var(--gradient-hover);
  }

  .wrap-item__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}

@media (max-width:780px) {
  .header-top, .headerfix {
    padding: 10px 0;
  }
  .gallery-360__item {
    width: calc(100% / 2 - 10px);
  }
  .banner-form__item--small {
    width: calc(100% / 2);
  }
  .banner-form__item--wide {
    width: 100%;
  }

  .play-btn {
    align-items:  center;
    margin-bottom: 0;
  }
  .play-btn__icon {
    height: 50px;
    width: 50px;
  }
  .play-btn__text {
    order: initial;
    margin: 0 0 0 20px;
    font-size: 12px;
  }
  .play-btn__text::after{
    display: none;
  }
  .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-sanatorium__row-top {
    display: none;
  }

  .about-sanatorium__center-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .about-sanatorium__right-col {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .build__desc,
  .build__price,
  .build__title {
    padding: 0 10px;
  }

  .build__btn {
    margin: auto 15px 0;
  }

  .feedback__left-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }

  .feedback__right-col {
    width: 100%;
  }

  .feedback__info--mobile {
    display: block;
  }

  .feedback__info--desctop {
    display: none;
  }
}

@media (max-width:768px) {
  .btn-blue .plus-minus {
    right: calc(50% - 160px);
  }

  .section-sanatorium-infrastructure h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-sanatorium-infrastructure .about-sanatorium-text {
    line-height: 24px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .title-item {
    width: 29px;
    height: 29px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1;
    outline: 0;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    font-size: 12px;
    line-height: 22px;
    padding: 20px 15px 10px;
    width: 282px!important;
    max-height: 286px;
    top: 27px;
    -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, .05), 0 6px 25px rgba(0, 0, 0, .05), 0 2px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 11px 30px rgba(0, 0, 0, .05), 0 6px 25px rgba(0, 0, 0, .05), 0 2px 25px rgba(0, 0, 0, .05);
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block {
    max-height: calc(286px - 30px);
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-2 .about-item {
    top: auto;
    bottom: 28px;
  }

  .bread-crumbs-block .crumbs-text {
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .bread-crumbs-block .crumbs-text .back-mobile {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: var(--main-color);
    padding-left: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAEsWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMTYiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iOSIKICAgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIKICAgdGlmZjpYUmVzb2x1dGlvbj0iNzIuMCIKICAgdGlmZjpZUmVzb2x1dGlvbj0iNzIuMCIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjkiCiAgIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIxNiIKICAgZXhpZjpDb2xvclNwYWNlPSIxIgogICBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIgogICBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiCiAgIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTExLTI0VDIwOjQwOjI3KzAzOjAwIgogICB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTExLTI0VDIwOjQwOjI3KzAzOjAwIj4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIDEuMTAuMSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMS0xMS0yNFQyMDo0MDoyNyswMzowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+W4NwRgAAAYNpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/Bo3MaIiFhcXLr40fDUpsLEYMhcUY5dfmzZt5M2pmvN4bSbbKdooSG78W/AVslbVSREp2yprYoOc8MzWTzLmdez73e+853XsuuMJJLWVV+CGVzpihYECZnZtX3M94aKSOFjpUzTImp0fDlLSPO8qceNPl1Cp97l/zRGOWBmVVwkOaYWaEx4QnVjOGw9vCDVpCjQqfCneackHhW0eP5PjF4XiOvxw2w6FhcNUKK/EijhSxljBTwvJyWlPJFS1/H+cl3lh6Zlpis3gTFiGCBFAYZ4Rh+ulhUOZ+uuilW1aUyPf/5k+xLLmazAZrmCwRJ0GGTlFXpHpMoi56TEaSNaf/f/tq6X29uereAFQ+2fZbG7i34Dtr25+Htv19BOWPcJEu5C8fwMC76NmC1roPvg04uyxokR0434TGB0M11V+pXNyl6/B6AjVzUH8N1Qu5nuX3Ob6H8Lp81RXs7kG7nPct/gCv9GgHFPxB9AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHJJREFUKJHV0CESgCAUhOEfSSaHU5G4i55AToCZe1Bo2jyOkaZBndFxHt2XNnwb3ioqZ2LoAZoK8MAEdCIwMewmhvG/gHOC7cpKQrqkvLbOAvjWWVVSnj8IoKS81KC+Qw3qZ0OCLyRB8aNrEg8MInrA7QBUrFRexvxfWAAAAABJRU5ErkJggg==') left center no-repeat;
  }

  .bread-crumbs-block .crumbs-text .crumbs-item {
    display: none;
  }

  .bread-crumbs-block .crumbs-text .crumbs-current {
    width: 100%;
    text-align: center;
    padding: 0 105px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .title-item {
    padding: 0 70px 0 20px;
  }

  .housing-card .housing-info .btn-blue {
    width: 100%;
    padding-right: 30px;
    padding-left: 0;
    text-align: center;
  }

  .housing-card h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .housing-card h3 .housing-number {
    padding: 6px 18px;
  }

  .about-price-block .title-block .dates {
    text-align: right;
  }

  .section-room-card .gallery-room-block .room-card-gallery {
    display: none;
  }

  .section-room-card .gallery-room-block .room-card-gallery-mobile {
    display: block;
  }

  .section-special-offers {
    padding: 60px 0 115px;
  }

  .section-special-offers .offer-item .offer-desc h3 {
    font-size: 20px;
    line-height: 34px;
  }

  .section-special-offers .offer-item .offer-desc h3 br {
    display: block;
  }

  .section-special-offers .offer-item .offer-desc p {
    display: none;
  }

  .section-advantages {
    padding: 40px 0 30px;
  }

  .section-advantages .advantage-item {
    margin-bottom: 10px;
  }

  .section-advantages .advantage-item .adv-desc {
    padding: 20px;
  }

  .section-advantages .advantage-item .adv-desc h3 {
    line-height: 28px;
    margin-bottom: 15px;
  }

  footer .footer-top .logo-block .sanatorium-info .official-site {
    font-size: 14px;
    line-height: 19px;
  }

  footer .footer-top .logo-block .sanatorium-info {
    font-size: 16px;
    line-height: 22px;
  }

  footer .footer-nav .nav-block {
    padding: 30px 0;
  }

  footer .footer-attention {
    line-height: 28px;
  }

  footer .footer-bottom .copyright {
    text-align: center;
  }
}

@media (max-width:760px) {
  .activity__title {
    font-size: 16px;
  }
}

@media (max-width:710px) {
  .sanatorium-progs__bottom-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width:685px) {
  .form-succes--row {
    flex-direction: column;
  }

  .sanatorium-progs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sanatorium-progs__bottom-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 28px;
    margin-left: 20px;
  }

  .sanatorium-progs__bottom-form {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sanatorium-progs__bottom-form input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .sanatorium-progs__bottom-form .form-block:not(.form-block-success) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sanatorium-progs__bottom-btn1 {
    border-radius: 5px;
  }
}

@media (max-width:680px) {
  .rooms {
    grid-template-columns: 1fr;
  }
  .logo-text{
    display: none;
  }
  .progs__block-desc {
    font-size: 16px;
    line-height: 22px;
  }

/*  .e-carousel__item {
    min-height: 170px;
    max-width: 140px;
  }*/

  .e-carousel-title {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
  }
}

@media (max-width:610px) {
  .sanatorium-progs__desc p {
    margin-bottom: 1.5em;
  }

  .sanatorium-progs__bg-number {
    display: none;
  }

  .progs__block-link::after {
    top: 25%;
  }
}

@media (max-width:600px) {
  .mobile-phone{
    display: flex;
  }
  .header-top{
    padding: 10px 0;
  }
  .mbile-menu{
    display: flex;
  }
  .header__logo,
  .headerfix__logo {
    max-width: 124px;
  }
  .progs__block-link{
    width: 100%;
    column-gap: 0;
  }
  .menu-btn__icon {
    height: 33px;
    width: 33px;
    padding-top: 0;
  }
  .menu-icon__line {
    width: 70%;
    position: relative;
    height: 2px;
    border-radius: 50px;
    margin-top: 8px;
  }
  .menu-icon__line::before{
    width: 100%;
    top: 7px;
  }
  .menu-icon__line::after{
    width: 100%;
    top: 14px;
  }

  .header-top__btn,
  .headerfix__btn {
    display: none;
  }

  .section-sanatorium-infrastructure .infrastructure-map .map-img {
    border-radius: 0;
  }

  .section-advantages .advantage-item {
    width: 100%;
  }

  .section__room-fund {
    padding: 60px 0;
  }

  .build__card-wrapper {
    margin: 0;
  }

  .build__card-wrapper .owl-nav {
    right: 0;
    bottom: -15px;
    position: absolute;
  }

  .build__badge {
    padding: 5px;
    top: 15px;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .build__card {
    width: auto;
    margin: 0 0 20px;
  }
}

@media (max-width:580px) {

  .tab__wrapper {
    padding: 20px;
  }

  .tab__wrapper p {
    font-size: 16px;
  }

  .tab {
    margin-top: 10px;
  }
}

@media (max-width:576px) {
  .btn-blue .plus-minus {
    right: 20px;
  }

  .select-custom .select__head {
    font-size: 14px;
    padding: 14px 60px 14px 15px;
  }

  .select-custom {
    font-size: 14px;
  }

  .select-custom .select__list .select__item {
    padding: 10px 15px;
  }

  .select-custom .select__head::after,
  .select-custom .select__head::before {
    width: 56px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    width: 275px!important;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 .about-item {
    width: 225px!important;
  }

  .room__title {
    font-size: 18px;
    line-height: 28px;
  }

  .fund__description {
    margin-bottom: 10px;
  }

  .fund__filter.flex {
    padding: 15px 20px 5px;
  }

  .part__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .part {
    padding-bottom: 10px;
    margin-bottom: 35px;
  }

  .fund {
    padding-bottom: 20px;
  }

  .bread-crumbs-block .crumbs-text .back-mobile {
    text-indent: -9999px;
  }

  .bread-crumbs-block .crumbs-text {
    font-size: 13px;
    line-height: 16px;
    min-height: 50px;
    font-weight: 700;
  }

  .bread-crumbs-block .crumbs-text .crumbs-current {
    padding: 0 55px;
  }

  .section-price-table .desc-section {
    margin-bottom: 30px;
  }

  .about-price-block .select-section .title-select {
    font-size: 16px;
    line-height: 26px;
  }

  .about-price-block .select-section .select-block {
    margin-bottom: 20px;
  }

  .housing-card .img-block img {
    height: 200px;
  }

  .housing-card .img-block {
    height: 200px!important;
  }

  .housing-card .housing-info .btn-blue {
    margin-top: 15px;
    font-size: 14px;
    padding: 13px 35px 13px 0;
  }

  .hr-card-housing-price {
    margin: 30px 0;
  }

  .about-price-block .title-block h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .about-price-block .title-block {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-price-block .title-block .dates {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .title-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    padding: 0 70px 0 15px;
    height: 74px;
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item .position-item {
    line-height: 22px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
  }

  .about-price-block.about-mobile .table-mobile-block .table-item .add-info-item .row-item {
    padding: 0 15px;
    height: 68px;
  }

  .housing-card .housing-info__text br {
    display: none;
  }

  .section-room-card h1.custom-h1 {
    margin-bottom: 30px;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item {
    display: block;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-title,
  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-value {
    display: block;
    text-align: left;
    padding: 0;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-title {
    margin-bottom: 5px;
    font-weight: 400;
    color: #7d7d7d;
  }

  .section-room-card .about-room-block .description-price-block .conditions-block .condition-item .condition-value {
    font-weight: 700;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p.price-room-header {
    display: none;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p {
    display: block;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block p.price-room-item .price-room-title {
    display: block;
    margin-bottom: 5px;
    color: #7d7d7d;
  }

  .section-room-card .about-room-block .description-price-block .price-room-block .btn-blue {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .section-room-card .about-room-block .description-room-block .title-block {
    display: block;
    margin-bottom: 15px;
  }

  .section-room-card .about-room-block .description-room-block .title-block h3 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-room-card .about-room-block .description-room-block .title-block .title-room {
    font-size: 14px;
  }

  .section-room-card .about-room-block .description-room-block .category-room {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .section-room-card .about-room-block .description-room-block .desc-text {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item {
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item:last-child {
    border: none;
    margin-bottom: -15px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item span {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #7d7d7d;
    margin-bottom: 5px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .detail-item span:last-child {
    text-align: left;
    font-weight: 700;
    color: #303030;
    margin-bottom: 0;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .btn-blue {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container {
    display: block;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column {
    max-width: 100%;
    width: 100%;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column:last-child {
    display: none;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .add-comfort-items .comfort-container .comfort-items-column:last-child,
  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column.comfort-mobile {
    display: block;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .comfort-container .comfort-items-column .comfort-item {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section .attention {
    padding: 15px 20px 15px 48px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAiCAYAAABiOJjbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgBvZPNTcNAEIXfDIgrKcEluAQ4h0tK4IpAQCWAUCSOpIjAMSkhHWTTweYceV9214f8yLOOFClzsmc+z7y3Oxa8/C1BVjBCUQ6vIJxZZgJKIQkQOpug79OQRIq3G8BFkfQ9HYrVJBIre4ScIpJNQSRd2UXuENQGVGOHGz3DZsO15IfnKTsBojrlLnJ06xgPVy0gttXSCL8DutaOLXCdXwLfcSW3B0DgGpeJ9iTf/is0zSuodZsNC2w2X/gZOcHTtI5eZjE9OPrYI+BeofLRUUTOxVo8B97ZClj3XdYgrdy8ACzSvzmxJ/BT8T38jWYfE71Xmcd1GmH8MNkCdu9V8O/FTEQAAAAASUVORK5CYII=) 20px 28px no-repeat, #fbfbfb;
  }

  .section-room-card .about-room-block .description-room-block .about-room-section iframe {
    height: 200px;
  }

  .section-room-card {
    padding-bottom: 50px;
  }

  .section-room-card .gallery-room-block .prev-next-btns .btn-nav-href {
    font-size: 12px;
  }

  .section-room-card .gallery-room-block .prev-next-btns .btn-nav-href img {
    display: none;
  }

  .section-room-card .gallery-room-block .room-card-gallery-mobile .magnific-item-my img {
    height: 240px;
  }

  .section-special-offers {
    padding: 50px 0;
  }

  .section-special-offers .offer-item img {
    height: 190px;
  }

  .section-special-offers .offer-item .offer-desc {
    padding: 20px;
  }

  .section-special-offers .offer-item .offer-desc h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-special-offers .offer-item .offer-desc .btn-blue {
    width: 100%;
    text-align: center;
    padding: 10px 35px;
    line-height: 22px;
  }

  .section-advantages .advantage-item .adv-desc br {
    display: none;
  }

  footer .footer-top .logo-block .sanatorium-info .official-site {
    font-size: 12px;
    line-height: 16px;
  }

  footer .footer-top .logo-block .sanatorium-info {
    font-size: 14px;
    line-height: 19px;
  }

  footer .footer-top .location-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
  }

  footer .footer-top .location-block .address .title-block {
    margin-bottom: 0;
  }

  footer .footer-attention {
    padding: 25px 0;
    font-size: 16px;
    line-height: 26px;
  }

  footer .footer-bottom {
    padding: 25px 0;
  }
}

@media (max-width:570px) {
  .section-gallery__title {
    margin-bottom: 25px;
  }

  .section-gallery__title h2 {
    font-size: 32px;
  }

  .gallery-360 {
    margin-bottom: 20px;
  }

  .view-360-block {
    font-size: 24px;
    padding: 3rem .2rem;
  }

  .view-360-block img {
    margin: 10px 0;
  }
}

@media (max-width:540px) {
  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-1 .about-item{
    left: -100px !important;
    border-radius: 10px;
    width: 232px!important;
    max-height: 220px;
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 10px;
    bottom: 50px;
    top: auto;
  }
  .infrastructure-item.item-4 .about-item{
    right: -100px !important;
    border-radius: 10px;
    padding: 10px;
  }
  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-5{
    left: 4%;
    top: 14%;
  }
  .card-list {
    display: block;
  }
  .gallery-360__item{
    margin-left: 2px;
    margin-right: 2px;
  }
  .section-special-offers .offer-item {
    width: auto;
  }

  .headerfix__logo {
    max-width: 100px;
  }

  .headerfix__btn {
    display: none;
  }

  .headerfix {
    padding: 10px 0;
  }

  .header-btn {
    font-size: 11px;
    margin: 0 15px;
  }

  .banner-play {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .banner__greeting {
    font-size: 14px;
  }

  .banner__title {
    font-size: 30px;
    margin-top: 0;
    line-height: 1.4;
  }
  .banner__text {
    font-size: 16px;
  }
  .banner-list {
    margin: 0 auto 35px auto;
  }

  .banner-list__item {
    font-size: 13px;
    line-height: 19px;
  }
  .banner-form__btn {
    width: 100%;
    margin-top: 20px;
  }
  .banner__form {
    padding: 20px;
  }
  .banner__form-title {
    font-size: 24px;
  }

  .banner-list__item::after{
    top: 5px;
  }
  .banner-list__item::before{
    top: 0;
  }
  .form__title {
    margin-bottom: 15px;
  }

  .form__input {
    padding: 15px;
  }

  .form__btn {
    font-size: 16px;
  }

  .header__logo a {
    margin-right: 10px;
  }

  .section__banner {
    padding-top: 40px;
  }

  .banner__about-progs {
    padding: 20px 25px;
    font-size: 15px;
  }

  .under-banner__title {
    font-size: 16px;
  }

  .under-banner__mobile-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .section__about-sanatorium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-sanatorium__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .about-sanatorium__par {
    margin-bottom: 25px;
    line-height: 24px;
  }

  .about-sanatorium__btn {
    width: 142px;
  }

  .videoPoster:before {
    height: 50px;
    width: 50px;
  }

  .small-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .small-banner__title {
    font-size: 25px;
    line-height: 35px;
  }

  .small-banner__subtitle {
    margin-bottom: 25px;
  }

  .small-banner__btn {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
  }

  .bread-crumbs-block {
    padding: 20px 0;
  }

  .room-fund__title {
    font-size: 32px;
    line-height: 42px;
  }

  .build-title {
    font-size: 20px;
  }

  .progs__block-desc,
  .progs__block-number {
    margin-bottom: 10px;
  }

  .sanatorium-progs__bottom-title br {
    display: block;
  }

  .discount__start img {
    max-width: 95px;
    height: auto;
    margin-bottom: 23px;
  }

  .discount__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .discount__desc {
    font-size: 14px;
    line-height: 22px;
  }

  .discount__desc br {
    display: block;
  }

  .section__activity {
    padding: 60px 0;
  }

  .section__activity--title {
    font-size: 32px;
    line-height: 42px;
  }

  .feedback__badge {
    max-width: 120px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .feedback__title br {
    display: none;
  }

  .feedback__title {
    font-size: 32px;
    line-height: 42px;
  }

  .feedback__subtitle br {
    display: none;
  }

  .feedback__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .contacs__item {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
    padding: 15px 0;
  }

  .contacts__item--right {
    font-size: 16px;
  }

  .feedback__form {
    padding: 25px 20px;
  }

  .feedback__form textarea {
    height: 110px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .header-logo .logo img
  {
    width: 93.26px;
    height: 67.92px;
  }

  .raw-block
  {
    width: 227.26px !important;
    height: 52.61px !important;
    border-radius: 0px 15.94px 15.94px 0px !important;
  }

  .raw-block span
  {
    font-family: Inter !important;
    font-size: 9.57px !important;
    font-weight: 500 !important;
    line-height: 11.58px !important;
    text-align: left !important;
    padding-top: 15px !important;
    padding-left: 25px !important;
    min-width: 110px !important;
  }

  .raw-block .header__social .social__link
  {
    width: 19.93px !important;
    height: 19.93px !important;
  }

  .raw-block .header__social .social__link:not(:last-child)
  {
    margin-right: 5.55px !important;
  }
}

@media (max-width:500px) {
  .banner__block-par {
    padding-bottom: 10px;
  }
  .play-btn__text {
    display: none;
  }
  .activity__card {
    width: 100%;
  }
  .raw-block
  {
    background-size: 110% 100% !important;
    width: 250px !important;
    height: 66px;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    margin-top: 5px !important;
    margin-left: -45px !important;
  }
  .raw-block span {
    font-family: Inter;
    font-size: 10px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;
    min-width: 120px;
    padding-top: 18px;
    padding-left: 25px;
  }
  .raw-block .header__social .social__link
  {
    width: 23px !important;
    height: 23px !important;
    margin-right: 4px;
  }
  .raw-block .header__social .social__link:not(:last-child)
  {
    margin-right: 4px !important;
  }
  .logo img
  {
    width: 80px;
  }
}

@media (max-width:455px) {
  .card-list__item{
    width: 100%;
  }
  .section-sanatorium-infrastructure .about-sanatorium-text {
    margin-bottom: 20px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item {
    width: 232px!important;
    max-height: 249px;
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .scroll-block {
    max-height: calc(249px - 25px);
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .about-text {
    line-height: 13px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .rooms-block .room-href:before {
    top: 8px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 .about-item {
    width: 230px!important;
  }
}

@media (max-width:450px) {
  .tab li {
    line-height: 20px;
    font-size: 14px;
  }

  .build__price {
    font-size: 12px;
  }

  .build__price span {
    font-size: 22px;
  }
  .raw-block
  {
    height: 55px !important;
    margin-left: -60px !important;
  }u
  .raw-block span {
    font-size: 10px !important;
    line-height: 12px !important;
    min-width: 134px !important;
    padding-top: 15px !important;
    padding-left: 42px !important;
  }
  .header-top
  {
     height: 75px;
  }
}

@media (max-width:444px) {
  .build__title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width:440px) {
  .progs__block-desc {
    font-size: 14px;
  }
}

@media (max-width:430px) {
  .build__desc {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width:425px) {
  .discount__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount__start img {
    margin-bottom: 15px;
  }

  .descount__btn--start {
    display: none;
  }

  .discount__center {
    margin-bottom: 20px;
  }

  .discount__title {
    margin-bottom: 15px;
  }

  .discount__btn--end {
    display: block;
  }
}

@media (max-width:370px) {
  .banner-form__checkbox-text {
    font-size: 12px;
  }
  .form-succes--row {
    text-align: center;
    align-content: center;
  }

  .progs__block-desc {
    font-size: 12px;
  }
}

@media (max-width:355px) {
  .banner__greeting {
    font-size: 12px;
  }

  .banner__title {
    font-size: 24px;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-4 .about-item{
    width: 200px!important;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item.item-3 .about-item {
    width: 200px!important;
  }

  .section-sanatorium-infrastructure .infrastructure-map .infrastructure-item .about-item .title-item-mobile {
    font-size: 17px;
  }
}

@media (max-width:350px) {

  .build__price {
    font-size: 10px;
    line-height: 20px;
  }

  .build__price span {
    font-size: 16px;
  }
}

@media (max-width:340px) {
  .sanatorium-progs__title {
    font-size: 32px;
  }

  .sanatorium-progs__desc p:last-child {
    margin-bottom: 20px;
  }

  .progs__block-link {
    width: 100%;
  }

  .progs__block-desc br {
    display: none;
  }

  .progs__block-desc {
    font-size: 16px;
  }
}

@media (max-width:320px) {
  .section__about-sanatorium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-sanatorium__title {
    font-size: 32px;
  }

  .about-sanatorium__par {
    margin-bottom: 20px;
  }

  .small-banner__title {
    max-width: 217px;
  }

  .small-banner__subtitle {
    font-size: 14px;
    line-height: 22px;
  }

  .section__room-fund {
    padding: 50px 0;
  }

  .sanatorium-progs__bottom-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .section__activity {
    padding: 50px 0;
  }

  .feedback__subtitle {
    margin-bottom: 20px;
  }
}

/*promo banner*/
.promo {
  position: fixed;
  max-width: 504px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #242424;
  bottom: 20px;
  left: -100%;
  transition: all 2s ease-in-out;
  opacity: 0;
  z-index: 2147483647;
  text-shadow: 0 0 1px #fff;
}
.promo.isopen {
  left: 20px;
  opacity: 1;
}
.promo__close {
  position: absolute;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 10;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50px;
}
.promo__img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.promo-content {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-content__title {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.promo-content__btn {
  background-color: #0094FF;
  padding: 0.6em 1.5em;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border: 0;
}
.promo-content__btn:hover {
  color: #fff;
  text-decoration: none;
}
.promo-body {
  margin-bottom: 20px;
  position: relative;
}
.promo-footer {
  position: relative;
}

@media (max-width: 780px) {
  .promo-content__title {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .promo {
    right: 10px;
    left: 10px;
  }
  .promo.isopen {
    left: 10px;    
  }
}
@media (max-width: 480px) {
  .promo {
    right: 10px;
    left: 10px;
    bottom: -100%;
  }
  .promo.isopen {
    left: 10px;
    bottom: 10px;
  }
  .promo-content {
    padding: 20px;
  }
  .promo-content__btn {
    font-size: 14px;
  }
  .promo-content__title {
    font-size: 16px;
  }
  .promo__close {
    left: 5px;
    top: 5px;
    z-index: 100000000000000000;
  }
}


/*Custom table*/
.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color);
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.table-head__item {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.table-head__item span {
  margin-right: 5px;
}
.table-wrapper {
  border-radius: 10px;
  border: 1px solid #242424;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  display: none;
}
.table-wrapper table.isactive {
  display: table;
}
.table-wrapper td {
  font-weight: 500;
  padding: 1em;
  text-align: left;
}
.table-wrapper td:last-child {
  text-align: center;
  white-space: nowrap;
}
.table-wrapper tr:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.table-wrapper .text-center {
  text-align: center;
}
.table-dropdown {
  position: relative;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.table-dropdown__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.5em 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.table-dropdown__current.isactive::after {
  transform: rotate(180deg);
}
.table-dropdown__current.isactive ~ .table-dropdown__list {
  display: block;
}
.table-dropdown__current::after {
  content: "";
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11'%3E%3Cpath id='path21090-9' d='M7.538,2a.712.712,0,0,0-.615.385L1.077,11.923A.576.576,0,0,0,1,12.308.641.641,0,0,0,1.692,13H13.308A.61.61,0,0,0,14,12.308a.694.694,0,0,0-.077-.385L8.154,2.385A.77.77,0,0,0,7.538,2Z' transform='translate(14 13) rotate(180)'/%3E%3C/svg%3E%0A");
}
.table-dropdown__list {
  padding: 0 !important;
  right: 0;
  top: 100%;
  min-width: 100px;
  position: absolute;
  background-color: #fff;
  list-style: none;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.table-dropdown__list::-webkit-scrollbar {
  width: 6px;
}
.table-dropdown__list::-webkit-scrollbar-track {
  background: #efeeee;
}
.table-dropdown__list::-webkit-scrollbar-thumb {
  background-color: #242424;
  border-radius: 20px;
}
.table-dropdown__item {
  font-size: 14px;
  padding: 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
.table-dropdown__item:hover,
.table-dropdown__item.isactive {
  background-color: #efeeee;
}

.raw-block
{
  background: url('../../img/raw_background.svg');
  background-size: 100% 100%;
  width: 285.1px;
  height: 66px;
  border-radius: 0px 20px 20px 0px;
  display: flex;
  margin-top: 10px;
  margin-left: -10px;
}

.raw-block span
{
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  text-align: left;
  min-width: 134px;
  padding-top: 18px;
  padding-left: 30px;
}

.raw-block .header__social .social__link
{
  background: url();
  width: 25px;
  height: 25px;
  padding: 0px;
}

.raw-block .header__social .social__link:not(:last-child)
{
  margin-right: 8px;
}

.header-logo
{
  display: flex;
}

.logo.headerfix__logo img
{
    height: 70px;
    padding: 2px;
}

.header-top
{
  padding: 5px 0px;
}

.partner-block
{
  display: flex;
  height: 132px;
  border-radius: 10px;
  background: #F6F6F6;
  padding: 8px 6px;
}

.partner-block img
{
  width: auto;
  height: 100px;
  margin: 8px;
}

.banner__content .partner-block
{
  width: 252px;
  height: 91px;
  border-radius: 6.86px;
  opacity: 0.7px;
  margin-top: -90px;
  margin-bottom: 10px;
}

.banner__content .partner-block img
{
  width: auto;
  height: 68px;
  margin: 5px;
}


@media (max-width: 960px) {
  .partner-block
  {
    height: 80.57px !important;
    border-radius: 6.1px;
    padding: 7px 5px !important;
    margin-bottom: 10px;
  }
  .partner-block img
  {
    height: 60px !important;
    margin: 5px !important;
  }
  .banner__content .partner-block
  {
    width: 200px;
    height: 72.22px !important;
    border-radius: 5.45px;
    border: 0.54px;
    margin: -30px auto 30px;
  }
  .banner__content .partner-block img
  {
    height: 54px !important;
    margin: 4px !important;
  }
  .header-top .mobile-phone
  {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .header-top .mobile-phone img
  {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    margin-top: 50%;
    margin-top: -15px;
    top: 50%;
    display: block;
    position: relative;
  }
  .menu-btn__icon
  {
    width: 50px;
    height: 50px;
  }
  .menu-icon__line
  {
    margin-top: 12px;
  }
  .section__banner-row
  {
    text-align: center;
  }

}

@media (max-width: 960px) {
  .header__row .header-btn
  {
    display: none;
  }
}
@media (max-width: 650px) {
  .header-top .mobile-phone
  {
    width: 43px;
    height: 43px;
    min-width: 43px;
  }
  .header-top .mobile-phone img
  {
    width: 26px;
    height: 26px;
    margin: 0px auto;
    margin-top: 0px;
    top: 0%;
    display: block;
    position: relative;
  }
  .banner__content .partner-block
  {
    width: 112.81px;
    height: 40.74px !important;
    border-radius: 3.07px;
    border: 0.31px;
    padding: 5px !important;
    margin: -10px auto 20px;
  }
  .banner__content .partner-block img
  {
    height: 31px !important;
    margin: 0px !important;
  }
   .banner__content .partner-block img:not(:first-child)
  {
    margin-left: 4px !important;
  }
  .menu-btn__icon
  {
    width: 43px;
    height: 43px;
  }
  .logo.header__logo img
  {
    max-width: 100px;
  }
  .raw-block
  {
    height: 52px;
    margin-left: -35px;
  }
  .header__social img
  {
    height: 19px;
  }
  .raw-block .header__social .social__link:not(:last-child) {
    margin-right: 6px;
  }
  .raw-block .header__social .social__link
  {
    width: 19px;
    height: 19px;
  }
  .raw-block span
  {
    font-size: 9.57px;
    font-weight: 500;
    line-height: 11.58px;
    text-align: left;
    padding-top: 15px;
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .block-title-col h2 {
    font-size: 23px;
    line-height: 1.5;
  }
  .table-head {
    font-size: 14px;
  }
  .table-head__dropdown {
    width: 100%;
    justify-content: space-between;
  }
  .table-head__item:first-child {
    display: none;
  }
  .table-wrapper td {
    font-size: 13px;
    padding: 0.5em 
  }
  .table-wrapper td:last-child {
    white-space: unset;
  }
  .raw-block
  {
    width: 99.57px !important;
    height: 52.42px !important;
    display: block;
    background-size: auto 100% !important;
    padding-left: 18px;
    padding-left: 21px;
    padding-top: 8px;
    margin-left: -24px !important;
  }
  .raw-block .header__social .social__link {
    width: 14.8px !important;
    height: 14.8px !important;
    min-width: 14.8px !important;
  }
  .raw-block span
  {
    font-size: 8.02px !important;
    font-weight: 500 !important;
    line-height: 5.7px !important;
    text-align: left !important;
    padding: 0px !important;
    display: block;
  }
  .raw-block span br
  {
    font-size: 0px;
  }
  .raw-block .header__social {
    display: flex;
    margin-top: 6px;
  }
  .header-top .mobile-phone {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .header-top .mobile-phone img
  {
    width: 19px;
    height: 19px;
  }
  .menu-btn__icon {
    width: 32px;
    height: 32px;
  }
  .menu-icon__line
  {
    margin-top: 8px;
  }
}
/*END Custom table*/