.rel{
	position: relative;
}
.img-responsive{
	max-width: 100%;
	display: block;
}
.header{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}
.header-top{
	padding: 11px 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background-color: #49b0c1;
}
.header-top span{
	color: #fff;
}
.header-middle{
	position: relative;
	padding: 26px 0 21px;
	background: #fff;
}
.header-middle-link{
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: 300;
	color: #282828;
	border-bottom: 2px dotted #282828;
}

.header-middle-link:hover{
	color: #282828;
	text-decoration: none;
	border-bottom: 2px dotted transparent;
}

.header-middle__phone{
	padding-left: 70px;
	text-align: right;
}

.header-middle__phone-link::before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	left: -25px;
	background: url(../images/phone-icon.png);
}

.header-middle__btn{
	padding-left: 26px;
	color: #49b0c1;
	font-weight: 900;
	background-color: transparent;
	border: 2px solid #49b0c1;
	min-width: 198px;
	line-height: 39px;
    border-radius: 26px;
    text-align: left;
    background: url(../images/arrow-icon.png)no-repeat 89% 50%;
    transition: .4s;
}

.header-middle__btn:hover{
	color: #fff;
	background: #49b0c1 url(../images/arrow-icon-hover.png)no-repeat 89% 50%;
}

.header-middle__clinic{
	padding-left: 84px;
}
.header-middle-desc{
	display: block;
	color: #888;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
.header-middle__clinic-link{
	margin-bottom: 0;
}
.header-middle__clinic-link::before{
	content: "";
	width: 21px;
	height: 20px;
	position: absolute;
    top: 4px;
    left: -26px;
	background: url(../images/hours.png);
}

.header-middle__home{
	padding-left: 72px;
}
.header-middle__home-link{
	margin-bottom: 0;
}
.header-middle__home-link::before{
	content: "";
	width: 14px;
	height: 18px;
	position: absolute;
    top: 6px;
    left: -22px;
	background: url(../images/marker.png);
}

.header-bottom{
	background: rgba(73, 176, 193, .8);
}
.header__nav{
	width: 105%;
    margin-left: -39px;
    margin-right: -23px;

}
.header__nav > ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.header__nav li{
	text-align: center;
}
.header__nav a{
	display: block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 49px;
	transition: .3s;
	padding: 0 24px;
}
.header__nav a:hover{
	text-decoration: none;
	background: #49b0c1;
}

.header__nav a.drop span{
	position: relative;
}
.header__nav a.drop{
	position: relative;
	padding: 0 42px 0 24px;
}
.header__nav a.drop span::before{
	position: absolute;
	top: 8px;
	right: -22px;
	content: "";
	width: 11px;
	height: 6px;
	background: url(../images/chevron-bottom.png);
}

.drop-level-1{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 294px;
	position: absolute;
	background: #fff;
	z-index: 999;
	color: #6e6e6e;
	align-items: flex-start;
	padding-bottom: 20px;
	padding-left: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 4px 22px 2px rgba(126, 132, 136, 0.21);
	padding-top: 8px;
}
.header-nav__item:hover > .drop-level-1{
	opacity: 1;
	visibility: visible;
}
.drop-level-1 li{
	display: block;
	width: 100%;
}
.drop-level-1 a{
	padding: 0;
	padding-left: 20px;
	color: #6e6e6e;
	display: block;
	text-align: left;
	text-transform: none;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 7px;
}

.drop-level-1 a:hover{
	background: transparent;
	color: #6bbdcb;
}
.drop-level-1__link{
	position: relative;
}
.drop-level-1__link:hover::before{
	background: url(../images/chevron-right.png);
}
.drop-level-1__link::before{
	content: "";
	width: 6px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 19px;
	background: url(../images/chevron-right-hover.png);
}
.drop-level-1__link:after{
	content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
}
.drop-level-2{
	display: block;
    min-width: 150px;
    position: absolute;
    right: -155px;
    top: -7px;
    padding-left: 0;
    background-color: #fff;
    padding-bottom: 22px;
    padding-top: 8px;
    box-shadow: 0 4px 22px 2px rgba(126, 132, 136, 0.21);
    visibility: hidden;
    opacity: 0;
}
.header-nav__item:hover > .drop-level-2{
	opacity: 1;
	visibility: visible;
}
.drop-level-2::before{
	
}
.banner-slider{
	margin-top: 178px;	
}
.banner-slider__item{
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	-ms-align-items: center;
	align-items: center;
	/*padding-top: 179px;
	padding-bottom: 225px;*/
	min-height: 754px;
	height: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #828282;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-slider__row{
	-ms-align-items: center;
	align-items: center;
}
.banner-slider__wrap{
	position: relative;
	z-index: 1;
}
.banner-slider__wrap::before{
	content: "";
	width: 300px;
	height: 378px;
	position: absolute;
	top: -33px;
    left: -154px;
	background: url(../images/banner-slider-logo.png);	
	z-index: -1;
}
.banner-slider__item p{
	max-width: 370px;
}
.banner-slider__title{
	display: block;
	margin-bottom: 11px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	color: #444;
	line-height: 1;
}

.banner-slider__subtitle{
	display: block;
	margin-bottom: 29px;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #828282;
	line-height: 1.2;
}
.banner-slider__btn{
	display: inline-block;
	margin-top: 15px;
	padding-left: 36px;
	color: #49b0c1;
	font-weight: 900;
	background-color: transparent;
	border: 2px solid #49b0c1;
	min-width: 189px;
    line-height: 53px;
    border-radius: 30px;
    font-size: 16px;
    text-align: left;
    background: url(../images/arrow-icon.png)no-repeat 77% 50%;
    transition: .4s;
}

.banner-slider__btn:hover{
	text-decoration: none;
	color: #fff;
	background: #49b0c1 url(../images/arrow-icon-hover.png)no-repeat 77% 50%;
}
.banner-slider .slick-prev,
.banner-slider .slick-next{
	color: #fff;
	border: 2px solid #fff;
}
.banner-slider .slick-prev{
	left: 49px;
}
.banner-slider .slick-next{
	right: 49px;
}

.header-burger{
    position: absolute;
    top: 20px;
    right: 9px;
	display: none;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 34px;
	border: none;
	background-color: transparent;
	z-index: 9;
}
.header-burger span{
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: #696969;
}
.header-burger::before,
.header-burger::after{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 18px;
	height: 2px;
	background-color: #696969;
}
.header-burger::before{
	top: 9px;
}
.header-burger::after{

	bottom: 9px;
}
.drop-btn,
.drop-btn-sub{
	display: none;
}


.prices{
	padding: 150px 0 140px;
}

.prices-link{
	position: relative;
	font-size: 16px;
	color: #49b0c1;
	font-weight: 600;
}

.prices-link::before{
	content: "";
	width: 14px;
	height: 11px;
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/arrow-icon.png)no-repeat;
	transition: .5s;
}
.prices-link:hover{
	text-decoration: none;
}
.prices-link:hover::before{
	right: -30px;
}
.prices-title{
	position: relative;
	margin-top: 14px;
	font-size: 36px;
	margin-bottom: 70px;
	padding-bottom: 30px;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
}
.prices-title::before{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 53px;
	height: 3px;
	background-color: #4db9cb;
}

