@font-face {
	font-family: 'Tenor Sans';
	src: url('fonts/TenorSans.eot');
	src: local('Tenor Sans'), local('TenorSans'),
	url('fonts/TenorSans.eot?#iefix') format('embedded-opentype'),
	url('fonts/TenorSans.woff') format('woff'),
	url('fonts/TenorSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('fonts/NotoSans.eot');
	src: local('Noto Sans'), local('NotoSans'),
	url('fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
	url('fonts/NotoSans.woff') format('woff'),
	url('fonts/NotoSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3 {
	color: #428785;
	font-family: 'Tenor Sans';
}

.btn {
	font-size: 14px;
	transition: 0.5s;
}

.form-control-light,
.form-control-light:focus {
	border: 0px;
	border-bottom: 1px solid #313131;
	border-radius: 0px;
	background: transparent;
	text-align: left !important;
	padding-left: 0px;
}

body {
	min-width: 370px;
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-size: 14px;
}
.dropdown-menu {
	font-size: 14px;
}

a {
	color: #008f84;
}
a:hover {
	color: #008f84b0;
}

h1.title {
	margin-bottom: 30px;
	color: #428785;
	font-family: 'Tenor Sans';
	font-style: normal;
}

.btn.btn-beige,
.btn.btn-normal {
	background: #e1f3f2;
	color: #008f84;
}
.btn.btn-green {
	background: #428785;
	color: #fff;
}
.btn.btn-beige:hover,
.btn.btn-normal:hover,
.btn.btn-green:hover {
	opacity: 0.8;
}

.slider-pro {
	overflow: hidden;
}

.navbar-brand span,
.footer-logo a {
	background-image: url('images/logotype.png');
	background-repeat: no-repeat;
	width: 213px;
	height: 72px;
	display: inline-block;
	position: relative;
	background-size: contain;
}
.footer-logo a {
	background-position: center;
}
.navbar-collapse {
	z-index: 1;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.modal-dialog textarea {
	height: 100px;
	max-height: 200px;
	min-height: 100px;
}


#header {
	background-color: #fff;
	border-bottom: 1px solid #E1F3F2 !important;
}
#header.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	border-bottom: 2px solid #fff;
}
.header-contacts {
	text-align: left;
	font-size: 13px;
	color: #676767;
	padding-right: 0.5rem;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
	.header-contacts {
		color: #000;
	}
}

.header-phone-icon {
	background-image: url('images/phone.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.header-contacts a {
	text-decoration: none;
}

.first-page h1 {
	color: #008f84;
	margin-bottom: 0px;
	margin-top: 20px;
}
.first-page h2 {
	text-align: center;
	color: #008f84;
	/*text-transform: uppercase;*/
	margin: 50px 0px 30px 0px;
}
.main-welcome {
	text-align: center;
}
.main-video h2 {
	margin-top: 20px;
}
.main-services h2 {
	margin-top: 0px;
}
.main-photo {
	background-image: url(images/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	margin-top: 40px;
}
.main-photo a {
	color: #fff;
	font-size: 110%;
}
.main-photo ul {
	padding: 0px;
	list-style-position: inside;
}
.main-photo .container {
	width: 100%;
	max-width: 100%;
}
.main-form {
	background: #008f84;
	color: #fff;
	text-shadow: none;
	padding: 20px 30px;
	border-radius: 5px;
}
.main-form h4 {
	margin-bottom: 0px;
}
.main-form form {
	margin-top: 20px;
}
.main-services {
	margin-top: 50px;
	padding: 50px 0px 40px 0px;
	background: rgb(54, 117, 222);
    background: -moz-linear-gradient(90deg, rgb(54, 117, 222) 0%, rgb(74, 164, 252) 100%);
    background: -webkit-linear-gradient(90deg, rgb(54, 117, 222) 0%, rgb(74, 164, 252) 100%);
    background: -o-linear-gradient(90deg, rgb(54, 117, 222) 0%, rgb(74, 164, 252) 100%);
    background: -ms-linear-gradient(90deg, rgb(54, 117, 222) 0%, rgb(74, 164, 252) 100%);
    background: linear-gradient(180deg, rgb(54, 117, 222) 0%, rgb(74, 164, 252) 100%);
	color: #fff;
}
.main-videos {
	margin-bottom: 30px;
}

#content .container {
	position: relative;
}

#footer {
	margin-top: 40px;
	background-color: #E1F3F2;
}

.footer-articles h3 {
	text-align: center;
	margin: 50px 0px 30px 0px;
	/*text-transform: uppercase;*/
}
.footer-form form,
.main-consult form {
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 45px;
	border-radius: 5px;
}
.main-consult {
	background: #e1f3f2;
}
.footer-form form h3,
.main-consult form h3 {
	color: #008f84;
	text-transform: uppercase;
}
.footer-form form .description,
.main-consult form .description {
	color: #000;
}
.footer-form form textarea,
.main-consult form textarea {
	min-height: 90px;
	max-height: 90px;
	height: 90px;
}

.footer-menu {
	background-color: #f3f3f3;
}
.footer-menu a {
	display: block;
	/*text-transform: uppercase;*/
	text-align: center;
	text-decoration: none;
}
.footer-menu a span {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
    display: block;
	opacity: 0.8;
}
.footer-menu a:hover span {
	opacity: 1;
}
.footer-menu a span.fm-1 {
	background-image: url(images/footer-menu-1.png);
}
.footer-menu a span.fm-2 {
	background-image: url(images/footer-menu-2.png);
}
.footer-menu a span.fm-3 {
	background-image: url(images/footer-menu-3.png);
}
.footer-menu a span.fm-4 {
	background-image: url(images/footer-menu-4.png);
}

.footer-middle {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
}
.footer-middle .container {
	position: relative;
	z-index: 2;
}
.footer-middle a {
	text-decoration: none;
}
.footer-middle b {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 90%;
}
.footer-links ul {
	padding: 0px;
	justify-content: space-between;
}
.footer-links ul li{
	list-style: none;
}
.footer-services ul,
.footer-social ul {
	padding: 0px;
	margin: 0px;
}
.footer-services ul li,
.footer-social ul li {
	list-style: none;
	padding: 0px;
}

.footer-copyright {
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}

.verify-field {
	position: absolute;
    opacity: 0;
    z-index: -1;
	width: 0px;
	height: 0px;
}

.loader {
	display: none;
    background: rgba(0, 0, 0, .5) url(images/loader.svg) no-repeat center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1031;
    background-size: 100px;
    background-position: 50% 50%;
}

.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    display: block;
	width: 35px;
    height: 35px;
	line-height: 30px;
	color: #008f84;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #008f84;
	text-align: center;
	display: none;
	opacity: 0.3;
}
.go-top:hover {
	opacity: 0.8;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	background-color: #0f0f0f;
}
.header-call {
	/*max-width: 200px;*/
	font-size: 14px;
	margin: 0 0 0 auto;
	cursor: pointer;
	display: inline-block;
	background: #428785;
	text-align: center;
	color: #fff !important;
	padding: 8px 10px;
    border-radius: .25rem;
    transition: 0.5s;
}
.header-call:hover {
	opacity: 0.8;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1190px;
	}
}

