#header{
	padding: 17px 0 10px;
	color: #fff;
	transform: translate3d(0, 0, 0);
	transition: all ease-out 0.5s;
	display: flex;
	justify-content: space-between;
	background-color: #BED2D7;
}
#header .logo{
	width: 179px;
	min-width: 179px;
	height: 94px;
	background-image: url("./img/logo.png");
	background-repeat: no-repeat;
}
#header .site-descr{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url("./img/script-white.png");
	background-repeat: no-repeat;
	background-position: center 65px;
	background-size: contain;
	min-width: 779px;
	text-align: center;
	padding-top: 18px;
}
#header .contacts{
	padding-top: 11px;
}
#header .contacts div+div{
	margin-top: 5px;
}
#header .phone{
	display: inline-block;
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	min-height: 32px;
	white-space: nowrap;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#header .phone-1{
	background-image: url("./img/phone-4.png");
	background-size: 19px 32px;
}
#header .phone-2{
	background-image: url("./img/phone-3.png");
	background-size: 19px 27px;
}
#header .short-menu{
	text-align: center;
	padding: 18px 12px 0px;
}
#header .languages{
	padding-top: 7px;
}
#header .languages > a{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header .languages > a+a{
	margin-left: 16px;
}
#first-screen{
	background-image: url("./img/cabinet-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50vh 0 50px;
}
#first-screen .descr{
	background: rgba(255, 255, 255, 0.85);
	border-radius: 8px;
	padding: 47px 0 72px 43px;
}
h1{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 54px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 47px;
}
h3{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#first-screen .descr p{
	padding-left: 10px;
}
#about{
	padding: 100px 0 100px;
}
#about .container{
	background-image: url("./img/coridor.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
#about h2{
	margin-top: 30px;
}
#about p{
	max-width: 535px;
}
#services{
	padding: 100px 0 100px;
}
#services h3{
	margin-top: 82px;
	padding-top: 230px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 175px 175px;
}
#services h3.item-1{
	background-image: url("./img/works-1.png");
}
#services h3.item-2{
	background-image: url("./img/works-2.png");
}
#services h3.item-3{
	background-image: url("./img/works-3.png");
}
#doctors{
	padding: 100px 0 16px;
}
#doctors .logo{
	margin: 66px -40px 30px;
}
.doctor-card{
	text-align: center;
}
.doctor-card img{
	border-radius: 300px;
	width: 240px;
	height: 240px;
	margin: 37px auto 47px;
}
.doctor-card h3{
	margin-bottom: 8px;
}
.doctor-card p{
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	max-width: 260px;
	margin: 0 auto 20px;
}
#map{
	padding: 20px 0 102px;
	background-image: url("./img/curve-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#map #map_canvas{
	margin: 23px 0 0px;
}
#contacts{
	background-image: url("./img/cabinet-2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 104px 0 50px;
}
#contacts h3{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
}
#contacts .contacts{
	margin-bottom: 55px;
}
#contacts .contacts div+div{
	margin-top: 10px;
}
#contacts .phone{
	display: inline-block;
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 29px;
	min-height: 32px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#contacts .phone-1{
	background-image: url("./img/phone-2.png");
	background-size: 19px 32px;
}
#contacts .phone-2{
	background-image: url("./img/phone-1.png");
	background-size: 19px 27px;
}
#contacts .email{
	display: inline-block;
	background-image: url("./img/email.png");
	background-size: 45px 36px;
	width: 56px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#contacts .instagram{
	display: inline-block;
	background-image: url("./img/instagram.png");
	background-size: 36px 36px;
	width: 56px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 20px;
}
#where{
	padding: 50px 0 61px;
}
#where .where-card{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	padding: 34px 30px 25px 62px;
}
#where .where-card h3{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 11px;
}
#where .where-card p{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#footer{
	background-image: url("./img/script-black.png");
	background-size: 489px 16px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 0 10px;
}
#footer h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #969696;
	text-transform: none;
}
.pushy{
	background: linear-gradient(180deg, #5A9FB0 0%, #A3D1DC 100%);
	color: #fff;
	text-align: center;
}
.pushy .logo{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url("./img/logo-white.png");
	background-repeat: no-repeat;
	background-position: center 49px;
	padding: 157px 0 0px;
}
.pushy .script{
	background-image: url("./img/script-white.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
}
.pushy a{
	display: inline-block;
	color: #fff;
}
.pushy .contacts{
	padding-top: 73px;
}
.pushy .contacts div+div{
	margin-top: 10px;
}
.pushy .phone{
	display: inline-block;
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	min-height: 32px;
	white-space: nowrap;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.pushy .phone-1{
	background-image: url("./img/phone-4.png");
	background-size: 19px 32px;
}
.pushy .phone-2{
	background-image: url("./img/phone-3.png");
	background-size: 19px 27px;
}
.pushy .languages{
	padding-top: 7px;
}
.pushy .languages > a{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.pushy .languages > a+a{
	margin-left: 16px;
}
.pushy .address{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 65px 0 38px;
}
.underlined{
	text-decoration: underline;
}


@media (max-width: 1400px){
	#header .site-descr {
	    min-width: 200px;
	}
}
@media (max-width: 1199px){ /* lg */
	#header .contacts {
	    display: none;
	}
	#services h3 {
	    font-size: 18px;
	}
}
@media (min-width: 992px){ /* lg */

}
@media (max-width: 991px){ /* md */
	#header .site-descr {
	    background-position: center 65px;
	}
}
@media (max-width: 888px){
	#header .site-descr {
	    font-size: 28px;
	}
}
@media (max-width: 767px){ /* sm */
	#header{
		background-image: url("./img/script-white.png");
		background-repeat: no-repeat;
		background-position: center 60px;
		background-size: 556px;
		padding: 0px 0 0px;
	}
	#header .logo{
		width: 80px;
		min-width: 80px;
		height: 90px;
		background-size: contain;
		background-position: -10px 15px;
	}
	#header .site-descr{
		min-width: 100px;
		background-image: none;
		font-family: Comfortaa;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -0.01em;
		text-transform: uppercase;
		text-align: left;
		margin-left: -13px;
	}
	#header .contacts{
		display: none;
	}
	#header .languages{
		display: none;
	}
	#mobile-menu-button{
		width: 23px;
		position: absolute;
		right: 5px;
		top: 30px;
	}
	#mobile-menu-button > div{
		height: 2px;
		border-radius: 1px;
	}
	#mobile-menu-button > div+div{
		margin-top: 5px;
	}
	h2{
		font-family: Comfortaa;
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		line-height: 31px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		margin-bottom: 23px;
	}
	h1 {
		font-family: Comfortaa;
		font-style: normal;
		font-weight: bold;
		font-size: 23px;
		line-height: 41px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
	    margin-bottom: 20px;
	    text-align: left;
	}
	#first-screen{
		padding: 0px;
	}
	#first-screen .descr{
		border-radius: 0px;
		padding: 96px 20px 72px 43px;
		margin: 0 -20px;
	}
	#first-screen .descr p {
	    padding-left: 0px;
	}
	#about {
	    padding: 37px 0 49px 25px;
	}
	#about .container {
	    background-image: none;
	}
	#services{
		padding: 37px 0 33px 25px;
	}
	#services h3 {
	    margin-top: 2px;
	    padding-top: 162px;
	    font-size: 18px;
	}
	#services h3.item-3 {
	    margin-top: 50px;
	    padding-top: 198px;
	}
	#doctors{
		padding: 50px 0 16px 40px;
	}
	#map{
		background-image: none;
		padding: 28px 40px 36px;
	}
	#map #map_canvas{
		margin: 23px -50px 0px -55px;
	}
	#contacts{
		padding: 0px 0 16px 40px;
		background-image: none;
	}
	#contacts h3{
		font-family: Comfortaa;
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 23px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	#contacts .contacts {
	    margin-bottom: 30px;
	}
	#where{
		padding: 0px 0 61px;
	}
	#where .where-card{
		background: #FFFFFF;
		box-shadow: none;
		border-radius: 0;
		padding: 23px 40px 20px;
	}
	#where .where-card h3 {
		font-family: Comfortaa;
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 23px;
		text-transform: uppercase;
	    margin-bottom: 11px;
	}
	#footer{
		max-width: 100%;
		overflow: hidden;
		padding: 50px 0 10px;
	}
	#page{
		overflow: hidden;
	}
}
