
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}

body{
   /*font-family: 'Ubuntu', sans-serif;*/
   font-size: 17px;
}


.fa.pulse {    
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    padding-top: 8px;
    color:#fff;
    background: #439CD8;
    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(67,156,216, 0.9) ;
    }
   
    100% {
      box-shadow: 0 0 0 12px rgba(67,156,216, 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: #fff;
    border: 1px solid #D8D8D8;
}
.modal-content .modal-body h3{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-top: 5px;
}
.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: 38px;
    border-radius: 3px;
     
}
.modal-content .modal-body .form-group input[type=file].form-control{
    height: 43px;
}


.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:#4d5673;
}
.btn.btn-primary.green{
    background: #439CD8;
    border: none;
    padding: 11px 45px 13px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;    
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.8)*/
}

.head-box .btn.btn-primary.green{
	font-size: 19px;
	padding: 9px 10px 13px !important;
	width: 200px;
	margin-top: 8px;
}



.btn.btn-primary.blue{
    background: #439CD8;
    border: none;
    padding: 11px 45px 13px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.8)*/
}

.btn.btn-primary.blue.green-1{
    background: #439CD8;
}
.btn.btn-primary.blue.green-2{
    background: #2983BF;
}
.btn.btn-primary.blue.green-3{
    background: #126AA2;
}
.btn.btn-primary.blue:hover{    
    background: #4d5673;
}
.footer .btn.btn-primary.blue:hover{    
    background: #126AA2;
}



.btn.btn-primary.green:hover{
    background: #F9D13D;
}

.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;
    background: #4D5673;
    color: #fff;
} 
section.head a{
    color: #fff;
}
section.head a:hover{
    text-decoration: none;
}


