/*
0) COMMON
1) KV-SLIDER
2) DEPENDENCE
3) SECTION-BLOCKQUOTE
4) USEFUL-ARTICLES
5) METHOD-STRUGGLE
6) REASONS
*/

/* 0) COMMON START */
.main-index .footnote .col {
	padding-top: 12px;
}

.main-index .footnote .col::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 30px);
	border-top: 1px solid rgba(196, 196, 196, 0.5);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.main-index .footnote p {
	margin-bottom: 0;
	color: #5c5c5c;
	font: 400 14px/30px "Geometria", Arial, sans-serif;
}

.body-doctor .section-blockquote.video { margin-top: 0; }
.body-doctor .section-blockquote.contacts { margin-bottom: 0; }
/* 0) COMMON END */

/* 1) KV-SLIDER START */
.kv { position: relative; margin-bottom: 50px; }

.kv__slider-slide {
	position: relative;
	height: 533px;
}

.kv__slider-slide .img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.kv__slider-slide .img-container::before {
	content: '';
	position: absolute;
	top: 0;
	width: 65%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(65%, rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65%);
}

.kv__slider-slide-info { padding-top: 105px; max-width: 350px; }

.kv__slider-slide-info h2 {
	position: relative;
	margin-bottom: 26px;
	padding-left: 64px;
	color: rgba(255, 255, 255, 0.3);
	font: 700 15px "Geometria", Arial, sans-serif;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.kv__slider-slide-info h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 3px;
	background: #cae019;
	border-radius: 6.25rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.kv__slider-slide-title {
	margin-bottom: 50px;
	color: #fff;
	font: 700 44px "Geometria", Arial, sans-serif;
}

.kv__slider .slick-dots {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	left: 50%;
	width: 100%;
	max-width: 980px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.kv__mouse {
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	width: 27px;
	height: 37px;
	background: url('../img/mouse.png') no-repeat 50%/contain;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
/* 1) KV-SLIDER END */

/* 2) INFO-SLIDER START */
.info-slider { padding: 50px 0; }

.info-slider__left {
	-ms-flex: 0 0 35%;
	-webkit-box-flex: 0;
	flex: 0 0 35%;
	padding-top: 40px;
	max-width: 35%;
}

.info-slider__left h2 {
	margin-bottom: 26px;
	color: #222;
	font: 700 40px/50px "Geometria", Arial, sans-serif;
}

.info-slider__left p {
	position: relative;
	margin-bottom: 0;
	padding-left: 35px;
	padding-right: 50px;
	color: #222;
	font: 200 16px/20px "Geometria", Arial, sans-serif;
}

.info-slider__left p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: calc(100% - 8px);
	background: #0772c8;
	border-radius: 100px;
}

.info-slider__left .btn {
	position: absolute;
	bottom: 40px;
	left: 15px;
	min-width: 192px;
}

.info-slider__right {
	-ms-flex: 0 0 65%;
	-webkit-box-flex: 0;
	flex: 0 0 65%;
	position: relative;
	max-width: 65%;
}

.standart-slider { position: relative; }

.standart-slider::after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 100%;
	background: #000;
}

.body-patient .standart-slider::after { background: #0772c8; }
.body-doctor .standart-slider::after { background: #c6d645; }

.standart-slider .slide { position: relative; height: 470px; }

.standart-slider .slide .img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.standart-slider .slide-info {
	position: absolute;
	bottom: 40px;
	left: 40px;
	padding: 15px 20px;
	max-width: 310px;
	height: 190px;
	background: rgba(255, 255, 255, 0.9);
}

.standart-slider .slide-info h2 {
	margin-bottom: 0;
	color: #222;
	font: 700 24px/28px "Geometria", Arial, sans-serif;
}

.standart-slider.slider-otkaz-ot-kureniya .slide-info h2 {
	font: 700 22px/26px "Geometria", Arial, sans-serif;
}

.standart-slider .slide-info .read {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.standart-slider .slick-dots {
	bottom: 40px;
	left: auto;
	right: 30px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.info-slider__right .istok { margin-top: 10px; }

.info-slider__right .istok p {
	margin-bottom: 0;
	color: #222;
	font: 200 12px "Geometria", Arial, sans-serif;
}
/* 2) INFO-SLIDER END */

/* 3) SECTION-BLOCKQUOTE START */
.section-blockquote {
	position: relative;
	margin: 50px 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	z-index: 1;
}

.section-blockquote.contacts { background-image: url('../img/blockquote-1.jpg'); }
.section-blockquote.diary { background-image: url('../img/blockquote-2.jpg'); }
.section-blockquote.video { background-image: url('../img/blockquote-3.jpg'); }
.section-blockquote.help-doctor { background-image: url('../img/blockquote-4.jpg'); }
.section-blockquote.interview { background-image: url('../img/blockquote-5.jpg'); }
.section-blockquote.lection { background-image: url('../img/blockquote-6.jpg'); }

.section-blockquote.clinical1 { background-image: url('../img/clinical-img-1.png'); }
.section-blockquote.clinical2 { background-image: url('../img/clinical-img-2.png'); }

.section-blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.blue.section-blockquote::before { background: rgba(7, 114, 200, 0.8); }
.white.section-blockquote::before { background: rgba(255, 255, 255, 0.8); }
.no-white.section-blockquote::before { display: none; }

.blockquote__slider { margin-bottom: 70px; }

.blockquote__slider-wrap { width: 100%; }

.blockquote__slider .bot-arrows .slick-prev,
.blockquote__slider .bot-arrows .slick-next { bottom: -64px; }

.blockquote__slider .horizontal .slick-dots { bottom: -50px; }

.section-blockquote .col,
.section-blockquote .slide {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 180px;
}

.section-blockquote h2 {
	position: absolute;
	top: 30px;
	left: 15px;
	margin-bottom: 0;
	padding-left: 64px;
	color: rgba(255, 255, 255, 0.5);
	font: 700 12px/15px "Geometria", Arial, sans-serif;
	text-transform: uppercase;
}

.section-blockquote h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 2px;
	background: #fff;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.section-blockquote h3 {
	margin-bottom: 0;
	color: #fff;
	font: 500 40px "Geometria", Arial, sans-serif;
}

.blue.section-blockquote h3 { color: #fff; }
.white.section-blockquote h3 { color: #222; font-weight: 700; }

.section-blockquote h4 {
	margin-top: 12px;
	margin-bottom: 0;
	color: #fff;
	font: 400 18px "Geometria", Arial, sans-serif;
}

.blue.section-blockquote h4 { color: #fff; }
.white.section-blockquote h4 { color: #222; }

.section-blockquote p {
	margin: 14px 0 0;
	color: #fff;
	font: 400 18px "Geometria", Arial, sans-serif;
}

.blue.section-blockquote p { color: #fff; }
.white.section-blockquote p { color: #222; }

.section-blockquote .btn { width: 205px; }
/* 3) SECTION-BLOCKQUOTE END */

/* 4) USEFUL-ARTICLES START */
.useful-article { padding: 50px 0; }

.useful-article__slider { position: relative; padding-bottom: 52px; }

.useful-article__slider::before,
.useful-article__slider::after {
	content: '';
	position: absolute;
	top: 0;
	width: 135px;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.useful-article__slider::before { left: 0; background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.0001) 100%); background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.0001))); background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.0001) 100%); }
.useful-article__slider::after { right: 0; background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0.0001) 100%); background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0.0001))); background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.0001) 100%); }

