<<<<<<< HEAD



html {
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	color: #393939;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0;
}

.centered {
	text-align: center !important;
}

img {
	max-width: 100%;
}

hr {
	display: block;
	float: left;
	border: none;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	margin: 30px 0;
}

hr.blue {
	background: #5ea8e6;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 + hr {
	margin-top: 13px;
}

h2 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 300;
	color: #293ba4;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 40px;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

img.fleft,
img[align="left"] {
	margin-right: 30px;
	margin-bottom: 30px;
}

img.fright,
img[align="right"] {
	margin-left: 30px;
	margin-bottom: 30px;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 30%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w70 {
	width: 70%;
	display: block;
	float: left;
}

.w75 {
	width: 75%;
	display: block;
	float: left;
}

.w100 {
	width: 100% !important;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1170px;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #BD6F20;
	transition: all 0.2s ease-out;
}

a:hover {
	text-decoration: none;
	color: #761F18;
}


/* STYLES */

.header_sec {
	height: 185px;
	padding-top: 40px;
	background: url(../img/header_grad.gif) repeat-x top;
}

.header_ib {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
}

.header_ib:last-child {
	margin-right: 0;
}

.header_ib.logo img {
	float: left;
	margin-right: 20px;
}

.header_ib.logo span {
	float: left;
	color: #08166a;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-top: 39px;
}

.header_icons {
	margin-top: 36px;
}

.header_icon {
	display: inline-block;
	margin-right: 28px;
	text-align: center;
	opacity: .4;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.header_icon:last-child {
	margin-right: 0;
}

.header_icon:hover,
.header_icon.current {
	opacity: 1;
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.header_icon span {
	color: #393939;
}

.header_ib.bron {
	margin-top: 41px;
}

.button {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 12px 47px 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #293ba4;
	font-size: 14px;
	border: none;
	border-radius: 10em;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}

.button:hover {
	background-color: #c01414;
	color: #fff;
}

button.button {
	padding-top: 1px;
	padding-bottom: 0;
}

.button-o {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 10px 47px 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 700;
	color: #393939;
	font-size: 14px;
	border: 3px solid #c01414;
	border-radius: 10em;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}

.button-o:hover {
	background-color: #c01414;
	color: #fff;
}

.button-o.blue {
	border-color: #2739a3;
}

.button-o.blue:hover {
	background-color: #2739a3;
}

.button-o.arrow::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 10px;
	background: url(../img/arrow_right_gray.png) no-repeat;
	transition: all 0.2s ease-out;
}

.header_ib.contacts {
	text-align: center;
	margin-top: 24px;
}
.sm-text {
	font-size: 11px;
}

.header_ib.contacts span {
	display: block;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

.header_ib.contacts a {
	color: #c01414;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: text;
}


/* TOPEMNU */

.topmenu_sec {
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.topmenu > li {
	position: relative;
	z-index: 10;
	float: left;
	height: 93px;
	padding-top: 36px;
	margin: 0 26px -10px;
}

.topmenu > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: #393939;
	letter-spacing: 1px;
	border-bottom: 0px solid transparent;
	position: relative;
}
.topmenu > li:hover > a:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background: #233499;
	left: 0;
	bottom: -33px;

}

.topmenu > li:first-child  {
	margin-left: 0;
}

.topmenu > li:last-child  {
	margin-right: 0;
}

.topmenu > li.current > a {
	color: #233499;
}

.topmenu > li:hover  {
	color: #233499;

}


/* SUBMENU 1 */

.submenu {
	position: absolute;
	z-index: -1;
	top: 57%;
	left: 0;
	width: 200px;
	list-style-type: none;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	box-shadow: 0px 5px 18px rgba(27,42,68, .12);
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s ease 0.3s;
}


.topmenu > li.active  .submenu  {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.2s ease 0s;
}

.submenu li {
	position: relative;
}

.submenu li a {
	display: block;
	padding: 15px 25px;
	background-color: #fff;
	border-bottom: 1px solid #ededf7;
	font-weight: 500;
	font-size: 16px;
	color: #393939;
}

.submenu > li.current > a,
.submenu > li:hover > a,
.submenu3 > li.current > a,
.submenu3 > li:hover > a {
	color: #293ba4;
}

/* SUBMENU 2 */

.submenu3 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-left: 2px solid #ededf7;
	box-shadow: 5px 0px 18px rgba(27,42,68, .12);
	visibility: hidden;
	opacity: 0;
	transform-origin: 0 0;
	transform: scale(0.8);
	transition: all 0.2s ease;
}

.submenu > li:hover .submenu3 {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.2s ease;
}



/* CONTENT */

.content_sec {
	padding: 50px 0;
	background-color: #fff;
}

.topmenu_sec + .content_sec {
	background: url(../img/content_grad.gif) repeat-x top;
}

.bread {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.bread li {
	float: left;
	font-size: 12px;
}

.bread li a {
	color: #5ea8e6;
	text-decoration: underline;
}

.bread li a:hover {
	color: inherit;
	text-decoration: none;
}

.bread li::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: url(../img/bread_arrow.png) no-repeat 0px 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.bread li:last-child::after {
	display: none;
}

h1 {
	width: 100%;
	float: left;
	margin: 0;
	margin-bottom: 50px;
	font-size: 40px;
	color: #293ba4;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2em;
}


/* ALBUMS */

.albums_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.album_item {
	position: relative;
	display: inline-block;
	float: left;
	width: 32%;
	max-width: 370px;
	height: 270px;
	margin-right: 2%;
	margin-bottom: 35px;
	border-radius: 30px;
	background-color: #263c51;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.album_item:hover {
	color: #fff;
	box-shadow: 10px 20px 56px rgba(110,153,204, .3);
}

.album_item:nth-child(3n+3) {
	margin-right: 0;
}

.album_item::before,
.album_item.video::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #263c51;
	opacity: .8;
}

.album_item.video::after {
	z-index: 2;
	background-image: url(../img/i_play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	opacity: 1;
}

.album_item * {
	position: relative;
	z-index: 3;
}

.album_item h3 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 300;
	margin-top: 55px;
	margin-bottom: 0;
	padding: 0 17%;
	letter-spacing: 1px;
}

.album_item h3::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	margin-left: 5px;
	background: url(../img/i_arrow_right.png) no-repeat;
}

.album_item:hover h3 {
	text-decoration: underline;
}

.album_count {
	position: absolute;
	bottom: 44px;
	left: 0;
	width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
}


/* FOOTER */

.footer_sec {
	background-color: #263c51;
	padding: 50px 0 20px;
	color: #fff;
}

.frow {
	float: left;
	width: 100%;
}
.footer-links {
	float: left;
	margin-top: 8px;
	text-align: center;
}
.footer-links a {
	display: block;
	font-size: 16px;
	color: #fff;
    text-decoration: underline;
}
.footer-links a:hover {
	text-decoration: none;
	color: #fff;
}

.fcol {
	float: left;
	margin-right: 45px;
}

.fcol.logo {
	width: 170px;
}

.logo_footer {
	margin-bottom: 48px;
}

.logo_footer span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
}

.fmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 360px;
	width: calc(100% - 215px);
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-gap: 70px;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
}

.fmenu ul {
	padding-left: 0;
}

.fmenu > li {
	display: inline-block;
	width: 230px;
}

.fmenu > li > a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-decoration: underline;
}

.fmenu > li > a:hover {
	text-decoration: underline;
}

.fsubmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fsubmenu > li > a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.fsubmenu > li > a:hover {
	text-decoration: none;
}

.weather {
	color: #8dace1;
	font-weight: 500;
	letter-spacing: 1px;
}

.weather h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.weather big {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 2px;
}

.fsocs a {
	opacity: .6;
	margin-right: 3px;
}

.fsocs a:hover {
	opacity: 1;
}

.fsearch_form {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 720px;
	margin-bottom: 25px;
}

.fsearch_input {
	width: 100%;
	background: #001e36;
	color: #fff;
	height: 68px;
	padding: 0 90px 0 30px;
	border: none;
	border-radius: 10em;
	font-size: 18px;
}

.fsearch_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	background: url(../img/i_search.png) no-repeat 50% 50%;
	background-color: #00355f;
	font-size: 0;
	color: transparent;
	border: none;
	border-radius: 90px;
	transition: all 0.2s ease-out;
}

.fsearch_button:hover {
	background-color: #c01414;
}

.fcontacts {
	text-align: center;
	color: #8dace1;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}

.fcontacts a {
	color: #8dace1;
	cursor: text;
}

.fcontacts .ib {
	margin: 0 30px;
}

.frow.danger {
	text-align: center;
	color: #8dace1;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 50px;
}

.frow.debug {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.frow.debug .ib {
	margin-right: 25px;
}

.frow.debug a.ib {
	float: right;
	color: #8dace1;
	text-decoration: underline;
}

.frow.debug a.ib:hover {
	color: #fff;
	text-decoration: none;
}




/* HOME SLIDER */

.home_slider {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e0e0e0;
}

.home_slider li {
	background-size: cover;
	min-height: 600px;
	float: left;
	width: 100%;
}

.hs_whole_link {
	float: left;
	width: 100%;
}

.home_slider .container {
	text-align: center;
}

.hs_infobox {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	color: #fff;
	margin: 120px 0;
	text-align: center;
	background: rgba(9,23,107, .8);
	border-radius: 30px;
	padding: 45px;
}

.hs_infobox h4 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.hs_infobox h2 {
	margin: 0;
	margin-bottom: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 1.1em;
}

.hs_desc {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 30px;
}

.hs_infobox .button-o {
	color: #fff;
}

.dots_nav .owl-nav {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -585px;
	width: 1170px;
}

.dots_nav .owl-nav .owl-prev,
.dots_nav .owl-nav .owl-next {
	position: absolute;
	width: 84px;
	height: 112px;
	opacity: .5;
	color: transparent;
	font-size: 0;
}

.dots_nav .owl-nav .owl-prev {
	left: 0;
	background: url(../img/slider_left.png) no-repeat center center;
}

.dots_nav .owl-nav .owl-next {
	right: 0;
	background: url(../img/slider_right.png) no-repeat center center;
}

.dots_nav .owl-nav .owl-prev:hover,
.dots_nav .owl-nav .owl-next:hover {
	opacity: 1;
}


.dots_nav .owl-dots {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.dots_nav .owl-dots .owl-dot {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

.dots_nav .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 10em;
	margin-bottom: -5px;
}

.dots_nav .owl-dots .owl-dot span::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 10em;
	background: #fff;
	transform: scale(0);
	transition: all 0.2s ease-out;
}

.dots_nav .owl-dots .owl-dot:hover span::after {
	transform: scale(0.5);
}

.dots_nav .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}


/* PROGRAMMS */

.programms_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.programm_item {
	display: none;
	vertical-align: top;
	width: 48%;
	text-align: left;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #d0e5fc;
	margin-bottom: 60px;
	transition: box-shadow 0.2s ease-out;
}

.programm_item:nth-child(1),
.programm_item:nth-child(2) {
	display: inline-block;
}

.programm_item:hover {
	box-shadow: 0px 12px 50px rgba(110,153,204, .16);
	margin-bottom: 34px;
}

.programm_img {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 265px;
	border-radius: 30px 30px 0 0;
}

.programm_img img {
	max-width: 300%;
	min-height: 100%;
}

.programm_inner {
	float: left;
	width: 100%;
	padding: 25px 36px;
}

.programm_inner h3 {
	color: #5ea8e6;
	font-size: 22px;
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 10px;
}

.programm_item:hover h3 {
	text-decoration: none;
}

.programm_desc {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	color: #393939;
	letter-spacing: 1px;
	margin-bottom: 20px;
    min-height: 224px;
}

.programm_see {
	font-size: 22px;
	color: #a54648;
	font-style: italic;
	border-bottom: 1px solid;
	display: none;
}

.programm_see::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	background: url(../img/arrow_right_red.png) no-repeat;
	margin-left: 5px;

}

.programm_item:hover .programm_see {
	display: inline-block;
}

.all_programms {
	display: inline-block;
	border-bottom: 1px dashed;
	color: #c01414;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
}

.all_programms  img {
	margin-left: 5px;
}



/* LECHENIE */

.lech_sec {
	background: url(../img/bg_lech.jpg);
	background-size: cover;
	color: #fff;
	padding: 80px 0 90px;
}

.lech_sec h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
}

.lech_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.lech_item {
	display: none;
	vertical-align: top;
	width: 30%;
	max-width: 350px;
	min-height: 235px;
	background: url(../img/lech_1.svg);
	border-radius: 30px;
	background: #fff;
	padding: 45px;
	margin-bottom: 30px;
	margin-right: 50px;
	text-align: center;
	color: #393939;
	transition: all 0.2s ease-out;
}

.lech_item:nth-child(1),
.lech_item:nth-child(2),
.lech_item:nth-child(3),
.lech_item:nth-child(4),
.lech_item:nth-child(5),
.lech_item:nth-child(6) {
	display: inline-block;
}

.lech_item:hover {
	color: #393939;
	transform: scale(0.95);
}

.lech_item:nth-child(3n+3) {
	margin-right: 0;
}

.lech_img {
	height: 60px;
	margin-bottom: 10px;
}

.lech_desc {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
}

.lech_desc::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 10px;
	margin-left: 10px;
	background: url(../img/arrow_right_gray.png) no-repeat;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.lech_item:hover .lech_desc::after {
	opacity: 1;
	visibility: visible;
}

.all_lech {
	display: inline-block;
	background: rgba(255,255,255, .2);
	border-radius: 10em;
	height: 72px;
	width: 100%;
	max-width: 570px;
	text-align: center;
	padding: 0 30px;
	padding-top: 21px;
	font-size: 22px;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
}

.all_lech span {
	display: inline-block;
	border-bottom: 1px dashed;
}

.all_lech img {
	margin-left: 10px;
}

.all_lech:hover {
	color: #fff;
	background: rgba(255,255,255, .4);
}


/* SECTION PHOTO CAROUSEL */

.photos_index_sec {
	background: url(../img/bg_photo_gal_index.gif) repeat;
	border-radius: 30px;
	border: 2px solid #e0e6ff;
	overflow: hidden;
	margin-top: -30px;
	padding: 60px 0;
}

.photos_index_sec .container {
	text-align: center;
}

.photos_gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 50px;
}

.photo_item {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 230px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #d0e5fc;
}

.photos_gallery_box {
	display: inline-block;
	width: 1020px;
}

.owl-arrows .owl-prev,
.owl-arrows .owl-next {
	position: absolute;
	top: 60px;
	width: 54px;
	height: 112px;
	color: transparent;
	font-size: 0;
	opacity: .5;
}

.owl-arrows .owl-prev {
	background: url(../img/slider_left_b.png) no-repeat;
	left: -70px;
}

.owl-arrows .owl-next {
	background: url(../img/slider_right_b.png) no-repeat;
	right: -70px;
}

.owl-arrows .owl-prev:hover,
.owl-arrows .owl-next:hover {
	opacity: 1;
}

.vrachi_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 70px;
}

.vrach_item {
	float: left;
	width: 47%;
	margin-bottom: 40px;
}

.vrach_item:nth-child(2n+2) {
	float: right;
}

.vrach_img {
	width: 176px;
	height: 176px;
	border-radius: 10em;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	box-shadow: -5px 5px 10px rgba(0,0,0, .2);
}

.vrach_info {
	float: left;
	width: calc(100% - 246px);
}

.vrach_info h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.vrach_info h3 a {
	color: inherit;
}

.vrach_info h3 a:hover {
	text-decoration: underline;
}

.vrach_desc {
	font-size: 14px;
}

.more {
	color: #5ea8e6;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 1px;
}

.more:hover {
	text-decoration: none;
}

.all_vrachi {
	display: inline-block;
	font-size: 22px;
	color: #c01414;
	font-weight: 500;
	border-bottom: 1px solid;
}

.all_vrachi img {
	margin-left: 5px;
}

.all_vrachi:hover {
	border-bottom-color: transparent;
}


/* ПРОЖИВАНИЕ СЕКЦИЯ */

.life_box {
	float: left;
	width: 100%;
}

.life_item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	max-width: 370px;
	margin-right: 2%;
	margin-bottom: 60px;
	border-radius: 30px;
	border: 1px solid #d2e6fc;
	color: inherit;
	overflow: hidden;
	transition: all 0.2s ease-out;
}

.life_item:hover {
	color: inherit;
	box-shadow: 10px 20px 56px rgba(110,153,204, .2);
}

.life_item:nth-child(3n+3) {
	margin-right: 0;
}

.life_img {
	width: 100%;
	height: 265px;
	overflow: hidden;
}

.life_img img {
	min-height: 100%;
	max-width: 300%;
}

.life_inner {
	float: left;
	width: 100%;
	padding: 35px 40px;
}

.life_inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
}

.life_inner h3 {
	color: #5ea8e6;
	text-decoration: underline;
	line-height: 1.3em;
}

.life_item:hover .life_inner h3 {
	text-decoration: none;
}

.life_params {
	float: left;
	font-weight: 500;
	font-size: 16px;
}

.life_params span {
	display: block;
}

.life_price {
	float: right;
	font-size: 34px;
	color: #08166a;
	font-weight: 300;
	padding-top: 15px;
}


.life_item.info {
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 10px;
}

.life_info_desc {
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.7em;
}

.life_info_desc p:first-child {
	margin-top: 0;
	font-size: 16px;
}

.life_info_desc a {
	color: #5ea8e6;
	text-decoration: underline;
}

.life_info_desc a:hover {
	text-decoration: none;
}


/* VIDEO SEC */

.video_sec {
	position: relative;
	background: url(../img/bg_video.jpg);
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	min-height: 610px;
	color: #fff;
}

.video_sec::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .8);
}

.video_sec .container {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 90px 0;
}

.video_sec h2 {
	color: #fff;
	letter-spacing: 3px;
}

.video_sec_play {
	display: inline-block;
	margin-bottom: 35px;
}

.video_sec_play:hover {
	transform: scale(.9);
}

.video_sec_desc {
	margin: 0 auto 40px;
	max-width: 570px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
}

.time_box {
	color: #98c6f3;
}

.time_box span {
	display: block;
	font-weight: 300;
	letter-spacing: 1px;
}



/* what can i dooo... VAT CAN I DOOOO???! */

.doit_item {
	position: relative;
	display: inline-block;
	width: 210px;
	height: 280px;
	vertical-align: top;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	padding-top: 100px;
}

.doit_item:nth-child(5n+5) {
	margin-right: 0;
}

.doit_item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35,67,138, .7);
	transition: all 0.2s ease-out;
}

.doit_item * {
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-out;
}

.doit_item div {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 70px;
	text-align: center;
}

.doit_item img {
	margin-bottom: 10px;
	width: auto !important;
	display: inline-block !important;
}

.doit_item span {
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 300;
	color: #fff;
}

.doit_item:hover::before {
	opacity: 0;
}

.doit_item:hover * {
	opacity: 0;
	visibility: hidden;
}