.footer-copyright a {
	color: #000;
}
.footer-copyright hr {
	border: 0px;
	height: 2px;
	margin: 30px 0px;
	background-color: #c3dfdd;
}
a.header-call:hover {
	color: #fff;
}

.contacts-phone .content {
	background-image: url('images/phone.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	display: inline-block;
}
.contacts-phone a {
	font-size: 20px;
}
.contacts-address .content {
	background-image: url('images/map.svg');
}
.contacts-address .content {
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	display: inline-block;
}


.header-menu {
	min-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.header-menu ul li {
	text-align: center;
}

/*@media (max-width: 991px) {
	.contacts-phone,
	.contacts-time,
	.contacts-address {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
}*/

.contacts-phones,
.contacts-time,
.contacts-address,
.contacts-email,
.contacts-map {
	margin-bottom: 10px;
}
.contacts-phones b,
.contacts-time b,
.contacts-address b,
.contacts-email b {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.main-message {
	background: #e1f3f2;
	color: #008f84;
	padding: 5px 15px;
	font-size: 90%;
}
.main-message a {
	color: #da0707;
}


@media (max-width: 767px) {
	.main-videos iframe {
		height: 250px !important;
	}
	#footer .main-map {
		display: none;
	}
	.navbar-brand span {
		height: 52px;
	}
}

.main-diseases {
	margin-top: 20px;
}
.main-diseases-title b {
	font-size: 165%;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}
.main-diseases-title small {
	font-size: 90%;
}
.main-diseases-image {
	margin-top: 20px;
}
.main-diseases img {
	border-radius: 3px;
}
.main-diseases ul {
	margin-bottom: 0px;
}

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

/* Кнопка WhatsUp */
@-webkit-keyframes pulse{
	0%{
		-webkit-transform: scale(.6);
		opacity: 0;
	}
	50%{
		-webkit-transform: scale(.9);
		opacity: 0;
	}
	60%{
		-webkit-transform: scale(1.1);opacity: .6;
	}
	70%{
		-webkit-transform: scale(1.3);opacity: .85;
	}
	80%{
		-webkit-transform: scale(1.4);opacity: .6;
	}
	100%{
		-webkit-transform: scale(1.6);opacity: 0;
	}
}
.btn-whatsup {
	position: fixed;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: #4cb0a9;
	bottom: 27px;
	left: 27px;
	opacity: 0.8;
	transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.btn-whatsup:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	border: 3px solid rgba(255,255,255,0.1);
	-webkit-animation: pulse 2s linear infinite;
	-moz-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	-webkit-box-shadow: inset 0px 0px 15px 10px rgba(71,91,115,0.41);
	-moz-box-shadow: inset 0px 0px 15px 10px rgba(71,91,115,0.41);
	box-shadow: inset 0px 0px 15px 10px rgba(71,91,115,0.41);
}
.btn-whatsup:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.btn-whatsup {
		width: 60px;
		height: 60px;
		bottom: 10px;
		left: 10px;
	}
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: none !important;
	white-space: normal !important;
	display: inline !important;
}

.promo-form {
	padding: 30px;
	background: #e1f3f2;
	border-radius: 5px;
	margin-bottom: 20px;
}
.promo-form small {
	line-height: 20px !important;
}
.promo-form .form-notice {
	font-size: 80%;
	line-height: 15px;
}

.ya-share2__badge {
	background-color: #428785 !important;
	border-radius: 100px !important;
	padding: 3px;
}

.main-slider button,
.main-programs button,
.main-specialists button,
.main-reviews button,
.main-bestsellers button,
.main-videos button {
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
.main-slider button span,
.main-programs button span,
.main-specialists button span,
.main-reviews button span,
.main-bestsellers button span,
.main-videos button span {
	display: none;
}
.main-slider .owl-prev,
.main-programs .owl-prev,
.main-specialists .owl-prev,
.main-reviews .owl-prev,
.main-bestsellers .owl-prev,
.main-videos .owl-prev {
	background-image: url('images/prev.svg') !important;
}
.main-slider .owl-next,
.main-programs .owl-next,
.main-specialists .owl-next,
.main-reviews .owl-next,
.main-bestsellers .owl-next,
.main-videos .owl-next {
	background-image: url('images/next.svg') !important;
}

@media (max-width: 576px) {
	.without-container-padding {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
}