
@font-face {
    font-family: "Noto";
    src: url(/3/persona/font/bold.fc523ac7.eot);
    src: url(/3/persona/font/bold.fc523ac7.eot?#iefix) format("embedded-opentype"),url(/3/persona/font/bold.2a877c1a.woff2) format("woff2"),url(/3/persona/font/bold.d44c7a9d.woff) format("woff"),url(/3/persona/font/bold.781171b2.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}


/* reset */
 
* {
	margin: 0;
	padding: 0;
	font: inherit;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
main,
nav,
section, 
summary {
	display: block;
}  
audio,
canvas, 
progress, 
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(255,255,255,0);
	cursor: default;
}
body {
	margin-top:0!important;
	font-size: 100%;
}
a {
	background: transparent;
}
a.fa, a.fa:hover {
	text-decoration: none;
	color:#fff;
}
*:focus,
*:active,
*:hover {
	outline: none;
}
b, strong {
    font-weight: 600;
}

hr {
	box-sizing: content-box;
	height: 0;
}
ol,
ul {
	list-style: none;
}
ol{
	list-style: decimal;
}
ul {
	list-style: disc;
}
ul li, ol li{
	
}
pre {
	-moz-tab-size: 4;
		 -o-tab-size: 4;
	   tab-size: 4;
	white-space: pre-wrap;
}
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: none;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select[multiple],
textarea {
	background-image: none;
}
input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}
input,
textarea {
	resize: none;
	-webkit-user-select: text;
	 -moz-user-select: text;
		-ms-user-select: text;
			user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
	color: transparent !important;
}
[placeholder]:focus:-ms-input-placeholder {
	color: transparent !important;
}
[placeholder]:focus::placeholder {
	color: transparent !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
    width: 100%;
}
body{
	min-height: -webkit-fill-available;
	font-family: 'Unbounded';
}
a{
	text-decoration: none;
	
}
a:hover{
	transition:0.5s;
	opacity:0.7;
}
li{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
    margin-bottom: 10px;
}
dt, dd{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
    margin-bottom: 10px;
}
h3 {
    margin-bottom: 20px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #254A72;
	margin-top:20px;
}
h4 {
    margin-bottom: 20px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    color: #254A72;
}
ul, ol{
	padding-left:25px;
}
.width_1440{
	width: 100%;
    max-width: 1440px;
	margin: 0px auto;
}
.contanier {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
	padding: 0px 15px;
}
header{
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(37, 74, 114, 0.12);
	border-radius: 0px 0px 30px 30px;
	width:100%;
	padding:15px 0;
	max-width: 1440px;
    position: fixed;
    z-index: 99;
    left: auto;
    top: 0;
}
.header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 35px;
}
ul.header_menu {
    list-style: none;
    margin-bottom: 0;
	padding-left:0;
}
ul.header_menu li {
    position: relative;
}
.header_menu a{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #254A72;
}
ul.header_menu li{
	margin-bottom:0;
}