.prices-item{
	position: relative;
	margin-bottom: 30px;
	padding: 57px 0 77px;
	border: 1px solid #e7e6e6;
	transition: .5s;
}

.prices-item:hover{
	border: 1px solid transparent;
	box-shadow: 0 4px 22px 2px rgba(126, 132, 136, 0.21);
}

.prices-item::before{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	content: "";
	height: 6px;
	background-color: transparent;
	transition: .5s;
}
.prices-item:hover::before{
	background-color: #4db9cb;
}
.prices-item__title{
	margin-bottom: 30px;
	color: #444;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}
.prices-item__price{
	display: block;
    margin-bottom: 36px;
	font-size: 48px;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	color: #4db9cb;
}
.prices-item__price > span{
	font-size: 24px;
}

.prices-item__nav ul{
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
	padding-left: 0;
	list-style-type: none;
}
.prices-item__nav li {
	margin-bottom: 10px;
}
.prices-item__nav li span{
	position: relative;
	font-size: 15px;
	color: #747474;
}

.prices-item__nav li span::before{
	content: "";
	width: 12px;
	height: 9px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -20px;
	background: url(../images/check.png);
}
.prices-item__phone{
	max-width: 187px;
	width: 100%;
	background-color: #4db9cb;
	display: block;
	margin: 0 auto 13px;
	color: #fff;
	line-height: 58px;
	font-weight: 900;
	border-radius: 35px;
	transition: .3s;
}
.prices-item__phone:hover{
	text-decoration: none;
	color: #fff;
	background-color: #48abbb;
}

.prices-item__more{
	padding-left: 38px;
	display: flex;
	margin: 0 auto;
	max-width: 187px;
	border: 2px solid #4db9cb;
	line-height: 54px;
	font-size: 16px;
	font-weight: 900;
	color: #4db9cb;
	border-radius: 35px;
	transition: .3s;
	background: url(../images/arrow-icon.png)no-repeat 80% 50%;
}
.prices-item__more:hover{
	text-decoration: none;
	background: #4db9cb url(../images/arrow-icon-hover.png)no-repeat 80% 50%;
	color: #fff;
}

.recalls{
	padding: 148px 0 210px;
	background-color: #f7f7f5;
}


.simple-rating{
}

.simple-rating i{
	color: #f5ba00;
	display: inline-block;
	padding: 1px 2px;
	cursor: pointer;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
}
.video-btn{
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: -15px;

}
.video-btn::before{
	content: "";
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	background: #4db9cb url(../images/play.png)no-repeat center;
	border-radius: 50%;
}
.recalls-slider__wrap{
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: flex!important;
	justify-content: space-between;
}
.recalls-slider__item{
	/*padding: 35px 0;*/
	background-color: #fff;
	flex-basis: 49%;
	
}
.recalls-slider__name{
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.recalls-slider__age{
	font-size: 15px;
	color: #b1b1b1;
	font-family: 'Open Sans';
}

.recalls-slider__desc{
	margin-bottom: 30px;
	font-size: 15px;
}
.recalls-slider__inner{
	padding: 0 15px;
	min-height: 320px;
	height: 100%;
}

.contacts{
	padding-top: 156px;
	padding-bottom: 146px;
}
.contacts-inp{
	margin-bottom: 30px;
	width: 41%;
	display: inline-block;
}
.contacts-inp input{
	max-width: 300px;
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	border-radius: 4px;
	padding-left: 14px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.contacts-inp input[name='datepicker']{
	background: url(../images/datapicker-icon.png)no-repeat 96% 50%;
}
.contacts-row{
    padding-top: 9px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;

}

.contacts-send{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 38px;
	margin: auto;
	font-size: 16px;
	font-weight: 900;
	color: #4db9cb;
	border: 2px solid #4db9cb;
	line-height: 53px;
	max-width: 263px;
	width: 100%;
	cursor: pointer;
	border-radius: 28px;
	transition: .4s;
	background: transparent url(../images/arrow-icon.png)no-repeat 86% 50%;
}

.contacts-send:hover{
	color: #fff;
	background: #4db9cb url(../images/arrow-icon-hover.png)no-repeat 90% 50%;
}
.contacts-inp-send{
	padding-top: 11px;
	width: 100%;
	
}

.contacts-item{
    padding-top: 83px;
    padding-left: 54px;
	padding-right: 32px;
	padding-bottom: 40px;
	border: 1px solid #e7e6e6;
}
.contacts-item__one{
	background: url(../images/contacts-icon1.png)no-repeat 22% 17%;
}
.contacts-item__two{
	background: url(../images/contacts-icon2.png)no-repeat 20% 18%;
}
.contacts-item__three{
	background: url(../images/contacts-icon3.png)no-repeat 19% 18%;
}

.contacts-title{
	padding-top: 59px;
	font-size: 21px;
	font-weight: 300;
	color: #282828;
}
.contacts-item__wrap{
	padding-top: 62px;
}
.contacts-desc{
	margin-bottom: 9px;
	font-size: 15px;
	color: #888;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}
.contacts-link{
	font-size: 15px;
	color: #282828;
	font-family: 'Open Sans', sans-serif;
}
@media(max-width: 1400px){
	.banner-slider__wrap::before{
		top: -33px;
	    left: -40px;
	}

	.banner-slider .slick-prev{
		left: 20px;
	}
	.banner-slider .slick-next{
		right: 20px;
	}
}

@media(max-width: 1140px){
	.header-middle__phone{
		padding-left: 15px;
	}
	.header-middle__clinic{
		padding-left: 30px;
	}
	.header-middle__home{
		padding-left: 30px;
	}
	.header__nav{
		width: auto;
		margin: auto;
	}
	.header__nav a{
		padding-left: 0;
		padding-right: 0;
	}
	.header__nav a.drop{
		padding-left: 0;
		padding-right: 0;
	}
	.drop-level-1{
		padding-left: 30px;
	}
	.drop-level-2{
		padding-left: 30px;
	}
}

@media(max-width: 1100px){
	.header-middle__logo{
		margin-bottom: 30px;
	}
	.header-middle__phone{
		text-align: left;
		padding-left: 40px;
	}
	.header-middle__clinic{
		/*margin-top: 30px;*/
		padding-left: 40px;
	}
	.header-middle__home{
		/*margin-top: 30px;*/
		padding-left: 40px;
	}
	.banner-slider__item{
		min-height: 600px;
	}
	.banner-slider{
		margin-top: 196px;
	}
	.contacts-inp {
		width: 50%;
	}
	.contacts-item{
		padding-left: 45px;
	}
}

@media(max-width: 992px){
	
	.header-bottom{
		padding: 20px 0;
		display: none;
		position: absolute;
		top: 160px;
		width: 100%;
		background-color: rgba(255, 255, 255, .95);
	}
	.header__nav > ul{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header-burger{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.header-burger--active span{
		opacity: 0;
	}
	.header-burger--active::before{
		top: 16px;
		transform: rotate(45deg);
	}
	.header-burger--active::after{
		bottom: 16px;
		transform: rotate(-45deg);
	}
	
	.header__nav li {
	    text-align: left;
	    display: flex;
	    flex-wrap: wrap;
	    border-bottom: 1px solid #f5f5f5;
	}
	.header__nav a{
		font-size: 13px;
		color: #4d4d4d;
		font-weight: 600;
		line-height: 37px;
	}
	.header__nav a.drop span::before{
		display: none;
	}
	.header__nav a.drop{
		display: inline-block;
		width: 50%;
	}
	.header__nav a.drop span{
		display: block;
	}
	.drop-btn,
	.drop-btn-sub{
		display: inline-block;
		width: 49%;
		height: 36px;
		background: url(../images/chevron-right.png) no-repeat 100% 50%;
		border: none;
	}
	.drop-level-1,
	.drop-level-2{
		padding-top: 0;
		opacity: 1;
    	visibility: visible;
    	position: static;
    	max-width: 100%;
    	min-width: 100%;
    	padding-left: 22px;
    	box-shadow: none;
    	background: transparent;
	}
	.drop-level-1{
		padding-bottom: 0;
		display: none;
	}
	.drop-level-2{
		padding-bottom: 0;
		display: none;
	}
	.drop-level-1 a{
		display: inline-block;
		width: 50%;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 37px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.drop-level-1__link::before{
		display: none;
	}
	.banner-slider__item {
	    min-height: 500px;
	}
	.prices{
		padding: 60px 0;
	}
	.recalls{
		padding: 60px 0;
	}
	.contacts{
		padding: 60px 0;
	}
	.contacts-item{
	    padding-left: 38px;
    	padding-right: 17px;
	}
	.modal.fade .modal-dialog{
		width: 80%;
	}
}

@media(max-width: 769px) {
	.header-middle__phone{
		margin-bottom: 6px;
	}
	.header-middle__clinic{
		margin-bottom: 6px;
	}
	.header-middle__logo{
		margin-bottom: 6px;
	}
	.header-middle__logo a{
		display: inline-block;
		width: 175px;
	}
	.header-middle__phone{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header-middle__btn{
		max-width: 198px;
	}
	.header-middle-link{
		max-width: 179px;
	}
	.header-bottom{
		top: 118px;
	}
	.banner-slider{
		margin-top: 247px;
	}
	.prices-link{
		font-size: 12px;
	}
	.prices-title{
		font-size: 19px;
		margin-top: 6px;
		margin-bottom: 23px;
		padding-bottom: 20px;
		line-height: 1.25;
	}
	.prices-title::before{
		width: 35px;
	}
	.recalls-slider__wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.recalls-slider__item{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.prices {
		padding: 10px 0 33px;
	}
	.prices-item {
		margin-bottom: 0;
		padding-top: 27px;
		padding-bottom: 40px;
	}
	.prices-item__price > span {
		font-size: 18px;
	}
	.prices-item__title{
		margin-bottom: 22px;
	}
	.prices-item__price{
		margin-bottom: 16px;
		font-size: 34px;
	}
	.prices-item__nav li{
		margin-bottom: 11px;
	}
	.prices-item__nav ul{
		margin-bottom: 13px;
	}
	.prices-item__phone,
	.prices-item__more {
		max-width: 144px;
		line-height: 34px;
		font-size: 12px;
	}
	.recalls{
		padding: 42px 0 60px;
	}
	.recalls-slider__name {
		font-size: 14px;
	}
	.recalls-slider__inner{
		min-height: 0;
		padding-top: 35px;
		padding-bottom: 37px;
	}
	.recalls-slider__name{
		margin-bottom: 0;
	}
	.recalls-slider__age{
		font-size: 13px;
		display: block;
		margin-bottom: 14px;
	}
	.recalls-slider__desc{
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.35;
	}
	.contacts {
		padding: 42px 0;
	}
	.contacts-inp{
		width: 100%;
	}
	.contacts-row {
		padding-top: 2px;
	}
	.contacts-inp{
		margin-bottom: 9px;
	}
	.contacts-inp input {
		line-height: 30px;
		max-width: 100%;
	}
	.jq-selectbox{
		width: 100%;
	}
	.jq-selectbox__select{
		height: 34px;
	}
	.jq-selectbox__select {
		line-height: 33px;
		min-width: 290px;
	}
	.contacts-send{
		line-height: 27px;
		max-width: 183px;
		padding-left: 21px;
		font-size: 12px;
		background-position: 90% 50%;
	}
	.contacts-item__wrap{
		padding-top: 33px;
	}
	.contacts-item__one {
		background-position: 8% 8%;
		-webkit-background-size: 10%;
		background-size: 10%;
	}
	.contacts-item__two{
		-webkit-background-size: 8%;
		background-size: 8%;
		background-position: 8% 14%;
	}
	.contacts-item__three{
		-webkit-background-size: 8%;
		background-size: 8%;
		background-position: 8% 14%;
	}
	.contacts-item {
		padding-top: 46px;
		padding-left: 21px;
		padding-bottom: 24px;
		margin-bottom: 10px;
	}
	.contacts-title{
		font-size: 17px;
	}
	.contacts-desc{
		margin-top: 7px;
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 1.4;
	}
	.contacts-link{
		font-size: 13px;
	}
}

@media(max-width: 480px){
	.banner-slider__title{
		font-size: 21px;
		margin-bottom: 8px;
	}
	.banner-slider__subtitle{
		font-size: 17px;
	}
	.banner-slider__item p{
		font-size: 12px;
		line-height: 1.2;
	}
	.banner-slider__item {
	    min-height: 240px;
	}
	.banner-slider__subtitle{
		margin-bottom: 10px;
	}
	.banner-slider__item p{
		margin-bottom: 0;
	}
	.banner-slider__btn{
		line-height: 29px;
		min-width: 125px;
		font-size: 12px;
		padding-left: 23px;
		background-position: 91% 50%;
	}
	.banner-slider__btn:hover{
		background-position: 91% 50%;
	}
	.header-middle__logo {
	    margin-bottom: -3px;
	}
	.header-top {
		padding: 15px 0;
		font-size: 13px;
	}
	.header-middle {
		padding-top: 10px;
	}
	.header-middle-link{
		font-size: 17px;
	}
	.header-middle__btn{
		padding-left: 15px;
		font-size: 12px;
		max-width: 145px;
		min-width: 145px;
	    line-height: 30px;
	}
	.header-middle-link {
	    max-width: 145px;
	}
	.header-middle__clinic-link {
	    margin-bottom: 1px;
	}
	.header-middle-desc{
		font-size: 13px;
	}
	.header-middle__home-link{
		margin-bottom: 4px;
	}
	.banner-slider {
		margin-top: 321px;
	}
	.banner-slider .slick-dots{
	    position: absolute;
    	bottom: 22px;
	}
}