/*сброс отступов*/
* 
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*базовые параметры*/
html, body {
    font-family: 'Roboto';
    font-size: 16px;
    color: #37434b;
    position: relative;
    background-color: #ffffff; 
    margin: 0 auto; 
    width: 100%;
    max-width: 1920px;
    
}
body {
    position: relative;
}
header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    height: 200px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
.btn{
    display: none;
}
.wrap, .content{
    width: 100%;
    max-width: 1920px
}
.content {
    padding-top: 200px;
}
.navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
	height: 100%;
	align-items: center;
    padding-top: 5px;
}
.menu-burger{
    display: none;
    height: 55px;
}
.menu-burger span{
    width: 45px;
    height: 3px;
    background: #fff;
    margin: 5px;
}
.logo_header{
   height: 100%;
   width: 45%;
}
.logo_header img{
    width: auto;
    height: 100%;
    max-height: 125px;
    max-width: 100%;
}
.navbar_mob {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #266b3c;
}
.info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px 0 30px;
    height: 125px;
}
.wrapCI {
    width: 25%;
    display: flex;
}
.contact_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}
.popup_menu {
    display: none;
}
.popup_menu.viz {
    display: block;
    transition: all 1s;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100%;
    overflow: hidden;
    z-index: 10001;
}
.popup_menu .contact_info {
    margin-left: 65px;
}
.popup_menu .contact_info a {
     margin-bottom: 20px;
}
.popup_menu .mail {
    margin-bottom: 30px;
}
.popup_menu .tel {
    color: red;
}
.popup_menu .tel:before {
    background: url(img/telephone-red.png) center center no-repeat;
    background-size: contain;
}
.photo-clinica .tel:before {
    background: url(img/telephone-red.png) center center no-repeat;
    background-size: contain;
    top: 20px;
}
.popup_menu .logo_mob {
    width: 100vw;
    background-position: top center;
    margin-bottom: 25px;
}
.popup_menu .nav li a {
    color: #266b3c;
    font-size: 32px;
}
.popup_menu .nav {
    margin-left: 70px;
    margin-bottom: 40px;
    list-style: none;
    margin-right: 75px;
}
.popup_menu .nav li {
    padding-bottom: 20px;
    position: relative;
    width: fit-content;
}
.popup_menu .nav li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: -37px;
    width: 25px;
    height: 25px;
    background: url(img/cardiogram.png) center center no-repeat;
    background-size: contain;
}

.popup_menu .logo_mob {
    position: relative;
}