.sub-menu {
    position: absolute;
    width: 291px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    padding: 20px;
    visibility: hidden;
    top: 26px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
ul.header_menu li:hover .sub-menu {
    visibility: visible;
}
ul.header_menu li:first-child{
	margin-right:15px;
}
ul.header_menu li a.sub_arrow {
    line-height: 26px;
}
a.sub_arrow:before {
    content: '';
    display: block;
    position: absolute;
    right: -19px;
	top: 6px;
    width: 14px;
    height: 14px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.73909 5.25H10.2608C10.3761 5.25048 10.4888 5.28517 10.5844 5.34966C10.6801 5.41416 10.7545 5.50557 10.7982 5.61234C10.8419 5.71911 10.8529 5.83644 10.83 5.94949C10.807 6.06255 10.751 6.16626 10.6691 6.2475L7.41409 9.5025C7.35986 9.55718 7.29535 9.60057 7.22426 9.63019C7.15318 9.6598 7.07693 9.67505 6.99992 9.67505C6.92292 9.67505 6.84667 9.6598 6.77559 9.63019C6.7045 9.60057 6.63999 9.55718 6.58576 9.5025L3.33076 6.2475C3.24884 6.16626 3.19286 6.06255 3.16989 5.94949C3.14691 5.83644 3.15798 5.71911 3.20168 5.61234C3.24539 5.50557 3.31978 5.41416 3.41543 5.34966C3.51109 5.28517 3.62372 5.25048 3.73909 5.25Z' fill='%23254A72'/%3e%3c/svg%3e ");
    display: block;
}
ul.header_menu li .sub-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #254A72;
	margin-right:0;
	width:calc(50% - 5px);
}
ul.header_menu li .sub-menu li:last-child{
	//border-bottom:none;
	//margin-bottom: 0px;
    //padding-bottom: 0px;
}
.sub-menu li a {
    font-size: 14px;
}
.header_contact{
	text-align: right;
}
.header_contact a{
	display:block;
}
.telefon{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #254A72;
}
.order_call{	
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #254A72;
}
.index_banner{
	width:100%;
	border-radius: 0px 0px 30px 30px;
	height:920px;
	display:flex;
	align-items: end;
	justify-content: center;
	padding-bottom:30px;
	overflow:hidden;
	background: url(/images/bg_new_tityl.jpg);
	background-position: center;
	background-size: cover;
	margin-top: -50px;
	position: relative;
}
.index_banner:before{
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0, 13, 26, 0.42);
}
.index_content{
	position: relative;
	z-index:2;
}
.index_promo{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:40px;
	margin-top:30px;
}
.index_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	color: #FFFFFF;
	
}
.TVWideForm .TVMainForm{
	background:none!important;
	border-radius:20px;
}
.TVWideForm.TVTheme2 .TVFilterForm{
	display:none;
}
.TVMainFilter, .TVMainForm .TVHotelDetailSearchFilter, .TVMainForm .TVHotelTourDetailSearchFilter{
	border-radius:20px!important;
}
.TVRadioGroup.TVStyleTheme1, .TVRadioGroup.TVStyleTheme2{
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	width: fit-content;
    margin: 0 auto;
}
.TVInputRadio.TVFontSize-M{
	padding:10px 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.TVInputRadio.TVSize-S .TVInputRadioLabel{
	background:none!important;
	border:none!important;
}
.TVInputRadio .TVInputRadioWrapper {
    position: relative;
}
.TVInputRadio.TVSize-S .TVInputRadioLabel {
    width: 124% !important;
    min-width: 1px !important;
    height: auto !important;
    position: absolute;
    left: -20px;
    top: -10px;
    background: none !important;
    border-radius: 20px;
}
.TVInputRadio.TVSize-S .TVInputRadioLabelCheck {
    width: 100%!important;
    min-width: 8px!important;
    height: 42px!important;
	background: #007C91!important;
	border-radius: 20px;

}
.TVInputRadio.TVFontWeightSize-M .TVInputRadioContent{
	font-family: 'Manrope'!important;
	font-style: normal!important;
	font-weight: 300!important;
	font-size: 16px!important;
	line-height: 22px!important;
	color: #FFFFFF!important;
}
.TVInputRadio.TVGapSize-M .TVInputRadioContent {
    margin-left: 0px!important;
}
.TVInputRadio.TVFontSize-M:last-child .TVInputRadioLabel{
	width: 182% !important;
}
.TVMainFilterIcon{
	display:none!important;
}
.TVMainSelect.TVStyleTheme2 .TVMainSelectPlaceholder{
	font-family: 'Manrope'!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-size: 10px!important;
	line-height: 14px!important;
	color: #C4C4C4!important;
	text-transform: math-auto!important;
}
.TVMainSelect.TVStyleTheme2 .TVMainSelectContent{
	font-family: 'Manrope'!important;
	font-style: normal!important;
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 22px!important;
	color: #254A72!important;
}
.TVWideForm.TVTheme2 .TVSearchButton{
	flex: 199!important;
	background: #01AEED!important;
	border-radius: 20px!important;

}
.TVWideForm.TVTheme2 .TVSearchButton:before {
    font-family: TVicons;
    content: "Найти"!important;
	font-family: 'Manrope'!important;
	font-style: normal!important;
	font-weight: 600!important;
	font-size: 18px!important;
	line-height: 25px!important;
	color: #FFFFFF!important;
}
.TVMainFilter>:not(:last-child){
	padding:5px 0;
}
.index_sec_bottom{	
	text-align: center;
	max-width:650px;
	width:100%;
	margin:0 auto;
	margin-top:208px;
}
.btn{
	width:100%;
	height:58px;
    padding-left: 10px;
    padding-right: 10px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #01AEED;
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF!important;
}
.index_btn{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.index_btn .btn{
	max-width:320px;
}
.hr{
	margin-bottom:10px;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.42);
	border-radius: 0px 0px 40px 40px;
}
.index_desc{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
}
.section{
	padding:70px 0;
	padding-bottom:90px;
	border-radius: 0px 0px 20px 20px;
	background:#fff;
	position: relative;
    z-index: 15;
}
h1 {
    margin-bottom: 50px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 52px;
    color: #254A72;
}
h2{
	margin-bottom:50px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #254A72;
}
.section_about{
	display: flex;
	gap:20px;
	flex-wrap:wrap;
}
.about_item{
	width: calc(25% - 15px);
	padding:0 20px;
}
.about_item:nth-child(even){
	margin-top:30px;
}
.about_name{
	margin-bottom:20px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 100%;
	color: #007C91;
	text-align: center;
}
.about_line{
	position: relative;
	width:100%;
	height:1px;
	background-color: rgba(0, 124, 145, 0.2);
	border-radius: 20px;
	margin-bottom:20px;
}
.about_line:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:25%;
	height:1px;
	background: #007C91;
	border-radius: 20px;
	display:block;
}
.about_item:nth-child(2) .about_line:before{
	left:25%;
}
.about_item:nth-child(3) .about_line:before{
	left:50%;
}
.about_item:nth-child(4) .about_line:before{
	left:82%;
}
.about_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #254A72;
}
.bg_gray{
	background: #FAFAFA;
	margin-top:-30px;
	z-index:5;
	padding-top:90px;
}
.index_9{
	z-index:14;
}
.country_main{
	display:flex;
	flex-wrap:wrap;
	gap:19px;
}
.country_item{
	display:block;
	position: relative;
	max-width: 377px;
	width:100%;
	height: 320px;
	background: #D9D9D9;
	border-radius: 20px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.country_item:hover{
	opacity:1;
	transition:0.5s;
}
.country_item {
    position: relative;
    overflow: hidden;
}

.country_item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 74, 114, 0) 0%, rgba(37, 74, 114, 0.62) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.country_item:hover:before {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.country_item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 74, 114, 1) 0%, rgba(37, 74, 114, 0.62) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.country_item:hover:after {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.country_content{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	width:100%;
	height:100%;
	position: relative;
	z-index:2;
	padding:20px;
}
.country_check{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-left:auto;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	width:48px;
	height:26px;
}
.country_check svg{
	width:18px;
	transition:0.5s;
}

.country_item:hover .country_check svg{
	transform: rotate(45deg);
}
.country_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 33px;
	color: #FFFFFF;
}
.country_name span{
	display:block;
	margin-top:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.end_item .country_content{
	padding:30px;
	
}
.count_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom:15px;
}
.count_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	opacity: 0.8;
}
.btn_white{
	width:100%;
	height:52px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #254A72;
}
.section_img{
	margin-top:-30px;
	border-radius:0 0 20px 20px;
	background-position: center;
	background-size: cover;
	width:100%;
	height:850px;
	position:relative;
	z-index:13;
}
.section_manager{
	padding-top:100px;
	padding-bottom:70px;
	background:#fff;
	border-radius:0 0 20px 20px;
	margin-top:-30px;
	position: relative;
    z-index: 12;
}
.section_manager h2{
	text-align: left;
	max-width:630px;
	margin-bottom:0;
}
.h2_flex{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:50px;
}
.h2_flex > *{
	width:50%;
}
.custom-arrows {
   display: flex;
   gap: 20px;
   justify-content: end;
}
.custom-arrows button {
    width: 46px;
    height: 46px;
	background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;	
	border: 1px solid #254A72;
	border-radius: 12px;
}
.custom-arrows button:hover {
    background: #254A72;
}
.custom-arrows svg{
	width:23px;
	stroke:#254A72;
}
.custom-arrows button:hover svg path, .custom-next:hover svg path{
	stroke:#fff!important;
}
.item_manager{
	width:377px;
	padding:10px;
	background:rgba(250, 250, 250, 1);
	border-radius:20px;
	margin:0 10px;
}
.manger_top_block{
	padding:5px;
	padding-left:10px;
}
.manger_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #007C91;
}
.manger_name span{
	display:block;
	margin-top:5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #254A72;
	opacity: 0.6;
}
.manger_text{
	margin-top:14px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
	margin-bottom:37px;
}
.manager_img{
	position: relative;
	width:100%;
	height:360px;
	background-position: center;
	background-size: cover;
	border-radius:20px;
}
.manager_img span{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:6px 20px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	width:fit-content;
	position: absolute;
	bottom:10px;
	left:10px;
}
.custom-prev.disabled, .custom-next.disabled{
	opacity:0.24;
}
.slick_manager{
	margin-right:-134px;
}
.index_4{
	z-index:11;
	padding-bottom:0;
}
.h2_flex h2{
	text-align: left;
	margin-bottom:0;
}
.text_h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.plan_main{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.plan_item{
	width: calc(50% - 10px);
	background:#fff;
	padding:20px;
	border-radius:20px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	gap:50px;
}
.plan_number{
	margin-top: -50px;
    margin-left: -45px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-size: 120px;
	color: rgba(37, 74, 114, 0.04);
	position: relative;
	width: fit-content;
	z-index:2;
}
.plan_number img{
	width:30px;
	position: absolute;
	left: 43px;
    top: 54px;
}
.plan_content_name{
	margin-bottom:15px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 120%;
	color: #007C91;
}
.plan_content_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.h2_end{
	align-items: end;
}
.plan_item_33{
	width:calc(33.333% - 14px);
	
}
.bg_blue{
	background: url(/images/bg_plan_1.png);
	background-size: cover;
}
.bg_blue .plan_number{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-size: 120px;
	line-height: 140%;
	color: #FFFFFF;
	opacity: 0.04;
	margin-top: -56px;
}

.bg_blue .plan_content_name, .bg_blue .plan_content_text{
	color:#fff;
}
.section_img_2 {
    margin-top: -150px;
    border-radius: 0 0 30px 30px;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 985px;
    position: relative;
    z-index: 10;
	background-color:#FAFAFA;
}
.tabs-header {
    display: flex;
    background: #fff;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:20px;
}
.tabs-header > *{
	width:25%;
	flex:1;
}
.tab-btn {
    cursor: pointer;
    flex: 1;
    transition: background 0.3s;
	border:none;
	padding:12px 30px;
	border-radius: 20px;
	background: none;
}


.tab-btn.active {
	background: #254A72;
	border-radius: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.custom-arrows{
	display:none;
}
.custom-arrows.active-tab{
	display:flex;
}
.tab-btn_name{
	display:flex;
	gap:5px;
	align-items: center;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	color: #254A72;
}
.tab-btn.active .tab-btn_name{
	color:#fff;
	font-weight: 200;
}
.reviews{
	margin-top:5px;
	display:flex;
	gap:8px;
}
.star_main{
	display:flex;
	gap:4px;
	align-items: center;
}
.star{
	background: url(/images/star.svg);
	width:14px;
	height:14px;
	background-size: cover;
}
.tab-btn.active .star{
	background: url(/images/star_white.svg);
}
.star_main span{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	line-height: 140%;
	color: #254A72;
	opacity: 0.8;
	margin-left:3px;
}
.tab-btn.active .star_main span{
	color:#fff;
}
.reviews_number{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	line-height: 140%;
	color: #254A72;
	opacity: 0.8;
}
.tab-btn.active .reviews_number{
	color:#fff;
}
.tab-btn_name span{
	width:12px;
	height:17px;	
}
.tab-btn_name span.yandex_point{
	background-image: url(/images/yandex_rev.svg);
	background-size: cover;
	width:11px;
}
.tab-btn_name span.google_point{
	background-image: url(/images/google_rev.svg);
	background-size: cover;
}
.tab-btn.active .tab-btn_name span.yandex_point{
	background-image: url(/images/yandex_rev_w.svg);
	background-size: cover;
	width:11px;
}
.tab-btn.active .tab-btn_name span.google_point{
	background-image: url(/images/google_rev_w.svg);
	background-size: cover;
}
.btn_tabs a{
	display:flex;
	align-items: center;
	justify-content: center;
	max-width:287px;
	width:100%;
	height:77px;
	background: #01AEED;
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.btn_tabs{
	max-width:287px;
	width:100%;
	flex:none;
}
.slider{
	margin:0 -10px;
}
.slider .slide{
	margin:0 10px;
}
.slide-content{
	padding:20px;
	border-radius:20px;
	background:#fff;	
}
.slide-content_content .star{
	background: url(/images/stra_blue.svg);
	width:14px;
	height:14px;
	background-size: cover;
}
.slide-content_name{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #254A72;
	opacity: 0.8;
}
.rev_data{
	margin-top:5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #254A72;
	opacity: 0.8;
}
.slide-content_img{
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 20px;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.slide-content_header{
	display:flex;
	align-items: center;
	gap:15px;
	margin-bottom:15px;
}
.slide_text{
	max-height: 66px;
	overflow: hidden;
	transition: max-height 0.4s ease;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	opacity: 0.8;
}
.slide_text.show {
    max-height: fit-content;;
}
.show-more-btn{
	background:none;
	border:none;
	margin-top:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	opacity: 0.8;
}
.rev_letter{
	margin-top:20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #254A72;
	opacity: 0.8;
	display:block;
}
.slick-disabled{
	opacity:0.25;
}
.index_5{
	padding-bottom:30px;
}
.accordion_flex{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.accordion{
	/*display:flex;
	flex-wrap:wrap;*/
	width:calc(50% - 10px);
}
.accordion-item {
   overflow: hidden;
   padding:27px 20px;
	background: #FAFAFA;
	border-radius: 20px;	
	gap:10px;
	/*width: calc(50% - 10px);*/
	margin-bottom:20px;
	 min-height: 102px;
	 display:flex;
	 flex-direction:column;
	 justify-content: center;
}

.accordion-header {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #007C91;
	cursor:pointer;
	gap:20px;
}

.accordion-header::after {
	content: '';
	transition: transform 0.3s ease;
	width:30px;
	height:30px;	
	background-color: #FAFAFA;
	border: 1px solid rgba(37, 74, 114, 0.42);
	border-radius: 12px;
	display:flex;
	align-items:center;
	justify-content: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8.6665L10 12.6665L14 8.6665' stroke='%23254A72' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e ");
	background-position: center;
	background-repeat: no-repeat;
	flex:none;
}
.accordion-content {
	visibility:hidden;
	height:0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	font-size:14px;
	font-weight:300;
	display:none;
}
.accordion-content p{
	margin-bottom:10px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
}
.accordion-item.active .accordion-content {
    visibility:visible;
    padding: 15px 0;
	height:auto;
	display:block;
}

.index_3 {
    z-index: 3;
}
.section_img_footer{
	margin-top: -50px;
    border-radius: 0 0 30px 30px;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 929px;
    position: relative;
    z-index: 2;
    background-color: #FAFAFA;
}
.form_section{
	padding-top:120px
}
.form_section{
	
}
.form_section h2{
	color:#fff;
	max-width:834px;
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
}
.form_text{
	margin-bottom:30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
}
.form_main{
	display:flex;
	gap:20px;
}
.form_item{
	width:calc(33.333% - 10px);
}
.form_item input{
	padding:19px 20px;
	background:#fff;
	border-radius:20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	border:none;
	width:100%;
	color: rgba(37, 74, 114, 0.6);
}
::placeholder{
	color: rgba(37, 74, 114, 0.6);
}
.agree{
	margin-top:10px;

}
.checkbox-label {
    display: flex;
    align-items: flex-start;
	justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-input {
    //display: none;
    top:4px;
    position:relative;
    left:24px;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
	background: #D9D9D9;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
}

.checkbox-input:checked + .checkbox-custom {
    border-color: #007bff;
    background-color: #007bff;
}

.checkbox-input:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;	
	margin-top: 5px;
}
.modal__content .checkbox-text {
	font-size:10px;
}
.modal__content .checkbox-custom {
    width: 15px;
    height: 15px;
}
.policy-link {
    text-decoration: underline;
    transition: color 0.2s ease;
	color: #FFFFFF;
}
.policy-link:hover{
	text-decoration: none;
	opacity:1;
}
.footer{
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding:40px;
	margin-top:70px;
}
.footer_top{
	display:flex;
	justify-content: space-between;
	gap:50px;
}
.footer_logo{
	margin-bottom:20px;
}
.tel_footer{
	display:block;
	margin-bottom:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
}
.tel_mail{
	display:block;
	margin-bottom:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
}
.soc_footer{
	display:flex;
	gap:10px;
}
.soc_footer a{
	width:38px;
	height:38px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.soc_footer a.soc_telega{
	background:rgba(1, 174, 237, 1);
}
.soc_footer a svg{
	width:18px;
}
.footer_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
	opacity: 0.6;
	margin-bottom:15px;
}
.link_a a{
	display:block;
	margin-bottom:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
}
.column_a_2{
	column-count:2;
	column-gap:100px;
}
.padd_right{
	margin-right:112px;
}
.footer_bottom{
	display:flex;
	align-items: center;
	margin-top:100px;
}
.footer_bottom .footer_item{
	width:50%;
}
.footer_bottom .footer_item:last-child{
	margin-left:34%;
}
.footer_span span, .footer_span a{
	display:block;
	margin-bottom:5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	opacity: 0.4;
}
.section_manager .custom-arrows{
	display:flex;
}
.mob_menu{
	display:none;
}
.btn_menu {
    display: none;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom{
	margin-top:20px!important;
	display:flex;
	gap:20px;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev {
    flex-basis: 46px!important;
    width: 46px!important;
    height: 46px!important;
    background: none!important;
    border: none!important;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    transition: background 0.3s ease!important;
    border: 1px solid #254A72!important;
    border-radius: 12px!important;
    margin-right: 0px!important;
	margin-top:0!important; 
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next::after, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev::after{
	line-height:46px!important;
	font-size:12px!important;
	
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-swiper-button-next:hover, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-swiper-button-prev:hover{
	background: #254A72!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .swiper-pagination{
	margin-top:0!important;
}
.sw-app .swiper-pagination-bullet-active{
	background: #254A72!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-box-tabs-body{
	display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}


#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-box-tabs .sw-review-box-tab{
	cursor: pointer!important;
    flex: 1!important;
    transition: background 0.3s!important;
    border: none!important;
    padding: 25px 30px!important;
}
.sw-app .sw-review-box-tabs .sw-review-box-tab .sw-review-box-tab-name{
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    
}
.sw-app .sw-review-box-tabs .sw-review-box-tab.active .sw-review-box-tab-name{
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    color: #fff;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-box-tabs .sw-review-box-tab.active{
	color:#fff!important;
	background: #254A72!important;
	border-radius: 20px!important;
}

#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-reviews-btn-form{
	display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    max-width: 287px!important;
    width: 100%!important;
    height: 55px!important;
    background: #01AEED!important;
    border-radius: 20px!important;
    font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 25px!important;
    text-align: center!important;
    color: #FFFFFF!important;
	box-shadow:none!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item-stars .star_block>.clip .star use{
	fill:#254A72!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item-stars>.star use{
	fill:#254A72!important;
	opacity:0.8;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-box{
	margin-bottom:0!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item{
	padding: 20px!important;
    border-radius: 20px!important;
    background: #fff!important;
	box-shadow:none!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item .sw-review-item-header .sw-review-item-user, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item .sw-review-item-header .sw-review-item-user>a{
	font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 120%!important;
    color: #254A72!important;
    opacity: 0.8!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item-date{
    font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 120%!important;
    color: #254A72!important;
    opacity: 0.8!important;
}
.sw-app .sw-review-truncate-text{
	font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 140%!important;
    color: #254A72!important;
    opacity: 0.8!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item-body-readmore{
	font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 140%!important;
    color: #254A72!important;
    opacity: 0.8!important;
	margin-top:10px;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 a.sw-review-source-link{
	font-family: 'Manrope'!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 140%!important;
    color: #254A72!important;
    opacity: 0.8!important;
	margin-top:10px;
}
.TVRadioGroup.TVStyleTheme1, .TVRadioGroup.TVStyleTheme2{
	background: rgba(0, 0, 0, 0.4)!important;
}

.TVWideFilterForm.TVTheme2 .TVSearchButton{
	flex: 199 !important;
    background: #01AEED !important;
    border-radius: 20px !important;
}
.bg_blue{
	position: relative;
}
.bg_blue .plan_number{
	position: absolute;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-list{
	position: relative!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev{
	position: absolute!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next{
	right:0!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev{
	left:0!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-list {
    position: relative !important;
    padding: 7px 0px 5px !important;
	padding-left:26px!important;
}
#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item{
	max-width:360px!important;
	width:100%!important;
	margin:0 10px!important;
}
.slick-dots{
		bottom:-35px;
	}
	.slick-dots li button:before{
		font-size:25px;
	}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		color: rgba(1, 174, 237, 1);
	}
@media (max-width: 1440px) {
	.slick_manager {
		margin-right: 0px;
	}
}
@media (max-width: 1279px) {
	.h2_flex > * {
		width: auto;
	}
	.country_item{
		max-width: 318px;
	}
	.footer_bottom .footer_item:last-child {
		margin-left: 0;
	}
	.padd_right {
		margin-right: 0px;
	}
}
@media (max-width: 1023px) {
	.mob_menu{
		display:block;
	}
	.header_menu_main{
		display:none;
	}
	.btn_menu {
        display: block;
    }
	.btn_menu span {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(1, 174, 237, 1);
		border-radius: 6px;
		cursor: pointer;
	}
	.body_pointer .btn_menu span.open_icon {
		display: none;
	}
	.btn_menu span.menu-close {
		display: none;
	}
	.body_pointer .btn_menu span.menu-close {
		display: flex;
		background: none;
		border: 1px solid rgba(1, 174, 237, 1);
	}
	.menu_click {
        display: none;
    }
	.body_pointer .menu_click {
		display: block !important;
		position: absolute;
		right: 17px;
		top: 60px;
		padding: 15px;
		z-index: 3;
		box-shadow: 5px 50px 50px rgba(0, 0, 0, 0.15);
		border-radius: 10px !important;
		border: 0.5px solid rgba(68, 68, 68, .17);
		background: #fff;
		width: 250px;
		height: auto;
		min-height: 275px;		
	}
	.menu_click li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
    }
	.new_menu_click.menu_click a {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
	.menu_click .parent_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
	.header__navlist-item-arrow {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3c!-- icon666.com - MILLIONS OF FREE VECTOR ICONS --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 434.002 434.002' style='enable-background:new 0 0 434.002 434.002;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M95.457,434.002l-33.105-45.076l234.094-171.928L62.352,45.077L95.456,0L360.24,194.459 c7.174,5.269,11.41,13.638,11.41,22.539c0,8.9-4.236,17.27-11.41,22.538L95.457,434.002z' fill='%23000000' style='fill: rgba(1, 174, 237, 1);'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-size: contain;
		width: 13px;
		height: 13px;
		position: relative;
		visibility: visible;
		opacity: 1;
		transition: 0.3s;
		pointer-events: auto;
		cursor: pointer;
		z-index: 4;
	}
	.sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		left: -100%;
		top: 0px;
		width: 101%;
		background: #fff;
		z-index: 3;
		margin-bottom: 0;
		height: auto;
		overflow-y: auto;
	}
	li.on .sub-menu {
		opacity: 1;
		right: 0px;
		left: auto;
		z-index: 5;
		min-height: 350px;
		width: 100%;
		display: block;
		height: 100%;
        margin: 0;
        overflow-x: hidden;
		visibility: visible;
		padding: 0;
	}
	.sub-menu li.back {
		display: flex;
		align-items: center;
		width: 100%;
		background: rgba(1, 174, 237, 1);
		cursor: pointer;
		color: #fff;
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: normal;
		margin-bottom:0;
	}
	.sub-menu li {
		list-style: none;
		padding: 10px 20px;
		margin-bottom: 0;
		line-height: 30px;
	}
	li.mob_li::marker{
		display:none;
	}
	.menu-close svg{
		fill:rgba(1, 174, 237, 1);
	}
	.menu_click{
		list-style: none;
	}
	.menu_click a {
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		color: #000;
		display: block;
		
	}
	.sub-menu li.back .header__navlist-item-arrow {
		transform: rotate(180deg);
		margin-right: 10px;
		margin-left: -10px;
		flex: none;
		z-index: 9;
		opacity: 1;
		visibility: visible;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3c!-- icon666.com - MILLIONS OF FREE VECTOR ICONS --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 434.002 434.002' style='enable-background:new 0 0 434.002 434.002;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M95.457,434.002l-33.105-45.076l234.094-171.928L62.352,45.077L95.456,0L360.24,194.459 c7.174,5.269,11.41,13.638,11.41,22.539c0,8.9-4.236,17.27-11.41,22.538L95.457,434.002z' style='fill: rgba(255, 255, 255, 1);'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	}
	ul ul.sub-menu li a{
		padding:0;
	}
	ul ul.sub-menu li{
		border-bottom: 1px solid #e5e5e5!important;
		margin-bottom:0;
	}
	.header_contact {
		text-align: center;
	}
	.index_banner{
		height: calc(100vh - 10px);
	}
	.index_sec_bottom {
		margin-top: 30px;
	}
	.index_name {
		font-size: 30px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.index_promo {
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 140%;
		text-align: center;
		color: #FFFFFF;
		margin-top: 32px;
		margin-bottom: 15px;
	}
	.TVToggleSwitch.TVStyleTheme2 .TVToggleSwitchItem, .TVSelect.TVFontSize-S{
		color:#fff;
	}
	.TVMainSelect.TVStyleTheme3{
		height:45px!important;
	}
	.TVMobileForm .TVAdaptiveHotelsSearchFilter, .TVMobileForm .TVAddFilters, .TVMobileForm .TVCountryFilter, .TVMobileForm .TVFlyDatesFilter, .TVMobileForm .TVNightsFilter, .TVMobileForm .TVSearchButton, .TVMobileForm .TVTouristsFilter, .TVMobileForm .TVTripDurationFilter{
		border-radius:12px!important;
	}
	.TVMobileForm .TVAddFiltersSvgIcon, .TVMobileForm .TVCountryFilterSvgIcon, .TVMobileForm .TVFlyDatesFilterSvgIcon, .TVMobileForm .TVNightsFilterSvgIcon, .TVMobileForm .TVTouristsFilterSvgIcon{
		fill:rgba(1, 174, 237, 1)!important;
	}
	.TVMobileForm .TVFormBody>.TVSearchButton{
		background: #01AEED!important;
		border-radius: 20px;
	}
	h2 {
		margin-bottom: 35px;
		font-size: 30px;
		line-height: 40px;
		color: #254A72;
	}
	.about_item {
		width: calc(50% - 10px);
		padding: 0 20px;
	}
	.country_item {
        max-width: 48%;
    }
	.section_img{
		height: 465px;
	}
	.about_item:nth-child(4) .about_line:before {
		left: 75%;
	}
	.plan_item_33 {
		width: calc(50% - 10px);
	}
	.plan_item_33:last-child{
		width:100%;
	}
	.section_img_2 {
		height:395px;
	}
	.h2_flex{
		gap:20px;
		margin-bottom:30px;
	}
	.tabs-header {
        flex-wrap:wrap;
    }
	.tab-btn{
		width:50%;
		flex: 50%;
	}
	.btn_tabs {
		max-width: 50%;
		width: 100%;
		flex: none;
	}
	.btn_tabs a{
		max-width:100%;
	}
}
@media (max-width: 767px) {    
    .tab-btn {
        padding: 12px;
    }
	.footer_top{
		flex-wrap:wrap;
		gap:20px;
	}
	.accordion_flex{
		gap:0;
	}
	.accordion{
		width:100%;
	}
	.accordion-item{
		width:100%;
		min-height: auto;
		margin-bottom:10px;
	}
	.accordion-header{
		font-size:16px;
	}
	.accordion-item{
		padding:15px;
		line-height: 20px;
	}
	.h2_flex{
		flex-wrap:wrap;
	}
	.tab-btn {
        width: 100%;
        flex: 100%;
    }
	.item_manager{
		margin:0;
	}
	.country_item{
		max-width:100%;
		height:auto;
		min-height: 270px;
	}
	.btn_white{
		margin-top:20px;
	}
	.index_name {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 30px;
    }
	.about_item{
		width:100%;
	}
	.about_item:nth-child(even) {
		margin-top: 0px;
	}
	.section{
		padding:40px 0;
	}
	.bg_gray{
		margin-top:-15px;
	}
	h2{
		line-height:34px;
	}
	.section_manager{
		padding-top: 42px;
		padding-bottom: 70px;
		background: #fff;
		border-radius: 0 0 20px 20px;
		margin-top: -20px;
		position: relative;
		z-index: 1;
	}
	.plan_item{
		width:100%;
	}
	.btn_tabs {
        max-width: 100%;
        width: 100%;
        flex: none;
    }
	.form_section {
		padding-top: 80px;
	}
	.form_main{
		flex-wrap:wrap;
		gap:10px;
	}
	.form_item{
		width:100%;
	}
	.form_section h2{
		margin-bottom:15px;
	}
	.form_text{
		margin-bottom:15px;
	}
	.footer{
		margin-top:15px;
		padding:15px;
	}
	.section_img_footer{
		height:1340px;
	}
	.footer_bottom{
		margin-top:30px;
		flex-wrap:wrap;
	}
	.footer_bottom .footer_item {
		width: 100%;
	}
	.footer_bottom .footer_item:last-child {
        margin-top: 10px;
    }
	.telefon{
		font-size:12px;
	}
	.order_call{
		font-size:12px;
	}
	.country_content{
		min-height:270px;
	}
	
	.bg_gray.index_4 .custom-arrows {
		display: flex;
		gap: 20px;
		justify-content: center;
		margin-top:15px;
	}
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item{
		margin-right:10px!important;
	}
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev{
		width: 28px !important;
	}
	.index_9 .custom-arrows {
		display: flex;
		justify-content: center;
		margin-top:15px;
	}
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next, #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-prev {
		position: relative !important;
		top: 0% !important;
		transform: translateY(0%) !important;
	}
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-list {
		position: relative !important;
		padding: 7px 10px 5px !important;
	}
	    #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item {
        margin-right: 30px !important;
    }
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom .sw-swiper-button-next{
		margin-left:0!important;
	}
	#sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-bottom {

        margin-top: 19px !important;
    }
	@keyframes slideShakeWithPause {
	  0%, 20% { transform: translateX(0); } /* Пауза в начале */
	  25% { transform: translateX(-20px); }
	  30% { transform: translateX(0); }
	  35% { transform: translateX(-20px); }
	  50%, 100% { transform: translateX(0); } /* Пауза в конце */
	}

	[data-swiper-slide-index="0"] {
	  animation: slideShakeWithPause 4s ease-in-out infinite;
	}
	.TVHotelsMode .TVTopFormBlock:before{
		color:#fff;
	}
}



.slick_left{
	overflow:hidden;
}
.page_country .index_banner .content_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	padding-top:50px;
}
.content_page .index_promo{
	margin:0 0 15px 0;
}
.content_page .index_name{
	margin-bottom:40px;
}
.page_country .index_banner{
	height:720px;
}
.star_main{
	display:flex;
	gap:4px;
	margin-bottom:10px;
}
.slick_otel{
	margin-right:-135px;
}
.slick_otel .country_item{
	margin-right:20px;
}
.slick_section{
	margin-top:-120px;
	
}
.slick_otel .slick-dots li{
	margin:0 5px;
	width:6px;
	height:8px;
}
.slick_otel .slick-dots li.slick-active{
	width:20px;
}
.slick-dots li button{
	padding:0;
	width:0;
	height:0;
}
.slick-dots li button:before{
	padding:0;
	width:6px;
	height:6px;
	background: #254A72;
	opacity: 0.4;
	border-radius:50%;
	color: unset;
	top: -5px;
}
.slick-dots li.slick-active button:before{
	width: 20px;
	height: 8px;
	background: #254A72;
	border-radius: 100px;
	opacity:1;
	color: unset;
	top: -6px;
}
.modal-overlay {
    position: relative;
    z-index: 0;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: none;
}
.modal-overlay1 {
    position: relative;
    z-index: 0;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: none;
}
.modal-overlay_visible {
    z-index: 6;
}
.modal-overlay_visible {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.modal-overlay_visible1 {
    z-index: 6;
}
.modal-overlay_visible1 {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.modal-table {
    width: 100%;
    height: 100%;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-shadow: 0px 4px 12px rgba(37, 74, 114, 0.1);
	border-radius: 20px;
	
}
.modal-table-cell {
    text-align: center;
	padding:52px;
	padding-top:38px;
}
.modal-overlay .modal {
    transition: .4s all;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    margin: 0px 0;
    transform: translate(0, 20%);
    position: relative;
    cursor: auto;
    font-size: 16px;
}
.modal-overlay1 .modal {
    transition: .4s all;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    margin: 0px 0;
    transform: translate(0, 20%);
    position: relative;
    cursor: auto;
    font-size: 16px;
}
.modal-overlay_visible .modal {
    transform: translate(0);
}
.modal-overlay_visible1 .modal {
    transform: translate(0);
}
.red, .required {
    color: #fa5c5d;
}

.modal__header {	
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #254A72;
	margin-bottom:27px;
}
.modal__content {
    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: 100%;
    min-height: 150px;

}
.modal_variants__group {
    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;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.modal_variants__variant-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-bottom: 1rem;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    cursor: pointer;
	/*background: #F9F6F3;
	border-radius: 6px;*/

}
.modal_variants__variant-text label {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
	border-radius: 4px;
	padding:19px 15px;
}



.modal_variants__variant-text div.new-select{
	padding: 20px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F9F6F3;
	border-radius: 6px;
	max-width: 100%;
}
.modal_variants__variant-text div.select{
	max-width:100%;
}
.modal_variants__variant-text .new-select, .modal_variants__variant-text .filter_text{
	padding:0;
}
.modal_variants__variant-text input[type="text"].js-datepicker-full {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    border-radius: 4px;
    padding: 19px 15px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}
.b-radio.radio {
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-radio.radio {
    line-height: 1.5;
    z-index: 10;
    cursor: pointer;
}
.b-radio.radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1;
}
.b-radio.radio input[type=radio]+.check {
    border: none;
	background: none;
}
.b-radio.radio input[type=radio]+.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
	border: 1px solid #007C91;
	border-radius: 100px;
	justify-content: center;
    align-items: center;
}

.b-radio.radio input[type=radio]+.check:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
	
}
.b-radio.radio input[type=radio]:checked+.check:before {
    opacity:1;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #007C91;
	border-radius: 100px;
	    background-repeat: no-repeat;
    background-position: center;
}
 

.b-radio.radio input[type=radio]:checked+.check{
	 opacity:1;
	
}
.modal_variants__variant-text .control-label {
    padding-left: 16px !important;
}
.answer__title {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
}
.modal_aditional_fields_block {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 100%;
}
.modal_aditional_fields_block.active {
    display: flex;
}



.progress_item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 40px;
    min-width: 0;
}
.progress-bar-linear__label {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    height: 18px;
    position: relative;
    color: rgba(54, 54, 54, 0.7);
}
.progress-bar-linear__label label {
    font-size: 14px;
    color: rgba(254, 69, 0, 1);
    font-weight: 500;
    margin-left: 5px;
}

.answer-image__img-container img{
	width:100%;
	height:125px;
}
.modal_header_top{
	padding:38px 52px 0;
}
.modal_header_top{
	display:flex;
	gap:10px;
	align-items: center;
	padding-bottom:30px;
}
.modal_header_top img{
	width:26px;
}
.modal_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
}

progress{
    display: block;
    width: 100%;
    height: 5px;
	border:none;
}
progress::-webkit-progress-bar {
    background-color: #cce5e9;
}
progress::-webkit-progress-value {
	background-color: rgba(0, 124, 145, 1);
    background-image: linear-gradient(90deg,rgba(0, 124, 145, 1));
    z-index: 1;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    overflow: hidden;
}
progress::-moz-progress-bar {
    background-image: linear-gradient(90deg,rgba(0, 124, 145, 1));
    z-index: 1;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    overflow: hidden;
}

.progress_bar{
	padding: 0px;
    padding-top: 21px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: start;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.progress_item{
	-webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 40px;
    min-width: 0;
}


.quiz-buttons__button_prev[disabled] {
    color: rgba(0,0,0,.2)!important;
    opacity: 1;
}
.quiz-buttons__button_next {
	background: #01AEED;
	border-radius: 4px;
	width:133px;
	height:53px;
}
.quiz-buttons__button_next-text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}
.quiz-buttons__button_next[disabled]{
    //color: rgba(0,0,0,.2)!important;
    opacity: 1;
    pointer-events: none;
}
.icon svg {
    background-color: transparent;
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
    width: auto;
    height: auto;
}
.quiz-buttons__button_prev .icon svg{
	fill: #076633!important;
    stroke-width: 0;
    stroke: #076633!important;
}
.button .icon svg {
    width: 18px;
    height: 18px;
}


.button .icon {
    
}
.button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px);
}
.button .icon:last-child:not(:first-child) {
    margin-right: calc(-0.375em - 1px);
    margin-left: 0.1875em;
}
.quiz-buttons__buttons{
	display: flex;
    width: 100%;
	gap:20px;
    justify-content: space-between;
	align-items: center;
}


.quiz-buttons__button_prev{
	background: none;
	width:53px;
	height:53px;
	border: 1px solid rgba(37, 74, 114, 0.4);
	border-radius: 4px;
	flex:none;
}
.button .icon {
    display: flex;
}
.progress_bar .button {
    cursor: pointer;
    
}
.progress-bar-linear__label{
	font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    height: 18px;
    position: relative;
	color:rgba(54, 54, 54, 0.7);
}
.progress-bar-linear__label label{
	font-size: 14px;
    color: rgba(254, 69, 0, 1);
    font-weight: 500;
    margin-left: 5px;
}
.answer-images {
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	margin-top:20px;
}
.answer-images__group_layout-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	flex-wrap: wrap;
}
.quiz_sidebar_on .answer-images__group_layout-scroll .answer-images__answer-container {
    margin: 0 20px 20px 0;
    width: calc(25% - 20px);
}
.intro .intro__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.answer-images__group_layout-scroll .answer-images__answer-container label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.answer-images__group_layout-scroll .answer-images__answer-container .answer-image .answer-image__backdrop-img, .answer-images__group_layout-scroll .answer-images__answer-container .control-label {
    width: 100%;
	border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.answer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 180px;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    border: #e6e6e6;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}
.answer-images__group_layout-scroll .answer-images__answer-container .answer-image_type_square {
    max-width: 420px;
}
.answer-image__img-container_with-img {
    padding-top: 0!important;
}
.answer-image__img {
    opacity: 1;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    border-top-left-radius: 4px;
    vertical-align: middle;
    border-top-right-radius: 4px;
    width: 100%;
}
.answer-image__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(54, 54, 54, 0.7);
    overflow: hidden;
}
.field-text__icon{
	display:none;
}
.answer-images .check {
    display: none!important;
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 1.25rem!important;
    flex: 0 0 1.25rem!important;
    position: absolute!important;
    z-index: 100!important;
    right: 15px!important;
    top: 15px!important;
    border-radius: 50%!important;
    width: 30px!important;
    height: 30px!important;
    background-color: hsla(0,0%,100%,.5)!important;
    -webkit-box-shadow: 0.6px 1.9px 6px 0 rgba(254, 69, 0, 1)!important;
    box-shadow: 0.6px 1.9px 6px 0 rgba(254, 69, 0, 1)!important;
    border: 2px solid rgba(254, 69, 0, 1)!important;
}

.answer-images__answer-container {
    margin: 0 20px 20px 0;
    width: calc(25% - 20px);
}
.answer-images__answer-container:hover .control-label{
	border: 1px solid rgba(254, 69, 0, 1);
}
.answer-images__group_layout-scroll .answer-images__answer-container  .control-label.active{
	border: 1px solid rgba(254, 69, 0, 1);
}
.answer-images input[type=radio]:checked+.check {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-width: 3px!important;
}
.checkbox, .radio{
	position:relative;
}
.checkbox a{
	font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #076633;
    text-wrap: auto;
}

.request-form__submit-row{
	margin:0 0 25px;
}
.popup__policy label{
	font-size:12px;
	line-height: 150%;
    color: #3A3636;
}
.popup__policy label a{
	color:#076633;
}
.popup__policy .form_checked{
	margin-bottom:0;
	display: flex;
}
.request-form__submit-row button{
	border:0;
	cursor:pointer;
}
.answer-images::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}

.answer-images::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(254, 69, 0, 1);
}

.answer-images::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(254, 69, 0, 1);
  border-radius: 2x;
  background-color: #fff;
}


.mailing-form__btn{
	color: white!important; 
    background-color: rgba(254, 69, 0, 1);
    border-radius: 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 25px;
	width:fit-content;
    height: 50px;
    border: none;
}
.mailing-form__btn:hover{
	color: white;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 8px;
    font-weight: bold;
    padding: 1px 10px;
    width: fit-content;
    display: inline;
    height: auto;
	border:none;
}
input[type="text"].js-datepicker-full{
	width:100%;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #3A3636;
}


input.error, textarea.error{
    border-color: red !important;
}
.form_call .field-text--lg input.field-text__input{
	width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    border-radius: 4px;
    padding: 19px 15px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
	border:none;
	
}
.form_call .field-text--lg textarea.field-text__input{
	width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    border-radius: 4px;
    padding: 19px 15px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}
.form_call .field-text--lg input.field-text__input::placeholder, .form_call .field-text--lg textarea.field-text__input::placeholder{

}
.request-form__submit-row{
	display: flex;
    justify-content: center;
	position:relative;
}
.btn_office_new a:hover{
	color:#fff;
}
.contanier_bg_otel{
	position:relative;
}
.b-radio.radio input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1;
}
.b-radio.radio input[type=checkbox]+.check {
    border: none;
    background-color: #e6e6e6;
}
.b-radio.radio input[type=checkbox]+.check:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 50%;
    margin-bottom: -10px;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #7957d5;
}
.b-radio.radio input[type=checkbox]+.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
}
.b-radio.radio input[type=checkbox]:checked+.check {
    -webkit-box-shadow: 0 2px 6px 0 rgba(254, 69, 0, 1)!important;
    box-shadow: 0 2px 6px 0 rgba(254, 69, 0, 1)!important;
    border: 2px solid rgba(254, 69, 0, 1);
    background: #e6e6e6;
}
.b-radio.radio input[type=checkbox]:checked+.check:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.b-radio.radio input[type=checkbox]:checked+.check:before {
    background: rgba(254, 69, 0, 1);
    background-size: 21px;
}
.form_call_flex{
	display:flex;
	width:100%;
	gap:20px;
}
.form_call_flex_main, .request-form__row{
	width: calc(50% - 20px);
}
.form_call_flex_main .request-form__row{
	width:100%;
	margin-bottom:15px;
}
.form_call_flex_main .request-form__row:last-child{
	margin-bottom:0;
}
.form_radio_btn_flex {
    display: flex;
    gap: 15px;
    justify-content: center;
	margin:10px 0;
}
.form_radio_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 50%;
    user-select: none;
}
.form_radio_btn label {
    position: relative;
}

.form_radio_btn input[type=radio]:checked + label {
    border: 1px solid rgba(7, 102, 51, 1);
}
.social-icon {
    width: 15px;
    height: 15px;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in;
}
.social-icon path{
	fill:rgba(7, 102, 51, 1)!important;
}
.form_radio_btn label:hover::after {
    content: attr(data-title);
    position: absolute;
    left: -36%;
    top: 102%;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    background: #f8f8f8;
    font-size: 11px;
    line-height: 18px;
    padding: 5px;
    width: 150px;
    border: 0.5px solid rgba(7, 102, 51, 1);
}
.callback-form__subtitle{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}
.qviz_main .qviz_content.on .qviz_none{
	display:none;
}
.qviz_main .qviz_content.on{
	height:auto;
	background-size: cover;
	background: rgba(255, 255, 255, 1);
}
.qviz_main.on{
	height:auto;
	background-size: cover;
}
@media only screen and (max-width: 1023px) {
	.answer-images__answer-container {
		margin: 0 20px 20px 0;
		width: calc(33% - 20px);
	}
}
@media only screen and (max-width: 767px) {
	.answer-images__answer-container {
		margin: 0 15px 15px 0;
		width: calc(50% - 20px);
	}
	.answer-image__title{
		font-size:11px;
	}
	.modal_contanier {
		padding: 15px;
	}
	.form_call_flex{
		flex-wrap:wrap;
		gap:0;
	}
	.form_call_flex_main .request-form__row {
		width: 100%;
		margin-bottom: 15px;
	}
	.request-form__submit-row{
		margin:15px 0;
	}
	.form_call_flex_main, .request-form__row{
		width: 100%;
	}

	.qviz_main_banner{
		flex-wrap:wrap;
		margin:0 15px;
	}
	.qviz_main_bg {
		width: 100%;
		padding-top: 60%;
		background-size: cover;
	}
	.qviz_main_content {
		flex: 1 1 41.666%;
		padding: 22px 20px;
	}
	.qviz_main_content_name span {
		display: block;
		font-size: 22px;
		color: rgba(254, 69, 0, 1);
		line-height: 1.2;
	}
	.qviz_main_content_name {
		font-size: 17px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.9;
		letter-spacing: normal;
		margin-bottom: 8px;
	}
	.qviz_main_content_text {
		font-size: 15px;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		line-height: 22px;
		letter-spacing: normal;
		color: #000;
		margin-bottom: 20px;
	}
	.modal_variants__variant-text{
		flex: 0 1 100%;
	}
	.progress_bar{
		flex-wrap: wrap;
		gap: 15px;
	}
	.progress_item{
		margin-right:0px;
		width: 100%;
	}
	input[type="text"].js-datepicker-full {
		width: 100%;
	}
	.daterangepicker.show-calendar .drp-buttons {
		display: flex;
		align-items:center;
	}
	.daterangepicker .drp-selected {
		display: inline-block;
		font-size: 12px;
		padding-right: 2px;
		text-wrap: nowrap;
	}
	.mailing-form__btn{
		width:100%;
	}
	.contenu_otel.contenu .programs button.buttonlike a{
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:100%;
	}
	.contenu_otel.contenu .programs button.buttonlike a:hover{
		color:#000;
	}

	.qviz_forms {
		margin-left: -15px;
		margin-right: -15px;
	}
	.modal__header br{
		display:none;
	}
}


.calc_content form{
	height:100%;
}
.calc_content .qviz{
	height:100%;
}
.calc_content .modal-overlay{
	height:100%;
}
.calc_content .modal-overlay1{
	height:100%;
}
.qviz_otel_name{
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	margin-bottom:20px;
	color: #3A3636;
}
span.label_span{
	display:block;
	margin-bottom:5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #3A3636;
	opacity: 0.6;
}

.modal_variants__variant-text{
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #3A3636;
}
.request-form__submit-row.gap {
	gap: 40px;
  margin-top: 10px;
}
.request-form__submit-row.gap .quiz-buttons__button_prev {
	border: 1px solid #076633;
}
.request-form__submit-row.gap.wrap {
	flex-wrap: wrap;
}
.request-form__submit-row.gap.wrap button span, .request-form__submit-row.gap.wrap a span {
	font-size: 14px !important;
}
.dropdown-item-parent {
	width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    border-radius: 4px;
    padding: 19px 15px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}

.dropdown-item-parent .div_nochi.out_div, .dropdown-item-parent .div_man.out_div  {
	margin-top: 25px;
	z-index: 9999;
	box-shadow: 5px 3px 10px 0px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
	.request-form__submit-row.gap.wrap button span, .request-form__submit-row.gap.wrap a span {
		font-size: 12px !important;
	}
	.dropdown-item-parent .click_nochi, .dropdown-item-parent .click_man {

	}
	.dropdown-item-parent .div_nochi.out_div, .dropdown-item-parent .div_man.out_div  {
		margin-top: unset;
	}
	.child_select select {
		font-size: 12px;
	}
	.new-select__item span {
		font-size: 12px;
	}
	.request-form__submit-row.gap {
		gap: 10px;
		flex-wrap: wrap;
	}
	.policy.quiz-policy p, .additional_question p, .request-form__submit-row.gap span {
		font-size: 12px;
	}
	.new-select__list {
		top: 40px;
	}
}
.new-select, .filter_text {
    position: relative;
    cursor: pointer;
    user-select: none;
}
input[type="text"].js-datepicker-full {
    -webkit-box-flex: 0;
    border-radius: 5px;
    border: none;
	background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    cursor: pointer;
	padding: 0.8rem 1rem;
}
.new-select input[type="text"].js-datepicker-full {
    margin-bottom: 0;
    width: 100%;
    border: none;
    padding: 0;
}
.filter_block {
    background: #fff;
    position: absolute;
    top: 57px;
    left: 0;
    width: 305px;
    display: none;
    border-radius: 20px;
    border-radius: 6px;
    z-index: 30;
    overflow: hidden;
    padding: 15px;
}
.data_main {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.data_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #F9F6F3;
    cursor: pointer;
}
.number {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}
.number-minus, .number-plus {
    width: 30px;
    height: 19px;
    line-height: 19px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: arial;
    color:#01AEED;
    text-decoration: none;
}
.number-text {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #01AEED;
    outline: none;
    border: none;
    width: 20px;
    text-align: center;
    background: #fff;
}
.number-unit{
	     font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}
#add_child {
    padding-bottom: 15px;
}
.select {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}
.new-select__list {
    position: absolute;
    top: 57px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 999;
    background: #fff;
    user-select: none;
    border-radius: 6px;
	box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.12);

}
.new-select__item span {
    display: block;
    padding: 10px 15px;
}
.form_search_item .btn {
    width: 100%;
    height: 60px;
}


