@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro/GothamPro.eot');
    src: url('fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro/GothamPro.woff') format('woff'),
    url('fonts/GothamPro/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Light/GothamPro-Light.eot');
    src: url('fonts/GothamPro-Light/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Light/GothamPro-Light.woff') format('woff'),
    url('fonts/GothamPro-Light/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Medium/GothamPro-Medium.eot');
    src: url('fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff'),
    url('fonts/GothamPro-Medium/GothamPro-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Bold/GothamPro-Bold.eot');
	src: url('fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/GothamPro-Bold/GothamPro-Bold.woff') format('woff'),
	url('fonts/GothamPro-Bold/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	color: #343434;
	font: 16px/1.5 'Gotham Pro', Arial, sans-serif;
}
.m_box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.m_inb {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0px solid transparent;
}
.m_inb:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Gotham Pro', Arial, sans-serif;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #1c1c1c;
	font-size: 26px;
	line-height: 29px;
}
.text h3 {
	font-size: 18px;
}
.text h4, .text h5 {
	font-size: 16px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 0;
}
.text li {
	margin-bottom: 7px;
	position: relative;
}
.text ul li {
	padding-left: 22px;
	list-style: none;
}
.text ul li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #118dd3;
	border-bottom: 2px solid #118dd3;
	transform: rotate(-135deg);
}
.text ul ul {
	padding-left: 20px;
}
.text ul ul li::before {
	display: none;
}
.text a {
	color: #0085d0;
}

.text img {
	max-width: 100%;
}



.btn {
	display: block;
	width: 100%;
	max-width: 200px;
	min-height: 54px;
	border-radius: 26px;
	background-color: #0085d0;
	padding: 16px;
	margin: 0 auto 20px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.btn:hover {
	background-color: #002687;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}


.wp-caption {
	display: block;
	margin-bottom: 25px;
}
.wp-caption-text {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
}








/* Header ----------------------------------------------------------------------------- */
.header__top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 21px;
}
.header__logo {
	display: block;
	width: 210px;
	padding-left: 60px;
	background: url('i/bg-logo.png') 0 4px no-repeat;
	color: #717171;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
}
.header__logo-name {
	display: block;
	padding-bottom: 4px;
	color: #094687;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.header__buttons {
	border-left: 1px solid #ced8df;
	padding-left: 40px;
}
.header__link {
	display: block;
	padding-left: 36px;
	position: relative;
	color: #094687;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}
.header__garant {
	margin-top: 4px;
	margin-bottom: 12px;
}
.header__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
.header__garant::before {
	top: -6px;
	height: 35px;
	background-image: url('i/bg-icon-garant.png');
	-webkit-background-size: 27px 36px;
	background-size: 27px 36px;
}
.header__review::before {
	background-image: url('i/bg-icon-review.png');
}
.header__link:hover {
	text-decoration: underline;
}

.header__box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 40%;
	max-width: 480px;
	min-height: 62px;
	border-left: 1px solid #ced8df;
	border-right: 1px solid #ced8df;
	padding-left: 52px;
	padding-right: 42px;
	position: relative;
}
.header__box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 58%;
	width: 1px;
	height: 100%;
	background-color: #ced8df;
}
.header__phone {
	color: #717171;
	font-size: 13px;
	line-height: 1.2;
}
.header__tel {
	display: block;
	margin-bottom: 4px;
	color: #094687;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}
.header__phone-subinfo {
	width: 100%;
	max-width: 136px;
}
.header__time {
	color: #717171;
	font-size: 13px;
	line-height: 1.2;
}
.header__time-weekend {
	color: #094687;
	font-size: 16px;
	line-height: 1.3;
}
.header__time-subinfo {
	width: 100%;
	max-width: 106px;
}
.header__callme {
	display: block;
	width: 200px;
	min-height: 52px;
	border-radius: 25px;
	padding: 17px 16px 15px;
	background-color: #0085d0;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.header__callme:hover {
	background-color: #002687;
}


.header__nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	list-style: none;
	background-color: #002687;
}
.header__nav ul li a {
	display: block;
	min-height: 62px;
	padding: 16px 32px;
	background-color: #002687;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	cursor: pointer;
}
.header__nav ul li a:hover, .header__nav ul li.current-menu-item:not(.menu-item-home) a {
	background-color: #0085d0;
}
.header__nav-btn {
	display: none;
	margin-left: 20px;
	color: #002687;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
		border-radius: 3px;
	background: #002687;
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #002687;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}







.breadcrumbs {
	width: 100%;
	padding-bottom: 36px;
}
.breadcrumbs .m_inb {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.breadcrumbs a, .breadcrumbs span {
	display: inline-block;
	vertical-align: top;
	color: #717171;
	font-size: 13px;
	line-height: 1.3;
}
.breadcrumbs a {
	margin-right: 20px;
	position: relative;
	color: #0085d0;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs a::before {
	content: '›';
	position: absolute;
	top: 0;
	right: -14px;
	color: #717171;
	font-size: 13px;
	line-height: 1.3;
	pointer-events: none;
}







/* Start ----------------------------------------------------------------------------- */
.start {
	padding-top: 64px;
	padding-bottom: 172px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,249,253,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,253,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9fd',GradientType=0 );
}
.start::before {
	content: '';
	position: absolute;
	top: 4px;
	left: calc(50% - 84px);
	width: 517px;
	height: 447px;
	background: url('i/bg-start-map.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.start .m_inb::before {
	content: '';
	position: absolute;
	top: -80px;
	right: 30px;
	width: 364px;
	height: 489px;
	background: url('i/bg-start-doctor.jpg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	pointer-events: none;
	z-index: 40;
}
.start__head {
	width: 100%;
	max-width: 900px;
	margin-bottom: 16px;
	color: #094687;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
}
.start__head span {
	color: #000;
}
.start-partner {
	width: 100%;
	max-width: 770px;
	padding-top: 36px;
	padding-right: 204px;
	position: relative;
}
.start-partner::before {
	content: '';
	position: absolute;
	top: 0;
	right: -110px;
	width: 338px;
	height: 228px;
	background: url('./i/bg-start-pills.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.start-partner__head {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
}
.start-partner__head strong {
	display: block;
	font-weight: bold;
}
.start-partner__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.start-partner__item {
	margin: 0 0 10px 10px;
}
.start-partner__item:first-child {
	margin-left: 0;
}
.start-partner__item a, .start-partner__item span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 130px;
	height: 90px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 16px rgba(78, 94, 103, .1);
	box-shadow: 4px 4px 16px rgba(78, 94, 103, .1);
}
.start-partner__item img {
	display: block;
	max-width: 92%;
	max-height: 90%;
}







.main-promo {
	margin-top: -96px;
}
.main-promo .m_inb {
	-ms-align-items: center;
	align-items: center;
}
.main-promo__box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% - 270px);
	min-height: 194px;
	position: relative;
	background-color: #0085d0;
	padding: 24px 50px 20px 24px;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}
.main-promo__box::before {
	content: '';
	position: absolute;
	top: calc(50% - 97px);
	right: -194px;
	width: 0;
	height: 0;
	border: 97px solid transparent;
	border-left-color: #0085d0;
}
.main-promo__icon {
	width: 146px;
	height: 146px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12) url('./i/bg-icon-location.png') center no-repeat;
	-webkit-background-size: 47px 61px;
	background-size: 47px 61px;
	position: relative;
	z-index: 20;
}
.main-promo__icon::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 25px;
	width: 96px;
	height: 96px;
	background: rgba(255, 255, 255, .12);
	border-radius: 50%;
	z-index: -1;
}
.main-promo__info {
	width: calc(100% - 180px);
	padding-top: 12px;
}
.main-promo__info p {
	margin-bottom: 12px;
}



