@media (max-width: 992px) {
/*************************************************************************/
.mob{
	display:flex !important;
}

.mob.burger.active {
    margin-top: -20px;
}
 nav.nav{
     display:block;
 }
.nav {
    width: 100%;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 60px;
    bottom: 0;
    margin: 0;
    left: calc-320px;
    right: -100%;
    /* padding: 15px 20px; */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: right 0.3s;
    background: #ffffff;
    z-index: 2000;
}


.body_modal {
    width: calc(100% - 58px);
}
.nav-toggle {
    /* position: absolute; */
    /* left: 320px; */
    /* top: 1em; */
    padding: 0.5em;
    /* background: inherit; */
    /* color: #dadada; */
    cursor: pointer;
    /* font-size: 1.2em; */
    /* line-height: 1; */
    /* z-index: 2001; */
    /* -webkit-transition: color .25s ease-in-out; */
    -moz-transition: color .25s ease-in-out;
    /* transition: color .25s ease-in-out; */
    /* display: flex; */
    /* flex-direction: column; */
}


.nav-toggle:after {
    /* content: '\2630'; */
    /* text-decoration: none; */
}

.nav-toggle:hover {
    color: #f4f4f4;
}


[id='nav-toggle'] {
    position: absolute;
    display: none;
}




[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
    display: none;
}




[id='nav-toggle']:checked ~ .nav {
    right: 0;
    /* box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5); */
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    /* -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5); */
    overflow-y: auto;
    overflow-x: hidden;
    background: #1f009b;
    /* transform: rotate(-45deg); */
    transform: all 0.5 ease;
}

[id='nav-toggle']:checked ~ .nav-toggle {}


[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}


[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}


body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}


@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}



.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.nav form#currency button{
    padding-left:0px;
    padding-top: 21px;
}
.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #dadada;
    width: 100%;
    text-decoration: none;
       -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

/*
.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
*/
.top_menu ul li {
    /* padding-left: 40px; */
    margin-bottom: 15px;
}

.top_menu ul li a {
    font-weight: 900;
    font-size: 24px;
    line-height: 65px;
/* or 333% */
    /* letter-spacing: 0.1em; */
    /* text-transform: uppercase; */
    color: #FFFFFF;
    /* font-family: 'Exo 2'; */
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
    margin-bottom: 40px;
}
.mob.burger label:before, .mob.burger label:after {/* content: ""; */width: 30px;height: 3px;background: #fff;flex-direction: column;justify-content: center;align-items: center;-webkit-transition: all .5s ease;transition: all .5s ease;transform: rotate(0deg);}
.mob.burger {
    flex-direction: column;
    width: 30px;
    height: 23px;
    /* justify-content: space-between; */
    /* margin-right: 30px; */
}

.mob.burger.active span:nth-child(2) {
    display: none;
}
.mob.burger.active span:nth-child(1) {
   transform:rotate(45deg);
   margin-top: 21px;
}
.mob.burger.active span:nth-child(3) {
   transform:rotate(-45deg);
   margin-top: -15px;
}

.mob.burger span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: flex;
}
.mob.burger label:before {
    /* margin-bottom: 14px; */
}
.mob.burger.active  label:before{

transform: rotate(45deg);

-webkit-transition: all .5s ease;

transition: all .5s ease;
}
.mob.burger.active  label:after{
    
transform: rotate(-45deg);
    
margin-top: -17px;
    
-webkit-transition: all .5s ease;
    
transition: all .5s ease;
}
/*****************************************************************************/
.bl_lang {
    display: none;
}