.row_contacts {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

h3.bold {
	font-size: 24px;
	color: #293ba4;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h3.bold + h5 {
	margin-top: -30px;
}

h5 {
	font-weight: 400;
	margin: 0;
	margin-bottom: 30px;
	color: #838383;
	font-size: 14px;
	letter-spacing: 1px;
}

.contact_cols {
	float: left;
	width: 100%;
}

.contact_col {
	display: table-cell;
	width: 27%;
	padding-right: 3%;
}

.contact_col:nth-child(3n+3) {
	margin-right: 0;
}

.contact_img {
	float: left;
	width: 216px;
	margin-right: 30px;
}

.contact_info {
	width: calc(100% - 246px);
	float: left;
	line-height: 1.4em;
	letter-spacing: 1px;
}

.contact_info p:first-child {
	margin-top: 0;
}

.contact_form_box {
	padding-left: 70px;
}



/* CONTACT FORM */

.contact_form {
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.contact_ip {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.contact_ip label {
	float: left;
	width: 110px;
	padding-top: 15px;
	color: #838383;font-weight: 500;
	font-size: 14px;
}

.contact_ip .input_text {
	float: right;
	width: calc(100% - 110px);
}

.input_text {
	width: 100%;
	max-width: 400px;
	height: 48px;
	background-color: #fff;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	padding: 0 20px;
	color: #393939;
	transition: all 0.2s ease-out;
}

.input_text:hover {
	border-color: #a7d0fd;
}

.input_text:focus {
	border-color: #293ba4;
}

.contact_ip.error .input_text,
.input_ib.error .input_text {
	border-color: #c01414;
}

.contact_ip.error label {
	color: #c01414;
}

.contact_ip textarea.input_text {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.contact_ip textarea.input_text:focus {
	margin-bottom: -102px;
	height: 150px;
}

.contact_form .button {
	width: 100%;
}

.map_box {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.map_info {
	float: left;
	width: 49%;
	max-width: 370px;
}

.map_info p:first-child {
	margin-top: 0;
}

.map_info p {
	margin-bottom: 40px;
}


/* ПРОЖИВАНИЕ */

.life_intro_left {
	float: left;
	width: calc(100% - 300px);
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
}

.life_intro_left p {
	margin-top: 0;
}

.life_intro_right {
	float: right;
	width: 270px;
}

.arrive_time,
.blue_block {
	float: left;
	width: 100%;
	max-width: 270px;
	background: #2739a3 url(../img/texture_blue.gif) repeat;
	color: #fff;
	border-radius: 30px;
	padding: 30px;
	padding-bottom: 15px;
	padding-left: 70px;
	box-shadow: 0px 10px 0px #d3e0f0;
	margin-bottom: 40px;
}

.arrive_time h4,
.blue_block h4 {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
}

.arrive_time h4::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: -50px;
	margin-top: 5px;
	background: url(../img/i_clock.png) no-repeat;
}

.blue_block {
	padding: 30px;
}

.blue_block p:last-child {
	margin-bottom: 0;
}



/* ПРОЖИВАНИЕ СПИСОК */

.life_list_box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	border-radius: 30px;
	padding: 12px;
	transition: all 0.2s ease-out;
}

.life_list_box:hover {
	box-shadow: 0px 6px 25px rgba(100,124,153, .2);
}

.life_list_imgs {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
	max-width: 560px;
	margin-bottom: -17px;
}

.life_list_imgs .ib {
	float: left;
	width: 100%;
}

.life_list_main_img {
	width: 99%;
	border-radius: 30px;
	margin-bottom: 10px;
}

.life_list_imgs_thumbs {
	width: 100%;
	float: left;
}

.life_list_imgs_thumbs a {
	display: inline-block;
	width: 31%;
	float: left;
	border-radius: 10px;
	margin-right: 3%;
	margin-bottom: 17px;
	overflow: hidden;
	opacity: .4;
}

.life_list_imgs_thumbs a:hover {
	opacity: .7;
}

.life_list_imgs_thumbs a.active {
	opacity: 1;
}

.life_list_imgs_thumbs a img {
	float: left;
}

.life_list_imgs_thumbs a:nth-child(3n+3) {
	margin-right: 0;
}

.life_list_info {
	float: right;
	width: 50%;
	padding-top: 30px;
	padding-left: 60px;
}

.life_list_info h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

.life_list_info h2 a {
	color: #5ea8e6;
	text-decoration: underline;
}

.life_list_info h2 a:hover {
	color: #c93636;
	text-decoration: none;
}

.life_list_params {
	display: block;
	margin-bottom: 20px;
}

.life_list_params span {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #707070;
}

.life_list_price {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 34px;
	color: #c93636;
	letter-spacing: 1px;
}

.life_list_goods_list {
	width: 100%;
	height: 340px;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.life_list_goods_list > ul,
.life_list_goods_list > .ib {
	display: inline-block;
}

.life_list_goods_list > .ib .button,
.life_list_goods_list > .ib .button-o {
	width: 100%;
	margin-bottom: 10px;
}

.life_list_goods_list > .ib .button-o:hover {
	background-color: inherit;
	color: inherit;
}

.life_list_goods_list > .ib .button-o:hover::after {
	margin-left: 15px;
	margin-right: -5px;
}

ul.dots,
ol.nums {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

ul.dots li,
ol.nums li {
	background: url(../img/li.png) no-repeat 2px 8px;
	padding-left: 25px;
	margin-bottom: 5px;
}

ol.nums li {
	padding-left: 0;
	background: none;
}

ul.dots li.noDot,
ol.nums li.noDot {
	background: none;
	padding-left: 0;
	letter-spacing: 1px;
}

ol.nums {
	counter-reset: list;
}

ol.nums li:not(.noDot)::before {
	counter-increment: list;
	content: counter(list) ".";
	color: #6a6e98;
	font-weight: 500;
	display: inline-block;
	width: 20px;
}

.life_photos_prev,
.life_photos_next {
	position: absolute;
	z-index: 2;
	top: 165px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: -12px;
	opacity: .3;
}

.life_photos_prev:hover,
.life_photos_next:hover {
	opacity: 1;
}

.life_photos_prev {
	background: url(../img/slider_arrow_left.png) no-repeat center center;
	left: 0;
	margin-left: 10px;
}

.life_photos_next {
	background: url(../img/slider_arrow_right.png) no-repeat center center;
	right: 1%;
	margin-right: 10px;
}



.life_page {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.life_page .life_list_box {
	border: none;
	box-shadow: none !important;
	padding: 0;
}

.life_page .life_list_info {
	padding-top: 0;
}

.life_page .life_list_params {
	margin-bottom: 40px;
}

.life_page .life_list_params span {
	font-size: 22px;
}

.alert_text {
	color: #c62b2b;
	font-style: italic;
	margin-bottom: 40px;
	font-weight: 500;
}

.life_time_pay {
	width: 100%;
	float: left;
}

.life_time_pay .ib {
	width: 48%;
	vertical-align: top;
}

.life_time_pay h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 15px;
}

.life_time_pay big {
	display: block;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
}

.annot_time {
	display: block;
	color: #838383;
	font-style: italic;
	font-weight: 500;
}



/* REVIEWS */

.rev_leftcol {
	float: left;
	width: calc(100% - 300px);
}

.rev_item {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 40px 60px;
	border: 2px solid #ddecfd;
	border-radius: 30px;
}

.rev_titles {
	float: left;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.rev_titles h3 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.rev_city {
	display: block;
	font-weight: 600;
}

.rev_date {
	float: right;
	font-size: 14px;
	color: #969696;
	font-weight: 500;
	letter-spacing: 1px;
}

.rev_desc {
	float: left;
	width: 100%;
	line-height: 29px;
	font-weight: 500;
	letter-spacing: 1px;
}

.rev_rightcol {
	float: right;
	width: 272px;
}

.rightmenu {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	max-width: 300px;
	border-radius: 30px;
	box-shadow: 0px 10px 0px #d3e0f0;
	border: 2px solid #b0b8c0;
	overflow: hidden;
}

.rightmenu li a {
	display: block;
	text-align: center;
	padding: 20px 10px;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #b0b8c0;
}

.rightmenu li:last-child a {
	border-bottom: none;
}

.rightmenu li:hover a {
	background-color: #eceff2;
}

.rightmenu li.current a {
	background-color: #e2e5e8;
}



.right_block {
	float: left;
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
	border-radius: 30px;
	border: 2px solid #ddecfd;
	background-color: #ebf5ff;
	overflow: hidden;
}

.rb_img_box {
	width: 100%;
}

.rb_img_box a:hover {
	opacity: .8;
}

.rb_inner {
	padding: 24px;
}

.rb_inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.rb_inner h3 a {
	text-decoration: underline;
	color: #5ea8e6;
}

.rb_inner h3 a:hover {
	text-decoration: none;
	color: #c62b2b;
}

.rb_desc {
	font-size: 16px;
	margin-bottom: 30px;
}

.rb_inner .button-o {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.rev_write_comment {
	display: inline-block;
	background-color: #eddada;
	color: #c62b2b;
	text-align: center;
	width: 100%;
	max-width: 565px;
	padding: 20px 10px;
	font-size: 22px;
	font-style: italic;
	border-radius: 30px;
}

.rev_write_comment span {
	display: inline-block;
	border-bottom: 1px dashed;
}

.rev_write_comment:hover {
	background-color: #c62b2b;
	color: #fff;
}


/* MODAL LEAVE REVIEW */

.modal {
	z-index: 2000;
}

.leave_comment_modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
	text-align: center;
	transform: scale(1.2);
	transition: all 0.3s ease;
}

.leave_comment_modal.opened {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.leave_comment_modal_content {
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 550px;
	margin-left: -435px;
	margin-top: -275px;
	border-radius: 30px;
	background: #fff;
	padding: 40px 130px;
}

.close_modal {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b3b3b3;
	font-size: 27px;
}

.leave_comment_modal_content h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #293ba4;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 30px;
}

.leave_comment_modal_content h5 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}

.leave_comment_form {
	float: left;
	width: 100%;
}

.leave_comment_form .input_ib {
	float: left;
	width: 48%;
}

.leave_comment_form .input_ib:nth-child(2n+2) {
	float: right;
}

.leave_comment_form .input_text {
	margin-bottom: 10px;
}

.leave_comment_form textarea.input_text {
	width: 100%;
	height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	resize: none;
}

.leave_comment_form .button {
	width: 100%;
	max-width: 400px;
}

.modal_overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* PAGINATE */

.paginate {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

.paginate li {
	display: inline-block;
}

.paginate li a {
	display: inline-block;
	min-width: 29px;
	height: 37px;
	line-height: 42px;
	color: #969696;
	font-weight: 600;
	font-size: 26px;
	border-radius: 8px;
}
.paginate li.disabled span {
	display: inline-block;
	min-width: 29px;
	height: 37px;
	line-height: 42px;
	color: #d5d5d5;
	font-weight: 600;
	font-size: 26px;
	border-radius: 8px;
}


.paginate li a:hover {
	background-color: #eceff2;
}

.paginate li.current a {
	background-color: #263c51;
	color: #fff;
}





/* PODRAZDEL */

.leftcol_w70 {
	float: left;
	width: calc(100% - 300px);
}

.rightcol_w30 {
	float: right;
	width: 270px;
}

.profiles_box {
	float: left;
	width: 100%;
}

.profile_item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 60px;
	max-width: 275px;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid #d9eafd;
	transition: box-shadow 0.2s ease-out;
}

.profile_item:nth-child(3n+3) {
	margin-right: 0;
}

.profile_img_box {
	float: left;
	width: 100%;
	height: 205px;
	overflow: hidden;
	border-radius: 28px 28px 0 0;
}

.profile_img_box a:hover {
	opacity: .8;
}

.profile_item_inner {
	float: left;
	width: 100%;
	padding: 30px;
}

.profile_item_inner h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.profile_item_inner h3 a {
	display: inline-block;
	color: #5ea8e6;
	text-decoration: underline;
}

.profile_item_inner h3 a:hover {
	color: #c62b2b;
	text-decoration: none;
}

.profile_item_desc {
	display: inline-block;
	width: 100%;
}

.profile_item_desc + center {
	display: block;
	margin-bottom: -20px;
}

.profile_item_more {
	display: inline-block;
	height: 0;
	color: #c62b2b;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
	font-weight: 500;
	overflow: hidden;
	transition: color 0.2s ease-out;
}

.profile_item:hover {
	position: relative;
	margin-bottom: 0px;
	box-shadow: 10px 20px 56px rgba(110,153,204, .2);
}

.profile_item:hover .profile_item_desc + center {
	margin-bottom: 0;
}

.profile_item:hover .profile_item_more {
	height: 24px;
	margin-top: 20px;
}



/* VIDEO GALLERY */

.video_gallery {
	float: left;
	width: 100%;
}

.video_item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	max-width: 370px;
	margin-right: 2%;
	margin-bottom: 40px;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid #e0eefd;
	background: #fff;
	color: inherit;
}

.video_item:nth-child(3n+3) {
	margin-right: 0;
}

.video_img_box {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	background: no-repeat top center;
	background-size: cover;
}

.video_img_box::before,
.video_item.blank::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,60,81, .8) url(../img/i_play.png) no-repeat 50% 60%;
	background-size: 51px auto;
	transition: all 0.2s ease;
}

.video_item.blank::after {
	background-image: none;
}

.video_item:hover .video_img_box::before {
	background-size: 40px auto;
}

.video_duration {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 40px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
}

.video_desc {
	float: left;
	width: 100%;
	padding: 40px;
	font-size: 14px;
}

.video_item.blank {
	position: relative;
}

.video_item.blank img {
	float: left;
}

.video_item.blank::after {
	background-position: 50% 50%;
	opacity: 0;
}

.video_item.blank:hover::after {
	opacity: 1;
}

.video_item.blank .video_duration {
	opacity: 0;
	transition: all 0.2s ease;
}

.video_item.blank:hover .video_duration {
	opacity: 1;
}


/* ALL ELEMENTS page */

.lead_block {
	display: inline-block;
	width: 100%;
	border-left: 3px solid #5ea8e6;
	padding-left: 22px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

.lead_block p:first-child {	margin-top: 5px; }
.lead_block p:last-child {	margin-bottom: 5px; }

h2.inline,
h3.inline {
	font-weight: 600;
	text-align: left;
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 2em;
	margin-bottom: 2em;
	letter-spacing: 1px;
	color: #293ba4;
}

h3.inline {
	font-size: 18px;
}

.leftcol_w70 img,
.rounded_images img {
	border-radius: 30px;
}

.shadow {
	box-shadow: -2px -2px 49px rgba(0,0,0, .14);
}

.podpis_img {
	box-shadow: 0px 30px 0px #d3e0f0;
}

.podpis_text {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	margin-top: -6px;
	padding: 0 20px;
}

.pl {
	padding-left: 30px !important;
}

.pr {
	padding-right: 30px !important;
}

.border_bottom {
	border-bottom: 1px solid #5ea8e6;
}

.photos_box {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.photo_s_item {
	width: 220px;
}

.photo_s_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 13px;
	margin-bottom: 20px;
	border-radius: 30px;
	border: 1px solid #d0e5fc;
	overflow: hidden;
}

.photos_box .photo_s_item:nth-child(5n+5) {
	margin-right: 0;
}

.photo_s_item img {
	float: left;
}

.photo_s_item::before,
.photo_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,60,81, .6);
	opacity: 0;
	transition: all 0.2s ease;
}

.photo_s_item:hover {
	transform: scale(1.1);
}

.photo_s_item:hover::before,
.photo_item:hover::before {
	opacity: 1;
}

.mb60 {
	margin-bottom: 60px;
}

.warning {
	position: relative;
	display: inline-block;
	background: url(../img/texture_blue.gif) repeat 10px -15px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	padding: 30px;
	margin-top: 36px;
	margin-bottom: 55px;
	letter-spacing: 1px;
	box-shadow: 0px 10px 0px #d3e0f0;
	border-radius: 0 20px 20px 20px;
}

.warning::before {
	content: 'Важно!';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 146px;
	height: 17px;
	padding-top: 19px;
	background: url(../img/warning_top.png) no-repeat top left;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

blockquote {
	position: relative;
	width: 100%;
	margin: 0;
	margin-top: 36px;
	margin-bottom: 60px;
	padding: 24px;
	padding-right: 60px;
	padding-left: 110px;
	background: #ebf5ff;
	border: 1px solid #d0e5fc;
	border-radius: 20px;
	font-size: 16px;
}

blockquote::before {
	content: '';
	position: absolute;
	top: 27px;
	left: 21px;
	width: 70px;
	height: 70px;
	background: url(../img/quote.png) no-repeat;
}

blockquote::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 37px;
	width: 36px;
	height: 24px;
	background: url(../img/blockquote_down.png) no-repeat;
}

.bq_author {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	margin-top: 37px;
	width: 100%;
	padding-left: 37px;
}

.bq_author big {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

.bq_author small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}

small {
	font-size: 12px;
	letter-spacing: 1px;
}

.annot {
	display: block;
}

.text_block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 436px;
	margin-bottom: 30px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #d0e5fc;
	transition: all 0.2s ease-out;
}

.text_block:hover {
	box-shadow: 0px 10px 40px rgba(0,0,0, .05);
}

.text_block.w3 {
	width: 31%;
	max-width: 270px;
	margin-right: 2.5%;
}

.text_block.w3:nth-child(3n+3) {
	margin-right: 0;
}

.tb_img_box {
	float: left;
	width: 100%;
	height: 200px;
}

.tb_inner {
	float: left;
	width: 100%;
	padding: 20px 30px;
}

.tb_inner p:first-child { margin-top: 0; }
.tb_inner p:last-child { margin-bottom: 0; }

.tb_inner h4 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.tb_inner h4 a {
	display: inline-block;
	color: #5ea8e6;
	text-decoration: underline;
}

.tb_inner h4 a:hover {
	color: #c01414;
	text-decoration: none;
}


.text_block.w5 {
	width: 47%;
	margin-right: 2%;
}

.text_block.w5 .tb_inner  {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}

.text_block.w5 .tb_inner h4 {
	font-size: 22px;
	font-weight: 500;
}

table.zebra {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 60px 0 60px;
	border: 1px solid #ecf6ff;
}

table.zebra::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 30px 30px 0 0;
	border: 1px solid #ecf6ff;
	border-bottom: none;
}

table.zebra::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 0 0 30px 30px;
	border: 1px solid #ecf6ff;
	border-top: none;
}

table.zebra th,
table.zebra td {
	padding: 15px 20px;
}

table.zebra th {
	font-size: 16px;
	padding-top: 0;
}

table.zebra tr:nth-child(even) td {
	background-color: #ecf6ff;
}

.photo_slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.file {
	min-height: 40px;
	margin-bottom: 20px;
	display: inline-block;
	padding-left: 50px;
	background: url(../img/file_doc.png) no-repeat 0px 0px;
}

.file span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: -7px;
}

.file a {
	font-size: 12px;
	text-decoration: underline;
	color: #293ba4;
}

.file a:hover {
	text-decoration: none;
	color: #c01414;
}

/* ACCORDION */

.accordion_box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.accordion_item {
	position: relative;
	margin-bottom: 10px;
	transition: all 0.2s ease-out;
}

.accordion_item h3 {
	position: relative;
	padding: 15px 20px;
	padding-right: 70px;
	margin: 0;
	background: #ebf5ff;
	cursor: pointer;
	border-radius: 20px;
	color: #293ba4;
	font-size: 16px;
	font-weight: 300;
}

.accordion_item h3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 27px;
	background: url(../img/ac_arrow.png) no-repeat;
	width: 22px;
	height: 13px;
	margin-top: -7px;
	transition: all 0.2s ease;
  transform: rotateX(180deg);
}

.accordion_item.active h3::after {
	transform: rotateX(0deg);
}

.accordion_item h3 span {
	display: inline-block;
	border-bottom: 1px dashed;
	transition: all 0.2s ease;
}

.accordion_item h3:hover span {
	border-bottom-color: transparent;
}

.ac_content {
	display: none;
	display: none;
	padding: 20px;
	padding-bottom: 30px;
}

.footnotes {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	padding-top: 15px;
}

.footnotes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 2px;
	background: #5ea8e6;
}


.fancybox-arrow--left {
	z-index: 99996 !important;
}

.fancybox-arrow--right {
	top: 0 !important;
    margin: 0px 0 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.fancybox-arrow--right:after {
	left: auto !important;
	right: 10px !important;
	top: 50% !important;
	margin-top: -22px !important;
}

#mmenu_button {
	display: none;
}

.button_bron_mobile {
	display: none;
}

#totop {
	position: fixed;
	z-index: 5000;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #293ba4;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	transition: background 0.2s ease;
}

#totop::after {
	content: '\f106';
	font-family: 'FontAwesome';
}

#totop:hover {
	background: #c01414;
}


.doit_carousel .owl-item {
	text-align: center;
}

.doit_carousel.owl-arrows .owl-prev,
.doit_carousel.owl-arrows .owl-next {
	opacity: 1;
	top: 85px;
	margin-top: 0 !important;
	transform: scale(.7);
}

.doit_carousel.owl-arrows .owl-next {
	right: -6%;
}

.doit_carousel.owl-arrows .owl-prev {
	left: -6%;
}

.doit_carousel.owl-arrows .owl-prev.disabled,
.doit_carousel.owl-arrows .owl-next.disabled {
	opacity: 0;
}

a.tel {
	color: inherit;
	cursor: text;
}

.map {
	width: 100%;
	height: 410px;
}


.mobile-content {
	display: none;
}