.main-promo__button {
	display: block;
	width: 300px;
	min-height: 74px;
	margin-left: -30px;
	border-radius: 36px;
	padding: 22px 20px 18px;
	background-color: #ff1a21;
	-webkit-box-shadow: 0 4px 0 #cc090f, 4px 4px 24px rgba(175, 4, 9, .85);
	box-shadow: 0 4px 0 #cc090f, 4px 4px 24px rgba(175, 4, 9, .85);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
	z-index: 30;
}
.main-promo__button:hover {
	background-color: #cc090f;
}








.advantage {
	padding-top: 50px;
	padding-bottom: 20px;
}
.advantage__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.advantage-item {
	width: calc(25% - 20px);
	max-width: 220px;
	margin: 0 10px 20px;
}
.advantage-item__icon {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 74px;
	height: 74px;
	margin: 0 auto 24px;
}
.advantage-item__icon img {
	display: block;
	max-width: 90%;
	max-height: 100%;
}
.advantage-item__title {
	color: #094687;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}








.statistic {
	padding-top: 20px;
	padding-bottom: 40px;
}
.statistic__box {
	background-color: #e9f0f4;
	padding: 24px 20px 20px;
	position: relative;
	overflow: hidden;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.statistic__box::before, .statistic__box::after {
	content: '';
	position: absolute;
	background-color: #0085d0;
}
.statistic__box::before {
	top: -140px;
	left: -110px;
	width: 420px;
	height: 320px;
	transform: rotate(136deg);
}
.statistic__box::after {
	top: -25px;
	right: -45px;
	width: 150px;
	height: 64px;
	transform: rotate(42deg);
}
.statistic__head {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}









/* Catalog ----------------------------------------------------------------------------- */
.head {
	margin-bottom: 20px;
	color: #1c1c1c;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.catalog {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.catalog__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.product {
	width: calc(33.3% - 30px);
	margin: 0 15px 20px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 16px rgba(78, 94, 103, .1);
	box-shadow: 4px 4px 16px rgba(78, 94, 103, .1);
	padding-bottom: 20px;
}
.catalog__list--four .product {
	width: calc(25% - 30px);
}
.product__thumb {
	width: 100%;
	height: 220px;
}
.product__thumb span, .product__thumb a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__thumb img {
	display: block;
	max-width: 92%;
	max-height: 92%;
}
.product__stars {
	min-height: 16px;
}
.product__stars img {
	display: block;
	margin: 0 auto;
}
.product__info {
	padding: 8px 16px 20px;

}
.product__title {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 48px;
	padding-bottom: 10px;
	color: #094687;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.product__title:hover {
	color: #000;
}
.product-haract {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 4px;
	font-size: 15px;
	line-height: 1.2;
}
.product-haract__label {
	width: 124px;
	color: #717171;
}
.product-haract__value {
	width: 110px;
	color: #3c3c3c;
	font-weight: 600;
}
.product-price {
	border-top: 1px solid #ced8df;
	padding: 20px 16px 8px;
}
.product-price__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 12px;
	font-size: 15px;
	line-height: 1.2;
}
.product-price__label {
	width: 140px;
	font-size: 15px;
	line-height: 1.2;
}
.product-price__value {
	width: 96px;
	color: #094687;
	font-size: 18px;
	line-height: 1.1;
}
.product-price__item--pack .product-price__value {
	font-weight: bold;
}
.product__add-to-cart {
	display: block;
	width: 100%;
	max-width: 200px;
	min-height: 54px;
	border-radius: 26px;
	background-color: #0085d0;
	padding: 16px;
	margin: 0 auto 20px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.product__add-to-cart:hover {
	background-color: #002687;
}









/* Main info --------------------------------------------------------------------------- */
.main-info {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #343434;
	font-size: 16px;
	line-height: 1.5;
}












/* Schema --------------------------------------------------------------------------- */
.schema {
	padding-top: 30px;
	padding-bottom: 40px;
	overflow: hidden;
}
.schema__table {
	width: 100%;
	overflow: hidden;
	overflow-x: visible;
	text-align: center;
}
.schema table {
	width: 100%;
	border-collapse: collapse;
}
.schema table tr td {
	width: calc( (100% - 240px) / 3 );
	padding: 8px;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}
.schema table tr td:nth-child(1) {
	border-left: none;
}
.schema__genotype {
	color: #343434;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.schema__no, .schema__yes {
	display: inline-block;
	vertical-align: middle;
	color: #ff1a21;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
}
.schema__yes {
	color: #27a459;
}
.schema__no::before, .schema__yes::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.schema__no::before {
	background-image: url('./i/bg-icon-no.png');
}
.schema__yes::before {
	background-image: url('./i/bg-icon-yes.png');
}

td.schema__border-none {
	border-bottom-color: transparent !important;
}
.schema__box {
	padding: 2px 4px !important;
}
.schema__box div {
	margin: 2px;
	padding: 4px;
	background-color: #f2f9fd;
}
.schema__box div strong {
	font-weight: 600;
}
.schema table thead tr td {
	color: #094687;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.schema table td.schema__name {
	width: 280px;
	padding: 12px;
	background-color: #002687;
	color: #fff;
}
.schema__name span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 132px;
	margin: 0 auto;
}
.schema__photo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 110px;
}
.schema__photo img {
	display: block;
	max-width: 120px;
	height: auto;
	max-height: 92%;
	transition: all .3s ease;
	transform: scale(1);
}
.schema__photo:hover img {
	transform: scale(2.4);
}






