html {margin-top: 0px !important;}
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
.header-logo img {
    max-height: 43px;
}
header{
    /*position: fixed;*/
    z-index: 9999;
    width: 100%;
    top: 0;
    background: #FFFFFF;
}

.sticky {
    /*position: fixed;*/
    top: -500px;
    width: 100%;
    z-index: 9999;
    animation-name: hidenTop;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    transition:  0.6s;
    background: #FFFFFF;
}
.header-logo a.link-block {
    display: block;
}
@media screen and (max-width: 768px) {
    header{
        position: fixed;
    }
    .sticky {
        position: fixed;
    }   

}

@keyframes hidenTop {
    from {
        top: -500px;
    }
    to {
        top: 0
    }
}
.sticky .header-line{
    display: none;
}
.sticky {
    border-bottom: 1px solid #e6e6e6; 
}


.header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.header-logo{
    max-width: 399px;
    width: 100%;
}
.select-region{
    max-width: 390px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#modal_2{
	z-index: 9999!important;
}
.call-popup{
    cursor: pointer;
}
.header-phone_numb{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-phone_numb a{
    color: #369;
    font-size: 21px;
    line-height: 1.3;
    font-family: 'Roboto-Medium';
    font-weight: 900;
}
.header-phone_numb span{
    font-size: 11px;
    color: #4C4C4C;
    font-family: 'Roboto-Light';
    display: block;
    margin-left: 8px;

}

.header-line{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.sidenav{
    position: relative;
}
.sidenav>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sidenav>ul>li{
	margin-left: 15px;
	transition: 0.3s;
	
}
.sidenav>ul>li:first-child{
	width: 42%;
	margin-left: 0;
	
}
.sidenav>ul>li>a{
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    padding: 10px 0;
}
.sidenav>ul> .sidenav_active_li>a{
    color: #0cf;
}
.sidenav ul>li>a:hover{
    color: #0cf;
}
.sidenav ul li .sidenav__drop_main{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
    margin: 5px 0 0 0;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(217,221,223,.53);
    z-index: 100;
    border: 1px solid #00CCFF;
}
.sidenav ul .sidenav_active_li .sidenav__drop_main{
    display: flex;
}

.sidenav>ul>li:first-child>a:after{
	content: "";
	position: absolute;
    top: 10px;
    left: 199px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-135deg);
	transition: 0.3s;
}
.sidenav>ul .sidenav_active_li>a:after{
    transform: rotate(45deg)!important;
    top: 14px!important;
	
	
}
.sidenav>ul>li>.sidenav__drop_main>ul .dropdown-menu__active>a{
	position: relative;
}
.sidenav>ul>li>.sidenav__drop_main>ul .dropdown-menu__active>a:after{
	content: "";
	position: absolute;
	top: 11px;
	right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
	transition: 0.3s;
}
.sidenav>ul>li>.sidenav__drop_main .sidenav__drop{
    width: 250px;
    background: #FFFFFF;
    transition: 0.3s;
    margin: 2px 0 0;
    border-right: 1px solid #00CCFF;
    padding: 5px 0px 10px;
    z-index: 99;
}
.sidenav>ul>li>.sidenav__drop_main>ul li{
    padding: 0px 15px;
}
.sidenav ul li .sidenav__drop_main  ul li a{
    color: #000;
    font-size: 12px;
    text-shadow: none;
    padding: 10px 0px;
    width: 100%;
}
.sidenav ul li .sidenav__drop_main  ul li ul li a{
    padding: 7px 0px;
    width: 100%;

}
.sidenav ul li .sidenav__drop_main ul li a:hover{
    color: #0cf;
}
.sidenav>ul>li>.sidenav__drop_main .sidenav__drop li .dropdown-menu{
    display: none;
    max-width: 800px;
    width: calc(100% - 250px);
    position: absolute;
    left: 250px;
    top: 0;
    padding: 10px 30px;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
}
.sidenav>ul>li> .sidenav__drop_main .sidenav__drop li:hover .dropdown-menu{
    display: flex;
}
.sidenav>ul>li .sidenav__drop_nor{
    width: 250px;
    background: #FFFFFF;
    transition: 0.3s;
    margin: 2px 0 0;
    border: 1px solid #00CCFF;
    padding: 5px  10px;
    z-index: 99;
    top: 35px;
    position: absolute;
    display: none;
    box-shadow: 0 20px 30px 0 rgba(217,221,223,.53);

}
.sidenav>ul>li .sidenav__drop_nor ul li a{
    color: #000;
    font-size: 12px;
    text-shadow: none;
    padding: 5px 0px;
}
.sidenav>ul>li .sidenav__drop_nor ul li a:hover{
    color: #0cf;

}
.sidenav>ul .sidenav_active_li .sidenav__drop_main{
    display: block;
}
.open-menu {
    display: none;
    position: absolute;
    left: 240px;
    z-index: 999;
    cursor: pointer;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: #0cf;
    top: 0;
}
.open-menu span {
    position: absolute;
    top: 7px;
    height: 5px;
    width: 40px;
    background-color: rgb(255,255,255);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.close-menu {
    display: none;
    position: absolute;
}
.close-menu span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgb(255,255,255);
}
.close-menu span:first-child, .close-menu span:last-child {
    display: none;
}
.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.close-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.anim-menu {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
}



.body_fix {
    width: 100%;
    overflow: hidden;
}
.body_fix .open-menu.close-menu {
    top: 0;
    left: 240px;
    z-index: 99999;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    overflow: auto;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -ms-transform: scaleY(0.01) scaleX(0);
    transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: unfoldIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: unfoldOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: unfoldOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@-webkit-keyframes unfoldIn {
    0% {
        -webkit-transform: scaleY(0.005) scaleX(0);
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        -webkit-transform: scaleY(0.005) scaleX(1);
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes unfoldIn {
    0% {
        -webkit-transform: scaleY(0.005) scaleX(0);
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        -webkit-transform: scaleY(0.005) scaleX(1);
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1);
    }
}
@-webkit-keyframes unfoldOut {
    0% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1);
    }
    50% {
        -webkit-transform: scaleY(0.005) scaleX(1);
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        -webkit-transform: scaleY(0.005) scaleX(0);
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes unfoldOut {
    0% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1);
    }
    50% {
        -webkit-transform: scaleY(0.005) scaleX(1);
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        -webkit-transform: scaleY(0.005) scaleX(0);
        transform: scaleY(0.005) scaleX(0);
    }
}

.modal-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-animation: zoomIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: zoomIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal-container{
    padding: 15px 15px 30px 15px;
    position: relative;
    max-width: 475px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.modal-block_img{
    text-align: center;
}

.modal-block_phone{
    margin: 5px 0;
}
.modal-block_phone p{
    font-size: 16px;
    color: #4C4C4C;
    line-height: 1.3;
}
.modal-block_phone p a{
    font-size: 16px;
    color: #337AB7;
    font-family: 'Roboto-Light';

}
.modal-block_phone strong{
    color: #000000;
    font-size: 16px;
}
.modal-block_phone strong span{
    color: #336699;
    font-size: 16px;

}
.modal-block_form{
    max-width: 275px;
    width: 100%;
    margin: 10px auto;
}
.modal-block_form input{
        height: 40px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
    margin-bottom: 5px;
    max-width: 275px;
    width: 100%;
}
.modal-block_form button{
    width: 100%;
    height: 45px;
}
.modal-container .close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
    width: 38px;
    height: 38px;
    border: 2px solid #0cf;
}
.modal-container .close:before,
.modal-container .close:after{
    content: "";
    position: absolute;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}
.modal-container .close:before{
    width: 90%;
    height: 1px;
}
.modal-container .close:after{
    width: 1px;
    height: 90%;
}

.modal-container_max-wid{
	max-width: 800px;
	width: 100%;
}
.popup-about-doctor{
	text-align: left;
	
}
.popup-about-doctor p{
	margin: 0;
	padding: 10px;
	color: #545454;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1170px){
    .select-region {
        flex-wrap: wrap;
		justify-content: flex-end;
    }
	.sidenav>ul>li:first-child{
		width: 38%;
		
	}
}


@media (max-width: 992px){


    .menu-width{
        width: 100%!important;
        transition: all 0.5s ease 0s!important;
        height: 0!important;
    }
    .transition-menu{
        width: 100%!important;
        transition: all 0.5s ease 0s!important;
        height: 100% !important;
    }
    .open-menu span:nth-child(2), .open-menu span:nth-child(3) {
        top: 21px;
    }
    .close-menu span:nth-child(2), .close-menu span:nth-child(3) {
    }
    .open-menu span:last-child {
        top: 35px;
    }
    .open-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .menu-cnt {
        margin: 0;
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 202px;
        left: 0;
        overflow-x: hidden;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        background-color: rgb(255,255,255);
    }

    .sidenav>ul {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .sidenav>ul>li {
        margin: 4px 0;
        transition: 0.2s;
        opacity: 0;
        height: auto;
        display: block;
        text-align: center;
    }
    .header-main {
        padding: 10px 0 15px;
        flex-direction: column-reverse;
    }
    .header-phone_numb span{
        display: none;
    }
    .select-region {
        max-width: 380px;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: flex-end;
    }
    .header-phone{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-top: 15px;
    }
    .header-phone_numb a {
        font-size: 20px;
        margin: 0 10px;
    }
    .header-logo {
        max-width: 250px;
    }
	.header-logo img{
          max-width: 220px;
    position: absolute;
    top: 40px;
    left: 8px;
    }
    .header-line{
        border: unset;
    }
    header{
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    }
    .sidenav ul li .sidenav__drop_main {
        position: relative;
        top: 0px;
    }
    .sidenav>ul>li .sidenav__drop_nor {
        top: 0;
        position: relative;
    }
    .sidenav>ul>li>.sidenav__drop_main .sidenav__drop li .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 4px 13px;
        flex-direction: column;
        justify-content: space-between;
    }
    .treatment-alcoholic-title span {
    font-size: 26px;
}
.treatment-alcoholic_info {
    max-width: 582px;
    margin: 0 auto;
}
.free-consultation {
    flex-direction: column;
}
.free-consultation a {
    margin-right: 0;
    margin-bottom: 10px;
}
.sidenav>ul>li:first-child>a:after {
 
    left: auto;
    right: 21px;
	
	}
	.sidenav>ul>li:first-child {
    width: 100%;
}
	.sidenav>ul .sidenav_active_li .sidenav__drop_main{
		    max-width: 300px;
    position: relative;
    margin: 0 auto;
	}
.sidenav>ul>li>.sidenav__drop_main .sidenav__drop {
	width: 100%;
	    border-right: unset;
	}
	.sidenav>ul>li>.sidenav__drop_main>ul .dropdown-menu__active>a:after {
    transform: rotate(-135deg);
}
	.sidenav>ul>li:first-child a{
		    max-width: 400px;
    width: 100%;
    margin: auto;
	}
    .header__item-new.header__item-new--first:before {
        display: none;
    }
    .header__item-new.header__item-new--first {
        padding-left: 0!important;
        display: block!important;
    }
}
@media (max-width: 768px){
    .open-menu {
        left: 140px;
    }
    .body_fix .open-menu.close-menu {
        left: 140px;
    }
    .header-phone {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
	.sticky .header-phone {
		display: none;
	}
    .header-phone_numb a {
        font-size: 15px;
        margin: 0 5px;
    }
    .select-region {
        max-width: 295px;
        margin-bottom: 0px;
    }
    .menu-cnt {
        top: 101px;
    }
    

}


@media (max-width: 576px){
    .open-menu {
        left: 15px;
    }
    .body_fix .open-menu.close-menu {
        left: 15px;
    }
    .modal-container {
    padding: 15px 10px 30px 10px;
    max-width: 300px;
    width: 100%;    
    }
    .header__item-new.header__item-new--second img {
        display: none;
    }
    .btn-blue.btn-blue--custom {
        display: inline-block;
        width: auto;
    }
    .header__block {
        display: block;
    }
    .first-screen {
        padding: 0;
    }
    .header-phone_numb {
        position: relative;
        display: block;
        padding-left: 10px;
    }
    .header-phone_numb:before {
        content: '';
        position: absolute;
        background-color: #08d208;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: calc(50% - 5px);
        left: 0;
    }
    .header-phone_numb a {
        font-size: 15px!important;
    }
    .header-main .header__call-button {
        display: block;
        text-align: center;
    }
    .header-main .btn--gradient {
        display: inline-block;
        background: 0 0;
        color: #333!important;
        border-bottom: dashed 2px!important;
        border-radius: 0;
        box-shadow: none;
        padding: 0!important;
        margin-right: 0!important;
        text-transform: uppercase;
        font-size: 12px;
    }
    .header__item-new .header-adres {
        display: block;
    }

}


/* new header */
.nheader,.nheader *,.nheader *:after,.nheader *:before,
.hmob,.hmob *,.hmob *:after,.hmob *:before{
	box-sizing: border-box;
}
.nheader{
	background: #edf2f6;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}

.nheader.nheader--custom {
	background: #336699;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
}

.nheader.nheader--custom .ser-left>.menu-item>a {
    color: #fff;
}

.nheader.nheader--custom .ser-left>.menu-item {
    padding: 0px 15px;
}

.nheader-ser__btn{
	font-size: 18px;
    color: #2f4756;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
	cursor: pointer;
	padding: 15px 0;
}
.ser-menu{
	visibility: hidden;
    opacity: 0;
    transition: all 0s .5s linear;
    position: absolute;
    left: 0;
	top: 100%;
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(217,221,223,.53);
    z-index: 100;
    border: 1px solid #a5a5a5;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: calc(100vh - 150px);
    overflow: hidden;
    overflow-y: auto;
	scrollbar-width:none;
	display: none;
}
.ser-menu::-webkit-scrollbar{width:0}

.ser-menu::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}
.ser-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ser-menu::-webkit-scrollbar-thumb {
  background: #5bc1e3;
}
.ser-menu::-webkit-scrollbar-thumb:hover {
  background: #336699;
}

.nheader-ser__btn:after{
	position: absolute;
    bottom: -20px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
    transform: rotate(-45deg);
    margin-left: -7px;
    left: 38px;
    background: #fff;
    z-index: 9999;
	transition: all 0.3s;
	opacity: 0;
}
.nheader-ser__start:hover .nheader-ser__btn:after{
	opacity: 1;
	bottom: -7px;
}
.ser-menu__left{
	margin: 0;
    padding: 15px 0 15px 0;
    list-style: none;
    min-height: 430px;
    width: 250px;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
}
.ser-menu__right{
	width: calc(100% - 250px);
	padding: 0 50px;
    background: #fff;
}
.ser-menu__left a{
	padding: 5px 15px 5px 15px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    color: #2f4756;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    text-decoration: none;
    line-height: 26px;
	transition: all 0.3s;
	align-items: center;
}
.ser-menu__left a i{
	font-size: 12px;
	display: inline-block;
	color: #5bc1e3;
	width: 25px;
    height: 12px;
    background: url(../img/down.svg) no-repeat center;
    background-size: 25px;
    transform: rotate(-90deg);
}
.ser-menu__left a:hover,
.ser-menu__left li.act a{
	background: #f5f5f5;
	border-bottom-color: #e8e8e8;
    border-top-color: #e8e8e8;
}
.nheader-ser{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nheader-ser__start:hover .ser-menu{
	opacity: 1;
    transition: all 0s 0s linear;
    visibility: visible;
	display: flex;
}
.ser-left{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ser-full {
    width: 100%;
}

.ser-left .menu-item-has-children a {
    position: relative;
}

.ser-left .menu-item-has-children>a:before {
    top: calc(50% - (5px/2));
    right: -15px;
    display: inline-block;
    position: absolute;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.ser-left .menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
}

.ser-left .menu-item-has-children .sub-menu .menu-item-has-children>a:before {
    /* content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px #000 solid;
    border-left: 1px #000 solid;
    position: absolute;
    transform: rotate(-135deg);
    top: calc(50% - (6.9px / 2));
    right: 10px; */
    content: "";
    top: calc(50% - (5px/2));
    right: 11px;
    display: inline-block;
    position: absolute;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.ser-left .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu:before {
    display: none;
}

.ser-left .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    right: -159px;
    left: unset;
    top: 0;
}

.ser-left .sub-menu{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin-top: 0;
    border-radius: 0;
    color: #2f4756;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	display: none;
}
.ser-left .menu-item-has-children:hover>.sub-menu{
	visibility: visible;
	opacity: 1;
	display: block;
}

.ser-main-menu {
    flex-direction: row;
}

.ser-main-menu .menu-item {
    flex-grow: 1;
}

.ser-left .sub-menu {
    padding: 0px;
}

.ser-left .sub-menu a{
	display: block;
    padding: 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 14px;
	transition: all 0.3s;
    border-bottom: 1px #e3e3e3 solid;
    z-index: 10;
}

.ser-left .sub-menu li:last-child a {
    border: none;
}

.ser-left .sub-menu a:hover{
	color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.ser-left>.menu-item{
	padding: 10px 15px;
	transition: all .3s linear;
    position: relative;
}
.ser-left>.menu-item>a{
	font-size: 16px;
    color: #2f4756;
}
.ser-left .menu-item-has-children .sub-menu:before{
	position: absolute;
    top: -7px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
    transform: rotate(-45deg);
    margin-left: -7px;
    left: 38px;
    z-index: 1;
    background: #fff;
}
.ser-tab__title{
	font-size: 22px;
    text-transform: uppercase;
    color: #2f4756;
	border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
	display: block;
	margin-bottom: 20px;
}
.ser-ul>li{
	display: none;
}
.ser-ul>li.show{
	display: block;
}
.ser-ul>li>.sub-menu{
	display: block;
}
.ser-ul>li>.sub-menu>li{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0 0 20px;
}
.ser-ul>li>.sub-menu>li:nth-child(2){
	margin: 0;
}
.ser-title1{
	font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
}
.ser-ul>li>.sub-menu li a{
	font-size: 14px;
    color: #2f4756;
}
.ser-ul>li>.sub-menu li a:hover{
	text-decoration: underline;
}
.hmob,
.mob-m{
	display: none;
}
.nheader i{
	display: none;
}
.nheader-ser__btn i{
	display: inline-block;
    font-size: 12px;
    color: #5bc1e3;
    padding-left: 5px;
    width: 25px;
    height: 12px;
    background: url(../img/down.svg) no-repeat center right;
    background-size: 25px;
}

@media all and (max-width: 768px){
	.nheader{
		display: none;
	}
	.hmob{
		display: none;
		position: fixed;
		top: 0;
		z-index: 999;
		background: rgb(53 104 153 / 0.95);
		left: 0;
		width: 100%;
		height: 100%;
		color: white;
		overflow: hidden;
		overflow-y: auto;
		padding: 30px;
	}
	.hmob-main a{
		display: block;
		color: white;
		font-size: 16px;
	}
	.hmob-main a i{
		display: none;
	}
	.hmob-main .menu-item-has-children>a i{
		display: inline-block;
		font-size: 15px;
		padding-left: 10px;
		transition: all .3s linear;
		color: #fff;
		width: 25px;
		background: none;
		background-color: white;
		-webkit-mask: url(../img/down.svg) no-repeat center;
		-webkit-mask-size: 25px;
	}
	.hmob-main .menu-item-has-children>a.act i{
		transition: all .3s linear;
		transform: rotateX(180deg);
	}
	.hmob-main .sub-menu{
		padding-left: 15px;
		display: none;
	}
	.hmob-main .sub-menu a{
		font-size: 14px;
	}
	.hmob-ser{
		background: #6084a6;
		margin-left: -30px;
		padding: 10px 30px;
		margin-right: -30px;
	}
	.hmob-ser>li>a{
		display: block;
		color: white;
		font-size: 15px;
		text-transform: uppercase;
		padding-right: 30px;
		position: relative;
	}
	.hmob-ser a{
		color: white;
		display: block;
		position: relative;
		font-size: 15px;
		padding: 10px 0;
	}
	.hmob-ser>li>a:hover,
	.hmob-ser a:hover{
		text-decoration: underline;
	}
	.hmob-ser li{
		border-bottom: 1px solid #005387;
	}
	.hmob-ser>li .sub-menu{
		padding-left: 10px;
		display: none;
	}
	.hmob-ser a i{
		display: none;
	}
	.hmob-ser .menu-item-has-children>a i{
		right: 0;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		padding-left: 60px;
		z-index: 10;
		font-size: 15px;
		height: 100%;
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		width: 25px;
		background: none;
		background-color: white;
		-webkit-mask: url(../img/down.svg) no-repeat center;
		-webkit-mask-size: 25px;
		transition: all 0.3s;
	}
	.hmob-ser .menu-item-has-children>a.act i{
		background-color: #00426b;
		transform: rotate(-180deg);
	}
	.hmob-ser .menu-item-has-children>a i:before{
		display: block;
		transition: all .3s linear;
		font-size: 13px;
	}
	.hmob-ser .menu-item-has-children>a.act i:before{
		color: #00426b;
		transform: rotate(180deg);
		transition: all .3s linear;
	}
	.hmob-ser .sub-menu li:last-child,
	.hmob-ser>li:last-child{
		border: none;
	}
	.hmob-main{
		padding: 0 0 30px;
	}
	.hmob-phone a{
		display: block;
		font-weight: 700;
		font-size: 18px;
		text-transform: uppercase;
		color: white;
		padding: 10px 0;
	}
	.hmob-phone a:hover{
		text-decoration: underline;
	}
	.hmob-phone{
		padding: 20px 0 5px;
	}
	.hmob-order a{
		color: #35d7ff;
		font-size: 14px;
		font-weight: 700;
		display: block;
		text-transform: uppercase;
		padding: 5px 0;
	}
	
	
	.mob-m{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 11px;
		z-index: 9;
		right: 10px;
	}
	.sticky .mob-m{
		top: 50%;
		transform: translateY(-50%);
	}
	.open-m .sticky .mob-m{
		top: 11px;
		transform: translateY(0);
	}
	.sticky .select-region .open_modal{
		top: 5px;
		position: relative;
	}
	.mob-m button {
		width: 30px;
		height: 40px;
		position: absolute;
		margin: 0;
		border: 0px;
		background: transparent;
		left: 5px;
		top: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		outline: none;
	}
	.sticky .mob-m button{
		top: -5px;
	}
	.mob-m button span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #336699;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.hmob .mob-m button span{
		background: white;
	}
	.mob-m button span:nth-child(1) {
		top: 9px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.mob-m button span:nth-child(2) {
		top: 19px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.mob-m button span:nth-child(3) {
		top: 29px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.open-m .mob-m button span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 8px;
		left: 9px;
	}
	.open-m .mob-m button span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.open-m .mob-m button span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 30px;
		left: 8px;
	}
	.over_bg {
		z-index: 999;
		position: fixed;
		bottom: 0;
		background: #000000d4;
		right: 0;
		top: 0;
		display: block;
		left: 0;
	}
	.open-m .mob-m button span {
		background: white;
	}
	.header-logo {
        max-width: 500px;
    }
	.header-logo img{
		max-width: 190px;
		top: 20px;
	}
	.select-region .open_modal{
		margin-right: 40px;
	}
	.select-region{
		max-width: 500px;
	}
	
}



.tst {

}

.tst .tst__block {
    background-color: #F8F8F8;
}

.tst .tst__gray {
  padding: 30px 0px;
  background-color: #F8F8F8;
}

.tst .tst__block.tst__block--company {
  margin: 15px 0px 60px 0px;
  background-color: transparent;
}

.tst .tst__title {
  font-weight: 900;
  font-size: 36px;
  margin: 0px 0px 15px 0px;
}

.tst .tst__description {
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}

.tst .tst__carousel .owl-stage {
  padding: 10px 0px;
}

.tst .tst__carousel .owl-nav {
  position: unset;
}

.tst .tst__carousel.owl-carousel button.owl-prev, .tst .tst__carousel.owl-carousel button.owl-next {
  transition: opacity .3s ease-in-out;
}
.tst .tst__carousel.owl-carousel button.owl-prev.disabled, .tst .tst__carousel.owl-carousel button.owl-next.disabled {
  opacity: 0.5;
}

.tst .tst__carousel.owl-carousel button.owl-prev {
  position: absolute;
  font-size: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L13.3536 13.0815L13.7071 26.163L0.272078 12.7279L13 0Z' fill='%230AB9EC'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - (30px / 2));
  z-index: 1000;
  left: -30px;
}
.tst .tst__carousel.owl-carousel button.owl-next {
  position: absolute;
  font-size: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0L13.6464 13.0815L13.2929 26.163L26.7279 12.7279L14 0Z' fill='%230AB9EC'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - (30px / 2));
  z-index: 1000;
  right: -30px;
}

.tst .tst__carousel.owl-carousel .tst__carousel-item {
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.tst .tst__carousel.owl-carousel.owl-main .tst__carousel-item {
  padding: 20px;
}

.tst .tst__carousel.owl-carousel.tst__carousel--company .owl-dots {
  display: none;
}

.tst .tst__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
}

.tst .tst__carousel.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #0AB9EC;
  margin: 0px 4px;
  opacity: 0.3;
}

.tst .tst__carousel.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.tst .tst__carousel .owl-stage-outer {
  margin: 0px -5px;
  padding: 0px 5px;
}

.tst .tst__carousel .tst__carousel-review-count {
  font-size: 14px;
  color: #333333;
}

.tst .tst__carousel .tst__carousel-image {
  margin: 0px 0px 10px 0px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--prodoctorov img {
  width: 130px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--zoon img {
  width: 54px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--docdoc img {
  width: 64px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--lazarev img {
    width: 180px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--2gis img {
    width: 120px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--yandex img {
  width: 46px;
}

.tst .tst__carousel .tst__carousel-image.tst__carousel-image--google img {
  width: 40px;
}

.tst .tst__carousel .tst__carousel-raiting.tst__carousel-raiting--company {
  margin: 0px 0px 10px 0px;
}

.tst .tst__carousel .tst__carousel-raiting {
  margin: 0px 0px 15px 0px;
}

.tst .tst__carousel .tst__carousel-raiting .tst__carousel-num {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #FFCB45;
}

.tst .tst__carousel .tst__carousel-raiting.tst__carousel-raiting--company .tst__carousel-num {
  margin: 0px 0px 10px 0px;
  width: 100%;
}

.tst .tst__carousel .tst__carousel-raiting .tst__carousel-stars-block img {
    width: 60px;
    height: 10px;
    max-width: unset;
}

.tst .tst__carousel .tst__carousel-raiting .tst__carousel-stars-block {
  width: 60px;
  position: relative;
  display: inline-block;
}

.tst .tst__carousel .tst__carousel-raiting.tst__carousel-raiting--company .tst__carousel-stars-block {
  display: block;
}

.tst .tst__carousel .tst__carousel-raiting .tst__carousel-stars-block.tst__carousel-stars-block--prodoctorov {
    width: 120px;
}

.tst .tst__carousel-stars-empty.tst__carousel-stars-empty--prodoctorov {
    display: flex;
}

.tst .tst__carousel-stars-full.tst__carousel-stars-full--prodoctorov {
    display: flex;
}

.tst .tst__carousel .tst__carousel-raiting .tst__carousel-stars-block .tst__carousel-stars-full {
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.tst .tst__tabs-block {

}

.tst .tst__tabs-item {
  margin: 0px 40px 0px 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  padding: 15px 0px 5px 0px;
  border-bottom: 2px transparent solid;
  font-size: 16px;
  cursor: pointer;
  vertical-align: bottom;
  outline: none;
}

.tst .tst__tabs-item:last-child {
  margin: 0px;
}

.tst .tst__tabs-item.tst__tabs-item--video {
    width: 60px;
}
.tst .tst__tabs-itemtst__tabs-item--text {
    width: 105px;
}
.tst .tst__tabs-itemtst__tabs-item--audio {
    width: 62px;
}

.tst .tst__tabs-item.active {
  border-bottom: 2px #0AB9EC solid;
  font-size: 21px;
  padding: 10px 0px;
  color: #0AB9EC; 
}

.tst .tst__tabs-container {
  display: none;
}

.tst .tst__tabs-container.active {
  display: block;
}

.tst .tst__carousel .tst__carousel-title-block {
  margin: 0px 0px 5px 0px;
}

.tst .tst__carousel .tst__carousel-title-name {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.tst .tst__carousel .tst__carousel-title-additional {
  margin: 0px;
  font-size: 14px;
  color: #ACACAC;
}

.tst .tst__carousel .tst__carousel-date {
  color: #ACACAC;
  font-size: 14px;
  margin: 0px 0px 15px 0px;
}

.tst .tst__carousel .tst__carousel-text {
  margin: 0px 0px 15px 0px;
  color: #333333;
  font-size: 16px;
  max-height: 85px;
  overflow: hidden;
  position: relative;
}

.tst .tst__carousel .tst__carousel-text.active,
.tst .tst__carousel .tst__carousel-text.active.hide-text {
    max-height: unset;
    background-color: #fff;
}

.tst .tst__carousel .tst__carousel-text.hide-text:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    background-color: #fff;
    width: 120px;
}

.tst .tst__carousel .tst__carousel-text.active:after,
.tst .tst__carousel .tst__carousel-text.active.hide-text:after {
    display: none;
}

.tst .tst__carousel .tst__carousel-raiting.tst__carousel-raiting--company .tst__carousel-num {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  color: #FFCB45;
  width: 100%;
  line-height: 18px;
}

.tst .tst__carousel .tst__carousel-button-block {
  display: flex;
  margin: 0px -10px;
  align-items: center;
  justify-content: center;
}

.tst .tst__carousel .tst__carousel-button-item {
  padding: 0px 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

.tst .tst__carousel .tst__carousel-button {
  padding: 10px;
  border: 1px #0AB9EC solid;
  color: #0AB9EC;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  background-color: transparent;
}

.tst .tst__carousel .tst__carousel-audio audio {
  width: 100%;
}

.tst .tst__carousel .tst__carousel-button.tst__carousel-button--noline {
  border-color: transparent;
}

.tst__carousel-video {
  position: relative;
}

.tst__carousel-video-block {
  margin: 0px 0px 15px 0px;
  cursor: pointer;
}

iframe {
  border: none;
}

.tst__carousel-video:before {
  content: '';
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tst__carousel-video:after {
  border: 26px solid transparent;
  border-left: 36px solid white;
  content: '';
  position: absolute;
  left: calc(50% - (31px / 2));
  top: calc(50% - (52px / 2));
}

.parthners-title {
    font-size: 38px;
    font-weight: 700;
    font-family: "Intro";
    margin: 0px 0px 15px 0px;
}

.parthners-who {
    margin: 30px 0px 60px 0px;
}

.who-block {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}

.who-content {
    position: relative;
    box-shadow: 0px 4px 18px rgba(10, 185, 236, 0.24);
}

.who-item {
    padding: 0px 15px;
    flex: 0 0 calc(100% / 3);
}

.who-item__title {
    color: #fff;
    font-size: 22px;
    font-family: "intro";
    position: absolute;
    line-height: 1;
    padding: 12px 10px 5px 10px;
    margin: 0px;
    top: 10px;
    left: 10px;
    background-color: #369;
}

.p-advantages-item {
    display: inline-block;
    padding: 10px 25px;
    margin: 0px 15px 15px 0px;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.p-advantages-item:before {
    content: '';
    position: absolute;
    background-color: #369;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
    transform: skewX(-10deg);
}

.parthners-advantages {
    margin: 0px 0px 60px 0px;
    text-align: center;
}

.who-item__img {
    line-height: 0;
}
.who-item__text {
    padding: 10px;
    line-height: 1.5;
}
.who-item__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.parthners-contact {
    background: url('../img/tarrifs-bg2.png') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0px;
}

.p-contact-title {
    font-size: 38px;
    font-family: "intro";
    color: #fff;
    margin: 0px 0px 15px 0px;
}

.p-contact-phone {
    font-size: 24px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: "intro";
    margin: 0px 30px 0px 0px;
}
.p-contact-mail {
    font-size: 24px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: "intro";
}



@media screen and (max-width: 1000px) {
    .pathners-head {
        padding: 30px 0px 0px 0px;
    }
    .who-item {
        padding: 0px 15px;
        flex: 0 0 100%;
        margin: 0px 0px 30px 0px;
    }
    .who-item:last-child {
        margin: 0px 0px 0px 0px;
    }
    .parthners-title {
        line-height: 1.1;
        margin: 0px 0px 30px 0px;
    }
    .p-contact-phone {
        margin: 0px 0px 30px 0px;
    }
    .p-contact-title {
        line-height: 1.1;
        margin: 0px 0px 30px 0px;
    }
    .p-advantages-item {
        margin: 0px 0px 15px 0px;
        font-size: 20px;
    }
  .tst .tst__carousel .owl-stage {
    
  }
  .tst .tst__carousel.owl-carousel button.owl-prev {
    left: 0;
  }
  .tst .tst__carousel.owl-carousel button.owl-next {
    right: 0px;
  }
  .tst .tst__carousel .owl-stage-outer {
    margin: 0px -15px;
    padding: 0px 15px;
  }
  .tst .tst__tabs-block {
    white-space: nowrap;
    overflow: scroll;
  }
  .tst .tst__carousel.owl-main .owl-item {
    padding: 0px 20px;
  }
  .tst .tst__carousel .tst__carousel-button-block {
    flex-wrap: wrap;
  }
  
  .tst .tst__carousel .tst__carousel-button-item {
    padding: 0px 10px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
  }

  .tst .tst__carousel .tst__carousel-button-item:last-child {
    margin: 0px;
  }
  
  .tst .tst__carousel .tst__carousel-button {
    width: auto;
  }
}

