/*
0) COMMON
1) JUMBOTRON
2) ARTICLE
3) ARTICLE-REASONS
4) DOCTOR-ARTICLE
5) DOWNLOAD
6) MAP
7) VIDEO-SLIDER
8) ARTICLE-IMG
9) SECTION-WEBINAR
10) TABLE
11) TABLE-LINKS
12) FIGURE-LINKS
13) TABLE-2
14) TABLE-CARDS
*/

/* 0) COMMON START */
.article-13 .jumbotron__info h1 { font-size: 38px; line-height: 46px; }
/* 0) COMMON END */

/* 1) JUMBOTRON START */
.jumbotron {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
	height: 402px;
	border-radius: 0;
	z-index: 1;
}

.jumbotron .img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: -1;
}

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

.jumbotron__info { padding-top: 120px; max-width: 480px; }

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

.jumbotron__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%);
}

.jumbotron__info h1 {
	margin-bottom: 0;
	color: #fff;
	font: 700 44px/55px "Geometria", Arial, sans-serif;
}
/* 1) JUMBOTRON END */

/* 2) ARTICLE START */
.article.library { text-align: center; }

.article .col { padding-right: 130px; }
.slider-article .col { padding-right: 0; }
.article-pdf .col { padding-right: 15px; }

.article h1 {
	margin-bottom: 50px;
	color: #4a4a4a;
	font: 700 44px/1 "Geometria", Arial, sans-serif;
}

.article h2 {
	display: block;
	margin-bottom: 14px;
	width: 100%;
	color: #4a4a4a;
	font: 400 24px/30px "Geometria", Arial, sans-serif;
}

.article h3 {
	display: block;
	margin-bottom: 50px;
	width: 100%;
	color: #4a4a4a;
	font: 400 22px/33px "Geometria", Arial, sans-serif;
}

.article h4 {
	margin-bottom: 50px;
	color: #0772c8;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.article h5 {
	margin-bottom: 30px;
	color: #4a4a4a;
	font: 400 14px/21px "Geometria", Arial, sans-serif;
}

