/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");*/
/*глобальное*/
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

html, body{
	height: 100%;
	padding: 0;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #646464;
	background-color: #fff;
}
/*------------------------------------------------------------теги*/
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	text-transform:uppercase;
	font-weight: 500;
	line-height: 1.1;
	color: #4e4e4e;
}
h1.bordered, h2.bordered, h3.bordered, h4.bordered, h5.bordered, h6.bordered,
.h1.bordered, .h2.bordered, .h3.bordered, .h4.bordered, .h5.bordered, .h6.bordered {
	border-bottom: #f1f1f1 5px solid;
	padding-bottom: 10px;
	margin-bottom:25px;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
.h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #88c136;
}
h1.light span, h2.light span, h3.light span, h4.light span, h5.light span, h6.light span,
.h1.light span, .h2.light span, .h3.light span, .h4.light span, .h5.light span, .h6.light span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #999999;
}
h1, h2, h3,
.h1, .h2, .h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
p {

}
table tr td{
	font-size: 1rem;
}
ul, ol {
	list-style-position: inside;
    margin-top: 0;
	margin-bottom: 1rem;
    padding: 0;
}
ul.menu{
	margin: 0;
}
ul.menu li a:hover,
ul.menu li a:focus{
	outline: none;
	background-color: transparent;
}
form{
	margin: 0;
}
textarea {
	resize: none; /* Запрещаем изменять размер */
}
input::-webkit-input-placeholder {
	
}
input::-moz-placeholder {
	
}
textarea::-webkit-input-placeholder {
	
}
textarea::-moz-placeholder {
	
}
a{
	outline: none;
	color: #88c136;
}
a:hover, a:focus {
	text-decoration: none;
	color: #88c136;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: pointer;  /* устанавливаем курсор в виде стрелки */
}
a.mfc-link{
	cursor: zoom-in;
}
cite {
    background: #eaeaea;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
}
strong{
	font-weight: 700;
}
/*подробнее*/
hr.system-pagebreak{
	width: 100%;
	clear: both;
}
/*//подробнее*/
/*------------------------------------------------------------//теги*/
/*------------------------------------------------------------------классы*/
.min-vh-90 {
	min-height: 90vh !important;
}
.min-vh-80 {
	min-height: 80vh !important;
}
.min-vh-75 {
	min-height: 75vh !important;
}
.min-vh-70 {
	min-height: 70vh !important;
}
.min-vh-60 {
	min-height: 60vh !important;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
@media only screen and (min-width : 768px) {
	.w-md-75{
		width: 75%!important;
	}
	.w-md-80{
		width: 80%!important;
	}
	.w-md-90{
		width: 90%!important;
	}
	.w-md-100{
		width: 100%!important;
	}
}
@media only screen and (min-width : 992px) {
	.w-lg-75{
		width: 75%!important;
	}
	.w-lg-80{
		width: 80%!important;
	}
	.w-lg-90{
		width: 90%!important;
	}
	.w-lg-100{
		width: 100%!important;
	}
}
@media only screen and (min-width : 1200px) {
	.w-xl-75{
		width: 75%!important;
	}
	.w-xl-80{
		width: 80%!important;
	}
	.w-xl-90{
		width: 90%!important;
	}
	.w-xl-100{
		width: 100%!important;
	}
}
.tt-up {text-transform: uppercase;}
.tt-no {text-transform: none;}
/* Opacity */
.op-0-0 {opacity: 0;}
.op-0-1 {opacity: 0.1;}
.op-0-2 {opacity: 0.2;}
.op-0-3 {opacity: 0.3;}
.op-0-4 {opacity: 0.4;}
.op-0-5 {opacity: 0.5;}
.op-0-6 {opacity: 0.6;}
.op-0-7 {opacity: 0.7;}
.op-0-8 {opacity: 0.8;}
.op-0-9 {opacity: 0.9;}
.op-1-0 {opacity: 1;}
/* //Opacity */
.breadcrumb{
	background-color: transparent;
}
.su-spoiler-icon{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*Of BS4 Template*/
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    /*max-width: 330px;*/
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.autocomplete-suggestion.active,
.autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/*//Of BS4 Template*/
.bi-lg::before{
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}
.big-font {
	font-size: 18px;
	line-height: 30px;
}
.private-text{
	line-height: 11px;
	color: #656C7E;
}
.custom-control-input ~ .custom-control-label::after{
	cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #88c136;
	background-color: #88c136;
}
.bg-medicom{
	background-color: #88c136;
}
.bg-medicom-dark{
	background-color: #2B6E3B;
}
.medicom-text{
	color: #88c136;
}
.btn{
	text-transform: none;
	padding: .375rem .75rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}
.btn-medicom{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	position: relative;
	color: #fff;
	background-color: #88C136;
	border: 1px #88C136 solid;
}
.btn-medicom:hover,
.btn-medicom:focus{
	color: #88C136;
	background-color: #fff;
}
.btn-medicom-dark{
	color: #fff;
	background-color: #2B6E3B;
}
.btn-doctor{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	position: relative;
	min-width: 130px;
	cursor: pointer;
	-webkit-appearance: button;
	color: #88c136;
	background-color: #f0f0f0;
	font-size: 18px;
	line-height: 1;
}
.btn-doctor:hover{
	color: #fff;
	background-color: #88c136;
}
.btn-rounded{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn-bordered{
	display: inline-block;
	line-height: 23px;
	padding: 8px 23px 7px;
	margin: 10px 0 0;
	border:1px solid transparent;
}
.readmore-button{
	
}
.readmore-block{
	display: none;
	position: relative;
}
.form-wrapper{
	position: relative;
	background-color: #EBFFCD;
	border-radius: 10px;
	padding: 20px;
}
/*------------------------------------------------------------------//классы*/
/*--------------------------------------------------------------редактор JCE*/
.my-content-area{
	font-size: 14px;
	line-height: 1.1;
	background-color: #e6e6e6 !important;
}
.my-content-area table tr td{
	font-size: 14px;
	line-height: 1.1;
}
/*--------------------------------------------------------------//редактор JCE*/
/*глобальные блоки*/
header,
footer{
	position: relative;
	clear: both;
}
/*глобальные контейнеры*/
.container-fluid{
	position: relative;
}
/*конец глобальный контейнер*/
/*--------------------------------------------------------------------------------------------------Header*/
.medicom-header {
	position: relative;
	/*z-index: 1031;*/
}
.medicom-header__toper-wraper{
	position: relative;
	min-height: 40px;
	background-color: #EBFFCD;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
}
.medicom-toper{
	position: relative;
}
.header-container{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-row{
	position: relative;
}
.header-row > .header-cell{
	position: relative;
}
/*--------------------------------------------------------------------------------------------------//Header*/
/*-------------------------------------------------------середина*/
.content-section{
	position: relative;
	min-height: 30vh;
}
/*----------------------------------------------страницы и блоги сайта*/
.item-page, 
.blog, 
.blog-featured, 
.category-list, 
.pg-category-view{
	position: relative;
}
.item-page.search{
	font-size: 16px;
	line-height: 1.2;
}
/*-----------------------------------------------//страницы и блоги сайта*/
/*------------------------------------------------------заголвки страниц*/
.page-header{
	position: relative;
	border: none;
}
.item-page .page-header,
.blog > .page-header,
.page-header.doctors__page-header{
	border-bottom: #f1f1f1 5px solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.page-header h1{
	color: #88c136;
}
/*----------------------------------------------------------//заголвки страниц*/
/*----------------------------------------------------------контент*/
.article-body{
	position: relative;
	font-size: 16px;
}
.item-page__additional-text,
.item-page__dopolnitelnyj-tekst{
	position: relative;
	font-size: 16px;
	padding-top: 1rem;
}
/*----------------------------------------------------------//контент*/
/*---------------------------------------------------------Page Главная страница*/
.home__content-container{
	padding-top: 60px;
	padding-bottom: 82px;
}
.item-page-home-layout .home__page-header{
	position: relative;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 19px;
}
.item-page-home-layout .home__page-header h1{
	font-weight: 700;
	font-size: 48px;
	text-transform: none;
	color: #2B6E3B;
	margin-top: 0;
	margin-bottom: 0;
}
.home .article-body{
	font-size: 18px;
	color: #656C7E;
}
.home__pretext{
	font-size: 20px;
	line-height: 1.2;
}
.home__full-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.home__full-image img{
	position: relative;
	min-width: 100%;
	border-radius: 10px;
}
.home__full-image-content{
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	background: -o-linear-gradient(359.47deg, #88C136 -2.94%, rgba(136, 193, 54, 0.13) 167.63%);
	background: linear-gradient(90.53deg, #88C136 -2.94%, rgba(136, 193, 54, 0.13) 167.63%);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 10px 20px 10px 46px;
}
.home__video-play{
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.home__video-play .bi{
	display: inline-block;
	position: relative;
	width: 86px;
	font-size: 86px;
	margin-left: -25%;
}
.home__video-title{
	font-weight: 700;
	font-size: 36px;
	line-height: 0.61;
	margin-bottom: 16px;
}
.home__video-text{
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 0;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape) and (hover: none){
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.home .article-body{
		margin-bottom: 25px;
	}
	.home__full-image-content{
		padding: 10px 20px;
	}
	.home__video-play .bi{
		width: 45px;
		font-size: 45px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.home__content-container{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.item-page-home-layout .home__page-header h1 {
		font-size: 40px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*---------------------------------------------------------//Page Главная страница*/
/*-------------------------------------------------------------Page of Наши акции*/
.item-page-actions-layout .article-body{
    font-size: 18px;
    line-height: 30px;
}
/*-------------------------------------------------------------//Page of Наши акции*/
/*--------------------------------------------------------------Page Частозадаваемые вопросы*/
.faq-page__item{
	position: relative;
}
.faq-page__item-title{
	line-height: 1.1;
	color: #88c136;
}
.faq-page__item-body{
	position: relative;
}
/*------------------------------------------------------------//Page Частозадаваемые вопросы*/
/*------------------------------------------------------------------Page Специалист*/
.page-doctor{
    position: relative;
}
.item-page-doctor-layout .page-doctor__page-header{
    border-bottom: none;
}
.item-page-doctor-layout .page-doctor__page-header h1{
    font-weight: 600;
    text-transform: none;
}
.page-doctor__item-image{
	position: relative;
	margin-bottom: 32px;
}
.page-doctor__vopros-block{
	position: relative;
	text-align: left;
	background-color: #EBFFCD;
	border-radius: 10px;
	padding: 30px;
}
.page-doctor__vopros-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #58504E;
	margin-bottom: 80px;
}
.page-doctor__vopros-button{
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.page-doctor__video-block{
	position: relative;
	margin-top: 30px;
}
.page-doctor__video-item{
	position: relative;
	height: auto;
	max-height: 250px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}
.page-doctor__fileds-block{
    position: relative;
    text-align: left;
    margin-bottom: 16px;
}
.page-doctor__fileds-heading{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #656C7E;
    padding-bottom: 7px;
}
.page-doctor__fileds-text{
    font-size: 14px;
    line-height: 18px;
    color: #656C7E;
}
.page-doctor__fileds-block_workdays{
	margin-bottom: 45px;
}
.page-doctor__workdays{
	position: relative;
}
.page-doctor__workdays-day{
	position: relative;
	width: 31px;
	height: 31px;
	margin-right: 10px;
}
.page-doctor__workdays-day.green-day{
	background-color: #BFEE7C;
	color: #656C7E;
}
.page-doctor__workdays-day.red-day{
	background-color: #FE9393;
	color: #fff;
}
.page-doctor__workdays-day p{
	display: block;
	position: unset;
	height: 16px;
	width: 14px;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.page-doctor__workdays-day p.not-active::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 1em;
	height: 100%;
	width: 2px;
	background-color: #f00;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}
.page-doctor__about-doctor{
	margin-top: 30px;
}
.page-doctor__about-doctor-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    text-align: left;
    color: #656C7E;
    margin-bottom: 20px;
}
.about-doctor__item{
    position: relative;
	font-size: 16px;
	text-align: justify;
    margin-bottom: 0.5rem;
}
.about-doctor__item p{
    margin-bottom: 0.3rem;
}
.about-doctor__item .about-doctor__item-title{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.page-doctor__fileds-block_sertifikaty-diplomy{
	position: relative;
}
.sertifikaty-diplomy__title-block{
	position: relative;
	margin-bottom: 10px;
}
.page-doctor__fileds-block_sertifikaty-diplomy .owl-controls.disabled{
	visibility: hidden;
}
.page-doctor__fileds-block_sertifikaty-diplomy .owl-controls button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: none;
	background-color: #BFEE7C;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	font-size: 1.5rem;
	color: #fff;
	border: none;
	border-radius: 50%;
	outline: none !important;
	margin-left: 7px;
}
.page-doctor__fileds-block_sertifikaty-diplomy .owl-controls button:hover{
	background-color: #88C136;
}
.page-doctor__fileds-block_sertifikaty-diplomy .owl-carousel .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-doctor__fileds-block_sertifikaty-diplomy .owl-carousel .owl-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*-----------------------------------------------------------------//Page Специалист*/
/*----------------------------------------------------------------Page Контакты*/
.kontakts .page-header h1{
	font-weight: 700;
}
/*--------------------------------------------------------------//Page Контакты*/
/*-----------------------------------------------------------Page "department" - Отделение*/
.department-page{
	position: relative;
}
.department-page__price{
	position: relative;
	padding: 15px 0;
}
.department-page__price-title{
	font-size: 30px;
}
.department-page__price-item-header{
	position: relative;
	background-color: #88c136;
	padding-top: 11px;
	padding-bottom: 6px;
}
.department-page__price-item-header span{
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 1;
}
.department-page__price-body{
	position: relative;
	background-color: #fafafa;
}
.department-page__price-item{
	position: relative;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 12px;
}
.department-page__price-cena strong{
	font-size: 16px;
}
.department-page__price-cena strong.small{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
}
/*----------------------------------------------------------------//Page "department" - Отделение*/
/*----------------------------------------------------------------Pages of Отделения*/
.department-list{
	position: relative;
}
.category-department{
	position: relative;
}
.category-department__slider-block{
	position: relative;
	overflow: hidden;
	min-height: 314px;
}
.category-department__slider-block .carousel-control-next,
.category-department__slider-block .carousel-control-prev{
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	color: #787878;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
	opacity: 1 !important;
}
.category-department__slider-block .carousel-control-next .bi,
.category-department__slider-block .carousel-control-prev .bi{
	font-size: 36px;
}
.category-department__slider-header-wrap{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(43, 110, 59, 0.6);
}
.category-department__slider-header-wrap h1{
	font-weight: 700;
}
.category-department__desc{
	position: relative;
}
.department-list__item{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	border: #88c136 1px solid;
}
.department-list__item-back{
	display: block;
	position: relative;
	z-index: 0;
}
.department-list__item-link{
	/*position: absolute;*/
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	border-radius: 15px;
	padding: 15px;
}
.department-list__item-link:hover{
	background-color: #88c136;
	opacity: 0.8;
}
.department-list__item-link span{
	font-size: 140%;
	line-height: 1.2;
}
.department-list__item-link:hover span{
	color: #fff;
}
/*iPhone 5 landscape*/
@media only screen and (max-width : 568px) and (orientation: landscape){
	.department-list__item-link span{
		font-size: 100%;
	}
}
/*//iPhone 5 landscape*/
/*iPhone 5 portrait*/
@media only screen and (max-width : 320px) and (orientation:portrait){
	.department-list__item-link span{
		font-size: 100%;
	}
}
/*//iPhone 5 portrait*/
/*--------------------------------------------------------------//Pages of Отделения*/
/*-------------------------------------------------------------------Pages of Филиал*/
#zapisformModal .modal-dialog .modal-content {
	background-color: #EBFFCD;
	border-radius: 10px;
	padding: 24px 27px 43px;
}
.modal#zapisformModal .modal-title {
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	color: #58504E;
}
.modal#zapisformModal #doctornametext span{
	text-transform: none;
}
/*---------------------------------------------------------------//Pages of Филиал*/
/*-----------------------------------------------------------------List of  Category Отзывы*/
.otzivs__pretext{
	min-height: 100px;
	font-family: 'Fira Sans', sans-serif;
	background-color: #f6f6f6;
	border-radius: 8px;
	padding: 10px 25px;
}
.otzivs__pretext .h4{
	text-transform: none;
}
.otzivs__pretext-summary{
	font-size: 56px;
	line-height: 66px;
	color: #4d4d4d;
}
.otzivs__list-item{
	font-family: 'Fira Sans', sans-serif;
}
.otzivs__list-item-avatar,
.otzivs__list-item-no-avatar{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.otzivs__list-item-no-avatar{
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
}
.otzivs__list-item-no-avatar.blue{
	background-color: #5798d9;
}
.otzivs__list-item-no-avatar.violet{
	background-color: #8585cc;
}
.otzivs__list-item-no-avatar.pink{
	background-color: #f285aa;
}
.otzivs__list-item-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.otzivs__list-item-title a{
	color: #000;
}
.otzivs__list-item-title a:hover{
	color: #007bff;
}
.otzivs__list-item-podzagolovok{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #999;
}
.otzivs__list-item-content{
	padding-top: 12px;
	padding-left: 57px;
}
.otzivs__list-item-star{
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.otzivs__list-item-star.polstar{
	background-image: url(/images/polstar.svg);
}
.otzivs__list-item-star.fullstar{
	background-image: url(/images/fullstar.svg);
}
.otzivs__list-item-date{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.otzivs__list-item-text{
	font-weight: 400;
	font-size: 16px;
}
.otzivs__readmore{
	font-weight: 500;
	padding: 12px 16px;
}
/*-------------------------------------------------------------------//List of  Category Отзывы*/
/*--------------------------------------------стили блога по умолчанию*/
.blog{
	position: relative;
}
/*--------------------------------------------//стили блога по умолчанию*/
/*-------------------------------------------------------------Blog Наши акции*/
.actions-blog .items-row{
	position: relative;
	border-top: 1px solid #ddd;
	padding: 8px;
}
.blog__item{
    position: relative;
}
.blog__item-introtext{
    position: relative;
    font-size: 18px;
}
/*----------------------------------------------------------//Blog Наши акции*/
/*-------------------------------------------------------------Blog Специалисты*/
.doctors__items-row{
    position: relative;
    padding-bottom: 30px;
}
.doctors__item{
	position: relative;
}
.doctors__item-image{
    position: relative;
}
.doctors__item-fileds-block{
    position: relative;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 7px 0;
}
.doctors__item-fileds-block p{
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
}
.doctors__item-fileds-heading{
    font-weight: 700;
}
.doctors__item-readmore{
	position: relative;
	height: 40px;
	padding: 5px 20px;
}
.doctors__item-title{
	position: relative;
	margin-bottom: 10px;
}
.doctors__item-title p.h4{
	font-weight: 700;
	color: #88c136;
}
.doctors__item-dolzhnost{
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #8f8f8f;
}
/*-----------------------------------------------------------//Blog Специалисты*/
/*----------------------------------------------------------//середина*/
/*-----------------------------------------------------------доп середины*/
.sub-medium-container{
	position: relative;
}
/*----------------------------------------------------------//доп середины*/
/*--------------------------------------------------------Модули и блоки*/
/*-------------------------------------------------------------------Block График работы специалистов in Page Филиал*/
.filial__grafik{
	position: relative;
	padding-bottom: 40px;
}
.filial__grafik-title{
	color: #2B6E3B;
	margin-bottom: 50px;
}
.filial__grafik .tabledimone{
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.filial__grafik .tabledimone .table{
	margin-bottom: 0;
}
.filial__grafik .tabledimone .table.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #F7FFEB;
}
.filial__grafik .tabledimone .table thead tr{
	background-color: #88C136;
}
.filial__grafik .tabledimone .table thead tr th{
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	border-color: #88C136;
}
.filial__grafik .tabledimone .table tbody tr td{
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #292929;
}
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td{
	vertical-align: top;
}
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.editor-td{
	text-align: left;
}
.filial__grafik .tabledimone .table tbody tr td.calendar-td{
	width: 8%;
}
.filial__grafik .tabledimone .table tbody tr td.media-td img{
	max-width: 77px;
}
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.media-td img{
	max-width: 160px;
	border-radius: .25rem !important;
}
.filial__grafik .tabledimone .table tbody tr td.textarea-td{
	width: 30%;
}
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.textarea-td{
	width: auto;
	text-align: left;
}
.filial__grafik .tabledimone .table tbody tr td p,
.filial__grafik .tabledimone .table tbody tr td strong,
.filial__grafik .tabledimone .table tbody tr td ul,
.filial__grafik .tabledimone .table tbody tr td ol{
	line-height: 1.2;
	margin-bottom: 0;
}
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.textarea-td p,
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.textarea-td ul,
.filial__grafik.filial__grafik_apparaty .tabledimone .table tbody tr td.textarea-td ol{
	margin-bottom: 0.2rem;
}
.filial__grafik .tabledimone .table tbody tr td strong{
	font-family: "Roboto", sans-serif;
}
.filial__grafik .tabledimone .table tbody tr td .btn-medicom-dark{
	min-width: 123px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #fff !important;
}
.filial__grafik .tabledimone .table tbody tr td .btn-medicom-dark:hover{
	background-color: #B9B9B9 !important;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.filial__grafik .tabledimone{
		border-radius: 0;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.filial__grafik .tabledimone{
		border-radius: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------------//Block График работы специалистов in Page Филиал*/
/*-----------------------------------------------------------------Block Form Записаться на прием in Page Специалист*/
.page-doctor__zapisform-block{
	position: relative;
	background-color: #EBFFCD;
	border-radius: 10px;
	padding: 23px 80px 25px;
}
.page-doctor__zapisform-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #58504E;
}
/*-------------------------------------------------------------//Block Form Записаться на прием in Page Специалист*/
/*-------------------------------------------------------------------------Block Отзывы in Page Специалист*/
.doctor-otzyvs{
	position: relative;
	padding-top: 100px;
}
.doctor-otzyvs__title{
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: #656C7E;
}
.doctor-otzyvs__subtitle{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #656C7E;
}
.doctor-otzyvs__body{
	position: relative;
	margin-top: 45px;
}
.doctor-otzyvs__item{
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 30px 30px 60px;
	margin-bottom: 20px;
}
.doctor-otzyvs__item-name{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #656C7E;
	margin-bottom: 3px;
}
.doctor-otzyvs__item-date{
	font-size: 14px;
	line-height: 1.7;
	color: #656C7E;
	margin-bottom: 24px;
}
.doctor-otzyvs__item-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #656C7E;
	margin-bottom: 12px;
}
.doctor-otzyvs__item-text{
	font-size: 14px;
	color: #656C7E;
}
.doctor-otzyvs__item-text p{
	margin-bottom: 6px;
}
.doctor-otzyvs__form{
	position: relative;
	background-color: #EBFFCD;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 30px 30px 60px;
}
.doctor-otzyvs__form-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #58504E;
}
/*----------------------------------------------------------------------//Block Отзывы in Page Специалист*/
/*--------------------------------------------------------------Module Поиск по сайту*/
.mod-search{
	position: relative;
}
.mod-search__inputbox{
	position: relative;
	width: calc(100% - 30px);
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	outline: none !important;
}
input.mod-search__inputbox::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	opacity: 1;
}
input.mod-search__inputbox::-moz-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	opacity: 1;
}
.mod-search__button{
	position: relative;
	height: 18px;
	width: 18px;
	margin-right: 11px;
}
/*-------------------------------------------------------------//Module Поиск по сайту*/
/*---------------------------------------------------------Module Ссылки на филиалы возле Поиска*/
.mod-toper-filials{
	position: relative;
}
.mod-toper-filials__item{
	position: relative;
	line-height: 1.1;
}
.mod-toper-filials__item-link{
	display: block;
	position: relative;
	color: #88c136;
}
.mod-toper-filials__item-link:hover{
	text-decoration: none;
	color: #77a82e;
}
/*--------------------------------------------------------//Module Ссылки на филиалы возле Поиска*/
/*-----------------------------------------------------------Module Ссылки и Кнопка над Шапкой*/
.mod-toper-right{
	position: relative;
}
.mod-toper-right__socseti{
	position: relative;
	border-right: 1px #C4C4C4 solid;
	padding-right: 30px;
}
.mod-toper-right__socseti a{
	display: block;
	position: relative;
	color: #2B6E3B;
	outline: none !important;
	margin: 0 15px;
}
.mod-toper-right__personal-kabinet{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.mod-toper-right__personal-kabinet img{
	margin-right: 10px;
}
.mod-toper-right__button-block{
	position: relative;
	width: 240px;
	height: 40px;
}
.mod-toper-right__button-block button{
	color: #fff !important;
	outline: none !important;
	border-radius: 0;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape) and (hover: none){
	.mod-toper-right__socseti{
		padding-right: 15px;
	}
	.mod-toper-right__personal-kabinet{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-toper-right__socseti{
		padding-right: 15px;
	}
	.mod-toper-right__personal-kabinet{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*//iPad portrait*/
/*-------------------------------------------------------------//Module Ссылки и Кнопка над Шапкой*/
/*------------------------------------------------------------------Module Логотип в Шапке*/
.mod-header-logo{
	position: relative;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-header-logo{
		width: calc(100% + 30px) !important;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------------------//Module Логотип в Шапке*/
/*------------------------------------------------------------Module Телефон и График работы в Шапке*/
.mod-header-phone-time{
	position: relative;
}
.mod-header-phone-time .small{
	font-size: 13px;
	line-height: 16px;
	color: #707070;
}
.mod-header-phone-time__phone-text{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #040404;
}
.mod-header-phone-time__phone-text a{
	color: #040404 !important;
	outline: none !important;
}
/*-----------------------------------------------------------//Module Телефон и График работы в Шапке*/
/*-----------------------------------------------------------------Информация на Главной*/
.mod-home-info{
	position: relative;
	padding-top: 89px;
	padding-bottom: 89px;
}
.mod-home-info__item{
	position: relative;
	min-height: 269px;
	border-radius: 10px;
	padding-top: 22px;
	padding-bottom: 27px;
}
.mod-home-info__item_left{
	background: url(/images/mod-home-info_for_left.png), #2B6E3B;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 27px;
	padding-right: 120px;
}
.mod-home-info__item_right{
	background: url(/images/mod-home-info_for_right.png), #88c136;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	padding-right: 27px;
}
.mod-home-info__item-header{
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.mod-home-info__item-title{
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding-bottom: 8px;
}
.home-info-popover{
	max-width: 50%;
}
.home-info-popover .popover-body{
	line-height: 1.2;
}
.home-info-popover .popover-body p{
	margin-bottom: 0.5rem;
}
.mod-home-info__item-text{
	font-size: 18px;
	line-height: 1.3;
}
.mod-home-info__item-text span{
	padding-left: 10px;
	margin-top: -0.25em;
}
.mod-home-info__item-body{
	position: relative;
	border-radius: 10px;
	padding: 13px 24px;
}
.mod-home-info__item-body-element{
	position: relative;
	font-size: 17px;
	line-height: 1.4;
	color: #292929;
	margin-bottom: 12px;
}
.mod-home-info__item-body-element span,
.mod-home-info__item-body-element strong{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.mod-home-info__item-body-element span{
	text-align: left;
	padding-right: 7px;
}
.mod-home-info__item-body-element strong{
	text-align: right;
	padding-left: 7px;
}
.mod-home-info__item-body-element::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	border-bottom: 1px dashed #D0E7AF;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape) and (hover: none){
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-home-info{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mod-home-info__item_left{
		background: none;
		background-color: #2B6E3B;
		padding-right: 27px;
	}
	.mod-home-info__item_right{
		background: none;
		background-color: #88c136;
		padding-left: 27px;
	}
	.mod-home-info__item-title{
		font-size: 20px;
	}
	.mod-home-info__item-text{
		font-size: 14px;
	}
	.mod-home-info__item-body-element{
		font-size: 14px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-home-info{
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.mod-home-info__list > div[class*="col-"]{
		margin-bottom: 15px;
	}
	.mod-home-info__item_left{
		background: none;
		background-color: #2B6E3B;
		padding-right: 27px;
	}
	.mod-home-info__item_right{
		background: none;
		background-color: #88c136;
		padding-left: 27px;
	}
	.mod-home-info__item-title{
		font-size: 20px;
	}
	.mod-home-info__item-text{
		font-size: 14px;
	}
	.mod-home-info__item-body-element{
		font-size: 14px;
	}
	.home-info-popover{
		max-width: 100%;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-home-info{
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.mod-home-info__list > div[class*="col-"]{
		margin-bottom: 15px;
	}
	.home-info-popover{
		max-width: 100%;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*------------------------------------------------------------------//Информация на Главной*/
/*-----------------------------------------------------------------------------Module Акции*/
.akcii-wrap{
	position: relative;
	background: url(/images/akcii_bg_2021.jpg) no-repeat center;
	background-size: cover;
}
.akcii-filial-wrap{
	background: url(/images/akcii-filial_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 50px;
}
.mod-akcii{
	position: relative;
	padding-top: 46px;
	padding-bottom: 100px;
}
.akcii-filial-wrap .mod-akcii{
	padding-top: 50px;
	padding-bottom: 30px;
}
.mod-akcii__title{
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	padding-bottom: 37px;
}
.mod-akcii__body{
	position: relative;
}
.mod-akcii__body .owl-carousel .owl-stage{
	display: flex;
}
.mod-akcii__body .owl-carousel.owl-drag .owl-item{
	height: 100%;
}
.mod-akcii__item{
	position: relative;
	border-radius: 10px;
}
.mod-akcii__item-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
.mod-akcii__item-image img{
	position: relative;
	max-width: none;
	width: auto !important;
	min-height: 100%;
}
.mod-akcii__item-content{
	position: relative;
	padding: 24px 25px 24px 0;
}
.mod-akcii__item-published{
	font-size: 14px;
	line-height: 1.2;
	color: #828282;
	padding-bottom: 9px;
}
.mod-akcii__item-title{
	display: block;
	position: relative;
	min-height: 3.4em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #292929;
}
.mod-akcii__item-text{
	font-size: 16px;
	line-height: 1.25;
	color: #656C7E;
	padding-top: 9px;
}
.mod-akcii__item-readmore span{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #292929;
	padding-right: 11px;
	margin-top: -0.3em;
}
.mod-akcii__item-readmore:hover span{
	color: #88c136;
}
.mod-akcii__navigation{
	position: unset;
}
.mod-akcii__body .mod-akcii__navigation button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: none;
	background-color: #BFEE7C;
	font-size: 1.5rem;
	color: #fff;
	border: none;
	border-radius: 50% !important;
	outline: none !important;
}
.mod-akcii__body .mod-akcii__navigation button:hover{
	background-color: #88C136;
}
.mod-akcii__body .mod-akcii__navigation button.owl-prev{
	left: -22px;
}
.mod-akcii__body .mod-akcii__navigation button.owl-next{
	right: -22px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-akcii{
		padding-bottom: 50px;
	}
	.mod-akcii__item-content{
		padding: 25px 15px;
	}
	.mod-akcii__body .mod-akcii__navigation button.owl-prev{
		left: -40px;
	}
	.mod-akcii__body .mod-akcii__navigation button.owl-next{
		right: -40px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-akcii{
		padding-bottom: 50px;
	}
	.mod-akcii__item-content{
		padding: 25px 15px;
	}
	.mod-akcii__navigation{
		position: relative;
		width: 100%;
	}
	.mod-akcii__body .mod-akcii__navigation button.owl-prev{
		left: 0;
	}
	.mod-akcii__body .mod-akcii__navigation button.owl-next{
		right: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------------------------//Module Акции*/
/*--------------------------------------------------------------------Module Преимущества на Главной*/
.mod-home-preimushestva{
	position: relative;
	margin-bottom: 86px;
}
.mod-home-preimushestva .su-counter-number{
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 12px;
}
.mod-home-preimushestva .su-counter-text{
	font-weight: 600;
    line-height: 1.3;
	text-transform: uppercase;
}
/*-------------------------------------------------------------------//Module Преимущества на Главной*/
/*--------------------------------------------------------------------Module Наши специалисты*/
.mod-specilisty{
	position: relative;
	padding-bottom: 112px;
}
.mod-specilisty__title{
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	color: #292929;
	margin-bottom: 9px;
}
.mod-specilisty__subtitle{
	font-size: 18px;
	line-height: 1.27;
	color: #656C7E;
	margin-bottom: 55px;
}
.mod-specilisty__item{
	position: relative;
	border-radius: 10px;
}
.mod-specilisty__item-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.mod-specilisty__item-image img{
	position: relative;
	border-radius: 10px 10px 0 0;
}
.mod-specilisty__item-bottom{
	position: relative;
	min-height: 165px;
	border-radius: 0 0 10px 10px;
	background-color: #EBFFCD;
	padding: 21px 15px 24px;
}
.mod-specilisty__item-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #292929;
	margin-bottom: 2px;
}
.mod-specilisty__item-dolzhnost{
	font-size: 16px;
	line-height: 1.2;
	color: #292929;
}
.mod-specilisty__item-hide{
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(43, 110, 59, 0.94);
	transition: all 0.3s linear;
	transform-origin: 50% 100%;
	transform: scaleY(0);
	padding: 23px;
}
.mod-specilisty__item:hover .mod-specilisty__item-hide{
	transform: scaleY(1);
}
.mod-specilisty__item-hide-top{
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	margin-bottom: 14px;
}
.mod-specilisty__item-hide .mod-specilisty__item-title,
.mod-specilisty__item-hide .mod-specilisty__item-dolzhnost{
	color: #fff;
}
.mod-specilisty__item-text{
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
}
.mod-specilisty__readmore{

}
.mod-specilisty__navigation{
	position: unset;
}
.mod-specilisty__body .mod-specilisty__navigation button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: none;
	background-color: #BFEE7C;
	font-size: 1.5rem;
	color: #fff;
	border: none;
	border-radius: 50% !important;
	outline: none !important;
}
.mod-specilisty__body .mod-specilisty__navigation button:hover{
	background-color: #88C136;
}
.mod-specilisty__body .mod-specilisty__navigation button.owl-prev{
	left: -22px;
}
.mod-specilisty__body .mod-specilisty__navigation button.owl-next{
	right: -22px;
}
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-specilisty{
		padding-bottom: 50px;
	}
	.mod-specilisty__title{
		font-size: 40px;
	}
	.mod-specilisty__body .mod-specilisty__navigation button.owl-prev{
		left: -10px;
	}
	.mod-specilisty__body .mod-specilisty__navigation button.owl-next{
		right: -10px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------//Module Наши специалисты*/
/*-------------------------------------------------------Module Блок с модулями "Последние новости" и "Дубрава инфо"*/
.sub-medium_bottom.home-page{
	position: relative;
	background-color: rgba(235, 255, 205, 0.4);
	padding-top: 71px;
	padding-bottom: 66px;
}
.mod-block-news{
	position: relative;
}
.mod-block-news__title-block{
	position: relative;
	padding-bottom: 47px;
}
.mod-block-news__title{
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	text-align: left;
	color: #292929;
}
.mod-block-news__subtitle{
	font-size: 18px;
	line-height: 1.2;
	color: #656C7E;
}
.mod-block-news__button{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mod-block-news__button .btn{
	position: relative;
	width: 171px;
	height: 45px;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-block-news__button{
		padding-top: 25px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-block-news__title{
		font-size: 40px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------//Module Блок с модулями "Последние новости" и "Дубрава инфо"*/
/*-----------------------------------------------------------------Module Последние новости*/
.mod-last-news{
	position: relative;
}
.mod-last-news__item{
	position: relative;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.mod-last-news__item_bottom{
	height: 235px;
	margin-top: 30px;
}
.mod-last-news__item-image{
	position: relative;
	overflow: hidden;
}
.mod-last-news__item_top .mod-last-news__item-image{
	height: 235px;
	border-radius: 10px 10px 0 0;
}
.mod-last-news__item_bottom .mod-last-news__item-image{
	height: 100%;
	border-radius: 10px 0 0 10px;
}
.mod-last-news__item-image img{
	position: relative;
	min-width: 100%;
	height: 100%;
}
.mod-last-news__item_top .mod-last-news__item-image img{

}
.mod-last-news__item_bottom .mod-last-news__item-image img{
	width: 100%;
	height: 235px;
}
.mod-last-news__item-content{
	position: relative;
	text-align: left;
	background-color: #fff;
}
.mod-last-news__item_top .mod-last-news__item-content{
	height: calc(100% - 180px);
	border-radius: 0 0 10px 10px;
	padding: 17px 19px 22px;
}
.mod-last-news__item_bottom .mod-last-news__item-content{
	border-radius: 0 10px 10px 0;
	padding: 22px 15px;
}
.mod-last-news__item-published{
	font-size: 14px;
	line-height: 1.2;
	color: #828282;
	margin-bottom: 8px;
}
.mod-last-news__item-title{
	display: block;
	position: relative;
	min-height: 2.5em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #292929;
	margin-bottom: 10px;
}
.mod-last-news__item_bottom .mod-last-news__item-title{
	min-height: auto;
}
.mod-last-news__item-text{
	line-height: 1.2;
	color: #656C7E;
	margin-bottom: 12px;
}
.mod-last-news__item-readmore{
	font-size: 12px;
	line-height: 1.2;
}
.mod-last-news__item-readmore span{
	position: relative;
	top: -0.1em;
	font-weight: 600;
	font-size: 16px;
	padding-right: 10px;
	color: #292929;
}
.mod-last-news__item-readmore:hover span{
	color: #88C136;
}
.mod-last-news__item-readmore .bi{
	color: #88C136;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-last-news__item{
		height: auto !important;
		margin-top: 30px;
	}
	.mod-last-news__item_bottom{
		height: auto;
	}
	.mod-last-news__item_top .mod-last-news__item-image{
		height: auto;
	}
	.mod-last-news__item_bottom .mod-last-news__item-image{
		height: auto;
		border-radius: 10px 10px 0 0;
	}
	.mod-last-news__item-image img{
		height: auto;
		width: 100%;
	}
	.mod-last-news__item_bottom .mod-last-news__item-image img{
		height: auto;
	}
	.mod-last-news__item_bottom .mod-last-news__item-content{
		border-radius: 0 0 10px 10px;
		padding: 17px 19px 22px;
	}
}
/*//iPad portrait*/
/*----------------------------------------------------------------//Module Последние новости*/
/*-----------------------------------------------------------------------Banners of Home page*/
.homban{
	position: relative;
	/*width: 100%;
	min-height: 620px;
	 */
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.homban{
		min-height: auto;
	}
}
/*//iPad portrait*/
/*----------------------------------------------------------------------Module Баннер - Клиентам страховых компаний*/
.strahkom-wrapper{
	background-color: #F7FFEB;
	margin-bottom: 50px;
}
.mod-strahkom{
	position: relative;
	padding: 0 0 10px;
}
.mod-strahkom__content{
	position: relative;
	padding: 10px 0 0;
	/*
	padding-top: 60px;
	padding-bottom: 30px;
	 */
}
.mod-strahkom__title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	color: #2B6E3B;
	margin-bottom: 0.5rem;
}
.mod-strahkom__text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0.5rem;
}
.mod-strahkom__text > span{
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
}
.mod-strahkom__design{
	position: relative;
	width: 100%;
}
.mod-strahkom__design img{
	width: 100%;
	/*
	width: calc(100% + 20px);
	max-width: none;
	margin-left: -20px;
	 */
}
.mod-strahkom__posttext{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #2B6E3B;
	margin-bottom: 0;
	/*
	margin-top: -1em;
	 */
}
.mod-strahkom__logos{
	position: relative;
	width: 90%;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	padding-top: 5px;
}
.mod-strahkom:hover .mod-strahkom__logos{
	opacity: 0.6;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-strahkom{
		padding: 0 15px 15px;
	}
	.mod-strahkom__title{
		font-size: 24px;
	}
	.mod-strahkom__text{
		font-size: 14px;
	}
	.mod-strahkom__posttext{
		font-size: 16px;
		margin-top: 0;
	}
	.mod-strahkom__logos{
		width: 100%;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-strahkom{
		padding: 0 15px 15px;
	}
	.mod-strahkom__title{
		font-size: 24px;
	}
	.mod-strahkom__text{
		font-size: 14px;
	}
	.mod-strahkom__posttext{
		font-size: 16px;
		margin-top: 0;
	}
	.mod-strahkom__logos{
		width: 100%;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------//Module Баннер - Клиентам страховых компаний*/
/*--------------------------------------------------------------------Module Баннер - Справка для посещения бассейна*/
.basseyn-wrapper{
	position: relative;
	background-image: url(/images/banban/basseyn_back.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	/*background-size: contain;*/
	background-size: 65% 100%;
	margin-bottom: 50px;
}
.mod-basseyn{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mod-basseyn__title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	color: #2B6E3B;
	margin-bottom: 0.5rem;
}
.mod-basseyn__subtitle{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0.5rem;
}
.mod-basseyn__text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0.5rem;
}
.mod-basseyn__text > span{
	color: #2B6E3B;
}
.mod-basseyn__logo-dubrava{
	width: 120px;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.basseyn-wrapper{
		background-image: none;
		background-color: #F7FFEB;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.basseyn-wrapper{
		background-image: none;
		background-color: #F7FFEB;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.basseyn-wrapper{
		background-image: none;
		background-color: #F7FFEB;
	}
	.mod-basseyn__title{
		font-size: 30px;
	}
	.mod-basseyn__subtitle,
	.mod-basseyn__text{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------------------//Module Баннер - Справка для посещения бассейна*/
/*--------------------------------------------------------------Module Баннер - Подарочные сертификаты*/
.sertifikatban-wrapper{
	position: relative;
	background: -o-linear-gradient(340.65deg, #F7FFEB 0%, #2B6E3B 0.01%, #FFFFFF 47.96%);
	background: linear-gradient(109.35deg, #F7FFEB 0%, #2B6E3B 0.01%, #FFFFFF 47.96%);
	margin-bottom: 50px;
}
.mod-sertifikatban{
	position: relative;
}
.mod-sertifikatban__korobka{
	width: 70%;
}
.mod-sertifikatban__content{
	position: relative;
	padding: 10px 0;
}
.mod-sertifikatban__title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: -0.002em;
	color: #2B6E3B;
	margin-bottom: 0.5rem;
}
.mod-sertifikatban__text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0.5rem;
}
.mod-sertifikatban__text > i{
	font-weight: 700;
	font-size: 1.8em;
	color: #2B6E3B;
}
.mod-sertifikatban__number-text{
	font-weight: 700;
	font-size: 1.2em;
	color: #2B6E3B;
}
.mod-sertifikatban__green-text{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	color: #2B6E3B;
	margin-bottom: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.sertifikatban-wrapper{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.sertifikatban-wrapper{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mod-sertifikatban__title{
		font-size: 30px;
	}
	.mod-sertifikatban__text,
	.mod-sertifikatban__text > i,
	.mod-sertifikatban__number-text,
	.mod-sertifikatban__green-text{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.sertifikatban-wrapper{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mod-sertifikatban__title{
		font-size: 30px;
	}
	.mod-sertifikatban__text,
	.mod-sertifikatban__text > i,
	.mod-sertifikatban__number-text,
	.mod-sertifikatban__green-text{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*------------------------------------------------------------//Module Баннер - Подарочные сертификаты*/
/*---------------------------------------------------------------------Module Баннер - Кешбек карты лояльности*/
.cashbackban-wrapper{
	position: relative;
	min-height: auto;
	background: -o-linear-gradient(left, #F7FFEB 0%, rgba(196, 196, 196, 0) 50%), -o-linear-gradient(199.37deg, #F7FFEB 0%, #2B6E3B 0.01%, #FFFFFF 47.96%);
	background: linear-gradient(90deg, #F7FFEB 0%, rgba(196, 196, 196, 0) 50%), linear-gradient(250.63deg, #F7FFEB 0%, #2B6E3B 0.01%, #FFFFFF 47.96%);
	margin-bottom: 50px;
}
.mod-cashbackban{
	position: relative;
}
.mod-cashbackban__content{
	position: relative;
	padding: 10px 0;
}
.mod-cashbackban__title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	color: #2B6E3B;
	margin-top: 53px;
	margin-bottom: 0.5rem;
}
.mod-cashbackban__text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0.5rem;
}
.mod-cashbackban__text i{
	font-weight: 700;
	font-size: 1.8em;
	color: #2B6E3B;
}
.mod-cashbackban__text span{
	color: #2B6E3B;
}
.mod-cashbackban__posttext{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #2B6E3B;
	margin-bottom: 0.5rem;
}
.mod-cashbackban__button{
	min-width: 200px;
	height: 46px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #fff !important;
	background-color: #2B6E3B;
	border-radius: 5px;
	padding: 5px 10px;
}
.mod-cashbackban__button:hover{
	background-color: #97D665;
}
.mod-cashbackban__korobka{
	width: 75%;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.cashbackban-wrapper{
		padding-bottom: 50px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.cashbackban-wrapper{
		padding-bottom: 50px;
	}
	.mod-cashbackban__title{
		font-size: 30px;
	}
	.mod-cashbackban__text,
	.mod-cashbackban__text i,
	.mod-cashbackban__posttext{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.cashbackban-wrapper{
		padding-bottom: 50px;
	}
	.mod-cashbackban__title{
		font-size: 30px;
	}
	.mod-cashbackban__text,
	.mod-cashbackban__text i,
	.mod-cashbackban__posttext{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------//Module Баннер - Кешбек карты лояльности*/
/*-----------------------------------------------------------------------//Banners of Home page*/
/*-----------------------------------------------------------------Module Дубрава инфо*/
.mod-info{
	position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 15px 5px;
}
.mod-info__title{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    color: #292929;
    border-bottom: 1px solid #88C136;
    padding-bottom: 12px;
    margin-bottom: 21px;
}
.mod-info__body{
	position: relative;
}
.info__item{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.info__item:last-child{
	border-bottom: none;
}
.info__item-header{
	position: relative;
}
.info__item-header button{
	text-decoration: none !important;
}
.info__item-icon{
	position: relative;
	width: 20px;
	height: 20px;
	color: #fff;
	border-radius: 50%;
}
.info__item-icon.info__item-icon_plus{
	display: none;
	background-color: #2B6E3B;
}
.info__item-icon.info__item-icon_minus{
	display: flex;
	background-color: #88C136;
}
.collapsed .info__item-icon.info__item-icon_plus{
	display: flex;
}
.collapsed .info__item-icon.info__item-icon_minus{
	display: none;
}
.info__item-title{
	position: relative;
	top: -0.1em;
	font-size: 15px;
	line-height: 1.2;
	color: #292929;
	padding-left: 16px;
}
.info__item-body{
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	color: #656E85;
	padding-top: 15px;
}
.info__item-link span{
	position: relative;
	top: -0.1em;
	font-weight: 600;
	font-size: 16px;
	padding-right: 10px;
	color: #292929;
}
.info__item-link:hover span{
	color: #88C136;
}
.info__item-link .bi{
	color: #88C136;
}
.mod-info .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #2b6e3b;
}
.mod-info .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #88c136;
}
/*----------------------------------------------------------------//Module Дубрава инфо*/
/**/

/**/
/*----------------------------------------------------------------------Module Что наши пациенты говорят о нас*/
.mod-otzivs{
	position: relative;
	padding-top: 98px;
	padding-bottom: 100px;
}
.mod-otzivs__title{
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	color: #292929;
	margin-bottom: 55px;
}
/*
.mod-otzivs__item{
	position: relative;
	min-height: 420px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 25px 30px 30px;
}
.mod-otzivs__item-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #656C7E;
	margin-bottom: 3px;
}
.mod-otzivs__item-datetime{
	font-size: 14px;
	line-height: 1.7;
	color: #656C7E;
	margin-bottom: 15px;
}
.mod-otzivs__item-date{
	color: #656C7E;
}
.mod-otzivs__item-time{
	color: #88C136;
}
.mod-otzivs__item-introtext{
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.27;
	color: #656C7E;
	margin-bottom: 12px;
}
.mod-otzivs__item-introtext p{
	margin-bottom: 0;
}
.mod-otzivs__item-fulltext{
	font-size: 14px;
	line-height: 1.2;
	color: #656C7E;
}
.mod-otzivs__item-fulltext p{
	margin-bottom: 0;
}
 */
.mod-otzivs__body .owl-carousel.owl-drag .owl-item{
	padding: 15px 0 20px 0;
}
.mod-otzivs__navigation{
	position: unset;
}
.mod-otzivs__body .owl-carousel .owl-nav button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: calc(30% - 22px);
	width: 44px;
	height: 44px;
	background: none;
	background-color: #BFEE7C;
	font-size: 1.5rem;
	color: #fff;
	border: none;
	border-radius: 50% !important;
	outline: none !important;
}
.mod-otzivs__body .owl-carousel .owl-nav button:hover{
	background-color: #88C136;
}
.mod-otzivs__body .owl-carousel .owl-nav button.owl-prev{
	left: -22px;
}
.mod-otzivs__body .owl-carousel .owl-nav button.owl-next{
	right: -22px;
}
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-otzivs{
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.mod-otzivs__title{
		font-size: 40px;
	}
	.mod-otzivs__body .owl-carousel .owl-nav button.owl-prev{
		left: -10px;
	}
	.mod-otzivs__body .owl-carousel .owl-nav button.owl-next{
		right: -10px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------------------//Module Что наши пациенты говорят о нас*/
/*----------------------------------------------------------------Module Презентация на странице "О поликлинике"*/
.sub-medium_bottom.about-page{
	position: relative;
	background-color: #f8f8f8;
	padding: 0;
	margin: 0;
}
.mod-about-presentation{
	position: relative;
	padding-top: 60px;
	padding-bottom: 25px;
}
.about-us-list{
	position: relative;
}
.about-us-list__item{
	position: relative;
	padding: 10px 0 40px;
}
.about-us-list__item-icon{
	border-radius: 10px;
	color: #fff;
	font-size: 40px;
	height: 76px;
	line-height: 78px;
	text-align: center;
	width: 75px;
	background-color: #88c136;
	-webkit-box-shadow: 0 5px 0 #669a1c;
	text-shadow: 0 5px 0 #669a1c;
	margin-right: .3em;
}
.about-us-list__item-content{
	position: relative;
}
.about-us-list__item-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #616161;
}
.about-us-list__item-title a{
	outline: none !important;
	color: #616161;
}
.about-us-list__item-text{
	font-size: 14px;
	color: #777777;
	line-height: 21px;
}
.about-us-list__item-link{
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #88c136;
}
.about-us-list__item-link:hover,
.about-us-list__item-link:focus{
	text-decoration: none;
	color: #88c136;
	outline: none;
}
/*---------------------------------------------------------------//Module Презентация на странице "О поликлинике"*/
/*-----------------------------------------------------------------Module Рассылка В Подвале*/
.mod-footer-rassilka{
	position: relative;
}
.mod-footer-rassilka__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.08;
	text-align: left;
	color: #292929;
}
.mod-footer-rassilka__text{
	line-height: 1.6;
	text-align: left;
	color: #656C7E;
}
.rassilka{
	display: block;
	position: relative;
}
.rassilka__submit{
	border-radius: 3px;
}
/*---------------------------------------------------------------//Module Рассылка В Подвале*/
/*-----------------------------------------------------------------Module Контакты В Подвале*/
.mod-footer-kontakty{
	position: relative;
}
.mod-footer-kontakty__content{
	position: relative;
}
.mod-footer-kontakty__item{
	position: relative;
	/*padding-right: 30px;*/
}
.mod-footer-kontakty__adres{
	position: relative;
	font-size: 17px;
	line-height: 1.2;
	white-space: nowrap;
	color: #656C7E;
	margin-bottom: 11px;
}
.mod-footer-kontakty__adres-icon{
	position: relative;
	margin-right: 12px;
}
.mod-footer-kontakty__phone{
	position: relative;
	white-space: nowrap;
	margin-bottom: 20px;
}
.mod-footer-kontakty__phone .fas{
	position: relative;
	color: #88C136;
	margin-right: 14px;
}
.mod-footer-kontakty__phone strong{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #656C7E;
}
.mod-footer-kontakty__phone sup{
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #2B6E3B;
	border-radius: 20px;
	padding: 4px 6px 5px;
	margin-left: 13px;
}
.mod-footer-kontakty__button{
	line-height: 1.1;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-footer-kontakty{
		padding-bottom: 30px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-footer-kontakty{
		padding-bottom: 15px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------------------//Module Контакты В Подвале*/
/*--------------------------------------------------------------------Module Логотип в Подвале*/
.mod-footer_logo{
	position: relative;
}
/*------------------------------------------------------------------//Module Логотип в Подвале*/
/*---------------------------------------------------------------------Module Текст в Подвале*/
.mod-footer-text{
	position: relative;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.73;
	color: #292929;
	padding-bottom: 25px;
}
/*----------------------------------------------------------------------//Module Текст в Подвале*/
/*--------------------------------------------------Карта проезда*/
#map{
    width: 100%;
    height: 100%;
}
#map .ballon{
    position: relative;
    color: #000;
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 5px;
    padding: 20px 10px 15px;
}
#map .ballon .close{
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 3px;
}
/*--------------------------------------------------//Карта проезда*/
/*-------------------------------------------------------//Модули и блоки*/
/*--------------------------------------------------------подвал*/
.footer{
	padding: 40px 0 15px;
}
.footer__border-top{
	position: relative;
	height: 7px;
	background: url(/images/footer_border-top.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.pre-footer-wrap{
	position: relative;
	background-color: #EBFFCD;
	padding-top: 26px;
	padding-bottom: 40px;
}
.footer-container{
	position: relative;
	padding-top: 56px;
	padding-bottom: 50px;
}
.sub-footer-row{
	position: relative;
}
.footer-row{
	position: relative;
}
.sub-footer-wrap{
	position: relative;
	background-color: rgba(235, 255, 205, 0.4);
	padding-top: 35px;
	padding-bottom: 100px;
}
.copy-text{
	line-height: 1.28;
	color: #292929;
}
.support-text{
	line-height: 1.28;
	color: #292929;
	margin-bottom: 0;
}
.support-text a{
	
}
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.footer-container{
		padding-top: 26px;
		padding-bottom: 20px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*---------------------------------------------------------//подвал*/
/*To top*/
/*
.top-button{
	display: none;
	position: fixed;
	left: 2%;
	bottom: 40px;
	padding: 1rem;
	background-color: #ccc;
	border: #000 1px solid;
	opacity: .6;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.top-button:hover{
	opacity: 1;
}
*/
/*//To top*/
/*Модали*/
.modal-dialog .modal-content .modal-header{
	border: none;
}
.modal-footer{
	border: none;
}
/*-------------------------------------------------------------Modal Заказать звонок*/
.modal.zvonok-modal .modal-dialog .modal-content{
	background-color: #EBFFCD;
	border-radius: 10px;
}
.modal.zvonok-modal .modal-title{
	font-weight: 600;
	line-height: 1.2;
	color: #58504E;
}
/*-----------------------------------------------------------//Modal Заказать звонок*/
/*-----------------------------------------------------------------Modal Записаться на прием*/
.modal.zapis-modal{
	
}
.modal.zapis-modal .modal-dialog{
	
}
.modal.zapis-modal .modal-dialog .modal-content{
	background-color: #EBFFCD;
	border-radius: 10px;
	padding: 24px 27px 43px;
}
.modal.zapis-modal .modal-dialog .modal-content .close{

}
.modal.zapis-modal .modal-title{
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	color: #58504E;
	padding-top: 50px;
	margin-bottom: 23px;
}
.modal.zapis-modal .modal-body{

}
.zapis-modal__text{
	font-size: 17px;
	line-height: 1.4;
	color: #656C7E;
	margin-bottom: 40px;
}
.zapismodal-form__zapismodal-btn-submit{
	height: 45px;
	border-radius: 3px;
}
.zapis-modal__image{
	position: relative;
	filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.08));
	border-radius: 10px;
}
.zapis-modal__image::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	right: -17px;
	bottom: -17px;
	width: 367px;
	height: 432px;
	background-color: #2B6E3B;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.zapis-modal__image img{
	position: relative;
	z-index: 1;
	border-radius: 10px;
}
/*------------------------------------------------------------------//Modal Записаться на прием*/
/*//Модали*/