/* RESPONSIVE */
@media (max-width: 1200px) {
	.sec.footer_sec .fmenu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1170px) {
	.mobile-content {
		display: block;
	}
	.desktop-content {
		display: none;
	}

	.footer-links {
		margin-bottom: 15px;
	}

	.container {
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
	}

	.header_sec .container,
	.topmenu_sec .container {
		padding-left: 2%;
		padding-right: 2%;
	}

	.topmenu {
		display: none;
	}

	#mmenu_button {
		float: right;
		display: inline-block;
		height: 50px;
		line-height: 52px;
		padding: 0 15px;
		margin-top: 10px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		color: #293ba4;
		border-radius: 30px;
	}

	#mmenu_button .fa {
		margin-left: 7px;
		font-weight: bold;
	}

	#mmenu_button:hover {
		background: #293ba4;
		color: #fff;
	}

	.header_ib {
		margin-right: 3%;
	}

	.header_icon {
		margin-right: 15px;
	}

	.life_item {
		width: 31%;
	}

	.doit_item {
		margin-bottom: 20px;
	}

	.profile_item {
		margin-right: 1%;
	}

	.dots_nav .owl-nav {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.lech_item {
		margin-right: 2%;
		padding: 20px 25px;
	}

	.photo_item {
		width: 31%;
		max-width: 320px;
	}

	.owl-item .photo_item {
		width: 100%;
		height: auto;
	}

	.photos_gallery_box {
		width: 80%;
		margin-left: 0%;
	}

	.fmenu {
		column-gap: 30px;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
	}

	.fmenu > li {
		width: 100%;
	}

	.fmenu > li > a,
	.fsubmenu > li > a {
		letter-spacing: 0;
	}

	.photo_s_item {
		width: 18%;
		margin-right: 2%;
	}



}

















@media (max-width: 1100px) {

	.header_ib.contacts {
		margin-top: 10px;
	}

	.header_ib.bron {
		margin-top: 15px;
	}

	.header_ib.bron .button-o {
		display: none;
	}

	.header_ib.contacts {
		margin-top: 34px;
	}

	.header_ib.contacts span {
		margin-bottom: 12px;
	}

	.header_ib {
		margin-right: 5%;
	}

	.vrach_item {
		width: 48%;
		text-align: center;
	}

	.vrach_img {
		margin-right: 0;
		margin-bottom: 20px;
		display: inline-block;
		float: none;
	}

	.vrach_info {
		float: none;
		width: 100%;
	}

	.vrach_info .more {
		margin-left: 7px;
	}

	.life_inner {
		padding: 30px 20px;
	}

	.life_price {
		font-size: 30px;
	}

	.doit_item span {
		font-size: 18px;
	}

	.button,
	.button-o {
		padding-left: 30px;
		padding-right: 30px;
	}

	.leftcol_w70 .profile_item {
		width: 48%;
		margin-right: 1%;
		max-width: 320px;
	}

	.leftcol_w70 .profile_item:nth-child(3n+3) {
		margin-right: 1%;
	}

	.table_box {
		overflow-x: auto;
		padding-bottom: 20px;
	}

	.table_box::-webkit-scrollbar {
        height: 5px;
    }

    .table_box::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 3px;
    }

    .table_box::-webkit-scrollbar-track-piece {
        background: #ddd;
    }

    .button_bron_mobile {
    	display: block;
    	float: left;
		height: 50px;
		line-height: 46px;
		padding: 0 15px;
		margin-top: 10px;
		font-size: 16px;
    }

    .button_bron_mobile:hover {
    	color: #fff;
    	background-color: #293ba4;
    }

    .topmenu_sec_skelet {
    	width: 100%;
    	height: 71px;
    	float: left;
    }

    .topmenu_sec.fixed {
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 500;
    }

    .fmenu {
    	height: 500px;
    }


}