.popup_menu .close_mob {
   position: absolute;
    top: 75px;
    right: 13px;
    width: 35px;
    height: 35px;
    background: url(img/close_mob.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 100002;
}

i{
    color: #266b3c;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.mail {
    padding-top: 15px;
}
.clock {
    padding-bottom: 15px;
}
.clock span {
    color: #266b3c;
    font-size: 15px;
}
.map-market:before {
    position: absolute;
    content: " ";
    margin-left: -26px;
    width: 18px;
    height: 18px;
    background: url(img/placeholder-filled-point.png) center center no-repeat;
    background-size: contain; 
}

.mail:before {
    position: absolute;
    content: " ";
    margin-left: -26px;
    width: 18px;
    height: 18px;
    background: url(img/mail.png) center center no-repeat;
    background-size: contain;    
}        
.tel:before {
    position: absolute;
    content: " ";
    margin-left: -26px;
    width: 18px;
    height: 18px;
    background: url(img/telephone.png) center center no-repeat;
    background-size: contain;    
}      
.clock:before {
    position: absolute;
    content: " ";
    margin-left: -26px;
    width: 18px;
    height: 18px;
    background: url(img/clock.png) center center no-repeat;
    background-size: contain;
    
}      
.logo_mob {
    height: 70px;
    width: 280px;
    background: url(img/logo.png) center center no-repeat;
    background-size: contain;
}
.menu_header ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.menu_header> .nav > li {
    position: relative;
    display: block;
  /*  float: left;*/
}

/*пункты меню, ссылки*/
a {
    text-decoration: none; /*убираем подчеркивание*/
    font-weight:bold;
}
/*расположение меню*/
.menu_header {
    display: flex;
    width: 100%;
    background-color: #266b3c;
    border-top: 2px #ffee88 solid;
    border-bottom: 2px #ffee88 solid;
}
.menu_header > .nav > li > a {
    padding: 0 5px;
    position: relative;
    display: block;
    color: #ffee88;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 74px;
    font-weight: 700;
    letter-spacing: 6px;
    font-style: normal;
    transition: 1s linear;
    margin: 8px 0;
}
.menu_header > .nav > li:hover a {
    color: #e91d20; /* смена цвета при наведении курсора*/
}
.main-info{
    display: flex;
    flex-direction: row;
}
.main-info .sl{
    display: flex;
    height: auto;
    width: 65%;
}
.slider-photo{
    width: 100%;
    height: 100%;
}
.slick-slide img{
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.info-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
    font-size: 30px;
    text-align: center;
    color:#266b3c;
    line-height: 1.4;
}
.info-panel__img {
    background: url(img/result.png) center center no-repeat;  
    background-size: contain;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}
.info-panel a {
    margin: 25px 0;
}
.info-panel a:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.info-panel span {
    color:#e91d20;
    font-weight: bold;
    font-size: 32px;

}
.contact_info a {
    padding-bottom: 15px;
}
.doctors {
    position: relative;
}
.descr {
    display: flex;
    flex-direction: column;
}
.premium, .doctors{
        border-top: 2px #ffee88 solid;
        border-bottom: 2px #ffee88 solid;
        text-transform: uppercase;
        background-color: #266b3c;
        height: auto;
        line-height: 55px;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center;
        padding: 20px 30px 40px 30px;
}
.premium h1, .doctors h1{
    font-size: 33px;
    color: #ffffff;
    margin-top: 15px;
}
.items{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #ffee88;
    margin-top: 50px;
}
.doc{
    color: #ffee88;
    margin-top: 50px;
}
.items p, .doctor-item{
    line-height: 2.25;
    font-size: 20px;
    margin: 20px 30px 20px 30px;
    border: 1px solid #ffffff;
    padding: 15px;
    min-height: 260px;
}
.doctor-item{
    min-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span{
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
}

#price, #doctor, #equipment{
    display: flex;
    flex-direction: column;
    flex:1 1 25%;
}

h2{
    position: relative;
    font-size: 21px;
}

#doctor h2:before , #price h2:before, #equipment h2:before{
    position: absolute;
    content: " ";
    margin-top:12px;
    margin-left: -43px;
    width: 30px;
    height: 30px;
}    

#doctor h2:before{
    background: url(img/doctor_1.png) center center no-repeat;
    background-size: contain;
}
#price h2:before{
    background: url(img/doctor-stethoscope.png) center center no-repeat;  
    background-size: contain; 
}
#equipment h2:before{
    background: url(img/microscope.png) center center no-repeat;  
    background-size: contain; 
}

.content_menu{
    padding-top: 100px;
    padding-bottom: 100px;
}

.content_menu .navbar {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;

}

.block{
    text-align: center;
    width: 265px;
    height: 400px;
}

#about{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.doctors{
    display: flex;
    flex-direction: column;
    position: relative;
}

h1 {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 33px;
    font-weight: 900;
    color: #266b3c;
    text-align: center;
    text-transform: uppercase;
    line-height: 55px; 
}
.services h1{
    background-color: #266b3c;
    border-top: 2px solid #ffee88;
    border-bottom: 2px solid #ffee88;
    color:#fff;
}
.services-container{
    color:#266b3c;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    justify-content: space-evenly;
    /*align-items: center;*/
    height: auto;
    margin-top: 60px;
    margin-bottom: 25px;
}
.services ul{
    flex-direction: column;
    margin: 0 200px 0 200px;
}