section.head .head-box{
   
    height: 93px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
section.head .head-box a.phone{
	font-size: 30px;
	line-height: 1.6;
	margin-top: 5px;
	display: block;
}
section.head .head-box.logo .cont{
	padding-top: 15px
}

section.head .head-box.logo{    
   /* display: table-cell;*/
    /*vertical-align: middle;*/
    padding-top: 25px; 
    height: 93px;
    width: 100%;
    font-size: 1.14vw;
    line-height: 1.2;
    background: url(../images/logo.png) no-repeat left center;
    background-size: 64px;
    /*padding-left:  80px;  */  
}
section.head .head-box.logo a:first-child{
	margin: 5px;
	font-size: 14px;background: #fff;
	color: #000;
	border-radius: 4px;
	padding: 4px 8px;
}
section.head .head-box.logo a:last-child{
	margin: 5px;
	font-size: 14px;
	padding: 4px 8px;	
	background: #439CD8;
	border-radius: 4px;  
}

section.head .head-box.logo span{
    font-size: 1.50vw;
    display: block;
}
section.head .head-box button{
    width: 240px;
    padding: 0 !important;
    height: 50px;
}
section.head .head-box .jobs24{
    background: url(../images/24x7.png) no-repeat left center;
    background-size: 52px;
    padding-left: 62px;
    height: 64px;
    padding-top: 16px;
}

h1.main-title{
    margin: 0;
}
.main-title{   
    font-size: 18px;
    font-weight: 700;
    padding: 16px 60px 8px;
    line-height: 1.4;
}

.section-main-title{
	background: #fff;
}



.section-main-menu{
	background: #439CD8;	
}

.main-menu{    
    min-height: 60px;
    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 > ul{
    display: inline-block;
    vertical-align: top;   
}
.main-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
    z-index: 101;
}
.main-menu ul > li{
    display:inline-block;    
    vertical-align: top;
    margin-right: 5px;  
    position: relative; 
    height: auto;
}


.main-menu > ul > li > a{    
    color: #fff;   
    padding: 10px 20px 10px;
    display: block;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    border-radius: 26px;
    line-height: 1.4;
    
}
.main-menu > ul > li:hover > a{
	color: #fff;  
    background: #4D5673;
    text-decoration: none;
}



.main-menu ul > li > ul{
    position: absolute;
    left: 0;
    top: 100%;
    background: #439CD8;
    width: 380px;
    display: none;
    z-index: 5;
}
.main-menu > ul > li:last-child > ul{
	left: auto;
	right: 0;
	 
}

.main-menu > ul  li:hover > ul{
    display: block;
}
.main-menu ul > li > ul li{
    width: 100%;
    display: block;
    margin: 0;
    border-top: 1px solid #DFDFDF ;
}

.main-menu ul > li > ul li:last-child{
/*    border: 0;*/
}
.main-menu ul > li > ul li a{
    width: 100%;
    color: #fff;
    display: block;
    height: auto;
    text-align: left;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
}
.main-menu ul > li > ul li a.is-parent{
    padding-right: 45px;
    background: url(../images/arrow-right-w.png) no-repeat 94% 12px;
}

.main-menu ul > li > ul li:hover > a{
    text-decoration: none;    
}
.main-menu ul > li > ul li:hover{   
    background: #4D5673;
}



.main-menu ul > li > ul li ul{
    left: 100%;
    top: 0;
    background: #348EC9;
    height: 100%;
}
.main-menu ul > li > ul li ul li ul{
    left: -100%;
    top: 0;
    background: #348EC9;
    height: 100%;
}

.main-menu ul > li:nth-child(4) > ul li ul,
.main-menu ul > li:nth-child(5) > ul li ul,
.main-menu ul > li:nth-child(6) > ul li ul
{
    left: -100%;    
}
.main-menu ul > li:nth-child(1) > ul li ul li:hover > a.is-parent,
.main-menu ul > li:nth-child(2) > ul li ul li:hover > a.is-parent
{
   padding-left: 54px;
   background: url(../images/arrow-left-w.png) no-repeat 15px 12px;
}

.main-menu ul > li:nth-child(4) > ul li:hover > a.is-parent,
.main-menu ul > li:nth-child(6) > ul li:hover > a.is-parent
{
   padding-left: 54px;
   background: url(../images/arrow-left-w.png) no-repeat 15px 12px;
}

.main-menu ul > li > ul li{
    position: initial;
}
.main-menu ul > li > ul li ul li{
    border-color: #C2C2C2;
    background: inherit;
}

.intro{    
    min-height: 460px;
    border-radius: 10px;    
    position: relative;
    padding-right: 360px;
    margin-bottom: 40px;
    background: #4D5673;
}

.intro .body{
    padding:0;    
    width: 100%;  
    position: absolute;
    top: 0;     
    z-index: 5;
}

.intro video{
    width: 100%;   
    height: 460px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    display: block;
}
.intro .intro-limited{
	width: 100%;   
    height: 460px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    display: block;
}


.intro .main-slider{
    height: 370px !important;
    padding: 0;     
}

.intro .main-slider img{
    min-width: 100%;
    max-width: 100%;
}


.intro .body p{
    color: #439cd8;    
    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; 
    width: 300px;
    padding: 0;    
    right: 0;
    top: 0;    
}


.intro .intro-info{
    position: absolute; 
    width: 360px;
    padding: 0;    
    right: 0;
    top: 0;   
    color:#fff;  
    padding-top: 110px;  
}
.intro .intro-info {
	font-size:  30px;
	text-align: center;
}
.intro .intro-info .title span{
	font-size: 33px;
	display: block;
}




.intro .intro-info .phone{
	font-size: 32px;
	padding: 10px 0 20px;
	color: #fff;
}
.intro .intro-info .btn.btn-primary{
	background: #439CD8;
} 
.intro .intro-info .btn.btn-primary:hover{
	background: #F9D13D;
}


.intro .intro-card a{
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}
.intro .card {
    border: none;
    height: 110px;
    border-radius: 20px;
    margin: 0;
    text-align: center;
    padding: 0 0 0 100px;
    margin-bottom: 20px;   
    transition: 0.3s linear;
}
.intro .card:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.intro .card p{
    height: 110px;
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
}

.intro .card.grey{
    background: #439cd8;
}
.intro .card.green{
    background: #4D5673;
    margin-bottom: 0;
}
.intro .card img{
    max-width: 65px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 24px;
}

@media (max-width: 768px) {
    section.head .head-box.b2,
    section.head .head-box.b3,
    section.head .head-box.b4
    {
        display: none;
    }
    section.head .head-box{
        height: 70px;
    }
    section.head .head-box.logo{
        height: 70px;
        background-size: 42px;
        background-position: left 10px center;
        /*padding-left: 60px;*/
    }
    section.head .head-box.logo{
        font-size: 12px;
    }
    section.head .head-box.logo span{
        font-size: 16px;
    }

    .intro{    
        min-height: 370px;
        border-radius: 10px;    
        position: relative;
        padding: 0;
        margin-bottom: 0;        
    }    
    
    
    .intro .intro-limited{
		width: 100%;   
        height: 370px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
	}
    
    
    .intro video{
        width: 100%;   
        height: 370px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    
    .intro .intro-card{   
        position: relative;    
        width: 100%;           
    }
    .intro .intro-card .card{   
       width: 32.5%;
       float: left; 
       margin: 0 1% 10px 0;   
       box-sizing: border-box; 
       height: 80px;
       padding-left: 80px;   
    }
    .intro .intro-card .card p{
        height: 80px; 
        font-size: 19px;
        text-align: left;
        line-height: 1.1;
    }
    
    .intro .intro-card .card:last-child{
        margin-right: 0;
    }

    .intro .intro-card .card img{
        width: 48px;
        top: 16px;
    }    
}

@media (max-width: 575px) {
    section.head .head-box.b2,
    section.head .head-box.b3,
    section.head .head-box.b4
    {
        display: none;
    }
  
    section.head .head-box.logo{
        font-size: 11px;
    }
    section.head .head-box.logo span{
        font-size: 14px;
    }


    .intro .intro-card .card{   
        width: 100%;
        float: none; 
        margin: 0 0 10px 0;   
        box-sizing: border-box; 
        height: 80px;
        padding-left: 80px; 
        text-align: center !important;
     }
    .intro .intro-card .card p{
        text-align: center !important;
        width: 100%;
    }
    .intro video{         
        height: 260px; 
    }
}

@media (max-width: 380px) {
    section.head .head-box.logo{
        font-size: 10px;
    }
    section.head .head-box.logo span{
        font-size: 11px;
    }
}
@media (max-width: 340px) {
    section.head .head-box.logo{
        font-size: 8px;
    }
    section.head .head-box.logo span{
        font-size: 9px;
    }
}














.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{
    padding: 0 130px;
    position: relative;
}
.call-informer .body{
    background: #4D5673;
    color:#fff;
    text-align: center;
    padding: 40px 0;
    border-radius: 5px;
}
.call-informer .body .btn.btn-primary{
    background: #F7CC9F;
    border-color: #F7CC9F;
}
.call-informer .left-cube{
    width: 200px;
    height: 200px;
    background: #439CD8 url(../images/order-1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -100px;
    border-radius: 50%;
    transition: 0.3s linear;
}
.call-informer .left-cube:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.call-informer .right-cube{
    width: 200px;
    height: 200px;
    background: #439CD8 url(../images/phone-2.png) no-repeat center center;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -100px;
    border-radius: 50%;
    transition: 0.3s linear;
}
.call-informer .right-cube:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.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;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border: 0;
}
.call-informer .button-box .btn.btn-primary:hover{
    background: #439CD8;
}
.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 > li > a{
    display: block;
    /*background: #4D5673 url(../images/link-arraw-right-w.png) no-repeat right 5px center;*/
    background: #4D5673 url(../images/link-arraw-right-loc-w.png) no-repeat right 5px center;
    background-size: 44px;
    border-radius: 28px;
    min-height: 52px;
    padding: 13px 60px 13px 36px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}


.link-nav > li.current > a{
    /*background: #4D5673 url(../images/link-arraw-bottom-w.png) no-repeat right 5px top 5px;*/
    background: #4D5673 url(../images/link-arraw-right-loc-w.png) no-repeat right 5px top 5px;
    background-size: 44px;
}
.link-nav > li > ul{    
    /*    position: absolute;*/
    width: 100%;    
    box-sizing: border-box;
    z-index: 5;
    top:100%;
    left: 0;
    padding: 0 30px;  
    display: none;
}
.link-nav > li.current > ul{
    display: block;
}
.link-nav > li > ul li{
    /*    padding: */
    background: #f5f5f5;   
    margin: 0;
    padding-right: 10px;
    border-bottom: 1px solid #DFDFDF;
}
.link-nav > li > 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: #4d5673;
    min-height: 210px;
    padding: 30px 50px;    
    border-radius: 10px;  
    margin-top: 40px !important;  
    color: #fff;
}


