<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fa.pulse {    
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    padding-top: 8px;
    color:#fff;
    background: #EAB41F;
    font-size: 29px;
    border-radius: 50%;   
    transition: 0.3s linear; 
  }
  .fa.pulse.animate{
        animation: radial-pulse 1s infinite;
    }
 .fa.pulse:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
 }
   
  @keyframes radial-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(240,203,100, 0.9) ;
    }
   
    100% {
      box-shadow: 0 0 0 12px rgba(240,203,100, 0);
    }
  }



/* =============
   Alerts
============= */

.alert-void{
    position: fixed; 
    right: 30px;
    /*  width: 600px;*/
    top: 10%;
    height: auto; 
    z-index: 1100; 
    max-width: 360px;
} 
.alert-void .alert{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    min-width: 360px;
    opacity: none !important;

}
.alert {
    position: relative; 
}
.alert.fade {			
    opacity: 1;	
}
.form-group .checkbox label{
    position: relative;
    padding-left: 20px;
}
.form-group .checkbox label input{
    position: absolute;
    left: 0;
    top: 6px;
}

.modal-content{
    background: #FCFFF8;
    border: 1px solid #D8D8D8;
}
.modal-content .modal-body h3{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
}
.modal-content .modal-body .form-group{
    margin-bottom: 5px;
}
.modal-content .modal-body .form-group .form-control{
    border-radius: 10px;
}
.modal-content .modal-body .form-group input[type=text].form-control{
    height: 36px;
}
.modal-content .modal-body .form-group label{
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 13px;
}

.modal-content .close{
    z-index: 10;
    position: absolute;
    right: 7px;
    top: 0;
}
.form-group .checkbox label{
    position: relative;
    padding-left: 26px; 
    font-size: 12px;
    font-weight: normal;
}

.form-group .checkbox label input{
    position: absolute;
    left: 0;
    top: 3px;   
}

.modal-content .modal-body .call-form{
    padding: 15px 60px;
}
.modal-content .modal-body .record-form{
    padding: 15px 40px;
}



form .form-group.has-error .form-control {
    border-color:#DB6771;
}


a:active, button:active, button:focus, img:focus, img:active, img, input {
    outline: none !important;
}
h2{
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: left !important;
}
h2.container-title{
    margin: 0 0 30px;
    text-align: left !important;
}




div.container-title{
    font-size: 26px;
    font-weight: 700;
}
a{
    color:#075569;
}
.btn.btn-primary.green{
    background: #EAB41F;
    border: none;
    padding: 11px 45px 13px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;  
    color:#fff;
    cursor: pointer;  
}

.btn.btn-primary.green-1{
    background: #EAB41F;
}
.btn.btn-primary.green-2{
    background: #fdcb46;
}
.btn.btn-primary.green-3{
    background: #fcb510;
}


.btn.btn-primary.green:hover{
    background: #BE973A;
}
.btn.btn-primary.blue{
    background: #075569;
    border: none;
    padding: 11px 45px 13px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;
}
.btn.btn-primary.blue:hover{    
    background: #43B5D0;
}
.btn:focus{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.container{
    min-width: 1240px;
    max-width: 1470px;

}
.container section.head{
    clear: both;
}
section .container .indent{
    padding: 0 60px;
}

section.head{
    font-size: 1.30vw;
} 

section.head .inline-left{    
    width: 40%;
    height: 82px;
    background: #11849F;
    float: left;
    color: #fff;
    font-weight: 700;
    padding-left: 4.6%;
    /*padding: 20px 0 20px 60px;*/
}
section.head .inline-left a,
section.head .inline-left span
{
    color: #fff;
    height: 80px;
    display: table-cell;
    vertical-align: middle;    
    line-height: 1.05;
}
section.head .inline-right a{
	color: #fff;
    height: 80px;
    display: table-cell;
    vertical-align: middle;    
    line-height: 1.05;
    text-decoration: none;
    background: url(../images/icon-top-bal.png) no-repeat left center;
    padding-left: 48px;
}
section.head .inline-right a span{
	display: block;
}


section.head .inline-center{    
    width: 30%;
    height: 82px;
    background: #11849F;
    float: left;
    padding: 0;
    color: #fff;
    font-weight: 700;   
    /*text-align: center; */
}

section.head .inline-center .phone-list{
    position: relative;
    padding-left: 60px;  
    width: 280px;
    height: 82px;
    display: table-cell;
    vertical-align: middle;
}



section.head .inline-center .phone-list a{
    color: #fff;
   /* padding: 3px 0 3px 0; */   
    display: block;    
    font-size: 20px; 
    
}

section.head .inline-center .phone-list .fa{
    position: absolute;
    left: 0;
    top: 20px;    
}

section.head .inline-center a:hover,
section.head .inline-left a:hover
{
    text-decoration: none;
}
section.head .inline-right{    
    width: 30%;
    height: 82px;
    background: #EAB41F;
    float: left;
    padding-left: 3%;
    /*padding: 20px 60px 20px 0;*/
    color: #fff;
    font-weight: 700;   
    
}
h1.main-title{
    margin: 0;
}
.main-title{
    background: #DBE8ED;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 60px 15px;
    line-height: 1.2;
}
.main-menu{
    background: #075569;
    min-height: 85px;
    padding: 0 60px;

}
.main-menu .button-box{
    padding: 20px 60px 20px 0;
    display: inline-block;
    vertical-align: top;
}
.main-menu ul{
    padding: 0;
    margin: 0;
}
.main-menu &gt; ul{
    display: inline-block;
    vertical-align: top;   
}
.main-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 85px;
    z-index: 101;
}
.main-menu ul &gt; li{
    display:inline-block;    
    vertical-align: top;
    margin-left: -5px;  
    position: relative; 
    height: auto;
}
.main-menu &gt; ul &gt; li &gt; a{    
    color: #fff;   
    padding: 10px 20px 10px;
    display: block;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    border-radius: 26px;
    line-height: 1.4;
}
.main-menu &gt; ul &gt; li:hover &gt; a{
    background: #11849F;
    text-decoration: none;
}
.main-menu ul &gt; li &gt; ul{
    position: absolute;
    left: 0;
    top: 100%;
    background: #F4F4F4;
    width: 380px;
    display: none;
    z-index: 5;
}
.main-menu &gt; ul &gt; li:last-child &gt; ul{
	left: auto;
	right: 0;
	 
}

.main-menu &gt; ul  li:hover &gt; ul{
    display: block;
}
.main-menu ul &gt; li &gt; ul li{
    width: 100%;
    display: block;
    margin: 0;
    border-bottom: 1px solid #DFDFDF ;
}

.main-menu ul &gt; li &gt; ul li:last-child{
/*    border: 0;*/
}
.main-menu ul &gt; li &gt; ul li a{
    width: 100%;
    color: #000;
    display: block;
    height: auto;
    text-align: left;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
}
.main-menu ul &gt; li &gt; ul li a.is-parent{
    padding-right: 45px;
    background: url(../images/arrow-right.png) no-repeat 94% 12px;
}

.main-menu ul &gt; li &gt; ul li:hover &gt; a{
    text-decoration: none;
    color: #075569;
}
.main-menu ul &gt; li &gt; ul li ul{
    left: 100%;
    top: 0;
    background: #ECECEC;
    height: 100%;
}
.main-menu ul &gt; li &gt; ul li ul li ul{
    left: -100%;
    top: 0;
    background: #F4F4F4;
    height: 100%;
}

.main-menu ul &gt; li:nth-child(4) &gt; ul li ul,
.main-menu ul &gt; li:nth-child(5) &gt; ul li ul,
.main-menu ul &gt; li:nth-child(6) &gt; ul li ul
{
    left: -100%;    
}
.main-menu ul &gt; li:nth-child(1) &gt; ul li ul li:hover &gt; a.is-parent,
.main-menu ul &gt; li:nth-child(2) &gt; ul li ul li:hover &gt; a.is-parent
{
   padding-left: 54px;
   background: url(../images/arrow-left.png) no-repeat 15px 12px;
}