.daterangepicker .calendar-table .next span {
    transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
}
.page_block{
	display: flex;
    gap: 20px;
    position: relative;
}
.sidebar{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	padding:30px;
	max-width:363px;
	width:100%;
}
.spec_section{
	flex:1;
	display:flex;
	gap:20px;
}

.panel-collapse {
	display: none;

}
.panel{
	margin-bottom:30px;
}
.panel:last-child{
	margin-bottom:0px;
}
.on .panel-collapse{
	display:block;
}
.on .panel-collapse {
    display: block !important;
}
.panel-heading{
	cursor:pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #3A3636;
	display:flex;
	gap:10px;
	justify-content:space-between;
	margin-bottom:15px;
}
.panel-heading:after{
	content:'';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_143_588)'%3e%3cpath d='M-0.000432994 4.0833C-0.000876449 4.00653 0.0138378 3.93042 0.0428667 3.85935C0.0718965 3.78828 0.11467 3.72364 0.168735 3.66913C0.222962 3.61446 0.287479 3.57106 0.358563 3.54144C0.429648 3.51183 0.505894 3.49658 0.5829 3.49658C0.659907 3.49658 0.736153 3.51183 0.807237 3.54144C0.878322 3.57106 0.942838 3.61446 0.997066 3.66913L5.7629 8.43496C6.09103 8.76268 6.53582 8.94676 6.99957 8.94676C7.46332 8.94676 7.90811 8.76268 8.23623 8.43496L13.0021 3.66913C13.1119 3.55929 13.2609 3.49758 13.4162 3.49758C13.5716 3.49758 13.7206 3.55929 13.8304 3.66913C13.9402 3.77897 14.002 3.92796 14.002 4.0833C14.002 4.23864 13.9402 4.38762 13.8304 4.49746L9.06457 9.2633C8.79363 9.53492 8.47178 9.75042 8.11743 9.89745C7.76308 10.0445 7.38321 10.1202 6.99957 10.1202C6.61592 10.1202 6.23605 10.0445 5.8817 9.89745C5.52736 9.75042 5.2055 9.53492 4.93457 9.2633L0.168735 4.49746C0.11467 4.44296 0.0718965 4.37831 0.0428667 4.30724C0.0138378 4.23617 -0.000876456 4.16007 -0.000432994 4.0833Z' fill='%233A3636'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_143_588'%3e%3crect width='14' height='14' fill='white' transform='translate(14) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	width:14px;
	height:14px;
	background-size: cover;
	flex:none;
}

