/************************* fonts *************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
/************************* default styles *************************/
*{max-height: 10000000px;}
body{
	color: #454545;
	font-size: 16px;
	font-weight: 400;
	font-family: Open Sans;
	line-height: 19px;
	min-width: 320px;
}
a:hover {text-decoration: none;}
h1 {
	margin: 0 0 29px;
	font-size: 30px;
	line-height: 36px;
}
h2 {
	margin: 0 0 24px;
	color: #0166b3;
	font-size: 32px;
	font-weight: 400;
	line-height: 39px;
	text-align: center;
}
h2:after {
	display: block;
	content: '';
	width: 204px;
	height: 2px;
	margin: 9px auto 0;
	background: #0166b3;
}
h3 {
	margin: 0 0 18px;
	color: #000;
	font-size: 18px;
	line-height: 21px;
}
h4 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}
div, span, input, button, a, img, section {box-sizing: border-box;}
img {vertical-align: top;}
p {margin: 0;}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
} 
blockquote {
	display: block;
	margin: 0 0 26px;
	padding: 15px 16px 14px;
	color: #fff;
	font-style: italic;
	background: #ffa200;
}
iframe {border: 0; outline: 0;}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 767px) {
	h2 {
		margin: 0 0 24px;
		font-size: 24px;
		line-height: 30px;
	}
}
/************************* common styles *************************/
html, body {height: 100%;}
p {margin: 0 0 20px;}
.holder {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.ul-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clear {clear: both;}
.button__holder {text-align: center;}
.button {
	display: inline-block;
	vertical-align: top;
	padding: 13px 20px 12px;
	color: #fff;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	background: #61ba45;
	border-bottom: 3px solid #489a2f;
	border-radius: 5px;
	transition: background .3s linear;
}
.button:hover {
	background: #489a2f;
	border-bottom: 3px solid #3a8124;
}
.button:active {
	margin-top: 3px;
	border-bottom: 0px;
}
.button-min {
	padding: 6px 18px 8px;
	font-size: 18px;
	line-height: 24px;
}
button.button {
	outline: 0;
	border: 0;
}
.form-block fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.input {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 15px;
	margin: 0 0 17px;
	color: #000;
	font-size: 16px;
	outline: 0;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 5px;
	box-sizing: border-box;
}
.submit {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 13px 20px 12px;
	color: #fff;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	line-height: 21px;
	outline: 0;
	border: 0;
	background: #61ba45;
	border-bottom: 3px solid #489a2f;
	border-radius: 5px;
	transition: background .3s linear;
}
.submit:hover {
	background: #489a2f;
	border-bottom: 3px solid #3a8124;
}
.submit:active {
	margin-top: 3px;
	border-bottom: 0px;
}
::-webkit-input-placeholder {color: #6b6b6b;}
:-moz-placeholder {color: #6b6b6b; opacity: 1;}
::-moz-placeholder {color: #6b6b6b; opacity: 1;}
:-ms-input-placeholder {color: #6b6b6b;}
.input.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.side-button {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -155px;
	z-index: 100;
}
/************************* header__fixed *************************/
.header__fixed {
	position: fixed;
	top: -130px;
	right: 0;
	left: 0;
	z-index: 100;
	height: 102px;
	padding: 11px 0 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
	transition: all .3s linear;
}
.header__fixed.fixed {top: 0;}
.header__fixed-left {
	float: left;
}
.header__fixed .header__logo {margin: 0 0 10px;}
.header__fixed .header__logo-img {
	width: 38px;
	text-align: center;
}
.header__fixed .header__logo-img img {max-width: 100%;}
.header__fixed-right {
	float: right;
	padding: 15px 0 0;
	text-align: right;
}
.header__fixed-phone {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.header__fixed-phone a {
	color: #000;
	text-decoration: none;
}
.header__fixed-link a {
	color: #61ba45;
}
.header__fixed-nav {
	float: left;
	width: 380px;
	padding: 12px 0 0 15px;
}
.header__fixed-nav-item {
	float: left;
	margin: 0 0 12px 28px;
}
.header__fixed-nav-item a {
	color: #0065b2;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header__fixed-nav-item a:hover, .header__fixed-nav-item .active {
	color: #61ba45;
	text-decoration: none;
}
.nav-icon {
	position: absolute;
	top: 19px;
	right: 20px;
	display: none;
}
/************************* header *************************/
.header {
	position: relative;
	box-sizing: border-box;
}
/************************* header__nav *************************/
.header__nav {
	position: relative;
	z-index: 50;
	height: 40px;
	padding: 9px 0 0;
	background: #0166b3;
}
.header__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	text-align: center;
}
.header__nav-list-item {
	font-size: 14px;
	text-transform: uppercase;
}
.header__nav-list-item a {
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header__nav-list-item a:hover {color: #ffd300;}
.header__nav-list-item.active a {
	color: #ffd300;
	text-decoration: none;
}
/************************* header__top *************************/
.header__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 70px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.header__logo-img {margin: 0 12px 0 0;}
.header__top-adress {
	width: 220px;
}
.header__top-adress a {color: #0065b2;}
.header__right {
	text-align: right;
}
.header__right-phone {
	margin: 0 0 9px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
.header__right-phone a {
	color: #000;
	text-decoration: none;
}
.header__right-button .button {
	padding: 9px 14px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.header__mob {display: none;}
/************************* header__main *************************/
.header__main {
	padding: 0px 0 90px;
	background: url(../images/media/banner.jpg) 50% 0% no-repeat;
	background-size: cover;
}
.header__main-column {
	max-width: 600px;
	color: #000;
}
.header__main-title {
	margin: 0 0 41px;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
}
.header__main-title span {
	color: #0166b3;
	font-weight: 700;
}
.header__main-text {
	max-width: 460px;
	margin: 0 0 43px;
	font-size: 24px;
	line-height: 30px;
}
@media screen and (max-width: 959px) {
	.holder {padding: 0 10px;}
	.header__nav {display: none;}
	.nav-icon {
		position: absolute;
		top: 15px;
		right: 10px;
		display: block;
		width: 43px;
		height: 34px;
		padding: 9px 0 0;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.nav-icon span {
		display: block;
		width: 22px;
		height: 2px;
		margin: 0 auto 4px;
		background: #000;
	}
	.header__fixed-nav {
		position: fixed;
		top: -550px;
		left: 10px;
		right: 10px;
		width: auto;
		padding: 16px 0 16px;
		background: #fff;
		-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
		box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
		transition: all .5s linear;
	}
	.header__fixed-nav.vis {top: 79px;}
	.header__fixed-nav-item {
		float: none;
		margin: 0;
		font-size: 18px;
	}
	.header__fixed-nav-item a {
		display: block;
		padding: 8px 20px 9px;
	}
	.header__fixed-right {padding: 0 60px 0 0;}
	.header__fixed .header__logo:last-child {display: none;}
	.header__fixed {
		height: 64px;
		padding: 11px 0 0;
	}
	.header__fixed-phone {margin: 0 0 1px;}
	
	.header__top {
		max-width: 740px;
		margin: 0 auto;
		padding: 20px 0 50px;
	}
	.header__top .header__logo {
		width: 50%;
		margin: 0 0 15px;
	}
	.header__top .header__logo-img img {max-height: 36px;}
	.header__logo-text br {display: none;}
	.header__main {padding: 0px 0 50px;}
	
	
}
@media screen and (max-width: 767px) {
	.header__main {
		position: relative;
		background: url(../images/media/banner-mob.jpg) 50% 0% no-repeat;
		background-size: cover;
	}
	.header__main:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		content: '';
		background: #fff;
		opacity: 0.7;
	}
	.header__main .holder {position: relative;}
	.header__top {
		align-items: flex-start;
		max-width: 320px;
		margin: 0 auto;
		padding: 20px 0 50px;
	}
	.header__top .header__logo {text-align: center;}
	.header__top .header__logo-img {
		width: 100%;
		padding: 0 0 3px;
	}
	.header__logo-text br {display: none;}
	.header__top-adress {
		display: none;
	}
	.header__right {
		display: none;
	}
	.header__mob {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 170px;
		margin: 0 auto;
	}
	.header__mob-adress {
		padding: 0 0 0 20px;
		background: url(../images/map-icon.png) 0 3px no-repeat;
	}
	.header__mob-adress a {
		color: #000;
	}
	.header__mob-phone {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-decoration: none;
		background: url(../images/phone-icon.png) 50% 0% no-repeat;
	}
	
	.header__main-column {
		max-width: none;
		text-align: center;
	}
	.header__main-title {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 30px;
	}
	.header__main-text {
		max-width: 460px;
		margin: 0 auto 30px;
		font-size: 18px;
		line-height: 24px;
	}
	.header__fixed .header__logo-text {display: none;}
}
@media screen and (max-width: 479px) {
	
}
/************************* reasons *************************/
.reasons {
	padding: 65px 0 50px;
}
.reasons__list {
	max-width: 736px;
	margin: 0 auto;
	padding: 18px 0 25px;
}
.reasons__list-item {
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 21px;
}
.reasons__list-item:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #61ba45;
	border-radius: 50%;
}
@media screen and (max-width: 959px) {
	.reasons {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.reasons__list-item {
		font-size: 16px;
		line-height: 20px;
	}
}
/************************* about *************************/
.about {
	padding: 50px 0 64px;
}
.about__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: -10px 0 33px;
}
.about__img {
	width: 40%;
	padding: 0 10px;
}
.about__img img {
	max-width: 100%;
}
.about__content {
	width: 58%;
	padding: 20px 0 0;
}
.about__item {
	overflow: hidden;
	margin: 0 0 20px;
}
.about__item-icon {
	float: left;
	width: 30px;
	text-align: center;
}
.about__item-text {
	margin: 0 0 0 44px;
}
.about__item-text strong {
	display: block;
	margin: 0 0 6px;
	font-size: 18px;
}
@media screen and (max-width: 959px) {
	.about {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.about__block {
		max-width: 500px;
		margin: 0px auto 33px;
	}
	.about__img {display: none;}
	.about__content {
		width: 100%;
		padding: 10px 0 0;
	}
}
/************************* serv *************************/
.serv {
	padding: 43px 0 49px;
	background: url(../images/media/serv-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.serv__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 896px;
	margin: 0 auto;
	padding: 78px 0 21px;
}
.serv__column {
	position: relative;
	width: 50%;
	padding: 0 39px 0 0;
}
.serv__column-left:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 90px;
	display: block;
	content: '';
	width: 1px;
	background: #3083c2;
}
.serv__column-left {
	padding: 0 39px 0 0;
	text-align: right;
}
.serv__column-right {
	padding: 0 0 0 38px;
}
.serv__column:last-child:after {display: none;}
.serv__column-title {
	display: inline-block;
	vertical-align: top;
	padding: 13px 24px 12px;
	margin: 0 0 33px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	background: #3185c5;
}
.serv__column-right .serv__column-title {background: #5c9dd0;}
.serv__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	padding: 14px 15px 16px 0;
	margin: 0 0 15px;
	color: #fff;
	background: #3185c5;
}
.serv__column-left .serv__item:nth-child(2) {background: #3185c5;}
.serv__column-left .serv__item:nth-child(3) {background: #358bcc;}
.serv__column-left .serv__item:nth-child(4) {background: #3a94d8;}
.serv__column-left .serv__item:nth-child(5) {background: #3f9ce3;}
.serv__column-left .serv__item:nth-child(6) {background: #44a4ee;}
.serv__column-right .serv__item:nth-child(2) {background: #5c9dd0;}
.serv__column-right .serv__item:nth-child(3) {background: #5fa1d4;}
.serv__column-right .serv__item:nth-child(4) {background: #63a7db;}
.serv__column-right .serv__item:nth-child(5) {background: #67ace1;}
.serv__column-right .serv__item:nth-child(6) {background: #6cb2ea;}
.serv__column-left .serv__item:before {
	position: absolute;
	top: 18px;
	right: -39px;
	display: block;
	content: '';
	width: 39px;
	height: 1px;
	background: #3083c2;
}
.serv__column-left .serv__item:after {
	position: absolute;
	top: 15px;
	right: -42px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: #3083c2;
	border-radius: 50%;
}
.serv__column-right .serv__item:before {
	position: absolute;
	top: 50px;
	left: -39px;
	display: block;
	content: '';
	width: 39px;
	height: 1px;
	background: #3083c2;
}
.serv__column-right .serv__item:after {
	position: absolute;
	top: 47px;
	left: -42px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: #3083c2;
	border-radius: 50%;
}

.serv__item-num {
	width: 55px;
	min-width: 55px;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.serv__item-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
}
@media screen and (max-width: 959px) {
	.serv__block {
		max-width: 740px;
		padding: 40px 0 21px;
	}
	.serv__column-left:after {
		bottom: 135px;
	}
}
@media screen and (max-width: 767px) {
	.serv__block {
		padding: 20px 0 21px;
	}
	.serv__column {
		width: 100%;
		padding: 0;
	}
	.serv__column-left:after {
		display: none;
	}
	.serv__column-left {
		padding: 0 0 30px;
		text-align: center;
	}
	.serv__column-right {
		padding: 0;
		text-align: center;
	}
}
/************************* why *************************/
.why {
	padding: 66px 0 53px;
	background: #f3f5f7;
}
.why__video {
	margin: 0 0 35px;
	padding: 6px 0 0;
}
.why__video iframe {
	display: block;
	width: 100%;
	height: 530px;
}
.why__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 5px;
}
.why__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 32%;
	margin: 0 0 50px 2%;
}
.why__item:nth-child(3n + 1){margin: 0 0 50px;}
.why__item-icon {
	width: 89px;
	min-width: 89px;
	text-align: center;
}
.why__item-text {
	flex: 1;
}
@media screen and (max-width: 959px) {
	.why {
		padding: 40px 0 50px;
	}
	.why__video iframe {height: 440px;}
	.why__item {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.why__item:nth-child(3n + 1){margin: 0 0 30px 4%;}
	.why__item:nth-child(2n + 1){margin: 0 0 30px;}
}
@media screen and (max-width: 767px) {
	.why__video iframe {height: 360px;}
}
@media screen and (max-width: 640px) {
	.why__item {
		width: 100%;
		margin: 0 0 40px;
	}
	.why__item:nth-child(3n + 1){margin: 0 0 40px;}
	.why__item:nth-child(2n + 1){margin: 0 0 40px;}
}
/************************* guarantee *************************/
.guarantee {
	padding: 84px 0 85px;
}
.guarantee__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 9px 0 12px;
}
.guarantee__item {
	width: 48%;
	min-height: 60px;
	margin: 0 0 32px;
	padding: 5px 0 0 72px;
	background: url(../images/guarantee-icon.png) 0 0 no-repeat;
}
@media screen and (max-width: 959px) {
	.guarantee {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.guarantee__item {
		width: 100%;
		margin: 0 0 20px;
		padding: 5px 0 0 67px;
	}
}
/************************* review *************************/
.review {
	padding: 55px 0 54px;
	background: #fbfbfb;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 404px;
	margin: 0 auto 27px;
}
.tabs li {
	width: 50%;
	padding: 0 15px 0 0;
	box-sizing: border-box;
}
.tabs li:last-child {padding: 0 0 0 15px;}
.tabs a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 45px;
	padding: 0 5px;
	color: #0166b3;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #0166b3;
	border-radius: 7px;
}
.tabs .active a {
	color: #fff;
	background: #0166b3;
}
.tabs__long {
    max-width: none;
    margin: 0 auto 54px;
    background: #f3f5f7;
}
.tabs__long li {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
}
.tabs__long li:last-child {padding: 0;}
.tabs__long a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 5px;
    color: #0166b3;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #f3f5f7;
    border: 0;
    border-radius: 7px;
}
.tabs__long .active a {
    position: relative;
    color: #fff;
    background: #0166b3;
}
.tabs__long .active a:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    display: block;
    content: '';
    margin-left: -14px;
    border-top: 11px solid #0166b3;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
.review__hidden {
	display: none;
}
.review__slider {
	padding: 0 23px;
	margin: 0 0 33px;
}
.review__slide {
	padding: 0 15px;
}
.review__item {
	padding: 13px 28px 18px;
	margin: 0 0 19px;
	font-size: 14px;
	line-height: 17px;
	background: #f3f5f7;
	border: 1px solid #e9f0f7;
	border-radius: 5px;
}
.review__item p {margin: 0 0 16px;}
.review__item a {
	color: #0166b3;
	outline: 0;
}
.review__author {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	line-height: 17px;
	text-align: right;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -46px;
	display: block;
	width: 18px;
	height: 31px;
	cursor: pointer;
	font-size: 0;
	border: 0;
	outline: 0;
	z-index: 10;
}
.slick-prev {
	left: 10px;
	background: url(../images/arrows.png) 0 0 no-repeat;
}
.slick-next {
	right: 10px;
	background: url(../images/arrows.png) -18px 0 no-repeat;
}
.review__slider .slick-arrow {
	top: 105px;
	margin-top: 0;
}
.review__slider .slick-prev {
	left: 0;
}
.review__slider .slick-next {
	right: 0;
}
.review__video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review__video-item {
	width: 48%;
	margin: 0 0 4% 4%; 
}
.review__video-item:nth-child(2n + 1){margin: 0 0 4%;}
.review__video-item iframe {
	width: 100%;
	height: 296px;
}
.tab-content {display: none;}
@media screen and (max-width: 959px) {
	.review {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.review__video-item {
		width: 100%;
		margin: 0 0 20px; 
	}
	.review__video-item:nth-child(2n + 1){margin: 0 0 20px;}
	.review__video-item iframe {height: 240px;}
	.review__video {
		max-width: 400px;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	.review__slide {padding: 0 5px;}
	.review__item {padding: 13px 15px 18px;}
	.tabs li {padding: 0 5px 0 0;}
	.tabs li:last-child {padding: 0 0 0 5px;}
	.tabs a {
		font-size: 16px;
		line-height: 19px;
	}
}
/************************* info *************************/
.info {
    padding: 67px 0 40px;
}
.info__block {
    padding: 25px 27px 40px;
    border: 1px solid #0166b3;
    border-radius: 7px;
}

.info__content {
    padding: 15px 0 10px;
}
.info__content-item {
    padding: 14px 0 25px;
}
.info__list {
    padding: 9px 20px 8px;
    background: #f3f5f7;
}
.info__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0 11px;
    font-size: 14px;
    border-top: 1px solid #d9dbde;
}
.info__list-item:first-child {border-top: 0;}
.info__list-total {
    padding: 16px 0 11px;
    font-size: 16px;
    font-weight: 700;
}
.info__list-text {
    width: 63%;
    margin: 0 6% 0 0;
}
.info__list-price {
    width: 31%;
    font-weight: 700;
}
.info__list-item ul {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    list-style: square;
}
.info__list-item li {padding: 5px 0 0;}

@media screen and (max-width: 959px) {
    .info {padding: 50px 0 50px;}
    .info__block {
        padding: 25px 10px 20px;
    }
}
@media screen and (max-width: 767px) {
    .info__list-text {
        width: 100%;
        margin: 0 0 5px;
    }
    .info__list-price {
        width: 100%;
    }
}
/************************* plan *************************/
.plan {
	padding: 30px 0 75px;
}
.plan__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 740px;
	margin: 0 auto;
}
.plan__img {
	width: 44.5%;
	text-align: center;
}
.plan__img img {
	max-width: 100%;
}
.plan__form {
	width: 48.5%;
	padding: 27px 25px 35px;
	background: #f3f5f7;
	border-radius: 5px;
}
.plan__form-title {
	margin: 0 0 20px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.plan {
		padding: 20px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.plan__block {display: block;}
	.plan__img {
		width: auto;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.plan__form {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
		padding: 27px 25px 35px;
	}
}
/************************* vtb *************************/
.vtb {
	padding: 37px 0 39px;
	color: #fff;
	background: url(../images/media/vtb-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.vtb__title {
	margin: 0 0 26px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.vtb__title:after {display: none;}
.vtb__text {
	margin: 0 0 38px;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
}
.vtb .button {
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 767px) {
	.vtb__text {
		margin: 0 0 25px;
		font-size: 21px;
		line-height: 27px;
	}
}
/************************* doctor *************************/
.doctor {
	padding: 97px 0 71px;
}
.doctor__block {
	margin: 0 -15px 40px;
	padding: 18px 0 0;
}
.doctor__item {
	padding: 0 15px;
	text-align: center;
}
.doctor__block .slick-slide img {
    display: inline-block;
	border-radius: 5px;
}
.slick-slide {outline: 0;}
.doctor__item-photo {margin: 0 0 10px;}
.doctor__item-name {
	margin: 0 0 7px;
	font-weight: 700;
}
.doctor__item-text {
	font-size: 14px;
	line-height: 16px;
}
@media screen and (max-width: 959px) {
	.doctor {
		padding: 40px 0 50px;
	}
	.doctor__block {
		padding: 18px 15px 0;
	}
}
@media screen and (max-width: 767px) {
	
}
/************************* clinic *************************/
.clinic {
	padding: 43px 0 48px;
	background: #f3f5f7;
}
.clinic__block {
	margin: 0 -15px 32px;
	padding: 18px 0 0;
}
.clinic__item {
	padding: 0 15px;
	text-align: center;
}
.clinic__item img {
	max-width: 100%;
	max-height: 80px;
}
.clinic__block .slick-slide img {
    display: inline-block;
	vertical-align: middle;
}
.clinic__item-logo {
	height: 80px;
	margin: 0 0 9px;
	line-height: 80px;
}
.slick-dots {
	padding: 22px 0 0;
	margin: 0 0 -16px;
	font-size: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 16px;
}
.slick-dots button {
	border: 0;
	outline: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: none;
	border: 1px solid #61ba45;
	border-radius: 50%;
}
.slick-dots .slick-active button {
	background: #61ba45;
	border: 1px solid #61ba45;
}
@media screen and (max-width: 959px) {
	.clinic {
		padding: 40px 0 50px;
	}
	.clinic__block {
		padding: 18px 15px 0;
	}
}
@media screen and (max-width: 767px) {
	
}
/************************* cert *************************/
.cert {
	padding: 60px 0 62px;
}
.subtitle {
	margin: 0 0 37px;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
}
.cert__block {
	margin: 0 -15px 32px;
}
.cert__item {
	padding: 0 15px;
}
.cert__item img {width: 100%;}
@media screen and (max-width: 959px) {
	.cert {
		padding: 40px 0 50px;
	}
	.cert__block {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.subtitle {
		margin: 0 0 30px;
		font-size: 18px;
		line-height: 24px;
	}
}
/************************* member *************************/
.member {
	padding: 38px 0 30px;
	background: #f3f5f7;
}
.member__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.member__block-img {
	margin: 0 55px 0 0;
}
.member__block-img img {max-width: 100%;}
.member__block-text {
	color: #4c5b6a;
	font-size: 32px;
	line-height: 39px;
}
.member__block-text strong {
	color: #61ba45;
}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 767px) {
	.member__block {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.member__block-img {
		width: 100%;
		margin: 0 0 25px;
	}
	.member__block-text {
		font-size: 18px;
		line-height: 24px;
	}
}
/************************* team *************************/
.team {
	padding: 90px 0 90px;
}
.team__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 0 30px;
}
.team__item {
	width: 33.33%;
	padding: 0 24px;
	margin: 0 0 30px;
	text-align: center;
}
.team__item-photo {
	margin: 0 0 12px;
}
.team__item-photo img {
	max-width: 100%;
	border-radius: 13px;
}
.team__item-name {
	margin: 0 0 5px;
	font-weight: 700;
}
.team__item-status {
	font-size: 14px;
}
.team__video {
	margin: 0 0 38px;
}
.team__video-title {
	margin: 0 0 25px;
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.team__video iframe {
	display: block;
	width: 100%;
	height: 505px;
}
@media screen and (max-width: 959px) {
	.team {
		padding: 40px 0 50px;
	}
	.team__item {
		width: 33.33%;
		padding: 0 10px;
		margin: 0 0 25px;
	}
	.team__video iframe {height: 440px;}
}
@media screen and (max-width: 767px) {
	.team__item {
		width: 50%;
		padding: 0 10px;
	}
	.team__video iframe {height: 400px;}
}
/************************* scheme *************************/
.scheme {
	padding: 90px 0 50px;
	background: #f3f5f7;
}
.scheme__block {
	position: relative;
	padding: 46px 0 93px;
}
.scheme__block-round {
	width: 692px;
	height: 551px;
	margin: 0 auto;
	background: url(../images/media/scheme-bg.png) 0 0 no-repeat;
}
.scheme__item {
	position: absolute;
	background: rgba(243, 245, 247, 0.8);
}
.s-item1 {
	top: 81px;
	left: 10px;
	width: 195px;
	text-align: right;
}
.s-item2 {
	top: 32px;
	left: 592px;
	width: 295px;
}
.s-item3 {
	top: 189px;
	left: 749px;
	width: 200px;
}
.s-item4 {
	top: 417px;
	left: 725px;
	width: 190px;
}
.s-item5 {
	top: 553px;
	left: 243px;
	width: 250px;
	text-align: right;
}
.s-item6 {
	top: 474px;
	left: 25px;
	width: 180px;
	text-align: right;
}
.s-item7 {
	top: 277px;
	left: 218px;
	width: 220px;
}

.scheme__item-num {
	position: absolute;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #61ba45;
	border-radius: 50%;
}
.s-item1 .scheme__item-num {
	top: 10px;
	right: -70px;
}
.s-item2 .scheme__item-num {
	top: 10px;
	left: -70px;
}
.s-item3 .scheme__item-num {
	top: 10px;
	left: -70px;
}
.s-item4 .scheme__item-num {
	top: 10px;
	left: -70px;
}
.s-item5 .scheme__item-num {
	top: 10px;
	right: -70px;
}
.s-item6 .scheme__item-num {
	top: 10px;
	right: -70px;
}
.s-item7 .scheme__item-num {
	top: 10px;
	left: -70px;
}
.scheme__item-title {
	margin: 0 0 6px;
	color: #0166b3;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.scheme__item-text {
	font-size: 14px;
	line-height: 17px;
}
.scheme__item-text a {color: #0166b3;}
@media screen and (max-width: 959px) {
	.scheme {
		padding: 40px 0 50px;
	}
	.scheme__block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 0 10px;
	}
	.scheme__block-round {
		display: none;
	}
	.scheme__item {
		position: static;
		width: 33.33%;
		padding: 0 10px;
		margin: 0 0 30px;
		text-align: center;
	}
	.scheme__item-num {
		position: static;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 767px) {
	.scheme__item {
		width: 50%;
	}
}
/************************* faq *************************/
.faq {
	padding: 88px 0 60px;
}
.faq__list {
	padding: 10px 30px 16px;
}
.faq__item {
	margin: 0 0 21px;
}
.faq__item-top {
	position: relative;
	padding: 0 0 0 28px;
	color: #61ba45;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: underline;
	cursor: pointer;
	background: url(../images/faq-icon.svg) 0 4px no-repeat;
}
.faq__item-top:hover {
	text-decoration: none;
}
.faq__item-hidden {
	display: none;
	padding: 11px 0 0 28px;
}
@media screen and (max-width: 959px) {
	.faq {
		padding: 40px 0 50px;
	}
	.faq__list {padding: 10px 0 16px;}
}
@media screen and (max-width: 767px) {
	
}
/************************* faq__more *************************/
.faq__more {
	padding: 43px 0 48px;
	background: #f3f5f7;
}
.faq__more-text {
	margin: 0 0 32px;
	color: #454545;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.faq__more {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	
}
/************************* contacts *************************/
.contacts {
	padding: 43px 0 0;
}
.contacts .holder {position: relative;}
.contacts__block {
	position: absolute;
	top: 64px;
	right: 20px;
	z-index: 10;
	width: 360px;
	padding: 22px 25px 28px;
	color: #000;
	background: #f3f5f7;
}
.contacts__block-item {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 24px;
}
.contacts__block-item a {
	color: #000;
	text-decoration: none;
}
.contacts__block-title {
	font-size: 16px;
	font-weight: 700;
}
.contacts__button {padding: 3px 0 0;}
.contacts__button .button {
    display: block;
	padding: 8px 20px 7px;
    font-size: 18px;
    line-height: 21px;
}
.contacts__map-holder {overflow: hidden;}
.contacts__map iframe {
	width: 100%;
	height: 400px;
}
@media screen and (max-width: 959px) {
	.contacts {
		padding: 40px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.contacts__block {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		padding: 0 0 20px;
		background: none;
	}
	.contacts__map iframe {height: 300px;}
}
/************************* footer *************************/
.footer {
    padding: 27px 0 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background: #333434;
}
.footer__copy {
	margin: 0 0 9px;
	font-size: 14px;
	line-height: 18px;
}
.footer__copy-min {
	margin: 0 0 25px;
	font-size: 12px;
	line-height: 14px;
}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 767px) {
	
}
/************************* popups *************************/
#hidden-map {
	display: none;
	width: 800px;
}
#hidden-map iframe {
	width: 100%;
	height: 600px;
}
.popup {
	display: none;
	width: 357px;
	padding: 27px 25px 35px;
	background: #f3f5f7;
	border-radius: 5px;
}
.popup__form-title {
    margin: 0 0 20px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.input-error {
    color: rgb(255, 86, 71) !important;
    background-color: rgb(255, 206, 202) !important;
}

.form-block__text-success {
    text-align: center;
    font-size: 21px;
    color: #329000;
}
@media screen and (max-width: 959px) {
	#hidden-map {width: 700px;}
	#hidden-map iframe {height: 560px;}
}
@media screen and (max-width: 767px) {
	#hidden-map {width: 440px;}
	#hidden-map iframe {height: 360px;}
}
@media screen and (max-width: 479px) {
	#hidden-map {width: 300px;}
	#hidden-map iframe {height: 400px;}
	.popup {
		width: 300px;
		padding: 20px 15px 25px;
	}
}
/************************* photo *************************/
.photo {
    padding: 65px 0 50px;
}
.photo__block {
    margin: 0 0 50px;
    text-align: center;
}
.photo__block img {max-width: 100%;}
@media screen and (max-width: 959px) {
    .photo {
        padding: 40px 0 50px;
    }
}
@media screen and (max-width: 767px) {

}