/* ---------------------- */
/* Стили для лендинга ОЛК */
/* ---------------------- */

#inner_main {
	width: calc(100% + 30px);
	padding-top: 50px !important;
	margin-left: -15px;
}

#div_block_content {
	margin-top: 0;
}

#inner_main > div:first-of-type,
.bl-banners,
.bl-advert,
.bl-side-banners,
#btn-feedback,
#btn-up,
#btn-down,
.floating-adv-block {
	display: none !important;
}

#inner_main .bl-container {
	max-width: none;
}

#div_block_content {
	margin: 0 !important;
}

.olk-wrap {
	padding: 0;
}

.olk-slider {
	width: 100%;
}

.olk-slider-slides {
	width: 100%;
}

.olk-slider-slides .olk-slider-slide {
	width: 100%;
	max-height: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	/*padding: 50px 0 0;*/
	display: none;
}

.olk-slider-slides .olk-slider-slide:first-of-type {
	display: block;
}

.olk-slider-slides .olk-slider-slide > div {
	width: 500px;
	background: rgba(235,235,235,0.8);
	font-size: 18px;
	line-height: 27px;
	padding: 22px 25px 20px;
	margin-top: 50px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
}

.olk-slider-slides .olk-slider-slide > div > span {
	font-size: 23px;
	margin-bottom: 15px;
	display: block;
}

.olk-slider-slides .olk-slider-slide.right > div {
	margin: 0 100px 0 auto;
}

.olk-slider-slides .olk-slider-slide.left > div {
	margin: 0 auto 0 100px;
}

.olk-button {
	height: 48px;
	background: rgba(255,255,255,0.8);
	border: 3px #1d9feb solid;
	color: #1d9feb;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 20px 0;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-button:hover {
	background: #1d9feb;
	color: #FFF;
	text-decoration: none;
}

.olk-slider-slides .olk-slider-slide .olk-button {
	background: #1d9feb;
	color: #FFF;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.olk-slider-slides .olk-slider-slide .olk-button:hover {
	background: #1d8fdd;
	border: 3px #1d8fdd solid;
	color: #FFF;
	text-decoration: none;
}

.olk-slider-slides .olk-slider-slide.right .olk-button {
	margin: 35px 100px 0 auto;
	float: right;
}

.olk-slider-slides .olk-slider-slide.left .olk-button {
	margin: 35px auto 0 100px;
}

.olk-content {
	max-width: 1170px;
	margin: 0 auto;
}

.olk-title {
	font-size: 23px;
	margin-bottom: 50px;
}

.olk-title-center {
	font-size: 27px;
	text-align: center;
	margin-bottom: 70px;
}

.olk-title-center::after {
	content: ' ';
	width: 150px;
	border-top: 4px #0ab0ff solid;
	margin: 20px auto 0;
	display: block;
}

.olk-info {
	padding: 80px 0 30px;
}

.olk-info-item {
	clear: both;
}