@media (max-width: 900px) {

	.header_sec {
		padding-top: 20px;
		height: 158px;
	}

	.header_ib.header_icons {
		display: none;
	}

	.header_ib.bron,
	.header_ib.contacts {
		margin-top: 35px;
	}

	.header_ib.contacts {
		float: right;
	}

	.header_ib {
		margin-right: 4%;
	}

	.doit_box {
		text-align: center;
	}

	.fcol.logo {
		width: 100%;
		margin-right: 0;
	}

	.logo_footer {
		float: left;
		width: 40%;
		margin-right: 30px;
	}

	.logo_footer img {
		float: left;
		margin-right: 20px;
	}

	.logo_footer span {
		padding-top: 30px;
		font-size: 18px;
		line-height: 1.4em;
		letter-spacing: 0;
	}

	.weather {
		float: left;
		padding-top: 33px;
	}

	.fmenu {
		width: 100%;
		height: 360px;
	}

	.frow.debug {
		text-align: center;
	}

	.frow.debug a.ib {
		float: none;
		margin-right: 0;
	}

	.video_desc {
		padding: 20px;
	}

	.row_contacts .w50 .contact_img {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contact_info {
		width: 100%;
	}

	.life_list_imgs {
		width: 40%;
	}

	.life_list_info {
		padding-left: 30px;
		width: 60%;
	}

	.life_img {
		height: 200px;
	}

	.life_inner h3 {
		font-size: 20px;
		text-align: center;
	}

	.life_params {
		width: 100%;
		text-align: center;
	}

	.life_params span {
		display: inline-block;
		margin: 0 5px;
	}

	.life_price {
		width: 100%;
		text-align: center;
	}

	.leave_comment_modal_content {
		width: 96%;
		left: 2%;
		margin-left: 0;
		height: 96%;
		top: 2%;
		margin-top: 0;
		overflow-y: scroll;
	}

	.photo_item {
		height: 210px;
	}

	.life_img img {
		height: 100%;
	}

	.photo_s_item {
		width: 22%;
		margin-right: 2% !important;
	}

	.leftcol_w70 .text_block.w3 {
		width: 47%;
	}

	.contact_form_box {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.table_box {
		width: 100%;
	}

	.dots_nav .owl-dots {
		bottom: 10px;
	}
	.contact_col {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

}











@media (max-width: 800px) {
	.podpis_text {
		display: none;
	}
	.podpis_img {
		box-shadow: none;
	}

	 .button-o {
		 display: block;
		 margin: 15px auto;
		 max-width: 300px;
	 }

	.header_ib.bron {
		margin-bottom: 10px;
	}

	.row_contacts .w50 {
		width: 100%;
	}

	.row_contacts .w50 .contact_img {
		float: left;
		width: auto;
		margin-right: 30px;
	}

	.contact_info {
		float: none;
		width: auto;
		display: inline;
	}

	.contact_form_box {
		padding-left: 0;
	}

	h1 {
		font-size: 32px;
	}

	.w100_mobile800 {
		width: 100%;
	}

	.photo_s_item {
		width: 30%;
	}

	.w100_mobile800.pl {
		padding-left: 0 !important;
	}

	.w100_mobile800.pr {
		padding-right: 0 !important;
	}

	.leftcol_w70.w100_mobile800 .text_block.w3 {
		width: 31%;
		max-width: 300px;
	}

	.fcol.logo {
		width: auto;
		margin-right: 30px;
	}

	.logo_footer {
		width: 300px;
	}

	.fmenu {
		margin-top: 54px;
		width: auto;
		height: auto;
		float: left;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
	}

	.fmenu > li:not(.fsocs) {
		display: none;
	}


}










@media (max-width: 740px) {



	.leftcol_w70 .profile_item {
		width: 100%;
		max-width: 100%;
	}

	.leftcol_w70 .profile_img_box {
		height: 225px;
	}

	.leave_comment_modal_content {
		padding: 40px;
	}

	.rev_item {
		padding: 40px 20px;
	}

	.rev_titles {
		margin-bottom: 0;
	}

	.rev_date {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.rev_desc {
		line-height: 1.4em;
	}

	.photo_item {
		height: 190px;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: -20px;
	}

	.life_item {
		width: 47%;
		margin-right: 2%;
	}

	.life_item:nth-child(3n+3) {
		margin-right: 2%;
	}

	.video_sec {
		min-height: 500px;
	}

	.video_sec .container {
		padding: 50px 0;
	}

	.life_list_imgs {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.life_list_imgs .ib,
	.life_list_imgs > .life_list_main_img {
		width: 60%;
	}

	.life_list_imgs_thumbs {
		width: 38%;
		float: right;
	}

	.life_list_info {
		width: 100%;
		padding-left: 0;
	}

	.life_photos_next {
		right: auto;
		left: 51%;
	}

	.life_list_params {
		margin-bottom: 20px;
	}

	.life_list_goods_list > ul,
	.life_list_goods_list > .ib {
		width: 100%;
	}

	.life_box {
		text-align: center;
	}

	.life_intro_left {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
	}

	.life_list_info {
		padding-top: 0;
	}

	.tb_img_box {
		height: auto;
	}

	.tb_inner {
		padding: 12px;
	}

	.w50.contact_form_box {
		width: 100%;
	}

	.photo_slider .owl-prev,
	.photo_slider .owl-next {
		transform: scale(.6);
	}

	.fmenu {
		margin-top: 0;
		width: 100%;
	}

	.fmenu > li {
		text-align: center;
	}


}













@media (max-width: 670px) {

	.lech_item {
		width: 47%;
		margin-right: 2% !important;
		margin-bottom: 18px;
	}

}











@media (max-width: 600px) {
	.rev_write_comment {
		margin-bottom: 30px;
	}
	.life_list .life_list_goods_list {
		display: none !important;
	}
	.life_list_goods_list {
		height: auto !important;
	}
	.text-block_w33 {
		width: 100% !important;
	}
	.hidden-xs {
		display: none;
	}
	.accordion_item h3 span {
		border-bottom: none;
	}
	.document.w3 {
		width: 100% !important;
	}
	.two-colomns {
		-moz-column-count: auto !important;
		-webkit-column-count: auto !important;
		column-count: auto !important;
	}
	.ac_content table.zebra th, .ac_content table.zebra td {
		display: block;
	}

	.photos_gallery_box {
		width: calc(100% - 140px);
	}

	h1 {
		font-size: 26px;
	}

	h2,
	.lech_sec h2 {
		font-size: 32px;
	}

	.programm_inner h3 {
		font-size: 18px;
	}

	.programm_inner {
		padding: 25px 20px;
	}

	.programm_desc {
		line-height: 1.4em;
	}

	.photo_item {
		height: auto;
	}

	.owl-arrows .owl-prev, .owl-arrows .owl-next {
		margin-top: -40px;
	}

	.life_intro_left {
		width: 100%;
	}

	.life_intro_right {
		width: 100%;
	}

	.life_intro_right .arrive_time {
		max-width: 100%;
	}

	.life_intro_right .arrive_time h4 br {
		display: none;
	}

	.mob_fleft {
		float: left !important;
	}

	.mob_fright {
		float: right !important;
	}

	.leftcol_w70.mob_fright,
	.rev_leftcol {
		width: 100%;
	}

	.rightcol_w30.mob_fleft,
	.rightcol_w30.mob_fleft .rightmenu,
	.rev_rightcol,
	.rev_rightcol .rightmenu {
		width: 100%;
		max-width: 100%;
	}

	.nomobile600 {
		display: none;
	}

	.leftcol_w70 .profile_item {
		width: 47%;
		margin-right: 2%;
	}

	.leftcol_w70 .profile_img_box {
		height: auto;
	}

	.profile_item_inner {
		padding: 10px 20px;
	}

	.leftcol_w70 {
		width: 100%;
		margin-bottom: 30px;
	}

	.rightcol_w30 {
		width: 100%;
	}

	.rb_img_box img {
		width: 100%;
	}

	.w100_mobile600 {
		text-align: center;
	}

	.rightmenu,
	.right_block,
	.blue_block {
		display: inline-block;
		float: none;
	}

	.leftcol_w70.w100_mobile800 .text_block.w3 {
		width: 47%;
	}

	.text_block h4 {
		font-size: 17px !important;
		line-height: 1.3em;
	}

	.footer_sec {
		padding-bottom: 40px;
	}

	.rightcol_w30.mob_fleft {
		display: none;
	}

	.nomobile600 {
		display: none;
	}

	.doit_carousel.owl-arrows .owl-prev {
		left: -7%;
	}

	.doit_carousel.owl-arrows .owl-next {
		right: -7%;
	}


}












@media (max-width: 572px) {

	.header_ib.logo span {
		display: none;
	}

	.header_ib.logo img {
		margin-right: 0;
	}

	.hs_infobox h2 {
		font-size: 34px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		transform: scale(.5);
	}

	.programms_box {
		text-align: center;
	}

	.programm_item {
		width: 100%;
		max-width: 370px;
	}

	.lech_item {
		width: 100%;
		max-width: 100%;
		min-height: 10px;
		margin-right: 0;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: -13px;
	}

	.vrachi_box {
		padding-left: 0;
		padding-right: 0;
	}

	.vrach_item {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.vrach_item:last-child {
		margin-bottom: 0;
	}

	.life_item {
		width: 100%;
	}

	.fcol.logo {
		text-align: center;
		margin-right: 0;
	}

	.logo_footer {
		float: none;
		display: inline-block;
		text-align: left;
		margin-right: 0;
		margin-bottom: 0;
	}

	.weather {
		width: 100%;
		margin-bottom: 30px;
	}

	.hs_infobox {
		margin: 40px 0;
	}

	.video_gallery {
		text-align: center;
	}

	.video_item {
		width: 100%;
		margin-right: 0;
	}

	.contact_col {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.row_contacts .w50 .contact_img {
		width: 100%;
		text-align: center;
	}

	.contact_info {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.map_box {
		width: 100%;
		margin-bottom: 30px;
	}

	.map_box iframe {
		height: 300px;
	}

	.map_info {
		width: 100%;
	}

	.albums_box {
		text-align: center;
	}

	.album_item {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.life_photos_next {
		left: auto;
		right: 2%;
	}

	.life_list_imgs_thumbs {
		width: 100%;
	}

	.life_list_imgs .ib,
	.life_list_imgs > .life_list_main_img {
		width: 100%;
		margin-right: 0;
	}

	.profiles_box {
		text-align: center;
	}

	.profile_item,
	.leftcol_w70 .profile_item {
		width: 100%;
		max-width: 370px;
		margin-right: 0;
	}

	.profile_item_inner h3 {
		font-size: 20px;
	}

}













@media (max-width: 500px) {

	.text_block  {
		width: 100% !important;
		max-width: 370px;
		margin-right: 0;
	}

	.centered_mobile500 {
		text-align: center;
	}

	.photo_slider {
		margin-bottom: 60px;
	}

	.photo_slider .owl-dots {
		bottom: -40px;
	}

	.photo_slider .owl-dots .owl-dot span {
		border-color: #000;
	}

	.photo_slider .owl-dot span::after {
		background: #000 !important;
	}

	.photo_s_item {
		width: 47%;
	}

	.life_list_info {
		padding-left: 2%;
		padding-right: 2%;
	}

}













@media (max-width: 460px) {

	.life_list_goods_list {
		height: auto;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}

}













@media (max-width: 400px) {


	.header_ib.bron, .header_ib.contacts {
		width: auto;
	}

	.header_ib .button-o {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header_ib.contacts span {
		letter-spacing: 0;
	}

	.header_ib.contacts a {
		font-size: 19px;
		letter-spacing: 0;
	}

	.hs_infobox h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.hs_desc {
		font-size: 14px;
		line-height: 1.4em;
	}

	.dots_nav .owl-nav .owl-prev {
		left: -3%;
	}

	.dots_nav .owl-nav .owl-next {
		right: -3%;
	}

	.photos_gallery_box {
		width: 100%;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: 0;
	}

	.owl-arrows .owl-prev {
		left: -55px;
	}

	.owl-arrows .owl-next {
		right: -55px;
	}

	.photos_gallery.owl-arrows .owl-prev,
	.photos_gallery.owl-arrows .owl-next {
		opacity: 1;
		top: 50%;
		width: 90px;
		height: 180px;
		background-position: center center;
	}

	.photos_gallery.owl-arrows .owl-prev {
		left: -30px;
		border-radius: 0 20px 20px 0;
	}

	.photos_gallery.owl-arrows .owl-next {
		right: -30px;
		border-radius: 20px 0 0 20px;
	}

	.doit_carousel.owl-arrows .owl-prev,
	.doit_carousel.owl-arrows .owl-next {
		opacity: 1;
		top: 85px;
	}

	.doit_carousel.owl-arrows .owl-next {
		right: -20px;
	}

	.doit_carousel.owl-arrows .owl-prev {
		left: -20px;
	}

	.life_page .life_list_params span {
		font-size: 19px;
		margin: 0 8px;
	}

	.life_list_params span {
		font-size: 17px;
		margin: 0 7px;
	}

	.life_list_price {
		font-size: 20px;
	}
	.life_list_info h2 {
		font-size: 20px;
	}

	.life_time_pay .ib {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.life_time_pay big {
		margin-bottom: 7px;
	}

	.life_page {
		margin-bottom: 0;
	}

	.leave_comment_form .input_ib {
		width: 100%;
	}

	.input_text {
		padding-top: 2px;
	}

	.text_block.w3 {
		max-width: 100% !important;
		margin-right: 0;
	}

	blockquote {
		padding: 20px;
	}

	blockquote::before {
		float: left;
		position: static;
		margin-right: 10px;
	}

	.w100_mobile800.pl .w50 {
		width: 100%;
	}

	.life_list_info {
		padding-left: 7%;
		padding-right: 7%;
	}

}

.program-item {
  display: block;
  position: relative;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}

.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(35,67,138, 0.7);
  transition: all 0.2s;
}

.inner-list .text_block:hover .hover-icon {
  opacity: 0;
}

.hover-icon img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
}

.life_item.info:hover {
  box-shadow: none;
}

.sec.footer_sec .fmenu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fmenu-last ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fsocs {
  margin-right: auto;
}

.fmenu-last li > a {
   display: inline-block;
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 30px;
   letter-spacing: 1px;
 }

.inner-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/*table.fixed-head {
  border-collapse: collapse;
  position: relative;
  width: 100%;
}

.fixed-head thead {
  position: relative;
  top: 0;
}

.fixed-head .thead--is-fixed {
  display: table;
  position: fixed;
  top: 0;
  background: #ecf6ff;
}

.fixed-head th {
  box-sizing: border-box;
  padding: 1rem 2rem;
}*/

table.fixed-head {
  display: block;
}

.fixed-head thead {
  background: #ecf6ff;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.fixed-head thead,
.fixed-head tbody,
.fixed-head tfoot {
  display: table;
  width: 100%;
}

@media (min-width: 1160px) {
  .fixed-head tr:first-child th:first-child {
    width: 380px;
  }
}

.photos_gallery_box--section {
  width: 100%;
  padding: 0 40px;
}

.photos_gallery_box--section .owl-arrows .owl-prev,
.photos_gallery_box--section .owl-arrows .owl-next {
	width: 30px;
	height: 60px;
}
.photos_gallery_box--section .owl-arrows .owl-prev {
	left: -45px;
	background-size: contain;
}

.photos_gallery_box--section .owl-arrows .owl-next {
	right: -45px;
	background-size: contain;
}

.photos_gallery_box--section .photo_item {
  width: auto;
  height: auto;
}

.owl-arrows .owl-prev,
.owl-arrows .owl-next {
    top: 50%;
    transform: translateY(-50%) !important;
}

@media (max-width: 740px) {
.owl-arrows .owl-prev, .owl-arrows .owl-next {
    margin-top: 0;
}
}

@media (max-width: 600px) {
.owl-arrows .owl-prev, .owl-arrows .owl-next {
    margin-top: 0;
}

}

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: rgba(38, 60, 81, 0.8);
  box-shadow: 0 3px 10px 0 #757575;
  z-index: 10000;
  font-size: 16px;
  line-height: 1.2em;
  display: none;
}

.cookies-popup__text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 150px);
  color: #fff;
}

@media (max-width: 480px) {
  .cookies-popup__text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.cookies-popup__text a {
  color: rgb(113, 226, 113);
  text-decoration: underline;
}

.cookies-popup__text a:hover {
  text-decoration: none;
}

.cookies-popup__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: rgb(91, 183, 91);
  border: 0px;
  padding: 6px 15px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 10px 0px 30px;
  color: rgb(255, 255, 255);
  transition: 0.25s;
  text-decoration: none !important;
}
.cookies-popup__btn:hover {
  color: #fff !important;
}
/*---------------------------*/

.popup-additional {
  padding: 20px 20px;
  text-align: center;
}

.popup-additional input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
}

.popup-additional label {
    cursor: pointer;
}

.popup-additional label span {
    line-height: 1.2em;
}

.bron-form h3 {
	text-align: center;
	margin: 40px 0;
}
.bron_ip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.bron_ip textarea {
	height: 204px;
	padding: 20px;
	max-width: 100%;
}
.help-block {
	font-size:12px;
}
.bron-form__top {
	display: flex;
	justify-content: space-between;

}
.bron-form__top .form-col {
	width: 45%;
}
.bron-form__bottom {
	display: flex;
	justify-content: space-between;
}
.bron-form__bottom input[type="number"] {
	max-width: 100px;
}
.bron-form__bottom label {
	padding-right: 20px;
}
.bron-submit {text-align: center;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #293ba4;
	background: #293ba4;
	color: #fff;
	text-align: center;
}
.ui-widget-header {
	border: none;
	background: #ffffff;
	color: #333333;
	font-weight: bold;
}
.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: 1px solid #a7d0fd;
	background: transparent;
	font-weight: normal;
	color: #454545;
	text-align: center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #a7d0fd;
	background: #a7d0fd;
	color: #fff;
	text-align: center;

}

@media (max-width: 767px) {
	.bron-form__top {
		flex-direction: column;
	}
	.bron-form__bottom {
		flex-direction: column;

	}
	.bron-form__bottom input[type="number"] {
		max-width: 100%;
	}
	.bron_ip .input_text {
		width: calc(100% - 110px);
	}
	.bron-form__top .form-col {
		width: 100%;
	}
	.bron_ip textarea.input_text {
		width: 100%;
	}
	.bron-submit {
		margin: 0;
	}
	.bron-form {
		padding: 0 !important;
	}
}

/*Blind version*/

.access {
	display: none;
}

.access-inner {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: auto;
	padding: 5px 0;
}

.header_ib.contacts .js-special-ver {
	display: inline-block;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 12px;
	color: #363636;
	vertical-align: middle;
	text-decoration: underline;
	cursor: pointer;
}
.header_ib.contacts .js-special-ver:hover {
	text-decoration: none;
}

.js-special-ver:before {
	content: "";
	background: url(../img/view.svg) no-repeat 0 0/contain;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
}
body.special-ver .a-fontsize {
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: transparent !important;
}
body.special-ver .a-fontsize div {
	background: transparent !important;
}
body.special-ver .a-fontsize .a-fontsize-small {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-fontsize .a-fontsize-normal {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 28px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-fontsize .a-fontsize-big {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 32px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-colors {
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: transparent !important;
}
body.special-ver .a-colors div {
	background: transparent !important;
}
body.special-ver .a-color1 {
	background: #fff !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #000 !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #000 !important;
}
body.special-ver .a-colors .a-color2 {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #fff !important;
}
body.special-ver .a-colors .a-color3 {
	background: #9dd1ff !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #063462 !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #063462 !important;
}
body.special-ver .a-images {
	display: flex;
	flex-grow: 1;
	align-items: center;
	background: transparent !important;
}
body.special-ver .remove-sp a {
	color: #000;
	text-decoration: underline;
	font-size: 18px !important;
	background: transparent !important;
}
body.special-ver .remove-sp a:hover {
	text-decoration: none;
}
body.special-ver .a-images button {
	background: transparent !important;
	border: 2px solid #000 !important;
	padding: 6px 25px;
	margin: 0 5px;
	border-radius: 15px;
	font-size: 18px !important;
	cursor: pointer;
	color: #000 !important;
}
body.special-ver .a-images__title, body.special-ver .a-colors__title, body.special-ver .a-fontsize__title {
	font-size: 16px !important;
	margin-right: 5px;
	font-weight: bold;
	background: transparent !important;
	color: #000 !important;
}
body.special-ver .access {
	display: block;
	background: #f4f4f4 !important;
}
body.special-ver .access-inner {
	background: transparent !important;
}
body.special-ver .header_ib.contacts .js-special-ver {
	display: none;
}
body.special-ver .img-turn__on.is-active, body.special-ver .img-turn__off.is-active {
	background: #000 !important;
	color: #fff !important;
}
body.special-ver.fontsize-small .a-fontsize-small {
	box-shadow: 0 5px 25px 0 #000;
}
body.special-ver.fontsize-normal .a-fontsize-normal {
	box-shadow: 0 5px 25px 0 #000;
}
body.special-ver.fontsize-big .a-fontsize-big {
	box-shadow: 0 5px 25px 0 #000;
}
body.fontsize-normal {
	font-size: 19px;
}
body.fontsize-normal .header_ib.logo span {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
body.fontsize-normal .header_icons {
	margin-top: 15px;
	margin-right: 20px;
}
body.fontsize-normal .header_ib.bron {
	margin-top: 15px;
}
body.fontsize-normal .header_ib {
	margin-right: 15px;
}
body.fontsize-normal .header_ib.contacts {
	margin-top: 0;
}
body.fontsize-normal .sm-text {
	font-size: 14px;
}
body.fontsize-normal .topmenu > li > a {
	font-size: 18px;
}
body.fontsize-normal .topmenu > li:first-child {
	margin-left: 0;
}
body.fontsize-normal .topmenu > li {
	margin-right: 20px;
	margin-left: 20px;
}
body.fontsize-normal .submenu li a {
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
body.fontsize-normal .hs_desc {
	font-size: 20px;
}
body.fontsize-normal .button-o {
	font-size: 18px;
}
body.fontsize-normal h2 {
	font-size: 44px;
}
body.fontsize-normal .programm_inner h3 {
	font-size: 26px;
}
body.fontsize-normal .programm_desc {
	font-size: 20px;
}
body.fontsize-normal .lech_desc {
	font-size: 21px;
}
body.fontsize-normal .life_info_desc p:first-child {
	font-size: 20px;
}
body.fontsize-normal .life_inner h3 {
	font-size: 26px;
}
body.fontsize-normal .life_params {
	font-size: 20px;
}
body.fontsize-normal .doit_item span {
	font-size: 24px;
}
body.fontsize-normal .fmenu > li > a {
	font-size: 24px;
}
body.fontsize-normal .logo_footer span {
	font-size: 18px;
}
body.fontsize-normal .fsubmenu > li > a {
	font-size: 18px;
}
body.fontsize-normal .fmenu-last li > a {
	font-size: 24px;
}
body.fontsize-normal .fcontacts {
	font-size: 20px;
}
body.fontsize-normal .frow.danger {
	font-size: 24px;
}
body.fontsize-normal .frow.debug {
	font-size: 15px;
}
body.fontsize-normal .header_icon {
	margin-right: 10px;
}
body.fontsize-normal .header_ib.contacts a {
	font-size: 26px;
}
body.fontsize-normal .bread li {
	font-size: 16px;
}
body.fontsize-normal h1 {
	font-size: 44px;
}
body.fontsize-normal .lead_block {
	font-size: 20px;
}
body.fontsize-normal .rightmenu li a {
	font-size: 20px;
}
body.fontsize-normal .rb_inner h3 {
	font-size: 22px;
}
body.fontsize-normal .rb_desc {
	font-size: 20px;
}
body.fontsize-normal .accordion_item h3 {
	font-size: 20px;
}
body.fontsize-normal .file span {
	font-size: 18px;
}
body.fontsize-normal .podpis_text {
	font-size: 18px;
}
body.fontsize-normal .file a {
	font-size: 16px;
}
body.fontsize-normal .tb_inner h4 {
	font-size: 20px;
}
body.fontsize-normal .life_list_goods_list {
	height: auto;
}
body.fontsize-normal .button {
	font-size: 18px;
}
body.fontsize-normal .life_list_goods_list {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

body.fontsize-big {
	font-size: 21px;
}
body.fontsize-big .header_ib.logo span {
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px;
}
body.fontsize-big .header_icons {
	margin-top: 15px;
	margin-right: 20px;
}
body.fontsize-big .header_ib.bron {
	margin-top: 17px;
}
body.fontsize-big .header_ib {
	margin-right: 15px;
}
body.fontsize-big .header_ib.contacts {
	margin-top: 0;
}
body.fontsize-big .sm-text {
	font-size: 16px;
}
body.fontsize-big .topmenu > li > a {
	font-size: 20px;
}
body.fontsize-big .topmenu > li:first-child {
	margin-left: 0;
}
body.fontsize-big .topmenu > li {
	margin-right: 20px;
	margin-left: 20px;
}
body.fontsize-big .submenu li a {
	font-size: 22px;
	padding-left: 5px;
	padding-right: 5px;
}
body.fontsize-big .hs_desc {
	font-size: 22px;
}
body.fontsize-big .button-o {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
body.fontsize-big h2 {
	font-size: 46px;
}
body.fontsize-big .programm_inner h3 {
	font-size: 28px;
}
body.fontsize-big .programm_desc {
	font-size: 22px;
}
body.fontsize-big .lech_desc {
	font-size: 23px;
}
body.fontsize-big .life_info_desc p:first-child {
	font-size: 22px;
}
body.fontsize-big .life_inner h3 {
	font-size: 28px;
}
body.fontsize-big .life_params {
	font-size: 22px;
}
body.fontsize-big .doit_item span {
	font-size: 26px;
}
body.fontsize-big .fmenu > li > a {
	font-size: 26px;
}
body.fontsize-big .logo_footer span {
	font-size: 20px;
}
body.fontsize-big .fsubmenu > li > a {
	font-size: 20px;
}
body.fontsize-big .fmenu-last li > a {
	font-size: 26px;
}
body.fontsize-big .fcontacts {
	font-size: 22px;
}
body.fontsize-big .frow.danger {
	font-size: 26px;
}
body.fontsize-big .frow.debug {
	font-size: 17px;
}
body.fontsize-big .header_icon {
	margin-right: 12px;
}
body.fontsize-big .header_ib.contacts a {
	font-size: 28px;
}
body.fontsize-big .bread li {
	font-size: 18px;
}
body.fontsize-big h1 {
	font-size: 46px;
}
body.fontsize-big .lead_block {
	font-size: 22px;
}
body.fontsize-big .rightmenu li a {
	font-size: 22px;
}
body.fontsize-big .rb_inner h3 {
	font-size: 24px;
}
body.fontsize-big .rb_desc {
	font-size: 22px;
}
body.fontsize-big .accordion_item h3 {
	font-size: 22px;
}
body.fontsize-big .file span {
	font-size: 20px;
}
body.fontsize-big .podpis_text {
	font-size: 20px;
}
body.fontsize-big .file a {
	font-size: 18px;
}
body.fontsize-big .tb_inner h4 {
	font-size: 22px;
}
body.fontsize-big .life_list_goods_list {
	height: auto;
}
body.fontsize-big .button {
	font-size: 20px;
}
body.fontsize-big .life_list_goods_list {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

body.color1 {
	background: #fff !important;
	color: #000 !important;
}
body.color1 * {
	color: #000 !important;
	border-color: #000 !important;
}
body.color1 .header_ib.logo img {
	filter: grayscale(100%);
}
body.color1 .hs_infobox, body.color1 h2, body.color1 h1, body.color1 .all_lech, body.color1 .lech_sec, body.color1 .doit_item::before, body.color1 .footer_sec, body.color1 .fsearch_input, body.color1 .right_block, body.color1 .arrive_time, body.color1 .blue_block, body.color1 #totop,
body.color1 .button, body.color1 .accordion_item h3, body.color1 .rev_write_comment {
	background: #fff;
}
body.color1 .fsearch_button {
	background-color: #000;
}
body.color1 .doit_item, body.color1 .fsearch_input, body.color1 .fsearch_button, body.color1 #totop, body.color1 .button, body.color1 .accordion_item h3, body.color1 .rev_write_comment {
	border: 1px solid;
}

body.color2 {
	background: #000 !important;
	color: #fff !important;
}
body.color2 * {
	color: #fff !important;
	border-color: #fff !important;
	background: #000 !important;
}
body.color2 .hs_infobox, body.color2 h2, body.color2 h1, body.color2 .all_lech, body.color2 .lech_sec, body.color2 .doit_item::before, body.color2 .footer_sec, body.color2 .fsearch_input, body.color2 .right_block, body.color2 .arrive_time, body.color2 .blue_block, body.color2 #totop,
body.color2 .button, body.color2 .accordion_item h3, body.color2 .rev_write_comment {
	background: #000;
}
body.color2 .fsearch_button {
	background-color: #fff;
}
body.color2 .doit_item, body.color2 .fsearch_input, body.color2 .fsearch_button, body.color2 #totop, body.color2 .button, body.color2 .accordion_item h3, body.color2 .rev_write_comment {
	border: 1px solid;
}

body.color3 {
	background-color: #9dd1ff !important;
	color: #063462 !important;
}
body.color3 * {
	color: #063462 !important;
	border-color: #063462 !important;
	background-color: #9dd1ff !important;
}
body.color3 .hs_infobox, body.color3 h2, body.color3 h1, body.color3 .all_lech, body.color3 .lech_sec, body.color3 .doit_item::before, body.color3 .footer_sec, body.color3 .fsearch_input, body.color3 .right_block, body.color3 .arrive_time, body.color3 .blue_block, body.color3 #totop,
body.color3 .button, body.color3 .accordion_item h3, body.color3 .rev_write_comment {
	background-color: #9dd1ff !important;
}
body.color3 .fsearch_button {
	background-color: #9dd1ff !important;
}
body.color3 .doit_item, body.color3 .fsearch_input, body.color3 .fsearch_button, body.color3 #totop, body.color3 .button, body.color3 .accordion_item h3, body.color3 .rev_write_comment {
	border: 1px solid;
}

body.special-ver .header_icon {
	opacity: 1;
}
body.special-ver .podpis_img {
	box-shadow: none;
}

body.no-image * {
	background-image: none !important;
}
body.no-image img {
	opacity: 0 !important;
}

@media (max-width: 767px) {
	.access-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 15px;
	}
	body.special-ver .a-colors, body.special-ver .a-fontsize {
		margin: 15px 0 ;
	}
	body.special-ver .header_ib {
		margin-right: 0;
	}
	body.fontsize-normal h2 {
		font-size: 30px;
	}
	body.special-ver .header_ib.bron {
		display: none;
	}


}

.new-booking h3 {
	text-align: center;
}

.new-booking h3.left {
	text-align: left;
}

.new-booking .input_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 400px;
	height: 48px;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	padding: 0 20px;
	color: #393939;
	transition: all 0.2s ease-out;
	background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234666CA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 12px 8px;
	background-position: 95% center;
}

.new-booking .sub-step {
	margin-bottom: 70px;
}

.new-booking .bron-form__bottom {
	justify-content: flex-start;
	position: relative;
	margin-bottom: 30px;
}

.new-booking .field-booking-begin_date,
.new-booking .field-booking-adult {
	margin-right: 40px;
}

.new-booking .help-block--new {
	right: 20px;
	bottom: auto;
	top: 10px;
	max-width: 300px;
	color: #cc0000;
	display: none;
}



.new-booking .sub-step-2 .bron_ip {
	margin-bottom: 0;
}

.new-booking__bottom-warning {
	display: flex;
	margin-top: 40px;
	display: none;
}

.new-booking__no-rooms {
	flex-basis: 700px;
	max-width: 700px;
	margin-right: auto;
}

.new-booking__bottom-warning .button {
	padding: 6px 25px 6px;
	font-size: 12px;
	flex-shrink: 0;
}

.step {
	margin-bottom: 70px;
}

.step-2__inner {
	display: flex;
	align-items: flex-start;
}
.new-booking__rooms-item {
	display: flex;
	align-items: center;
}

.custom-radio {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.custom-radio + label {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	border: 1px solid #293ba4;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.custom-radio + label:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
}

.custom-radio-control.active label:before {
	background-color: #293ba4;
}

.new-booking__main-content {
	flex-basis: 750px;
	max-width: 750px;
	margin-right: 40px;
}

.new-booking__main-content .life_list_imgs{
	width: 40%;
}

.new-booking__main-content .life_list_info{
	width: 60%;
	padding-top: 10px;
}

.new-booking__payment-type {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.new-booking__payment-name {
	font-size: 20px;
	line-height: 26px;
}

.new-booking--sidebar {
	flex-grow: 1;
	padding: 40px 25px;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	position: sticky;
	top:20px;
}

.new-booking__item {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}

.new-booking__param {
	border: 2px solid #d0e5fc;
	border-radius: 20px;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-booking__change {
	color: #293ba4;
	text-decoration: underline;
}

.new-booking__change:hover {
	color: #293ba4;
}

.new-booking__total {
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

.new-booking__total-one-day {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}

.new-booking__wrapper {
	display: flex;
	margin-bottom: 10px;
}

.new-booking .bron-submit {
	text-align: left;
}

.new-booking .life_list_price {
	font-size: 32px;
}

.payment-rules {
	margin-bottom: 20px;
	display: block;
}

@media (max-width: 1199px) {
	.new-booking .bron-form__top .form-col {
		width: 100%;
		max-width: 600px;
	}
	.new-booking--sidebar {
		position: static;
		max-width: 500px;
		margin-bottom: 60px;
	}
}

@media (max-width: 600px) {
	.new-booking .sub-step-2 .bron_ip {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.new-booking__wrapper {
		flex-direction: column;
	}

	.new-booking .life_list_box {
		display: flex;
		flex-direction: column;
	}
	.new-booking__main-content {
		margin-right: 0;
	}
	.custom-radio + label {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.new-booking__main-content .life_list_imgs {
		width: auto;
		float: none;
	}
	.new-booking__main-content .life_list_info {
		width: 100%;
		padding-top: 10px;
	}
	.new-booking .life_list_price {
		font-size: 22px;
	}
	.new-booking--sidebar {
		padding: 30px 10px;
	}
	.new-booking__payment-name {
		font-size: 16px;
		line-height: 22px;
	}
	.step-2 {
		margin-bottom: 0;
	}
}


.new-booking {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.step.step-1 {
	flex-shrink: 0;
	margin-right: 50px;
	max-width: 600px;
}


.new-booking .bron-form__top .bron_ip .control-label {
	margin-right: 20px;
}

.new-booking .bron-form__top .form-col {
	width: 100%;
}

.new-booking .sub-step-2 .field-booking-program {
	margin-right: 0;
	flex-grow: 1;
}

.new-booking__button {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 12px 47px 6px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #293ba4;
	font-size: 12px;
	border: none;
	border-radius: 10em;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.new-booking__button:hover {
	background-color: #c01414;
	color: #fff;
}

.new-booking .sub-step-2 .new-booking__inner {
	width: 100%;
}

@media (max-width: 1199px) {
	.new-booking {
		flex-wrap: wrap;
	}
	.step.step-1 {
		margin-bottom: 30px;
	}
}

.new-booking {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 600px) {
	.step.step-1 {
		max-width: 100%;
	}
}


.new-booking .multiple-input-list__btn {
	position: absolute;
	font-size: 42px;
	top: 27px;
	right: -25px;
	transform: translateY(-50%);
	color: #293ba4;
	cursor: pointer;
}

.new-booking .multiple-input-list.list-renderer .list-cell__button {
	position: relative;
	width: 0;
	padding-right: 0;
}

.new-booking .field-booking-adult input {
	max-width: 50px;
}

.new-booking .input_select {
	padding: 0 40px 0 20px;
}

@media (max-width: 600px) {
	.new-booking .multiple-input-list__btn {
		top: 24px;
		right: -15px;
	}
}


.custom-num {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	margin: 0;
	width: auto;
	text-align: center;
	padding: 12px;
}

.custom-num::-webkit-outer-spin-button,
.custom-num::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.help-block {
	font-size: 12px;
	position: absolute;
	width: auto;
	bottom: -25px;
	right: 16%;
	text-align: center;
	color: red;
}

.bron_ip {
	position: relative;
	margin-bottom: 25px;
}

.new-booking .multiple-input-list__btn {
	top: 24px;
	right: 17px;
}

.new-booking .js-input-plus.moved {
	top: 28px;
	right: -15px;
}

.new-booking .multiple-input-list.list-renderer .list-cell__button {
	width: 45px;
}

.contact-employees .text_block.w3 {
	max-width: none;
}
.contact-employees .text_block.w3 img {
	width: 100%;
	object-fit: cover;
}

.contact-employees__job {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-employees__name {
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}

.contact-employees__phone {
	display: block;
	color: blue;
	font-size: 16px;
	margin-bottom: 5px;
}

.contact-employees__mail {
	display: block;
	color: blue;
	font-size: 16px;
	margin-bottom: 15px;
}

.contact-employees__comment {
	font-size: 13px;
	line-height: 17px;
}

.contact-employees__mail:hover,
.contact-employees__phone:hover {
	color: blue;
}

@media (max-width: 991px) {
	.contact-employees .text_block.w3 {
		width: 47%;
		margin: 10px;
	}

	.contact-employees .text_block.w3:nth-child(3n+3) {
		margin: 10px;
	}

	.contact-employees__name {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.contact-employees .text_block.w3 {
		width: 100%;
		margin: 10px 0;
	}
}
=======


html {
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	color: #393939;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0;
}

.centered {
	text-align: center !important;
}

img {
	max-width: 100%;
}

hr {
	display: block;
	float: left;
	border: none;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	margin: 30px 0;
}

hr.blue {
	background: #5ea8e6;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 + hr {
	margin-top: 13px;
}

h2 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 300;
	color: #293ba4;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 40px;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

img.fleft,
img[align="left"] {
	margin-right: 30px;
	margin-bottom: 30px;
}

img.fright,
img[align="right"] {
	margin-left: 30px;
	margin-bottom: 30px;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 30%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w70 {
	width: 70%;
	display: block;
	float: left;
}

.w75 {
	width: 75%;
	display: block;
	float: left;
}

.w100 {
	width: 100% !important;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1170px;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #BD6F20;
	transition: all 0.2s ease-out;
}

a:hover {
	text-decoration: none;
	color: #761F18;
}


/* STYLES */

.header_sec {
	height: 185px;
	padding-top: 40px;
	background: url(../img/header_grad.gif) repeat-x top;
}

.header_ib {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
}

.header_ib:last-child {
	margin-right: 0;
}

.header_ib.logo img {
	float: left;
	margin-right: 20px;
}

.header_ib.logo span {
	float: left;
	color: #08166a;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-top: 39px;
}

.header_icons {
	margin-top: 36px;
}

.header_icon {
	display: inline-block;
	margin-right: 28px;
	text-align: center;
	opacity: .4;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.header_icon:last-child {
	margin-right: 0;
}

.header_icon:hover,
.header_icon.current {
	opacity: 1;
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.header_icon span {
	color: #393939;
}

.header_ib.bron {
	margin-top: 41px;
}

.button {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 12px 47px 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #293ba4;
	font-size: 14px;
	border: none;
	border-radius: 10em;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}

.button:hover {
	background-color: #c01414;
	color: #fff;
}

button.button {
	padding-top: 1px;
	padding-bottom: 0;
}

.button-o {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 10px 47px 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 700;
	color: #393939;
	font-size: 14px;
	border: 3px solid #c01414;
	border-radius: 10em;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}

.button-o:hover {
	background-color: #c01414;
	color: #fff;
}

.button-o.blue {
	border-color: #2739a3;
}

.button-o.blue:hover {
	background-color: #2739a3;
}

.button-o.arrow::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 10px;
	background: url(../img/arrow_right_gray.png) no-repeat;
	transition: all 0.2s ease-out;
}

.header_ib.contacts {
	text-align: center;
	margin-top: 24px;
}
.sm-text {
	font-size: 11px;
}

.header_ib.contacts span {
	display: block;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

.header_ib.contacts a {
	color: #c01414;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: text;
}


/* TOPEMNU */

.topmenu_sec {
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.topmenu > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: #393939;
	letter-spacing: 1px;
	border-bottom: 0px solid transparent;
	position: relative;
}
.topmenu > li:hover > a:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background: #233499;
	left: 0;
	bottom: -33px;

}

.topmenu > li:first-child  {
	margin-left: 0;
}

.topmenu > li:last-child  {
	margin-right: 0;
}

.topmenu > li.current > a {
	color: #233499;
}

.topmenu > li:hover  {
	color: #233499;

}


/* SUBMENU 1 */

.submenu {
	position: absolute;
	z-index: -1;
	top: 57%;
	left: 0;
	width: 200px;
	list-style-type: none;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	box-shadow: 0px 5px 18px rgba(27,42,68, .12);
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s ease 0.3s;
}

.submenu--multy {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
}


.topmenu > li.active  .submenu  {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.2s ease 0s;
}

.submenu li {
	position: relative;
}

.submenu--multy li {
	display: flex;
	width: 250px;
	flex-shrink: 0;
}

.submenu li a {
	display: block;
	padding: 15px 25px;
	background-color: #fff;
	border-bottom: 1px solid #ededf7;
	font-weight: 500;
	font-size: 14px;
	color: #393939;
}

.submenu--multy li a {
	width: 100%;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.2;
}

.submenu > li.current > a,
.submenu > li:hover > a,
.submenu3 > li.current > a,
.submenu3 > li:hover > a {
	color: #293ba4;
}

/* SUBMENU 2 */

.submenu3 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-left: 2px solid #ededf7;
	box-shadow: 5px 0px 18px rgba(27,42,68, .12);
	visibility: hidden;
	opacity: 0;
	transform-origin: 0 0;
	transform: scale(0.8);
	transition: all 0.2s ease;
}

.submenu > li:hover .submenu3 {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.2s ease;
}



/* CONTENT */

.content_sec {
	padding: 50px 0;
	background-color: #fff;
}

.topmenu_sec + .content_sec {
	background: url(../img/content_grad.gif) repeat-x top;
}

.bread {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.bread li {
	float: left;
	font-size: 12px;
}

.bread li a {
	color: #5ea8e6;
	text-decoration: underline;
}

.bread li a:hover {
	color: inherit;
	text-decoration: none;
}

.bread li::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: url(../img/bread_arrow.png) no-repeat 0px 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.bread li:last-child::after {
	display: none;
}

h1 {
	width: 100%;
	float: left;
	margin: 0;
	margin-bottom: 50px;
	font-size: 40px;
	color: #293ba4;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2em;
}


/* ALBUMS */

.albums_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.album_item {
	position: relative;
	display: inline-block;
	float: left;
	width: 32%;
	max-width: 370px;
	height: 270px;
	margin-right: 2%;
	margin-bottom: 35px;
	border-radius: 30px;
	background-color: #263c51;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.album_item:hover {
	color: #fff;
	box-shadow: 10px 20px 56px rgba(110,153,204, .3);
}

.album_item:nth-child(3n+3) {
	margin-right: 0;
}

.album_item::before,
.album_item.video::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #263c51;
	opacity: .8;
}

.album_item.video::after {
	z-index: 2;
	background-image: url(../img/i_play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	opacity: 1;
}

.album_item * {
	position: relative;
	z-index: 3;
}

.album_item h3 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 300;
	margin-top: 55px;
	margin-bottom: 0;
	padding: 0 17%;
	letter-spacing: 1px;
}

.album_item h3::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	margin-left: 5px;
	background: url(../img/i_arrow_right.png) no-repeat;
}

.album_item:hover h3 {
	text-decoration: underline;
}

.album_count {
	position: absolute;
	bottom: 44px;
	left: 0;
	width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
}


/* FOOTER */

.footer_sec {
	background-color: #263c51;
	padding: 50px 0 20px;
	color: #fff;
}

.frow {
	float: left;
	width: 100%;
}
.footer-links {
	float: left;
	margin-top: 8px;
	text-align: center;
}
.footer-links a {
	display: block;
	font-size: 16px;
	color: #fff;
    text-decoration: underline;
}
.footer-links a:hover {
	text-decoration: none;
	color: #fff;
}

.fcol {
	float: left;
	margin-right: 45px;
}

.fcol.logo {
	width: 170px;
}

.logo_footer {
	margin-bottom: 48px;
}

.logo_footer span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
}

.fmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 360px;
	width: calc(100% - 215px);
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-gap: 70px;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
}

.fmenu > li {
	display: inline-block;
	width: 230px;
}

.fmenu > li > a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-decoration: underline;
}

.fmenu > li > a:hover {
	text-decoration: underline;
}

.fsubmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fsubmenu > li > a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.fsubmenu > li > a:hover {
	text-decoration: none;
}

.weather {
	color: #8dace1;
	font-weight: 500;
	letter-spacing: 1px;
}

.weather h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.weather big {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 2px;
}

.fsocs a {
	opacity: .6;
	margin-right: 3px;
}

.fsocs a:hover {
	opacity: 1;
}

.fsearch_form {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 720px;
	margin-bottom: 25px;
}

.fsearch_input {
	width: 100%;
	background: #001e36;
	color: #fff;
	height: 68px;
	padding: 0 90px 0 30px;
	border: none;
	border-radius: 10em;
	font-size: 18px;
}

.fsearch_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	background: url(../img/i_search.png) no-repeat 50% 50%;
	background-color: #00355f;
	font-size: 0;
	color: transparent;
	border: none;
	border-radius: 90px;
	transition: all 0.2s ease-out;
}

.fsearch_button:hover {
	background-color: #c01414;
}

.fcontacts {
	text-align: center;
	color: #8dace1;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}

.fcontacts a {
	color: #8dace1;
	cursor: text;
}

.fcontacts .ib {
	margin: 0 30px;
}

.frow.danger {
	text-align: center;
	color: #8dace1;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 50px;
}

.frow.debug {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.frow.debug .ib {
	margin-right: 25px;
}

.frow.debug a.ib {
	float: right;
	color: #8dace1;
	text-decoration: underline;
}

.frow.debug a.ib:hover {
	color: #fff;
	text-decoration: none;
}




/* HOME SLIDER */

.home_slider {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e0e0e0;
}

.home_slider li {
	background-size: cover;
	min-height: 600px;
	float: left;
	width: 100%;
}

.hs_whole_link {
	float: left;
	width: 100%;
}

.home_slider .container {
	text-align: center;
}

.hs_infobox {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	color: #fff;
	margin: 120px 0;
	text-align: center;
	background: rgba(9,23,107, .8);
	border-radius: 30px;
	padding: 45px;
}

.hs_infobox h4 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.hs_infobox h2 {
	margin: 0;
	margin-bottom: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 1.1em;
}

.hs_desc {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 30px;
}

.hs_infobox .button-o {
	color: #fff;
}

.dots_nav .owl-nav {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -585px;
	width: 1170px;
}

.dots_nav .owl-nav .owl-prev,
.dots_nav .owl-nav .owl-next {
	position: absolute;
	width: 84px;
	height: 112px;
	opacity: .5;
	color: transparent;
	font-size: 0;
}

.dots_nav .owl-nav .owl-prev {
	left: 0;
	background: url(../img/slider_left.png) no-repeat center center;
}

.dots_nav .owl-nav .owl-next {
	right: 0;
	background: url(../img/slider_right.png) no-repeat center center;
}

.dots_nav .owl-nav .owl-prev:hover,
.dots_nav .owl-nav .owl-next:hover {
	opacity: 1;
}


.dots_nav .owl-dots {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.dots_nav .owl-dots .owl-dot {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

.dots_nav .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 10em;
	margin-bottom: -5px;
}

.dots_nav .owl-dots .owl-dot span::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 10em;
	background: #fff;
	transform: scale(0);
	transition: all 0.2s ease-out;
}

.dots_nav .owl-dots .owl-dot:hover span::after {
	transform: scale(0.5);
}

.dots_nav .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}


/* PROGRAMMS */

.programms_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.programm_item {
	display: none;
	vertical-align: top;
	width: 48%;
	text-align: left;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #d0e5fc;
	margin-bottom: 60px;
	transition: box-shadow 0.2s ease-out;
}

.programm_item:nth-child(1),
.programm_item:nth-child(2) {
	display: inline-block;
}

.programm_item:hover {
	box-shadow: 0px 12px 50px rgba(110,153,204, .16);
	margin-bottom: 34px;
}

.programm_img {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 265px;
	border-radius: 30px 30px 0 0;
}

.programm_img img {
	max-width: 300%;
	min-height: 100%;
}

.programm_inner {
	float: left;
	width: 100%;
	padding: 25px 36px;
}

.programm_inner h3 {
	color: #5ea8e6;
	font-size: 22px;
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 10px;
}

.programm_item:hover h3 {
	text-decoration: none;
}

.programm_desc {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	color: #393939;
	letter-spacing: 1px;
	margin-bottom: 20px;
    min-height: 224px;
}

.programm_see {
	font-size: 22px;
	color: #a54648;
	font-style: italic;
	border-bottom: 1px solid;
	display: none;
}

.programm_see::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	background: url(../img/arrow_right_red.png) no-repeat;
	margin-left: 5px;

}

.programm_item:hover .programm_see {
	display: inline-block;
}

.all_programms {
	display: inline-block;
	border-bottom: 1px dashed;
	color: #c01414;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
}

.all_programms  img {
	margin-left: 5px;
}



/* LECHENIE */

.lech_sec {
	background: url(../img/bg_lech.jpg);
	background-size: cover;
	color: #fff;
	padding: 80px 0 90px;
}

.lech_sec h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
}

.lech_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.lech_item {
	display: none;
	vertical-align: top;
	width: 30%;
	max-width: 350px;
	min-height: 235px;
	background: url(../img/lech_1.svg);
	border-radius: 30px;
	background: #fff;
	padding: 45px;
	margin-bottom: 30px;
	margin-right: 50px;
	text-align: center;
	color: #393939;
	transition: all 0.2s ease-out;
}

.lech_item:nth-child(1),
.lech_item:nth-child(2),
.lech_item:nth-child(3),
.lech_item:nth-child(4),
.lech_item:nth-child(5),
.lech_item:nth-child(6) {
	display: inline-block;
}

.lech_item:hover {
	color: #393939;
	transform: scale(0.95);
}

.lech_item:nth-child(3n+3) {
	margin-right: 0;
}

.lech_img {
	height: 60px;
	margin-bottom: 10px;
}

.lech_desc {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
}

.lech_desc::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 10px;
	margin-left: 10px;
	background: url(../img/arrow_right_gray.png) no-repeat;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.lech_item:hover .lech_desc::after {
	opacity: 1;
	visibility: visible;
}

.all_lech {
	display: inline-block;
	background: rgba(255,255,255, .2);
	border-radius: 10em;
	height: 72px;
	width: 100%;
	max-width: 570px;
	text-align: center;
	padding: 0 30px;
	padding-top: 21px;
	font-size: 22px;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
}

.all_lech span {
	display: inline-block;
	border-bottom: 1px dashed;
}

.all_lech img {
	margin-left: 10px;
}

.all_lech:hover {
	color: #fff;
	background: rgba(255,255,255, .4);
}


/* SECTION PHOTO CAROUSEL */

.photos_index_sec {
	background: url(../img/bg_photo_gal_index.gif) repeat;
	border-radius: 30px;
	border: 2px solid #e0e6ff;
	overflow: hidden;
	margin-top: -30px;
	padding: 60px 0;
}

.photos_index_sec .container {
	text-align: center;
}

.photos_gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 50px;
}

.photo_item {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 230px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #d0e5fc;
}

.photos_gallery_box {
	display: inline-block;
	width: 1020px;
}

.owl-arrows .owl-prev,
.owl-arrows .owl-next {
	position: absolute;
	top: 60px;
	width: 54px;
	height: 112px;
	color: transparent;
	font-size: 0;
	opacity: .5;
}

.owl-arrows .owl-prev {
	background: url(../img/slider_left_b.png) no-repeat;
	left: -70px;
}

.owl-arrows .owl-next {
	background: url(../img/slider_right_b.png) no-repeat;
	right: -70px;
}

.owl-arrows .owl-prev:hover,
.owl-arrows .owl-next:hover {
	opacity: 1;
}

.vrachi_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 70px;
}

.vrach_item {
	float: left;
	width: 47%;
	margin-bottom: 40px;
}

.vrach_item:nth-child(2n+2) {
	float: right;
}

.vrach_img {
	width: 176px;
	height: 176px;
	border-radius: 10em;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	box-shadow: -5px 5px 10px rgba(0,0,0, .2);
}

.vrach_info {
	float: left;
	width: calc(100% - 246px);
}

.vrach_info h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.vrach_info h3 a {
	color: inherit;
}

.vrach_info h3 a:hover {
	text-decoration: underline;
}

.vrach_desc {
	font-size: 14px;
}

.more {
	color: #5ea8e6;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 1px;
}

.more:hover {
	text-decoration: none;
}

.all_vrachi {
	display: inline-block;
	font-size: 22px;
	color: #c01414;
	font-weight: 500;
	border-bottom: 1px solid;
}

.all_vrachi img {
	margin-left: 5px;
}

.all_vrachi:hover {
	border-bottom-color: transparent;
}


/* ПРОЖИВАНИЕ СЕКЦИЯ */

.life_box {
	float: left;
	width: 100%;
}

.life_item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	max-width: 370px;
	margin-right: 2%;
	margin-bottom: 60px;
	border-radius: 30px;
	border: 1px solid #d2e6fc;
	color: inherit;
	overflow: hidden;
	transition: all 0.2s ease-out;
}

.life_item:hover {
	color: inherit;
	box-shadow: 10px 20px 56px rgba(110,153,204, .2);
}

.life_item:nth-child(3n+3) {
	margin-right: 0;
}

.life_img {
	width: 100%;
	height: 265px;
	overflow: hidden;
}

.life_img img {
	min-height: 100%;
	max-width: 300%;
}

.life_inner {
	float: left;
	width: 100%;
	padding: 35px 40px;
}

.life_inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
}

.life_inner h3 {
	color: #5ea8e6;
	text-decoration: underline;
	line-height: 1.3em;
}

.life_item:hover .life_inner h3 {
	text-decoration: none;
}

.life_params {
	float: left;
	font-weight: 500;
	font-size: 16px;
}

.life_params span {
	display: block;
}

.life_price {
	float: right;
	font-size: 34px;
	color: #08166a;
	font-weight: 300;
	padding-top: 15px;
}


.life_item.info {
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 10px;
}

.life_info_desc {
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.7em;
}

.life_info_desc p:first-child {
	margin-top: 0;
	font-size: 16px;
}

.life_info_desc a {
	color: #5ea8e6;
	text-decoration: underline;
}

.life_info_desc a:hover {
	text-decoration: none;
}


/* VIDEO SEC */

.video_sec {
	position: relative;
	background: url(../img/bg_video.jpg);
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	min-height: 610px;
	color: #fff;
}

.video_sec::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .8);
}

.video_sec .container {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 90px 0;
}

.video_sec h2 {
	color: #fff;
	letter-spacing: 3px;
}

.video_sec_play {
	display: inline-block;
	margin-bottom: 35px;
}

.video_sec_play:hover {
	transform: scale(.9);
}

.video_sec_desc {
	margin: 0 auto 40px;
	max-width: 570px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
}

.time_box {
	color: #98c6f3;
}

.time_box span {
	display: block;
	font-weight: 300;
	letter-spacing: 1px;
}



/* what can i dooo... VAT CAN I DOOOO???! */

.doit_item {
	position: relative;
	display: inline-block;
	width: 210px;
	height: 280px;
	vertical-align: top;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	padding-top: 100px;
}

.doit_item:nth-child(5n+5) {
	margin-right: 0;
}

.doit_item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35,67,138, .7);
	transition: all 0.2s ease-out;
}

.doit_item * {
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-out;
}

.doit_item div {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 70px;
	text-align: center;
}

.doit_item img {
	margin-bottom: 10px;
	width: auto !important;
	display: inline-block !important;
}

.doit_item span {
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 300;
	color: #fff;
}

.doit_item:hover::before {
	opacity: 0;
}

.doit_item:hover * {
	opacity: 0;
	visibility: hidden;
}


.row_contacts {
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

h3.bold {
	font-size: 24px;
	color: #293ba4;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h3.bold + h5 {
	margin-top: -30px;
}

h5 {
	font-weight: 400;
	margin: 0;
	margin-bottom: 30px;
	color: #838383;
	font-size: 14px;
	letter-spacing: 1px;
}

.contact_cols {
	float: left;
	width: 100%;
}

.contact_col {
	display: table-cell;
	width: 27%;
	padding-right: 3%;
}

.contact_col:nth-child(3n+3) {
	margin-right: 0;
}

.contact_img {
	float: left;
	width: 216px;
	margin-right: 30px;
}

.contact_info {
	width: calc(100% - 246px);
	float: left;
	line-height: 1.4em;
	letter-spacing: 1px;
}

.contact_info p:first-child {
	margin-top: 0;
}

.contact_form_box {
	padding-left: 70px;
}



/* CONTACT FORM */

.contact_form {
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.contact_ip {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.contact_ip label {
	float: left;
	width: 110px;
	padding-top: 15px;
	color: #838383;font-weight: 500;
	font-size: 14px;
}

.contact_ip .input_text {
	float: right;
	width: calc(100% - 110px);
}

.input_text {
	width: 100%;
	max-width: 400px;
	height: 48px;
	background-color: #fff;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	padding: 0 20px;
	color: #393939;
	transition: all 0.2s ease-out;
}

.input_text:hover {
	border-color: #a7d0fd;
}

.input_text:focus {
	border-color: #293ba4;
}

.contact_ip.error .input_text,
.input_ib.error .input_text {
	border-color: #c01414;
}

.contact_ip.error label {
	color: #c01414;
}

.contact_ip textarea.input_text {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.contact_ip textarea.input_text:focus {
	margin-bottom: -102px;
	height: 150px;
}

.contact_form .button {
	width: 100%;
}

.map_box {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.map_info {
	float: left;
	width: 49%;
	max-width: 370px;
}

.map_info p:first-child {
	margin-top: 0;
}

.map_info p {
	margin-bottom: 40px;
}


/* ПРОЖИВАНИЕ */

.life_intro_left {
	float: left;
	width: calc(100% - 300px);
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
}

.life_intro_left p {
	margin-top: 0;
}

.life_intro_right {
	float: right;
	width: 270px;
}

.arrive_time,
.blue_block {
	float: left;
	width: 100%;
	max-width: 270px;
	background: #2739a3 url(../img/texture_blue.gif) repeat;
	color: #fff;
	border-radius: 30px;
	padding: 30px;
	padding-bottom: 15px;
	padding-left: 70px;
	box-shadow: 0px 10px 0px #d3e0f0;
	margin-bottom: 40px;
}

.arrive_time h4,
.blue_block h4 {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
}

.arrive_time h4::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: -50px;
	margin-top: 5px;
	background: url(../img/i_clock.png) no-repeat;
}

.blue_block {
	padding: 30px;
}

.blue_block p:last-child {
	margin-bottom: 0;
}



/* ПРОЖИВАНИЕ СПИСОК */

.life_list_box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	border-radius: 30px;
	padding: 12px;
	transition: all 0.2s ease-out;
}

.life_list_box:hover {
	box-shadow: 0px 6px 25px rgba(100,124,153, .2);
}

.life_list_imgs {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
	max-width: 560px;
	margin-bottom: -17px;
}

.life_list_imgs .ib {
	float: left;
	width: 100%;
}

.life_list_main_img {
	width: 99%;
	border-radius: 30px;
	margin-bottom: 10px;
}

.life_list_imgs_thumbs {
	width: 100%;
	float: left;
}

.life_list_imgs_thumbs a {
	display: inline-block;
	width: 31%;
	float: left;
	border-radius: 10px;
	margin-right: 3%;
	margin-bottom: 17px;
	overflow: hidden;
	opacity: .4;
}

.life_list_imgs_thumbs a:hover {
	opacity: .7;
}

.life_list_imgs_thumbs a.active {
	opacity: 1;
}

.life_list_imgs_thumbs a img {
	float: left;
}

.life_list_imgs_thumbs a:nth-child(3n+3) {
	margin-right: 0;
}

.life_list_info {
	float: right;
	width: 50%;
	padding-top: 30px;
	padding-left: 60px;
}

.life_list_info h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

.life_list_info h2 a {
	color: #5ea8e6;
	text-decoration: underline;
}

.life_list_info h2 a:hover {
	color: #c93636;
	text-decoration: none;
}

.life_list_params {
	display: block;
	margin-bottom: 20px;
}

.life_list_params span {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #707070;
}

.life_list_price {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 34px;
	color: #c93636;
	letter-spacing: 1px;
}

.life_list_goods_list {
	width: 100%;
	height: 340px;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.life_list_goods_list > ul,
.life_list_goods_list > .ib {
	display: inline-block;
}

.life_list_goods_list > .ib .button,
.life_list_goods_list > .ib .button-o {
	width: 100%;
	margin-bottom: 10px;
}

.life_list_goods_list > .ib .button-o:hover {
	background-color: inherit;
	color: inherit;
}

.life_list_goods_list > .ib .button-o:hover::after {
	margin-left: 15px;
	margin-right: -5px;
}

ul.dots,
ol.nums {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

ul.dots li,
ol.nums li {
	background: url(../img/li.png) no-repeat 2px 8px;
	padding-left: 25px;
	margin-bottom: 5px;
}

ol.nums li {
	padding-left: 0;
	background: none;
}

ul.dots li.noDot,
ol.nums li.noDot {
	background: none;
	padding-left: 0;
	letter-spacing: 1px;
}

ol.nums {
	counter-reset: list;
}

ol.nums li:not(.noDot)::before {
	counter-increment: list;
	content: counter(list) ".";
	color: #6a6e98;
	font-weight: 500;
	display: inline-block;
	width: 20px;
}

.life_photos_prev,
.life_photos_next {
	position: absolute;
	z-index: 2;
	top: 165px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: -12px;
	opacity: .3;
}

.life_photos_prev:hover,
.life_photos_next:hover {
	opacity: 1;
}

.life_photos_prev {
	background: url(../img/slider_arrow_left.png) no-repeat center center;
	left: 0;
	margin-left: 10px;
}

.life_photos_next {
	background: url(../img/slider_arrow_right.png) no-repeat center center;
	right: 1%;
	margin-right: 10px;
}



.life_page {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.life_page .life_list_box {
	border: none;
	box-shadow: none !important;
	padding: 0;
}

.life_page .life_list_info {
	padding-top: 0;
}

.life_page .life_list_params {
	margin-bottom: 40px;
}

.life_page .life_list_params span {
	font-size: 22px;
}

.alert_text {
	color: #c62b2b;
	font-style: italic;
	margin-bottom: 40px;
	font-weight: 500;
}

.life_time_pay {
	width: 100%;
	float: left;
}

.life_time_pay .ib {
	width: 48%;
	vertical-align: top;
}

.life_time_pay h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 15px;
}

.life_time_pay big {
	display: block;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
}

.annot_time {
	display: block;
	color: #838383;
	font-style: italic;
	font-weight: 500;
}



/* REVIEWS */

.rev_leftcol {
	float: left;
	width: calc(100% - 300px);
}

.rev_item {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 40px 60px;
	border: 2px solid #ddecfd;
	border-radius: 30px;
}

.rev_titles {
	float: left;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.rev_titles h3 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.rev_city {
	display: block;
	font-weight: 600;
}

.rev_date {
	float: right;
	font-size: 14px;
	color: #969696;
	font-weight: 500;
	letter-spacing: 1px;
}

.rev_desc {
	float: left;
	width: 100%;
	line-height: 29px;
	font-weight: 500;
	letter-spacing: 1px;
}

.rev_rightcol {
	float: right;
	width: 272px;
}

.rightmenu {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	max-width: 300px;
	border-radius: 30px;
	box-shadow: 0px 10px 0px #d3e0f0;
	border: 2px solid #b0b8c0;
	overflow: hidden;
}

.rightmenu li a {
	display: block;
	text-align: center;
	padding: 20px 10px;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #b0b8c0;
}

.rightmenu li:last-child a {
	border-bottom: none;
}

.rightmenu li:hover a {
	background-color: #eceff2;
}

.rightmenu li.current a {
	background-color: #e2e5e8;
}



.right_block {
	float: left;
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
	border-radius: 30px;
	border: 2px solid #ddecfd;
	background-color: #ebf5ff;
	overflow: hidden;
}

.rb_img_box {
	width: 100%;
}

.rb_img_box a:hover {
	opacity: .8;
}

.rb_inner {
	padding: 24px;
}

.rb_inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.rb_inner h3 a {
	text-decoration: underline;
	color: #5ea8e6;
}

.rb_inner h3 a:hover {
	text-decoration: none;
	color: #c62b2b;
}

.rb_desc {
	font-size: 16px;
	margin-bottom: 30px;
}

.rb_inner .button-o {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.rev_write_comment {
	display: inline-block;
	background-color: #eddada;
	color: #c62b2b;
	text-align: center;
	width: 100%;
	max-width: 565px;
	padding: 20px 10px;
	font-size: 22px;
	font-style: italic;
	border-radius: 30px;
}

.rev_write_comment span {
	display: inline-block;
	border-bottom: 1px dashed;
}

.rev_write_comment:hover {
	background-color: #c62b2b;
	color: #fff;
}


/* MODAL LEAVE REVIEW */

.modal {
	z-index: 2000;
}

.leave_comment_modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
	text-align: center;
	transform: scale(1.2);
	transition: all 0.3s ease;
}

.leave_comment_modal.opened {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.leave_comment_modal_content {
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	width: 870px;
	/*height: 550px;*/
	height: auto;
	margin-left: -435px;
	margin-top: -275px;
	border-radius: 30px;
	background: #fff;
	padding: 40px 130px;
}

.close_modal {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b3b3b3;
	font-size: 27px;
}

.leave_comment_modal_content h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #293ba4;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 30px;
}

.leave_comment_modal_content h5 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}

.leave_comment_form {
	float: left;
	width: 100%;
}

.leave_comment_form .input_ib {
	float: left;
	width: 48%;
}

.leave_comment_form .input_ib:nth-child(2n+2) {
	float: right;
}

.leave_comment_form .input_text {
	margin-bottom: 10px;
}

.leave_comment_form textarea.input_text {
	width: 100%;
	height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	resize: none;
}

.leave_comment_form .button {
	width: 100%;
	max-width: 400px;
}

.modal_overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* PAGINATE */

.paginate {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

.paginate li {
	display: inline-block;
}

.paginate li a {
	display: inline-block;
	min-width: 29px;
	height: 37px;
	line-height: 42px;
	color: #969696;
	font-weight: 600;
	font-size: 26px;
	border-radius: 8px;
}
.paginate li.disabled span {
	display: inline-block;
	min-width: 29px;
	height: 37px;
	line-height: 42px;
	color: #d5d5d5;
	font-weight: 600;
	font-size: 26px;
	border-radius: 8px;
}


.paginate li a:hover {
	background-color: #eceff2;
}

.paginate li.current a {
	background-color: #263c51;
	color: #fff;
}





/* PODRAZDEL */

.leftcol_w70 {
	float: left;
	width: calc(100% - 300px);
}

.rightcol_w30 {
	float: right;
	width: 270px;
}

.profiles_box {
	float: left;
	width: 100%;
}

.profile_item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 60px;
	max-width: 275px;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid #d9eafd;
	transition: box-shadow 0.2s ease-out;
}

.profile_item:nth-child(3n+3) {
	margin-right: 0;
}

.profile_img_box {
	float: left;
	width: 100%;
	height: 205px;
	overflow: hidden;
	border-radius: 28px 28px 0 0;
}

.profile_img_box a:hover {
	opacity: .8;
}

.profile_item_inner {
	float: left;
	width: 100%;
	padding: 30px;
}

.profile_item_inner h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.profile_item_inner h3 a {
	display: inline-block;
	color: #5ea8e6;
	text-decoration: underline;
}

.profile_item_inner h3 a:hover {
	color: #c62b2b;
	text-decoration: none;
}

.profile_item_desc {
	display: inline-block;
	width: 100%;
}

.profile_item_desc + center {
	display: block;
	margin-bottom: -20px;
}

.profile_item_more {
	display: inline-block;
	height: 0;
	color: #c62b2b;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
	font-weight: 500;
	overflow: hidden;
	transition: color 0.2s ease-out;
}

.profile_item:hover {
	position: relative;
	margin-bottom: 0px;
	box-shadow: 10px 20px 56px rgba(110,153,204, .2);
}

.profile_item:hover .profile_item_desc + center {
	margin-bottom: 0;
}

.profile_item:hover .profile_item_more {
	height: 24px;
	margin-top: 20px;
}



/* VIDEO GALLERY */

.video_gallery {
	float: left;
	width: 100%;
}

.video_item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	max-width: 370px;
	margin-right: 2%;
	margin-bottom: 40px;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid #e0eefd;
	background: #fff;
	color: inherit;
}

.video_item:nth-child(3n+3) {
	margin-right: 0;
}

.video_img_box {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	background: no-repeat top center;
	background-size: cover;
}

.video_img_box::before,
.video_item.blank::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,60,81, .8) url(../img/i_play.png) no-repeat 50% 60%;
	background-size: 51px auto;
	transition: all 0.2s ease;
}

.video_item.blank::after {
	background-image: none;
}

.video_item:hover .video_img_box::before {
	background-size: 40px auto;
}

.video_duration {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 40px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
}

.video_desc {
	float: left;
	width: 100%;
	padding: 40px;
	font-size: 14px;
}

.video_item.blank {
	position: relative;
}

.video_item.blank img {
	float: left;
}

.video_item.blank::after {
	background-position: 50% 50%;
	opacity: 0;
}

.video_item.blank:hover::after {
	opacity: 1;
}

.video_item.blank .video_duration {
	opacity: 0;
	transition: all 0.2s ease;
}

.video_item.blank:hover .video_duration {
	opacity: 1;
}


/* ALL ELEMENTS page */

.lead_block {
	display: inline-block;
	width: 100%;
	border-left: 3px solid #5ea8e6;
	padding-left: 22px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

.lead_block p:first-child {	margin-top: 5px; }
.lead_block p:last-child {	margin-bottom: 5px; }

h2.inline,
h3.inline {
	font-weight: 600;
	text-align: left;
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 2em;
	margin-bottom: 2em;
	letter-spacing: 1px;
	color: #293ba4;
}

h3.inline {
	font-size: 18px;
}

.leftcol_w70 img,
.rounded_images img {
	border-radius: 30px;
}

.shadow {
	box-shadow: -2px -2px 49px rgba(0,0,0, .14);
}

.podpis_img {
	box-shadow: 0px 30px 0px #d3e0f0;
}

.podpis_text {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	margin-top: -6px;
	padding: 0 20px;
}

.pl {
	padding-left: 30px !important;
}

.pr {
	padding-right: 30px !important;
}

.border_bottom {
	border-bottom: 1px solid #5ea8e6;
}

.photos_box {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.photo_s_item {
	width: 220px;
}

.photo_s_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 13px;
	margin-bottom: 20px;
	border-radius: 30px;
	border: 1px solid #d0e5fc;
	overflow: hidden;
}

.photos_box .photo_s_item:nth-child(5n+5) {
	margin-right: 0;
}

.photo_s_item img {
	float: left;
}

.photo_s_item::before,
.photo_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,60,81, .6);
	opacity: 0;
	transition: all 0.2s ease;
}

.photo_s_item:hover {
	transform: scale(1.1);
}

.photo_s_item:hover::before,
.photo_item:hover::before {
	opacity: 1;
}

.mb60 {
	margin-bottom: 60px;
}

.warning {
	position: relative;
	display: inline-block;
	background: url(../img/texture_blue.gif) repeat 10px -15px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	padding: 30px;
	margin-top: 36px;
	margin-bottom: 55px;
	letter-spacing: 1px;
	box-shadow: 0px 10px 0px #d3e0f0;
	border-radius: 0 20px 20px 20px;
}

.warning::before {
	content: 'Важно!';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 146px;
	height: 17px;
	padding-top: 19px;
	background: url(../img/warning_top.png) no-repeat top left;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

blockquote {
	position: relative;
	width: 100%;
	margin: 0;
	margin-top: 36px;
	margin-bottom: 60px;
	padding: 24px;
	padding-right: 60px;
	padding-left: 110px;
	background: #ebf5ff;
	border: 1px solid #d0e5fc;
	border-radius: 20px;
	font-size: 16px;
}

blockquote::before {
	content: '';
	position: absolute;
	top: 27px;
	left: 21px;
	width: 70px;
	height: 70px;
	background: url(../img/quote.png) no-repeat;
}

blockquote::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 37px;
	width: 36px;
	height: 24px;
	background: url(../img/blockquote_down.png) no-repeat;
}

.bq_author {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	margin-top: 37px;
	width: 100%;
	padding-left: 37px;
}

.bq_author big {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

.bq_author small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}

small {
	font-size: 12px;
	letter-spacing: 1px;
}

.annot {
	display: block;
}

.text_block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 436px;
	margin-bottom: 30px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #d0e5fc;
	transition: all 0.2s ease-out;
}

.text_block:hover {
	box-shadow: 0px 10px 40px rgba(0,0,0, .05);
}

.text_block.w3 {
	width: 31%;
	max-width: 270px;
	margin-right: 2.5%;
}

.text_block.w3:nth-child(3n+3) {
	margin-right: 0;
}

.tb_img_box {
	float: left;
	width: 100%;
	height: 200px;
}

.tb_inner {
	float: left;
	width: 100%;
	padding: 20px 30px;
}

.tb_inner p:first-child { margin-top: 0; }
.tb_inner p:last-child { margin-bottom: 0; }

.tb_inner h4 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.tb_inner h4 a {
	display: inline-block;
	color: #5ea8e6;
	text-decoration: underline;
}

.tb_inner h4 a:hover {
	color: #c01414;
	text-decoration: none;
}


.text_block.w5 {
	width: 47%;
	margin-right: 2%;
}

.text_block.w5 .tb_inner  {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}

.text_block.w5 .tb_inner h4 {
	font-size: 22px;
	font-weight: 500;
}

table.zebra {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 60px 0 60px;
	border: 1px solid #ecf6ff;
}

table.zebra::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 30px 30px 0 0;
	border: 1px solid #ecf6ff;
	border-bottom: none;
}

table.zebra::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 0 0 30px 30px;
	border: 1px solid #ecf6ff;
	border-top: none;
}

table.zebra th,
table.zebra td {
	padding: 15px 20px;
}

table.zebra th {
	font-size: 16px;
	padding-top: 0;
}

table.zebra tr:nth-child(even) td {
	background-color: #ecf6ff;
}

.photo_slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.file {
	min-height: 40px;
	margin-bottom: 20px;
	display: inline-block;
	padding-left: 50px;
	background: url(../img/file_doc.png) no-repeat 0px 0px;
}

.file span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: -7px;
}

.file a {
	font-size: 12px;
	text-decoration: underline;
	color: #293ba4;
}

.file a:hover {
	text-decoration: none;
	color: #c01414;
}

/* ACCORDION */

.accordion_box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.accordion_item {
	position: relative;
	margin-bottom: 10px;
	transition: all 0.2s ease-out;
}

.accordion_item h3 {
	position: relative;
	padding: 15px 20px;
	padding-right: 70px;
	margin: 0;
	background: #ebf5ff;
	cursor: pointer;
	border-radius: 20px;
	color: #293ba4;
	font-size: 16px;
	font-weight: 300;
}

.accordion_item h3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 27px;
	background: url(../img/ac_arrow.png) no-repeat;
	width: 22px;
	height: 13px;
	margin-top: -7px;
	transition: all 0.2s ease;
  transform: rotateX(180deg);
}

.accordion_item.active h3::after {
	transform: rotateX(0deg);
}

.accordion_item h3 span {
	display: inline-block;
	border-bottom: 1px dashed;
	transition: all 0.2s ease;
}

.accordion_item h3:hover span {
	border-bottom-color: transparent;
}

.ac_content {
	display: none;
	display: none;
	padding: 20px;
	padding-bottom: 30px;
}

.footnotes {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	padding-top: 15px;
}

.footnotes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 2px;
	background: #5ea8e6;
}