.centers-info .fields div{
    font-size: 22px;
    margin-bottom: 4px;
}
.centers-info .fields span,
.centers-info .fields a
{
    font-weight: 700;
    color: #fff;
}
.centers-info .fields .blue
{
    color: #fff;
}
.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; 
       
}
.search-centers .btn.btn-primary.blue{
	background:#4D5673;
}
.search-centers .btn.btn-primary.blue:hover{
	background:#439CD8;
}

.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 #439cd8;    
    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: #4d5673; } 
.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:#fff;
    margin-bottom: 30px;
    background: #FADF8E;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
}
.center-item .title ,
.center-item .title a{
    color: #4D5673;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.center-item .title a:hover{
    color: #4D5673;
}

.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: #439cd8; */
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    padding: 0 0 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: 48px;    
    width: 200px;
    line-height: 2;
    color: #fff;
    background: #4D5673 !important;
}

.center-item .call-box .btn-primary:hover{
	background: #439CD8;
    color: #fff;
}

.center-item .call-box .btn-primary .fa{
    margin-right: 10px;
}
.center-item .call-box p{
    font-size: 24px;
    margin: 0 0 15px;
}


.center-item .param span{
    font-weight: 700;
}

.center-item .param span.spoiler{
	font-weight: 500;
	display: none;	
}
.center-item .param a.more{
	color: #4d5673;
    cursor: pointer;
    border-bottom: 1px dashed #4d5673 ;
}