.on .panel-heading:after{
	transform:rotate(-180deg);
}
.filter-block__price-item {
    grid-gap: 5px;
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 20px;
    text-align: center;
}
.cmn-f-input {
    font-size: 14px;
    height: 100%;
    line-height: 1.314;
}
.cmn-f-input, .cmn-f-input-l {
    background: #FFFFFF;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    width: 100%;
	max-width:121px;
	height:32px;
}
.filter-block__price-item span{
	width:36px;
	height:1px;
	background:rgba(58, 54, 54, 1);
	margin: 0 auto;
}


.ui-widget.ui-widget-content {
    border: none;
    width: 94%;
    margin: 0 auto;
    height: 6px;
}
.ui-widget-header {
    background-color: #2ec4c1;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background .45s;
    transition: background .45s;
    height: 6px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #076633;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .19);
    height: 16px;
    left: -8px;
    width: 16px;
}
.ui-widget-header{
	background: rgba(7, 102, 51, 1);
}
.ui-slider-horizontal .ui-slider-range {
    top: 3px;
    height: 2px;
	background: rgba(7, 102, 51, 1);
}
.ui-widget-content {
    background: #F9F6F3;
	top: 3px;
    height: 2px;
}

.data_item.selected {
    color: #fff;
	background: #01AEED;
}
.child_block {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.add_child {
    cursor: pointer;
    color: #007bff;
    margin-top: 10px;
	padding-top:5px!important;
}
.add_child:after{
	top:15px!important;
}
.add_child:hover {
    text-decoration: underline;
}

.remove-child {
    text-decoration: none;
    font-size: 18px;
}
.child-age{
	width:50px;
	padding:5px;
	border:1px solid rgba(37, 74, 114, 0.42);
	border-radius:10px;
}
.child-minus, .child-plus{
	width: 20px;
    height: 15px;
    line-height: 15px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    font-family: arial;
    color: #076633;
    text-decoration: none;
}
.child_block .number{
	padding:0;
	gap: 5px;
	justify-content: space-between;
}
.child_block span {
    font-size: 12px;
    width: min-content;
}

.progress_text_new{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #254A72;
}
.progress_text_btn{
	display:flex;
	gap:10px;
}
.progress_text_btn .click_text_none {
    width: 250px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; 
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #254A72 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #254A72 transparent;
  top: 7px;
}

.select-selected {
	width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    border-radius: 4px;
    padding: 19px 15px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
	padding-bottom:10px;
}
.select-items div {
	width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #F5F5F5;
    padding: 10px 10px;
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}
button.click_text_none{
	background: #01AEED;
    border-radius: 4px;
    height: 53px;
	font-weight:400;
}
.modal-table .agree {
    margin-top: 0px;
}
.modal-table .checkbox-text{
	color: #254A72;
}
.modal-table .checkbox-text a{
	color: #254A72;
}
.wait_main{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	margin-top:50px;
}
.wait_item{
	width: calc(50% - 15px);
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
}
.wait_bg{
	width: 178px;
	height: 305px;
	background: #B2B2B2;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	flex:none;
}
.waite_content{
	display:flex;
	flex-direction: column;
	padding:20px;
	gap:20px;
}
.waite_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #007C91;
}
.waite_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.background_after{
	position: relative;
	
}
.background_after:before{
	content:'';
	width:100%;
	height:365px;
	background:#fff;
	border-radius:0 0 30px 30px;
	z-index:5;
	position:absolute;
	top:0;
	left:0;
}
.background_after .contanier{
	position: relative;
	z-index:6;
}
.bg_gray.index_9{
	margin-bottom:0;
}
.index_8{
	z-index:12;
}
.filter_specy{
	display:flex;
	justify-content: center;
	max-width: 402px;
	width:100%;
	background: #FFFFFF;
	border-radius: 20px;
	margin:0 auto;
	margin-bottom:20px;
}
.filter_btn{
	padding:10px 40px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
	cursor:pointer;
}
.filter_btn.on{
	background: #007C91;
	border-radius: 20px;
	color:#fff;
	cursor:default;
}
.filter_param{
	display:flex;
	background: #FFFFFF;
	border-radius: 20px;
	width:100%;
	margin-bottom:5px;
}
.filter_param_item{
	padding:10px 31px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
	cursor:pointer;
}
.filter_param_item.on{
	background: #007C91;
	border-radius: 20px;
	color:#fff;
	cursor:default;
}
.form_search_main {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	background:#fff;
	border-radius:20px;
}
.form_search_item {
    width: calc(16.6666% - 5px);
    position: relative;
    border-radius: 6px;
}
.search_city .form_search_item {
    width: calc(20% - 5px);
}
.search_city .form_search_item {
    flex: 1;
}
.form_search_item span.span_ab {
    position: absolute;
    top: 5px;
    left: 16px;
    display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #C4C4C4;
	z-index:5;
}
.new-select input[type="text"].js-datepicker-full {
    font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
}
.new-select, .filter_text {
    position: relative;
    padding: 10px 15px;
    padding-top: 25px;
    cursor: pointer;
    user-select: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
	padding-bottom:10px;
}
.data_item{
	    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #254A72;
}
.form_specy .select-selected {
	background: none;
	padding-top:25px;
}
.form_specy .select-selected:after {
    position: absolute;
    content: "";
    top: 33px;
    right: 27px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #254A72 transparent transparent transparent;
}
.click_man:after, .click_nochi:after {
    position: absolute;
    content: "";
    top: 33px;
    right: 27px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #254A72 transparent transparent transparent;
}

