@media (max-width: 992px) {
.cont {
    width: calc(100% - 40px) !important;
    padding: 0 20px;
}

.mob{
	display:flex;
}
   nav.nav{
     display:block;
 }
.nav {
    /* width: 100%; */
    min-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: auto;
    right: -100%;
    /* padding: 15px 20px; */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: right 0.3s;
  background: #00A3E1;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url('/wp-content/themes/ministry/image/Group.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 2000;
}

.body_modal {
    width: calc(100% - 30px);
    padding: 15px;
    max-width: 350px;
}
section.not-found {
    position: relative;
    min-height: calc(100vh - 427px);
}
.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;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    background-image: url('/wp-content/themes/ministry/image/mask group (22).jpg');
    background: #00A3E1;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url('/wp-content/themes/ministry/image/Group.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

[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;
}
*/
label.close_menu {position: absolute;right: 25px;top: 10px;display: flex;justify-content: center;align-items: center;width: 44px;height: 44px;z-index: 1000000;display: none;border-radius: 50%;background: #fff;}

label.close_menu span {
    width: 30px;
    height: 2px;
    background: #00a3e1;
    position:absolute;
}

label.close_menu span {
    transform: rotate(45deg);
}

label.close_menu span:nth-child(2) {
    transform: rotate(-45deg);
}
[id='nav-toggle']:checked ~ label.close_menu{
    display:flex;
} 
/*****************************************************************************/
.bl-menu {
    display: none;
}

.lang {
    display: none;
}

.bl-phone {
    /* display: none; */
    flex-direction: row-reverse;
}

label.bl-mob-menu.mob {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 163, 225, 1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

label.bl-mob-menu.mob:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_232_3015)'%3E%3Cpath d='M5 4C5 3.44773 5.44773 3 6 3H19C19.5523 3 20 3.44773 20 4C20 4.55227 19.5523 5 19 5H6C5.44773 5 5 4.55223 5 4ZM19 9H1C0.447734 9 0 9.44777 0 10C0 10.5523 0.447734 11 1 11H19C19.5523 11 20 10.5523 20 10C20 9.44777 19.5523 9 19 9ZM19 15H10C9.44777 15 9 15.4477 9 16C9 16.5522 9.44777 17 10 17H19C19.5523 17 20 16.5522 20 16C20 15.4477 19.5523 15 19 15Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_232_3015'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.logo {
    width: 99px;
    margin-top: 6px;
    margin-left: -5px;
}

.logo img {
    width: 93px;
}

header .cont {
    padding-top: 0;
}

section.top-video .cont {
    padding-left: 20px;
    padding-top: 33px;
}

.nad-zagol {
    width: 185px;
    height: 40px;
    flex-shrink: 0;
    margin-left: 0;
    color: #3D3D3D;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.zagol-top-video {
    color: #242424;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.podzag-top-video {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    margin-top: 8px;
}

.podzag-top-video br {
    display: none;
}

section.top-video a {
    margin-top: 18px;
    width: 213px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 192.857% */
}

.bl-stat-video {
    margin-top: 45px;
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
}

.bl-stat-video .stat {
    height: 44px;
    margin-bottom: 11px;
    margin-right: 0px;
    width: auto;
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 207.692% */
    padding-right: 18px;
}

.ik {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-left: 5px;
}

.ik img {
    width: 15px;
}    
.bl-menu {
    display: none;
}

.lang {
    display: none;
}

.bl-phone {
    /* display: none; */
}

label.bl-mob-menu.mob {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 163, 225, 1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

label.bl-mob-menu.mob:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_232_3015)'%3E%3Cpath d='M5 4C5 3.44773 5.44773 3 6 3H19C19.5523 3 20 3.44773 20 4C20 4.55227 19.5523 5 19 5H6C5.44773 5 5 4.55223 5 4ZM19 9H1C0.447734 9 0 9.44777 0 10C0 10.5523 0.447734 11 1 11H19C19.5523 11 20 10.5523 20 10C20 9.44777 19.5523 9 19 9ZM19 15H10C9.44777 15 9 15.4477 9 16C9 16.5522 9.44777 17 10 17H19C19.5523 17 20 16.5522 20 16C20 15.4477 19.5523 15 19 15Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_232_3015'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.logo {
    width: 99px;
    margin-top: 6px;
    margin-left: -5px;
}

.logo img {
    width: 110px;
    margin-top: 0;
}