.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: #4d5673;
    font-weight: 600;
}
.center-item .img-box img{
    /* min-width: 100%;
    max-width: 100%;
    height: 250px;         */
    object-position: center;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    object-fit: cover;
    margin: 0 auto;
    border: 6px solid #439CD8;
}
.center-item .img-box {
    position: relative;
    /* padding-bottom: 35px; */
    text-align: center;
}
.center-item .img-box .raiting{
    /* position: absolute; */
    width: 100%;
    left: 0;
    bottom: 0;
    height: 36px;
    /*background: rgba(241,241,241,0.6);*/
}


.center-item .master-free {    
    width: 210px;
    margin: 0 auto 15px;
    padding: 4px 10px 5px;
    font-size: 13px;
    background: #F0F2FC;   
    text-align: center;
    border-radius: 5px;
}
.center-item .master-free .master-free-box{
    display: flex;
    text-align: center;
    font-size: 13px;
}
.center-item .master-free .master-free-box div{
    padding: 0 5px;
    text-align: center;
}
.center-item .prices{    
    background: #F0F2FC;
    border-radius: 5px;
    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: #F0F2FC;        
}

.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: #F0F2FC;
    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: #E5E8F7; 
}

.d-tr.head{
    background: #E5E8F7;   
}
.d-table.stripeds .d-tr.head{
    background: #439CD8; 
    
}

.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: #E5E8F7;
    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: #F0F2FC; 
}
.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: #439CD8 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: #F0F2FC;
}
.price-collapse.active .body{
    display: block;
}
.price-collapse.active .title-collapse{
    border-radius: 5px 5px 0 0;
    background: #439CD8 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: #F0F2FC;
    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: #439CD8;
}

.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{
	border-bottom: 1px solid #fff;
}
.price-stripeds table tbody tr:nth-child(2n){
    background: #F0F2FC; 
}
.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: #F0F2FC;
    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: #439cd8 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: #F7CC9F;
    border-radius: 30px;
    margin: 30px auto;
}
.promo-box .right{
    width: 28%;
    background: #439cd8;
    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: #4D5673;
	border-radius: 10px;
}
.promo-baner img{
	float: left;
	width: 70%;
	border-radius: 10px 0 0 10px;
}
.promo-baner .text{
	float: left;
	width: 30%;
	padding: 9.5% 0.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;
}
.promo-baner .btn.btn-primary.green{
	background: #439CD8;
}
.promo-baner .btn.btn-primary.green:hover{
	background: #F9D13D;
}


.centers-slider a{
    text-decoration: none;
}

.centers-slider{
    padding: 30px 15px 5px;
    background: #4D5673;
    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: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    min-height: 60px; 
    padding: 18px 5px;    
}
.centers-slider .card img{
    height: 170px;
    min-width: 170px;
    max-width: 170px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;   
}

