@charset "windows-1251";

*[class^="e1-"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.e1-styles-wrapper {
	box-shadow: none !important;
	font-family: AcromRegular;
}
.e1-container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; 
}

.e1-styles-wrapper p,
.e1-styles-wrapper h1,
.e1-styles-wrapper h2,
.e1-styles-wrapper h3,
.e1-styles-wrapper h4,
.e1-styles-wrapper h5,
.e1-styles-wrapper h6,
.e1-styles-wrapper ul,
.e1-styles-wrapper ol {margin-bottom: 20px !important;}

.e1-styles-wrapper .blk-content>div>h2:after {display: none !important;}
.e1-styles-wrapper .row {margin-bottom: -20px;}

p.e1-text-smaller,
span.e1-text-smaller,
h1.e1-text-smaller,
h2.e1-text-smaller,
h3.e1-text-smaller,
h4.e1-text-smaller,
h5.e1-text-smaller,
h6.e1-text-smaller {
	font-size: .75em !important;
}
p.e1-text-bigger,
span.e1-text-bigger,
h1.e1-text-bigger,
h2.e1-text-bigger,
h3.e1-text-bigger,
h4.e1-text-bigger,
h5.e1-text-bigger,
h6.e1-text-sbigger{
	font-size: 1.25em !important;
}

/*видео*/
.e1-styles-wrapper .video-link.h400 {height: 400px;}
.e1-styles-wrapper .video-link.h500 {height: 500px;}
.e1-styles-wrapper .video-link.h600 {height: 600px;}
.e1-styles-wrapper .video-link .video-link__img {height: 100%;}

.e1-bg-gray {
	background-color: whitesmoke;
}

.e1-padding-block {
	padding: 40px;
}