.main-menu ul &gt; li:nth-child(4) &gt; ul li:hover &gt; a.is-parent,
.main-menu ul &gt; li:nth-child(6) &gt; ul li:hover &gt; a.is-parent
{
   padding-left: 54px;
   background: url(../images/arrow-left.png) no-repeat 15px 12px;
}

.main-menu ul &gt; li &gt; ul li{
    position: initial;
}
.main-menu ul &gt; li &gt; ul li ul li{
    border-color: #C2C2C2;
    background: inherit;
}

.intro{    
    min-height: 480px;
    border-radius: 10px;
    margin: 0 0 160px;
    position: relative;
}

.intro .body{
    padding: 60px 0 0 540px;    
    width: 100%;  
    position: absolute;
    top: 0;     
    z-index: 5;
}

.intro video{
    width: 100%;   
    height: 500px;
    object-fit: cover;
}

.intro .video-text-1{
	
	position: absolute;
	top: 5%;
	left: 0;
	text-align: center;	
	width: 100%;
}

.intro .video-text-1 div{	
	padding: 10px 36px;
	background: rgba(7,85,105,0.4);
	font-size: 26px;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	font-family: Tahoma;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	width: 96%;
	text-shadow: 0 0 12px rgba(0,0,0,0.3);
}



.intro .video-text{
	padding: 10px 36px 15px;
	background: rgba(7,85,105,0.4);
	font-size: 22px;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #fff;	
	position: absolute;
	top: 35%;
	right: 2%;
	text-align: right;
	line-height: 1.3;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	font-family: Tahoma;
	border-radius: 4px;
	cursor: pointer;
	max-width: 500px;
	text-shadow: 0 0 12px rgba(0,0,0,0.3);
}




.intro .video-text span{
	display: block;
	font-size: 40px;
}
.intro .video-text p{
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 0;
	
}



.intro .main-slider{
    height: 500px !important;
    padding: 0;     
}

.intro .main-slider img{
    min-width: 100%;
    max-width: 100%;
}


.intro .body p{
    color: #11849F;    
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 50px;    
    display: block;
    text-align: left; 
}
.intro .body p:first-child{
    font-size: 58px;    
}
.intro .body p:last-child{     
    color: #8FC14E;   
    line-height: 1.5;
}

.intro .intro-card{
    position: absolute; 
    padding: 0 30px;
    bottom: -100px;
    left: 0;
    width: 100%;
}
.intro .intro-card a{
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}
.intro .card {
    border: none;
    height: 200px;
    border-radius: 10px;
    margin: 0 30px;
    text-align: center;
    padding: 50px 20px;
    transition: 0.3s linear;
}
.intro .card:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.intro .card.grey{
    background: #11849F;
}
.intro .card.green{
    background: #EAB41F;
}
.intro .card img{
    max-width: 65px;
    margin: 0 auto;
}
.text-box, p.text-box{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: justify;
}
/* .text-box p{
    margin-bottom: 60px;
}
.text-box p:last-child{
    margin-bottom: 15px;
} */
.text-box h2{
    /* margin: 40px 0 0; */
}