/* FAQ -------------------------------------------------------------------------------------- */
.faq {
	padding-top: 40px;
	padding-bottom: 40px;
}
.faq__list {
	position: relative;
}
.faq-item {
	margin-bottom: 4px;
	padding: 20px 70px;
}
.faq-item.active {
	background-color: #e9f0f4;
}
.faq-item__head {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	padding: 8px 0;
}
.faq-item__title {
	width: calc(100% - 50px);
	color: #343434;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	transition: all .3s ease;
}
.faq-item__head:hover .faq-item__title {
	color: #000;
	text-decoration: underline;
}
.faq-item__icon {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
}
.faq-item__icon::before, .faq-item__icon::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0085d0;
	opacity: 1;
	transition: all .3s ease;
}
.faq-item__icon::after {
	transform: rotate(90deg);
}
.faq-item.active .faq-item__icon::after {
	opacity: 0;
}
.faq-item__body {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.faq-item.active .faq-item__body {
	max-height: 2000px;
	padding: 16px 0;
}






/* Sert ---------------------------------------------------------------------------- */
.sert {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.sert__list {
	justify-content: flex-start;
	width: calc(100% + 80px);
	margin-left: -40px;
}
.sert__item {
	width: calc(25% - 80px);
	margin: 0 40px 40px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 16px rgba(078, 94, 103, .15);
	box-shadow: 4px 4px 16px rgba(078, 94, 103, .15);
}
.sert__item a, .sert__item img {
	display: block;
	width: 100%;
	height: auto;
}
.sert__item a {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.sert__item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7) url('i/bg-icon-search.svg') center no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	opacity: 0;
	transition: all .3s ease;
}
.sert__item a:hover::before {
	opacity: 1;
}






.main-blog {
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}
.main-blog__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.main-blog__item {
	width: calc(33.3% - 30px);
	margin: 0 15px 30px;
}
.main-blog__title {
	display: block;
	margin-bottom: 12px;
	color: #343434;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}
.main-blog__title:hover {
	color: #000;
	text-decoration: underline;
}
.main-blog__excerpt {
	margin-bottom: 12px;
	color: #343434;
	font-size: 16px;
	line-height: 1.4;
}
.main-blog__more {
	color: #0085d0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
}
.main-blog__more:hover {
	text-decoration: none;
}














/* Page ----------------------------------------------------------------------------- */
.box {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.box::before {
	content: '';
	position: absolute;
	top: 20px;
	left: calc(50% - 20px);
	width: 517px;
	height: 447px;
	background: url('./i/bg-start-map.png') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.page h1 {
	margin-bottom: 36px;
	text-align: left;
	text-transform: uppercase;
}







/* Single ------------------------------------------------------------------------------ */
.content {
	width: calc(100% - 300px);
}
.content__item {
	margin-bottom: 32px;
}
.content__thumb {
	overflow: hidden;
}
.content__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.content__box {
	padding: 20px 70px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 5px 5px 16px rgba(189, 189, 189, .3);
}
.content__top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
}
.content__cat a {
	color: #0085d0;
	text-decoration: underline;
}
.content__cat a:hover {
	text-decoration: none;
}
.content__data {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.content__view, .content__comm {
	margin-left: 16px;
	padding-left: 20px;
	position: relative;
	color: #666;
	font-size: 12px;
}
.content__view::before, .content__comm::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 12px;
	background: url('./i/bg-icon-view.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.content__comm::before {
	background-image: url('./i/bg-icon-comm.png');
}

.content h1 {
	margin-bottom: 24px;
	text-align: left;
}
.content__box a.head {
	display: block;
	text-align: left;
	text-decoration: none;
}
.content__box a.head:hover {
	text-decoration: underline;
}
.content__date {
	margin-bottom: 16px;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
}
.content__date span {
	color: #002687;
}
.content__item .text :last-child {
	margin-bottom: 0;
}
.content__more {
	padding-bottom: 10px;
}
.content__more a {
	color: #0085d0;
}


.pagenavi {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.pagenavi a, .pagenavi span {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	height: 50px;
	padding: 10px;
	border: 2px solid transparent;
	position: relative;
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
}
.pagenavi span.current, .pagenavi a:hover {
	border-color: #0085d0;
	color: #0085d0;
}
.pagenavi a {
	text-decoration: none;
}
.pagenavi .prev::before, .pagenavi .next::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 21px;
	width: 12px;
	height: 12px;
	border-left: 3px solid #afafaf;
	border-bottom: 3px solid #afafaf;
	transform: rotate(45deg);
	transition: all .3s ease;
}
.pagenavi .next::before {
	left: 15px;
	transform: rotate(-135deg);
}
.pagenavi .prev:hover::before, .pagenavi .next:hover::before {
	border-color: #0085d0;
}







.sidebar {
	width: 270px;
}
.sidebar__box {
	margin-bottom: 30px;
}
.sidebar__head {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 16px;
	color: #1c1c1c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.sidebar__head::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 124px;
	height: 2px;
	background-color: #002687;
}
.sidebar__category {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 5px);
}
.sidebar__category a {
	display: inline-block;
	vertical-align: top;
	min-height: 44px;
	padding: 10px 16px;
	background-color: #fff;
	border: 2px solid #ebf1f5;
	position: relative;
	margin: 0 5px 5px 0;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: all .3s ease;
}
.sidebar__category a:hover {
	background-color: #ebf1f5;
	color: #000;
}
.sidebar__item {
	padding-bottom: 24px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.sidebar__item:last-child {
	border-bottom: none;
}
.sidebar__title {
	display: block;
	margin-bottom: 20px;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.sidebar__title:hover {
	text-decoration: underline;
}
.sidebar__info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.2;
}
.sidebar__thumb {
	width: 32%;
}
.sidebar__thumb a, .sidebar__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.sidebar__excerpt {
	width: 60%;
}
.sidebar__more a {
	color: #0085d0;
	text-decoration: underline;
}
.sidebar__more a:hover {
	text-decoration: none;
}







/* Catalog ------------------------------------------------------------------------------ */
.catalog__top {
	padding-bottom: 42px;
}
.catalog__top .head {
	text-align: left;
}











/* Single product --------------------------------------------------------------------- */
.single-product {
	padding-bottom: 0;
}
.single-product__thumb {
	width: 370px;
}
.single-product__thumb a, .single-product__thumb span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 375px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 16px rgba(78, 94, 103, .15);
	box-shadow: 4px 4px 16px rgba(78, 94, 103, .15);
}
.single-product__thumb img {
	display: block;
	max-width: 92%;
	max-height: 90%;
}

.single-product__body {
	width: calc(100% - 400px);
}
.single-product__top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 16px;
}
.single-product__top h1 {
	color: #1c1c1c;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
.single-product__isset {
	position: relative;
	padding-left: 24px;
	color: #0085d0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}
.single-product__isset::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 14px;
	height: 8px;
	border-left: 3px solid #0085d0;
	border-bottom: 3px solid #0085d0;
	transform: rotate(-40deg);
}
.single-product__haract {
	padding-bottom: 24px;
}
.single-product__haract-line {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 1.4;
}
.single-product__haract-label {
	width: 132px;
	padding-right: 10px;
	color: #717171;
}
.single-product__haract-value {
	width: calc(100% - 132px);
	color: #3c3c3c;
	font-weight: 600;
}
.single-product__box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 14px 24px 16px 32px;
	position: relative;
	background-color: #f2f9fd;
	margin-bottom: 30px;
	z-index: 20;
}
.single-product__price {

}
.single-product__price-head {
	color: #000;
	font-size: 16px;
	line-height: 1.1;
}
.single-product__price span {
	display: inline-block;
	vertical-align: top;
	padding-top: 8px;
	color: #094687;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.single-product__buy {
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	background-color: #ff1a21;
	position: relative;
	-webkit-box-shadow: 4px 4px 24px rgba(175, 4, 9, .84);
	box-shadow: 4px 4px 24px rgba(175, 4, 9, .84);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	cursor: pointer;
}
.single-product__buy::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	background-color: #cc090f;
	transition: all .3s ease;
	z-index: -1;
}
.single-product__buy:hover {
	background-color: #cc090f;
}
.single-product__link {
	padding-left: 8px;
}
.single-product__link a {
	display: inline-block;
	vertical-align: top;
	padding-left: 36px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #0085d0;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	text-decoration: underline;
}
.single-product__link a::before {
	content: '?';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #0085d0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}
.single-product__link a:hover {
	text-decoration: none;
}

.single-product__text {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 4px;
}
















/* Contact ------------------------------------------------------------------------------ */
.contact__body {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}
.contact__map {
	width: 55.7%;
}
.contact__map img {
	display: block;
	width: 100%;
	height: auto;
}
.contact__info {
	width: 40%;
}
.contact__box {
	position: relative;
	padding-left: 32px;
	margin-bottom: 27px;
}
.contact__box::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;
}
.contact__box--tel::before {
	background-image: url('./i/bg-icon-tel.png');
}
.contact__box--email::before {
	background-image: url('./i/bg-icon-mail.png');
}
.contact__box--adres::before {
	background-image: url('./i/bg-icon-place.png');
}
.contact__head {
	margin-bottom: 10px;
	color: #094687;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}
.contact__text {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.contact__text a {
	display: block;
	color: #000;
	text-decoration: none;
}
.contact__text a[href*="tel"] {
	font-size: 22px;
}
.contact__subinfo {
	color: #717171;
	font-size: 13px;
	line-height: 1.3;
}


.contact-social__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.contact-social__item {
	display: block;
	width: 88px;
	color: #0085d0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}
.contact-social__icon {
	display: block;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	border: 3px solid #0085d0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 36px 36px;
	background-size: 36px 36px;
	margin: 0 auto 10px;
}
.contact-social__viber .contact-social__icon {
	background-image: url('./i/bg-icon-viber.png');
}
.contact-social__tg .contact-social__icon {
	background-image: url('./i/bg-icon-tg.png');
}
.contact-social__insta .contact-social__icon {
	background-image: url('./i/bg-icon-insta.png');
}
.contact-social__wa .contact-social__icon {
	background-image: url('./i/bg-icon-wa.png');
}


.contact-feedback {
	padding-top: 70px;
	padding-bottom: 30px;
}
.contact-feedback__subhead {
	width: 100%;
	max-width: 430px;
	margin: 0 auto 22px;
	color: #343434;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}
.contact-feedback__form {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.contact-feedback__line {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 8px;
}
.contact-feedback__label {
	width: calc(50% - 8px);
}
.contact-feedback__line input {
	width: 100%;
	height: 50px;
	margin-bottom: 8px;
	background-color: #fff;
	border: 1px solid #989da0;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 14px;
}
.contact-feedback__btn {
	width: 260px;
	height: 60px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
}
.contact-feedback__form div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 95px;
	left: calc(50% - 90px);
}

.contact-feedback__confirm {
	width: 100%;
	max-width: 320px;
	margin: 12px auto 0;
}
.contact-feedback__confirm span.wpcf7-list-item {
	margin: 0;
}
.contact-feedback__confirm input {
	display: none;
}
.contact-feedback__confirm span.wpcf7-list-item-label {
	display: block;
	min-height: 16px;
	position: relative;
	padding-left: 22px;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 18px;
}
.contact-feedback__confirm span.wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #a4a9ab;
	z-index: 5;
}
.contact-feedback__confirm span.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 6px;
	border-left: 2px solid #0085d0;
	border-bottom: 2px solid #0085d0;
	transform: rotate(-38deg);
	opacity: 0;
	z-index: 10;
	transition: all .3s ease;
}
.contact-feedback__confirm input:checked + span.wpcf7-list-item-label::after {
	opacity: 1;
}












/* Delivery ----------------------------------------------------------------------------- */
.delivery__body {
	width: 100%;
	padding-bottom: 70px;
}
.delivery__line {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	border-bottom: 1px solid #d3d3d3;
}
.delivery__line:nth-child(odd) {
	background-color: #f2f9fd;
}
.delivery__title {
	display: none;
	margin-bottom: 4px;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.delivery__city {
	width: 23%;
	padding: 12px 30px;
	color: #343434;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.delivery__terms {
	width: 45.5%;
	padding: 12px 30px;
	border-left: 1px solid #d3d3d3;
}
.delivery__pay {
	width: 31.5%;
	padding: 12px 30px;
	border-left: 1px solid #d3d3d3;
}

.delivery__top {
	background-color: #002687 !important;
	text-align: center;
}
.delivery__top > * {
	padding: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: none;
}
.delivery__top .delivery__terms, .delivery__top .delivery__pay {
	border-left: 1px solid #fff;
}



.delivery-send {
	width: 100%;
	max-width: 880px;
	margin: 0 auto 20px;
}
.delivery-send__box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border: 5px solid #eee;
}









/* Garant ------------------------------------------------------------------------------ */
.garant .head {
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 60px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.garant .head::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 53px;
	height: 72px;
	background: url('./i/bg-icon-garant.png') center no-repeat;
	-webkit-background-size: 50px 70px;
	background-size: 50px 70px;
}










/* Doctor ----------------------------------------------------------------------------- */
.doctor .head {
	text-align: left;
	text-transform: uppercase;
}
.doctor__text a[href*="tel"] {
	display: inline-block;
	vertical-align: top;
	color: #094687;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}
.doctor-form {
	padding-top: 32px;
	padding-bottom: 44px;
}
.doctor-form__box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}
.doctor-form__label {
	width: calc(50% - 16px);
	max-width: 270px;
	margin: 0 16px 16px 0;
	position: relative;
}
.doctor-form__label input {
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 16px;
	padding-right: 8px;
	border: 1px solid #989da0;
	background-color: #fff;
	outline: none;
	font-size: 14px;
}
.doctor-form__captcha {
	width: 100%;
	margin-bottom: 16px;
}
.doctor-form__btn {
	width: 260px;
	height: 60px;
	border: none;
	border-radius: 30px;
	margin: 0 0 20px;
	font-size: 16px;
}

.doctor-form__confirm {
	width: 100%;
}
.doctor-form__confirm input {
	display: none;
}
.doctor-form__confirm span {
	display: block;
	min-height: 16px;
	position: relative;
	padding-left: 22px;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 18px;
}
.doctor-form__confirm span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #a4a9ab;
	z-index: 5;
}
.doctor-form__confirm span::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 6px;
	border-left: 2px solid #0085d0;
	border-bottom: 2px solid #0085d0;
	transform: rotate(-38deg);
	opacity: 0;
	z-index: 10;
	transition: all .3s ease;
}
.doctor-form__confirm input:checked + span::after {
	opacity: 1;
}







/* Patients ----------------------------------------------------------------------------- */
.patients .head {
	text-align: left;
	text-transform: uppercase;
}
.patients .text h3 {
	margin-bottom: 24px;
	padding: 20px;
	background-color: #0085d0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}











/* Reviews ----------------------------------------------------------------------------- */
.review .head {
	padding-left: 42px;
	position: relative;
	text-align: left;
}
.review .head::before {
	content: '';
	position: absolute;
	top: 6px;
    left: 0;
    width: 26px;
    height: 22px;
	background-image: url('i/bg-icon-review.png');
    background-position: center;
    background-repeat: no-repeat;
}
.review__text {
	padding-bottom: 4px;
}
.review__add {
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	background-color: #ff1a21;
	position: relative;
	-webkit-box-shadow: 4px 4px 24px rgba(175, 4, 9, .84);
	box-shadow: 4px 4px 24px rgba(175, 4, 9, .84);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	cursor: pointer;
}
.review__add::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 250px;
	height: 60px;
	border-radius: 30px;
	background-color: #cc090f;
	transition: all .3s ease;
	z-index: -1;
}
.review__add:hover {
	background-color: #cc090f;
}


.review__list {
	padding-top: 24px;
}
.review-item {
	margin-top: 24px;
	border-top: 1px solid #84ddcc;
	padding-top: 32px;
}
.review-item__box {
	padding: 24px;
	-webkit-box-shadow: 4px 4px 24px rgba(78, 94, 103, .15);
	box-shadow: 4px 4px 24px rgba(78, 94, 103, .15);
	background-color: #fff;
	margin-bottom: 16px;
}
.review-item__top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.review-item__name {
	color: #3c3c3c;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}
.review-item__star {

}
.review-item__date {
	margin-bottom: 30px;
	position: relative;
	color: #717171;
	font-size: 14px;
	font-style: italic;
	line-height: 1.3;
}
.review-item__text {
	padding-top: 36px;
	position: relative;
	color: #717171;
	font-size: 15px;
	line-height: 1.3;
}
.review-item__text :last-child {
	margin-bottom: 0;
}
.review-item__text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 25px;
	background: url('i/bg-icon-quotes.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.review-item__answer {
	padding: 20px 24px;
	background-color: #f2f9fd;
}
.review-item__answer .review-item__text {
	padding-top: 4px;
}
.review-item__answer .review-item__text::before {
	display: none;
}

















/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #e9f0f4;
}
.footer__copy {
	padding-top: 40px;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}






/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 25px;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup-callme {
	max-width: 370px;
}
.popup__close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
.popup__close::before, .popup__close::after {
	content: '';
	position: absolute;
	top: 6px;
	width: 16px;
	height: 3px;
	background-color: #aaa;
	transition: all .3s ease;
	transform: rotate(45deg);
}
.popup__close::before {
	left: 0;
}
.popup__close::after {
	right: 0;
	transform: rotate(-45deg);
}
.popup__close:hover::before, .popup__close:hover::after {
	background-color: #002687;
}
.popup__body {
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}
.popup__head {
	padding-bottom: 8px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	color: #1c1c1c;
}
.popup-applic .popup__head {
	font-size: 25px;
}
.popup__desc {
	margin-top: 16px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}



/* Форма */

input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}