.services li {
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    width: 100%;
    min-height: 50px;
}

.services li:before{
    position: absolute;
    content:"";
    width: 30px;
    height: 30px;
    margin-left: -52px;
    background: url(img/cardiogram.png) center center no-repeat;
    background-size: contain;
}

.services .without:before{
    background:none;
}    
/*.services ul:nth-child(2) li:nth-child(2):before, .services ul:nth-child(3) li:nth-child(3):before{
    background-image: none;
}*/
.doctors h2:before{
    position: absolute;
    content:"";
    width: 30px;
    height: 30px;
    margin-left: -52px;
    background: url(img/doc.png) center center no-repeat;
    background-size: contain;
    top: 10px;
}
.doctor-item span:first-child {
    font-size: 30px;
}
#display3, #display4{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
#display3 h1{
    margin-bottom: 50px;
}
.contact, .contact h1 {
    width: 100%;
}

.contact h1 {
    background-color: #266b3c;
    border-top: 2px #ffee88 solid;
    border-bottom: 2px #ffee88 solid;
    margin-bottom: 35px;
    color: #fff;
}
.all-partners{
    display: flex;
    flex-direction: column;
   padding-bottom: 35px;
}
.partners-row1, .partners-row2, .partners-row3,.partners-row4{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.partners-row1 .partner-item, .partners-row2 .partner-item,.partners-row3 .partner-item,.partners-row4 .partner-item {
    margin: 20px 30px 20px 30px;
    border: 3px solid #266b3c;
    padding: 25px;
    min-height: 80px;
    width: 135px;
}

.partners-row1 .partner-item:first-child{
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ukraine.png) center center no-repeat;
    background-size: 80%;
}

.partners-row1 .partner-item:nth-child(1):hover{
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ukraine.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(2){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_aska.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_aska.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_aska.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(2):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_aska.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_aska.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_aska.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(3){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_smartassis.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_smartassis.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_smartassis.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(3):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_smartassis.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_smartassis.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_smartassis.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(4){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_sosukr.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_sosukr.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_sosukr.png) center center no-repeat;
    background-size: 80%;
}
.partners-row1 .partner-item:nth-child(4):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_sosukr.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_sosukr.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_sosukr.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(1){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_providna.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_providna.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_providna.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(1):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_providna.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_providna.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_providna.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(2){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_axa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_axa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_axa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(2):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_axa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_axa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_axa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(3){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_alfa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_alfa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_alfa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(3):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_alfa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_alfa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_alfa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(4){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_uniqa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_uniqa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_uniqa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row2 .partner-item:nth-child(4):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_uniqa.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_uniqa.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_uniqa.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(1){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ingo.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ingo.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ingo.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(1):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ingo.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ingo.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ingo.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(2){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ukgroup.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ukgroup.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_ukgroup.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(2):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ukgroup.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ukgroup.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_ukgroup.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(3){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_tac.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_tac.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_tac.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(3):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_tac.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_tac.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_tac.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(4){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_premier.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_premier.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_premier.png) center center no-repeat;
    background-size: 80%;
}
.partners-row3 .partner-item:nth-child(4):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_premier.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_premier.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_premier.png) center center no-repeat;
    background-size: 80%;
}
.partners-row4 .partner-item:nth-child(1){
    background: -webkit-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_arsenal.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_arsenal.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65)), url(img/sk_arsenal.png) center center no-repeat;
    background-size: 80%;
}
.partners-row4 .partner-item:nth-child(1):hover{
    background: -webkit-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_arsenal.png) center center no-repeat;
    background: -o-linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_arsenal.png) center center no-repeat;
    background: linear-gradient(rgba(255, 238, 136, 0), rgba(255,238,136,0)), url(img/sk_arsenal.png) center center no-repeat;
    background-size: 80%;
}
.photo-clinica a p {
    padding-top: 15px;
    color: red;
    position: relative;
    margin-left: 30px;
}

#display3 .about {
    border-top: 2px #ffee88 solid;
    border-bottom: 2px #ffee88 solid;
    text-transform: uppercase;
    background-color: #266b3c;
    color: #ffffff;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
    width: 100%;
    height: 35%;
}
#display3 .about h1{
	margin-bottom: 50px;
	margin-top: 15px;
	color: #ffffff;
}
.block-contact{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 35px;
    justify-content: space-around;
}
.photo-clinica{
    justify-content: center;
    text-align: center;
}