.centers-slider .common-slide{
    margin-bottom: 5px;
    margin-top: 5px;
}
.main-doctors-list a,
.main-doctors-list a:hover {
    text-decoration: none;
    color: #fff;
}
.main-doctors-list .card{
    position: relative;
    border-radius: 12px;
    background: #439cd8;
    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 > .figure{
    -webkit-transform: scale(1.05);
    transform: scale(1.09);
}

.main-doctors-list .card .name{
    font-size: 20px;
    color: #4d5673;
    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{
    border: none;
   /* box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
    padding: 40px 40px 20px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    min-height: 370px;
    background: #4D5673;
}


.main-reviews .col-md-4:nth-child(2n) .card .icon{
    background: url(../images/customer-review.png) no-repeat center center; 
    width: 100%;
    height: 120px;
    margin: 10px 0 20px;  
    background-size: 120px; 
}
.main-reviews .col-md-4:nth-child(2n+1) .card .icon{
    background: url(../images/default-review.png) no-repeat center center; 
    width: 100%;
    height: 120px;
    margin: 10px 0 20px; 
    background-size: 120px;  
}

.main-reviews .card::before{
    width: 40px;
    height: 40px;
    background: #F7CC9F url(../images/cav.png) no-repeat center center;
    background-size: 32px;
    content: '';
    position: absolute;
    left: 40px;
    top: -18px;    
	display: none;
}
.main-reviews .button-box{
    text-align: center;
}
.main-reviews .text{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    font-weight: 300;
    color: #fff;
}
.main-reviews .more{
    text-align: right;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 5px;
}
.main-reviews .name{
    text-align: center;
    font-size: 19px;
    color: #439CD8;
    font-weight: 600;
    /* font-style: italic; */
}
.main-reviews .date{
    text-align: center;
    font-size: 14px;
    color: #fff;    
}

.main-news .card{
    margin-bottom: 30px;    
    /*border: none;*/
    background: #fff;
    padding: 0;    
    position: relative;
    text-align: left;
    padding: 20px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
    border-radius: 10px;
}

.main-news.block-5 .card{
	border: 0;
	padding: 0;
}



.main-news .card img{    
    height: 280px;
    object-fit: cover;  
    min-width:100%;
    max-width:100%; 
}




.main-news .card .more{
    text-align: left;
    padding: 10px 0;   
}

.main-news .card h3{	
    margin: 0 0 16px 0;
    line-height: 1.2;
    font-weight: 600;
}
.main-news .card p.text{  
    line-height: 1.4;
}

.main-news .card a.more{
    padding: 8px 42px 8px 0 !important;   
    color: #4d5673;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 600;
    background: url(../images/link-arraw-right.png) no-repeat right center;
    background-size: 34px;   
    margin: 5px 0;
    display: inline-block;
}

.main-news .card  a:hover{
    color: #4D5673;
}
.main-news.block-5 .card  a:hover{
    color: #fff;
}


.main-news.interval{
    margin-bottom: 40px;
} 
.main-news .card .text-news{
	padding: 10px 15px 5px;
	background: #4D5673;
	color:#fff;	
	height: 210px;
	border-radius: 0 10px 10px 0;
}
.main-news.block-5 .card img{    
    height: 210px;
    object-fit: cover;
    min-width:100%;
    max-width:100%;
    border-radius: 10px 0 0 10px;
      
}




.main-news.block-5 .card h3{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}



.main-news.block-5 .card h3 a{
	color: #fff;
}



.main-news.block-5 .card p{
    -ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 6;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
}


.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 #4d5673;
}
.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: #4d5673;
    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 > img,*/
.why-are-we .col:hover > a  img
{   
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
}



.why-are-we .service-name,
.why-are-we .service-name a{
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 10px;
    text-transform: uppercase;    
    line-height: 1.3;
    padding:10px; 
}

.section-footer{
	background: #4D5673;
}

.section-footer .btn.btn-primary{
	width: 230px;
	padding: 11px 20px 13px;
}

.footer{    
    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: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer ul.menu-f li a:hover{
    color: #F7CC9F;
}
.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: transparent;
    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: #F0F2FC;
    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: #4d5673;
}

ul.breadcrumb li:after{
    content: '>';
    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: #F7CC9F;
    display: block;
    font-size: 20px; 
    color: #fff;
    text-decoration: none;
}
ul.pagination li a:hover{
    background: #439cd8;
}
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: 30px;
    margin-top: 20px;
}
.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: #4d5673;
}
.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%; */
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #439cd8;
    margin: 0 auto;

}
.item-center-page p{
    margin-bottom: 3px;
}
.item-center-page .geo{
    display: none;
}
.item-center-page .call-box{
    padding: 10px;
    background: #439cd8;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 600px;
}
.item-center-page .call-box .phone{
    font-size: 26px;
    margin-top: 4px;
}
.item-center-page .call-box .btn.btn-primary{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4D5673;
}
.item-center-page .call-box .btn.btn-primary:hover{
	background: #F9D13D;
}
.item-center-page .item-center{
	padding: 20px 10px;
	background: #FADF8E;
	border-radius: 10px;
	
}