.popup__label {
	position: relative;
}
.popup__label input, .popup__label textarea {
	width: 100%;
	height: 50px;
	margin-bottom: 16px;
	padding-left: 16px;
	padding-right: 8px;
	border: 1px solid #dfe3e4;
	background-color: #FFF;
	outline: none;
	font-size: 14px;
}
.popup__label textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup__product-name {
	display: none;
}
.popup__submit input[type="submit"] {
	width: 100%;
	max-width: 100%;
	border: none;
	outline: none;
	color: #fff;
}

input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup__body input.wpcf7-not-valid {
	border: 1px solid #c00;
}
label.error {
	position: absolute;
	top: -16px;
	left: 0;
	font: 400 14px/24px 'arial', sans-serif;
	height: 26px;
	padding: 0 10px;
	background: #f3cb1c;
	box-shadow: 0 1px 2px #8b7308;
	color: #000;
}
label.error:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #f3cb1c;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {


.header__buttons {
    padding-left: 20px;
}
.header__box {
    padding-left: 30px;
    padding-right: 24px;
}
.header__nav ul li a {
    padding: 16px 20px;
}


.start {
	overflow: hidden;
}
.start .m_inb::before {
    top: -40px;
    right: -50px;
    width: 340px;
    height: 460px;
}
.main-promo__box {
    padding: 16px 32px 12px 16px;
    font-size: 19px;
}