.photo-clinica p{
    color: #266b3c;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.45;
}    


.photo-clinica .photo{
    width: 600px;
    height: 300px;
    margin-top: 25px;
    padding: 15px;
    overflow: hidden;
}  

p{
    text-transform: none;
    color:#ffee88;
    font-weight: 400;
}
.map {
    width: 45%;
    max-width: 600px;
    height: 509px;
    background: url(img/maps.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #266b3c;
}
iframe{
    width: auto; 
    height: 420px;
}
.photo-clinica {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*подвал*/
footer {
    background-color: #266b3c;
    border-top: 2px #ffee88 solid;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

footer .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	width: 100%;
}


.menu_footer {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    margin-top: -7px;
    font-weight: normal;
	
}

.menu_footer > ul{
	display: flex;
    width: 100%;
    font-size: 25px;
}

.menu_footer > .nav > li{
    position: relative;
    display: block;
	margin-right: 40px;
}


.menu_footer > .nav > li > a {
    line-height: 34px;
    color: inherit; /*наследование*/
    font-weight: normal;
}

footer .info {
    line-height: 25px;
    padding-top: 35px;
    font-size: 14px;
    max-width: 554px; 
    font-weight: lighter;
}
 .logo_footer{
    width: 350px;
    max-width: 100%;
}
.logo_footer img{
    width: 100%;
    max-width: 100%;
}
 .slider-contacts img {
    height: 100%;
    width: auto;
    max-width: 100%;
 }

@media screen and (max-width: 1919px) {
    .head{
        height: auto;
    }
    .info{
        align-self: flex-start;
   }
    h2{
        font-size: 20px;
   }
    .items p{
        font-size: 18px;
        min-height: 300px;
    }
    .doctor-item span{
        font-size: 24px;
    }
    .about p{
        font-size: 21px;
        margin: 0 20px;
    }
    .services-container{
        font-size: 23px;
    }
}
@media screen and (max-width: 1600px)
{    
    .logo_header {
        align-self: center;
    }
    i{
        font-size: 17px;
    }
    .info{
        min-width: 60%;
    }
    iframe{
        width: 450px;
    }
    .services-container{
        font-size: 20px;
    }
    h2{
        font-size: 17px;
   }
    h1, .premium h1, .doctors h1{
        font-size: 30px;
   }
   .info-panel{
        font-size: 26px;
        margin-top: -2em;
   }
   .menu_header > .nav > li > a{
        line-height: 60px;
   }
   .items p{
        font-size: 16px;
        min-height: 280px;
        line-height: 1.75;
    }
    .doctor-item{
        min-height: 175px;
    }
    .doctor-item span{
        font-size: 24px;
    }
}
@media screen and (max-width: 1280px)
{    
    .head{
        flex-direction: column;
    }
    .info {
        padding: 0;
    }
    .logo_header{
       display: flex;
       height: auto;
    }
    .logo_header img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .info{
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .info-panel__img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .info-panel {
        padding: 0 30px;
        font-size: 26px;
    }
    .premium .items{
        flex-direction: column;
        margin-top: 25px;
    }
    .items p {
        min-height: auto;
        line-height: 1.8;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    iframe{
        width: 100%; 
        height: auto;
    }
    .info-panel {
        margin-top: 0;
    }
    .photo-clinica .photo {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .info-panel {
        padding: 0 20px;
        font-size: 20px;
        margin-top: 15px
    }
    .info-panel a {
        margin: 15px 0;
        font-size: 26px;
    }
    h1, .premium h1, .doctors h1 {
        font-size: 25px;
    }
    .services-container{
        flex-direction: column;
    }
    .partners-row1 .partner-item, .partners-row2 .partner-item, .partners-row3 .partner-item, .partners-row4 .partner-item {
        margin: 20px 30px 20px 30px;
        min-height: 50px;
        width: 75px;
    }
    .block-contact {
        flex-direction: column;
    }
    .menu_footer > ul{
        flex-direction: column;
    }

}
@media screen and (max-width: 1000px) {
    header {
        position: relative;
        height: 65px;
        background-color: #266b3c;
    }
    .navbar {
        display: none;
    }
    .content {
        padding-top: 10px;
    }
    .logo_header{
        height: 100%;
      /*  margin-top: 10px;
        margin-bottom: 10px;*/
    }
    .menu_header > .nav > li > a{
        font-size: 20px;
    }
    .wrapCI {
        display: none;
    }
    
    .main-info{
        flex-direction: column;
        height: auto;
    }
    .main-info .sl{
        width: 100%;
    }
    .slider-photo {
        width: 100%;
        height: 100%;
    }
    .info-panel{
        flex-direction: row;
        padding: 0;
        margin: 0 auto;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 100%;
    }
    .info-panel__img {
        width: 30%;
        max-height: 100px;
        margin-right: 25px;
    }
    .descr{
        margin-right: 25px;
        font-size: 22px;
    }
    .partners-row1, .partners-row2, .partners-row3, .partners-row4 {
        flex-direction: column;
    }
    .services-container ul {
        margin: 0 0px 0 100px;
    }
    .main-info, #display1 {
        width: 100%;
    }
     .menu_footer{
        display: none;
    }
    #display3 .about{
        height: auto;
    }
    .doctors .sl{
        height: 100%;
        display: flex;
    }
    .block-contact {
        align-items: center;
       
    }
    .map, .photo-clinica {
        width: 90%;
    }
    .map {
        height: 300px;
        margin-top: 10px;
    }
    .doctor-item span:first-child {
        font-size: 26px;
    }
     .doctors h1 {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar_mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .wrap {
        height: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

   }
@media screen and (max-width: 640px) {
     h1, .premium h1, .doctors h1 {
        font-size: 20px;
    }
    .menu_header {
        justify-content: center;
        align-items: center;
    }
    .menu_header ul {
        flex-direction: column;
        margin-left: 15px;
        display: none;
    }
    .menu_header > .nav > li > a {
        line-height: 1.5em;
    }
    .menu-burger{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menu_footer{
        display: none;
    }
    .info-panel__img {
        margin-left: 15px;
        width: 50%;
    }
    footer {
        padding-top: 0;
    }
    footer .navbar{
        flex-direction: column;
        width: 100%;
    }
    .logo_footer{
        width: 100%;
        margin: 0 auto;
    }
    .info_footer{
        text-align: center;
    }
    .copyright{
        margin-top: 25px;
        font-size: 14px;
    }
    .copyright p{
        font-size: 12px;
    }
    .block-contact{
        padding-bottom: 15px;
    }
    .hoto-clinica {
        margin-right: 0;
    }
    iframe{
        margin: 0 auto;
        width: 75%;
    }
    #display3 .about{
        height: auto;
    }
    .navbar{ 
        height: auto;
        padding-top: 10px;
    }
    .logo_footer{
        width: 98%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio:0) {
    .myOpen{
        display: flex;
    }
    .myClose {
        display: none;
    }
    
    .btn {
        margin-bottom: 25px;
        border: 2px solid #ffee88;
        padding: 10px;
        background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65));
        background-size: 100%;
    }
    .btn p{
        color: #266b3c;
    }
    .btn:hover{
        cursor: pointer;
    }
    .menu-burger{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 480px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio:0) {
    .info-panel__img {
        width: 75%;
        margin-right: 15px;
    }
    .descr {
        font-size: 16px;
        text-align: justify;
    }
    .info-panel span{
        font-size: 18px;
        text-align: center;
    }
    .about p {
        font-size: 14px;
        line-height: 22px;
    }
    .menu-burger span {
        width: 30px;
        margin: 4px;
    }
     h1, .premium h1, .doctors h1 {
        font-size: 20px;
        line-height: 1.8em;
     
      /*  margin-top: 25px;*/
    }
    #display3 .about h1 {
        margin-bottom: 25px;
    }
    .premium, .doctors {
        line-height: 55px;
        letter-spacing: 3px;
        text-align: center;
        padding: 20px 15px 40px 15px;
        height: 70vh;
    }
    .items p {
        margin-right: 0;
        margin-left: 0;
        font-size: 12px;
    }
    h2 {
        font-size: 15px;
    }
    #equipment h2{
        margin-right: -30px;
    }
    #doctor h2 {
        margin-left: 30px;
        line-height: 2.8em;
    }
    #doctor h2:before{
        margin-top: 4px;
    }
    .services-container {
        font-size: 16px;
    }
    .services-container ul{
        margin-right: 15px;
    }
    .services-container li{
        min-height: 25px;
    }
    .doctors .slick-next {
        right: 0px;
        display: none;
    }
    .doctors .slick-prev {
        left: 0px;
        display: none;
    }
    .doctor-item p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .doctor-item span {
        line-height: 1.8em;
        font-size: 18px;
    }
    .first {
        margin-top: 20px;
    }
    .contact{
        width: 100%;
    }
    .photo-clinica {
        margin-right: 0;
        height: auto;
    }
    .photo-clinica .photo {
        width: 100%;
    }
    iframe{
        margin: 0 auto;
        width: 92%;
    }
    .photo-clinica p{
        font-size: 20px;
    }
    .photo-clinica .photo{
        margin-top: 10px;
        height: 34vh;
       /* height: auto;*/
    }
    .slider-photo {
        height: 30vh;
    }
    #display3 h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    footer {
        padding-top: 0;
    }
    footer .navbar{
        flex-direction: column;
        width: 100%;
    }
    .info_footer{
        text-align: center;
    }
    .copyright{
        margin-top: 10px;
        font-size: 12px;
    }
    .copyright p{
        font-size: 10px;
    }
    .block-contact{
        padding-bottom: 15px;
    }
    .myClose {
        display: none;
    }
    
    .btn {
        margin-bottom: 25px;
        border: 2px solid #ffee88;
        padding: 10px;
        background: linear-gradient(rgba(255, 238, 136, .65), rgba(255,238,136,.65));
        background-size: 100%;
    }
    .btn p{
        color: #266b3c;
    }
    .btn:hover{
        cursor: pointer;
    }
    .slider-contacts img {
        height: 30vh;
        width: 100%;
    }
    .slider-contacts img {
        height: 30vh;
    }
    #display3 .about{
        height: auto;
    }
    #price, #doctor, #equipment{
        flex: 1 1 auto;
    }
    .slider-doctor {
        height: 100%;
    }
    .slider-doctor .slick-arrow {display: none!important; }
    
    .slider-photo .slick-slide{
        height: 35vh;
    }
    .slider-photo .slick-track, .slider-photo .slick-list{
        max-height: 220px;
        height: 100%;
    }
    .slider-photo img {
        width: 100%;
        height: 100%;
    }
    .main-info{
        max-height: 100%;
    }

    .main-info .sl {
        margin-bottom: 15px;
    }

}
@media screen and (min-width: 320px) and (max-width: 340px) {
    .logo_mob {
        width: 240px;
    }
}