.form_search_item button.btn{
	border:none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	height:68px;
}
.search_city .form_search_item{
	margin:5px;
	border-radius:0;
	border-right:1px solid rgba(37, 74, 114, 0.3)
}
.search_city .form_search_item:last-child{
	margin:0;
	border-right:0;
}
.search_city .form_search_item:nth-child(5){
	border-right:0;
}
.form_specy{
	margin-bottom:30px;
}
.section_spec{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	z-index:9;
}
.section_spec_item{
	width:calc(33.333% - 15px);
	background: #FFFFFF;	
	border-radius: 20px;
	display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}
.section_spec_item:hover{
	box-shadow: 0px 4px 12px rgba(37, 74, 114, 0.1);
}
.spec_bg{
	width:100%;
	height:290px;
	border-radius: 20px;
	display:block;
	background-position: center;
	background-size: cover;
	flex:none;
}
.content_spec{
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	height:100%;
	gap:30px;
}
.spec_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 120%;
	color: #007C91;
	margin-bottom:10px;
	-webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spec_kurort{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #254A72;
	margin-bottom:20px;
	
}
.spec_desc{
	display:flex;
	flex-wrap:wrap;
	gap:10px 0;
}
.spec_desc_item{
	width:50%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #254A72;
}
.spec_desc_item span{
	display:block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #C4C4C4;
}
.spec_price{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #254A72;
}
.section_spec_item:hover .spec_price{
	color: #007C91;
}
.spec_btn{
	display:flex;
	gap:10px;
}
.btn_full{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid #01AEED;
	border-radius: 20px;
	flex:none;
}
.spec_btn .btn{
	height:52px;
}
.btn_all{
	display:flex;
	justify-content: center;
	margin-top:20px;
}
.btn_all a{
	max-width:320px;
	width:100%;
	height:52px;
	display:flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #254A72;
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #254A72;
}
.section_img_form{
	margin-top: -84px;
	z-index: 12;
}
.contanier{
	display:flex;
	height:100%;
	justify-content: end;
}
.img_content_form{
	max-width:582px;
	padding-bottom:236px;
}
.img_content_form_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom:10px;
}
.img_content_form_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom:30px;
}
.forms_btn{
	display:flex;
	gap:20px;
}