.useful-article__slider .slide { margin: 0 5px; width: 370px; }

.useful-article__slider .slide-block {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 440px;
}

.useful-article__slider .slick-current .slide-block { -webkit-box-shadow: 0 4px 10px rgba(127, 127, 127, 0.25); box-shadow: 0 4px 10px rgba(127, 127, 127, 0.25); }

.useful-article__slider .mark {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 4px 6px 2px;
	background: #0772c8;
	z-index: 1;
}

.useful-article__slider .mark p {
	margin-bottom: 0;
	color: #fff;
	font: 700 10px/13px "Geometria", Arial, sans-serif;
	text-transform: uppercase;
}

.useful-article__slider .img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.useful-article__slider .btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 18px 20px 16px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	pointer-events: none;
	z-index: -2;
}

.useful-article__slider .slide:hover .btn,
.useful-article__slider .slick-current .btn {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.useful-article__slider .slide h2 {
	margin-bottom: 0;
	padding: 0 68px;
	color: #222;
	font: 700 18px/23px "Geometria", Arial, sans-serif;
	text-align: center;
}

.useful-article__slider .slick-dots {
	bottom: 14px;
	max-width: 74px;
	overflow: hidden;
}
/* 4) USEFUL-ARTICLES END */

/* 5) METHOD-STRUGGLE START */
.method-struggle {
	margin: 0 auto;
	padding: 50px 0 40px;
	max-width: 1130px;
}

.method-struggle__slider { padding-bottom: 58px; }

.method-struggle__blocks {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.method-struggle__slider .slide {
	position: relative;
	margin: 0 5px;
	padding-bottom: 24px;
	width: 370px;
}

.method-struggle__blocks .slide {
	position: relative;
	padding-bottom: 24px;
	width: calc(50% - 5px);
}

.method-struggle .img-container {
	margin-bottom: -30px;
	width: 100%;
	height: 260px;
	z-index: -1;
}

.method-struggle .slide-block {
	position: relative;
	margin: 0 auto;
	padding: 20px 30px;
	height: 188px;
	background: #fff;
	border: 1px solid #d9d9d9;
	z-index: 1;
}

.method-struggle .slide-block:hover { border-color: transparent; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }

.method-struggle__slider .slide-block { width: 310px; }
.method-struggle__blocks .slide-block { width: 350px; }

.method-struggle .slide-block h2 {
	margin-bottom: 0;
	color: #222;
	font: 700 24px/32px "Geometria", Arial, sans-serif;
}

.method-struggle .slide-block h2.first-child {
	font: 700 20px/22px "Geometria", Arial, sans-serif;
}

.method-struggle .slide-block .read {
	position: absolute;
	bottom: 24px;
	left: 30px;
}

.method-struggle .slick-dots {
	bottom: 14px;
	max-width: 74px;
	overflow: hidden;
}
/* 5) METHOD-STRUGGLE END */

/* 6) REASONS START */
.reasons {
	padding: 65px 0;
	background: url('../img/reasons-bg.jpg') no-repeat 50%/cover;
}

.reasons .title { position: relative; z-index: 1; }

.reasons__slider {
	margin: -30px auto 0;
	padding-bottom: 60px;
	width: 902px;
}

.reasons__slider .slide {
	position: relative;
	margin: 0 -1px;
	padding-top: 88px;
	width: 302px;
	height: 302px;
	text-align: center;
}

.horizontal .slick-dots {
	bottom: 14px;
	max-width: 75px;
	overflow-x: hidden;
}

.reasons__slide-info { padding: 0 30px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.reasons__slider .slide:hover .reasons__slide-info { opacity: 0; }

.reasons__slide-info h2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 20px;
	position: relative;
	width: 70px;
	height: 70px;
	color: #0772c8;
	font: 500 30px/30px "Geometria", Arial, sans-serif;
	text-align: center;
	background: transparent;
	border-radius: 50%;
	z-index: 1;
}

.reasons__slide-info h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	background: #f1f3f4;
	-webkit-box-shadow: inset 0 1px 10px rgba(7, 114, 200, 0.4);
	box-shadow: inset 0 1px 10px rgba(7, 114, 200, 0.4);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.reasons__slide-info h2::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(225deg, #c6d645 0%, #0772c8 100%);
	background: linear-gradient(-135deg, #c6d645 0%, #0772c8 100%);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
}

.reasons__slide-info p {
	color: #222;
	font: 400 16px/24px "Geometria", Arial, sans-serif;
	text-decoration: underline;
	-webkit-text-decoration-color: #1278c1;
	text-decoration-color: #1278c1;
}

.reasons__slide-hint {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 220px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 5px 50px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 50px 5px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	z-index: 1;
}

.reasons__slider .slide:hover .reasons__slide-hint { opacity: 1; }

.reasons__slide-hint::after {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 14px;
	height: 14px;
	background: #c6d645;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.reasons__slide-hint h2 {
	position: absolute;
	top: -2px;
	right: 20px;
	width: 46px;
	height: 46px;
	color: #fff;
	font: 700 24px/46px "Geometria", Arial, sans-serif;
	background: #1278c1;
	border-radius: 50%;
}

.reasons__slide-hint p {
	margin-bottom: 0;
	padding: 0 25px;
	color: #222;
	font: 400 12px/16px "Geometria", Arial, sans-serif;
}
/* 6) REASONS END */

/* 7) VIDEO__SECTION START */
.video-section {
	padding: 55px 0 42px;
	background: #f1f3f4;
}

.video-section .title { margin-bottom: 56px; }

.video-section .video-section__block {
	position: relative;
	margin: 0 auto 25px;
	width: 522px;
	height: 350px;
	-webkit-box-shadow: 0 5px 50px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 50px 5px rgba(0, 0, 0, 0.15);
}

.video-section__iframe { width: 100%; height: 100%; }

.video-section__play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('../img/play.png') no-repeat 50%/contain;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.video-section__play:hover { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }

.video-section__text {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0;
	width: 100%;
	color: #4a4a4a;
	font: 400 12px "Geometria", Arial, sans-serif;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.video-section .copyright {
	margin-bottom: 0;
	color: #8c8c8c;
	font: 400 10px "Geometria", Arial, sans-serif;
	text-align: center;
}


.video-section .video-section__block.videos-2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.videos-2 .video { width: 48%; height: 80%; }
/* 7) VIDEO__SECTION END */

@media (max-width: 1024px) {
	/* 0) COMMON START */
	.main-index .footnote .col {
		margin-bottom: 4.6875rem;
		padding-top: 3.4375rem;
	}

	.main-index .footnote .col::after {
		width: calc(100% - 8.75rem);
		border-width: 0.125rem;
	}

	.main-index .footnote p {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	/* 0) COMMON END */

	/* 1) KV-SLIDER START */
	.kv { margin-bottom: 3.125rem; }

	.kv__slider-slide { padding-top: 26.5625rem; height: 100.625rem; }

	.kv__slider-slide .img-container::before { display: none; }

	.kv__slider-slide-info {
		padding-top: 0;
		max-width: 100%;
		text-align: center;
	}

	.kv__slider-slide-info h2 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 6.25rem;
		padding-left: 10.9375rem;
		font-size: 2.3125rem;
		text-align: left;
	}

	.kv__slider-slide-info h2::before { width: 8.5625rem; height: 0.375rem; }

	.kv__slider-slide-title {
		margin-bottom: 11.875rem;
		max-width: 40.625rem;
		font-size: 6.375rem;
		text-align: left;
	}

	.kv__slider .slick-dots {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		left: 50%;
		width: 100%;
		max-width: 61.25rem;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.kv__mouse {
		bottom: 6.75rem;
		width: 6.125rem;
		height: 6.125rem;
		background: url('../img/arrow-bot.png') no-repeat 50%/contain;
	}
	/* 1) KV-SLIDER END */

	/* 2) INFO-SLIDER START */
	.info-slider { padding: 4.6875rem 0; }

	.info-slider .container,
	.info-slider .row,
	.info-slider .col { margin: 0; padding: 0; }

	.info-slider__left {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-bottom: 7rem;
		padding: 0 4.375rem;
		max-width: 100%;
		text-align: center;
	}

	.info-slider__left h2 {
		margin-bottom: 5rem;
		font-size: 6.375rem;
		line-height: 1.1;
		text-align: left;
	}

	.succes .info-slider__left h2 { margin-bottom: 12.375rem; }

	.info-slider__left p {
		margin-bottom: 15rem;
		padding-left: 6.25rem;
		padding-right: 6.25rem;
		font-size: 2.875rem;
		line-height: 1.1;
		text-align: left;
	}

	.info-slider__left p::before {
		top: 0.625rem;
		width: 1.625rem;
		height: calc(100% - 0.625rem);
		border-radius: 6.25rem;
	}

	.info-slider__left .btn {
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		min-width: 34.25rem;
	}

	.info-slider__right {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-left: 0;
		padding: 0;
		max-width: 100%;
	}

	.info-slider__right .istok { margin-top: 1.75rem; padding: 0 1.75rem; }

	.info-slider__right .istok p { font-size: 2.125rem; }

	.standart-slider::after { display: none; }

	.standart-slider .slide { height: 83.4375rem; }

	.standart-slider .slide-info {
		bottom: 6.875rem;
		left: 50%;
		padding: 3.75rem 5.3125rem;
		width: 55.125rem;
		max-width: 100%;
		height: 33.75rem;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.standart-slider .slide-info h2 {
		margin-bottom: 6.25rem;
		font-size: 4.25rem;
		line-height: 1.1;
	}

	.standart-slider .slide-info .read { bottom: 3.75rem; left: 5.3125rem; }

	.standart-slider .slick-dots {
		bottom: 2.8125rem;
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	/* 2) INFO-SLIDER END */

	/* 3) SECTION-BLOCKQUOTE START */
	.section-blockquote { margin: 4.6875rem 0; padding: 0; }

	.section-blockquote.contacts { background-image: url('../img/blockquote-1-mob.jpg'); }
	.section-blockquote.diary { background-image: url('../img/blockquote-2-mob.jpg'); }
	.section-blockquote.video { background-image: url('../img/blockquote-3-mob.jpg'); }
	.section-blockquote.help-doctor { background-image: url('../img/blockquote-4-mob.jpg'); }
	.section-blockquote.interview { background-image: url('../img/blockquote-5-mob.jpg'); }
	.section-blockquote.lection { background-image: url('../img/blockquote-6-mob.jpg'); }

	.section-blockquote .col,
	.section-blockquote .slide {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 66.75rem;
		padding: 0 1.25rem;
	}

	.blockquote__slider { margin-bottom: 12.5rem; }

	.blockquote__slider .bot-arrows .slick-prev,
	.blockquote__slider .bot-arrows .slick-next { bottom: -11.375rem; }

	.blockquote__slider .horizontal .slick-dots { bottom: -8.875rem; }

	.blockquote__slider .slide { padding: 0 4.375rem; }

	.section-blockquote h2 {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 5.625rem;
		padding-left: 11.5625rem;
		width: 100%;
		font-size: 2.3125rem;
		line-height: 1.1;
		letter-spacing: 0.025em;
	}

	.section-blockquote h2::before { width: 8.5625rem; height: 0.4375rem; }

	.section-blockquote h3 {
		width: 100%;
		font-size: 6.375rem;
		line-height: 1.1;
		text-align: center;
	}

	.white.section-blockquote h4 { margin-top: 8rem; text-align: center; }

	.section-blockquote p {
		margin: 5rem 0 0;
		padding: 0 6.25rem;
		font-size: 3.1875rem;
		text-align: center;
	}

	.section-blockquote .btn { margin-top: 18.125rem; width: 36.5rem; }
	/* 3) SECTION-BLOCKQUOTE END */

	/* 4) USEFUL-ARTICLES START */
	.useful-article { padding: 4.6875rem 0; }

	.useful-article__slider { padding-bottom: 7.1875rem; }

	.useful-article__slider::before,
	.useful-article__slider::after { display: none; }

	.useful-article__slider .slide { margin: 0; width: 100vw; }

	.useful-article__slider .slide-block { margin-bottom: 4.375rem; height: 78.25rem; }

	.useful-article__slider .slick-current .slide-block { -webkit-box-shadow: 0 0.6875rem 1.75rem rgba(127, 127, 127, 0.25); box-shadow: 0 0.6875rem 1.75rem rgba(127, 127, 127, 0.25); }

	.useful-article__slider .mark {
		top: 3.625rem;
		left: 3.625rem;
		padding: 0.75rem 1.125rem;
	}

	.useful-article__slider .mark p { font-size: 1.75rem; line-height: 1.1; }

	.useful-article__slider .btn { bottom: 5.3125rem; padding: 3.75rem 9.375rem; }

	.useful-article__slider .slide h2 {
		padding: 0 4.375rem;
		font-size: 3.25rem;
		line-height: 1.1;
	}

	.useful-article__slider .slick-dots { bottom: 0; max-width: 11.5625rem; }
	/* 4) USEFUL-ARTICLES END */

	/* 5) METHOD-STRUGGLE START */
	.method-struggle { padding: 4.6875rem 0; max-width: 100%; }

	.method-struggle .container,
	.method-struggle .row,
	.method-struggle .col { margin: 0; padding: 0; }

	.method-struggle__slider { padding-bottom: 7.5rem; }

	.method-struggle__slider .slick-track { padding-bottom: 1.75rem; }

	.method-struggle__blocks { padding-bottom: 8.125rem; }

	.method-struggle__slider .slide {
		margin: 0;
		padding-bottom: 0;
		width: 100vw;
	}

	.method-struggle .img-container { margin-bottom: -5.3125rem; height: 46.25rem; }

	.method-struggle .slide-block { padding: 4.6875rem 5.625rem; height: 33.4375rem; }

	.method-struggle .slide-block { width: 55.125rem; border-width: 0.0625rem; }

	.method-struggle .slide-block:hover { -webkit-box-shadow: 0 0.6875rem 1.75rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.6875rem 1.75rem rgba(0, 0, 0, 0.1); }

	.method-struggle .slide-block h2 { font-size: 4.25rem; line-height: 1.1; }
	.method-struggle .slide-block h2.first-child { font-size: 3.85rem; line-height: 1.1; }

	.method-struggle .slide-block .read { bottom: 5.625rem; left: 5.625rem; }

	.method-struggle .slick-dots { bottom: 0; max-width: 11.5625rem; }
	/* 5) METHOD-STRUGGLE END */

	/* 6) REASONS START */
	.reasons { padding: 19.375rem 0 6.125rem; }

	.reasons__slider {
		margin: 0 auto;
		padding-bottom: 8.125rem;
		width: 100%;
	}

	.reasons__slider .slide {
		margin: 0;
		padding-top: 9.25rem;
		width: 53.5rem;
		height: 53.5rem;
	}

	.horizontal .slick-dots { bottom: 2.5rem; max-width: 11.875rem; }

	.reasons__slide-info { padding: 0 4.375rem; }

	.reasons__slide-info h2 {
		margin: 0 auto 4rem;
		width: 12.5rem;
		height: 12.5rem;
		font-size: 5.375rem;
		line-height: 1;
	}

	.reasons__slide-info h2::before {
		width: 9.875rem;
		height: 9.875rem;
		-webkit-box-shadow: inset 0 0.1875rem 1.75rem rgba(7, 114, 200, 0.4);
		box-shadow: inset 0 0.1875rem 1.75rem rgba(7, 114, 200, 0.4);
	}

	.reasons__slide-info p { font-size: 2.875rem; line-height: 4.25rem; }

	.reasons__slide-hint {
		width: 39.125rem;
		height: 39.125rem;
		-webkit-box-shadow: 0 0.875rem 8.875rem 0.3125rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0.875rem 8.875rem 0.3125rem rgba(0, 0, 0, 0.15);
	}

	.reasons__slide-hint::after {
		bottom: 5rem;
		width: 2.5rem;
		height: 2.5rem;
	}

	.reasons__slide-hint h2 {
		top: -0.625rem;
		right: 3.4375rem;
		width: 8.25rem;
		height: 8.25rem;
		font-size: 4.25rem;
		line-height: 8.25rem;
	}

	.reasons__slide-hint p {
		padding: 0 1.875rem;
		font-size: 2.125rem;
		line-height: 2.875rem;
	}
	/* 6) REASONS END */

	/* 7) VIDEO__SECTION START */
	.video-section { padding: 6.25rem 0 11.875rem; }

	.video-section .container,
	.video-section .row,
	.video-section .col-lg-12 { margin: 0; padding: 0; }

	.video-section .title { margin-bottom: 5rem; }

	.video-section .video-section__block {
		margin: 0 auto 1.5625rem;
		width: 100%;
		height: 31.5625rem;
		-webkit-box-shadow: 0 0.6875rem 3.5625rem 0.3125rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0.6875rem 3.5625rem 0.3125rem rgba(0, 0, 0, 0.15);
	}

	.video-section__play { width: 11.375rem; height: 11.375rem; }

	.video-section__text,
	.video-section .copyright { display: none; }

	.video-section .video-section__block.videos-2 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		overflow-x: auto;
	}

	.video-section .video-section__block.videos-2 .video {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 5vw;
		width: 85vw;
		height: 50vw;
	}
	/* 7) VIDEO__SECTION END */
}
.kv__slider-slide-title {
	font-size: 36px !important;
}
.kv__slider-slide-info {
	position: relative;
}
@media (max-width: 1440px) {
	.kv__slider-slide-title {
		font-size: 30px !important;
	}
}
@media (max-width: 1024px) {
	.kv__slider-slide-title {
		font-size: 30px !important;
	}
}
@media (max-width: 768px) {
	.kv__slider-slide-info {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.kv__slider-slide-title {
		font-size: 24px !important;
		margin-top: auto;
		margin-bottom: auto;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		max-width: 40.625rem;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.kv__slider .container {
		height: 100%;
	}
	.kv__slider-slide-info .btn {
		margin-top: 10px;
		margin-bottom: 120px;
	}
}