.form-contact{
    background: #F0F2FC;
    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 #F7CC9F;
}

.list-item-fag blockquote .name{
    font-size: 14px;
    color: #999;
}
section.head .bars{
    display: none;
    width: 48px;
    height: 48px;
    background: url(../images/bars.png) no-repeat;
    background-size: 48px;
    position: fixed;
    right: 10px;
    top: 10px;
}
/*
mob nav
*/
.main-menu-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
}

.main-menu-mobile .head-nav{
    display: block;
    height: 50px;
    background: #439cd8;
    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 > ul{
    background: #4d5673;
    padding: 15px 0 15px 10px;
}
.main-menu-mobile > ul > li > 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 > ul > li > a{
     font-weight: bold;
     color: #fff;
}
.main-menu-mobile > ul > li > ul > li > 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-w.png) no-repeat center center;
    padding: 18px 24px;
}
.main-menu-mobile ul li a .arrow.open{
    background: url(../images/arrow-bottom-w.png) no-repeat center center;
}

.main-menu-mobile > ul > li > ul > li ul{
    padding: 0 0 0 10px;
}

.main-menu-mobile > ul > li > 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;
}

.call-informer a{
    color: #fff !important;
}


.reviews-list .card{
    border: 0;
    border-left: 4px solid #4d5673;
    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;
    
}

section.head .head-box button .fa{
    display: none;
}


.attention_block.grey{
    background: #4d5673;
    color: #fff;
}

.attention_block.blue{
    background: #439CD8;
    color: #fff;
}



.pulse_btn_zv {
    background: #439CD8 !important;
    cursor: pointer;
}




.pulse_btn_zv {
    position: fixed;
    bottom: 70px;
    right: -6px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #439CD8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    z-index: 99999999;
}