.fancybox-arrow--left {
	z-index: 99996 !important;
}

.fancybox-arrow--right {
	top: 0 !important;
    margin: 0px 0 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.fancybox-arrow--right:after {
	left: auto !important;
	right: 10px !important;
	top: 50% !important;
	margin-top: -22px !important;
}

#mmenu_button {
	display: none;
}

.button_bron_mobile {
	display: none;
}

#totop {
	position: fixed;
	z-index: 5000;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #293ba4;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	transition: background 0.2s ease;
}

#totop::after {
	content: '\f106';
	font-family: 'FontAwesome';
}

#totop:hover {
	background: #c01414;
}


.doit_carousel .owl-item {
	text-align: center;
}

.doit_carousel.owl-arrows .owl-prev,
.doit_carousel.owl-arrows .owl-next {
	opacity: 1;
	top: 85px;
	margin-top: 0 !important;
	transform: scale(.7);
}

.doit_carousel.owl-arrows .owl-next {
	right: -6%;
}

.doit_carousel.owl-arrows .owl-prev {
	left: -6%;
}

.doit_carousel.owl-arrows .owl-prev.disabled,
.doit_carousel.owl-arrows .owl-next.disabled {
	opacity: 0;
}

a.tel {
	color: inherit;
	cursor: text;
}