a.btn_bg_none{
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.about_country{
	display:flex;
	gap:20px;
}
.about_c_content.on{
	height: 278px;
    overflow: hidden;
}
.click_text_all{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	margin-top: 13px;
}
.about_c_content_flex{
	flex:1;
	background: #FFFFFF;
	border-radius: 20px;
	padding:20px;
	height:fit-content;
}
.about_c_pravila{
	max-width:377px;
	width:100%;
	flex:none;
	background: #254A72;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	padding:20px;
	height: fit-content;
}
.about_c_pravila:after{
	content:'';
	width:100%;
	height:191px;
	background:url(/images/gory_bottom.svg);
	position: absolute;
	bottom:-30px;
	left:0;
	background-size:cover;
}
.about_c_pravila_item{
	margin-bottom:40px;
}
.about_c_pravila_item:last-child{
	margin-bottom:0;
}
.about_c_pravila_item_name{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom:15px;
}
.about_c_pravila_item_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom:20px;
}
.about_c_content h2{
	margin-bottom:20px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #007C91;
	text-align: left;
}
.about_c_content h2{
	margin-top:40px;
}
.about_c_content h2.top_none{
	margin-top:0;
}
p{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	margin-bottom:10px;
}
.p_click{
	margin-top:40px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #01AEED;
}
.click_text_all.on{
	display:none;
}
.pogoda_main{
	padding:30px;
	background: #FAFAFA;
	border-radius: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:40px 100px;
}
.pogoda_item{
	width:78px;
	
}
.pogoda_month{
	margin-bottom:5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.pogoda_temp{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #007C91;
}
.modal_variants__variant-text .new-select, .modal_variants__variant-text .filter_text {
    padding: 0;
    width: 100%;
}
.modal_variants__variant-text .click_man:after, .modal_variants__variant-text .click_nochi:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 27px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #254A72 transparent transparent transparent;
}
.weather-by-months_block{
	margin-top:50px;
}
.weather-by-months{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-bottom:25px;
}
.weather-block{
	width: calc(33.333% - 15px);
	background: #FAFAFA;
    border-radius: 20px;
	padding:15px;
	
}
.weather-name{
	margin-bottom:15px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #007C91;
}
.weather-text{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
}
.about_c_pravila_item_text_name{
	font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.about_c_pravila_item_text_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
}