nav.nav  .bl_lang {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.top_menu {
    display: none;
}

.bl_ik_ban {
    margin-top: 30px;
    flex-direction: column;
}

.bl_ar {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    width: 100%;
}

.ik_bl img {
    height: 74px;
}

.ik_bl p {
    font-size: 12px;
}

.ik_bl {
    max-width: 100%;
    margin: auto;
}

.bl_vop {
    flex-direction: column;
}

.vop {
    width: 100%;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
}

.cont {
    width: calc(100% - 30px);
}

.otvet {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}

h2 {
    /* margin-block-start: 0.83em; */
    /* margin-block-end: 0.83em; */
    font-size: 28px;
    line-height: 32px;
}

.bl_preim {
    flex-direction: column;
}

.col_preim {
    flex-direction: column;
}

.on_preim {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
}

.on_preim p {
    font-size: 14px;
}

.ik_prem img {
    /* padding: 10px; */
    height: 51px;
}

.bl_nap {
    flex-direction: column;
}

.bl_nap .on_nap {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
}

.slick-list.draggable {
    width: 100%;
}

.bl_ot ul li {
    flex-direction: column;
}

.bl_foto {
    width: 80px;
    height: 80px;
}

.bl_otz {
    width: 100%;
}

.zag_otz {
    font-size: 18px;
    line-height: 22px;
    padding-left: 124px;
    margin-bottom: 56px;
    margin-top: -77px;
}

.text_otz p {
    font-size: 12px;
    line-height: 15px;
}

section.vrach {
    padding-top: 30px;
}

.bl_zag_vrachi {
    flex-direction: column;
    margin-top: 40px;
}

.bl_zag_vrachi h2 {
    font-size: 28px;
    line-height: 32px;
}

.bl_zag_vrachi .bl_opis_vrach {
    font-size: 14px;
    margin: 0;
}

.bl_opis_vrach p {
    font-size: 14px;
}

.bl_all_vrach {
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.bl_nap_kliniki {
    flex-direction: column;
    width: 100%;
}

.on_nap_klinik {
    width: 100% !important;
}

.on_nap_klinik.active .nevidimka {
    width: calc(100% - 21px);
}

.lf_foot {
    width: 100%;
}

.rg_foot {
    width: 100%;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 90px;
}

.foot_menu {
    display: none;
}

footer {
    padding-top: 0;
    margin-top: 50px;
}

footer .logo {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.down_foot {
    position: absolute;
    margin-top: 250px;
    width: calc(100% - 30px);
    justify-content: center;
}

.bl_ss_foot {
    justify-content: center;
}

span.ikon_avtor {
    margin-bottom: 70px;
}
header {
    height: 100px;
    position: relative;
}

header:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -98px;
    left: 0;
    height: 140px;
    background: #1f009b;
    z-index: -1;
}

.top_header .logo img {
    width: 80%;
}
.mob.burger label {
    flex-direction: column;
    justify-content: space-between;
    height: 57px;
    display: inline-flex;
    padding: 0;
}
ul#menu-top-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-inline-start: 0px;
    flex-direction:column;
    width: 100%;
    align-items: flex-start;
    padding-left: 15px;
}
ul#menu-top-menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

/* White */
    color: #FFFFFF;
    opacity: 0.7;
    font-family: 'Raleway',sans-serif;
    padding: 0 13px;
    border-bottom: 3px solid #1f009b;
}

ul#menu-top-menu li {
    margin-right: 60px;
    height: 40px;
}

ul#menu-top-menu li a:hover, ul#menu-top-menu li a.active {
    opacity: 1;
    border-bottom: 3px solid #fff;
}
nav.nav .top_menu {
    display: flex;
}

.menu-top-menu-container {
    width: 100%;
}
.fon_top {
    width: 100%;
    display: flex;
    justify-content: center;
}
section.banner {
    height: 720px;
    background-position: -1070px 88px;
    background-color: linear-gradient(#e66465, #9198e5);
}
.bl_prem_nap {
    flex-direction: column;
}

.bl_prem_nap .on_nap {
    width: 100%;
}

.bl_prem_nap .on_nap p {
    margin: 15px 0;
}
.bl_nap_vrach ul {
    height: 0;
    overflow: hidden;
    margin-block-end: 0;
}

.bl_name_vrach {
    width: 50%;
    min-width: 50%;
}

.bl_foto_vrach {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    /* width: 100%; */
    text-align: center;
    justify-content: center;
    margin-left: calc(50% - 55px) !important;
}

.bl_name_vrach li {
    flex-direction: column;
}

.bl_vid_vrach {
    width: calc(100% - 20px);
    margin: auto;
    margin-left: 15px;
}

.zag_vrach {
    font-size: 16px;
}

.dol_vrach {
    font-size: 12px;
    line-height: 16px;
}

.bl_opis_vrach {
    /* width: 50%; */
}

.bl_name_vrach + .bl_opis_vrach {
    width: 40%;
}

.bl_nap_vrach {
    width: 100%;
}
select.mob.selec {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
/* Wireframing/ Light */
    border: 1px solid #A3A6BA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 21px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    display: flex;
    align-items: center;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss05' on;

/* Wireframing/ Light */
    color: #333642;
    padding-left: 15px;
    margin-bottom: 10px;
}
}