.e1-promo {
    width: 100%;
	height: 90vh;
	min-height: 666px;
	margin-bottom: 40px;

    background-position: center center;
    background-size: cover;
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
	.e1-promo__caption {
		padding: 30px 0;
		width: 100%;
		background-color: rgba(45,102,151,0.6);
	}
		.e1-promo__caption.bottom {margin-top: auto;}
		.e1-promo__caption.top {margin-bottom: auto;}


.e1-width100 {
	width: 100%;
}

.e1-inline-feature {
	display: inline-block;
	padding: 7px 18px;
	background-color: #efefef;

}
.e1-img-resp {
	width: 100%;
	height: auto;
}

.e1-photo-resp {
	width: 100%;
	height: 250px;

	background-position: center center;
    background-size: cover;
    position: relative;
}


/*изменяемая ширина контента*/
.e1-offset-1 {margin-right: 8.333%; margin-left: 8.333%;}
.e1-offset-2 {margin-right: 16.666%; margin-left: 16.666%;}
.e1-offset-3 {margin-right: 24.999%; margin-left: 24.9999%;}
.e1-offset-4 {margin-right: 33.333%; margin-left: 33.333%;}


/*кастомные отступы*/
.e1-mb-0 	{margin-bottom: 0px !important;}
.e1-mb-10 	{margin-bottom: 10px !important;}
.e1-mb-20 	{margin-bottom: 20px !important;}
.e1-mb-40 	{margin-bottom: 40px !important;}
.e1-mb-60 	{margin-bottom: 60px !important;}
.e1-mb-80 	{margin-bottom: 80px !important;}
.e1-mb-100 	{margin-bottom: 100px !important;}


/*цвтеа текста*/
.e1-color-white 	{color: #fff !important;}
.e1-color-portal 	{color: #4ba1d2 !important;}
.e1-color-belokur 	{color: #264695 !important;}
.e1-color-sibir 	{color: #aa092e !important;}
.e1-color-katun 	{ color: #009e6a !important;}


/*работа с текстом*/
.e1-uppercase 		{text-transform: uppercase !important;}
.e1-text-center 	{text-align: center !important;}
.e1-text-left 		{text-align: left !important;}
.e1-text-right 		{text-align: right !important;}


/*разное	*/
.e1-divider {
	display: block;
	width: 80%;
	height: 2px;
	margin: 0 auto;
	background-color: black;
	opacity: .08;
}

.e1-lead {
	font-weight: 400;
    padding: 50px 75px;
    background-image: url(https://www.belokurikha.ru//img/bg/bg-theme-1_transparent.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-box-shadow: 0 0 45px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 45px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
}


/*фоны и секции*/
.e1-big-section {
	padding: 40px 0;
}
	.e1-big-section.gray { background-color: #efefef; }
	.e1-big-section.blue { background-color: #4ba1d2; }



/*аккордеон*/
.e1-accordeon {
	margin: 0 0 -1px 0;
}
	.e1-accordeon__label {
		position: relative;
		padding: 20px 35px;
		font-size: 25px;
		background-color: #74b6dc;
		color: #fff;
		transition: 300ms;
		cursor: pointer;
		box-shadow: 0 0 8px 1px rgba(0,0,0,.03);
	}

		.e1-accordeon__label:hover {
			opacity: .85;
		}
	.e1-accordeon__content {
		display: none;
		padding: 20px 35px;
	}
	.e1-accordeon__closebtn {
		position: absolute;
	    right: 20px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    background-color: #ffffff;
	    box-shadow: 0 0 15px 1px rgba(0,0,0,.06);
	    transition: 400ms;
	    -webkit-animation-delay: .4s;
	    animation-delay: .4s;
	}

		.e1-accordeon__closebtn::before {
			position: absolute;
		    content: '';
		    left: 50%;
		    top: 50%;
		    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg); /*45deg*/
		    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg); /*45deg*/
		    transform: translateX(-50%) translateY(-50%) rotate(0deg); /*45deg*/
		    height: 2px;
		    width: 20px;
		    background-color: gray;
		    -webkit-transition: 250ms;
		    -o-transition: 250ms;
		    transition: 250ms;
		}
		.e1-accordeon__closebtn::after {
			position: absolute;
		    content: '';
		    left: 50%;
		    top: 50%;
		    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		    height: 2px;
		    width: 20px;
		    background-color: gray;
		    -webkit-transition: 250ms;
		    -o-transition: 250ms;
		    transition: 250ms;
		}
		.e1-accordeon__closebtn:hover {
			transform: translateY(-50%) scale(1.07);
		}



.e1-accordeon.opened .e1-accordeon__label{
	background-color: #5ba8d4 !important;
	box-shadow: 0 0 16px 1px rgba(0,0,0,.05);
}
	.e1-accordeon.opened .e1-accordeon__closebtn::before{
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); /*45deg*/
		    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); /*45deg*/
		    transform: translateX(-50%) translateY(-50%) rotate(45deg); /*45deg*/
		    background-color: #ffb5bc;
	}
	.e1-accordeon.opened .e1-accordeon__closebtn::after{
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		    background-color: #ffb5bc;
	}

.e1-accordeon.opened .e1-accordeon__label {
	background-color: whitesmoke;
}
















/*============================ фиксы стилей для отдельных санаториев ===============================*/



/* ---- белокуриха сан ---- */
.e1-styles-wrapper.belokur {}
.e1-styles-wrapper.belokur .e1-color-theme{ color: #264695; }
.e1-styles-wrapper.sibir .e1-promo {
	height: 92vh;
}





/* ---- сибирь ---- */
.e1-styles-wrapper.sibir {}
.e1-styles-wrapper.sibir .e1-container {padding: 0;}
.e1-styles-wrapper.sibir .e1-promo {
	height: 79vh;
}
.e1-styles-wrapper.sibir .e1-lead h2,
.e1-styles-wrapper.sibir .e1-lead h3,
.e1-styles-wrapper.sibir .e1-lead h4 {
	color: #aa092e;
}
.e1-styles-wrapper.sibir .e1-color-theme{ color: #aa092e; }
.e1-styles-wrapper.sibir .e1-lead {
	width: 90%; /*иначе тень обрезается по бокам*/
    margin: 0 auto;
}
.e1-styles-wrapper.sibir p {
	margin-bottom: 20px;
}
.e1-styles-wrapper.sibir .btn_main {
	color: #fff;
    background-color: #aa092e;
}




/* ---- катунь ---- */
.e1-styles-wrapper.katun {}
.e1-styles-wrapper.katun .e1-promo {
	height: 79vh;
}
.e1-styles-wrapper.katun .e1-color-theme{ color: #009e6a; }

.e1-styles-wrapper.katun .e1-lead h2,
.e1-styles-wrapper.katun .e1-lead h3,
.e1-styles-wrapper.katun .e1-lead h4 {
	color: #009e69;
}
.e1-styles-wrapper.katun h2 {
    margin: 0 0 40px 0;
    color: #009e6a;
}
.e1-styles-wrapper.katun p {
	margin-bottom: 20px;
}
.e1-styles-wrapper.katun .btn_main {
	color: #fff;
    background-image: -o-linear-gradient(left, #007393 0%, #009e6a 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #007393), color-stop(100, #009e6a));
    background-image: -webkit-linear-gradient(left, #007393 0%, #009e6a 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#007393), to(#009e6a));
    background-image: linear-gradient(to right, #007393 0%, #009e6a 100%);
}


/* ---- мед.сайт---- */

.e1-styles-wrapper.med .btn_main {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #29C3BA), color-stop(20, #29C3BA), color-stop(100, #3366FF));
    background-image: -webkit-linear-gradient(left, #29C3BA 0%, #29C3BA 20%, #3366FF 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#29C3BA), color-stop(20%, #29C3BA), to(#3366FF));
    background-image: linear-gradient(to right, #29C3BA 0%, #29C3BA 20%, #3366FF 100%);
    color: #fff;
    border-radius: 0;
}

.e1-styles-wrapper.med .e1-lead h2,
.e1-styles-wrapper.med .e1-lead h3,
.e1-styles-wrapper.med .e1-lead h4 {
	color: #13a8d1;
}
.e1-styles-wrapper.med .e1-color-theme{ color: #13a8d1; }




.e1-price-thumb {
	box-shadow: 0 0 25px 0px rgba(0,0,0,.2); 
	border-radius: 20px; 
	/*overflow: hidden;*/
	transition: 300ms;
}
	.e1-price-thumb:hover {
		transform: translateY(-8px);
		box-shadow: 0 0 35px 0px rgba(0,0,0,.4); 

	}
.e1-price-thumb__heading {
	background-color: #adafaf; 
	padding: 40px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	.e1-price-thumb__heading h2 {
		color: #fff;
		margin-bottom: 0 !important;
	}
.e1-price-thumb__body {
	padding: 40px 20px;
}
.e1-price-thumb__footer {
	padding: 20px 20px 20px 20px; 
	background-color: #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	.e1-price-thumb_best {
		position: relative;
		/*transform: translateY(-5px);*/
		/*box-shadow: 0 0 30px 0px rgba(0,0,0,.3); */
	}

		.e1-price-thumb.e1-price-thumb_best::before {
			position: absolute;
		    content: '';
		    background-image: url(https://pngimage.net/wp-content/uploads/2018/06/%D0%BB%D1%83%D1%87%D1%88%D0%B0%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0-png-3.png);
		    -webkit-background-size: contain;
		    background-size: contain;
		    background-repeat: no-repeat;
		    background-position: center center;
		    width: 80px;
		    height: 82px;
		    right: -22px;
		    top: -17px;
		    overflow: hidden;
		    animation: badgeAnim 6s infinite;
			
		}

/*	.e1-price-thumb.e1-price-thumb_ready .e1-price-thumb__heading {
		background-color: #46c276;
	}*/
	.e1-price-thumb_ready .e1-price-thumb__heading {
		background-color: #5ba9d5; 
	}
	.e1-price-thumb_ready .e1-price-thumb__footer {
		background-color: #cdfbdf;
	}
	.e1-price-thumb.e1-price-thumb_late {
		position: relative;
		transform: scale(0.95) translateY(10px);
	    opacity: .55;
		cursor: not-allowed;
	}
	.e1-price-thumb.e1-price-thumb_late::after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,.01);
		z-index: 2;

	}

	.e1-price-thumb_late .e1-price-thumb__footer {
		background-color: #efefef;
	}
	.e1-price-thumb_late .e1-price-thumb__footer .btn {
		opacity: .67;
		cursor: not-allowed;
	}
	.e1-price-thumb_late .e1-price-thumb__heading {
		background-color: lightgray;
	}

	.ui-datepicker {
		min-width: 280px;
	}
	.ui-state-default, 
	.ui-widget-content 
	.ui-state-default, 
	.ui-widget-header 
	.ui-state-default, 
	.ui-button, 
	html .ui-button.ui-state-disabled:hover, 
	html .ui-button.ui-state-disabled:active {
		border: 0;
	    background: #5daad6;
	    font-weight: normal;
	    color: #454545;
	    height: 36px;
	    width: 36px;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;
	    box-sizing: border-box;
	}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
		border: 1px solid #5daad6 !important;
    	background: #5daad6 !important;
	}
	.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
		border: 1px solid #84bede !important;
	    background: #c2e9ff !important;
	    color: #5a5a5a !important;
	}
	table.ui-datepicker-calendar tr:nth-child(even) td {background-color: #fff;}

@keyframes badgeAnim {
	0% {
		transform: scale(1);
	}
	8% {
		transform: scale(1.1);
	}
	16% {
		transform: scale(1);
	}

	100% {}
}












@media screen and (max-width: 991px) {
	/*основные блоки страницы*/
	.e1-container {
		width: 90%;
	  	padding: 0 20px; 
	}
	.e1-promo {	height: 500px; min-height: 300px;}
	/*изменяемая ширина контента*/
	.e1-offset-1 {margin-right: 0%; margin-left: 0%;}
	.e1-offset-2 {margin-right: 8.333%; margin-left: 8.333%;}
	.e1-offset-3 {margin-right: 16.666%; margin-left: 16.666%;}
	.e1-offset-4 {margin-right: 24.999%; margin-left: 24.9999%;}

	/*видео*/
	.e1-styles-wrapper .video-link.h400 {height: 300px;}
	.e1-styles-wrapper .video-link.h500 {height: 400px;}
	.e1-styles-wrapper .video-link.h600 {height: 500px;}
}
@media screen and (max-width: 767px) {

	/*основные блоки страницы*/
	.e1-container {
		width: 95%;
	  	padding: 0 15px; 
	}
	.e1-promo {	height: 450px; }

	.e1-lead {
		padding: 40px 55px;
	}

	/*аккордеон*/
	.e1-accordeon__label {
		font-size: 19px;
		padding: 20px 70px 20px 20px;
	}

	/*изменяемая ширина контента*/
	.e1-offset-2 {margin-right: 0%; margin-left: 0%;}
	.e1-offset-3 {margin-right: 8.333%; margin-left: 8.333%;}
	.e1-offset-4 {margin-right: 16.666%; margin-left: 16.666%;}

	/*видео*/
	.e1-styles-wrapper .video-link.h400 {height: 275px;}
	.e1-styles-wrapper .video-link.h500 {height: 350px;}
	.e1-styles-wrapper .video-link.h600 {height: 440px;}
}
@media screen and (max-width: 567px) {
	.e1-promo {	height: 400px; }
	.e1-lead {
		padding: 35px 35px;
	}

	/*изменяемая ширина контента*/
	.e1-offset-3 {margin-right: 0%; margin-left: 0%;}
	.e1-offset-4 {margin-right: 8.333%; margin-left: 8.333%;}
}
@media screen and (max-width: 413px) {
	.e1-promo {	height: 350px; }
	
	/*изменяемая ширина контента*/
	.e1-offset-4 {margin-right: 0%; margin-left: 0%;}

	/*видео*/
	.e1-styles-wrapper .video-link.h400 {height: 250px;}
	.e1-styles-wrapper .video-link.h500 {height: 300px;}
	.e1-styles-wrapper .video-link.h600 {height: 400px;}
}