header .cont {
    padding-top: 0;
    height: 89px;
}

section.top-video .cont {
    padding-left: 20px;
    padding-top: 33px;
}

.nad-zagol {
    width: 185px;
    height: 40px;
    flex-shrink: 0;
    margin-left: 0;
    color: #3D3D3D;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.zagol-top-video {
    color: #242424;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 92%;
}
.zagol-top-video i{
    font-size: 28px;
}
.podzag-top-video {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    margin-top: 8px;
}

.podzag-top-video br {
    display: none;
}

section.top-video a {
    margin-top: 18px;
    width: 213px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 192.857% */
}

.bl-stat-video {
    margin-top: 45px;
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
}

.bl-stat-video .stat {
    height: 44px;
    margin-bottom: 11px;
    margin-right: 0px;
    width: auto;
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 207.692% */
    padding-right: 18px;
    min-width: 160px;
}

.ik {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-left: 5px;
}

.ik img {
    width: 15px;
}

section.top-video {
    height: 477px;
    margin-top: -1px;
}

.zag-napr {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

section.napr .cont {
    margin-top: 39px;
    padding-bottom: 43px;
    margin: 39px 9px 0;
    width: calc(100% - 40px) !important;
    padding: 0 10px;
    border-radius: 30px;
    padding-bottom: 42px;
}

.bl-napr {
    margin-top: 13px;
    flex-wrap: wrap;
}

a.on-napr {
    width: 45%;
    margin-bottom: 18px;
    padding: 3px;
    border-radius: 15px;
}

.top-kart {
    height: 125px;
    border-radius: 15px;
}

.niz-kart {
    display: flex;
    flex-direction: column;
    padding: 0;
    color: #3B3A3A;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px; /* 100% */
    margin-top: 7px;
}

.niz-kart:after {
    width: 30px;
    height: 30px;
    margin-top: -6px;
}

.bl-napr + a {
    margin-top: 4px;
    height: 50px;
    width: 160px;
}

.niz-kart:before {
    right: auto;
    bottom: 11px;
}   
    .zag-about {
    color: #242424;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-top: 35px;
    margin-left: 0;
}

.lf-about {
    margin-left: 0;
    width: 100%;
}

.bl-about {
    flex-direction: column;
}

.text-about p {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.text-about p br {
    display: none;
}

.stat-about {
    margin-top: -8px;
}

.on-stat-about {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}

.cifra {
    color: #86A544;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 116.667% */
    margin-bottom: -2px;
}

.on-stat-about p {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.on-stat-about:last-child {
    margin-top: 1px;
}

.on-stat-about:last-child:before {
    top: -10px;
}

.on-stat-about:nth-child(2):before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #86A544 -1.51%, rgba(255, 255, 255, 0.00) 110.04%);
    position: absolute;
    top: -7px;
}

.rg-about {
    width: calc(100% + 20px);
    flex-direction: column;
    margin-left: -10px;
    margin-right: -10px;
}

.bl-video-about {
    width: 100%;
    height: 224px;
}

.zag-standart {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    margin-left: 11px;
    margin-top: 17px;
}

.zag-standart br {
    display: none;
}

.standart {
    width: 100%;
}

.on-standart {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    padding-left: 27px;
    margin-left: -15px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-bottom: 4px;
}

.on-standart img {
    width: 20px;
    height: 20px;
}
    section.doctors .cont {
    margin: 36px 9px 0;
    width: calc(100% - 40px) !important;
    padding: 0 10px;
    border-radius: 30px;
}

.zag-doctors {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    padding-top: 29px;
    margin-bottom: 14px;
}

.on-doctors {
    flex-direction: column;
}

.lf-doctors {
    width: 100%;
}

.rg-doctors {
    width: 100%;
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    margin-top: 33px;
}
.bl-img {
    width: 100%;
    height: 275px;
}

.zag-vrach {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dolg {
    margin-bottom: 4px;
}

.bl-podpis {
    width: 230px;
    margin-top: -26px;
    padding: 10px 15px 16px;
}

.rg-doctors:before {
    color: #E5E5E5;
    font-family: Gilroy;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 85px; /* 106.25% */
    margin-left: -3px;
}

.smoll-doctors.slick-initialized.slick-slider {
    left: auto;
    margin-left: auto;
    padding-bottom: 30px;
    margin-top: 10px;
}

.smoll-doctors button.slick-prev.slick-arrow,.smoll-doctors button.slick-next.slick-arrow {
    width: 45px;
    height: 46px;
    top: 30px;
}

.lf-forma {
    margin-left: 0;
    width: 100%;
    margin-top: 36px;
    display: none;
}

section.forma .cont {
    flex-direction: column;
    padding: 0 0px;
    width: calc(100%) !important;
    padding-bottom: 30px;
    background-position: 136% 100%;
    background-size: 150px;
    background: no-repeat;
}

.rg-forma {
    width: calc(100% - 15px);
    padding-left: 9px;
    padding-right: 6px;
    background-position: 100% 107%;
    background-size: 100px;
}

.zag-forma {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    display: inline-flex;
}

.zag-forma br {
    font-size: 0;
    padding: 5px;
    display: none;
}

.pod-zag-forma {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 146.154% */
    margin-top: 5px;
}

.lf-forma ul li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    max-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}

.rg-zag-forma {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    margin-top: 42px;
    margin-right: 0;
}

.zag-niz-forma {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 140% */
}

section.forma {
    margin: 35px 9px 0;
    width: calc(100% - 20px) !important;
    /* padding: 0 10px; */
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 28px;
}

.lf-forma ul {
    margin-top: 9px;
}

.lf-forma ul li:before {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-left: 52px;
}

.sama-forma {
    margin-right: 0;
    margin-top: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

input[type="tel"] {
    margin-bottom: 7px;
}
span.wpcf7-list-item{
    margin-top:10px;
}

.sama-forma span.wpcf7-list-item-label {
    font-size: 14px;
}
.niz-forma {
    margin-top: 0px;
}

.niz-forma .bl-phone {
    display: flex;
    flex-direction: row;
}

.bl-phone a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

[id='nav-toggle']:checked ~ .nav a.phone {
    /* width: auto; */
    /* height: auto; */
    /* background: transparent; */
    /* border-radius: 0; */
    margin-right: 6.4px;
}

a.phone {
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #F6F6F6;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cg clip-path='url(%23clip0_1_1483)'%3E%3Cpath d='M5.79688 9.44563C7.05688 11.9219 9.0825 13.9475 11.5631 15.2075L13.4881 13.2781C13.7287 13.0375 14.0744 12.9675 14.3763 13.0638C15.3563 13.3875 16.4106 13.5625 17.5 13.5625C17.9856 13.5625 18.375 13.9519 18.375 14.4375V17.5C18.375 17.9856 17.9856 18.375 17.5 18.375C9.28375 18.375 2.625 11.7163 2.625 3.5C2.625 3.01437 3.01875 2.625 3.5 2.625H6.5625C7.04813 2.625 7.4375 3.01437 7.4375 3.5C7.4375 4.58938 7.6125 5.64375 7.93625 6.62375C8.0325 6.92563 7.9625 7.27125 7.72187 7.51188L5.79688 9.44563Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_1483'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
}

.bl-over-telefon a.phone {
    margin-top: -19px;
}

.niz-forma a.phone {
    width: auto;
    height: auto;
    background: no-repeat;
}

.bl-soc a {
    width: 40px;
    height: 40px;
}   
.top-footer {
    flex-direction: column;
}

.on-footer {
    width: 100% !important;
    margin-left: 0 !important;
}

.niz_footer {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none;
}

.zag-foot {
    margin-top: 0;
    margin-bottom: 0;
    height: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.on-footer:not(:first-child) {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.on-footer:not(:first-child):before {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cg clip-path='url(%23clip0_232_3270)'%3E%3Cpath d='M4.85118 6.99933L8.85622 2.99422C8.94893 2.90158 9 2.77792 9 2.64607C9 2.51422 8.94893 2.39056 8.85622 2.29793L8.56135 2.00298C8.3692 1.81105 8.05691 1.81105 7.86506 2.00298L4.50187 5.36617L1.13494 1.99925C1.04224 1.90661 0.918651 1.85547 0.786871 1.85547C0.654945 1.85547 0.531361 1.90661 0.438581 1.99925L0.143779 2.2942C0.0510721 2.3869 -2.86318e-08 2.51049 -3.43953e-08 2.64234C-4.01587e-08 2.77419 0.0510721 2.89785 0.143779 2.99048L4.15248 6.99933C4.24548 7.09218 4.36965 7.14318 4.50165 7.14289C4.63416 7.14318 4.75825 7.09218 4.85118 6.99933Z' fill='%23181818'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_232_3270'%3E%3Crect width='9' height='9' fill='white' transform='translate(9) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 14px;
}

.logo-footer {
    margin-top: 16px;
    margin-bottom: -4px;
}

.logo-footer img {
    width: 120px;
}

.on-niz-footer {
    margin-bottom: 20px;
    text-decoration: underline;
}  
.on-footer.active:not(:first-child) {
    height: auto;
}

.on-footer.active:not(:first-child):before {
    transform: rotate(180deg);
}  
p#breadcrumbs {
    margin: 10px 0;
}

section.bred {
    margin-left: 0;
}

section.top-ban-direction {
    margin: 4px;
    height: 170px;
    border-radius: 24px;
}

section.top-ban-direction h1 {
    color: #1D1D1D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin-top: 33px;
    height: 50px;
    margin-left: -20px;
    padding-left: 15px;
}

section.top-ban-direction h1:before {
    display: none;
}

a.zapis {
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 192.857% */
}

.zag-video {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-top: 24px;
}

.bl-video-aboutt {
    padding: 3px;
    width: calc(100% - 6px);
    margin-top: 17px;
    border-radius: 10px;
}

.bl-video a {
    height: 153px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bl-video-aboutt a:before {
    width: 44px;
    height: 44px;
}

.text-direction {
    margin-top: 17px;
}

.text-direction p {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.text-direction p + p {
    margin-top: 21px;
}

.text-direction h2 {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 146.154% */
    margin-top: 18px;
}

.text-direction ul li {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    align-items: flex-start;
    margin-bottom: 6px;
}

.text-direction ul li:before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.bl-cena {
    margin-top: 0;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.zag {
    color: #FFF;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
    text-transform: uppercase;
    padding: 0 12px;
    margin-bottom: 11px;
}

.on-poloska-cena {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 233.333% */
    height: 32px;
}  
p#breadcrumbs {
    margin: 10px 0;
}

section.bred {
    margin-left: 0;
}

section.top-ban-direction {
    margin: 4px;
    height: 287px;
    border-radius: 24px;
}

section.top-ban-direction.mobil {
    display: flex;
}

section.top-ban-direction.desctop {
    display: none;
}

section.top-ban-direction h1 {
    color: #1D1D1D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin-top: 33px;
    height: 50px;
    margin-left: -20px;
    padding-left: 15px;
}

section.top-ban-direction h1:before {
    display: none;
}

a.zapis {
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 192.857% */
    margin-bottom: 57px;
}

.zag-video {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-top: 24px;
}

.bl-video-aboutt {
    padding: 3px;
    width: calc(100% - 6px);
    margin-top: 17px;
    border-radius: 10px;
}

.bl-video a {
    height: 153px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bl-video-aboutt a:before {
    width: 44px;
    height: 44px;
}

.text-direction {
    margin-top: 17px;
}

.text-direction p {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.text-direction p + p {
    margin-top: 21px;
}

.text-direction h2 {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 146.154% */
    margin-top: 18px;
}

.text-direction ul li {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    align-items: flex-start;
    margin-bottom: 6px;
}

.text-direction ul li:before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.bl-cena {
    margin-top: 0;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.zag {
    color: #FFF;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
    text-transform: uppercase;
    padding: 0 12px;
    margin-bottom: 11px;
}

.on-poloska-cena {
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 233.333% */
    min-height: 32px;
    height: auto;
}
.on-poloska-cena span:nth-child(1){
    width: calc(100% - 87px);
}
.zag-vrachi-nap {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-bottom: 15px;
}

section.vrachi-nap .bl-vrachi-nap .slick-list.draggable {
    /* margin-left: 100px; */
    margin-right: -200px;
}

section.vrachi-nap button.slick-prev.slick-arrow {
    bottom: -76px;
    top: auto;
    left: calc(50% - 50px);
    width: 43.998px;
    height: 43.998px;
    flex-shrink: 0;
}

section.vrachi-nap button.slick-next.slick-arrow {
    right: calc(50% - 53px);
    top: auto;
    bottom: -77px;
    width: 43.998px;
    height: 43.998px;
    flex-shrink: 0;
}

section.vrachi-nap .cont {
    margin-top: 42px;
    padding-top: 35px;
    padding-bottom: 90px;
    border-radius: 30px;
    /* padding-left: 2px; */
    /* padding-right: 0; */
    margin-left: 10px;
    padding-left: 10px;
}

section.vrachi-nap .bl-img {
    height: 233px;
}

section.vrachi-nap .bl-podpis .zag-vrach {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
section.vrachi-nap .bl-podpis {
    width: calc(100% - 32px);
}  
section.all-doctor h1 {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-bottom: 13px;
}

.top-doctors-all .on-doctors {
    padding: 15px 10px 1px 10px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 11px;
}

.top-doctors-all .bl-podpis {
    width: 85%;
    margin-top: -26px;
    padding: 6px 16px 17px;
}

.top-doctors-all .zag-vrach {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top-doctors-all .dolg {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-doctors-all .oput {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.all-doctor .cont {
    width: calc(100% - 20px) !important;
    padding: 0 11px;
}

.top-doctors-all .rg-doctors {
    width: 100%;
}

.rg-doctors a {
    font-size: 14px;
    margin-top: -9px;
    margin-bottom: 20px;
}    
section.top-vrach .cont {
    width: calc(100% - 20px) !important;
    padding: 0 10px;
}

.over-vrach {
    padding: 15px 6px;
    border-radius: 15px;
}

.top-bl-vrach {
    flex-direction: column-reverse;
}

.rg-top-doctor {
    width: 100%;
}

.lf-top-doctor {
    width: calc(100% - 11px);
}

.top-bl-vrach h1 {
    color: #252525;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin-top: 0;
}

.bl-regal {
    color: #4B4B4B;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0;
}

.ik-reg {
    width: 23px;
    height: 23px;
}

.zag-bl-vrach {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    display: none;
}

.bl-opis-vrach {
   color: #3B3A3A;
   font-family: Montserrat;
   font-size: 13px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px; /* 153.846% */
   padding: 15px 15px;
}

.bl-opis-vrach:before{margin-top: -52px;}

.zag-sert {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

.zag-review {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

.zag-video-vrach {
    display: none;
}

.on-video-vrach {
    width: 100%;
    height: 190px;
    padding: 5px;
    margin-bottom: 36px;
} 
.niz-bl-vrach {
    margin-top: 33px;
}

section.sertific {
    padding-top: 40px;
}

.zag-sert {
    margin-bottom: 6px;
}

.bl-sertif a img {
    width: 100%;
}

.single-doctor button.slick-prev {
    left: calc(50% - 56px);
    top: auto;
    bottom: -79px;
    width: 44px;
    height: 44px;
}

.bl-sertif .slick-list.draggable {
    margin-right: -100px;
}

.bl-sertif a {
    margin: 0 15px;
}

.single-doctor button.slick-next {
    top: auto;
    bottom: -80px;
    right: calc(50% - 50px);
    width: 44px;
    height: 44px;
}

section.review {
    margin-top: 52px;
}

section.review .cont {
    width: calc(100% - 40px) !important;
    padding: 0 10px;
    border-radius: 20px;
    margin: 0 10px;
    padding-bottom: 209px;
}

.zag-review {
    padding-top: 34px;
    padding-bottom: 123px;
}

section.review .cont button.slick-next.slick-arrow {
    top: auto;
    bottom: -191px;
    right: calc(50% - 50px);
    width: 44px;
    height: 44px;
}

section.review .cont button.slick-prev.slick-arrow {
    left: calc(50% - 56px);
    top: auto;
    bottom: -191px;
    width: 44px;
    height: 44px;
}

section.review .cont .slick-list.draggable {
    margin: 0;
}

section.video-vrach {
    margin-top: 34px;
    margin-bottom: -10px;
}

section.video-vrach .cont {
    width: calc(100% - 20px) !important;
    padding: 0 10px;
    padding-bottom: 0;
}

.on-video-vrach a:before {
    height: 35px;
    width: 35px;
}

.on-video-vrach a:after {
    width: 8px;
    height: 8px;
} 
section.contact h1 {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    margin-top: 21px;
    margin-bottom: 13px;
}

.bl-top-contact {
    flex-direction: column;
}

.on-top-contact {
    width: calc(100% - 30px);
    padding: 10px 15px;
    margin-bottom: 10px;
    height: 65px;
}

.bl-niz-contact {
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 35px;
}

.lf-niz-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.rg-niz-contact {
    width: 100%;
    margin-top: 0px;
}

.rg-niz-contact .map iframe {
    width: 100%;
    border-radius: 10px;
    max-height: 161px;
}

.niz-zag-contact {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    width: 100%;
    margin-bottom: 18px;
}

.zag-top-contact {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.on-top-contact a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: -6px;
}

.on-top-contact span {
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.on-foto img {
    width: 122px;
    height: 122px;
    margin-right: 5px;
}

.on-foto {
    width: 50%;
    height: 136px;
    margin-left: -15px;
    padding-left: 8px;
}

.on-foto:nth-child(3) {
    border-radius: 300px 0px 0px 300px;
    margin-left: auto;
    margin-right: -20px;
    padding-right: 8px;
    padding-left: 0;
}

.on-foto:before {
    display: none;
}

.on-foto:nth-child(3) img {
    margin-right: auto;
    margin-left: 5px;
}
.bl-not-found {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 145px;
    font-style: normal;
    font-weight: 500;
    line-height: 150px; /* 103.448% */
    margin-top: 0;
}

.bl-not-found img {
    width: 102px;
}

.bl-text-not {
    color: #2D2D2D;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 8px;
}

section.not-found .cont a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 192.857% */
    width: 210px;
    height: 50px;
    flex-shrink: 0;
    margin-bottom: 50px;
}

.bl-not-found span:nth-child(1) {
    margin-right: 0;
}

.bl-not-found:before {
    height: 227px;
    width: 180px;
    top: -32px;
} 
h1.title-cena {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

section.all-cena .cont {
    width: calc(100% - 20px) !important;
    padding: 0 10px;
}

section.all-cena .over-cena {
    padding: 7px 12px 16px 12px;
    margin-bottom: 8px;
}

section.all-cena .bl-cena {
    width: 100%;
    margin: 0;
}

section.all-cena {
    margin-bottom: 33px;
}
nav.nav .bl-phone,nav.nav .lang {
    display: flex;
    margin-bottom: 30px;
    margin-left: 23px;
    flex-direction: row;
}

nav.nav {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
}

.top-nav {
    margin-top: 71px;
    margin-bottom: 30px;
    width: 100%;
}

nav.nav .bl-phone .bl-soc a {
    margin-left: 0;
    margin-right: 6px;
}

.top-nav ul {
    list-style: none;
    padding-left: 23px;
    width: 100%;
}

.top-nav ul#menu-top_menu li a {
    color: #fff !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-nav .sub-menu {
    display: none;
}

.top-nav ul li {
    margin-bottom: 17px;
    position: relative;
    width: 100%;
}

.top-nav ul li.menu-item-has-children:before {
    content: "";
    width: 12px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M5.22271 4.03782L1.66261 0.477779C1.58027 0.395374 1.47035 0.349976 1.35315 0.349976C1.23595 0.349976 1.12603 0.395374 1.04369 0.477779L0.781512 0.739891C0.610911 0.910686 0.610911 1.18828 0.781512 1.35881L3.77102 4.34832L0.778194 7.34114C0.695854 7.42354 0.650391 7.5334 0.650391 7.65053C0.650391 7.7678 0.695854 7.87765 0.778194 7.96012L1.04037 8.22217C1.12278 8.30458 1.23263 8.34998 1.34983 8.34998C1.46703 8.34998 1.57695 8.30458 1.65929 8.22217L5.22271 4.65888C5.30525 4.57622 5.35058 4.46584 5.35032 4.34851C5.35058 4.23072 5.30525 4.12042 5.22271 4.03782Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 30px;
    transform: rotate(90deg);
}

.top-nav .menu-top_menu-container {
    width: 100%;
}  
.top-nav ul li.menu-item-has-children.active>.sub-menu {
    display: block;
    margin-top: 15px;
}

.top-nav ul li.menu-item-has-children.active:before {
    transform: rotate(-90deg);
}  
.vn-img {
    background-position: top;
}   
div#dialog-content {
    max-width: 100%;
}

.mapp {
    max-width: calc(100% - px);
}

.mapp iframe {
    width: 100%;
}
.loc{
    display:none;
}    
nav .loc {
    margin-left: 20px;
    display:flex;
    margin-right: 10px;
}    
span.giif {
    width: 45px;
    height: 38px;
    margin-bottom: 4px;
}

span.giif img {
    width: 91px;
    margin-top: -6px;
}

span.svgg {
    height: 25px;
}  
.uslugs {
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 28px;
    border-radius: 17px;
}

.titl-uslug {
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    color: #3B3A3A;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 180% */
    margin-bottom: 25px;
}

.titl-uslug:after {
    width: 30px;
    height: 30px;
}

.uslugs .bl-napr {
    margin-top: 0;
    margin-bottom: 30px;
}

.uslugs a.on-napr {
    width: 45%;
}

.uslugs .top-kart {
    height: 124px;
}

.uslugs .niz-kart {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    color: #3B3A3A;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px; /* 100% */
    padding-bottom: 9px;
}

.uslugs .niz-kart:after {
    width: 30px;
    height: 30px;
    margin-top: 5px;
} 
section.uslug-full h1 {
    font-size: 20px;
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

section.uslug-full .cont {
    width: calc(100% - 20px) !important;
    padding: 0 10px;
}
.bl-adress {
    display: none;
}

.bl-vremz {
    display: none;
} 
.over-loc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bl-vremz_mob {
    color: #fff;
}

.bl-adress_mob {
    color: #fff;
}    
}
 @media (min-width: 1150px) and (max-width: 1360px) {
     .lf-about {
    margin-left: 0;
}
section.top-video .cont {
    padding-left: 100px;
   
}
.zag-about {
    margin-left: 0;
}
     section.vrachi-nap button.slick-prev.slick-arrow {
    left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

section.vrachi-nap button.slick-next.slick-arrow {
    right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
}  
.single-doctor button.slick-prev {
      left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

.single-doctor button.slick-next {
    right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
}   
section.review .cont button.slick-prev.slick-arrow {
     left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

section.review .cont button.slick-next.slick-arrow {
     right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
} 
     section.sertific {
    padding-bottom: 110px;
} 


 }
 @media (min-width: 993px) and (max-width: 1150px) {
 .cont {
    width: calc(100% - 40px) !important;
    padding: 0 20px;
}
 .bl-menu {
    width: 50%;
}

.rg-top-header {
    width: 36%;
}

section.top-video .cont {
    padding-left: 20px;
}

.nad-zagol {
    margin-left: 0;
}

.lf-about {
    margin-left: 0;
}

.rg-about {
    width: 67%;
}

.bl-video-about {
    width: 69%;
}

.bl-img {
    width: 97%;
}

section.napr .cont {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 40px) !important;
    padding: 0 10px;
}

section.doctors .cont {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 40px) !important;
    padding-left: 10px;
    padding-right: 10px;
}

section.forma .cont {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 40px) !important;
    padding-left: 10px;
    padding-right: 10px;
} 
section.top-ban-direction h1:before {
    left: auto;
    right: 100%;
}

section.top-ban-direction h1 {
    position: relative;
}
section.vrachi-nap button.slick-prev.slick-arrow {
    left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

section.vrachi-nap button.slick-next.slick-arrow {
    right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
}  
.single-doctor button.slick-prev {
      left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

.single-doctor button.slick-next {
    right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
}   
section.review .cont button.slick-prev.slick-arrow {
     left: calc(50% - 60px);
    top: auto;
    bottom: -90px;
}

section.review .cont button.slick-next.slick-arrow {
     right: calc(50% - 60px);
    bottom: -90px;
    top: auto;
}     
section.sertific {
    padding-bottom: 110px;
}  
.lf-forma ul {
    margin-left: -60px;
}     
.map iframe {
    width: 100%;
}     
}
@media (min-width: 769px) and (max-width: 992px) {
.vn-img {
    background-position: top;
}

.top-kart {
    height: 258px;
}

.rg-about {
    flex-direction: row;
}

.bl-video-about {
    width: 50%;
    z-index: 10;
}

.on-doctors {
    flex-direction: row;
}

.bl-img {}

.lf-doctors {
    width: 40%;
}

.rg-doctors {
    width: 58%;
}

section.forma .cont {
    flex-direction: row;
}

.lf-forma {
    width: 49%;
}

.rg-forma {
    width: 49%;
}
.bl-video a {
    height: 430px;
}
.top-doctors-all .rg-doctors {
    width: 58%;
}

.top-doctors-all .on-doctors {
    padding-bottom: 20px;
}
.top-bl-vrach {
    flex-direction: row;
}

.lf-top-doctor {
    width: 38.3%;
}

.rg-top-doctor {
    width: 59%;
}

.bl-video-vrach {}

.on-video-vrach {
    width: 48%;
    height: 301px;
}  
.bl-top-contact {
    flex-direction: row;
}

.on-top-contact {
    width: calc(32% - 30px);
}    
}    