.statistic__box::before {
    top: -170px;
    left: -120px;
}


.schema table td.schema__name {
    width: 230px;
}


.content__box {
    padding: 20px 50px;
}



.single-product__box {
    padding: 14px 12px 16px 16px;
}
.single-product__price-head {
    font-size: 15px;
}
.single-product__buy, .single-product__buy::before {
    width: 230px;
}


.sert__list {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.sert__item {
    width: calc(25% - 40px);
    margin: 0 20px 32px;
}




}








@media screen and (max-width:1050px) {


.m_inb {
	padding-left: 10px;
	padding-right: 10px;
}


.header__top {
	padding-top: 16px;
	padding-bottom: 16px;
}
.header__box {
    width: 28%;
    max-width: 220px;
	padding-left: 16px;
	padding-right: 8px;
}
.header__box::before {
	display: none;
}
.header__phone-subinfo {
	display: none;
}
.header__nav ul li a {
	min-height: 54px;
    padding: 12px 10px;
}


.start {
    padding-top: 50px;
    padding-bottom: 140px;
}
.start::before {
    left: calc(50% - 40px);
    width: 450px;
    height: 400px;
}
.start .m_inb::before {
    top: -30px;
    width: 300px;
    height: 400px;
}
.start__head {
    max-width: 660px;
}
.start-partner {
    max-width: 680px;
}
.start-partner::before {
    right: -70px;
    width: 300px;
    height: 200px;
}
.start-partner__head {
    margin-bottom: 20px;
    font-size: 20px;
}
.start-partner__item a, .start-partner__item span {
    width: 110px;
    height: 80px;
}



.main-promo__box {
	width: 100%;
	padding: 36px 36px 48px;
}
.main-promo__box::before {
	display: none;
}
.main-promo__button {
	margin: -40px auto 0;
}


.statistic__box::before {
    top: -220px;
    left: -200px;
}



.catalog__list--four .product {
    width: calc(50% - 30px);
}


.faq-item {
    padding: 16px 50px;
}


.content__box {
    padding: 16px 32px;
}


.contact__map {
    width: 54%;
}
.contact__info {
    width: 44%;
}



.delivery__city, .delivery__terms, .delivery__pay {
    padding: 10px 16px;
}



.single-product__box {
	margin-bottom: 20px;
}
.single-product__buy {
	margin-top: 20px;
}
.single-product__link a {
	margin-right: 10px;
	margin-bottom: 10px;
}


.sert__list {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.sert__item {
    width: calc(25% - 10px);
    margin: 0 5px 24px;
}




}











@media screen and (max-width:900px) {


.header__logo {
	margin-right: 12px;
}
.header__box {
	-ms-align-items: flex-start;
	align-items: flex-start;
    width: 30%;
    padding-left: 8px;
	margin-left: auto;
}
.header__time {
	display: none;
}
.header__callme {
	position: absolute;
	top: 40px;
	right: 130px;
	min-height: 40px;
    border-radius: 20px;
    padding: 12px 16px 11px;
}
.header__nav-btn {
	display: block;
}

.header__nav {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 220px;
	opacity: 0;
	pointer-events: none;
	z-index: 60;
}
.header.nav-active .header__nav {
	top: 60px;
	opacity: 1;
	pointer-events: auto;
}
.header__nav ul {
	display: block;
}
.header__nav ul li {
	width: 100%;
}
.header__nav ul li a {
	display: block;
	width: 100%;
	text-align: center;
}


.start {
    padding-top: 40px;
    padding-bottom: 40px;
}
.start-partner {
	max-width: 580px;
	padding-top: 8px;
}
.start-partner::before {
	top: 50px;
    right: 10px;
}
.start-partner__list {
	max-width: 240px;
}
.start-partner__item {
	margin: 0 10px 10px 0;
}


.main-promo {
	margin-top: 20px;
}
.main-promo__box {
	padding: 20px;
	font-size: 17px;
}
.main-promo__info {
    width: calc(100% - 160px);
}



.advantage-item {
    width: calc(25% - 12px);
    margin: 0 6px 20px;
}
.advantage-item__title {
    font-size: 18px;
}


.product {
    width: calc(50% - 30px);
}


.schema table {
	width: 900px;
}


.main-blog__list {
    display: block;
    width: 100%;
    margin-left: 0;
}
.main-blog__item {
    width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
	margin: 0 0 20px;
}
.main-blog__item:last-child {
	border-bottom: none;
}

.main-blog {
    padding-top: 30px;
    padding-bottom: 20px;
}



.content {
    width: calc(100% - 225px);
}
.sidebar {
    width: 210px;
}
.sidebar__head {
    font-size: 18px;
}
.sidebar__title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.sidebar__thumb, .sidebar__excerpt {
	width: 100%;
	margin-top: 4px;
}



.single-product__thumb {
    width: 300px;
}
.single-product__body {
    width: calc(100% - 320px);
}



.contact-social__list {
	justify-content: center;
}
.contact-social__item {
	margin: 0 20px 20px;
}



.delivery__line {
	display: block;
	margin-bottom: 30px;
	border: 1px solid #d3d3d3;
}
.delivery__top {
	display: none;
}
.delivery__city, .delivery__terms, .delivery__pay {
    width: 100%;
}
.delivery__city {
	background-color: #002687 !important;
	padding-top: 12px;
	color: #fff;
	font-size: 18px;
    text-align: center;
}
.delivery__title {
	display: block;
}



.footer {
    padding-top: 16px;
    padding-bottom: 20px;
}
.footer .header__nav {
	top: inherit;
	bottom: -20px;
}
.footer.nav-active .header__nav {
	bottom: 110px;
	opacity: 1;
	pointer-events: auto;
}
.footer__copy {
    padding-top: 20px;
}



}











@media screen and (max-width:750px) {


.header__box {
	order: 1;
	width: calc(100% - 240px);
	max-width: 440px;
	margin-top: 16px;
	margin-left: 0;
	margin-right: auto;
}
.header__time {
	display: block;
}
.header__callme {
    top: 90px;
    right: 10px;
}


.start::before {
    left: calc(50% - 40px);
    width: 400px;
    height: 360px;
}
.start .m_inb::before {
    top: inherit;
	bottom: -50px;
    width: 260px;
    height: 350px;
}
.start__head {
	max-width: 550px;
	font-size: 40px;
}
.start-partner {
	max-width: 500px;
	padding-right: 100px;
}
.start-partner::before {
	top: 70px;
    right: 50px;
    width: 200px;
    height: 140px;
}
.start-partner__head {
	font-size: 18px;
}



.main-promo__button {
	margin-top: 20px;
}


.advantage__list {
	justify-content: center;
}
.advantage-item {
    width: calc(33.3% - 12px);
}


.statistic__box::before {
    top: -300px;
    left: -230px;
}



.faq-item {
    padding: 12px 40px;
}
.faq-item__title {
    font-size: 17px;
    line-height: 21px;
}


.content, .sidebar {
	width: 100%;
	margin-bottom: 40px;
}
.breadcrumbs {
	padding-bottom: 24px;
}
.content__box {
    padding: 12px 24px;
}
.sidebar__popular {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.sidebar__item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}



.single-product__thumb, .single-product__body {
	width: 100%;
	margin-bottom: 20px;
}



.contact__map, .contact__info {
	width: 100%;
	margin-bottom: 20px;
}


.sert__item {
    width: calc(50% - 10px);
    margin: 0 5px 24px;
}




}











@media screen and (max-width:600px) {


.header__logo {
	width: 200px;
    padding-left: 52px;
	margin-left: 8px;
}
.header__buttons {
	border-left: none;
	padding-left: 0;
}
.header__nav-btn {
	margin-left: 8px;
}
.header__nav-btn {
	font-size: 16px;
}
.header__box {
    width: calc(100% - 200px);
	min-height: 24px;
	border: none;
	padding: 0;
	margin-top: 25px;
}
.header__time {
	display: none;
}


.start {
    padding-top: 20px;
    padding-bottom: 20px;
}
.start__head {
    font-size: 36px;
}
.start-partner::before {
	display: none;
}


.main-promo__icon {
	display: none;
}
.main-promo__info {
	width: 100%;
	padding: 0;
}


.advantage-item {
    width: calc(50% - 12px);
}


.head {
    font-size: 30px;
}


.catalog__list {
    width: calc(100% + 10px);
    margin-left: -5px;
}
.product, .catalog__list--four .product {
    width: calc(50% - 10px);
	margin: 0 5px 10px;
}
.product__info {
    padding: 8px 8px 16px;
}
.product-price {
    padding: 16px 8px 4px;
}
.product__add-to-cart {
    max-width: 190px;
}



.faq-item {
    padding: 12px 20px;
}


.content__box {
    padding: 12px 16px;
}
.content__top {
	padding-bottom: 12px;
}
.content__cat a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.1;
}


.contact-social__item {
    margin: 0 8px 16px;
}



.delivery__line {
	max-height: 45px;
	overflow: hidden;
	transition: all .3s ease;
}
.delivery__line.active {
	max-height: 2000px;
}
.delivery__city {
	position: relative;
}
.delivery__city::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin-top: 3px;
	margin-left: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	transition: all .3s ease;
}
.delivery__line.active .delivery__city::after {
	margin-top: 8px;
	transform: rotate(135deg);
}