@media only screen and (max-width: 1359px) {
	.slick_otel {
		margin-right: 0px;
	}
	.slick_otel .slick-list{
		padding-bottom:30px;
	}
	.slick_otel .slick-dots {
		bottom: -3px;
	}
}
@media only screen and (max-width: 1023px) {
	.filter_param{
		flex-wrap:wrap;
		justify-content: center;
	}
	.wait_item{
		width:100%;
	}
	.wait_bg{
		height:215px;
	}
	.section_spec_item {
		width: calc(50% - 15px);
	}
	.form_search_main{
		gap:0;
	}
	.search_city .form_search_item {
		flex: calc(33.333% - 5px);
	}
	.search_city .form_search_item {
		width: calc(33.333% - 5px);
		margin: 5px 0;
	}
	.search_city .form_search_item:nth-child(5) {
		border-right: 0;
	}
	.search_city .form_search_item:nth-child(3) {
		border-right: 0;
	}
	.data_main {
		max-width: 195px;
	}
	.img_content_form {
		max-width: 582px;
		padding-bottom: 30px;
	}
	.about_country{
		flex-wrap:wrap;
		
	}
	.about_c_pravila{
		max-width:100%;
		order:-1;
	}
	.pogoda_main{
		gap: 30px;
	}
}
@media only screen and (max-width: 767px) {
	h3 {
		margin-bottom: 20px;
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 300;
		font-size: 23px;
		line-height: 26px;
		color: #254A72;
		margin-top: 15px;
	}
	.weather-by-months_block {
		margin-top: 20px;
	}
	.weather-by-months{
		gap:10px;
	}
	.weather-block{
		width:100%;
	}
	.weather-name{
		margin-bottom:10px;
		font-size: 16px;
		line-height: 22px;
	}
	.modal-table-cell{
		padding:15px;
	}
	.wait_item{
		flex-wrap:wrap;
	}
	.wait_bg{
		width:100%;
		order:-1;
	}
	.modal_header_top{
		padding:15px;
	}
	.search_city .form_search_item {
        width: 100%;
        margin: 5px 0;
		flex:none;
		border-bottom: 1px solid rgba(37, 74, 114, 0.3);
		border-right:0;
    }
	.search_city .form_search_item:nth-child(5), .search_city .form_search_item:nth-child(6){
		border-bottom:0;
	}
	.filter_btn{
		padding:15px;
	}
	.filter_param_item{
		width:100%;
		text-align: center;
	}
	.data_main {
        max-width: 100%;
    }
	.section_spec_item{
		width:100%;
	}
	.spec_bg{
		height:200px;
	}
	.spec_name{
		font-size:19px;
	}
	.img_content_form_name {
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 400;
		font-size: 27px;
		line-height: 34px;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	.section_img_form {
		margin-top: -30px;
		z-index: 12;
	}
	.forms_btn .btn{
		font-size:15px;
	}
	.forms_btn{
		gap:10px;
	}
	.pogoda_temp{
		font-size:25px;
	}
	.pogoda_main {
        gap: 15px;
    }
	.modal_contanier {
      
    }
	.modal__header {
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 600;
		font-size: 19px;
		line-height: 25px;
		color: #254A72;
		margin-bottom: 7px;
	}
	.modal_variants__variant-text{
		margin-bottom:5px;
	}
	.modal-table .click_man:after, .modal-table .click_nochi:after {
		position: absolute;
		content: "";
		top: 11px;
		right: 5px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-color: #254A72 transparent transparent transparent;
	}
	.dropdown-item-parent .click_nochi, .dropdown-item-parent .click_man {
        width: 100%;
        position: relative;
    }
	.slick_otel .country_item{
		margin-right:0;
	}
	.select-items {
		position: absolute;
		background-color: DodgerBlue;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		height: 166px;
		overflow: auto;
	}
	.modal_variants__variant-text:last-child span.label_span{
		display:none;
	}
}

.about .weather-block{
	background: #fff;
}
.section_seo.about {
    background: #f8f9fa;

}


.contanier_awards {
    width: 100%;
}

.news_main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.about .weather-by-months{
	margin-bottom:40px;
}
.news_main .news_item {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.news_date {
    font-size: 14px;
    color: #8b92a0;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.news_name {
    font-size: 20px;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.news_anons {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modern-page-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 40px 0;
}

.modern-page-navigation a,
.modern-page-navigation span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-page-navigation a {
    color: #6c757d;
    background: #ffffff;
    border: 1px solid #e8eaed;
}


.modern-page-navigation .modern-page-current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    cursor: default;
}

.modern-page-navigation .modern-page-title-navigation {
    font-weight: 600;
    color: #2c3e50;
    margin: 0 10px;
}
.section_seo.about.bg_white{
	background:#fff;
	padding-bottom:60px;
}
.blog_main{
	display:flex;
	flex-wrap:wrap;
	gap:20px;	
}
.blog_item{
	width: calc(33.333% - 15px);
	background:#f8f9fa;
	border-radius:20px;
	overflow: hidden;
}
.blog_bg{
	width:100%;
	height:250px;
	background-position: center;
	background-size: cover;
}
.blog_content{
	padding:20px;
}
.blog_name{
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.blog_text{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
	margin-bottom:15px;
}
.blog_data{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
    z-index: 5;
}
.t-redactor__text{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
    margin-bottom: 10px;

}
figure{
	margin-bottom:20px;
}
h2.t-redactor__h2{
	margin-bottom:20px;
	margin-top:15px;
	text-align: left;
}
.section_top{
	padding: 60px 0;
    margin-top: 50px;
}
.section_top .contanier{
	padding-bottom:70px;
}
.section_top a{
	color:#01AEED;
}

@media (max-width: 1023px) {
	.blog_item{
		width: calc(50% - 15px);
	}
}
@media (max-width: 768px) {
	.section_top{
		padding: 60px 0;
		margin-top: 50px;
	}
	.blog_item{
		width: 100%;
	}
    .contanier_awards h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .news_main {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news_item {
        padding: 20px;
    }
    
    .news_name {
        font-size: 18px;
    }
    
    .news_anons {
        font-size: 14px;
    }
	h1 {
		margin-bottom: 25px;
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 37px;
		color: #254A72;
	}
}

@media (max-width: 480px) {
    .section_seo.about {

    }
    
    .contanier {
        padding: 0 15px;
    }
    .contanier_awards{

	}

}
.section_spec.show_more .section_spec_item:nth-child(n+13) {
    display: none;
}
.section_spec.show_more.show_all .section_spec_item:nth-child(n+13) {
    display: flex;
    animation: fadeIn 0.3s ease-in;
}
.logo-container {
    position: relative;
    width: 80px;  
    height: 80px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    padding-bottom:10px;
}

.logo-container svg {
    width: 100%;
    height: 100%;
    max-width: 150px; 
    max-height: 150px;
    position: relative;
    z-index: 10;
}

@keyframes pulse-fade-size {
    0% {
        transform: translate(-50%, -50%);
        
        width: 128px;
        height: 128px;
        opacity: 0.7;
    }
    70% {
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%); 
        
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

.logo-container::before,
.logo-container::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    border: 2px solid #01AEED;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; 
    z-index: 1;

    animation-name: pulse-fade-size; 
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.logo-container::after {
    animation-delay: 0.5s;
}
.spec_section .logo-container{
	width:100%;
    flex-basis: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:70px;
	margin-bottom:70px;
}
.section_spec center{
    width:100%;
    flex-basis: 100%;
    margin-left:auto;
    margin-right:auto;
}


/*стили новая страница*/
.section_otel{
	margin-top:100px;
	padding-bottom:70px;
	position: relative;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 6;
}
.header_otel{
	display:flex;
	align-items: center;
	gap:20px;
	justify-content: space-between;
}
.header_otel_bg{
	max-width:575px;
	width:100%;
	height:400px;
	border-radius:20px;
	background-position: center;
	background-size: cover;
}
.header_otel_slick{
	max-width:575px;
}
.header_otel_slick .slick-dots li{
	width:3px;
}
.star_otel{
	padding:4px 14px;
	background: #F4F4F4;
	border-radius: 20px;
	display:flex;
	justify-content: center;
	gap:4px;
	align-items: center;
	width:fit-content;
	margin-bottom:10px;
}
.header_point{
	margin-bottom:15px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	color: #254A72;
}
.header_otel_name{
	position: relative;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 57px;
	color: #254A72;
}
.header_otel_name span{
	position: absolute;
	bottom:-38px;
	left:128px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #007C91;
	border-radius: 20px;
	transform: rotate(-2.81deg);
	padding:11px 35px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.header_otel_content{
	flex:1;
	margin-top:-50px;
}
.media_flex{
	display:flex;
	gap:20px;
}




.media_video {
    position: relative;
	max-width:278px;
    width: 100%;
    height: 494px; /* или нужная вам высота */
    
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.media_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; /* скрываем видео до клика */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
	background-size:cover;
    transition: opacity 0.3s ease;
}
.video-overlay:after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(37, 74, 114, 0.62);
}
.play-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
	position: relative;
	z-index:2;
	width:60px;
	height:60px;
	border-radius:50%;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #254A72;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button:active {
    transform: scale(0.95);
}

/* Класс для скрытия overlay после клика */
.media_video.playing .video-overlay {
    opacity: 0;
    pointer-events: none;
}

.media_video.playing video {
    display: block; /* показываем видео при воспроизведении */
}
.media_img{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	flex:1;
}
.media_img_item{
	width: calc(33.333% - 15px);
	border-radius:20px;
	background-position: center;
	background-size: cover;
}
.price_otel_block{
	margin-top:20px;
	display:flex;
	gap:20px;
}
.price_otel_block_blur{
	position: relative;
}
.price_otel_block_blur .price_otel_item:after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.12);
	border-radius:20px;
}
.price_otel_block_blur .loader{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}
.price_otel_item{
	width: calc(50% - 10px);
	background: #fff;
	border-radius:20px;
	padding:20px;
	position: relative;
}
.price_otel_item:hover{
	box-shadow: 0px 4px 12px rgba(37, 74, 114, 0.1);
}
.price_otel_name{
	margin-bottom:15px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 120%;
	color: #007C91;
}
.price_info{
	display:flex;
	flex-wrap:wrap;
	gap:10px 0;
}
.price_info_item{
	width:33.333%;
}
.price_info_text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.summ_otel{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #007C91;
}
.span_ab{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #C4C4C4;
}
.btn_otel{
	margin-bottom:0;
	margin-top:20px;
}
.why_main{
	margin-top:50px;
}
.why_main h2{
	text-align: left;
}
.why_flex{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.why_flex_item{
	flex: 1 1 calc(25% - 15px);
	background: #fff;
	border-radius:20px;
	padding:20px;
	position: relative;
	min-height:177px;
}
.why_flex_item:before{
	content:'';
	position: absolute;
	bottom:0;
	right:0;
	width:100%;
	height:90px;
	background: url(/images/2025/before_why.svg);
	background-size: cover;
}
.why_content{
	display:flex;
	flex-direction: column;
	justify-content:space-between;
	gap:10px;
	height:100%;
}
.why_top{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.why_top svg{
	fill:rgba(37, 74, 114, 1);
	width:20px;
}
.why_top span{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-align: right;
	color: #007C91;
	display:block;
}
.why_flex_item:hover{
	background:rgba(37, 74, 114, 1);
}
.why_flex_item:hover .why_top svg{
	fill:#fff;
}
.why_flex_item:hover .why_top span{
	color:#fff;
}
.why_text{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: rgba(37, 74, 114, 1);
}
.why_flex_item:hover .why_text{
	color:#fff;
}
.block_check{
	margin-bottom:70px;
	display:flex;
	gap:20px;
}
.check_click{
	padding: 10px 40px;
	background: #FFFFFF;
	border: 1px solid #254A72;
	border-radius: 20px;
	cursor: pointer;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #254A72;
}
.check_click.on, .check_click:hover{
	background: #01AEED;
	color:#fff;
	border: 1px solid #01AEED;
}
.section_padd_none{
	padding-top: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 555;
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.block_form_ot{
	padding:30px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	max-width:674px;
	margin-bottom: 40px;
}
.bg_ot_text{
	margin-bottom:20px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 140%;
	color: #FFFFFF;
}
.podpis{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: right;
}
.podpis span{
	display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	opacity: 0.6;
}
.bg_right{
	background-position: left;
}
.about_otel_bg{
	width:100%;
	max-width:377px;
	height:360px;
	border-radius:20px;
	background-position: center;
	background-size: cover;
	flex:none;
}
.about_otel{
	display:flex;
	gap:20px;
}
.about_otel_text{
	background:#fff;
	border-radius:20px;
	padding:20px;
	position: relative;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	overflow: hidden;
	flex:1;
}
.about_otel_text:before{
	content:'';
	position: absolute;
	bottom:0;
	right:0;
	width:100%;
	height:170px;
	background: url(/images/2025/ss_sv.svg);
	background-size: cover;
}
.tabs_otel{
	margin-top:50px;
	margin-bottom:20px;
}
.tabs_btn{
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	border-radius:20px;
	margin-bottom:20px;
}
.tabs_click{
	padding:10px 48px;
	border-radius:20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
	flex: none;
	order: 0;
	flex-grow: 0;
	cursor:pointer; 
}
.tabs_click.on{
	background: #007C91;
	color:#fff;
}
.tabs_text{
	background:#fff;
	border-radius:20px;
	padding:20px;
	display:none;
}
.tabs_text.on{
	display:block;
}

.tabs_text p{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
	margin-bottom:10px;
}
.tabs_text p:last-child{
	margin-bottom:0;
}
.tabs_text p a{
	text-decoration: underline;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #254A72;
}
.bg_gray.bf_white{
	background:#fff;
	    margin-top: 0;
}
.bg_gray.bf_white #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-item{
	background:#FAFAFA!important;
}

.bg_otel_search .img_content_form{
	max-width:100%;
}
.bg_otel_search .img_content_form h2{
	color:#fff;
}


.bg_otel_search .img_content_form{
	padding-bottom:40px;
}
.bg_otel_search .form_specy{
	margin-bottom:20px;
}
.search_info{
	width:100%;
	padding:30px;
	border-radius:20px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.search_info_text{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
.search_info_text span{
	display:block;
	margin-top:10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.search_info_contact{
	display:flex;
	gap:20px;
	align-items:center;
}
.info_tel{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.info_tel a{
	display:block;
	margin-top:2px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.map_cart{
	border-radius:20px;
	overflow: hidden;
}

.index_10{
	position: relative;
	z-index:4;
}
.index_11{
	position: relative;
    z-index: 3;
    background: #fff;
    margin-top: -164px;
}
.otel_form{
	display:flex;
	background: #FAFAFA;
	border-radius: 20px;
}
.otel_form .item_50{
	width:50%;
}
.form_content_bg{
	width:100%;
	height:507px;
	border-radius:20px;
	background-position: center;
	background-size: cover;
}
.bg_gray.bf_top_none{
	margin-top:0;
}
.form_content_otel{
	padding:50px 20px 43px 50px;
	
}
.form_content_otel_name{
	margin-bottom:20px;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	color: #254A72;
}
.form_content_otel_text{
	margin-bottom:50px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #254A72;
}
.flex_form_otel{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.flex_form_otel .form_item {
    width: calc(50% - 10px);
	position: relative;
}
.flex_form_otel .form_item input{
	padding:15px 20px;
}
.svg_data{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.svg_data:after{
	position:absolute;
	top:20px;
	right:20px;
	content:'';
	width:14px;
	height:14px;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_212_908)'%3e%3cpath d='M11.0833 1.16667H10.5V0.583333C10.5 0.428624 10.4385 0.280251 10.3291 0.170854C10.2197 0.0614582 10.0714 0 9.91667 0C9.76196 0 9.61358 0.0614582 9.50419 0.170854C9.39479 0.280251 9.33333 0.428624 9.33333 0.583333V1.16667H4.66667V0.583333C4.66667 0.428624 4.60521 0.280251 4.49581 0.170854C4.38642 0.0614582 4.23804 0 4.08333 0C3.92862 0 3.78025 0.0614582 3.67085 0.170854C3.56146 0.280251 3.5 0.428624 3.5 0.583333V1.16667H2.91667C2.1434 1.16759 1.40208 1.47518 0.855295 2.02196C0.308514 2.56874 0.00092625 3.31007 0 4.08333L0 11.0833C0.00092625 11.8566 0.308514 12.5979 0.855295 13.1447C1.40208 13.6915 2.1434 13.9991 2.91667 14H11.0833C11.8566 13.9991 12.5979 13.6915 13.1447 13.1447C13.6915 12.5979 13.9991 11.8566 14 11.0833V4.08333C13.9991 3.31007 13.6915 2.56874 13.1447 2.02196C12.5979 1.47518 11.8566 1.16759 11.0833 1.16667ZM1.16667 4.08333C1.16667 3.6192 1.35104 3.17409 1.67923 2.8459C2.00742 2.51771 2.45254 2.33333 2.91667 2.33333H11.0833C11.5475 2.33333 11.9926 2.51771 12.3208 2.8459C12.649 3.17409 12.8333 3.6192 12.8333 4.08333V4.66667H1.16667V4.08333ZM11.0833 12.8333H2.91667C2.45254 12.8333 2.00742 12.649 1.67923 12.3208C1.35104 11.9926 1.16667 11.5475 1.16667 11.0833V5.83333H12.8333V11.0833C12.8333 11.5475 12.649 11.9926 12.3208 12.3208C11.9926 12.649 11.5475 12.8333 11.0833 12.8333Z' fill='%23254A72'/%3e%3cpath d='M7 9.625C7.48325 9.625 7.875 9.23325 7.875 8.75C7.875 8.26675 7.48325 7.875 7 7.875C6.51675 7.875 6.125 8.26675 6.125 8.75C6.125 9.23325 6.51675 9.625 7 9.625Z' fill='%23254A72'/%3e%3cpath d='M4.08301 9.625C4.56626 9.625 4.95801 9.23325 4.95801 8.75C4.95801 8.26675 4.56626 7.875 4.08301 7.875C3.59976 7.875 3.20801 8.26675 3.20801 8.75C3.20801 9.23325 3.59976 9.625 4.08301 9.625Z' fill='%23254A72'/%3e%3cpath d='M9.91699 9.625C10.4002 9.625 10.792 9.23325 10.792 8.75C10.792 8.26675 10.4002 7.875 9.91699 7.875C9.43374 7.875 9.04199 8.26675 9.04199 8.75C9.04199 9.23325 9.43374 9.625 9.91699 9.625Z' fill='%23254A72'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_212_908'%3e%3crect width='14' height='14' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	display:block;
}
.btn_otel_form{
	margin-top:20px;
}
.btn_otel_form .btn{
	max-width:100%;
	height:52px;
}
.form_content_otel .checkbox-label{
	justify-content: start;
}
.form_content_otel .checkbox-text{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #254A72;
	opacity: 0.6;
	margin-top:2px;
}
.form_content_otel .checkbox-text a{
	color: #254A72;
}
.form_content_otel .checkbox-custom{
	width:14px;
	height:14px;
}
.form_content_otel .checkbox-input:checked + .checkbox-custom::after{
	font-size:11px;
}
.slick_similar .section_spec_item{
	margin:0 10px;
}
.slick_similar .slick-track{
	display:flex;
}
.slick_similar .section_spec_item{
	height:auto;
	display:flex!important;
}
.slick_similar .slick-dots {
    bottom: -50px;
}
.flex_100.h2_flex h2{
	width:100%;
}
html {
  scroll-behavior: smooth;
   scroll-margin-top: 100px;
}
.modal-table .agree{
	margin-top:10px;
}
.padding_bottom{
	padding-bottom:0;
}
.tabs_text ul, .tabs_text ol{
	margin-top:10px;
}
.tabs_text{
	    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #254A72;
}
.subpagemenu{
	display:flex;
	gap:20px;
	flex-wrap: wrap;
}
.subpagemenu__item{
	background: #fff;
	border-radius:12px;
	padding:20px;
	width: calc(33.333% - 15px);
	margin-bottom:20px;
}
.subpagemenu__item h3{
	margin-top:0;
	font-size: 22px;
    line-height: 25px;	
}
.subpagemenu__link{
	display:block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#254A72!important;
	text-decoration: underline;
}
.subpagemenu__link:hover{
	text-decoration: none;
}
.padding_none{
	padding:0;
}
.bx-breadcrumb .bx-breadcrumb-item span{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #254A72;
}
.bx-breadcrumb .bx-breadcrumb-item a{
	color: #254A72;
}
@media only screen and (max-width: 1279px) {
	.header_otel_name span {
		position: absolute;
		bottom: -38px;
		left: 33px;
	}
	.check_click {
		padding: 10px 15px;
	}
	.bg_ot_text{
		font-size:18px;
	}
	.tabs_click{
		padding:10px 15px;
		flex:auto;
		text-align: center;
	}
}
@media only screen and (max-width: 1023px) {
	.header_otel{
		flex-wrap:wrap;
	}
	.header_otel_content {
		flex: 1;
		margin-top: 0px;
	}
	.header_otel_slick{
		width:100%;
		margin-top: 70px;
		max-width: 100%;
	}
	.header_otel_bg{
		max-width:100%;
	}
	.header_otel_name br{
		display:none;
	}
	.header_otel_name span {
        position: absolute;
        bottom: -48px;
        left: 33px;
    }
	.media_img_item{
		width: calc(50% - 15px);
	}
	.price_otel_block{
		flex-wrap:wrap;
	}
	.price_otel_item{
		width:100%;
	}
	.block_check{
		flex-wrap:wrap;
		gap:10px;
	}
	.check_click{
		font-size:13px;
	}
	.tabs_click{
		font-size:13px;
	}
	.index_11{
		margin-top: -275px;
		height: 870px;
	}
	.map_cart iframe{
		height:350px;
	}
	.otel_form{
		flex-wrap:wrap;
	}
	.form_content_otel{
		padding:20px;
	}
	.otel_form .item_50 {
		width: 100%;
	}
	.form_content_bg {
		height:350px;
	}
	.subpagemenu__item{
		width: calc(50 - 15px);
	}
}
@media only screen and (max-width: 767px) {
	.subpagemenu__item{
		width: 100%;
	}
	.about_otel{
		flex-wrap:wrap;
	}
	.about_otel_text{
		width:100%;
	}
	.header_otel_name{
		font-size: 35px;
		line-height: 44px;
	}
	.header_otel_name span {
        position: absolute;
        bottom: -62px;
        left: 15px;
        padding: 20px;
    }
	.media_flex{
		flex-wrap:wrap;
		gap:10px;
	}
	.media_video{
		max-width:100%;
	}
	.media_img{
		width:100%;
	}
	.media_img_item{
		height:150px;
	}
	.search_info{
		flex-wrap:wrap;
	}
	.search_info_contact{
		flex-wrap:wrap;
	}
	.bg_ot_text {
        font-size: 14px;
    }
	.block_form_ot{
		padding:10px;
	}
	.why_flex_item{
		flex:100%;
		min-height: 120px;
	}
	.media_video{
		height:480px;
	}
	.media_img{
		gap:10px;
	}
	.media_img_item {
        width: calc(50% - 5px);
    }
	.section_otel{
		padding-bottom:25px;
	}
	.price_info_item {
		width:50%;
	}
	.block_check{
		margin-bottom:35px;
	}
	.why_main{
		margin-top:30px;
	}
	.why_flex{
		gap:10px;
	}
	.search_info{
		padding:15px;
	}
	.index_11 {
        margin-top: -536px;
        height: 1354px;
        background-size: cover;
    }
	.form_search_item button.btn{
		max-width:100%;
	}
	.flex_form_otel{
		gap:10px;
	}
	.flex_form_otel .form_item{
		width:100%;
	}
	.form_content_otel_name {
		margin-bottom: 13px;
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		color: #254A72;
	}
	.img_mob_none{
		display:none;
	}
}
.slick_manager.flex{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}
 a.back-to-top{
	background: #01AEED url("data:image/svg+xml;charset=UTF-8,%3c!-- icon666.com - MILLIONS OF FREE VECTOR ICONS --%3e%3csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Up'%3e%3cpath d='m41.626 34.78a1 1 0 0 1 -1.406-.154l-15.4451-19.252a1.02 1.02 0 0 0 -1.55 0l-15.4449 19.252a1 1 0 1 1 -1.56-1.252l15.4453-19.252a2.9895 2.9895 0 0 1 4.6689 0l15.4458 19.252a1 1 0 0 1 -.154 1.406z' fill='%23fff' %3e%3c/path%3e%3c/g%3e%3c/svg%3e")no-repeat center 43%;
	
}
a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 105px;
    background: #01AEED url("data:image/svg+xml;charset=UTF-8,%3c!-- icon666.com - MILLIONS OF FREE VECTOR ICONS --%3e%3csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Up'%3e%3cpath d='m41.626 34.78a1 1 0 0 1 -1.406-.154l-15.4451-19.252a1.02 1.02 0 0 0 -1.55 0l-15.4449 19.252a1 1 0 1 1 -1.56-1.252l15.4453-19.252a2.9895 2.9895 0 0 1 4.6689 0l15.4458 19.252a1 1 0 0 1 -.154 1.406z' fill='%23fff' %3e%3c/path%3e%3c/g%3e%3c/svg%3e")no-repeat center 43%;
    border-radius: 10px;
}
.section_top .contanier #sw-app-d06dee5db1e24caf5bb1601b49963db1 .sw-review-box{
	background:#fff;
}
@media (max-width: 1023px) {
    .mob_wa {
        display: none!important;
    }
}









