@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
body {
	font-family: 'Roboto', sans-serif;
}
a:hover {
	text-decoration: none;
	color: initial;
}
.ymaps-2-1-77-balloon__tail {display:none!important;}
.header {
	width: 100%;
	min-height: 77px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
}
.headerLogo {
	margin-top: 28px;

}
.headerLogo-link {
	color: #3F3F3F;
	text-decoration: none;
	line-height: 20px;
	display: flex;
	float: left;
}
.headerLogo-img {
	width: 36px;
	height: 34px;
}
.headerLogo-text {
	font-size: 16px;
	font-weight: 200;
	padding-left: 12px;
	margin-top:-4px;
}
.headerNav {
	float: right;
	padding: 0;
}
.navbar-toggler {
	border: 1px solid #9D9D9D;
	color: #9D9D9D;
	margin-top: 21px;
	float: right;
}
.headerNavList {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.headerNavListItem {
	display: block;
	float: left;
}
.headerNavListItem-link {
	font-size: 18px;
	font-weight: 400;
	color: #9D9D9D;
	padding:25px 15px;
	display: block;
}
.sectionHead {
	min-height: 630px;
	margin-top: 77px;
	background-position: center;
	background-image: url(../images/heads-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.sectionHead:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1F77BD;
	opacity: 0.6;
	position: absolute;
	display: block;
}
.headLogo {
	margin-top: 100px;
	text-align: center;
}
.headDescription {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: normal;
}
.headDescription-title {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	margin-top: 45px;
	margin-bottom: 24px;
}
.headDescription-title-small {
	font-size: 20px!important;
	color: #fff;
	font-weight: 300;
	margin-top: 45px;
	margin-bottom: 24px;
	text-transform:uppercase!important;
}
.headButton {
	margin-top: 70px;
	text-align: center;
}
.headButton-item {
	padding: 0 38px;
	line-height: 60px;
	font-size: 20px;
	color: #1F77BD;
	font-weight: 500;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	cursor: pointer;
}
.sectionDescription {
	background-color: #F7F7F7;
	min-height: 200px;
}
.sectionDescription-title {
	font-size: 32px;
	font-weight: normal;
	color: #3F3F3F;
	text-align: center;
	margin-top: 4.5rem;
	margin-bottom: 2.5rem;
}
.sectionDescriptionImg img {
	max-width: 100%;
border: 1px solid #C7C7C7;
border-radius: 4px;
}
.sectionDescriptionImg-title {
	font-size: 20px;
	color: #3F3F3F;
	font-weight: normal;
	margin-top: 40px;
	text-align: center;
}
.sectionDescriptionImg-text {
	font-size: 15px;
	color: #9D9D9D;
	text-align: center;
}
.sectionDescription-text {
	font-size: 16px;
	font-weight: 400;
	color: #9D9D9D;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 90px;
}
.sectionTreaments {
	padding-top: 130px;
	position: relative;
	padding-bottom: 100px;
}
.sectionTreaments:before {
	content: "";
	width: 80px;
	height: 40px;
	background-image: url(../images/arrow-well.png);
	background-size: 80px 40px;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	display: block;
}
.authorBlock {}
.authorBlock-title {
	font-size: 32px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 40px;
}
.authorBlockInfo {
	position: relative;
}
.authorBlockInfo-img {
	width: 100%;
	max-height: 320px;
}
.authorBlockInfoText{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0;
	position: absolute;
}
.authorBlockInfo-title {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0;
}
.authorBlockInfo-text {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0;
}
.authorBlockDescription {
	font-size: 16px;
	font-weight: normal;
	color: #3F3F3F;
	line-height: normal;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 1px;
	background-color: #F7F7F7;
}
.authorBlockDescription a {
	color: #1F77BD;
}
.mainCollapseBlock {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
}
.mainCollapseBlock-link {
	font-size: 24px;
	color: #3F3F3F;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 24px;
	padding-left: 50px;
	display: block;
	position: relative;
}
.mainCollapseBlock-link:before {
	content: "";
	width: 32px;
	height: 32px;
	border: 2px solid #1F77BD;
	background-image: url(../images/minus.png);
	background-size: 16px 2px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -16px;
	left: 0;
	display: block;
	position: absolute;
}
.mainCollapseBlock-link:after {
	display: none;
}
.mainCollapseBlock-link.collapsed:after {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url(../images/minus.png);
	background-size: 16px 2px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -16px;
	left: 0;
	transform: rotate(90deg);
	display: block;
	position: absolute;
}
.mainCollapseBlock-content {
	font-size: 16px;
	color: #9D9D9D;
	line-height: normal;
	padding-left: 50px;
	padding-bottom: 20px;
}
.mainCollapseBlock-content a {
	color: #1F77BD;
}
.sectionLocations {
	background-color: #F7F7F7;
	padding-top: 30px;
	position: relative;
}
.sectionLocations:before {
	content: "";
    width: 80px;
    height: 40px;
    background-image: url(../images/arrow-white.png);
    background-size: 80px 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    display: block;
}
.locationSliderWrapper {
	position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	width: 20px;
	height: 40px;
	top: 40%;
	margin-top: -20px;
	position: absolute;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}
#sync2 {
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	padding: 20px 60px;
}
#sync2 .item {
	-height: 60px;
}
#sync2.owl-carousel .owl-item img {
	max-width: 100%;
	width: unset;
}
.locationDescription {
	padding: 0px 30px 19px 30px;
	background-color: #fff;
	text-align: right;
}
.locationDescription h3 {
	font-size: 20px;
	color: #3F3F3F;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
	text-align: left;
}
.locationDescription p {
	font-size: 14px;
	color: #9D9D9D;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	text-align: left;
}
.priceLink {
	font-size: 20px;
	font-weight: 500;
	color: #1F77BD;
	margin-top: 0px;
	display: inline-block;
}
.priceLinkWhite {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
}
.sectionForm {
	background-color: #F7F7F7;
	padding-top: 100px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
	display: none;
}
.sectionForm:before {
	content: "";
    width: 110%;
    height: 100%;
    background-color: #fff;
    top: 32%;
    left: 0;
    position: absolute;
    display: block;
    transform: rotate(-7deg);
}
.mainForm {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 130px;
	padding-bottom: 90px;
	padding-left: 110px;
	padding-right: 110px;
	background-color: #1F77BD;
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.mainForm .form-group {
	margin-bottom: 20px;
	position: relative;
}
.mainForm-title {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 40px;
}
.mainForm-input {
	width: 100%;
	height: 58px;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	border: 1px solid #82C8FF;
	border-radius: 3px;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	position: relative;
	z-index: 1;
}
.mainForm-input:hover,
.mainForm-input:focus,
.mainForm-input:active{
	border: 1px solid #fff;
}
.mainForm-placeholder {
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #82C8FF;
	line-height: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
	position: absolute;
	display: block;
	transition: all 0.3s;
}
.mainForm-input:hover + .mainForm-placeholder,
.mainForm-input:focus + .mainForm-placeholder,
.mainForm-input:active + .mainForm-placeholder,
.active .mainForm-placeholder {
	padding-top: 8px;
	font-size: 14px;
}
.mainForm-button {
	width: 100%;
	line-height: 60px;
	font-size: 20px;
	font-weight: 500;
	color: #1F77BD;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.sectionContact {
	background-color: #F7F7F7;
    padding-top: 30px;
    position: relative;
}
.sectionContact:before {
    -content: "";
    width: 80px;
    height: 40px;
    background-image: url(../images/arrow-white.png);
    background-size: 80px 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    display: block;
}
.mainTitle {
	font-size: 32px;
	color: #3F3F3F;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.mapBlock {
	height: 540px;
	margin-bottom: 40px;
}
.ballonContent {
	max-width: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0;
    text-align: center;
}
.ballonContent-title {
	font-size:24px;
	text-align:center;
	font-weight:normal;
	color:#3F3F3F;
	margin-top: 0;
	margin-bottom: 25px;
}
.ballonContent-text {
	font-size: 16px;
	color: #9D9D9D;
	font-weight: normal;
}
.ymaps-2-1-68-balloon__tail {
	margin-left: 124px;
}
.socialBlock {
	width: calc(33.333333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	float: left;
	padding: 10px 10px 10px 60px;
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	position: relative;
	display: block;
}
.socialBlock-title {
	font-size: 16px;
	color: #9D9D9D;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.socialBlock-link {
	font-size: 14px;
	color: #3F3F3F;
}
.socialBlockIcon-inst {
	width: 36px;
	height: 36px;
	background-image: url(../images/social-fav.png);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -18px;
	left: 12px;
	position: absolute;
	display: block;
}
.socialBlockIcon-facebook {
	width: 36px;
	height: 36px;
	background-image: url(../images/facebook.png);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -18px;
	left: 12px;
	position: absolute;
	display: block;
}
.socialBlockIcon-tlg {
	width: 36px;
	height: 37px;
	background-image: url(../images/tlgr1.png);
	background-size: 36px 37px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -18px;
	left: 12px;
	position: absolute;
	display: block;
}
.socialBlockIcon-email {
	width: 36px;
	height: 37px;
	background-image: url(../images/mail-Icon.png);
	background-size: 36px 37px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -18px;
	left: 12px;
	position: absolute;
	display: block;
}
.footerArea {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #3F3F3F;
	text-align: center;
	line-height: normal;
}
.copyright-text {
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	display: block;
}
.copyright-text i:visited {
	color: #fff!important;
	}
.privacy-link {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.navButtonBlock {
	display: none;
}
@media (max-width: 1199px) {
	.priceLink {
		margin-top: 36px;
	}
	.locationDescription h3 {
		font-size: 20px;
	}
	.locationDescription p {
		font-size: 13px;
	}
	.headerNavListItem-link {
		padding: 25px 10px;
	}
}
@media (max-width: 991px) {
	.headerNav, .headerNavListItem {
		float: none;
	}
	.headerNavListItem-link {
		float: none;
		text-align: center;
	}
	.navButtonBlock {
		display: block;
	}
	.authorBlock-title {
		text-align: center;
	}
	.authorBlock {
		margin-bottom: 40px;
	}
	.authorBlock-title {
		text-align: center;
	}
	.authorBlockInfo {
		width: 340px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.authorBlockDescription {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.authorBlockDescription p:last-child {
		margin-bottom: 0;
	}
	.mainCollapseBlock-link {
		font-size: 18px;
	}
	.authorBlockDescription {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.headButton {
	margin-top: 40px;
	text-align: center;
}
	.headDescription br {
		display: none;
	}
	.sectionDescriptionImg {
		text-align: center;
		margin-bottom: 10px;
	}
	.authorBlock-title {
		text-align: center;
	}
	.socialBlock {
		width:220px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.authorBlockInfo {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.authorBlockDescription {
		margin-top: 10px;
		font-size: 15px;
	}
	.mainForm {
		padding:40px;
	}
}
@media (max-width: 539px) {
	#sync2 {
		padding: 10px;
	}
	.authorBlockInfo {
		max-width: 370px;
		width: unset;
	}
	.mainForm {
		padding-left: 10px;
		padding-right: 10px;
	}
	.headDescription-title {
		font-size: 34px;
	}
	.headDescription-title-small {
		font-size: 20px;
	}
	.headDescription {
		font-size: 20px;
	}
	.headButton-item {
		line-height: 54px;
    	font-size: 18px;
	}
	.ballonContent {
		max-width: 270px;
		padding: 10px;
	}
	.footerArea {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}