.map {
	width: 100%;
	height: 430px;
}


.mobile-content {
	display: none;
}










/* RESPONSIVE */
@media (max-width: 1200px) {
	.sec.footer_sec .fmenu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1170px) {
	.mobile-content {
		display: block;
	}
	.desktop-content {
		display: none;
	}

	.footer-links {
		margin-bottom: 15px;
	}

	.container {
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
	}

	.header_sec .container,
	.topmenu_sec .container {
		padding-left: 2%;
		padding-right: 2%;
	}

	.topmenu {
		display: none;
	}

	#mmenu_button {
		float: right;
		display: inline-block;
		height: 50px;
		line-height: 52px;
		padding: 0 15px;
		margin-top: 10px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		color: #293ba4;
		border-radius: 30px;
	}

	#mmenu_button .fa {
		margin-left: 7px;
		font-weight: bold;
	}

	#mmenu_button:hover {
		background: #293ba4;
		color: #fff;
	}

	.header_ib {
		margin-right: 3%;
	}

	.header_icon {
		margin-right: 15px;
	}

	.life_item {
		width: 31%;
	}

	.doit_item {
		margin-bottom: 20px;
	}

	.profile_item {
		margin-right: 1%;
	}

	.dots_nav .owl-nav {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.lech_item {
		margin-right: 2%;
		padding: 20px 25px;
	}

	.photo_item {
		width: 31%;
		max-width: 320px;
	}

	.owl-item .photo_item {
		width: 100%;
		height: auto;
	}

	.photos_gallery_box {
		width: 80%;
		margin-left: 0%;
	}

	.fmenu {
		column-gap: 30px;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
	}

	.fmenu > li {
		width: 100%;
	}

	.fmenu > li > a,
	.fsubmenu > li > a {
		letter-spacing: 0;
	}

	.photo_s_item {
		width: 18%;
		margin-right: 2%;
	}



}

















