@font-face {
  font-family: 'Site-Regular';
  src: url("/bitrix/templates/dolphin/font/Roboto-Regular.ttf") format("truetype"), url("/bitrix/templates/dolphin/font/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Site-Bold';
  src: url("/bitrix/templates/dolphin/font/Comfortaa-VariableFont_wght.ttf") format("truetype"), url("/bitrix/templates/dolphin/font/Comfortaa-VariableFont_wght.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Site-Bold-R';
  src: url("/bitrix/templates/dolphin/font/Roboto-Bold.ttf") format("truetype"), url("/bitrix/templates/dolphin/font/Roboto-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}
html {
    height: 100%;
    font-family: 'Site-Regular', sans-serif;
	line-height: 1.5;
}
html.non-scroll {
    overflow: hidden;
    height: 100%;
}
body {
	margin: 0;
	margin: 0;
	background: #f3f3f3;
	font-family: 'Site-Regular';
}
header {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.header.fixed {
    position: fixed;
    -webkit-animation: header 1s;
    animation: header 1s;
}
@-webkit-keyframes header {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}
@keyframes header {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

ul, ol {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
ul li {
	list-style: disc;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active {
    color: rgba(42, 42, 42, 1) !important;
    transition: .2s;
}
.a-menu:hover::after {
    position: relative;
    bottom: -4px;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: width .5s;
    content: "";
    left: 0;
    width: 100%;
}
.a-menu::after {
    position: relative;
    bottom: -4px;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: width .5s;
    content: "";
    right: 0;
    width: 0;
}
p {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
}
@media (min-width: 1024px) {
	::-webkit-scrollbar {
		width: 8px;
	}
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(162, 200, 237, 1);
    -webkit-transition: .5s;
    transition: .5s;
}
::-webkit-scrollbar-track {
    margin: 1px;
    border-radius: 5px;
    background: hsla(0, 0%, 58%, .6);
}
[data-animate].hidden {
    opacity: 0;
}
[data-animate].hidden.visible {
    opacity: 1;
}
.wrapper {
	max-width: 100%;
	width: 1140px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-left: auto;
	margin-right: auto;
}

.header__second {
    position: relative;
}
.header__second:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #005e2200;
}
.header__inner {
    max-width: 1140px;
    margin: auto;
    display: -webkit-flex;
    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;
	gap: 40px;
    padding: 15px 0;
}
.header__left, .header__right {
    position: relative;
}
.header__logo {
    width: 100%;
    display: inline-block;
}
.header__right {
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}
/*.header__logo__mini {
	display: none;
}
.fixed .header__logo__mini {
	display: block;
}
.fixed .header__logo {
	display: none;
}
.fixed .header__second:before {
    background: #005E22;
}*/
.navigation ul {
	padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
}
.navigation ul li {
	padding: 0;
    list-style: none;
    margin: 0;
}
.navigation ul li a {
	color: rgba(112, 112, 112, 1);
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    list-style-type: none;
    display: block;
}
.header__btn, .header__btn__bron {
	color: #fff;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    border: 1px solid rgba(162, 200, 237, 1);
    border-radius: 20px;
    padding: 11px 20px;
    cursor: pointer;
    background: rgba(162, 200, 237, 1);
	font-family: 'Site-Bold';
}
.hamburger {
	padding: 0;
}
.hamburger-box {
	width: 26px;
    height: 17px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 26px;
    background-color: rgba(112, 112, 112, 1);
    height: 1px;
}
#headerfixed {
	opacity: 1;
    transition: top 300ms linear;
    background: #fff;
    background-color: #f3f3f300;
    display: block;
    position: fixed;
    top: -125px;
    z-index: 996;
    right: 0;
    left: 0;
}
header.fixed, #headerfixed.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 997;
    right: 0;
    left: 0;
    /*transition: z-index 0.25s ease-in-out;*/
	transition: top 300ms linear;
}
.rel {
    position: relative;
}
.title-slider {
	position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    text-align: center;
}
.title-slider h1 {
	font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Site-Bold';
    margin: 0;
    padding: 0;
	font-weight: 400;
}
.main-slider-img {
	height: 100vh;
}
.main-slider-img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.main-slider-img:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
/*overlay menu*/
.lock {
    overflow: hidden !important;
}
.actionbar-overlay {
    width: 100%;
    height: 100%;
    height: -webkit-calc(160%);
    height: calc(160%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.lock .actionbar-overlay {
    opacity: 1;
    visibility: visible;
}
.actionbar-wrap {
    width: 320px;
    height: 100%;
    position: fixed;
    padding: 0px 0px 30px 0;
    top: 0;
    right: 0;
    background: #ffffff;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000000;
    -webkit-transform: translate3D(320px, 0, 0);
    -ms-transform: translate3D(320px, 0, 0);
    transform: translate3D(320px, 0, 0);
    -webkit-transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s, -webkit-transform .2s ease;
	background-color: #F3F3F3;
}
.actionbar-wrap.open {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}
.header-catalog__header {
	display: -webkit-flex;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 0 30px;
	background: rgba(162, 200, 237, 1);
}
.actionbar-box {
	padding: 0 30px;
    margin-bottom: 20px;
}
.header-catalog__back {
    position: relative;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    color: transparent;
    font-size: 0;
    display: block;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.header-catalog__back:before {
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";

}
ul.nav-action {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toggle-lvl2 {
	background: #0A4A2E!important;
}
.toggle-lvl2 a {
	color: #fff!important;
    padding-left: 15px!important;
}
ul.nav-action li {
    list-style-type: none;
    position: relative;
	margin: 0;
    padding: 0;
}
ul.nav-action a {
	display: block;
    position: relative;
    text-decoration: none;
    color: rgba(112, 112, 112, 1);
    margin: 0 40px 0 0;
    padding: 10px 0;
    /* text-transform: uppercase; */
    font-family: 'Site-Regular';
}
ul.nav-action a span.toggle {
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    background: #0A4A2E;
    top: 0;
    right: -40px;
}
ul.nav-action a span.toggle i {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    right: 0;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
ul.nav-action ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f1f1f1;
}
ul.nav-action a span.toggle:before {
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
	transition: .3s ease-in-out,transform .3s ease-in-out;
}
.rotate:before {
    -webkit-transform: rotate(315deg)!important;
    transform: rotate(315deg)!important;
}
.number {
	margin-bottom: 20px;
}
.justify-space {
	justify-content: space-between;
    gap: 0;
}
input[type=text]::placeholder {
	padding:0 0px;
}
input[type=text] {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 6px 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.gap-20 {
	gap: 20px;
}
.gap-60 {
	gap: 60px;
}
.align-center {
	align-items: center;
}
.width-100 {
	width: 100%;
}
.input-form-name {
	width: 166px;
}
.input-form-email {
	width: 426px;
}
.btn-form-submit {
	background: rgba(162, 200, 237, 1);
}
.pad-40 {
	padding: 30px 0;
}
.swiper-slide-text {
	position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.swiper-slide-text div {
	color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Site-Bold';
}
.swiper-slide-text p {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Site-Bold';
    word-break: break-word;
}
.swiper-slide-img {
	width: 100%;
    height: 386px;
}
.swiper-slide-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    border-radius: 15px;
}
.swiper-slide-img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.swiper-slide-arrow {
	top: 20px;
    right: 20px;
    left: auto;
}
.pagination-arrow {
	display: -webkit-flex;
	display: flex;
    justify-content: center;
	margin-top: 40px;
    gap: 20px;
}
.next {
	background-image: url(/bitrix/templates/main/img/arrow-white-bac.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 57px;
    height: 57px;
	cursor: pointer;
	transform: rotate(0.5turn);
}
.prev {
	background-image: url(/bitrix/templates/main/img/arrow-white-bac.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 57px;
    height: 57px;
    cursor: pointer;
}
.next:hover {
	background-image: url(/bitrix/templates/dolphin/img/arrow-green-bac.svg);
	transform: rotate(0turn);
}
.prev:hover {
	background-image: url(/bitrix/templates/dolphin/img/arrow-green-bac.svg);
	transform: rotate(0.5turn);
}
.js-tabs-trigger {
    cursor: pointer;
}
.js-tabs-content {
    display: none;
    animation: fadeEffect 1s;
}
.js-tabs-content.active {
    display: block;
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*.js-tabs {
	max-width: 870px;
}*/
.js-tabs-list {
	display: -webkit-flex;
	display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px;
	max-width: 870px;
}
.js-tabs-trigger {
	cursor: pointer;
    list-style: none;
    color: #000000;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(255 255 255);
    font-family: 'Site-Regular';
}
.js-tabs-trigger.active {
	background: #99bd66;
	color: #fff;
}
.js-tabs-trigger-2.active {
	background: rgba(251, 157, 184, 1);
	color: #fff;
}
.js-tabs-data {
	margin-top: 30px;
}
.tabs-img {
	width: 50%;
}
.tabs-img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.tabs-text {
	width: 50%;
}
.tabs-title {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Site-Bold';
    margin-top: 35px;
}
.tabs-img-two {
	display: -webkit-flex;
	display: flex;
    gap: 20px;
    margin-top: 35px;
}
.tabs-img-cover {
	width: 50%;
    height: 140px;
}
.tabs-img-cover img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.mt-40 {
	margin-top: 40px;
}
.rest-text {
	max-width: 505px;
	width: 100%;
}
.rest-border {
	padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.rest-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Site-Bold';
}
.btn-detail {
    list-style: none;
    color: #fff;
    font-size: 24px;
    line-height: 31.92px;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 30px;
    cursor: pointer;
    font-family: 'Site-Bold';
    background: #0A4A2E;
	margin-top: 40px;
}
.rest-text-p div {
	font-size: 18px;
    line-height: 21.6px;
}
.special-size {
	font-size: 20px;
}
.special-text-p {
	padding-bottom: 40px;
    border-bottom: 2px solid #000;
}
.special-flex-end {
	display: -webkit-flex;
	display: flex;
    justify-content: flex-end;
}
/*gallery*/
.next-gallery {
	background-image: url(/bitrix/templates/main/img/arrow-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 57px;
    height: 57px;
	cursor: pointer;
	transform: rotate(0.5turn);
}
.prev-gallery {
	background-image: url(/bitrix/templates/main/img/arrow-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 57px;
    height: 57px;
    cursor: pointer;
}
.next-gallery:hover {
	background-image: url(/bitrix/templates/main/img/arrow-green-bac.svg);
	transform: rotate(0turn);
}
.prev-gallery:hover {
	background-image: url(/bitrix/templates/main/img/arrow-green-bac.svg);
	transform: rotate(0.5turn);
}
.gallery-img {
	width: 100%;
    height: 550px;
}
.gallery-img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.gallery-arrow {
	position: absolute;
    z-index: 100;
    justify-content: space-between;
    margin: auto;
    top: 50%;
    right: -90px;
    left: -90px;
	z-index: 80;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
/*.tabs-img a {
	display: inline-block;
}*/
.mt-35 {
	margin-top: 35px;
}
.page__hero {
	min-height: 100vh;
	max-height: 100vh;
    color: #fff;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.page__title {
	font-family: Site-Bold;
    font-size: 64px;
    line-height: 75px;
    padding: 0;
    margin: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.page__hero p {
	font-family: 'Site-Regular';
    font-size: 32px;
    line-height: 38.4px;
    padding: 0;
    margin: 0;
	font-weight: 400;
	color:#fff;
}
.mb-40 {
	margin-bottom: 40px;
}
.text-block-w-973 {
	max-width: 973px;
    margin: auto;
}
.benef-rooms {
	flex-wrap: wrap;
    gap: 20px 80px;
}
.benef-room-item {
    max-width: 33%;
    align-items: center;
    width: 271px;
}
.benef-room-item__text {
    text-align: start;
}
.swiper-slide-img-special {
    width: 100%;
    height: 450px;
}
.tabs-form {
	border: 2px solid rgba(153, 153, 153, 1);
    border-radius: 15px;
}
.tabs-form forma {
	padding-top: 146px;
    display: block;
    padding-bottom: 128px;
    padding-left: 133px;
    padding-right: 133px;
}
.input-form-phone {
	margin-bottom: 12px;
}
.input-form-phone input {
	border: 1px solid rgba(153, 153, 153, 1);
}
.tabs-form .input-form {
	margin-bottom: 20px;
}
.tabs-form .input-form button {
	width: 100%;
    font-size: 24px;
    line-height: 31.92px;
    font-family: 'Site-Bold';
}
.tabs-form .input-form p {
	text-align: start;
    color: rgba(153, 153, 153, 1);
    margin: 0;
    padding: 0;
}
.rules {
	width: 100%;
    font-size: 24px;
    line-height: 31.92px;
    font-family: 'Site-Bold';
	background: #0A4A2E;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 6px 20px;
    cursor: pointer;
}
.rules-block {
	max-width: 621px;
    margin: auto;
}
.room-block {
	/*margin-bottom: 45px;*/
}
.room-title {
	font-size: 30px;
    font-family: 'Site-Bold';
    font-weight: 400;
    line-height: 39.9px;
    margin-bottom: 40px;
	color: #000;
    text-transform: uppercase;
}
.room-title a {
	color: #000;
    text-decoration: none;
    display: inline-block;
	text-transform: uppercase;
}
.room-text p {
	line-height: 19.2px;
}
.btn-disable {
	margin-top: 0;
    font-size: 18px;
    line-height: 26.6px;
    background: #999999;
}
.gap-h-m {
	margin-bottom: 45px;
    height: 100%;
    gap: 35px;
}
.gap-20-center {
	align-items: center;
    gap: 20px;
}
.gap-24 {
	gap: 24px;
}
.btn-dop {
	margin-top: 0;
    font-size: 20px;
    line-height: 26.6px;
	text-transform: uppercase;
}
.props-text {
	font-size: 24px;
    font-family: 'Site-Bold';
    line-height: 31.92px;
	max-width: 202px;
}
.detail-img {
	max-width: 715px;
    width: 100%;
}
.detail-text-white {
	background: #fff;
    padding: 40px 20px 26px 20px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.detail-text {
	max-width: 505px;
    width: 100%;
	flex-direction: column;
	display: -webkit-flex;
    display: flex;
	/*gap: 20px;*/
}
.detail-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
	min-height: 395px;
}
.thumbsSwiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
	cursor: pointer;
}
.thumbswidth {
	max-width: 100px;
	height: 100px;
}
/*.swiper-slide a {
	display: inline-block;
}*/
.mb-20 {
	margin-bottom: 20px;
}
.mb-35 {
	margin-bottom: 35px;
}
.m-0 {
	margin: 0px;
}
.padding-detail-btn {
	padding: 11px 20px;
}
.content-right {
	justify-content: right;
}
.swiper-pagination-bullet { 
	width: 20px;
	height:20px;
	background:#fff;
	background: #fff;
    opacity: 1;
    margin-right: 20px !important;
    margin-left: 0 !important;
}
.swiper-pagination-bullet:last-child { 
    margin-right: 0px !important;
    margin-left: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #0A4A2E;
}
.swiper-pagination {
	margin-bottom: 30px;
}
.spa-block h2 {
	text-align: center;
}
.page__hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.special-img:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    border-radius: 15px;
}
.f-wrap-item {
	flex-wrap: wrap;
}
.ng-item {
	width: 100%;
}
.ng-item > div {
	gap: 20px;
    border: 2px solid #005E22;
    border-radius: 15px;
}
.ng-room-title {
	margin-bottom: 20px;
    margin-top: 20px;
}
.ng-img {
	width: auto;
}
.ng-rest-text {
	width: 270px;
	margin-bottom: 0px;
}
.ng-room-block {
	margin-bottom: 0px;
}
.ng-bord {
	border: 1px solid #005E22;
    border-radius: 10px;
}
.ng-bord p {
	padding: 10px 20px;
    margin: 0;
}
.text-block-w-715 {
	width: 100%;
}
.text-block-w-400 {
	width: 100%;
}
.countdown {
	margin: 0;
    font-family: 'Site-Bold';
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
	display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;	
}
.dn {
	font-size: 16px;
    text-align: center;
	font-family: 'Site-Regular';
}
.contact-title {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Site-Bold';
}
.contact-block {
	border-radius: 15px;
    padding: 30px;
}
.max-w {
	max-width: 100%;
	font-size: 16px;
}
.footer .contact-text p {
	color: #fff;
}
.h-641 {
	height: 641px;
}
.swiper-slide-img-special img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.gallery-arrow-lr-0 {
    right: 15px;
    left: 15px;
}

/*.prev-gallery-main {
    background-image: url('/bitrix/templates/main/img/arrow-green-bac.svg');
}
.next-gallery-main {
    background-image: url('/bitrix/templates/main/img/arrow-green-bac.svg');
    transform: rotate(0.5turn);
}*/
.vv {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*@media (max-width: 575px) { 
	.next-gallery-main, .prev-gallery-main {
		width: 30px;
		height: 30px;
	}
}*/


/*
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
video::-webkit-media-controls { display:none !important; }
*/

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: rgba(255, 255, 255, 0.76);
}

.tl-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
#tl-booking-form {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 0;
}
#tl-search-form {
	background: #f1f1f1;
}
.social-block {
    position: fixed;
    bottom: 120px;
    right: 26px;
    z-index: 500;
}
.social__list {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: visible;
    flex-flow: column wrap;
    max-height: calc(100vh - 80px);
}
.social__list-item {
    padding: 0;
    margin: 20px 0px 0;
    position: relative;
	list-style: none;
}
.btn-call {
    background: #005E22;
    border: 2px solid #005E22;
    border-radius: 50%;
    box-shadow: 0 8px 10px #005e2261;
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.btn-call__ico {
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 30px;
    padding-top: 5px;
    transition: .3s all;
}
.social__popup {
    background: #fff;
    border-radius: 3px;
    position: absolute;
    right: 100%;
    margin-right: 10px;
    padding: 5px 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    text-align: center;
    color:#000000;
    letter-spacing: 0.5px;
}
.social__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}
.social__item--telegram {
    background-color: #2da5e1;
}
.social__item--whatsapp {
    background-color: #26d367;
}
.social {
    margin-top: 20px;
}
.close {
    display: none;
    padding-top: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*filter: alpha(opacity = 20);
    opacity: .2;*/
}
.active .close {
    display: block;
}
.active .none {
    display: none;
}
.social__state {
	display: -webkit-flex;
    display: flex;
}
.cycle-accordion {
	border-bottom: 2px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.cycle-accordion h2 {
	font-size: 25px;
	position: relative;
}
.cycle-accordion h2::after {
    content: '';
    background-image: url('/bitrix/templates/main/img/openfaq.svg');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
	display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cycle-accordion-active h2::after {
    content: '';
    background-image: url('/bitrix/templates/main/img/closefaq.svg');
}
.mt-40 {
	 margin-top: 40px;
}
.text-left {
	text-align: left;
}
.color-grey {
	color: #a3a3a3;
}
/*gift*/
.widget {
	position: fixed;
	right: 0;
	bottom: 120px;
	z-index: 9999;
	width: 100%;
	min-width: 80px;
	contain: layout style;
}
.widget-botton {
	position: fixed;
	left: 26px;
	bottom: 0px;
	z-index: 99;
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
}
.widget-botton .widget-botton-container {
	width: auto;
}
.widget-botton-container {
	cursor: pointer;
	align-items: center;
	border-radius: 28px;
	--tw-bg-opacity: 1;
	background-color: #005E22;
	padding: 14px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	--tw-shadow: 0 0 16px rgba(0, 0, 0, .15);
	--tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	transition-duration: .3s;
	-moz-user-select: none;
	-ms-flex-align: center;
	-ms-user-select: none;
	-o-transition: all .3s;
	-webkit-box-align: center;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .15);
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s;
	-webkit-user-select: none;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	border-radius: 50%;
	box-shadow: 0 8px 10px #005e2261;
}
.widget-botton-icon {
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
	display: -ms-flexbox;
	display: -webkit-box;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}
.widget-botton-icon svg {
	height: 100%;
	width: 100%;
}

/*слайдер*/

.widget-slider {
	display: none;
	width: 100%;
	min-width: 240px;
	max-width: 480px;
	animation: myAnimation 0.3s ease-out 1 forwards;
	padding: .75rem;
	-webkit-animation: myAnimation 0.3s ease-out 1 forwards;
}
.widget-slider-container {
	filter: drop-shadow(0px 0 8px rgba(0, 0, 0, .25));
}
.widget-slider-list {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.widget-slider-slide-content-wrapper {
	position: relative;
	margin: 0;
	display: inline-flex;
	height: auto;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	overflow: visible;
	border-radius: 6px 6px 0 0;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: 0 0 #0000;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-box-shadow: none;
	background: #fff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
}
.widget-slider-list .widget-slider-slide-content-wrapper {
	margin: 0;
	/*margin-top: 2rem;*/
	max-height: 370px;
	width: 100%;
	border-radius: 6px;
	/*padding-left: 1rem;
	padding-right: 1rem;*/
	padding-top: 0;
	padding-bottom: 0;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: 0 0 #0000;
	-webkit-box-shadow: none;
	background: #fff;
}
.size-full {
	width: 100%;
	height: 100%;
}
.z-10 {
	z-index: 10;
}
.widget-slider-close {
	position: absolute;
	right: .25rem;
	top: 0;
	display: flex;
	height: 2rem;
	width: 2rem;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding: .5rem;
	--tw-text-opacity: 1;
	color: rgb(61 61 61 / 1);
	opacity: .3;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: -webkit-box;
}
.widget-slider-slide-image {
	margin: 0 !important;
	height: 100% !important;
	z-index: 50;
	width: 9rem;
	flex: 0 0 144px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-ms-flex: 0 0 144px;
	-webkit-box-flex: 0;
}
.widget-slider-slide .widget-slider-slide-image {
	margin-top: -2rem;
	height: 136px;
	width: 136px;
	flex: 0 0 136px;
	overflow: hidden;
	border-radius: var(--widget-border-radius);
	--tw-shadow-color: var(--widget-box-shadow);
	--tw-shadow: 0 0 #0000;
	-ms-flex: 0 0 136px;
	-webkit-box-flex: 0;
	-webkit-box-shadow: var(--widget-box-shadow);
}
.widget-slide-content {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem 1rem 1rem 1rem;
	--tw-text-opacity: 1;
	color: rgb(61 61 61 / 1);
	color: var(--widget-text-color);
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
}
.widget-slider-slide .widget-slide-content {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	text-align: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -ms-flexbox;
}
.widget-slide-content {
	display: flex !important;
	height: 100% !important;
	align-items: center !important;
	text-align: center !important;
}
.widget-slide-content:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / 1);
	opacity: .01;
	opacity: calc(var(--widget-background-opacity) / 100);
	--tw-content: "";
	content: "";
}
.widget-slide-content-title {
	max-width: 100%;
	word-break: break-word;
	text-transform: uppercase;
}
.widget-slide-content p {
	margin: 0;
}
.widget-slide-content>*:not(:last-child) {
	margin-bottom: 10px;
}
.text-clip {
	text-overflow: clip;
}
.widget-slide-content-text, .widget-slide-content-text strong {
	max-width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 18px;
	--tw-text-opacity: 1;
	color: rgb(61 61 61 / 1);
	opacity: .8;
	word-break: break-word;
}
.swiper-item-flex {
	display: flex;
}
.widget-slider-pagination {
	position: absolute;
	bottom: 5px !important;
	z-index: 40;
	display: flex;
	height: 2.5rem;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.widget-slider-pagination .swiper-pagination-bullet {
	background: #eee;
}
.widget-slider-pagination .swiper-pagination-bullet-active {
	background: #0A4A2E;
}
.widget-slider-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin-right: 10px !important;
}
.widget-slider-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0px !important;
	margin-left: 0 !important;
}
.mb-4 {
	margin-bottom: 15px;
}
/*Анимация*/

@keyframes myAnimation {
	0% {
		opacity:0;
		transform:translate(-100%)
	}
	66% {
		transform:translate(0)
	}
	100% {
		opacity:1
	}
}

/*слайдер media*/
@media (min-width: 500px) {
	.widget-slider {
		display: block;
		width: 464px;
		padding: .75rem;
		filter: drop-shadow(0px 0 8px rgba(0, 0, 0, .25));
	}
}
@media (min-width: 500px) {
	.widget-slider-slide-content-wrapper {
		position: relative;
		margin: .75rem;
		display: inline-flex;
		height: 15rem;
		width: 432px;
		flex-direction: row;
		overflow: hidden;
		border-radius: .25rem;
		/*border-radius: var(--widget-border-radius);*/
		--tw-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
		--tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
		box-shadow: 0 0 #0000;
		--tw-shadow-color: 0 0 #0000;
		--tw-shadow: 0 0 #0000;
		-ms-flex-align: start;
		-webkit-box-align: start;
		-webkit-box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
		-webkit-box-shadow: 0 0 #0000;
		align-items: start;
		display: -ms-inline-flexbox;
		display: -webkit-inline-box;
	}
}
@media (min-width: 500px) {
	widget-slider-list .widget-slider-slide-content-wrapper {
		margin-top: 0;
		height: 15rem;
		padding: 0;
	}
}
@media (min-width: 500px) {
	.widget-slider-close {
		right: 0;
	}
}
@media (min-width: 640px) {
	.widget-slider-slide-image {
		background-size: cover !important;
	}
}
@media (min-width: 640px) {
	.widget-slider-slide-image {
		background-position: center !important;
	}
}
@media (min-width: 500px) {
	.widget-slider-slide .widget-slider-slide-image {
		margin-top: 0;
		height: 100%;
		width: 32%;
		border-radius: unset;
	}
}
@media (min-width: 500px) {
	.widget-slider-slide .widget-slide-content {
		display: block;
		padding: 1rem 1rem 1rem 1rem;
		text-align: left;
	}
}
@media not all and (min-width: 640px) {
	.widget-slider-slide-image {
		height: 280px !important;
	}
	/*.widget-slider-slide .widget-slide-content {
		padding-top: 2.5rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}*/
}
/*@media (min-width: 500px) {
	.widget-slide-content-title {
		padding-right: 1.25rem;
	}
}*/
@media not all and (min-width: 640px) {
	.widget-slider-slide .widget-slide-content {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}
}
/*endgift*/

/*corpoffer*/
.benif-block-item {
	/*width: 24%;*/
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
	margin: 10px;
    width: calc(33.33% - 20px);
}
.benif-title {
	font-size: 21px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 20px;
}
.benif-text {
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.benif-block p {
	font-size: 18px;
}
.benif-block-item-50 {
	width: 49%;
}
.benif-title  {
	text-transform: uppercase;
	color:#000;
}
.benif-title a {
	text-transform: uppercase;
	color:#000;
	text-decoration: underline;
}
.benif-sub-title {
	font-size: 21px;
}
.benif-sub-title a {
	color:#000;
	text-decoration: underline;
	font-size: 21px;
}
.mice-item-wrapper {
	width: calc(33.33% - 20px);
	/*margin-bottom: 20px;*/
	margin: 10px;
	box-sizing: border-box;
}
.mice-item-img {
	background-repeat: no-repeat!important;
    background-size: cover!important;
    padding-bottom: 65%;
    background-position: center!important;
    border-radius: 10px 10px 0 0;
}
.mice-item-text {
	padding: 20px;
    background: #fff;
}
.mice-item-title {
	font-size: 21px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mice-item-btn .header__btn__bron {
	width: 100%;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.wrap {
	flex-wrap: wrap;
	margin: -10px;
}
.mice-item-nofoto {
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 10px 10px;
}
.mice-prop {
	margin-bottom: 20px;
	gap: 0;
	justify-content: space-between;
}
.mice-prop .props-text {
	font-size: 21px;
} 
.mice-cont {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.h-100 {
	height: 100%;
}
.text-block h3 {
	margin: 0;
    font-family: 'Site-Bold';
    font-weight: 400;
    font-size: 28px;
    line-height: 65px;
    text-transform: uppercase;
}
.mt-80 {
	margin-top: 80px;
}
/*endcorpoffer*/
.dflexstretch {
    display: flex;
    align-items: stretch;
}

/*dolphin*/

.mr-16 {
	margin-right: 16px;
}
.header__buttons {
	max-width: 198px;
    width: 100%;
}
.header_start {
	max-width: 1140px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    width: 100%;
}
.header_block {
	background: #fff;
    border-radius: 20px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 927px;
    width: 100%;
}
.header_phone a {
	color: rgba(0, 0, 0, 1);
	line-height: 100%;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	font-family: Site-Bold-R;
}
.header_phone a img {
	margin-right: 10px;
}
.content-top-75 {
	margin-top: 75px;
}
.content-top-115 {
	margin-top: 115px;
}
.dolp {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: max-content;
}
.dolp-title {
	font-size: 64px;
    font-weight: 500;
    color: #fff;
    font-family: 'Site-Bold';
    line-height: 100%;
    max-width: 555px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.dolp-btn {
	font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Site-Bold';
    line-height: 100%;
    max-width: 378px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    background: rgba(253, 197, 100, 1);
    padding: 9px 20px;
    border-radius: 20px;
}
.dolp-text {
	font-size: 18px;
    color: #fff;
}
.blue {
	background: rgba(162, 200, 237, 1);
}
.roz {
	background: rgba(251, 157, 184, 1);
}
.orange {
	background: rgba(253, 197, 100, 1);
}
.green {
	background: rgba(153, 189, 102, 1);
}
.blue-text {
	color: rgba(162, 200, 237, 1);
}
.roz-text {
	color: rgba(251, 157, 184, 1);
}
.orange-text {
	color: rgba(253, 197, 100, 1);
}
.green-text {
	color: rgba(153, 189, 102, 1);
}
.section-h2 h2 {
	margin: 0 0 30px 0;
    font-size: 40px;
    font-family: 'Site-Bold';
    color: rgba(42, 42, 42, 1);
    font-weight: 500;
    line-height: 100%;
}
.about-item {
	border-radius: 20px;
    max-width: 360px;
    width: 100%;
    padding: 53px 30px;
}
.about-title {
	font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Site-Bold';
    margin-top: 10px;
}
.about-t {
	font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.blue-radius {
	padding: 5px 30px;
    border-radius: 20px;
    color: #fff!important;
}
.f-32 {
	font-size: 32px;
    text-align: center;
	margin: 0 0 30px 0;
    font-family: 'Site-Bold';
    color: rgba(42, 42, 42, 1);
    font-weight: 500;
    line-height: 100%;
}
.m-0 {
	margin: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.t_pref {
	line-height: 100%;
	font-weight: 400;
	font-size: 16px;
}
.about-t a {
	color: #fff;
}
.about-t a:hover {
	color: #fff;
}
.border-20 {
	border-radius: 20px;
}
.w-555 {
	max-width: 555px;
	width: 100%;
}
.day-white {
	background: #fff;
    padding: 30px;
}
.item-day-predmet div {
	font-size: 12px;
    padding: 10px 20px;
    background: rgba(243, 243, 243, 1);
    border-radius: 15px;
    margin-bottom: 10px;
}
.item-day-predmet div:last-child {
    margin-bottom: 0px;
}
.item-day-title {
	font-weight: 500;
    font-family: 'Site-Bold';
    text-align: center;
    font-size: 16px;
    line-height: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
    border-radius: 15px;
}
.day-white .mr-15 {
	margin-right: 15px;
}
.day-white .mr-15:last-child {
	margin-right: 0px;
}
.item--block {
	padding: 60px 20px;
}
.item--xs {
	border-radius: 20px;
    max-width: 360px;
    width: 100%;
	height: 360px;
}
.item--xs p {
	color: #fff;
    line-height: 100%;
    font-weight: 400;
}
.item--xl {
	border-radius: 20px;
    max-width: 750px;
    width: 100%;
}
.f-wrap {
	flex-wrap: wrap;
}
.item--block-notext img {
	border-radius: 20px;
}
.gap-30-30 {
	gap:30px 30px;
}
.w-204 {
	max-width: 204px;
    width: 100%;
}
.btn {
	color: #fff;
    background: rgba(42, 42, 42, 1);
    border-radius: 20px;
    padding: 10px 20px;
	display: inline-block;
}
.btn:hover {
	color: #fff!important;
    opacity: .9;
}
.group {
	padding: 30px;
    max-width: 419px;
    width: 100%;
}
.flex-column {
	display: flex;
    flex-direction: column;
}
.group-title {
	color: #fff;
    line-height: 100%;
    font-size: 40px;
    font-family: 'Site-Bold';
    font-weight: 500;
    margin-bottom: 15px;
}
.group-text {
	color: #fff;
    line-height: 100%;
    font-size: 20px;
    font-family: 'Site-Bold';
    font-weight: 500;
    margin-bottom: 15px;
}
.group-item {
	flex: 1 1 calc(50% - 20px);
}
.h100 {
	height: 100%;
}
.group-item {
    padding: 30px 15px;
    width: 100%;
    height: 262px;
    max-width: 262px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gr-f-32 {
	font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}
.price-item {
	padding: 30px 20px;
    max-width: 360px;
    width: 100%;
    border-radius: 20px;
}
.white {
	background: #fff;
}
.price-title {
	font-weight: 500;
    font-family: 'Site-Bold';
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
}
.price-t {
	line-height: 100%;
    font-weight: 400;
    color: rgba(112, 112, 112, 1);
    font-size: 12px;
}
.price-abonement {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.abb {
	line-height: 100%;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
    font-size: 20px;
    margin-bottom: 15px;
}
.pometka {
	font-size: 12px;
    color: rgba(112, 112, 112, 1);
    font-weight: 400;
    margin-top: 15px;
}
.h80 {
    height: 80%;
}
.price-item.blue div, .price-item.blue p {
	color: #fff;
}
.price-item.green div, .price-item.green p {
	color: #fff;
}
.pp {
	font-size: 32px;
    font-weight: 500;
    line-height: 100%;
}
.pad-30-30 {
	padding: 30px;
}

/*form*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.form {
	border:none!important;
}
.popup {   
    font-size: 14px;
    min-width: 320px;
    max-width: 555px;
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
    z-index: 1000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
	padding: 40px;
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: max-content;
}
/* кнопка закрытия */
.close-action {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(162, 200, 237, 1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close-action:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
	/*font-family:  Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close-action:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.popup img {
    width: 100%;
    height: auto;
}
.d-md-flex {
	display: flex;
    justify-content: space-between;
    gap: 30px;
}
.ppd h3 {
	font-size: 25px;
    margin-top: 0;
	font-family: 'Site-Bold';
	font-weight: 400;
}
.ppd p {
	font-size: 16px;
    color: #000000;
}
.form-group {
	margin-bottom: 20px;
}
.btn-form-submit {
	padding: 10px 30px 10px 30px;
    color: #fff;
    background: #99bd66;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border: none;
	width: 100%;
}
.btn-form-submit:hover {
    opacity: .9;
}