.article h5 a { color: #0772c8; }

.article p {
	margin-bottom: 35px;
	color: #4a4a4a;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.article a { color: #0772c8; }
.article a:not([href]):not([tabindex]):hover { color: #0772c8; }

.article b { color: #0772c8; font-weight: 500; }

.article p i { display: inline; padding: 0; }

.article i {
	display: block;
	margin-bottom: 70px;
	padding: 0 40px;
	font-style: italic;
	line-height: 25px;
}

.article span { color: #c6d645; font-weight: 700; }

.article span.border {
	color: #4a4a4a;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
	border: 3px solid #e52423 !important;
	display: inline-block;
	margin-top: 6px;
}

.article address {
	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;
}

.article address p {
	position: relative;
	margin-bottom: 50px;
	padding-left: 65px;
	color: #4a4a4a;
	font: 200 20px/28px "Geometria", Arial, sans-serif;
}

.article address p:nth-child(1) { width: 100%; }
.article address p:nth-child(2) { margin-right: 85px; }

.article address p a { color: #0772c8; }
@media (max-width: 1024px) {
	.article address p a { display: block; font-size: 3rem;}
}
.article address img {
	position: absolute;
	top: 4px;
	left: 20px;
}

.article address .ico-location { width: 18px; height: 30px; }
.article address .ico-phone { width: 26px; height: 26px; }
.article address .ico-mail { width: 28px; height: 19px; }

.article blockquote {
	position: relative;
	margin: 15px auto 65px;
	padding: 10px 0 20px;
	width: 100%;
	max-width: 690px;
font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.body-doctor .main-article .section-blockquote { margin-bottom: 30px; }
.section-blockquote .col {
	height: auto !important;
	padding: 20px 0;
}

.article blockquote::before,
.article blockquote::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 98px;
	height: 6px;
	background: #0772c8;
	border-radius: 6.25rem;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.article blockquote::before { top: 0; }
.article blockquote::after { bottom: 0; }

.article blockquote p {
	margin-bottom: 0;
	color: #4a4a4a;
	font: italic 200 40px "Geometria", Arial, sans-serif;
	text-align: center;
}
@media (max-width: 1024px) {
	.section-blockquote .btn {
		margin-top: 5rem;
		margin-left: 0 !important;
	}
}
.article ul { margin-bottom: 55px; padding-left: 45px; }

.article ul li p {
	margin-bottom: 0;
	color: #4a4a4a;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.article ul li p b { color: #0772c8; }

.article ul li p span { font-weight: 400; }

.article table { margin-bottom: 55px; }

.table td, .table th {border: 1px solid #ddd !important;}
.table td i {margin-bottom: 0px}


.article .col > ol {
	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;
	margin-bottom: 0;
	padding: 0;
}

.article .col > ol > li {
	list-style: none;
	padding-left: 45px;
	padding-right: 10px;
	width: 50%;
}

.article .col > ol > li > ol { padding: 0; }

.article .col > ol > li > ol > li {
	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;
	position: relative;
	list-style: none;
	margin-bottom: 16px;
	padding-left: 65px;
	padding-bottom: 4px;
	min-height: 52px;
	color: #4a4a4a;
	font: 400 20px/24px "Geometria", Arial, sans-serif;
}

.article .col > ol > li > ol > li span {
	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: 0;
	width: 48px;
	height: 48px;
	color: #0772c8;
	font: 500 25px/30px "Geometria", Arial, sans-serif;
	text-align: center;
	background: transparent;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.article .col > ol > li > ol > li span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	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;
}

.article .col > ol > li > ol > li span::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;
}

.article .col > div { margin-bottom: 45px; }

.article .col > div small {
	display: block;
	margin-bottom: 18px;
	width: 100%;
	color: #4a4a4a;
	font: 400 14px "Geometria", Arial, sans-serif;
}

.article .col > div small:last-child { margin-bottom: 0; }

.article .col > img {
	margin-bottom: 40px;
	width: auto;
	max-width: 100%;
}

.article figure { margin: 50px auto; text-align: center; }

.article figure.small-margin {
	margin-bottom: 10px;
}

.article figure figcaption {
	margin-bottom: 10px;
	color: #4a4a4a;
	font: 500 16px/20px "Geometria", Arial, sans-serif;
}

.article figure img,
.article figure video,
.article figure iframe,
.article figure picture {
	margin-bottom: 15px;
	width: auto;
	max-width: 100%;
	height: auto;
}

.article figure iframe { width: 100%; height: 100%; }

.article figure div {
	margin: 0 auto;
	max-width: 80%;
	text-align: left;
}

.article figure h5 {
	margin-bottom: 20px;
	color: #4a4a4a;
	font: 500 20px "Geometria", Arial, sans-serif;
}

.article figure h6 {
	margin-bottom: 5px;
	color: #4a4a4a;
	font: 500 16px/20px "Geometria", Arial, sans-serif;
}

.article figure p {
	margin-bottom: 20px;
	color: #4a4a4a;
	font: 400 14px/18px "Geometria", Arial, sans-serif;
}

.article figure small {
	display: block;
	margin-bottom: 0;
	color: #a4a4a4;
	font: 400 12px/18px "Geometria", Arial, sans-serif;
}

.article p::before,
.article p::after {
	content: '';
	display: block;
	clear: both;
}

.article p strong {
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: -6px 35px 0 45px;
	position: relative;
	width: 48px;
	height: 48px;
	color: #0772c8;
	font: 500 25px/30px "Geometria", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	border-radius: 50%;
	z-index: 1;
}

.article p em {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-style: normal;
}

.article p em span { color: #222; font-weight: 400; }

.article aside > div strong {
	margin: 0 35px 0 0;
	width: 70px;
	height: 70px;
	font-size: 30px;
}

.article p strong::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	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;
}

.article aside > div strong::before { width: 56px; height: 56px; }

.article p strong::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;
}


.article .bullet-circles li strong {
	width: 70px;
	height: 70px;
	font-size: 30px;

	margin: 0 auto;
}

.article .bullet-circles li p {
	text-align: center;
}

.article .bullet-circles li p span {
	font-weight: 400;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	color: #222222;
	margin-top: 15px;
	display: inline-block;
}

.article .bullet-circles {
	list-style: none;
}

.article .bullet-circles li {
	float: left;
	width: 33%;
}

.article .bullet-circles li strong::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	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;
}

.article .bullet-circles li strong::before { width: 56px; height: 56px; }

.article .bullet-circles li strong::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;
}

.article p em span.line {
	width: 115px;
	height: 5px;
	background: url('../img/span-line.png') no-repeat 0 0;
	display: inline-block;
	margin-right: -20px;
}

.article hr {
	margin: 0;
	padding-top: 12px;
	width: 100%;
	border-top: 1px solid rgba(196, 196, 196, 0.5);
}

.article h6 {
	margin-bottom: 10px;
	color: #5c5c5c;
	font: 400 14px/30px "Geometria", Arial, sans-serif;
}

.article-video { margin-bottom: 60px; padding: 0; background: transparent; }

.article-video__block {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 480px;
	-webkit-box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.17);
	box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.17);
}

.article-video__iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50%;
	object-position: 50%;
}

.article-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('../img/play.png') no-repeat 50%/contain;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article cite {
	display: block;
	margin-bottom: 40px;
	color: #4a4a4a;
	font: italic 400 18px/23px "Geometria", Arial, sans-serif;
	text-align: right;
}

.article small {
	display: block;
	margin-top: 20px;
	color: #a4a4a4;
	font-size: 12px;
	line-height: 1.2;
}

.article small a { text-decoration: underline; }

.article small a:hover { text-decoration: none; }
/* 2) ARTICLE END */

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

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

.reasons__wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.reasons__wrap .reasons__block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin: 0 -48px;
	padding-top: 88px;
	width: 302px;
	height: 302px;
	text-align: center;
}

.reasons__wrap .reasons__block:nth-child(2n + 2) { margin-top: 80px; }

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

.reasons__wrap .reasons__block:hover .reasons__block-info { opacity: 0; }

.reasons__block-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__block-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__block-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__block-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__block-hint {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-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__wrap .reasons__block:hover .reasons__block-hint { opacity: 1; }

.reasons__block-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__block-hint p {
	margin-bottom: 0;
	padding: 0 25px;
	width: 100%;
	color: #222;
	font: 400 12px/16px "Geometria", Arial, sans-serif;
}

.reasons__block-hint a {
	position: absolute;
	bottom: 28px;
	left: 50%;
	color: #1278C1;
	font: 700 12px "Geometria", Arial, sans-serif;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* 3) ARTICLE-REASONS END */

/* 4) DOCTOR-ARTICLE START */
.body-doctor .jumbotron .img-container.shadow-img::before { display: none; }

.body-doctor .jumbotron__info { padding-top: 98px; max-width: 575px; }

.body-doctor .article-bot .col { padding-right: 15px; }
/* 4) DOCTOR-ARTICLE END */

/* 5) DOWNLOAD START */
.download { margin-bottom: 70px; text-align: center; }

.download > img {
	margin-bottom: 45px;
	width: auto;
	max-width: 100%;
	-webkit-box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.15);
}

.download > img.bd-rad { border-radius: 50px; }

.download .download__bot {
	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;
}

.download .download__bot input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.download .download__bot .btn-ico {
	margin-bottom: 0;
	width: 44px;
	height: 44px;
	background-color: #C6D645;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
}

.download .download__bot .btn-load { background-image: url('../img/svg/download.svg'); background-size: 16px; }
.download .download__bot .btn-read { background-image: url('../img/svg/pdf.svg'); background-size: 14px; }

.download .download__bot .btn-info {
	margin-bottom: 0;
	margin-left: 30px;
	width: 205px;
	border-color: #0772c8;
}
/* 5) DOWNLOAD END */

/* 6) MAP START */
.article .col .map__list { margin: 0; padding: 80px 0 40px; }

.article .map__title { margin-bottom: 36px; color: #4c4c4c; }

.article .map__list ul { margin-bottom: 0; padding-left: 0; }

.article .map__list > ul > li { margin-bottom: 50px; }

.article .map__list > ul > li:last-child { margin-bottom: 0; }

.article .map__list > ul > li h2 {
	display: inline-block;
	margin-bottom: 0;
	width: auto;
	color: #0772C8;
	font: 500 24px/36px "Geometria", Arial, sans-serif;
}

.article .map__list > ul > li > ul { padding-left: 40px; }

.article .map__list > ul > li > ul > li h3 {
	display: inline-block;
	margin-bottom: 0;
	width: auto;
	color: #0772C8;
	font: 400 24px/36px "Geometria", Arial, sans-serif;
}

.article .map__list > ul > li > ul > li > ul { margin-bottom: 50px; padding-left: 20px; }

.article .map__list > ul > li > ul > li:last-child > ul { margin-bottom: 0; }

.article .map__list > ul > li > ul > li > ul > li p {
	display: inline-block;
	margin-bottom: 0;
	width: auto;
	color: #0772C8;
	font: 400 18px/27px "Geometria", Arial, sans-serif;
}
/* 6) MAP END */

/* 7) VIDEO-SLIDER START */
.article__video-slider h2 {
	margin-bottom: 40px;
	color: #0772C8;
	font: 700 22px/33px "Geometria", Arial, sans-serif;
	text-align: center;
}

.article__video-slider-wrap {
	margin: 0 auto 80px;
	width: 100%;
	max-width: 910px;
}

.article__video-slider-wrap .slick-list { padding-bottom: 84px; }

.article__video-slider-wrap h3 {
	margin-bottom: 20px;
	color: #4A4A4A;
	font: 400 18px/27px "Geometria", Arial, sans-serif;
	text-align: center;
}

.article__video-slider-iframe {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	height: 480px;
	-webkit-box-shadow: 0 20px 10px rgba(169, 164, 164, 0.1);
	box-shadow: 0 20px 10px rgba(169, 164, 164, 0.1);
}

.article__video-slider-iframe img,
.article__video-slider-iframe irame {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50%;
	object-position: 50%;
}

.article__video-slider-iframe .play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article__video-slider i {
	display: inline-block;
	margin-bottom: 30px;
	max-width: 814px;
	color: #4A4A4A;
	font: italic 400 20px/30px "Geometria", Arial, sans-serif;
}

.interview .article__video-slider i {
	display: block;
}

.article__video-slider i b {
	color: #0772C8;
	font-weight: 700;
	font-style: normal;
}
/* 7) VIDEO-SLIDER END */

/* 8) ARTICLE-IMG START */
.article__img { margin-bottom: 80px; }

.article__img-wrap {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 800px;
}

.article__img-wrap img {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.article__img-wrap i {
	display: block;
	color: #4A4A4A;
	font: italic 400 20px/30px "Geometria", Arial, sans-serif;
}

.article__img-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.article__img-block .left { margin-right: 10px; -webkit-box-flex: 100000; -ms-flex-positive: 100000; flex-grow: 100000; }

.article__img-block .left b {
	color: #0772C8;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.article__img-block .right { -ms-flex-negative: 100000; flex-shrink: 100000; padding-right: 80px; }

.article__img-block .right p {
	color: #4A4A4A;
	font: 400 20px/30px "Geometria", Arial, sans-serif;
}

.article__img-block .right b { font-weight: 400; color: #0772C8; }
/* 8) ARTICLE-IMG END */

/* 9) SECTION-WEBINAR START */
.section-webinar { margin-bottom: 32px; }

.webinar-block {
	display: block;
	position: relative;
	background: url('../img/bg-webinar.jpg') no-repeat 50%/cover;
	z-index: 1;
}

.webinar-block:hover { text-decoration: none; }

.webinar-block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}

.webinar-block .col {
	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;
	min-height: 180px;
}

.webinar-block .webinar__text {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-right: 2.5rem;
}

.webinar-block .webinar__text .name {
	margin-bottom: 14px;
	color: #222;
	font: 700 36px/45px "Geometria", Arial, sans-serif;
}

.webinar-block .webinar__text .text {
	margin-bottom: 0;
	color: #222;
	font: 400 18px/23px "Geometria", Arial, sans-serif;
}

.webinar-block .webinar__text .job {
	color: #222;
	font: 400 14px/19px "Geometria", Arial, sans-serif;
}

.webinar-block .ico {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background: #0772C8;
	border-radius: 50%;
}

.webinar-block .ico::before,
.webinar-block .ico::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	-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;
}

.webinar-block .ico::before {
	width: 22px;
	height: 12px;
	background-image: url('../img/svg/arrow-bot.svg');
}

.webinar-block.collapsed .ico::before { opacity: 1; }
.webinar-block .ico::before { opacity: 0; }

.webinar-block .ico::after {
	width: 20px;
	height: 20px;
	background-image: url('../img/svg/cross.svg');
}

.webinar-block.collapsed .ico::after { opacity: 0; }
.webinar-block .ico::after { opacity: 1; }

.section-webinar .video {
	margin: 0 auto;
	width: 630px;
	height: 345px;
	border-bottom: 10px solid #c6d645;
}

.section-webinar .video iframe {
	width: 100%;
	height: 100%;
}
/* 9) SECTION-WEBINAR END */

/* 10) TABLE START */
.article .col .table { margin-bottom: 50px; }

.article .table .head {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	height: 30px;
}

.article .table .head li {
	color: #0772C8;
	font: 500 20px/1.2 "Geometria", Arial, sans-serif;
}

.article .table .head li:nth-child(1) { padding-right: 60px; width: 680px; }
.article .table .head li:nth-child(2) { margin-right: 50px; width: 60px; }
.article .table .head li:nth-child(3) { width: 90px; }

.article .table .body { margin: 0; }

.article .table .body li {
	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;
	padding: 9px 14px 5px;
}

.article .table .body li:nth-child(2n + 1) { background: rgba(7, 114, 200, 0.2); }

.article .table .body li p {
	display: inline-block;
	margin: 0;
	color: #4A4A4A;
	font: 400 16px/1 "Geometria", Arial, sans-serif;
}

.article .table .body li p:nth-child(1) { padding-right: 60px; width: 610px; }
.article .table .body li p:nth-child(2) { margin-right: 64px; width: 60px; text-align: center; }
.article .table .body li p:nth-child(3) { width: 60px; text-align: center; }

.article .table .body li p b { color: #4A4A4A; font-weight: 700; }

.article .table .foot { padding-left: 45px; }

.article .table .foot p { margin: 20px 0 0; }

.article .table .foot p small {
	margin: 0;
	color: #A4A4A4;
	font: 400 12px/1.2 "Geometria", Arial, sans-serif;
}
/* 10) TABLE END */


/* 11) TABLE-LINKS START */
.table-links .links-title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 95px;
	color: #0772C8;
	font: 500 20px/1.2 "Geometria", Arial, sans-serif;
	text-align: left;
}

.table-links .links-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 115px;
	height: 5px;
	background: url('../img/gradient-line.png') no-repeat 50%/contain;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.table-links .links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 95px;
}

.table-links .links a {
	margin-bottom: 20px;
	color: #0772C8;
	font: 400 16px/1.2 "Geometria", Arial, sans-serif;
}
/* 11) TABLE-LINKS END */

/* 12) FIGURE-LINKS START */
figure .img-link {
	display: inline-block;
	position: relative;
}

figure .img-link a {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: #0772C8;
	font: 400 12px/1.2 "Geometria", Arial, sans-serif;
	text-decoration: underline;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

figure .img-link a:hover { text-decoration: none; }
/* 12) FIGURE-LINKS END */

/* 13) TABLE-2 START */
.article .table-2 { padding-left: 54px; }

.article .table-2 .head {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.article .table-2 .head li {
	color: #0772C8;
	font: 500 20px/1.2 "Geometria", Arial, sans-serif;
}

.article .table-2 .head li:nth-child(1) { width: 25%; }
.article .table-2 .head li:nth-child(2) { width: 75%; }

.article .table-2 .body { margin-bottom: 0; }

.article .table-2 .body li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.article .table-2 .body li p {
	margin-bottom: 0;
	color: #4a4a4a;
	font: 400 20px/1.2 "Geometria", Arial, sans-serif;
}

.article .table-2 .body li p:nth-child(1) { padding-right: 50px; width: 25%; }
.article .table-2 .body li p:nth-child(2) { width: 75%; }
/* 13) TABLE-2 END */

/* 14) TABLE-CARDS START */
.table-cards-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 65px 0 60px;
	min-width: 972px;
}

.table-cards .card {
	position: relative;
	margin-right: 20px;
	padding: 65px 14px 0;
	width: 228px;
	height: 164px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
	border: 3px solid #fff;
}

.table-cards .card:last-child { margin-right: 0; }

.table-cards .blue-2 { background: #0772C8; }

.table-cards .card .number {
	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: 0;
	left: 50%;
	width: 76px;
	height: 76px;
	background: #000;
	border: 3px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.table-cards .green-1 .number { background: #CAD401; }
.table-cards .green-2 .number { background: #4FAE30; }
.table-cards .blue-1 .number { background: #0090C5; }
.table-cards .blue-2 .number { background: #0772C8; }

.table-cards .card .number p {
	margin: -4px 0 0;
	color: #fff;
	font: 500 40px/1 "Geometria", Arial, sans-serif;
}

.table-cards .card .text {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 46px;
}

.table-cards .card .title {
	margin: 0 auto;
	width: 100%;
	color: #000;
	font: 500 22px/1 "Geometria", Arial, sans-serif;
	white-space: normal;
}

.table-cards .green-1 .title { color: #CAD401; }
.table-cards .green-2 .title { color: #4FAE30; }
.table-cards .blue-1 .title { color: #0090C5; }
.table-cards .blue-2 .title { color: #fff; }

.table-cards .card small {
	margin: 4px auto 0;
	color: #4A4A4A;
	font: 400 14px/1 "Geometria", Arial, sans-serif;
}
/* 14) TABLE-CARDS END */

@media (max-width: 1024px) {
	/* 0) COMMON START */
	.article-13 .jumbotron__info h1 { font-size: 6.375rem; line-height: 6.375rem; }
	/* 0) COMMON END */

	/* 1) JUMBOTRON START */
	.jumbotron {
		margin-bottom: 3.125rem;
		height: auto;
		background: transparent;
	}

	.jumbotron .img-container {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 64rem;
	}

	.jumbotron .img-container.shadow-img::before { display: none; }

	.jumbotron__info,
	.body-doctor .jumbotron__info { padding-top: 5.625rem; max-width: 100%; }

	.jumbotron__info h2 {
		margin-bottom: 5.875rem;
		padding-left: 11.5625rem;
		color: rgba(0, 0, 0, 0.3);
		font-size: 2.3125rem;
	}

	.jumbotron__info h2::before { width: 8.625rem; height: 0.375rem; }

	.jumbotron__info h1 {
		margin-bottom: 5.25rem;
		color: #4c4c4c;
		font-size: 6.375rem;
		line-height: 6.375rem;
	}
	/* 1) JUMBOTRON END */

	/* 2) ARTICLE START */
	.article .col { padding: 0 4.375rem; }

	.article h1 {
		margin-bottom: 7.5rem;
		font-size: 6.375rem;
		line-height: 7.125rem;
		word-wrap: break-word;
	}

	.article h2 {
		margin-bottom: 5rem;
		font-size: 4.25rem;
		line-height: 5.3125rem;
	}

	.article h3 {
		margin-bottom: 8.875rem;
		font-size: 4rem;
		line-height: 5.875rem;
	}

	.article h4 {
		margin-bottom: 8.875rem;
		font-size: 3.125rem;
		line-height: 4.375rem;
	}

	.article h5 {
		margin-bottom: 5.375rem;
		font-size: 2.5rem;
		line-height: 3.625rem;
	}

	.article p {
		margin-bottom: 5.3125rem;
		font-size: 3.125rem;
		line-height: 4.375rem;
	}

	.article i {
		margin-bottom: 12.5rem;
		padding: 0 3.125rem;
		line-height: 4.375rem;
	}

	.article address p {
		margin-bottom: 7.5rem;
		padding-left: 9.375rem;
		font-size: 3.5625rem;
		line-height: 5rem;
	}

	.article address p:nth-child(2) { margin-right: 0; width: 100%; }
	.article address p:nth-child(3) { width: 100%; }

	.article address p br { display: none; }

	.article address img { top: 0; left: 1.25rem; }

	.article address .ico-location { top: 1.5rem; width: 3.125rem; height: 5.125rem; }
	.article address .ico-phone { top: 0.25rem; width: 4.375rem; height: 4.5625rem; }
	.article address .ico-mail { top: 0.875rem; width: 4.9375rem; height: 3.25rem; }

	.article blockquote {
		margin: 10.3125rem auto 10rem;
		padding: 4.625rem 0 5rem;
		max-width: 100%;
	}

	.article blockquote::before,
	.article blockquote::after { width: 17.5rem; height: 1.125rem; }

	.article blockquote p { font-size: 5.375rem; }

	.article ul { margin-bottom: 9.0625rem; padding-left: 0; }

	.article ul li p { font-size: 3.5625rem; line-height: 5.3125rem; }

	.article ul li p br { display: none; }

	.article table { margin: 12.1875rem auto 8.75rem; }

	.article table tr {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 3.125rem;
		padding-left: 0;
	}

	.article table tr td:nth-child(1) { margin-bottom: 6.875rem; padding-right: 0; }
	.article table tr td:nth-child(2) { padding-right: 0; padding-left: 2.1875rem; width: 90%; }
	.article table tr td:nth-child(3) { width: 10%; text-align: center; }

	.article table tr td p { font-size: 3.5625rem; line-height: 5.3125rem; }

	.article .col > ol > li {
		padding-left: 0.9375rem;
		padding-right: 0;
		width: 100%;
	}

	.article .col > ol > li > ol > li {
		margin-bottom: 2.5rem;
		padding-left: 11.875rem;
		padding-bottom: 0.75rem;
		min-height: 9.25rem;
		font-size: 3.625rem;
		line-height: 4.25rem;
	}

	.article .col > ol > li > ol > li span {
		width: 8.625rem;
		height: 8.625rem;
		font-size: 4.5rem;
		line-height: 5.375rem;
	}

	.article .col > ol > li > ol > li span::before {
		width: 6.75rem;
		height: 6.75rem;
		-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);
	}

	.article .col > div { margin-bottom: 7.5rem; }

	.article .col > div small { margin-bottom: 3.125rem; font-size: 2.5rem;
		overflow-x: hidden;
	}

	.article hr {
		margin: 0 auto;
		padding-top: 3.625rem;
		width: calc(100% - 1.875rem);
		border-width: 0.125rem;
	}

	.article h6 {
		margin-bottom: 1.25rem;
		padding: 0 0.9375rem;
		font-size: 2.5rem;
		line-height: 1.1;
	}

	.article .col > img { margin-bottom: 7.125rem; width: 100%; }

	.article figure { margin: 8.875rem auto; width: 100%; }

	.article figure figcaption {
		margin-bottom: 28px;
		font-size: 46px;
		line-height: 58px;
	}

	.article figure img,
	.article figure video,
	.article figure iframe,
	.article figure picture { margin-bottom: 2.875rem; width: 100%; }

	.article figure div { max-width: 100%; }

	.article figure h5 { margin-bottom: 1.75rem; font-size: 2.875rem; }

	.article figure h6 {
		margin-bottom: 0.875rem;
		font-size: 2.875rem;
		line-height: 3.625rem;
	}

	.article figure p {
		margin-bottom: 3.625rem;
		font-size: 2.5rem;
		line-height: 3.25rem;
	}

	.article figure small { font-size: 2.125rem; line-height: 3.25rem; }

	.article p strong {
		margin: -1.125rem 6.25rem 0 0;
		width: 12.5rem;
		height: 12.5rem;
		font-size: 5.375rem;
		line-height: 1;
	}

	.article aside > div strong {
		margin: 0 6.25rem 0 0;
		width: 12.5rem;
		height: 12.5rem;
		font-size: 5.375rem;
	}

	.article p strong::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);
	}

	.article aside > div strong::before { width: 9.875rem; height: 9.875rem; }

	.article .bullet-circles li {
		float: none;
		width: 100%;
		margin-bottom: 7rem;
	}

	.article .bullet-circles li p {
		text-align: left;
	}

	.article .bullet-circles li strong {
		display: inline-block;
		line-height: 70px;
		margin-right: 4rem;
	}

	.article .bullet-circles li p span {
		width: 34rem;
		text-align: left;
		margin-top: 0px;
		height: 4rem;
	}

	.article p em span.line {
		width: 41px;
		height: 5px;
		background: url(../img/span-line-mob.png) no-repeat 0 0;
		margin-left: -4.375rem;
		margin-right: -0.7rem;
	}

	.article-video { margin-bottom: 10.625rem; }

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

	.article-video__block {
		width: 100%;
		height: 35.25rem;
		-webkit-box-shadow: 1rem 1rem 4.25rem rgba(0, 0, 0, 0.17);
		box-shadow: 1rem 1rem 4.25rem rgba(0, 0, 0, 0.17);
	}

	.article-video__play { width: 11.375rem; height: 11.375rem; }

	.article cite {
		margin-bottom: 7.125rem;
		padding-right: 12.5rem;
		font-size: 3.25rem;
		line-height: 1.1;
	}

	.article small { margin-top: 3.5625rem; font-size: 2.125rem; }
	/* 2) ARTICLE END */

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

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

	.reasons__wrap .reasons__block {
		margin: 0;
		padding-top: 9.25rem;
		width: 53.5rem;
		height: 53.5rem;
	}

	.reasons__wrap .reasons__block:nth-child(2n + 2) { margin-top: 0; }

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

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

	.reasons__block-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__block-info p { font-size: 2.875rem; line-height: 4.25rem; }

	.reasons__block-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__block-hint::after {
		bottom: 5rem;
		width: 2.5rem;
		height: 2.5rem;
	}

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

	.reasons__block-hint p {
		padding: 0 1.875rem;
		font-size: 2.125rem;
		line-height: 2.875rem;
	}

	.reasons__block-hint a { bottom: 5rem; font-size: 2.125rem; }
	/* 3) ARTICLE-REASONS END */

	/* 5) DOWNLOAD START */
	.download { margin-bottom: 12.5rem; }

	.download > img {
		margin-bottom: 8rem;
		width: 55.25rem;
		-webkit-box-shadow: 1rem 1rem 4.25rem rgba(0, 0, 0, 0.15);
		box-shadow: 1rem 1rem 4.25rem rgba(0, 0, 0, 0.15);
	}

	.download > img.bd-rad { border-radius: 3.5rem; }

	.download .download__bot .btn-ico { display: none; }

	.download .download__bot .btn-info { margin-left: 0; width: 36.5625rem; }
	/* 5) DOWNLOAD END */

	/* 6) MAP START */
	.article .col .map__list { padding: 19.25rem 0 7.125rem; }

	.article .map__title { margin-bottom: 6.375rem; }

	.article .map__list > ul > li { margin-bottom: 8.875rem; }

	.article .map__list > ul > li h2 {
		margin-bottom: 1.5rem;
		font-size: 4.25rem;
		line-height: 6.375rem;
	}

	.article .map__list > ul > li > ul { margin-bottom: 3.125rem; padding-left: 0; }

	.article .map__list > ul > li > ul > li h3 {
		margin-bottom: 0.875rem;
		font-size: 4.25rem;
		line-height: 6.375rem;
	}

	.article .map__list > ul > li > ul > li > ul { margin-bottom: 8.875rem; padding-left: 0; }

	.article .map__list > ul > li > ul > li > ul > li p {
		margin-bottom: 0.625rem;
		font-size: 3.25rem;
		line-height: 4.625rem;
	}
	/* 6) MAP END */

	/* 7) VIDEO-SLIDER START */
	.article__video-slider h2 {
		margin-bottom: 7.125rem;
		font-size: 3.5625rem;
		line-height: 4.4375rem;
	}

	.article__video-slider-wrap {
		margin: 0 0 8.875rem -4.375rem;
		width: calc(100% + (4.375rem * 2));
		max-width: calc(100% + (4.375rem * 2));
	}

	.article__video-slider-wrap .slick-list { padding-bottom: 14.9375rem; }

	.article__video-slider-wrap h3 {
		margin-bottom: 3.5625rem;
		font-size: 3.1875rem;
		line-height: 4.625rem;
	}

	.article__video-slider-iframe {
		max-width: 100%;
		height: 35.625rem;
		-webkit-box-shadow: 0 3.5625rem 1.75rem rgba(169, 164, 164, 0.1);
		box-shadow: 0 3.5625rem 1.75rem rgba(169, 164, 164, 0.1);
	}

	.article__video-slider-iframe .play { width: 11.375rem; height: 11.375rem; }

	.article__video-slider i {
		margin-bottom: 5.3125rem;
		max-width: 100%;
		font-size: 3.5625rem;
		line-height: 5.3125rem;
	}
	/* 7) VIDEO-SLIDER END */

	/* 8) ARTICLE-IMG START */
	.article__img { margin-bottom: 14.25rem; }

	.article__img-wrap {
		margin: 0 0 8.875rem -4.375rem;
		width: calc(100% + (4.375rem * 2));
		max-width: calc(100% + (4.375rem * 2));
	}

	.article__img-wrap img { margin-bottom: 5.3125rem; }

	.article__img-wrap i {
		margin-bottom: 5.3125rem;
		padding: 0 4.375rem;
		font-size: 3.5625rem;
		line-height: 5.3125rem;
	}

	.article__img-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

	.article__img-block .left { margin-right: 0; }

	.article__img-block .left b { font-size: 3.5625rem; line-height: 5.3125rem; }

	.article__img-block .right { padding-right: 0; }

	.article__img-block .right p { font-size: 3.5625rem; line-height: 5.3125rem; }
	/* 8) ARTICLE-IMG END */

	/* 9) SECTION-WEBINAR START */
	.section-webinar { margin-bottom: 5.625rem; }

	.webinar-block { background: url('../img/bg-webinar-mob.jpg') no-repeat 50%/cover; }

	.webinar-block .col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 2rem;
		padding-bottom: 2rem;
		min-height: 66.75rem;
	}

	.webinar-block .webinar__text { padding: 0; text-align: center; }

	.webinar-block .webinar__text .name {
		margin-bottom: 3.5rem;
		font-size: 5.3125rem;
		line-height: 6.375rem;
	}

	.webinar-block .webinar__text .job { font-size: 2.8125rem; line-height: 3.6875rem; }

	.webinar-block .webinar__text .text {
		margin-bottom: 13rem;
		font-size: 3.1875rem;
		line-height: 4.0625rem;
	}

	.webinar-block .ico { width: 10.625rem; height: 10.625rem; }

	.webinar-block .ico::before { width: 3.9375rem; height: 2.125rem; }
	.webinar-block .ico::after { width: 3.5625rem; height: 3.5625rem; }

	.section-webinar .video {
		width: 100%;
		height: 35.625rem;
		border-bottom-width: 1.75rem;
	}
	/* 9) SECTION-WEBINAR END */

	/* 10) TABLE START */
	.article .col .table { margin-bottom: 13.5rem; overflow-x: auto; }

	.article .table-wrap { width: 142.5rem; }

	.article .table .head { height: 5.3125rem; }

	.article .table .head li { font-size: 3.5625rem; }

	.article .table .head li:nth-child(1) { padding-right: 10.6875rem; width: 121.125rem; }
	.article .table .head li:nth-child(2) { margin-right: 8.875rem; width: 10.6875rem; }
	.article .table .head li:nth-child(3) { width: 16rem; }

	.article .table .body li { padding: 1.5625rem 2.5rem 0.875rem; }

	.article .table .body li p { font-size: 2.8125rem; }

	.article .table .body li p:nth-child(1) { padding-right: 10.6875rem; width: 108.625rem; }
	.article .table .body li p:nth-child(2) { margin-right: 11.375rem; width: 10.6875rem; }
	.article .table .body li p:nth-child(3) { width: 10.6875rem; }

	.article .table .foot { padding-left: 2.5rem; }

	.article .table .foot p { margin: 3.5625rem 0 0; }

	.article .table .foot p small { font-size: 2.125rem; overflow: hidden; }
	/* 10) TABLE END */

	/* 11) TABLE-LINKS START */
	.table-links .links-title {
		margin-bottom: 3.5625rem;
		padding-left: 0;
		font-size: 3.5625rem;
	}

	.table-links .links-title::before { display: none; }

	.table-links .links { padding-left: 0; }

	.table-links .links a { margin-bottom: 3.5625rem; font-size: 2.8125rem; }
	/* 11) TABLE-LINKS END */

	/* 12) FIGURE-LINKS START */
	figure .img-link a { bottom: 2.75rem; font-size: 2.125rem; }
	/* 12) FIGURE-LINKS END */

	/* 13) TABLE-2 START */
	.article .table-2 { padding-left: 0; overflow-x: auto; }

	.article .table-2 .table-wrap { width: 142.5rem; }

	.article .table-2 .head { margin-bottom: 2.8125rem; }

	.article .table-2 .head li { font-size: 3.5625rem; }

	.article .table-2 .body li { margin-bottom: 3.5625rem; }

	.article .table-2 .body li p { font-size: 3.5625rem; }

	.article .table-2 .body li p:nth-child(1) { padding-right: 8.875rem; }
	/* 13) TABLE-2 END */

	/* 14) TABLE-CARDS START */
	.table-cards {
		overflow-x: auto;
		overflow-y: visible;
	}

	.table-cards-wrap {
		margin: 11.5625rem 0 10.625rem;
		padding: 9.375rem 2.625rem 2.625rem;
		min-width: 173.125rem;
		overflow-x: auto;
	}

	.table-cards .card {
		margin-right: 3.5625rem;
		padding: 11.5625rem 2.5rem 0;
		width: 40.625rem;
		height: 29.125rem;
		border-width: 0.5rem;
		border-radius: 1.75rem;
		-webkit-box-shadow: 0.125rem 0.3125rem 2.625rem rgba(0, 0, 0, 0.3);
		box-shadow: 0.125rem 0.3125rem 2.625rem rgba(0, 0, 0, 0.3);
	}

	.table-cards .card .number {
		width: 13.5rem;
		height: 13.5rem;
		border-width: 0.5rem;
		border-radius: 1.75rem;
		-webkit-box-shadow: 0.125rem 0.3125rem 2.625rem rgba(0, 0, 0, 0.3);
		box-shadow: 0.125rem 0.3125rem 2.625rem rgba(0, 0, 0, 0.3);
	}

	.table-cards .card .number p { margin: -0.625rem 0 0; font-size: 7.125rem; }

	.table-cards .card .text { min-height: 8.125rem; }

	.table-cards .card .title { padding: 0; font-size: 3.875rem; }

	.table-cards .card small { margin: 0.625rem auto 0; font-size: 2.5rem; }
	/* 14) TABLE-CARDS END */
}

@media (max-width: 480px) {
	.article aside > div strong {
		margin: 0 16px 0 0;
		width: 48px;
		height: 48px;
		font-size: 25px;
	}

	.article p strong::before {
		width: 38px;
		height: 38px;
		-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);
	}

	.article aside > div strong::before { width: 38px; height: 38px; }
}
.disclaimer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}
.disclaimer .disclaimer__text {
	font-size: 14px;
	margin-bottom: 10px;
}
.disclaimer__bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1024px) {
	.slick-arrow {
		display: none !important;
	}
	.disclaimer__bottom-block {
		display: block;
	}
}
.disclaimer__bottom-block--left {
	width: 30%;
}
.disclaimer__bottom-block--left.disclaimer__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.disclaimer__bottom-block--right {
	width: 70%;
}
.disclaimer__bottom-block--right.disclaimer__text {
	line-height: 22px;
	padding: 0;
}
.section-button .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 600px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slider-article .col .button-box {
	float: right;
	margin-left: 10px;
	margin-bottom: 0;
	background-color: #F5F5F5;
	padding: 20px;
	border-radius: 12px;
}
.slider-article p::before,
.slider-article p::after {
	content: normal;
	display: inline;
	clear: none;
}
@media (max-width: 1024px) {
	.button-box {
		width: 50%;
	}
	.button-box__item {
		font-size: 14px !important;
		padding: 10px !important;
	}
	.button-box .button-box__text {
		font-size: 14px !important;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.slider-article .col .button-box {
		padding: 10px;
	}
}
@media (max-width: 768px) {
	.button-box {
		width: 50%;
	}
	.button-box__item {
		font-size: 14px !important;
		padding: 10px !important;
	}
	.button-box .button-box__text {
		font-size: 14px !important;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.slider-article .col .button-box {
		padding: 10px;
	}
}
.button-box .button-box__text {
	margin-bottom: 10px;
}
.button-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	border-radius: 12px;
	background-color: #fff;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 4px 7px #eae8e8;
	box-shadow: 0 4px 7px #eae8e8;
	font-size: 16px;
}
.button-box__item:not(:first-child) {
	margin-top: 20px;
}
.button-box__link {
	text-decoration: underline;
}
.button-box__item--blue .button-box__link {
	color: #007bff;
}
.button-box__item--green .button-box__link {
	color: #c6d645;
}
.button-box__img {
	width: 62px;
	height: 62px;
	min-width: 62px;
	border-radius: 50%;
	text-align: center;
	padding-top: 14px;
}
.button-box__item--blue .button-box__img{
	background-color: #007bff;
}
.button-box__item--green .button-box__img{
	background-color: #c6d645;
}
.button-box__img svg {
	width: 30px;
	height: 38px;
}
.button-box__img svg path {
	fill: white;
}
.button-box__img svg circle {
	fill: white;
}
.button-box__description {
	padding-left: 20px;
}
.main-article .jumbotron {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-article .jumbotron .container {
	display: flex;
}
.main-article .jumbotron__info {
	padding-top: 0;
}
@media (max-width: 1024px) {
	.main-article .jumbotron__info {
		padding-top: 5.625rem;
	}
}

table.table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
font:400 20px/30px "Geometria", Arial, sans-serif;
width:100%;}


table.table > thead > tr > th {
font-size: 14px;
font-weight: 400;
padding-top: 7px;
padding-bottom: 7px;
border: 1px solid #ddd;
font:400 20px/30px "Geometria", Arial, sans-serif;}

table.table > thead > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border: 1px solid #ddd;
font:400 20px/30px "Geometria", Arial, sans-serif;}



.article p {
	text-align: justify;
	width: 100%;
}



.section-blockquote .col {
	min-height: 180px;
}


@media (max-width: 1024px) {
	.table_bonus tr, .table_total tr {
		display: flex;
		margin-bottom: 0 !important;
	}
	.table_bonus tr:nth-child(2n+3) {
		margin-bottom: 30px !important;
	}
	.table_bonus td[data-label="№"], .table_bonus tr:last-child {
		background-color: #eee;
	}
	.table_bonus tr:first-child, .table_total tr:first-child {
		display: none;
	}
	.table_bonus td, .table_total td {
		width: 100% !important;
		padding: .75rem !important;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0 !important;
		text-align: right !important;
	}
	.table_bonus td:before, .table_total td::before {
		content: attr(data-label);
		margin-right: 15px;
		font-weight: 600;
		text-align: left;
	}
	.table_total td::before {
		width: 100%;
	}
	.table_total td {
		flex-wrap: wrap;
		text-align: left !important;
	}
}