@media (max-width: 1100px) {

	.header_ib.contacts {
		margin-top: 10px;
	}

	.header_ib.bron {
		margin-top: 15px;
	}

	.header_ib.bron .button-o {
		display: none;
	}

	.header_ib.contacts {
		margin-top: 34px;
	}

	.header_ib.contacts span {
		margin-bottom: 12px;
	}

	.header_ib {
		margin-right: 5%;
	}

	.vrach_item {
		width: 48%;
		text-align: center;
	}

	.vrach_img {
		margin-right: 0;
		margin-bottom: 20px;
		display: inline-block;
		float: none;
	}

	.vrach_info {
		float: none;
		width: 100%;
	}

	.vrach_info .more {
		margin-left: 7px;
	}

	.life_inner {
		padding: 30px 20px;
	}

	.life_price {
		font-size: 30px;
	}

	.doit_item span {
		font-size: 18px;
	}

	.button,
	.button-o {
		padding-left: 30px;
		padding-right: 30px;
	}

	.leftcol_w70 .profile_item {
		width: 48%;
		margin-right: 1%;
		max-width: 320px;
	}

	.leftcol_w70 .profile_item:nth-child(3n+3) {
		margin-right: 1%;
	}

	.table_box {
		overflow-x: auto;
		padding-bottom: 20px;
	}

	.table_box::-webkit-scrollbar {
        height: 5px;
    }

    .table_box::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 3px;
    }

    .table_box::-webkit-scrollbar-track-piece {
        background: #ddd;
    }

    .button_bron_mobile {
    	display: block;
    	float: left;
		height: 50px;
		line-height: 46px;
		padding: 0 15px;
		margin-top: 10px;
		font-size: 16px;
    }

    .button_bron_mobile:hover {
    	color: #fff;
    	background-color: #293ba4;
    }

    .topmenu_sec_skelet {
    	width: 100%;
    	height: 71px;
    	float: left;
    }

    .topmenu_sec.fixed {
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 500;
    }

    .fmenu {
    	height: 500px;
    }


}