.doctor-form__label {
    width: 100%;
	max-width: 320px;
    margin: 0 0 16px;
}







}











@media screen and (max-width:450px) {


.header__logo {
	margin: 0 auto 12px;
}
.header__buttons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 8px;
}
.header__box {
	justify-content: center;
	width: 100%;
	margin-top: 16px;
}
.header__callme {
	position: relative;
	top: inherit;
	right: inherit;
	margin: 0 0 auto;
}
.header.nav-active .header__nav {
    top: 170px;
}



.start .m_inb::before {
    right: -70px;
    bottom: -40px;
    width: 220px;
    height: 250px;
}
.start__head {
    font-size: 27px;
	text-align: center;
}
.start-partner {
	padding-right: 30px;
}
.start-partner__item a, .start-partner__item span {
    width: 100px;
    height: 74px;
}


.main-promo__box {
    padding: 12px;
    font-size: 16px;
}


.advantage-item {
    width: 100%;
	margin: 0 0 20px;
}
.advantage-item__icon {
	margin-bottom: 4px;
}


.statistic__box {
    padding: 16px 10px;
}
.statistic__box::before, .statistic__box::after {
	display: none;
}
.statistic__head {
    font-size: 28px;
}



.head {
    font-size: 25px;
}


.product, .catalog__list--four .product {
    width: 100%;
	margin: 0 0 30px;
}


