.top_block{
    padding: 10px;
    background: #e3e3e3;
}
.top_block .header__address--wrap{
    margin: 12px 0;
}
.top_block .header__address{
    margin: 0 25px 0 0;
}

.header-fixed{

}
.header-fixed header{
    position: relative;
}
.header-fixed .bottom_block{
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: -15px;
    margin: 15px 0 0;
    box-shadow: 0px 2px 2px 0 rgb(0 0 0 / 6%);
}

.header-fixed .bottom_block .header_bottom_wrapper{
    width: 100%;
    max-width: 1520px;
    margin: auto; 
}


.top_block .zapis{
    padding: 10px 15px;
    background: #ca0009;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.bottom_block{
    margin: 24px 0 0;
}
.logo_block{
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

.logo_block .logo-block-text{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: .9;
    font-weight: 700;
    padding-left: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-start;    
}

.phone__block{
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: end;
}
.phone__block a{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    color: #ca0009;
    line-height: 30px;
}

.top_menu{
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: end;
}
.top_menu .header__item{
    color: #292933;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    margin: 0 15px 0 0;
}
.top_menu .header__item:hover{
    color: #ca0009;
}
.top_menu .top_hamb{
    display: flex;
    align-items: center;
}
.top_menu .top_hamb .hamb_menu{
    width: 30px;
    height: 30px;
    background-color: #ca0009;
    background-image: url(/local/templates/vm-clinic/img/menu.svg);
    margin: 0 3px 0 0;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
}


.popup_menu{
    width: 100%;
    max-width: 350px;
    background: #fff;
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 14px #c6c6c6;
    left: -500px;
    transition: all 0.5s;
}
.popup_menu.active{
    left: 0;
}
.popup_menu .menu_logo{
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.popup_menu .menu_logo img{
    max-width: 150px;
}
.popup_menu ul{
    padding: 0;
    list-style: none;
}
.popup_menu .nav-main-new{
    padding: 0 15px;
    display: none;
}
.popup_menu .nav-main-new.active{
    display: block;
}
.popup_menu .nav-main-new a:hover{
    text-decoration: none;
}
.popup_menu .nav-main-new > li{
    margin: 0 0 3px;
    background: #f8f8f8;
    padding: 0 8px;
    border-radius: 5px;
}
.popup_menu .nav-main-new > li > a, .popup_menu .nav-main-new > li > .block_arr > a{
    color: #454554;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    display: flex;
    padding: 8px 0;
    line-height: 17px;
    min-height: 36px;
    align-items: center;
}

.popup_menu .nav-item_double {
    position: absolute;
    top: 0;
    left: -500px;
    bottom: 0;
    width: 320px;
    background: #fafafa;
    padding: 15px;
    box-shadow: 0 0 14px #c6c6c6;
    transition: all 0.5s;
    z-index: 9;
}
.popup_menu .nav-item_double.active {
    left: 0px;
}

.popup_menu .nav-item{
    color: #454554;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px;
    display: block;
    width: calc(100% - 35px);
}
.popup_menu .block_arr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_menu .block_arr .back_menu{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ca0009;
    border-radius: 100px;
    color: #fff;
    position: relative;
}
.popup_menu .block_arr .back_menu::after{
    content: '';
    background-image: url(/local/templates/vm-clinic/img/arr.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 0 0 2px;
}

.popup_menu .nav-item_double .add_menu{
    background: #edf1f4;
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4;
    padding: 5px 8px;
    font-size: 13px;
    color: #343a40;
    border-radius: 5px;
    margin: 0 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: space-between;
}
.popup_menu .nav-item_double .add_menu span{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ca0009;
    border-radius: 100px;
    color: #fff;
    line-height: 15px;
    font-family: monospace;
}
.popup_menu .nav-item_double .add_menu span:after{
    content: '';
    background-image: url(/local/templates/vm-clinic/img/arr.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 0 0 -2px;
    transform: rotate(180deg);
}
.popup_menu .nav-item_double ul{
    max-height: 88vh;
    overflow-x: overlay;
}
.popup_menu .nav-item_double ul li a{
    color: #454554;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 8px 0;
    width: calc(100% - 30px);
}
.popup_menu .nav-item_double ul li{
    margin: 0 0 3px;
    background: #f2f2f2;
    padding: 0 8px;
    border-radius: 5px;
}

.popup_menu .close_menu{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 15px;
    background: #ca0009;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    cursor: pointer;
}
.popup_menu .close_menu:after{
    content: '';
    background-image: url(/local/templates/vm-clinic/img/close.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0;
}

.mob_menu_button{
    display: none;
}

.popup_menu .phone__block{
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: flex-start;
}


.overflov{
    overflow: hidden;
}

.modal_popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255 255 255);
    z-index: 9999;
    display: none;
    /* transform: translate(-50%, -50%); */
    padding: 20px 10px;
}
.modal_popup.active{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_popup .modal_close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ca0009;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    cursor: pointer;
}
.modal_popup .modal_close:after {
    content: '';
    background-image: url(/local/templates/vm-clinic/img/close.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0;
}
.modal_popup .modal_popup_inner{

}
.modal_popup .modal_popup_title{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
}
.modal_popup .modal_popup_form{
    width: 100%;
}



@media(max-width:1299px){
    .logo_block .logo-block-text{
        display: none;
    }
}


.overview-menu__image{

}
.overview-menu__image .om-image__img-wrapper{
    position: relative;
}
.overview-menu__image .om-image__img{
	width: 100%;
}

.banner___content h1{
	margin-bottom: 30px;
}
.overview-menu__image .om-image__img-wrapper .banner___content{
	position: absolute;
    top: 50%;

    left: 20px;
    right: 20px;
}
.overview-menu__image .om-image__img-wrapper h1{
	background: #ca0009;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    display: inline-block;
	padding: 5px 20px 9px;
}
.service-overview__row .om-menu{
	
}
.service-overview__row .om-menu{
	
}
.service-overview__row .menu-oglav{
	padding: 20px;
    margin: 20px 0;
    background: #fbfbfb;
    border-radius: 15px;
}
.service-overview__row .menu-oglav h3{
	margin: 0 0 15px;
}
.texts-list.menu-oglav h2{
    font-size: 22px;
}
.texts-list.menu-oglav ul{
    margin: 20px 0 0;
}
.service-overview__row .om-menu ul{
    margin: 20px 0 0;
}
.service-overview__row .om-menu ul li{
	margin: 0 0 7px;
}
.service-overview__row .om-menu ul li a{
	font-size: 18px;
}
.service-overview__row .om-menu ul li img{
	/* display: none; */
}
.service-overview__row .main-content{

}
.service-overview__row .main-content img{
    max-width: 100%;
    height: auto;
    margin: 0 0 15px;
}
.service-overview__row .main-content h2{
    font-size: 22px;
    margin: 10px 0 15px;
}
.service-overview__row .main-content h3{
    font-size: 20px;
    margin: 10px 0 15px;
}
.service-overview__row .main-content b{

}
.service-overview__row .main-content p{

}
.service-overview__row .main-content ul{
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 5px 0 15px;
}
.service-overview__row .main-content ul li{
    font-size: 16px;
    line-height: 27px;
}

.service-overview__row .main-content ol{
    padding: 0 0 0 20px;
    margin: 5px 0 15px;
}
.service-overview__row .main-content ol li{
    font-size: 16px;
    line-height: 27px;
}

@media(max-width: 1599px){
	.banner__breadcrumb-wrap{
		margin: 0 20px;
	}
	.service-overview__row{
		margin: 0 20px;
	}
}

@media(max-width: 1199px){
	.overview-menu__image .om-image__img-wrapper h1 {
		font-size: 28px;
	}
}

@media(max-width: 1199px){
	.overview-menu__image .om-image__img-wrapper h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.service-overview__row .om-menu ul li {
		margin: 0 0 10px;
	}
}
@media(max-width: 575px){
	.service-overview__row .main-content h2 {
		font-size: 22px;
		margin: 10px 0 15px;
		line-height: 24px;
	}
	.service-overview__row .main-content p {
		font-size: 16px;
		line-height: 27px;
	}
}

@media(max-width:1100px){
    .top_menu{
        display: none;
    }
    .phone_menu_block{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .phone__block {
        margin: 0 10px 0 -35px;
    }
    .mob_menu_button{
        display: block;
        width: 40px;
        height: 40px;
        background-color: #ca0009;
        background-image: url(/local/templates/vm-clinic/img/menu.svg);
        margin: 0 3px 0 0;
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        cursor: pointer;
    }
}
@media(max-width:991px){
    .phone__block {
        margin: 0 10px 0 0;
    }
    .phone_menu_block {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}
@media(max-width:767px){
    .bottom_block {
        margin: 15px 0;
    }
    .top_block .header__address--wrap {
        margin: 0;
    }
    .header__wrapper .header__address--wrap {
        padding: 7px 0;
        flex-flow: row wrap;
        margin: 0 0 0 -7px;
    }
    .header-fixed .bottom_block .header_bottom_wrapper {
        width: 100%;
        max-width: 1520px;
        margin: auto;
        padding: 2px 12px 0 15px;
    }
    .top_block .zapis {
        margin: 0 -7px 0 0;
    }
    section .map-container{
        height: 270px;
        min-height: 270px;
        position: relative;
        overflow: hidden;
    }
    section .map-container iframe{
        transform: translate(-50%, -70%);
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .footer, .footer-contacts {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .s-small-bg-doctors{
        padding-top: 50px;
        padding-bottom: 0;
    }
}