@media (max-width: 900px) {

	.header_sec {
		padding-top: 20px;
		height: 158px;
	}

	.header_ib.header_icons {
		display: none;
	}

	.header_ib.bron,
	.header_ib.contacts {
		margin-top: 35px;
	}

	.header_ib.contacts {
		float: right;
	}

	.header_ib {
		margin-right: 4%;
	}

	.doit_box {
		text-align: center;
	}

	.fcol.logo {
		width: 100%;
		margin-right: 0;
	}

	.logo_footer {
		float: left;
		width: 40%;
		margin-right: 30px;
	}

	.logo_footer img {
		float: left;
		margin-right: 20px;
	}

	.logo_footer span {
		padding-top: 30px;
		font-size: 18px;
		line-height: 1.4em;
		letter-spacing: 0;
	}

	.weather {
		float: left;
		padding-top: 33px;
	}

	.fmenu {
		width: 100%;
		height: 360px;
	}

	.frow.debug {
		text-align: center;
	}

	.frow.debug a.ib {
		float: none;
		margin-right: 0;
	}

	.video_desc {
		padding: 20px;
	}

	.row_contacts .w50 .contact_img {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contact_info {
		width: 100%;
	}

	.life_list_imgs {
		width: 40%;
	}

	.life_list_info {
		padding-left: 30px;
		width: 60%;
	}

	.life_img {
		height: 200px;
	}

	.life_inner h3 {
		font-size: 20px;
		text-align: center;
	}

	.life_params {
		width: 100%;
		text-align: center;
	}

	.life_params span {
		display: inline-block;
		margin: 0 5px;
	}

	.life_price {
		width: 100%;
		text-align: center;
	}

	.leave_comment_modal_content {
		width: 96%;
		left: 2%;
		margin-left: 0;
		height: 96%;
		top: 2%;
		margin-top: 0;
		overflow-y: scroll;
	}

	.photo_item {
		height: 210px;
	}

	.life_img img {
		height: 100%;
	}

	.photo_s_item {
		width: 22%;
		margin-right: 2% !important;
	}

	.leftcol_w70 .text_block.w3 {
		width: 47%;
	}

	.contact_form_box {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.table_box {
		width: 100%;
	}

	.dots_nav .owl-dots {
		bottom: 10px;
	}
	.contact_col {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

}











@media (max-width: 800px) {
	.podpis_text {
		display: none;
	}
	.podpis_img {
		box-shadow: none;
	}

	 .button-o {
		 display: block;
		 margin: 15px auto;
		 max-width: 300px;
	 }

	.header_ib.bron {
		margin-bottom: 10px;
	}

	.row_contacts .w50 {
		width: 100%;
	}

	.row_contacts .w50 .contact_img {
		float: left;
		width: auto;
		margin-right: 30px;
	}

	.contact_info {
		float: none;
		width: auto;
		display: inline;
	}

	.contact_form_box {
		padding-left: 0;
	}

	h1 {
		font-size: 32px;
	}

	.w100_mobile800 {
		width: 100%;
	}

	.photo_s_item {
		width: 30%;
	}

	.w100_mobile800.pl {
		padding-left: 0 !important;
	}

	.w100_mobile800.pr {
		padding-right: 0 !important;
	}

	.leftcol_w70.w100_mobile800 .text_block.w3 {
		width: 31%;
		max-width: 300px;
	}

	.fcol.logo {
		width: auto;
		margin-right: 30px;
	}

	.logo_footer {
		width: 300px;
	}

	.fmenu {
		margin-top: 54px;
		width: auto;
		height: auto;
		float: left;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
	}

	.fmenu > li:not(.fsocs) {
		display: none;
	}


}










@media (max-width: 740px) {



	.leftcol_w70 .profile_item {
		width: 100%;
		max-width: 100%;
	}

	.leftcol_w70 .profile_img_box {
		height: 225px;
	}

	.leave_comment_modal_content {
		padding: 40px;
	}

	.rev_item {
		padding: 40px 20px;
	}

	.rev_titles {
		margin-bottom: 0;
	}

	.rev_date {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.rev_desc {
		line-height: 1.4em;
	}

	.photo_item {
		height: 190px;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: -20px;
	}

	.life_item {
		width: 47%;
		margin-right: 2%;
	}

	.life_item:nth-child(3n+3) {
		margin-right: 2%;
	}

	.video_sec {
		min-height: 500px;
	}

	.video_sec .container {
		padding: 50px 0;
	}

	.life_list_imgs {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.life_list_imgs .ib,
	.life_list_imgs > .life_list_main_img {
		width: 60%;
	}

	.life_list_imgs_thumbs {
		width: 38%;
		float: right;
	}

	.life_list_info {
		width: 100%;
		padding-left: 0;
	}

	.life_photos_next {
		right: auto;
		left: 51%;
	}

	.life_list_params {
		margin-bottom: 20px;
	}

	.life_list_goods_list > ul,
	.life_list_goods_list > .ib {
		width: 100%;
	}

	.life_box {
		text-align: center;
	}

	.life_intro_left {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
	}

	.life_list_info {
		padding-top: 0;
	}

	.tb_img_box {
		height: auto;
	}

	.tb_inner {
		padding: 12px;
	}

	.w50.contact_form_box {
		width: 100%;
	}

	.photo_slider .owl-prev,
	.photo_slider .owl-next {
		transform: scale(.6);
	}

	.fmenu {
		margin-top: 0;
		width: 100%;
	}

	.fmenu > li {
		text-align: center;
	}


}













@media (max-width: 670px) {

	.lech_item {
		width: 47%;
		margin-right: 2% !important;
		margin-bottom: 18px;
	}

}











@media (max-width: 600px) {
	.rev_write_comment {
		margin-bottom: 30px;
	}
	.life_list .life_list_goods_list {
		display: none !important;
	}
	.life_list_goods_list {
		height: auto !important;
	}
	.text-block_w33 {
		width: 100% !important;
	}
	.hidden-xs {
		display: none;
	}
	.accordion_item h3 span {
		border-bottom: none;
	}
	.document.w3 {
		width: 100% !important;
	}
	.two-colomns {
		-moz-column-count: auto !important;
		-webkit-column-count: auto !important;
		column-count: auto !important;
	}
	.ac_content table.zebra th, .ac_content table.zebra td {
		display: block;
	}

	.photos_gallery_box {
		width: calc(100% - 140px);
	}

	h1 {
		font-size: 26px;
	}

	h2,
	.lech_sec h2 {
		font-size: 32px;
	}

	.programm_inner h3 {
		font-size: 18px;
	}

	.programm_inner {
		padding: 25px 20px;
	}

	.programm_desc {
		line-height: 1.4em;
	}

	.photo_item {
		height: auto;
	}

	.owl-arrows .owl-prev, .owl-arrows .owl-next {
		margin-top: -40px;
	}

	.life_intro_left {
		width: 100%;
	}

	.life_intro_right {
		width: 100%;
	}

	.life_intro_right .arrive_time {
		max-width: 100%;
	}

	.life_intro_right .arrive_time h4 br {
		display: none;
	}

	.mob_fleft {
		float: left !important;
	}

	.mob_fright {
		float: right !important;
	}

	.leftcol_w70.mob_fright,
	.rev_leftcol {
		width: 100%;
	}

	.rightcol_w30.mob_fleft,
	.rightcol_w30.mob_fleft .rightmenu,
	.rev_rightcol,
	.rev_rightcol .rightmenu {
		width: 100%;
		max-width: 100%;
	}

	.nomobile600 {
		display: none;
	}

	.leftcol_w70 .profile_item {
		width: 47%;
		margin-right: 2%;
	}

	.leftcol_w70 .profile_img_box {
		height: auto;
	}

	.profile_item_inner {
		padding: 10px 20px;
	}

	.leftcol_w70 {
		width: 100%;
		margin-bottom: 30px;
	}

	.rightcol_w30 {
		width: 100%;
	}

	.rb_img_box img {
		width: 100%;
	}

	.w100_mobile600 {
		text-align: center;
	}

	.rightmenu,
	.right_block,
	.blue_block {
		display: inline-block;
		float: none;
	}

	.leftcol_w70.w100_mobile800 .text_block.w3 {
		width: 47%;
	}

	.text_block h4 {
		font-size: 17px !important;
		line-height: 1.3em;
	}

	.footer_sec {
		padding-bottom: 40px;
	}

	.rightcol_w30.mob_fleft {
		display: none;
	}

	.nomobile600 {
		display: none;
	}

	.doit_carousel.owl-arrows .owl-prev {
		left: -7%;
	}

	.doit_carousel.owl-arrows .owl-next {
		right: -7%;
	}


}












@media (max-width: 572px) {

	.header_ib.logo span {
		display: none;
	}

	.header_ib.logo img {
		margin-right: 0;
	}

	.hs_infobox h2 {
		font-size: 34px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		transform: scale(.5);
	}

	.programms_box {
		text-align: center;
	}

	.programm_item {
		width: 100%;
		max-width: 370px;
	}

	.lech_item {
		width: 100%;
		max-width: 100%;
		min-height: 10px;
		margin-right: 0;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: -13px;
	}

	.vrachi_box {
		padding-left: 0;
		padding-right: 0;
	}

	.vrach_item {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.vrach_item:last-child {
		margin-bottom: 0;
	}

	.life_item {
		width: 100%;
	}

	.fcol.logo {
		text-align: center;
		margin-right: 0;
	}

	.logo_footer {
		float: none;
		display: inline-block;
		text-align: left;
		margin-right: 0;
		margin-bottom: 0;
	}

	.weather {
		width: 100%;
		margin-bottom: 30px;
	}

	.hs_infobox {
		margin: 40px 0;
	}

	.video_gallery {
		text-align: center;
	}

	.video_item {
		width: 100%;
		margin-right: 0;
	}

	.contact_col {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.row_contacts .w50 .contact_img {
		width: 100%;
		text-align: center;
	}

	.contact_info {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.map_box {
		width: 100%;
		margin-bottom: 30px;
	}

	.map_box iframe {
		height: 300px;
	}

	.map_info {
		width: 100%;
	}

	.albums_box {
		text-align: center;
	}

	.album_item {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.life_photos_next {
		left: auto;
		right: 2%;
	}

	.life_list_imgs_thumbs {
		width: 100%;
	}

	.life_list_imgs .ib,
	.life_list_imgs > .life_list_main_img {
		width: 100%;
		margin-right: 0;
	}

	.profiles_box {
		text-align: center;
	}

	.profile_item,
	.leftcol_w70 .profile_item {
		width: 100%;
		max-width: 370px;
		margin-right: 0;
	}

	.profile_item_inner h3 {
		font-size: 20px;
	}

}













@media (max-width: 500px) {

	.text_block  {
		width: 100% !important;
		max-width: 370px;
		margin-right: 0;
	}

	.centered_mobile500 {
		text-align: center;
	}

	.photo_slider {
		margin-bottom: 60px;
	}

	.photo_slider .owl-dots {
		bottom: -40px;
	}

	.photo_slider .owl-dots .owl-dot span {
		border-color: #000;
	}

	.photo_slider .owl-dot span::after {
		background: #000 !important;
	}

	.photo_s_item {
		width: 47%;
	}

	.life_list_info {
		padding-left: 2%;
		padding-right: 2%;
	}

}













@media (max-width: 460px) {

	.life_list_goods_list {
		height: auto;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}

}













@media (max-width: 400px) {


	.header_ib.bron, .header_ib.contacts {
		width: auto;
	}

	.header_ib .button-o {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header_ib.contacts span {
		letter-spacing: 0;
	}

	.header_ib.contacts a {
		font-size: 19px;
		letter-spacing: 0;
	}

	.hs_infobox h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.hs_desc {
		font-size: 14px;
		line-height: 1.4em;
	}

	.dots_nav .owl-nav .owl-prev {
		left: -3%;
	}

	.dots_nav .owl-nav .owl-next {
		right: -3%;
	}

	.photos_gallery_box {
		width: 100%;
	}

	.owl-arrows .owl-prev,
	.owl-arrows .owl-next {
		margin-top: 0;
	}

	.owl-arrows .owl-prev {
		left: -55px;
	}

	.owl-arrows .owl-next {
		right: -55px;
	}

	.photos_gallery.owl-arrows .owl-prev,
	.photos_gallery.owl-arrows .owl-next {
		opacity: 1;
		top: 50%;
		width: 90px;
		height: 180px;
		background-position: center center;
	}

	.photos_gallery.owl-arrows .owl-prev {
		left: -30px;
		border-radius: 0 20px 20px 0;
	}

	.photos_gallery.owl-arrows .owl-next {
		right: -30px;
		border-radius: 20px 0 0 20px;
	}

	.doit_carousel.owl-arrows .owl-prev,
	.doit_carousel.owl-arrows .owl-next {
		opacity: 1;
		top: 85px;
	}

	.doit_carousel.owl-arrows .owl-next {
		right: -20px;
	}

	.doit_carousel.owl-arrows .owl-prev {
		left: -20px;
	}

	.life_page .life_list_params span {
		font-size: 19px;
		margin: 0 8px;
	}

	.life_list_params span {
		font-size: 17px;
		margin: 0 7px;
	}

	.life_list_price {
		font-size: 20px;
	}
	.life_list_info h2 {
		font-size: 20px;
	}

	.life_time_pay .ib {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.life_time_pay big {
		margin-bottom: 7px;
	}

	.life_page {
		margin-bottom: 0;
	}

	.leave_comment_form .input_ib {
		width: 100%;
	}

	.input_text {
		padding-top: 2px;
	}

	.text_block.w3 {
		max-width: 100% !important;
		margin-right: 0;
	}

	blockquote {
		padding: 20px;
	}

	blockquote::before {
		float: left;
		position: static;
		margin-right: 10px;
	}

	.w100_mobile800.pl .w50 {
		width: 100%;
	}

	.life_list_info {
		padding-left: 7%;
		padding-right: 7%;
	}

}

.program-item {
  display: block;
  position: relative;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}

.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(35,67,138, 0.7);
  transition: all 0.2s;
}

.inner-list .text_block:hover .hover-icon {
  opacity: 0;
}

.hover-icon img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
}

.life_item.info:hover {
  box-shadow: none;
}

.sec.footer_sec .fmenu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fmenu-last ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fsocs {
  margin-right: auto;
}

.fmenu-last li > a {
   display: inline-block;
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 30px;
   letter-spacing: 1px;
 }

.inner-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/*table.fixed-head {
  border-collapse: collapse;
  position: relative;
  width: 100%;
}

.fixed-head thead {
  position: relative;
  top: 0;
}

.fixed-head .thead--is-fixed {
  display: table;
  position: fixed;
  top: 0;
  background: #ecf6ff;
}

.fixed-head th {
  box-sizing: border-box;
  padding: 1rem 2rem;
}*/

table.fixed-head {
  display: block;
}

.fixed-head thead {
  background: #ecf6ff;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.fixed-head thead,
.fixed-head tbody,
.fixed-head tfoot {
  display: table;
  width: 100%;
}

@media (min-width: 1160px) {
  .fixed-head tr:first-child th:first-child {
    width: 380px;
  }
}

.photos_gallery_box--section {
  width: 100%;
  padding: 0 40px;
}

.photos_gallery_box--section .owl-arrows .owl-prev,
.photos_gallery_box--section .owl-arrows .owl-next {
	width: 30px;
	height: 60px;
}
.photos_gallery_box--section .owl-arrows .owl-prev {
	left: -45px;
	background-size: contain;
}

.photos_gallery_box--section .owl-arrows .owl-next {
	right: -45px;
	background-size: contain;
}

.photos_gallery_box--section .photo_item {
  width: auto;
  height: auto;
}

.owl-arrows .owl-prev,
.owl-arrows .owl-next {
    top: 50%;
    transform: translateY(-50%) !important;
}

@media (max-width: 740px) {
.owl-arrows .owl-prev, .owl-arrows .owl-next {
    margin-top: 0;
}
}

@media (max-width: 600px) {
.owl-arrows .owl-prev, .owl-arrows .owl-next {
    margin-top: 0;
}

}

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: rgba(38, 60, 81, 0.8);
  box-shadow: 0 3px 10px 0 #757575;
  z-index: 10000;
  font-size: 16px;
  line-height: 1.2em;
  display: none;
}

.cookies-popup__text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 150px);
  color: #fff;
}

@media (max-width: 480px) {
  .cookies-popup__text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.cookies-popup__text a {
  color: rgb(113, 226, 113);
  text-decoration: underline;
}

.cookies-popup__text a:hover {
  text-decoration: none;
}

.cookies-popup__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: rgb(91, 183, 91);
  border: 0px;
  padding: 6px 15px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 10px 0px 30px;
  color: rgb(255, 255, 255);
  transition: 0.25s;
  text-decoration: none !important;
}
.cookies-popup__btn:hover {
  color: #fff !important;
}
/*---------------------------*/

.popup-additional {
  padding: 20px 20px;
  text-align: center;
}

.popup-additional input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
}

.popup-additional label {
    cursor: pointer;
}

.popup-additional label span {
    line-height: 1.2em;
}

.bron-form h3 {
	text-align: center;
	margin: 40px 0;
}
.bron_ip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.bron_ip textarea {
	height: 204px;
	padding: 20px;
	max-width: 100%;
}
.help-block {
	font-size:12px;
}
.bron-form__top {
	display: flex;
	justify-content: space-between;

}
.bron-form__top .form-col {
	width: 45%;
}
.bron-form__bottom {
	display: flex;
	justify-content: space-between;
}
.bron-form__bottom input[type="number"] {
	max-width: 100px;
}
.bron-form__bottom label {
	padding-right: 20px;
}
.bron-submit {text-align: center;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #293ba4;
	background: #293ba4;
	color: #fff;
	text-align: center;
}
.ui-widget-header {
	border: none;
	background: #ffffff;
	color: #333333;
	font-weight: bold;
}
.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: 1px solid #a7d0fd;
	background: transparent;
	font-weight: normal;
	color: #454545;
	text-align: center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #a7d0fd;
	background: #a7d0fd;
	color: #fff;
	text-align: center;

}

@media (max-width: 767px) {
	.bron-form__top {
		flex-direction: column;
	}
	.bron-form__bottom {
		flex-direction: column;

	}
	.bron-form__bottom input[type="number"] {
		max-width: 100%;
	}
	.bron_ip .input_text {
		width: calc(100% - 110px);
	}
	.bron-form__top .form-col {
		width: 100%;
	}
	.bron_ip textarea.input_text {
		width: 100%;
	}
	.bron-submit {
		margin: 0;
	}
	.bron-form {
		padding: 0 !important;
	}
}

/*Blind version*/

.access {
	display: none;
}

.access-inner {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: auto;
	padding: 5px 0;
}

.header_ib.contacts .js-special-ver {
	display: inline-block;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 12px;
	color: #363636;
	vertical-align: middle;
	text-decoration: underline;
	cursor: pointer;
}
.header_ib.contacts .js-special-ver:hover {
	text-decoration: none;
}

.js-special-ver:before {
	content: "";
	background: url(../img/view.svg) no-repeat 0 0/contain;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
}
body.special-ver .a-fontsize {
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: transparent !important;
}
body.special-ver .a-fontsize div {
	background: transparent !important;
}
body.special-ver .a-fontsize .a-fontsize-small {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-fontsize .a-fontsize-normal {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 28px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-fontsize .a-fontsize-big {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 32px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
}
body.special-ver .a-colors {
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: transparent !important;
}
body.special-ver .a-colors div {
	background: transparent !important;
}
body.special-ver .a-color1 {
	background: #fff !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #000 !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #000 !important;
}
body.special-ver .a-colors .a-color2 {
	background: #000 !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #fff !important;
}
body.special-ver .a-colors .a-color3 {
	background: #9dd1ff !important;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #063462 !important;
	text-decoration: none;
	line-height: 36px !important;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 2px;
	border: 2px solid #063462 !important;
}
body.special-ver .a-images {
	display: flex;
	flex-grow: 1;
	align-items: center;
	background: transparent !important;
}
body.special-ver .remove-sp a {
	color: #000;
	text-decoration: underline;
	font-size: 18px !important;
	background: transparent !important;
}
body.special-ver .remove-sp a:hover {
	text-decoration: none;
}
body.special-ver .a-images button {
	background: transparent !important;
	border: 2px solid #000 !important;
	padding: 6px 25px;
	margin: 0 5px;
	border-radius: 15px;
	font-size: 18px !important;
	cursor: pointer;
	color: #000 !important;
}
body.special-ver .a-images__title, body.special-ver .a-colors__title, body.special-ver .a-fontsize__title {
	font-size: 16px !important;
	margin-right: 5px;
	font-weight: bold;
	background: transparent !important;
	color: #000 !important;
}
body.special-ver .access {
	display: block;
	background: #f4f4f4 !important;
}
body.special-ver .access-inner {
	background: transparent !important;
}
body.special-ver .header_ib.contacts .js-special-ver {
	display: none;
}
body.special-ver .img-turn__on.is-active, body.special-ver .img-turn__off.is-active {
	background: #000 !important;
	color: #fff !important;
}
body.special-ver.fontsize-small .a-fontsize-small {
	box-shadow: 0 5px 25px 0 #000;
}
body.special-ver.fontsize-normal .a-fontsize-normal {
	box-shadow: 0 5px 25px 0 #000;
}
body.special-ver.fontsize-big .a-fontsize-big {
	box-shadow: 0 5px 25px 0 #000;
}
body.fontsize-normal {
	font-size: 19px;
}
body.fontsize-normal .header_ib.logo span {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
body.fontsize-normal .header_icons {
	margin-top: 15px;
	margin-right: 20px;
}
body.fontsize-normal .header_ib.bron {
	margin-top: 15px;
}
body.fontsize-normal .header_ib {
	margin-right: 15px;
}
body.fontsize-normal .header_ib.contacts {
	margin-top: 0;
}
body.fontsize-normal .sm-text {
	font-size: 14px;
}
body.fontsize-normal .topmenu > li > a {
	font-size: 18px;
}
body.fontsize-normal .topmenu > li:first-child {
	margin-left: 0;
}
body.fontsize-normal .topmenu > li {
	margin-right: 20px;
	margin-left: 20px;
}
body.fontsize-normal .submenu li a {
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
body.fontsize-normal .hs_desc {
	font-size: 20px;
}
body.fontsize-normal .button-o {
	font-size: 18px;
}
body.fontsize-normal h2 {
	font-size: 44px;
}
body.fontsize-normal .programm_inner h3 {
	font-size: 26px;
}
body.fontsize-normal .programm_desc {
	font-size: 20px;
}
body.fontsize-normal .lech_desc {
	font-size: 21px;
}
body.fontsize-normal .life_info_desc p:first-child {
	font-size: 20px;
}
body.fontsize-normal .life_inner h3 {
	font-size: 26px;
}
body.fontsize-normal .life_params {
	font-size: 20px;
}
body.fontsize-normal .doit_item span {
	font-size: 24px;
}
body.fontsize-normal .fmenu > li > a {
	font-size: 24px;
}
body.fontsize-normal .logo_footer span {
	font-size: 18px;
}
body.fontsize-normal .fsubmenu > li > a {
	font-size: 18px;
}
body.fontsize-normal .fmenu-last li > a {
	font-size: 24px;
}
body.fontsize-normal .fcontacts {
	font-size: 20px;
}
body.fontsize-normal .frow.danger {
	font-size: 24px;
}
body.fontsize-normal .frow.debug {
	font-size: 15px;
}
body.fontsize-normal .header_icon {
	margin-right: 10px;
}
body.fontsize-normal .header_ib.contacts a {
	font-size: 26px;
}
body.fontsize-normal .bread li {
	font-size: 16px;
}
body.fontsize-normal h1 {
	font-size: 44px;
}
body.fontsize-normal .lead_block {
	font-size: 20px;
}
body.fontsize-normal .rightmenu li a {
	font-size: 20px;
}
body.fontsize-normal .rb_inner h3 {
	font-size: 22px;
}
body.fontsize-normal .rb_desc {
	font-size: 20px;
}
body.fontsize-normal .accordion_item h3 {
	font-size: 20px;
}
body.fontsize-normal .file span {
	font-size: 18px;
}
body.fontsize-normal .podpis_text {
	font-size: 18px;
}
body.fontsize-normal .file a {
	font-size: 16px;
}
body.fontsize-normal .tb_inner h4 {
	font-size: 20px;
}
body.fontsize-normal .life_list_goods_list {
	height: auto;
}
body.fontsize-normal .button {
	font-size: 18px;
}
body.fontsize-normal .life_list_goods_list {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

body.fontsize-big {
	font-size: 21px;
}
body.fontsize-big .header_ib.logo span {
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px;
}
body.fontsize-big .header_icons {
	margin-top: 15px;
	margin-right: 20px;
}
body.fontsize-big .header_ib.bron {
	margin-top: 17px;
}
body.fontsize-big .header_ib {
	margin-right: 15px;
}
body.fontsize-big .header_ib.contacts {
	margin-top: 0;
}
body.fontsize-big .sm-text {
	font-size: 16px;
}
body.fontsize-big .topmenu > li > a {
	font-size: 20px;
}
body.fontsize-big .topmenu > li:first-child {
	margin-left: 0;
}
body.fontsize-big .topmenu > li {
	margin-right: 20px;
	margin-left: 20px;
}
body.fontsize-big .submenu li a {
	font-size: 22px;
	padding-left: 5px;
	padding-right: 5px;
}
body.fontsize-big .hs_desc {
	font-size: 22px;
}
body.fontsize-big .button-o {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
body.fontsize-big h2 {
	font-size: 46px;
}
body.fontsize-big .programm_inner h3 {
	font-size: 28px;
}
body.fontsize-big .programm_desc {
	font-size: 22px;
}
body.fontsize-big .lech_desc {
	font-size: 23px;
}
body.fontsize-big .life_info_desc p:first-child {
	font-size: 22px;
}
body.fontsize-big .life_inner h3 {
	font-size: 28px;
}
body.fontsize-big .life_params {
	font-size: 22px;
}
body.fontsize-big .doit_item span {
	font-size: 26px;
}
body.fontsize-big .fmenu > li > a {
	font-size: 26px;
}
body.fontsize-big .logo_footer span {
	font-size: 20px;
}
body.fontsize-big .fsubmenu > li > a {
	font-size: 20px;
}
body.fontsize-big .fmenu-last li > a {
	font-size: 26px;
}
body.fontsize-big .fcontacts {
	font-size: 22px;
}
body.fontsize-big .frow.danger {
	font-size: 26px;
}
body.fontsize-big .frow.debug {
	font-size: 17px;
}
body.fontsize-big .header_icon {
	margin-right: 12px;
}
body.fontsize-big .header_ib.contacts a {
	font-size: 28px;
}
body.fontsize-big .bread li {
	font-size: 18px;
}
body.fontsize-big h1 {
	font-size: 46px;
}
body.fontsize-big .lead_block {
	font-size: 22px;
}
body.fontsize-big .rightmenu li a {
	font-size: 22px;
}
body.fontsize-big .rb_inner h3 {
	font-size: 24px;
}
body.fontsize-big .rb_desc {
	font-size: 22px;
}
body.fontsize-big .accordion_item h3 {
	font-size: 22px;
}
body.fontsize-big .file span {
	font-size: 20px;
}
body.fontsize-big .podpis_text {
	font-size: 20px;
}
body.fontsize-big .file a {
	font-size: 18px;
}
body.fontsize-big .tb_inner h4 {
	font-size: 22px;
}
body.fontsize-big .life_list_goods_list {
	height: auto;
}
body.fontsize-big .button {
	font-size: 20px;
}
body.fontsize-big .life_list_goods_list {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

body.color1 {
	background: #fff !important;
	color: #000 !important;
}
body.color1 * {
	color: #000 !important;
	border-color: #000 !important;
}
body.color1 .header_ib.logo img {
	filter: grayscale(100%);
}
body.color1 .hs_infobox, body.color1 h2, body.color1 h1, body.color1 .all_lech, body.color1 .lech_sec, body.color1 .doit_item::before, body.color1 .footer_sec, body.color1 .fsearch_input, body.color1 .right_block, body.color1 .arrive_time, body.color1 .blue_block, body.color1 #totop,
body.color1 .button, body.color1 .accordion_item h3, body.color1 .rev_write_comment {
	background: #fff;
}
body.color1 .fsearch_button {
	background-color: #000;
}
body.color1 .doit_item, body.color1 .fsearch_input, body.color1 .fsearch_button, body.color1 #totop, body.color1 .button, body.color1 .accordion_item h3, body.color1 .rev_write_comment {
	border: 1px solid;
}

body.color2 {
	background: #000 !important;
	color: #fff !important;
}
body.color2 * {
	color: #fff !important;
	border-color: #fff !important;
	background: #000 !important;
}
body.color2 .hs_infobox, body.color2 h2, body.color2 h1, body.color2 .all_lech, body.color2 .lech_sec, body.color2 .doit_item::before, body.color2 .footer_sec, body.color2 .fsearch_input, body.color2 .right_block, body.color2 .arrive_time, body.color2 .blue_block, body.color2 #totop,
body.color2 .button, body.color2 .accordion_item h3, body.color2 .rev_write_comment {
	background: #000;
}
body.color2 .fsearch_button {
	background-color: #fff;
}
body.color2 .doit_item, body.color2 .fsearch_input, body.color2 .fsearch_button, body.color2 #totop, body.color2 .button, body.color2 .accordion_item h3, body.color2 .rev_write_comment {
	border: 1px solid;
}

body.color3 {
	background-color: #9dd1ff !important;
	color: #063462 !important;
}
body.color3 * {
	color: #063462 !important;
	border-color: #063462 !important;
	background-color: #9dd1ff !important;
}
body.color3 .hs_infobox, body.color3 h2, body.color3 h1, body.color3 .all_lech, body.color3 .lech_sec, body.color3 .doit_item::before, body.color3 .footer_sec, body.color3 .fsearch_input, body.color3 .right_block, body.color3 .arrive_time, body.color3 .blue_block, body.color3 #totop,
body.color3 .button, body.color3 .accordion_item h3, body.color3 .rev_write_comment {
	background-color: #9dd1ff !important;
}
body.color3 .fsearch_button {
	background-color: #9dd1ff !important;
}
body.color3 .doit_item, body.color3 .fsearch_input, body.color3 .fsearch_button, body.color3 #totop, body.color3 .button, body.color3 .accordion_item h3, body.color3 .rev_write_comment {
	border: 1px solid;
}

body.special-ver .header_icon {
	opacity: 1;
}
body.special-ver .podpis_img {
	box-shadow: none;
}

body.no-image * {
	background-image: none !important;
}
body.no-image img {
	opacity: 0 !important;
}

@media (max-width: 767px) {
	.access-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 15px;
	}
	body.special-ver .a-colors, body.special-ver .a-fontsize {
		margin: 15px 0 ;
	}
	body.special-ver .header_ib {
		margin-right: 0;
	}
	body.fontsize-normal h2 {
		font-size: 30px;
	}
	body.special-ver .header_ib.bron {
		display: none;
	}


}

.new-booking h3 {
	text-align: center;
}

.new-booking h3.left {
	text-align: left;
}

.new-booking .input_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 400px;
	height: 48px;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	padding: 0 20px;
	color: #393939;
	transition: all 0.2s ease-out;
	background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234666CA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 12px 8px;
	background-position: 95% center;
}

.new-booking .sub-step {
	margin-bottom: 70px;
}

.new-booking .bron-form__bottom {
	justify-content: flex-start;
	position: relative;
	margin-bottom: 30px;
}

.new-booking .field-booking-begin_date,
.new-booking .field-booking-adult {
	margin-right: 40px;
}

.new-booking .help-block--new {
	right: 20px;
	bottom: auto;
	top: 10px;
	max-width: 300px;
	color: #cc0000;
	display: none;
}



.new-booking .sub-step-2 .bron_ip {
	margin-bottom: 0;
}

.new-booking__bottom-warning {
	display: flex;
	margin-top: 40px;
	display: none;
}

.new-booking__no-rooms {
	flex-basis: 700px;
	max-width: 700px;
	margin-right: auto;
}

.new-booking__bottom-warning .button {
	padding: 6px 25px 6px;
	font-size: 12px;
	flex-shrink: 0;
}

.step {
	margin-bottom: 70px;
}

.step-2__inner {
	display: flex;
	align-items: flex-start;
}
.new-booking__rooms-item {
	display: flex;
	align-items: center;
}

.custom-radio {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.custom-radio + label {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	border: 1px solid #293ba4;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.custom-radio + label:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
}

.custom-radio-control.active label:before {
	background-color: #293ba4;
}

.new-booking__main-content {
	flex-basis: 750px;
	max-width: 750px;
	margin-right: 40px;
}

.new-booking__main-content .life_list_imgs{
	width: 40%;
}

.new-booking__main-content .life_list_info{
	width: 60%;
	padding-top: 10px;
}

.new-booking__payment-type {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.new-booking__payment-name {
	font-size: 20px;
	line-height: 26px;
}

.new-booking--sidebar {
	flex-grow: 1;
	padding: 40px 25px;
	border: 2px solid #d0e5fc;
	border-radius: 30px;
	position: sticky;
	top:20px;
}

.new-booking__item {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}

.new-booking__param {
	border: 2px solid #d0e5fc;
	border-radius: 20px;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-booking__change {
	color: #293ba4;
	text-decoration: underline;
}

.new-booking__change:hover {
	color: #293ba4;
}

.new-booking__total {
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

.new-booking__total-one-day {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}

.new-booking__wrapper {
	display: flex;
	margin-bottom: 10px;
}

.new-booking .bron-submit {
	text-align: left;
}

.new-booking .life_list_price {
	font-size: 32px;
}

.payment-rules {
	margin-bottom: 20px;
	display: block;
}

@media (max-width: 1199px) {
	.new-booking .bron-form__top .form-col {
		width: 100%;
		max-width: 600px;
	}
	.new-booking--sidebar {
		position: static;
		max-width: 500px;
		margin-bottom: 60px;
	}
}

@media (max-width: 600px) {
	.new-booking .sub-step-2 .bron_ip {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.new-booking__wrapper {
		flex-direction: column;
	}

	.new-booking .life_list_box {
		display: flex;
		flex-direction: column;
	}
	.new-booking__main-content {
		margin-right: 0;
	}
	.custom-radio + label {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.new-booking__main-content .life_list_imgs {
		width: auto;
		float: none;
	}
	.new-booking__main-content .life_list_info {
		width: 100%;
		padding-top: 10px;
	}
	.new-booking .life_list_price {
		font-size: 22px;
	}
	.new-booking--sidebar {
		padding: 30px 10px;
	}
	.new-booking__payment-name {
		font-size: 16px;
		line-height: 22px;
	}
	.step-2 {
		margin-bottom: 0;
	}
}


.new-booking {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.step.step-1 {
	flex-shrink: 0;
	margin-right: 50px;
	max-width: 600px;
}


.new-booking .bron-form__top .bron_ip .control-label {
	margin-right: 20px;
}

.new-booking .bron-form__top .form-col {
	width: 100%;
}

.new-booking .sub-step-2 .field-booking-program {
	margin-right: 0;
	flex-grow: 1;
}

.new-booking__button {
	display: inline-block;
	min-height: 46px;
	text-align: center;
	padding: 12px 47px 6px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #293ba4;
	font-size: 12px;
	border: none;
	border-radius: 10em;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.new-booking__button:hover {
	background-color: #c01414;
	color: #fff;
}

.new-booking .sub-step-2 .new-booking__inner {
	width: 100%;
}

@media (max-width: 1199px) {
	.new-booking {
		flex-wrap: wrap;
	}
	.step.step-1 {
		margin-bottom: 30px;
	}
}

.new-booking {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 600px) {
	.step.step-1 {
		max-width: 100%;
	}
}


.new-booking .multiple-input-list__btn {
	position: absolute;
	font-size: 42px;
	top: 27px;
	right: -25px;
	transform: translateY(-50%);
	color: #293ba4;
	cursor: pointer;
}

.new-booking .multiple-input-list.list-renderer .list-cell__button {
	position: relative;
	width: 0;
	padding-right: 0;
}

.new-booking .field-booking-adult input {
	max-width: 50px;
}

.new-booking .input_select {
	padding: 0 40px 0 20px;
}

@media (max-width: 600px) {
	.new-booking .multiple-input-list__btn {
		top: 24px;
		right: -15px;
	}
}


.custom-num {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	margin: 0;
	width: auto;
	text-align: center;
	padding: 12px;
}

.custom-num::-webkit-outer-spin-button,
.custom-num::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.help-block {
	font-size: 12px;
	position: absolute;
	z-index: 2;
	width: auto;
	bottom: -25px;
	right: 16%;
	text-align: center;
	color: red;
}
.field-booking-begin_date .help-block,
.field-booking-end_date .help-block {
	line-height: 1.1;
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
}

.field-booking-begin_date .help-block {
	display: none;
}

.field-booking-end_date .help-block {
	width: 600px;
	left: calc(-100% - 40px);
}

@media (max-width: 767px) {
	.field-booking-end_date .help-block {
		width: 100%;
		left: 0;
	}
}

.bron_ip {
	position: relative;
	margin-bottom: 25px;
}

.new-booking .multiple-input-list__btn {
	top: 24px;
	right: 17px;
}

.new-booking .js-input-plus.moved {
	top: 28px;
	right: -15px;
}

.new-booking .multiple-input-list.list-renderer .list-cell__button {
	width: 45px;
}

.contact-employees .text_block.w3 {
	max-width: none;
}
.contact-employees .text_block.w3 img {
	width: 100%;
	object-fit: cover;
}

.contact-employees__job {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-employees__name {
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}

.contact-employees__phone {
	display: block;
	color: blue;
	font-size: 16px;
	margin-bottom: 5px;
}

.contact-employees__mail {
	display: block;
	color: blue;
	font-size: 16px;
	margin-bottom: 15px;
}

.contact-employees__comment {
	font-size: 13px;
	line-height: 17px;
}

.contact-employees__mail:hover,
.contact-employees__phone:hover {
	color: blue;
}

@media (max-width: 991px) {
	.contact-employees .text_block.w3 {
		width: 47%;
		margin: 10px;
	}

	.contact-employees .text_block.w3:nth-child(3n+3) {
		margin: 10px;
	}

	.contact-employees__name {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.contact-employees .text_block.w3 {
		width: 100%;
		margin: 10px 0;
	}
}

.cashback-block {
	margin-bottom: 20px;
}

.field-booking-promocode {
	margin-top: -25px;
}

@media (max-width: 600px) {
	.field-booking-promocode {
		margin-top: -50px;
	}
}

/* Yandex SmartCaptcha */
.smart-captcha {
	margin: 20px 0;
}

#captcha-container {
	display: flex;
	justify-content: center;
}

>>>>>>> 67234dba929068457f7f202222acac0d578dfe58