.faq-item {
    padding: 12px;
}



.content__box {
	padding: 12px 8px;
}
.wp-caption-text {
    padding-top: 8px;
    padding-bottom: 12px;
}

.sidebar__item {
    width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
}



.single-product__thumb a, .single-product__thumb span {
	height: 300px;
}
.single-product__top, .single-product__haract-line {
	display: block;
}
.single-product__haract-value {
	width: 100%;
	padding-bottom: 8px;
}
.single-product__price {
	margin-bottom: 20px;
}
.single-product__buy, .single-product__buy::before {
	width: 100%;
	margin-top: 0;
}
.single-product__link a {
	font-size: 15px;
}




.contact-social__list {
	max-width: 310px;
	margin: 0 auto;
}
.contact-social__item {
    margin: 0px 10px 10px;
	font-size: 15px;
}
.contact-social__icon {
    width: 72px;
    height: 72px;
	margin: 0 auto 4px;
}
.contact-feedback__line input {
    width: 100%;
}


.delivery__city {
    padding-top: 14px;
    font-size: 16px;
}


.sert__list {
    width: 100%;
    margin-left: 0;
}
.sert__item {
    width: 100%;
    margin: 0 0 16px;
}



.footer.nav-active .header__nav {
    bottom: 150px;
}



}