.call-informer{
    background: #11849F;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    display: block;
}
.call-informer a.btn.btn-primary.green{
    line-height: 2.4;
}
.call-informer h3{
    margin: 26px 0;
    font-weight: 700;
}
.open-modal{
    cursor: pointer;
}
.call-informer p.phone{
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.call-informer .button-box{
    max-width: 640px;
    margin: 40px auto 20px;
}
.call-informer .button-box .btn.btn-primary{
    width: 273px;
    height: 64px;
    border-radius: 34px;
}

.text-box .link-nav{
    margin-top: 40px;
}

.link-nav{
    margin-bottom: 40px;   
    text-align: left; 
}

.link-nav li{
    list-style: none !important;   
    margin-bottom: 10px;   
    position: relative;
}
.link-nav &gt; li &gt; a{
    display: block;
    background: #DBE8ED url(../images/link-arraw-right.png) no-repeat right center;
    border-radius: 28px;
    min-height: 52px;
    padding: 13px 60px 13px 36px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}


.link-nav &gt; li.current &gt; a{
    background: #DBE8ED url(../images/link-arraw-bottom.png) no-repeat right top;
}
.link-nav &gt; li &gt; ul{    
    /*    position: absolute;*/
    width: 100%;    
    box-sizing: border-box;
    z-index: 5;
    top:100%;
    left: 0;
    padding: 0 30px;  
    display: none;
}
.link-nav &gt; li.current &gt; ul{
    display: block;
}
.link-nav &gt; li &gt; ul li{
    /*    padding: */
    background: #f5f5f5;   
    margin: 0;
    padding-right: 10px;
    border-bottom: 1px solid #DFDFDF;
}
.link-nav &gt; li &gt; ul li a{
    padding: 10px 40px 10px 20px;
    display: block;
    color: #000;
    text-decoration: none;     
    background: url(../images/link-arraw-right.png) no-repeat right 8px;
    background-size: 28px;
}
.centers-info{
    background: #DBE8ED url(../images/icon-20.png) no-repeat  right 60px center;
    min-height: 280px;
    padding: 30px 50px;    
    border-radius: 10px;  
    margin-top: 40px !important;  
}
.centers-info .fields{
    width: 75%;
}

.centers-info .fields div{
    font-size: 22px;
    margin-bottom: 4px;
}
.centers-info .fields span,
.centers-info .fields a
{
    font-weight: 700;
}
.centers-info .fields .blue
{
    color: #075569;
}
.tag-button{
    margin-bottom: 30px;
}
.tag-button a.btn{
    margin-right: 20px;
    margin-bottom: 20px;
}

.search-centers.interval{
    margin-top: 30px;
}

.search-centers label{
    font-weight: 700;
}
.search-centers button.btn-primary{
    width: 100%;
    height: 56px;
    margin: 32px 0 0;    
}

.select-uniform { 
    display: block; 
    font-size: 16px;
    color: #000; 
    line-height: 1.3; 
    padding: .9em 1.4em .9em .9em; 
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box; 
    margin: 0; 
    border: 5px solid #11849F;    
    border-radius: 9px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff; 
    background-image: url(../images/arrow-bottom.png), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
    background-repeat: no-repeat, repeat;
    background-position: right .9em top 50%, 0 0;   
} 
.select-uniform::-ms-expand { display: none; } 
.select-uniform:hover { border-color: #075569; } 
.select-uniform:focus {
    outline: none !important; 
} 
.select-uniform option { font-weight:normal; } 
*[dir="rtl"] .select-uniform, :root:lang(ar) .select-uniform, :root:lang(iw) .select-uniform { 
    background-position: left .7em top 50%, 0 0; 
    padding: .6em .8em .5em 1.4em; 
}

.centers-list-map{
    width: 100%;
    position: relative;
   /* padding-right: 620px;*/

}
.centers-list-map a.next,
.centers-list-map a.prev{
    display: none;
    margin: 15px 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.6;
}
.centers-list-map a.next{
    background: url(../images/mobi-arrow-right.png);
}
.centers-list-map a.prev{
    background: url(../images/mobi-arrow-left.png);
}
.centers-list-map a.next:hover,
.centers-list-map a.prev:hover{
    opacity: inherit;
}
.centers-list-map a.next.default,
.centers-list-map a.prev.default{
    cursor: default;
    opacity: 0.2;
}

.centers-list-map .centers{    
    width: 100%;
    height: auto;
}
.map-p{
    width: 100%;
    height: 100%;
    display: block;
}
.centers-list-map .map{
    position: absolute;
    right:0;
    top:0;
    width: 600px;
}
.centers-list-map .map.fixed{
    position: fixed;    
}
.centers-list-map .map.bottom{
    position: absolute;
    top:auto;
    bottom: 0;
    right: 0;
}
.body-map-clone {
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.center-item{
    padding: 20px 20px 15px;
    border-radius: 10px;
    background:#e2edf1;
    margin-bottom: 20px;
}
.center-item .title ,
.center-item .title a{
    color: #075569;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.center-item .title a:hover{
    color: #378FB4;
}

.center-item .param{
    margin-bottom: 20px;
}
.center-item .param .geo{
    display: none;
}
.center-item .param div{
    font-size: 16px;
    color:#000;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.2;
    
}

.center-item .call-box{
    background: #11849F;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 1.2;
}
.center-item .call-box p{
    margin-bottom: 10px;
}

.center-item .call-box .btn-primary{
    padding: 7px 0;
    height: 38px;
    font-size: 14px;
    width: 170px;
}
.center-item .param span{
    font-weight: 700;
}

.center-item .param span.spoiler{
	font-weight: 500;
	display: none;	
}
.center-item .param a.more{
	color: #075569;
	cursor: pointer;
}

.center-item .sv-box{
    text-align: center;
    font-size: 13px;
    padding: 10px 8px;
    background: #E9E6E6;
    border-radius: 8px;   
    margin: 25px 0 18px;
}
.center-item .sv-box span{
    color: #075569;
    font-weight: 600;
}
.center-item .img-box img{
    min-width: 100%;
    max-width: 100%;
    height: 250px;    
    object-fit: contain;
    object-position: center;
}
.center-item .img-box {
    position: relative;
    padding-bottom: 35px;
}
.center-item .img-box .raiting{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 36px;
    /*background: rgba(241,241,241,0.6);*/
}
.center-item .prices{    
    background: #D6E3E8;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;    
}
.center-item .prices .float-left{   
    position: relative;
}
.center-item .prices .float-left::before{
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background: #D2D2D2;        
}

.center-item .prices .float-left{
    width: 84%;
    padding: 8px 18px;
}
.center-item .prices .float-right{
    width: 16%;
    text-align: center;
    padding: 8px 0;
}

.imonial-rating {        
    height: 24px;        
}

.imonial-rating-stars {
    background: url(../images/star_empty.png) repeat-x;
    background-size: 24px;
    width: 120px;        
    height: 24px; 
    margin: 5px auto;
}

.imonial-realrating {
    background: url(../images/star.png) repeat-x;
    background-size: 24px;
    height: 24px;       
} 

.price-stripeds{
    
}



.d-table{
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: #F3F3F3;
    border-radius: 0 0 12px 12px;
}
.d-table.stripeds{
    border-radius: 12px;    
}
.d-tr{
    display: table-row;
}

.d-table.stripeds .d-tr:nth-child(2n+1){
    background: #E8E8E8; 
}

.d-tr.head{
    background: #E8E8E8;   
}
.d-table.stripeds .d-tr.head{
    background: #EAB41F; 
    
}

.d-tr.head .d-td{
    vertical-align: middle;
    font-size: 19px;
    font-weight: 700;
}
.d-table.stripeds .d-tr.head .d-td{    
    font-size: 24px;
    color: #fff;
    padding: 23px 20px !important;     
}


.d-table.stripeds .d-tr.head .d-td:first-child{ 
    border-radius: 12px 0 0 0; 
    padding: 23px 20px 23px 8% !important; 
}
.d-table.stripeds .d-tr.head .d-td:last-child{ 
    border-radius: 0 12px 0 0; 
}
.d-td{
    display: table-cell;
    text-align: center;
    border: none;
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    padding: 17px 10px !important;
    font-size: 19px;
    font-weight: 500;
}
.d-table.stripeds .d-td{
    text-align: left;
}

.d-td:last-child{
    border: none;
}
.d-td:first-child{
    text-align: left;
    border: none;
    padding-left: 8% !important;
}

.d-td:not(.no-p){
    padding: 4px;
}
.d-table .w10{
    width: 10%;
}
.d-table .w20{
    width: 20%;
}
.d-table .w30{
    width: 30%;
}
.d-table .w40{
    width: 40%;
}
.d-table .w50{
    width: 50%;
}
.d-table .w60{
    width: 60%;
}
.d-table .w70{
    width: 70%;
}
.d-table .w80{
    width: 80%;
}
.d-table .w80{
    width: 80%;
}

.price-collapse .body table{
    width: 100% !important;
}

.price-collapse .body table th{
    padding: 20px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    background: #E8E8E8;
    border: 0;
}
.price-collapse .body table tr th:first-child{
    padding-left: 8%; 
    text-align: left;
}

.price-collapse .body table tbody td{
    padding: 18px 5px 9px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-right: 1px solid #dadada;
    text-align: center;
    background: #F3F3F3; 
}
.price-collapse .body table tbody tr td:last-child{
    border: 0;
}
.price-collapse .body table tbody tr td:first-child{
    padding-left: 8%;
    text-align: left;
}

.price-collapse{
    margin-bottom: 12px;
} 
.price-collapse .title-collapse{
    padding: 24px 60px;
    background: #EAB41F url(../images/plus.png) no-repeat right 60px center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
}
.price-collapse .title-collapse img{
    width: 48px;
    vertical-align: middle;
    margin: -25px 15px -20px -20px ;
}


.price-collapse .body{
    display: none;
    border-radius: 0 0 12px 12px;
    background: #F3F3F3;
}
.price-collapse.active .body{
    display: block;
}
.price-collapse.active .title-collapse{
    border-radius: 12px 12px 0 0;
    background: #EAB41F url(../images/minus.png) no-repeat right 60px center;
}

.price-collapse .body .panel,
.price-stripeds .panel
{
    text-align: center;
    padding: 35px 0;
    
}
.price-collapse .body .panel .btn-primary,
.price-stripeds .panel .btn-primary
{
    height: 62px;
    width: 260px;
    border-radius: 30px;
    font-size: 20px;    
}
.price-collapse .body .panel a,
.price-stripeds .panel a
{
    line-height: 1.2;
    padding-left: 32px;
    color: #000;
    text-decoration: underline;
    background: url(../images/a-more.png) no-repeat left 7px;
    font-size: 19px;
    font-weight: 600;
}

.price-stripeds{
    background: #F3F3F3;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: left;
/*    padding-bottom: 5px;*/
}
.text-box .price-stripeds{
    margin: 40px 0 60px;
}

.price-table-box{
    margin-bottom: 50px;
}


.price-stripeds table{
    width: 100%;    
}
.price-stripeds table thead th{    
    font-size: 24px;
    color: #fff;
    padding: 23px 20px !important; 
    background: #EAB41F;
}

.price-stripeds table thead th:first-child{ 
    border-radius: 12px 0 0 0; 
    padding-left: 8% !important; 
}
.price-stripeds table thead th:last-child{ 
    border-radius: 0 12px 0 0; 
}

.price-stripeds table tbody tr:nth-child(2n){
    background: #E8E8E8; 
}
.price-stripeds table tbody tr td{
    padding: 16px 5px;
    font-size: 20px;
    font-weight: 600;
}

.price-stripeds table tbody tr td:first-child{
    padding-left: 8%; 
}

.price-stripeds table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 12px;
}
.price-stripeds table tbody tr:last-child td:last-child{
    border-radius: 0 0 12px 0;
}

.grey-box, .attention_block{
    background: #DBE8ED;
    padding: 40px 50px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 60px;
}

.w-10{
	width: 10% !important;
}
.w-20{
	width: 20% !important;
}
.w-30{
	width: 30% !important;
}
.w-40{
	width: 40% !important;
}
.w-50{
	width: 50% !important;
}
.w-60{
	width: 60% !important;
}
.w-70{
	width: 70% !important;
}
.w-80{
	width: 80% !important;
}
.w-90{
	width: 90% !important;
}

.promo-box{    
    color:#fff;
    text-align: center;
}
.promo-box .left{
    width: 72%;
    background: #11849F url(../images/icon-24.jpg) no-repeat center/cover;
    border-radius: 12px 0 0 12px;
    height: 470px;
    float: left;
    
}
.promo-box .left .text{
    margin: 10% 0 0 52%;
    font-size: 23px; 
    font-weight: 600;
}
.promo-box .left .text .price{
    width: 200px;
    padding: 7px;    
    font-size: 30px;
    font-weight: 700;
    background: #EAB41F;
    border-radius: 30px;
    margin: 30px auto;
}
.promo-box .right{
    width: 28%;
    background: #11849F;
    border-radius: 0 12px 12px 0;
    height: 470px;
    float: left;
}
.promo-box .right .text{
    max-width: 480px;
    margin: 17% auto;
    font-size: 19px;
}
.promo-box .right .text .btn-primary{
    width: 240px;
    height: 58px;
    border-radius: 30px;
    margin-top: 30px;
}

/*.promo-box h3{*/
.promo-box .title{
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0;
    font-size: 28px;
    padding-bottom: 20px
}
.promo-box a{
    color: #fff;
}
.promo-baner {
	width: 100%;
	background: #11849F;
	border-radius: 10px;
}
.promo-baner img{
	float: left;
	width: 70%;
	border-radius: 10px;
}
.promo-baner .text{
	float: left;
	width: 30%;
	padding: 7% 2.5% 0 0;
	text-align: center;
}
.promo-baner .text .title{
	padding-bottom: 15px;
}
.promo-baner .text .title a{
	color: #fff;
	font-size: 1.8vw;
	font-weight: 600;
	line-height: 1.4;
}
.promo-baner .text .subtitle{
 padding: 15px 0 20px;	
}
.promo-baner .text .subtitle a{
	color: #fff;
	font-size: 19px;
}




.centers-slider a{
    text-decoration: none;
}

.centers-slider{
    padding: 60px 15px 5px;
    background: #DBE8ED;
    border-radius: 12px;
}
.centers-slider .card{
    margin: 0 25px;
    position: relative;
    background: transparent; 
    border: none;
}
.centers-slider .card .title{
    width: 100%;
    left: 0;
    bottom: 0;
    background: #11849F;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    min-height: 60px; 
    padding: 18px 5px;
    border-radius: 0 0 12px 12px;
}
.centers-slider .card img{
    height: 190px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}


.main-doctors-list a,
.main-doctors-list a:hover {
    text-decoration: none;
    color: #fff;
}
.main-doctors-list .card{
    position: relative;
    border-radius: 12px;
    background: #11849F;
    padding: 20px 20px 20px 40%;
    border: none;
    color: #fff;
    font-size: 14px;
    min-height: 203px;
    margin-bottom: 30px;
    text-align: left;

}

.main-doctors-list .card:hover &gt; .figure{
    -webkit-transform: scale(1.05);
    transform: scale(1.09);
}

.main-doctors-list .card .name{
    font-size: 20px;
    color: #075569;
    height: 50px;
}

.main-doctors-list .card .figure{
    position: absolute;
    width: 30%;
    height: 60%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 5px solid #beed83;
    left: 20px;
    top: 15px;
    transition: 0.3s linear;
}
.main-doctors-list .card .text{
	height: 85px;
}



.main-reviews{
    background: #f6f6f6;
    padding: 30px;
    border-radius: 12px;
    text-align: left;
}
.main-reviews h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.main-reviews .card div.text{
    height: 80px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.main-reviews .card{
    border: none;
    padding: 30px 40px;
    background: #11849F;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    position: relative;
}
.main-reviews .card::before{
    content: '';
    position: absolute;
    background: url(../images/reviews-arraow-left.png);
    width: 18px;
    height: 30px;
    top: 50px;
    left: -16px;
}
.main-reviews .button-box{
    text-align: center;
    margin: 40px 0 10px;
}
.main-reviews .button-box .btn-primary{
    width: 260px;
    height: 60px;
    margin: 0 20px;
    border-radius: 30px;
    padding: 18px 0;
}
.main-reviews .card .name{
    font-size: 17px;
    color: #EAB41F;
    font-weight: 600;
    margin-bottom: 10px;
    height: 22px;
    overflow: hidden;
}
.main-reviews .card .date{
    color: #cdcdcd;
    width: 50%;
}
.main-reviews .card .more{    
    width: 50%;
    display: none;
}
.main-reviews .card .more a{
    color: #cdcdcd;
    cursor: pointer;
}

.main-news .card{
    margin-bottom: 30px;
    border-radius: 12px;
    border-color: #b8b8b8;
    background: #e8e8e8;
    padding-right: 20px;
    height: 222px;
    position: relative;
    text-align: left;
}
.main-news .card img{
    min-width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}
.main-news .card p{
    -ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 5;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	font-size: 15px;
	line-height: 19px;
}

.main-news .card .more{
    text-align: right;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.main-news .card h3{
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 2;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;	
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
    line-height: 1.2;
}
.main-news .card p.text{
    height: 120px;
    overflow-y: hidden;
    line-height: 1.4;
}


.main-news .card .more a{
    padding: 8px 40px 8px 0 !important;
    display: block;
    color: #075569;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 600;
    background: url(../images/link-arraw-right.png) no-repeat right center;
    background-size: 34px;
    /*max-width: 150px !important;*/
}
.main-news .card  a:hover{
    color: #000000;
}
.main-news.interval{
    margin-bottom: 40px;
}


.author{
    padding: 10px 10px 95px 140px;
    position: relative;
    font-size: 14px;
}
.author .figure{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 5px solid #075569;
}
.author p{
  margin-bottom: 3px;
}

.author .share{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.author .share .vk{
    background: url(../images/share-vk.png);
}
.author .share .fb{
    background: url(../images/share-fb.png);
}
.author .share .tw{
    background: url(../images/share-tw.png);
}
.author .share a{
    margin: 0 7px;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    transition: 0.3s linear;
}
.author .share a:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.2);
}

.contact-share{
    margin: 5px 0 0 -4px;
}
.contact-share .ins{
    background: url(../images/ins.png);
    background-size: 26px;
}
.contact-share .vk{
    background: url(../images/vk.png);
    background-size: 26px;
}
.contact-share .site{
    background: url(../images/site.png);
    background-size: 26px;

}
.contact-share a{
    margin: 0 4px;
    vertical-align: middle;
    display: inline-block;
    width: 26px;
    height: 26px;
    transition: 0.3s linear;
}
.contact-share a:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.2);
}
.why-are-we{
    background: #075569;
    padding: 39px 29px 29px;
    border-radius: 12px;
    text-align: center;
}
.why-are-we img{
    transition: 0.3s linear;
}
.why-are-we a{
    text-decoration: none;  
    cursor: default;  
    color:#fff;    
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}
.why-are-we .col{
   /* cursor: pointer;*/
}

/*.why-are-we .col:hover &gt; img,*/
.why-are-we .col:hover &gt; a  img
{   
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
}

.why-are-we h4{
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 10px;
    text-transform: uppercase;    
    line-height: 1.3;
    padding:10px; 
}


.page-content-link ul{
    padding: 0;
    margin: 0;
    border: 0;
    width: 50%;
    float: left;
}

.page-content-link ul:last-child{
    border: 1px solid #EDEDED;  
    border-bottom: 0;  
}
.page-content-link ul li{
    list-style: none !important;
    border-bottom: 1px solid #E8E8E8;
    
}
.page-content-link ul li:last-child{    
    /* border-bottom: 0; */
    /* border-left: 1px solid #DBE8ED ; */

}
.page-content-link ul li a{
    display: block;
    padding: 12px 70px 12px 15px;
    background: url(../images/link-arraw-right.png) no-repeat right 10px center;
    background-size: 32px;
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 600;
}
.page-content-link ul li a:hover{
    color: #075569;
}
.page-content-link ul li:nth-child(2n+1){
    background: #ededed;
}
.page-content-link ul:first-child li:nth-child(2n){    
    border-left: 1px solid #E8E8E8;
}
.page-content-link ul:last-child li{
    background: #fff;
   /* border-right: 1px solid #E8E8E8;*/
}
.page-content-link ul:last-child &gt; li:nth-child(2n){
    background: #ededed;
}
.page-content-link ul:first-child li{
    border-left: 1px solid #EDEDED;
}
.page-content-link ul:first-child li:last-child{
    border-bottom: 1px solid #EDEDED;
}
.page-content-link ul:first-child{
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}
.footer{
    background: #11849F;
    padding: 40px 20px 20px;
    line-height: 1.2;

}
.footer p.polit{
   font-size: 14px;
   color: #D2D5D0;
   margin-bottom: 10px;
}
.footer p.polit a{
   font-size: 14px;
   color: #d2d5d0;
   text-decoration: underline;
}

.footer .contacts{
    text-align: right;
}

.footer ul.menu-f{
    padding: 0;
    margin: 0;
}

.footer ul li{
    float: left;
    width: 33%;
    list-style: none;
    margin-bottom: 15px;
}
.footer ul.menu-f li a{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer ul.menu-f li a:hover{
    color: #EAB41F;
}
.footer .left-column p{
    margin-bottom: 18px;
    max-width: 430px;
}
.footer .left-column p,
.footer .left-column p a{
    color: #d5d6d6;
    font-size: 16px;
}
.footer .phone{
    font-size: 1.7vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.menu-fadebody{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 100;
}

.scroll_top{
    background: url(../images/scroll_top.png) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    position: fixed;
    right: -70px;
    bottom:7%;
    cursor: pointer;
    transition: transform .5s ease-in-out;
    display: block;
    z-index: 100;
}
.scroll_top.open{
    transform: translate3d(-70px, 0px, 0px);
}

.b-slidercontainer{
	display: none;
}


form.search-centers .btn-primary{
    position: relative
}

form.search-centers .btn-primary .fa{
    position: absolute;
    left: 30px;
    top: 20px;
    color: #fff;
}

.breadcrumb-container{
/*    background: #DBE8ED;
    border-top: 1px solid #dadbdd;*/
}

ul.breadcrumb{
    background: #fff;    
    border-radius: 0;
    margin: 0;    
    padding-left: 0;
    padding: 5px 0;
}
ul.breadcrumb.interval{
    margin-top: 15px;
    margin-bottom: 20px;
}

ul.breadcrumb li{
    padding-right: 28px;
    position: relative;
}
ul.breadcrumb li a{
    color: #075569;
}

ul.breadcrumb li:after{
    content: '&gt;';
    position: absolute;
    right: 8px;
    top:0;
    
}
ul.breadcrumb li:last-child:after {
    display: none;
}
ul.pagination{
    text-align: center;
    display: block;
}
ul.pagination li{
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
ul.pagination li a{
    padding: 8px 16px;
    background: #EAB41F;
    display: block;
    font-size: 20px; 
    color: #fff;
    text-decoration: none;
}
ul.pagination li a:hover{
    background: #11849F;
}
ul.pagination li.active a{
    background: #DFDFDF;
    color: #000;
}
.slider{
    position: relative;
}
.slick-slide{
    text-align: center;
}
.slick-slide img{
    min-width: 100%;
    max-width: 100%;    
}
.common-slide{
    margin-bottom: 60px;
    margin-top: 40px;
}
.common-slide img{
    max-height: 600px;
    border-radius: 10px;
    /*visibility: hidden; */   
}

.slider .slick-prev{
    background: url(../images/arrow-left.png);
    width: 26px;
    height: 26px;
    border: 0;
    position: absolute;
    top:48%;
    left: 2%;
    z-index: 5;

}
.slider .slick-next{
    background: url(../images/arrow-right.png);
    width: 26px;
    height: 26px;
    border: 0; 
    position: absolute;
    top:48%;
    right: 2%;
    z-index: 5;
}
.e404{
    max-width: 400px;
    margin: 8% auto 12%; 
    text-align: center;   
}
.e404 p{
    font-size: 160px;
    font-weight: 600;
    color: #075569;
}
.author-item{
    font-size: 18px;
}
.author-item .figure img{
    min-width: 100%;
    max-width: 100%;    
}

.author-item .imonial-rating-stars{
    margin: 0;
}
.author-item p{
    margin-bottom: 8px;
}

.item-center-page{
    font-size: 18px;
}
.item-center-page .figure{
    display: block;
}
.item-center-page .figure img{
    min-width: 100%;
    max-width: 100%;
}
.item-center-page p{
    margin-bottom: 3px;
}
.item-center-page .geo{
    display: none;
}
.item-center-page .call-box{
    padding: 10px;
    background: #11849F;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.item-center-page .call-box .phone{
    font-size: 26px;
    margin-top: 4px;
}
.item-center-page .call-box .btn.btn-primary{
    padding: 10px 20px;
}

.form-contact{
    background: #DBE8ED;
    padding: 20px 30px;
    border: 1px solid #F7FAF2;
    border-radius: 10px;
}
.form-contact textarea{
    height: 180px;
}
.form-contact h4{
    text-align: center;
    margin-bottom: 15px;
}
.list-item-fag{
    padding-bottom: 40px;
}
.list-item-fag blockquote{
    border-left: 3px solid #D8D8D8;
    padding: 0 0 0 40px;
}
.list-item-fag blockquote.answer{    
    margin: 20px 0 20px 80px;
    border-left: 3px solid #EAB41F;
}

.list-item-fag blockquote .name{
    font-size: 14px;
    color: #999;
}
section.head .bars{
    display: none;
    width: 42px;
    height: 42px;
    background: url(../images/bars.png) no-repeat;
    background-size: 42px;
    position: absolute;
    right: 10px;
    top: 9px;
}
/*
mob nav
*/
.main-menu-mobile{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
}

.main-menu-mobile .head-nav{
    display: block;
    height: 50px;
    background: #11849F;
    position: relative;
}
.main-menu-mobile .head-nav .close{
    background: url(../images/close.png) no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}
.main-menu-mobile ul{
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-menu-mobile ul li ul{
    display: none;
}

.main-menu-mobile &gt; ul{
    background: #075569;
    padding: 15px 0 15px 10px;
}
.main-menu-mobile &gt; ul &gt; li &gt; ul{
    padding: 15px 0 15px 10px;
}
.main-menu-mobile ul li{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-menu-mobile ul li a{
    display: block;
    padding: 4px 44px 4px 5px;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.main-menu-mobile &gt; ul &gt; li &gt; a{
     font-weight: bold;
     color: #fff;
}
.main-menu-mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a{
    color: #dfffff;
}

.main-menu-mobile ul li a .arrow{
    position: absolute;
    right: 1px;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow-right-white.png) no-repeat center center;
    padding: 18px 24px;
}
.main-menu-mobile ul li a .arrow.open{
    background: url(../images/arrow-bottom-white.png) no-repeat center center;
}

.main-menu-mobile &gt; ul &gt; li &gt; ul &gt; li ul{
    padding: 0 0 0 10px;
}

.main-menu-mobile &gt; ul &gt; li &gt; ul{
    padding: 0;
}

/*
the and mob nav
*/

.edit-panel{
    display: block;
    padding: 0 0 60px;
}
.edit-panel a{
     color: #DB6771;
     font-weight: 600;
}
.interval{
    margin-top: 60px;
    margin-bottom: 60px;
}
.interval.video-box{
    margin: 50px 0 35px;
}




.reviews-list .card{
    border: 0;
    border-left: 4px solid #075569;
    padding: 5px 0 10px 24px;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 0;
}
.reviews-list .card .raiting{
    text-align: left;
    width: 120px;
    display: inline-block;
}
.reviews-list .card .raiting-count{    
    width: auto;
    display: inline-block;
}
.reviews-list .card .name{
    display: block;
    color: #999;
    padding-top: 5px;
}

img.left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.text-box ul li{
	list-style: inside;	
}

ul.uniform li{
    list-style: none;      
}

ul.uniform li::before{
    content: url(../images/li.png);
    width: 14px;
    height: 8px;
    margin: 0 8px 0 15px;
    
}


@media (max-width: 1140px) {
    .main-menu &gt; ul &gt; li &gt; a{
        font-size: 15px !important;
        padding-top: 13px !important;
    }
    .main-doctors-list .card .name{
		font-size: 16px;
		height: auto;
	}
	.main-doctors-list .card .text{
		font-size: 12px;
		overflow: hidden;
	}    
    
}

@media (max-width: 1024px) {
	
	section.head .inline-center .phone-list a{
		font-size: 18px;
	}
	section.head .inline-center .phone-list {
       /*	margin: 3% auto 0;*/
	}
	
	.footer ul li{	   
	    width: 50%;	    
	}
	
	.promo-baner .text .subtitle {
	    padding: 5px 0 15px;
	}
	.promo-baner .text .subtitle a{
		font-size: 15px;
	}
	.promo-baner .text{
		padding-top: 20px
	}
	.promo-baner .text .title a{		
		font-size: 2.2vw;		
		line-height: 1.2;
	}
	.main-reviews .card{
		padding: 20px 15px;
	}
	
	.footer .phone {
    	font-size: 20px;
	}
	
	
	.footer{
		padding: 30px 20px 20px;
	}
	.footer ul.menu-f li a{
		font-size: 15px;
	}
	
	.main-news .card p.text {
     	height: auto;
    	overflow-y: auto;  
    	font-size: 15px;  
	}
		
	
	.main-news .card h3{
		font-size: 16.5px;
	}

    .item-center-page .map-p{
        padding: 30px 0 0;
        height: 260px;
    }

    .promo-box .left {
        background-size: 45%;
        background-position: 5px 60%;
    }
    .promo-box .left .text{
        margin: 12% 2% 0 50%;
        font-size: 21px;
        text-align: left;

    }
    .promo-box .left .text .price{
        text-align: center;
        width: 100%;
    }

	.intro .slick-track{
		width: 100% !important;
		
	}
	.intro .slick-slide{
		width: 100% !important;
	}
	
	.intro .body {
	    padding: 80px 0 0 0;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    z-index: 5;
	    text-align: center;
	}
	.intro .body p{
		font-size: 32px;
		text-align: center !important;
	}

	.intro .body p:first-child{
		font-size: 48px;
	}
	.why-are-we h4{
		font-size: 22px;
	}
	.main-menu .button-box {
	    padding: 20px 20px 20px 0;	    
	}
	.main-menu &gt; ul &gt; li &gt; a{
		font-size: 14px;
	}

	.search-centers label{
		font-size: 14px;
	}
	
	.intro {
     	min-height: auto;
     	margin: 0;
    }
	
	
	.intro .intro-card{
        padding: 0 20px;
        bottom: 20px;
    }
    .intro .intro-card a{
        font-size: 14px;
    }
    .intro .card{
        margin: 0;
        padding: 10px;
        height: 100px;
    }
    .intro .body{
        padding: 100px 20px 0;
        max-width: 100%;
    }
    .intro .body p{
        font-size: 26px !important;
        text-align: center;
    }
    
    .interval {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}    
	.footer .btn.btn-primary.green{
		padding: 9px 20px;
	}
}
.price-box .more-price{
	display: none;
	font-size: 14px;
	margin: 5px 0 0 15px;
}
.price-box .more-price a{
	cursor: pointer;
	border-bottom: 1px dashed #000;
}
.price-box .more-price a:hover{
	color: #0A5D71;
	border-color: #0A5D71;
}
.menu-mob-nav-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(219,232,237, 0.9);
	text-align: right;
	height: 60px;
	width: 100%;
	z-index: 1000;
	display: none;
	padding: 0 15px;
}
.menu-mob-nav-bottom a{
	text-decoration: none;
}
.menu-mob-nav-bottom .fa{
	font-size: 43px;
	color: #fff;
	margin: 5px;
	vertical-align: middle;
}
.menu-mob-nav-bottom .fa-whatsapp{
	font-size: 48px;
	color: #22ad1f;
}
.menu-mob-nav-bottom .fa-volume-control-phone{
	font-size: 43px;
	color: #ff8800;
}
.menu-mob-nav-bottom .fa-phone{	
	color: #FF222B;
}





@media (max-width: 768px) {	
	.menu-mob-nav-bottom{
	display: block;
}
	.mobile-control{
		text-align: justify;
	}
	
	.price-box .price-spoiler{
		display: none;
	}
	
	.price-box .more-price{
		display: block;
	}

	ul.breadcrumb.interval{
		margin-bottom: 0;
	}
	.center-item .prices .float-left{
		width: 60%;
	}
	.center-item .prices .float-right{
		width: 40%;
	}	
	.intro .video-text-1 div{
		font-size: 22px;
	}
	section.head .inline-center .phone-list{
	    padding-left: 48px;
	    width: 230px;
	    left: 50%;
	    height: 60px;
	    margin-left: -115px;
	    display: block;
	    padding-top: 6.3px;
	    line-height: 1.3;
	}
	section.head .inline-center .phone-list .fa{
		top: 11px;
	}
	
	.intro .video-text{
		padding: 10px 36px 15px;		
		font-size: 19px;
		font-weight: 700;		
		top: 30%;
		
	}
	.intro .video-text span{
		font-size: 22px;
	}
	
	
	.promo-baner .text,
	.promo-baner img{
		float: none;
		width: 100%;
	}
	.promo-baner .text{
		padding: 20px 20px 30px;
	}
	
	.promo-baner .text .title{
		margin-bottom: 5px;
	}
	.promo-baner .text .subtitle {
	    padding: 0 20px 10px;
	}
	.promo-baner .text .subtitle a{
		font-size: 15px;
	}
	
	.promo-baner .text .title a{		
		font-size: 22px;		
		line-height: 1.2;
	}
		
	
	.intro video {        
        height: 280px;
    }
	
	.intro .body p{
    	color: #393e40;
	}

	.intro .body p:last-child{     
	    color: #84b740;   	   
	}
		
	.main-doctors-list .card .name{
		font-size: 20px;
		height: auto;
	}
	.main-doctors-list .card .text{
		font-size: 14px;
		overflow: auto;
	}
	
	
	.text-box, p.text-box {
	    font-size: 14px;
	    line-height: 1.4;	   
    }
	
	
	img.left, img.right{
		float: none;
		margin: 0 0 20px 0;	
	}

	
	
	
	.main-doctors-list .card .name,
	.main-doctors-list .card .text
	{   
    	height: auto;
	}
	
	
	
    .center-item .img-box img{
        height: auto !important;
    }

    .interval{
/*        margin-bottom: 15px !important;*/
    }
    .d-td,
    .d-tr.head .d-td {
        font-size: 13px;
        padding: 10px !important;
    }
    .d-td:first-child{
        padding-left: 10px !important;
    }

    .item-center-page .figure{
        text-align: center;
    }
    .item-center-page .figure img{
        max-width: 70%;
        min-width: 70%;
    }

    .scroll_top {
        background-size: 50px;
        width: 50px;
        height: 50px;
        right: -50px;
    }
    .scroll_top.open{
        transform: translate3d(-50px, 0px, 0px);
    }

    .search-centers button.btn-primary{
        padding: 0 !important;
    }
    .centers-list-map{
        padding: 0 !important;
    }
    .centers-list-map .map{
        position: relative;
        display: none;
    }
    .body-map-clone{
       /* display: block;*/
    }

    h3,h2,h1{
        font-size: 22px;
        text-align: left !important;
    }

 
 


    .main-news .card{
        padding-right: 0;
        padding-bottom: 10px;
        height: auto;
    }
    .main-news .card img{
        border-radius: 10px 10px 0 0;
        height: auto;
        max-height: 280px;
    }
    .main-news .card .more{
        text-align: left;
        padding: 0 10px 0 20px;
        position: relative;
    } 


    .main-news .card p,
    .main-news h3{
         padding: 0 10px;
     }
    .main-news .card .more a{
        max-width: 170px;
        padding: 6px 50px 6px 0;
        font-size: 17px;
    }
    .main-doctors-list .card{
        padding-left: 28%;
        min-height: 180px;

    }
    .main-doctors-list .card .figure{
        width: 22%;
        height: 82%;
    }


    section .container.m-n-p{
        padding: 0;
    }    

    section.head .inline-left{
        display: none;
    }
    section.head .inline-center{
        width: 100%;
        display: block;
        height: auto;    
        float: none; 
       /* text-align: left;  */ 
    }
    
    section.head .inline-center a{
        margin: 0;
        font-size: 18px;
        width: 100%;
        background-size: 44px; 
                   
    }
    section.head .inline-center a .fa{
		width: 38px;
		height: 38px;
		margin-right: 10px;
		font-size:22px; 
	}
    
    section.head .inline-right{
        width: 100%;
        display: block;
        height: auto;  
        float: none;
        text-align: center;
        font-size: 19px;
        padding: 12px 10px 13px;
        display: none;
    }
    section.head .inline-right a{
		height: auto;
		display: block;
		text-align: center;
		background: transparent;
		padding-left: 0;
	}  
	section.head .inline-right a span{		
		display: inline-block;
	}
	
	  
    
    .footer{
        padding: 15px;
    }
    
    section.head .bars{
        display: block;
    }
    .main-menu{
        display: none;
    }

    .intro{
        margin: 0;
        min-height: 320px;
    }
    
    
    .common-slide img{
        /* max-height: 410px;
        height: 100%; */
        object-fit: cover;
        object-position: left;                
    }
    .intro .common-slide img{
		height: 370px !important; 
		opacity: 0.6;                
	}
    
    
    
    
    .intro .intro-card{
        padding: 0 20px;
        bottom: -5px;
    }
    .intro .intro-card a{
        font-size: 14px;
    }
    .intro .card{
        margin: 0;
        padding: 10px;
        height: 100px;
    }
    .intro .body{
        padding: 110px 20px 0;
        max-width: 750px;
    }
    .intro .body p{
        font-size: 26px !important;
        text-align: center;
    }
    .why-are-we{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .why-are-we .col{
        min-width: 100% !important;
        float: none;
        display: block;
        /*text-align: left;*/
        padding: 5px 3%;
    }
    .why-are-we .col img{
        display: block;
        vertical-align: middle;
        margin-right: 8px;
        margin: 0 auto;
    }
    .why-are-we .col h4{
        display: inline-block;
        vertical-align: middle;
    }
    .call-informer{
        padding: 16px 16px 10px;
        margin-bottom: 30px;
    }
    .call-informer p.phone{
        font-size: 34px;
    }
    .call-informer h3{
        margin: 8px 0 16px 0;
        font-size: 24px;
    }
    .call-informer .btn.btn-primary{
        margin-bottom: 16px;
    }
    .call-informer .button-box{
        margin: 16px 0 0;
    }

    .promo-box .left,
    .promo-box .right {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .promo-box .left{
        background-size: 40%;
        border-radius: 10px 10px 0 0;
    }
    .promo-box .right{
        border-radius: 0 0 10px 10px;
    }

    .promo-box .left {
        background-size: 24%;
        background-position: 15% 78%;
    }


    .promo-box .left .text{
        margin: 3% 2% 0 46%;
        text-align: left;
        font-size: 22px;
    }
    .promo-box .left .text .price{
        width: 50%;
        text-align: center;
        margin: 20px 0 0;
    }
    .promo-box .right .text{
        margin: 0 auto;
        padding: 20px 10px;
    }
    .promo-box .title{
        font-size: 32px;
        line-height: 1.2;
    }
    .promo-box .left .title{
        padding-top: 20px;
    }

    .main-reviews .card{
        margin-bottom: 30px;
    }

    .row .link-nav:first-child{
        margin-bottom: 0;
    }
    
	.text-box .link-nav {
	    margin-top: 0;
	}
    
    
    
    .row .link-nav:last-child{
    	margin-top: 0;
        margin-bottom: 30px;
    }

    .page-content-link ul{
        float: none;
        width: 100%;
        padding-left: 0 !important;
    }
    .page-content-link ul:last-child{
        display: none;
    }
    .page-content-link ul:first-child li{
        border-right: 1px solid #EDEDED;
    }


    .centers-info{
        background: #DBE8ED;
        background-size: 25%;
        min-height: 180px;
        padding: 20px 15px;        
    }
    .centers-info .fields{
        width: 100%;
    }
    .centers-info .fields div{
        font-size: 16px;
        margin-bottom: 3px;
    }
    .search-centers select[name=raion]{
        margin-bottom: 15px;
    }
    .search-centers select[name=metro]{
        margin-bottom: 15px;
    }
    .tag-button .btn.btn-primary.green{
        padding: 4px 16px 6px;
        font-size: 14px;
        font-weight: 600;
        margin: 0 7px 7px 0;
    }

    .footer ul.menu-f{
        padding: 0;
    }
    
    .footer ul.menu-f li a{
        font-size: 16px;
    }

    .footer .left-column{
        margin-top: 15px;
    }
    .footer .left-column p,
    .footer .left-column a{
        font-size: 14px !important;
        margin-bottom: 10px;
    }

    .footer .contacts{
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer ul.menu-f li{
        text-align: center;
    }
    .footer div.phone{
        text-align: center;
        margin: 20px 0;
    }
    ul.pagination li{
		margin: 0 5px 5px 0
	}
    ul.pagination li a{
		padding: 4px 6px;
		font-size: 14px;
	} 
	
	.main-news.interval{
		margin-bottom: 0 !important;
	}
	.main-news .card{
		margin-bottom: 15px;
	}   
	.common-slide{
		margin-top: 0;
	}
}

@media (max-width: 575px) {		
	ul.breadcrumb{
		padding: 0;
	}
	ul.breadcrumb.interval{
		margin-top: 5px; 
	}
	
	
	.intro .intro-card p{
		line-height: 1;
	}


	.footer ul.menu-f li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
	.intro{
        margin: -10px 0 0;
        min-height: auto !important;

    }
	
	.intro-card {	
	    bottom: 30px !important;
	}	

	.intro .video-text,
	.intro .video-text-1
	{
		display: none;
	}

	
	.modal-content .modal-body .call-form{
	    padding: 10px 5px;
	}
	.modal-content .modal-body .record-form{
	    padding: 10px 5px;
	}

	.container{
		overflow: hidden;
	}
	
	.main-reviews .card{
		padding: 30px 10px 10px;
	}
	
	.main-reviews .mob-slide .card{
		 margin-bottom: 15px;
	}
	.intro .intro-card{
        padding: 0;
    }
	.text-box ul, .text-box ol{
		padding-left: 25px;	
		
	}	
	.link-nav{
		padding-left: 15px !important;
	}
	.main-title{
		font-size: 19px;
	}

	.container {   
    	padding-right: 5px;
    	padding-left: 5px;
    }

    .main-news .card p.text{
        height: auto;
        overflow-y: auto;
    }

    .item-center-page .figure img{
        max-width: 100%;
        min-width: 100%;
    }


    .centers-list-map a.next,
    .centers-list-map a.prev{
        display: inline-block;
    }

    .centers-list-map .centers{
        position: relative;
        /*overflow: hidden;*/
        /*min-height: 400px;*/
       /* border-radius: 0 0 10px 10px;*/
       /* margin-left: -10px;*/
    }
    .centers-list-map .centers .center-item{
        /*position: absolute;
        top: 0;
        right: -100%;*/
    }

    .centers-list-map .center-item{
        padding: 10px;
    }
    .centers-list-map .center-item .title a{
        font-size: 19px;
        margin: 5px 0 15px;
    }
    .centers-list-map .center-item .sv-box{
        max-width: 260px;
        margin: 20px auto 15px;
    }
    .centers-list-map .center-item .param div{
        font-size: 15px;
    }

    .centers-info{
        background-size: 30%;
    }
    .price-stripeds{
        overflow-y: auto;
    }
    .price-stripeds table thead th {
        font-size: 14px;
        padding: 9px 9px !important;
    }
    .price-stripeds table thead th:first-child {
        padding-left: 8px !important;
    }
    .price-stripeds table tbody tr td {
        padding: 5px;
        font-size: 13px;
    }
    .price-stripeds table tbody tr td:first-child {
        padding-left: 8px;
    }



    .price-collapse .body .panel .btn-primary, .price-stripeds .panel .btn-primary {
        height: 50px;
        width: 90%;
        font-size: 18px;
    }

    .price-collapse{
        overflow-y: auto;
    }
    .price-collapse.active .title-collapse{
        padding: 9px 36px 9px 9px;
        background: #EAB41F url(../images/minus.png) no-repeat right 10px center;
        background-size: 30px;
        font-size: 16px;
    }
    .price-collapse .title-collapse{
        padding: 9px 36px 9px 9px;
        background: #EAB41F url(../images/plus.png) no-repeat right 10px center;
        background-size: 30px;
        font-size: 16px;
        border-radius: 5px;
    }
    .price-collapse .title-collapse img {
        width: 32px;
        margin: -25px 12px -20px 5px;
    }
    .price-collapse .body table th {
        padding: 5px;
        font-size: 13px;
        font-weight: 600;
    }
    .price-collapse .body table tr th:first-child {
        padding-left: 8px;
    }
    .price-collapse .body table tbody td {
        padding: 5px;
        font-size: 13px;
        font-weight: 600;
    }
    .price-collapse .body table tbody tr td:first-child {
        padding-left: 8px;
    }
}



@media (max-width: 425px) {	
	
	
	section.head .inline-center{        
       text-align: left;   
    }
	section.head .inline-center a{
		padding-left: 15px;
	}
	
	
	.row{
		padding: 0 !important;
	}
	.intro-card .row{
		padding: 0 12.5px !important;
	}
	.intro-card .col{
		padding: 0 2.5px;
		height: 90px;
	}
	
	.main-reviews .button-box .btn-primary{
	    width: 210px;
	    height: 60px;
	    margin: 0 20px;
	    border-radius: 30px;
	    padding: 18px 0;
	}	
    .slider{
        padding-bottom: 0;
        margin-bottom: 0;
    }    
    .intro .slider{    	
        margin-bottom: 0;
	}
    .slider .slick-next,
    .slider .slick-prev
    {
        bottom: 40px !important;
    }

    .centers-info{
        background-size: 40%;
    }
    .author{
        padding: 3px 10px 60px 100px;
    }
    .author .figure{
        width: 85px;
        height: 85px;
    }
    .page-content-link ul:first-child li a{
        padding: 9px 51px 9px 12px;
        font-size: 14px;
    }
    .grey-box, .attention_block{
        padding: 20px 10px;
        font-size: 16px;
        line-height: 1.4;
    }
    .link-nav &gt; li &gt; a{
        font-size: 13px;
        padding: 9px 50px 8px 26px;
        background-size: 38px;
        min-height: 32px;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		-ms-line-clamp: 1;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		display: -webkit-box;
		display: box;
		word-wrap: break-word;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		line-height: 1.8
    }
    
    .link-nav &gt; li.current &gt; a {    	
    	background-size: 38px;
	}
    
    
    
    .main-reviews{
        padding: 24px 10px 10px;
    }
    .main-reviews h2{
        display: none;
    }

    .centers-slider{
        padding: 30px 0 10px;
    }

    .mob-slide{
        position: relative;
    }
    .mob-slide .slick-prev,
    .common-slide .slick-prev
    {
        width: 38px;
        height: 38px;
        background: url(../images/mobi-arrow-left.png) no-repeat;
        opacity: 0.6;
        background-size: 38px;
        position: absolute;
        left: 35%;
        bottom: -20px !important;
        z-index: 1;
        border: 0;
        top: auto;
    }
    .mob-slide .slick-next,
    .common-slide .slick-next
    {
        width: 38px;
        height: 38px;
        background: url(../images/mobi-arrow-right.png) no-repeat;
        opacity: 0.6;
        background-size: 38px;
        position: absolute;
        right: 35%;
        bottom: -20px !important;
        border: 0;
        top: auto;
    }
    .common-slide .slick-next,
    .common-slide .slick-prev{
        bottom: -20px !important;
    }

    .mob-slide .slick-next:hover,
    .mob-slide .slick-prev:hover,
    .common-slide .slick-next:hover,
    .common-slide .slick-prev:hover
    {
        opacity: inherit;
    }


    .mob-slide img{
        min-width: 100px !important;
        max-width: 100px !important;
    }

    .main-doctors-list .card{
        padding: 0 10px;
        min-height: auto;
        text-align: center;
        font-size: 16px;
        left: auto;
        right: auto;
    }
    .main-doctors-list .card .figure{
        width: 100px;
        height: 100px;
        position: relative;
        left: auto;
        right: auto;
        margin: 0 auto 20px;
    }
    .main-doctors-list .card .name{
        font-size: 19px !important;
    }

    .intro .body{
        max-width: 400px;
    }


    .promo-box .left .text .price{
        width: 100%;
    }
    .promo-box .title{
        padding-top: 20px;
        line-height: 1.2;
        font-size: 24px;
    }

    .promo-box .left {
        background-size: 38%;
        background-position: 5px 60%;
    }

    .promo-box .left .text{
        margin: 5% 2% 0 40%;
        font-size: 19px;
        text-align: center;
    }

    .promo-box .right .title{
        font-size: 24px;
        padding-top: 0;
        margin-top: 10px;
    }
    .promo-box .right .text .btn-primary{
        margin-top: 10px;
    }

    .call-informer .btn.btn-primary{
        width: 100% !important;
    }
    .call-informer p.phone{
        font-size: 28px;
        
    }
    .why-are-we .col img{
        width: 96px;
    }
    .why-are-we a{
		font-size: 17px
	}
    
    .why-are-we .col h4{
        font-size: 17px;
    }
    
    .interval{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
    
    .text-box, p.text-box{
		margin: 20px 0 30px;
	}
	h3.container-title,
	h2.container-title{		
		margin: 15px 0 15px;
	}
	
	section.head .inline-center .phone-list{		
		left: 47%;
		padding-left: 40px;		
	}
	
	
}

@media (max-width: 375px) {
	
	section.head .inline-center .phone-list{
		padding-left: 38px;
		left: 45%;
	}
	
	
    .intro .body {
        max-width: 350px;
    }
    .intro .card img {
        max-width: 45px;
    }
}

@media (max-width: 320px) {
	
	
    .intro .body {
        max-width: 300px;
        padding-top: 130px;
    }
    .intro .body p{
        font-size: 19px !important;
    }

    .intro .card img {
        max-width: 45px;
    }
}

@media (max-width: 280px) {
	
	
    section.head .inline-center .phone-list{		
		left: 10px;
		padding-left: 25px;	
		margin: 0;	
		padding-top: 11px;
	}	
	section.head .inline-center .phone-list a{
		font-size: 15px;
	}
	
	section.head .inline-center a .fa {
	    width: 32px;
	    height: 32px;
	    margin-right: 5px;
	    font-size: 18px;
	    top: 15px !important;
	}
	
	
}



@media (max-width: 1240px) {
    

    section.head{
        font-size: 1.7vw;
    }
    .main-menu &gt; ul &gt; li &gt; a{
        padding: 10px 18px 10px;        
        font-size: 20px;              
    }
    .container{
        min-width: 100%;
        max-width: 100%;
    }
    .centers-list-map .map{
        width: 320px;
    }
    .centers-list-map{
        /*padding-right: 320px;*/
    }
    section.head .inline-left{
        padding-left: 15px;
    }
    section.head .inline-right{
        padding-right: 15px;
    }
    .main-title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-menu{
        padding: 0 15px;
    }

    section .container .indent{
        padding: 0;
    }
}
</pre></body></html>