.olk-info-item img {
	margin-right: 25px;
	margin-bottom: 50px;
	float: left;
	-moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.olk-info-text {
	font-size: 18px;
	line-height: 28px;
	padding-top: 5px;
	margin-bottom: 50px;
}

.olk-info-text span {
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 30px;
	display: block;
}

.olk-specs {
	background: rgba(29, 172, 249, 0.07);
	padding: 50px 0;
}

.olk-specs .olk-specs-wrap {
	margin-left: -50px;
	margin-right: -50px
}

.olk-spec {
	width: calc((100% - 300px) / 3);
	height: 200px;
	background-size: cover;
	background-position: center;
	margin: 0 50px 110px;
	position: relative;
	float: left;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.olk-spec > span {
	width: 100%;
	font-size: 20px;
	text-align: center;
	position: absolute;
	bottom: -50px;
	left: 0;
	display: block;
}

.olk-info-addon {
	font-size: 20px;
	margin-bottom: 30px;
}

.olk-start {
	padding: 0 0 50px;
}

.olk-start .olk-start-wrap {
	padding: 0 60px;
}

.olk-start .olk-start-wrap > div:last-of-type {
	margin-bottom: 0;
}

.olk-start .olk-title-center {
	margin-bottom: 40px;
}

.olk-start-feedback {
	font-size: 17px;
	padding-left: 55px;
	margin-top: 20px;
	position: relative;
}

.olk-start-feedback i {
	color: #BBB;
	font-size: 32px;
	position: absolute;
	top: -11px;
	left: 6px;
}

.olk-step {
	font-size: 20px;
	margin-bottom: 30px;
}

.olk-step .olk-step-num {
	width: 70px;
	height: 70px;
	background: #0A96DE;
	color: #FFF;
	font-family: Segoe, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	margin-right: 30px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.olk-step .olk-step-text {
	height: 70px;
	padding-bottom: 4px;
	vertical-align: middle;
	display: table-cell;
}

.olk-step .olk-step-text p {
	font-size: 20px;
}

.olk-step .olk-step-text .olk-step-hint {
	color: #999;
	font-size: 15px;
	display: block;
}

.olk-step .olk-step-text select {
	width: auto;
	margin: 8px 0;
	display: inline;
}

.olk-step .olk-step-text ul {
	font-size: 17px;
	padding-left: 30px;
	margin-top: 8px;
}

.olk-step .olk-step-text ul li {
	margin-top: 2px;
}

.olk-step .olk-step-text ul.selected-clinic {
	display: none;
}

.olk-features {
	background: rgba(29, 172, 249, 0.07);
	padding: 50px 0;
}

.olk-reviews {
	padding: 50px 0;
}

.olk-reviews-wrap {
	margin-bottom: 40px;
}

.olk-review {
	display: none;
}

.olk-review:first-of-type {
	display: block;
}

.olk-review img {
	width: 120px;
	height: 120px;
	margin: 20px 50px 20px 20px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.olk-review > div {
	font-size: 17px;
	line-height: 26px;
	padding-top: 25px;
}

.olk-review > div > span {
	font-size: 20px;
	margin-bottom: 18px;
	display: block;
}

.olk-footer {
	background: #F5F5F5;
	font-size: 17px;
	line-height: 26px;
	padding: 55px 0 40px;
}

.olk-footer p {
	line-height: 27px;
	margin-bottom: 18px;
}

.olk-button-center {
	text-align: center;
	margin: 50px auto 20px;
}

/* Всплывающее окно */

#hider-popup-order-olk {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 4999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#popup-window-order-olk {
	width: 640px;
	min-width: 150px;
	min-height: 100px;
	max-width: 1000px;
	max-height: 800px;
	background: #FFF;
	border: 1px #BBB solid;
	margin: auto auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5000;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px 0 #444;
	-moz-box-shadow: 0 0 15px 0 #444;
	box-shadow: 0 0 15px 0 #444;
}

#popup-window-order-olk .title {
	width: 100%;
	height: 37px;
	background: #2476b6;
	padding: 9px 0 0 10px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#popup-window-order-olk .title span {
	color: #FFF;
	font-size: 16px;
}

#popup-window-order-olk .title .icon-cancel {
	color: #DDD;
	font-size: 21px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#popup-window-order-olk .title .icon-cancel:hover {
	color: #FFF;
}

#popup-window-order-olk .body {
	width: 100%;
	padding: 8px 12px 15px;
}

.order-form-wrap {
	display: none;
}

.order-form {
	font-size: 16px;
	padding: 10px 5px 6px;
}

.order-form input[type=text] {
	width: 100%;
	margin-bottom: 15px;
	display: block;
}

.order-form input[name=phone] {
	width: calc(50% - 6px);
	margin-right: 6px;
	float: left;
}

.order-form input[name=email] {
	width: calc(50% - 6px);
	margin-left: 6px;
	float: left;
}

