/*!
Theme Name: baacx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: baacx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@media(max-width:768px){
    .modal__container{
        background:white;
        border-left:20px solid rgba(2, 88, 133, 0.8);
    }
    .city__item .title,.modal__doctors-title{
        font-size:26px;
    }
    .city__item .subitem>div{
        font-size:18px;
    }
    .modal__doctors-img{
        width:52px;
        margin-top:0;
    }
    .modal__doctors-item{
        gap:10px;
    }
    .modal__doctors-info .txt-lg{
        font-size:16px;
    }
    .modal__doctors-info .txt-sm{
        font-size:12px;
    }
    .header ul li span{
        color:black;
    }
    .header .header__nav ul li:last-child{
        display:block;
    }
    .header .header__nav ul{
        margin-top:0;
        margin-bottom:0;
        margin-left:0;
    }
    .header ul li span+div ul li.active:before{
        background: rgba(0, 0, 0, 0) url(/wp-content/themes/baacx/dist/img/icn-check-orange.881fb604..svg) center no-repeat;
    }
    .footer__nav ul li ul{
        margin-top:0;
        
    }
    .footer__nav ul li ul li{
        gap:0!important;
    }
    .footer__nav ul li ul li a{
        padding:10px;
    }
    .footer__nav > ul > li:first-child{
        padding-bottom:12px;
    }
    .footer__nav > ul > li:first-child > a{
        padding-bottom:10px;
    }
}

.content{
    min-height:calc(100vh - 312px);
} 
.banner__all-partners{
    padding-bottom:80px;
}
.modal__info-item--txt .wp-block-group{
    width:100%;
    overflow:hidden;
}

.modal__info-item--txt ol{
    padding-left:30px;
    margin-bottom:10px
}
.modal__info-item--txt{
    margin-bottom:10px
}
.modal__info-item--txt .wpb_row{
    width:100%;
    overflow:hidden;
}
.modal__info-item--txt li
 {
    font: 18px / 1.5 var(--font-medium);
}
.modal__info-item--txt img{
    margin:0;
}
.page__account .sidebar__list{
    min-width:320px;
}
@media (max-width: 990px) {
    .page__account .sidebar__list {
        display: block;
        width:100%;
        max-width: 460px;
    }
    .modal__info-item--txt *,.wpb_wrapper *{
        text-align:start!important;
    }
    .modal__info-item--txt ol {
        padding-left: 11px;
        margin-bottom: 10px;
    }
    .banner__partners-static-img{
        padding:0;
    }
}

.banner__conference-img img,.page__conferences .banner__conference_big-banner-img img{
    object-fit: cover;
    height: 100%;
}
}