.pulse_btn_zv:before,
.pulse_btn_zv:after {
    /*unic*/
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #439CD8;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: animate 1.5s linear infinite;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pulse_btn_zv:after {
    /*unic*/
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes animate {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


@media (max-width: 1140px) {
    .main-menu > ul > li > 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 .head-box .jobs24{
        background: transparent;        
        padding-left: 0;
        padding-top: 21px;
       
    }
    section.head .head-box.b4 .fa{
        display: none;
    }
    section.head .head-box button{
        width: 50px !important;
    }
    section.head .head-box button span{
         display: none;
    }
    section.head .head-box button .fa{
         display: block !important;
    }

    .center-item .call-box p {
        font-size: 20px;
    }


    .call-informer {       
        padding: 0 80px;       
    }
    
    .call-informer .left-cube{
        width: 140px;
        height: 140px;      
        margin-top: -70px;        
    }
    .call-informer .right-cube{
        width: 140px;
        height: 140px;      
        margin-top: -70px;    
    }



	
	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{
		 margin-top: 15px;
	}
.main-news.block-5 .card h3{
		 margin-top: 0;
	}
    .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%;
    }

	
	.why-are-we h4{
		font-size: 22px;
	}
	.main-menu .button-box {
	    padding: 20px 20px 20px 0;	    
	}
	.main-menu > ul > li > a{
		font-size: 14px;
	}

	.search-centers label{
		font-size: 14px;
	}
	    
    .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;
}


.head-box.logo.mobs{
	display: none;
}


@media (max-width: 768px) {	
	body{
		padding-top: 70px;
	}

	.head-box.logo{
		display: none;
	}
	
	.head-box.logo.mobs{
		position: fixed;
		display: block;
		left: 0;
		top:0;
		width: 100%;
		z-index: 1;
		padding-top: 10px !important;
		background: #4D5673 url(../images/logo.png) no-repeat 10px center !important;
		background-size: 48px !important; 
		
		
		
	}
	
	.main-news.block-5 .card img{    
	    height: 280px;
	    border-radius: 10px 10px 0 0; 
	}
	.main-news .card .text-news{		
		 border-radius: 0 0 10px 10px;
		 height: auto;
		 padding-bottom: 10px
	}
	.main-news.block-5 p{    
	   text-align: left;
	}
	
	.price-table-box {
	    margin-bottom: 15px;
	}


	.search-centers button.btn-primary {
	    
	    margin: 15px 0 0;
	}

	.intro .intro-info {	    
	    width: 100%;
	    padding: 5px 10px 15px;
	    right: auto;
	    top: auto;
	    left: 0;
	    bottom: 0;
	    color: #fff;	   
	    background: #4D5673;
	    font-size: 20px;
	    position: relative;
	    border-radius: 0 0 10px 10px;
	}
	
	.intro .intro-info .title span{
		font-size: 22px;
		display: inline-block;
	}
	.intro .intro-info .phone{
		font-size: 26px;
		padding: 3px 0 10px;
		color: #fff !important;
	}
	.intro .intro-info a{
		color: #fff !important;
	}
	
	
    
    .call-informer {       
        padding: 0px;       
    }
    
    .call-informer .left-cube{
        width: 80px;
        height: 80px;      
        margin-top: -40px; 
        background-size: 40px;       
    }
    .call-informer .right-cube{
        width: 80px;
        height: 80px;      
        margin-top: -40px; 
        background-size: 40px;   
    }






	.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%;
	}	
	
	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;
	}
	
	
	.promo-baner .text,
	.promo-baner img{
		float: none;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.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;
	}	
	
		
	.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;
	    margin-bottom: 20px !important;	   
    }
	
	
	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{
        width: 220px;
        height: 220px;
    }

    .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;
    }

    .call-informer h3 {
        text-align: center !important;
    }
 


    .main-news .card{
        /*padding: 0;
        padding-bottom: 10px;
        height: auto;*/
    }
    .main-news.block-5 .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.block-5 .card p,
    .main-news.block-5 h3{
         padding: 0 15px;
     }
    .main-news .card .more a{
        max-width: 170px;
        padding: 6px 20px 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;
        z-index: 100;
    }
    .main-menu{
        display: none;
    }

    
    .why-are-we{
        padding-top: 30px;
        display: block;
        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;
        height: auto !important;
    }

    .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{       
        min-height: 180px;
        padding: 20px 15px;  
        margin: 15px 0 !important;      
    }
    .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) {	

	.tag-button {
	    margin-bottom: 5px;
	}

	.search-centers.interval {
	    margin-top: 5px;
	}

	ul{
		padding-left: 22px;
	}
	

	
    .call-informer{
        padding: 0;
    }
    .call-informer .left-cube{
        display: none;  
    }
    .call-informer .right-cube{
        display: none;  
    }



	ul.breadcrumb{
		padding: 0;
	}
	ul.breadcrumb.interval{
		margin-top: 5px; 
	}
		

	.footer ul.menu-f li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
		
	.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;
	}
	
	
	.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: #439cd8 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: #439cd8 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 .head-box.logo a:first-child{
	
		font-size: 11px;	
		padding: 2px 4px;
	}
	section.head .head-box.logo a:last-child{
		
		font-size: 11px;
		padding: 2px 4px;			
		
	}
	
	
	
	section.head .inline-center{        
       text-align: left;   
    }
	section.head .inline-center a{
		padding-left: 15px;
	}
	
	
	.row{
		padding: 0 !important;
	}
	
	
	.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;
    }    
   
    .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.3;
        margin-bottom: 10px;
    }
.grey-box, .attention_block ul{
    padding-left: 18px;
}


    
    .link-nav > li > a{
        font-size: 13px;
        padding: 9px 50px 8px 26px;
        background-size: 34px;
        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 > li.current > a {    	
    	background-size: 34px;
	}
    
    
    
    .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;
    }

   
    .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{
        max-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: 15px;
	}
    
    .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%;
	}
   
}

@media (max-width: 320px) {
	
	
   
}

@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 > ul > li > 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;
    }
}