.order-form input[type=radio] {
	width: 16px;
	height: 16px;
	margin-left: 15px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.order-form .remark {
	color: #888;
	font-size: 14px;
	margin: 14px 0 12px;
}

.order-form label {
	font-weight: normal;
	margin-bottom: 0;
	display: block;
}

.order-form > span {
	margin-bottom: 2px;
	display: block;
}

.order-form .order-form-actions {
	border-top: 1px #DDD solid;
	padding: 12px 5px 0;
	margin-left: -5px;
	margin-right: -5px;
}

.order-form .order-form-actions label {
	width: calc(100% - 165px);
	font-size: 15px;
	line-height: 20px;
	margin-left: 25px;
	position: relative;
	top: 11px;
	display: block;
	float: left;
}

.order-form .order-form-actions label input {
	width: 17px;
	height: 17px;
	margin-right: 6px;
	position: absolute;
	top: -3px;
	left: -25px;
}

.order-form button {
	width: 130px;
	margin: 2px 0 0 auto;
	display: block;
}

.order-form input::placeholder {
	color: #888 !important;
}

.order-form input:-ms-input-placeholder {
	color: #888 !important;
}

.order-form input:-ms-input-placeholder {
	color: #888 !important;
}

.order-form input::-webkit-input-placeholder {
	color: #888 !important;
}

.order-form input:-moz-placeholder {
	color: #888 !important;
}

.order-form input::-moz-placeholder {
	color: #888 !important;
}

.order-form textarea::placeholder {
	color: #888 !important;
}

.order-form textarea:-ms-input-placeholder {
	color: #888 !important;
}

.order-form textarea:-ms-input-placeholder {
	color: #888 !important;
}

.order-form textarea::-webkit-input-placeholder {
	color: #888 !important;
}

.order-form textarea:-moz-placeholder {
	color: #888 !important;
}

.order-form textarea::-moz-placeholder {
	color: #888 !important;
}

/* Дополнительные стили для ОЛК клиник */

.olk-header {
	width: 100%;
	height: 640px;
	padding-top: 120px;
	/*position: relative;*/
}

.olk-header-background {
	width: 100%;
	height: 400px;
	background: url(/images/olk_clinics/background_1.jpg) center no-repeat;
	background-size: cover;
}

.olk-header-info {
	height: 550px;
	background: url(/images/olk_clinics/background_2.jpg) center right no-repeat;
	background-size: cover;
	margin-top: -475px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 25px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 25px 0 rgba(0,0,0,0.4);
	box-shadow: 2px 2px 25px 0 rgba(0,0,0,0.4);
}

.olk-header-info-bg {
	width: 100%;
	height: 550px;
	background: rgba(25, 138, 205, 0.95);
	position: relative;
	left: -500px;
	transform: skewX(-20deg);
}

.olk-header-info-text {
	position: absolute;
	top: 0;
	left: 0;
}

.olk-header-info-text .olk-header-info-title {
	color: #FFF;
	font-family: Segoe, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	padding: 20px 40px 15px;
}

.olk-header-info-text .olk-header-info-subtitle {
	color: #EEE;
	font-size: 22px;
	padding: 0 40px;
}

.olk-header-info-solution {
	color: #FFF;
	font-size: 22px;
	padding: 32px 40px 0;
}

.olk-header-info-solution > span {
	display: block;
	margin-bottom: 12px;
}

.olk-header-info-solution > div {
	margin-left: 20px;
	margin-bottom: 6px;
}

.olk-header-info-text > a {
	border-color: #FFF;
	background: rgba(255,255,255,0.1);
	color: #FFF;
	margin-top: 32px;
	margin-left: 40px;
}

/* Адаптив лендинга для врачей */

@media (max-width: 767px) {

	.olk-button {
		width: 290px;
		height: 46px;
		border: 2px #1d9feb solid;
		text-align: center;
		padding: 9px 5px 0;
		margin: 0 auto;
		display: block;
	}

	.olk-slider {
		width: 100%;
	}

	.olk-slider-slides .olk-slider-slide {
		max-height: calc(100vh - 50px);
		height: 340px;
	}

	.olk-slider-slides .olk-slider-slide > div {
		max-width: 300px;
		font-size: 17px;
		line-height: 24px;
		padding: 16px 15px 15px;
		margin-top: 15px !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.olk-slider-slides .olk-slider-slide > div > span {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.olk-slider-slides .olk-slider-slide.right > div {
		margin: 0 10px 0 auto;
	}

	.olk-slider-slides .olk-slider-slide.left > div {
		margin: 0 auto 0 10px;
	}

	.olk-slider-slides .olk-slider-slide .olk-button {
		width: 250px;
	}

	.olk-slider-slides .olk-slider-slide.right .olk-button {
		margin: 20px 10px 0 auto;
	}

	.olk-slider-slides .olk-slider-slide.left .olk-button {
		margin: 20px auto 0 10px;
	}

	.olk-title {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.olk-info {
		padding: 25px 15px 0;
	}

	.olk-info-item img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.olk-info-text {
		font-size: 15px;
		line-height: 21px;
		padding-top: 5px;
		margin-bottom: 25px;
	}

	.olk-info-text span {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
		text-align: center;
	}

	.olk-specs {
		padding: 20px 0;
	}

	.olk-specs .olk-specs-wrap {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.olk-spec {
		width: 100%;
		height: 150px;
		margin: 0 0 50px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.olk-spec > span {
		width: 100%;
		font-size: 18px;
		bottom: -35px;
	}

	.olk-info-addon {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
	}

	.olk-reviews-wrap {
		margin-bottom: 25px;
	}

	.olk-reviews {
		padding: 20px 0;
	}

	.olk-review img {
		width: 120px;
		height: 120px;
		margin: 5px auto 20px;
		float: none;
		display: block;
	}

	.olk-review > div {
		font-size: 15px;
		line-height: 21px;
		padding: 0 15px;
	}

	.olk-review > div > span {
		font-size: 18px;
		margin-bottom: 18px;
		text-align: center;
		display: block;
	}

	.olk-footer {
		font-size: 17px;
		line-height: 23px;
		padding: 20px 15px 12px;
	}

	.olk-footer p {
		line-height: 21px;
		margin-bottom: 12px;
	}

	#inner_main #div_block_content {
		margin-bottom: 0 !important;
	}

/* Адаптив лендинга для клиник */

	.olk-header {
		width: 100%;
		height: calc(100vh - 50px);
		padding-top: 0;
	}

	.olk-header-background {
		display: none;
	}

	.olk-header-info {
		height: calc(100vh - 50px);
		margin-top: 0;
		position: relative;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.olk-header-info-bg {
		display: none;
	}

	.olk-header-info-text {
		width: 100%;
		height: 100%;
		background: rgba(50,50,50,0.5);
		position: absolute;
		top: 0;
		left: 0;
	}

	.olk-header-info-text .olk-header-info-title {
		font-size: 30px;
		padding: 16px 15px 12px;
		text-shadow: 1px 1px 15px #000;
	}

	.olk-header-info-text .olk-header-info-title br {
		display: none;
	}

	.olk-header-info-text .olk-header-info-subtitle {
		color: #FFF;
		font-size: 17px;
		line-height: 1.3;
		padding: 0 15px 0;
		text-shadow: 1px 1px 15px #000;
	}

	.olk-header-info-solution {
		font-size: 18px;
		line-height: 1.3;
		padding: 25px 15px 0;
		text-shadow: 1px 1px 15px #000;
	}

	.olk-header-info-solution br {
		display: none;
	}

	.olk-header-info-solution > span {
		margin-bottom: 8px;
	}

	.olk-header-info-solution > div {
		margin-left: 15px;
		margin-bottom: 4px;
	}

	.olk-header-info-text > a {
		width: 250px;
		background: rgba(255,255,255,0.15);
		margin-top: 25px;
		margin-left: auto;
	}

	.olk-title-center {
		font-size: 23px;
		line-height: 1.35;
		margin-bottom: 25px;
		padding-left: 15px;padding-right: 15px;
	}

	.olk-start .olk-title-center {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.olk-title-center::after {
		border-top: 3px #0ab0ff solid;
		margin: 10px auto 0;
	}

	.olk-start {
		padding: 0 0 20px;
	}

	.olk-start .olk-start-wrap {
		padding: 0 10px;
	}

	.olk-step {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.olk-step .olk-step-num {
		width: 46px;
		height: 46px;
		font-size: 27px;
		margin-right: 15px;
	}

	.olk-step .olk-step-text p {
		font-size: 16px;
		line-height: inherit;
	}

	.olk-step .olk-step-text .olk-step-hint {
		line-height: 18px;
		padding-top: 2px;
	}

	.olk-button-center {
		margin: 30px auto 5px;
	}

	.olk-button-center .olk-button {
		width: 264px;
		height: 72px;
	}

	.olk-features {
		padding: 25px 0 5px;
	}

	.olk-features .olk-info-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.olk-wrap ~ #popup-window-order-olk {
		max-width: calc(100% - 10px);
	}

	.order-form {
		padding: 10px 5px 2px;
	}

	.order-form input[name=phone] {
		width: 100%;
		margin-right: 0;
	}

	.order-form input[name=email] {
		width: 100%;
		margin-left: 0;
	}

	.order-form .order-form-actions label {
		width: 100%;
		font-size: 14px;
		line-height: 19px;
		top: 1px;
		float: none;
	}

	.order-form button {
		width: 130px;
		margin: 15px auto 0;
		display: block;
	}

}

/* Стартовая страница консультаций: хедер */

.olk-list-header {
	width: 100%;
	height: 21vw;
	background: url(/images/olk_index/olk_header.png) no-repeat center top;
	background-size: cover;
}

/* Стартовая страница консультаций: плашка со статистикой */

.olk-list-stat {
	min-width: 450px;
	max-width: 700px;
	background: #FFF;
	font-family: Segoe, sans-serif;
	font-size: 22px;
	padding: 11px 20px 15px;
	margin: -55px auto 20px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 25px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 25px 0 rgba(0,0,0,0.3);
	box-shadow: 4px 4px 25px 0 rgba(0,0,0,0.3);
}
.olk-list-stat > div:first-of-type {
	color: #444;
	font-family: Segoe, sans-serif;
	font-size: 20px;
	margin-top: 0;
}
@media (max-width: 900px) { .olk-list-stat > div:first-of-type { display: none; } }
.olk-list-stat > div:not(:first-of-type) {
	color: #0A96DE;
	font-family: Segoe, sans-serif;
	font-size: 20px;
	margin-top: 0;
}
.olk-list-stat > p {
	display: inline-block;
	margin: 1px 0 0 16px;
}
.olk-list-stat > p > label {
	margin: 0 !important;
	font-weight: 100 !important;
	font-size: 18px;
}
.olk-list-stat > p > label > input {
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 7px;
	float: left;
}
.olk-list-stat > p > label > span {
	margin-top: 0;
	display: inline-block;
}

/* Стартовая страница консультаций: список специальностей */

.olk-list-specialities {
	text-align: center;
	margin: auto 0;
}

.olk-list-specialities > div {
	font-size: 18px;
	margin: 2px 10px;
	display: inline-block;
}

.olk-list-specialities > div > span {
	width: 18px;
	height: 18px;
	background: #EEE;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 1px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	position: relative;
	top: -1px;
	left: 6px;
	display: inline-block;
}

/* Стартовая страница консультаций: фильтр */

.olk-list-filter {
	margin-bottom: 10px;
}

.olk-list-filter input.for-clinic-only {
	width: calc(100% - 180px) !important;
}

.olk-list-filter select[name=type] {
	width: calc(100% - 180px);
	display: inline-block;
}

.olk-list-filter .olk-list-find {
	float: right;
}

.olk-list-filter .olk-list-reset {
	line-height: 16px;
	margin-left: 10px;
	margin-top: 11px;
	float: right;
}

.olk-list-filter .frm-mh > div:first-of-type {
	margin-bottom: 10px;
}

.olk-list-checks {
	margin-bottom: 0 !important;
}

.olk-list-btn-mobile {
	display: none;
}

/* Стартовая страница консультаций: легенда */

.olk-list-legend {
	font-size: 16px;
	margin-bottom: 10px;
}

.olk-list-legend > div {
	margin-top: 12px;
}

.olk-list-legend > div > div {
	width: 100px;
	border-top: 4px #CCC solid;
	margin-bottom: 9px;
}

.olk-list-legend > div > i {
	position: relative;
	top: 1px;
}

.olk-list-legend .status-online {
	color: #0B0;
}

.olk-list-legend .status-offline {
	color: #eccf00;
}

.olk-list-legend .status-none {
	color: #AAA;
}

/* Стартовая страница консультаций: список консультантов (общий) */

.olk-list-wrap {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 -21px;
	position: relative;
	visibility: hidden;
}

.olk-list-hr {
	width: 100%;
	height: 50px;
	border-bottom: 1px #DDD solid;
	margin-bottom: 50px;
}

.olk-list-block {
	width: calc((100% - 36px) / 3);
	border: 1px #DDD solid;
	padding: 52px 15px 0;
	margin: 6px;
	position: relative;
	cursor: default;
}

.olk-list-block.bg-0 {
	background: #F5F5F5;
}

.olk-list-block.bg-1 {
	background: #F1F1F1;
}

.olk-list-block.bg-2 {
	background: #EDEDED;
}

.olk-list-block.bg-3 {
	background: #E9E9E9;
}

.olk-list-block.bg-4 {
	background: #E5E5E5;
}

.olk-spec-title {
	background: #DDD;
	border: 3px #FFF solid;
	color: #777;
	font-family: Segoe, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2px;
	padding: 5px 10px;
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-list-block:hover .olk-spec-title {
	color: #666;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.35);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.35);
}

.olk-spec-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
}

.olk-cons-block {
	min-height: 45px;
	border-bottom: 1px #DDD solid;
	padding-bottom: 8px;
	margin: 0 0 15px 0;
}

.olk-cons-block:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 0 12px 0;
}

.olk-cons-photo {
	margin-right: 10px;
	position: relative;
	float: left;
}

.olk-cons-photo > img {
	width: 45px;
	height: 45px;
	border: 2px #FFF solid;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}

.olk-cons-photo > i {
	position: absolute;
	top: -3px;
	left: -3px;
}

.olk-cons-block.status-0 .olk-cons-photo > i {
	color: rgba(150,150,150,0.9);
}

.olk-cons-block.status-1 .olk-cons-photo > i {
	color: #0B0;
}

.olk-cons-block.status-2 .olk-cons-photo > i {
	color: #eccf00;
}

.olk-cons-params {
	margin-left: 55px;
}

.olk-cons-name {
	color: #555;
	font-size: 16px;
	/*font-size: 15.5px;*/
	/*font-weight: bold;*/
	padding-top: 3px;
}

.olk-cons-name.olk-cons-individual {
	padding-top: 1px;
}

.olk-cons-name.olk-cons-tech-off {
	padding-top: 12px;
}

.olk-cons-clinic {
	font-size: 13px;
	padding-top: 2px;
}

.olk-cons-name a,
.olk-cons-clinic a {
	border-bottom: 1px transparent solid;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-cons-name a:hover,
.olk-cons-clinic a:hover {
	border-bottom: 1px #444 solid;
	color: #444;
}

.olk-cons-price {
	color: #484;
	font-size: 21px;
	font-weight: bold;
	margin-top: 4px;
	display: inline-block;
}

.olk-cons-price span {
	color: #777;
	font-size: 18px;
	font-weight: normal;
	margin-left: 4px;
}

.olk-cons-price .olk-old-price {
	color: #666;
	font-size: 19px;
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
	position: relative;
}

.olk-cons-price .olk-old-price::after {
	content: '';
	width: 100%;
	border-top: 1px #000 solid;
	display: block;
	position: absolute;
	top: 50%;
}

.olk-cons-price span.bns-big {
	margin-left: 2px;
}

.olk-cons-price.olk-cons-individual {
	color: #666;
	font-size: 18px;
	margin-top: 1px;
}

.olk-cons-duration {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
}

.olk-cons-link {
	margin-top: 9px;
	float: right;
}

.olk-cons-link.olk-cons-individual {
	margin-top: 2px;
	float: right;
}

.olk-list-empty {
	width: calc(100% - 12px);
	font-size: 16px;
	line-height: 25px;
	padding: 56px 0;
	text-align: center;
}

.olk-list-title {
	font-family: Segoe, sans-serif;
	font-size: 29px;
	text-align: center;
}

.olk-list-mobile {
	padding: 30px 0;
}

.olk-list-mobile-image {
	width: 50%;
	height: 350px;
	background: url(/images/olk_index/olk_mobile.png) center no-repeat;
	background-size: contain;
	margin: 20px 0 10px;
	float: left;
}

.olk-list-mobile-info {
	width: 50%;
	height: 350px;
	padding: 20px 0 0 70px;
	margin: 20px 0 10px;
	position: relative;
	float: left;
}

.olk-list-mobile-text {
	font-family: Segoe, sans-serif;
	font-size: 24px;
}

.olk-list-mobile-text li {
	margin-bottom: 9px;
}

.olk-list-mobile-button {
	width: 180px;
	height: 57px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	cursor: pointer;
	position: absolute;
	bottom: 45px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-list-mobile-button:hover {
	opacity: 1;
}

.olk-list-mobile-apple {
	background-image: url(/images/olk_index/olk_mobile_apple.png);
	right: 200px;
}

.olk-list-mobile-google {
	background-image: url(/images/olk_index/olk_mobile_google.png);
	right: 0;
}

.olk-list-reviews-wrap {
	background: #F7F7F7;
}

.olk-list-reviews {
	margin: 0 -35px;
	padding: 30px 0;
}

.olk-list-review {
	width: calc((100% - 120px) / 3);
	min-height: 300px;
	background: #E0E5E9;
	padding: 0 24px;
	margin: 100px 20px 20px;
	position: relative;
	float: left;
}

.olk-list-review-photo {
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -60px;
	left: calc(50% - 60px);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.olk-list-review-photo.photo-1 {
	background-image: url(/images/olk_index/olk_review_1.jpg);
}

.olk-list-review-photo.photo-2 {
	background-image: url(/images/olk_index/olk_review_2.jpg);
}

.olk-list-review-photo.photo-3 {
	background-image: url(/images/olk_index/olk_review_3.jpg);
}

.olk-list-review-name {
	font-family: Segoe, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 75px 0 12px;
}

.olk-list-review-text {
	font-size: 16px;
	line-height: 24px;
}

.olk-list-faq-wrap {
	background: #E9E9E9;
}

.olk-list-faq {
	padding: 30px 0;
}

.olk-list-faq .olk-list-questions {
	margin: 35px 0 0;
}

.olk-list-faq .olk-list-question > span {
	font-size: 20px;
	border-bottom: 1px #888 dashed;
	margin-bottom: 20px;
	cursor: pointer;
	display: inline-block;
}

.olk-list-faq .olk-list-question > div {
	border-left: 10px #DDD solid;
	font-size: 18px;
	padding: 1px 12px;
	margin: 10px 0 40px 80px;
	display: none;
}

.olk-list-partners {
	padding: 30px 0 20px;
}

.olk-list-partners a {
	border: 2px #0c92eb solid;
	color: #0c92eb;
	font-size: 19px;
	font-weight: bold;
	padding: 6px 20px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-list-partners a:hover {
	background: #0c92eb;
	color: #FFF;
}

/* Адаптив лендинга стартовой страницы */

@media (max-width: 991px) {

	.olk-list-block {
		width: calc((100% - 24px) / 2);
	}

}

@media (max-width: 767px) {

	.olk-list-header {
		height: 220px;
		padding-top: 152px;
	}

	.olk-list-header > div {
		width: 315px;
		font-size: 14px;
	}

	.olk-list-stat {
		width: calc(100% - 30px);
		font-size: 18px;
		font-weight: bold;
		padding: 0 10px;
		margin: 10px auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.olk-list-stat > div {
		font-size: 17px;
		font-weight: bold;
		margin-top: 2px;
	}

	.olk-list-specialities {
		margin-bottom: 10px;
		display: none;
	}

	.olk-list-specialities > div {
		font-size: 14px;
		margin: 2px 5px;
	}
	.olk-list-specialities > div > a:after {
		content: ":";
	}

	.olk-list-specialities > div > span {
		width: auto;
		height: auto;
		background: transparent;
		font-size: 13px;
		padding-top: 0;
		padding-left: 0;
		text-align: left;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		top: 1px;
		left: 3px;
	}

	.olk-list-filter .frm-mh {
		margin: 0 5px;
	}

	.olk-list-filter .frm-mh > div > div {
		width: 100% !important;
		padding-left: 0 !important;
	}

	.olk-list-filter select[name=type] {
		width: 100%;
	}

	.olk-list-filter .frm-mh > div:first-of-type {
		margin-bottom: 0;
	}

	.frm-mh > div > div label {
		padding-left: 24px;
	}

	.olk-list-filter .frm-mh > div > div input[type=checkbox] {
		width: 16px;
		height: 16px;
		margin-top: 0;
		margin-right: 4px;
		position: absolute;
		left: 1px;
		top: 2px;
	}

	.olk-list-reset,
	.olk-list-find {
		display: none;
	}

	.olk-list-btn-mobile {
		display: block;
	}

	.olk-list-filter .frm-mh .olk-list-btn-mobile .olk-list-reset,
	.olk-list-filter .frm-mh .olk-list-btn-mobile .olk-list-find {
		width: auto !important;
		margin-top: 5px;
		clear: both;
		float: none;
		display: inline-block;
	}

	.olk-list-filter .frm-mh .olk-list-btn-mobile .olk-list-reset {
		margin-left: 5px;
	}

	.olk-list-legend {
		margin-bottom: 0;
	}

	.olk-list-legend > div {
		font-size: 14px;
		padding: 0 5px;
		margin-top: 0;
	}

	.olk-list-legend > div > span {
		display: block;
	}

	.olk-list-legend > div > div {
		display: none;
	}

	.olk-list-title {
		font-size: 20px;
	}

	.olk-list-wrap {
		margin: 0 -10px;
	}

	.olk-list-block {
		width: calc(100% - 10px);
		padding: 48px 10px 0;
		margin: 5px;
	}

	.olk-spec-title {
		font-size: 16px;
	}

	.olk-cons-name {
		font-size: 15px;
		line-height: 19px;
	}

	.olk-cons-duration {
		font-size: 15px;
		margin-left: 5px;
	}

	.olk-cons-price {
		font-size: 19px;
	}

	.olk-cons-price span {
		font-size: 17px;
	}

	.olk-cons-price.olk-cons-individual {
		font-size: 17px;
	}

	.olk-list-empty {
		width: calc(100% - 4px);
		font-size: 16px;
		line-height: 21px;
		padding: 12px;
		margin: 0 2px;
	}

	.olk-list-mobile {
		padding: 15px 0;
	}

	.olk-list-mobile-image {
		width: calc(100% - 20px);
		height: 180px;
		margin: 10px;
		clear: both;
		float: none;
	}

	.olk-list-mobile-info {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0;
		margin: 10px 0 5px;
		clear: both;
		float: none;
	}

	.olk-list-mobile-text {
		font-size: 16px;
		text-align: left;
	}

	.olk-list-mobile-text li {
		margin-bottom: 2px;
	}

	.olk-list-mobile-button {
		width: 120px;
		height: 38px;
		margin: 10px 6px 0;
		position: static;
		display: inline-block;
	}

	.olk-list-reviews {
		margin: 0;
		padding: 15px 0;
	}

	.olk-list-review {
		width: 100%;
		min-height: 0;
		padding: 0 24px 20px;
		margin: 60px 0 10px;
		clear: both;
		float: none;
	}

	.olk-list-review-photo {
		width: 80px;
		height: 80px;
		top: -40px;
		left: calc(50% - 40px);
	}

	.olk-list-review-name {
		font-size: 16px;
		padding-top: 50px;
		margin: 0;
	}

	.olk-list-review-text {
		font-size: 15px;
		line-height: 21px;
		margin-top: 8px;
	}

	.olk-list-faq {
		padding: 15px 0;
	}

	.olk-list-faq .olk-list-questions {
		padding: 0 10px;
		margin: 12px 0 0;
	}

	.olk-list-faq .olk-list-question {
		margin-bottom: 10px;
	}

	.olk-list-faq .olk-list-question > span {
		font-size: 15px;
		margin-bottom: 0;
		display: inline;
	}

	.olk-list-faq .olk-list-question > div {
		border-left: 5px #DDD solid;
		font-size: 15px;
		padding: 0 10px;
		margin: 10px 0 15px 0;
	}

}
