/* simplebar.css */
.main-reviews [data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.advantages__section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.advantages .row {
    display: flex;
    flex-wrap:wrap;
}
.advantages__title {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.advantages__item-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #516576;
    font-family: "Open Sans";
    text-align: center;

}
.advantages__item-image img {
    display: block;
    margin: 0 auto;
}
.col-md-3.adv-item {
    margin-bottom: 30px;
}
.advantages__item-image {
    min-height: 50px;
}
.mainnews {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family:  "Open Sans";
}
.mainnews__title, .main-reviews__title {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 40px;
}
.mainnews__header, .main-reviews__header, .newmain-doctor-header {
    position:relative;
}
.mainnews__header a, .main-reviews__header a, .newmain-doctors .doctors_link_all {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
    line-height: 36px;
    color: #fc564f;
    font-family: "Open Sans";
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 0;
}

.mainnews .news-cont {
    display: flex;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #d7d8d9;
}
.mainnews__date {
    font-size: 14px;
    color: #889baa;
    margin-bottom: 10px;
}
.mainnews__item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.mainnews__item-title a {
    text-decoration: none;
    color: #516576;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.mainnews__item-title a:hover {
    text-decoration: none;
}
.mainnews__item-title {
    margin-bottom: 10px;
}
.mainnews__item-desc {
    font-size: 14px;
    color: #516576;
    line-height: 24px;
}
.mainnews .news-item {
    border-right: 1px solid #d7d8d9;
}

.mainnews .news-item:last-child {
    border-right: 0;
}

.main-reviews__item {
    display: flex;
}
.main-reviews__image {
    margin: 0;
    width: 110px;
    margin-right: 10px;
    height: 150px;
}
.main-reviews__image a {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
}
.main-reviews__image img {
    height: 100%;
    width: unset;
}
.main-reviews__item-desc {
    height: 130px;
    overflow: auto;
    font-size: 14px;
    line-height: 22px;
    color: #516576;
    font-family: "Open Sans";
    font-style: italic;
    /*max-width: 90%;*/
    margin-right: 20px;
}
.main-reviews__content {
    width: 100%;
}

.main-reviews .simplebar-track.simplebar-vertical {
    top: 0;
    width: 4px;
    background-color: #d8e1e6;
    border-radius: 4px;
}
.main-reviews .simplebar-scrollbar {
    right: 0;
    width: 4px;
}
.main-reviews .simplebar-content {
    width: 96%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px!important;
    }
}
.main-reviews__item-title {
    color: #516576;
    font-family: "Open Sans";
    font-size: 14px;
    width: 90%;
    margin-top: 8px;
}

.main-reviews .owl-nav button {
    top: 50%;
    transform: translate(-50%, -28px);
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url(/_template/template/21/images/next-prev-slider.png);
    outline: 0;
}
.main-reviews .owl-nav button span {
    display: none;
}
.main-reviews .owl-nav button.owl-next {
    right: -34px;
    background-position: 34px 0;
    background-image: url(/_template/template/21/images/next-prev-slider.png);
}
.main-reviews .owl-nav button.owl-prev {
    /*background-position: 0px -38px;*/
    background-image: url(/_template/template/21/images/next-prev-slider.png);
}
.main-reviews .owl-nav button.owl-next:hover, .main-reviews .owl-nav button.owl-prev:hover {
    background-position-y: 34px;
}
.main-reviews__item {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.main_directions-title {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.main_directions {
    margin-top: 40px;
}
.main_directions .row {
    display: flex;
    flex-wrap: wrap;
}
.main-directions-item-title {
    font-size: 22px;
    line-height: 24px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: 600;
    margin-bottom: 15px;
}
.main-directions-item-image {
    margin: 0;
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}
.main-directions-item-image img {
    width: 100%;
}
.hamburger-content {
    display: block;
}
.services_list a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #516576;
    font-family: "Open Sans";
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.services_list a:before {
    content: '>';
    font-size: 10px;
    position: absolute;
    left: 0;
}
.services_list a:hover {
    color: #35bcaa;
}
.newmain-doctors .doctors__heading {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 0;
}
.main_directions-item {
    margin-bottom: 50px;
}
.main-directions-item-title svg {
    display: none;
}
.main-reviews {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .main-directions-item-title {
        min-height: 45px;
    }

}
@media (max-width: 620px) {
    .hamburger-content {
        display: none;
    }
    .main_directions-item {
        margin-bottom: 0;
        padding: 0;
    }
    .main-directions-item-title {
        padding-top:20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d7d8d9;
        margin-bottom: 0;
        position: relative;

    }
    .main-directions-item-title svg {
        position: absolute;
        right: 0;
        display: block;
        top: 30px;
    }
    .main_directions-item.is-active .hamburger-content {
        display: block;
    }
    .main_directions-item.is-active .main-directions-item-title svg {
        transform: rotate(180deg);
    }
    .main_directions {
        margin-bottom: 50px;
    }
}
.main-reviews__item-title {
    min-height: 37px;
}
.newmain-doctors .doctors__user-info .main-info {
    min-height: 150px;
}
.newmain-doctors .doctors__user-image {
    height: 350px;
}
.newmain-doctors .owl-carousel-new .owl-nav button.owl-prev, .owl-carousel-new .owl-nav button.owl-next {
    top: 300px;
}
.newmain-doctors .owl-carousel-new .owl-nav button.owl-prev {
    left: -15px;
}
.newmain-doctors  .owl-carousel-new .owl-nav button.owl-next {
    right: -15px;
}
.newmain-doctors .owl-carousel-new {
    padding: 0;
}
.mainnews .icon-arrow-right, .main-reviews .icon-arrow-right, .doctors_link_all .icon-arrow-right {
    margin: 0 0 0 5px;
    transition: transform 0.25s;
    height: 9px;
    width: 9px;
    fill: #fc564f;
}
a.doctors_link_all:after {
    content: none;
}

.owl-main-slider .owl-item .slider-item-main {
    width: 100%;
    position: relative;
    display: block;
    background-image: linear-gradient(-24deg, #eaf2fa 0%, #f1f6fb 100%);
}
.owl-main-slider .owl-item .time-on-slider {
    top: 50px;
    position: absolute;
    left: 36%;
    width: 200px;
}

.slider-item-main img {
    height: 500px;
}
.owl-main-slider .slider_additional_info {
    left: 0;
}
.owl-main-slider .slider_add_title {
    padding: 10px 80px 14px 0px;
    margin-bottom: 10px;
    clear: both;
    font-size: 48px;
    line-height: 46px;
    color: #516576;
    font-family: "Open Sans";
    font-weight: 100;
    max-width: 600px;
    font-size: 40px;
    background: none;
    text-align: left;
}
.newslider-slider_add_time {
    top: 60px;
    position: absolute;
    left: 70px;
}
.owl-main-slider .newslider-slider_add_time .label-left {
    font-size: 14px;
    color: #ffffff;
    font-family: "Open Sans";
    text-align: center;
    text-transform: uppercase;
    padding-left: 8px;
}
.owl-main-slider .newslider-slider_add_time .label-num {
     font-size: 60px;
     color: #ffffff;
    line-height: 60px;
     font-family: "Open Sans";
     text-align: center;
     text-transform: uppercase;
     padding-left: 6px;
     font-weight: bold;
 }
.owl-main-slider .newslider-slider_add_time .label-days {
    font-size: 18px;
    color: #ffffff;
    font-family: "Open Sans";
    text-align: center;
    text-transform: uppercase;
    padding-left: 6px;
    font-weight: bold;
}
.newslider-info {
    position: absolute;
    top: 0;
    padding-top: 80px;
    padding-left: 10px;
}
.newslider-info .slider_add_price {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    padding: 0px 80px 0px 0px;
    color: #d82f25;
    margin-bottom: 10px;
    float:unset;
}
.newslider-info .slider_add_price-old {
    padding-right: 20px;
}
.owl-main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 30px;
    display: flex;
}
.owl-main-slider .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #35bcaa;
}

.owl-main-slider .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #c2e7e7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-right: 10px;
}

.cta-open-service a {
    height: 45px;
    border-radius: 4px;
    background-color: #35bcaa;
    display: block;
    width: 200px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .newslider-info {
        max-width: 550px;
    }
}

@media (min-width: 790px) {
  /*  .owl-main-slider .owl-item img {
        clip-path: circle(56.5% at 93% 84%);
    }*/
    .owl-main-slider .owl-item .time-on-slider {
        top: 50px;
        position: absolute;
        left: 46%;
        width: 200px;
    }
    .owl-main-slider .slider_add_title {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .newslider-info {
        width: 90%;
        padding-top: 10px;
        padding-left: 0;
    }
    .slider_add_title {
        top: 0;
        left: 0;
        font-size: 30px;
        width: 100%;
    }
   /* .slider-item-main img {
        clip-path: ellipse(32% 71% at 100% 67%)!important;
    }*/
    .owl-main-slider .owl-item .time-on-slider {
        left: 55%;
    }
    .owl-main-slider .slider_add_title {
        position: unset;
        font-size: 28px;
        margin-top: 20px;
        padding-left: 10px;
        max-width: 380px;
    }
    .newslider-info .slider_add_price {
        position: unset;
    }
    .newslider-info .slider_add_price {
        padding-left: 10px;
    }
    .cta-open-service {
        padding-left: 10px;
    }
    .owl-main-slider .owl-dots {
        left: 10px;
    }
    .news-item{
        display: none;
    }
    .news-item:first-child {
        display: block;
    }
    .newmain-doctors .doctors__heading {
        text-align: left;
        max-width: 75%;
    }
    .newmain-doctors .doctors__heading, .mainnews__title, .main-reviews__title {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    .owl-main-slider .owl-item .time-on-slider {

        left: 43%;
    }

}

@media (min-width: 1100px) {
    .newslider-info {
        padding-top: 55px;
        padding-left: 60px;
    }
    .owl-main-slider .slider_add_title {
        font-size: 42px;
    }
    .owl-main-slider .owl-dots {
        left: 80px;
    }
}

.slider-item-main .pic img {
    clip-path: circle(80% at 71% 57%);
}

/*.pic-overlay {
    background: linear-gradient(-24deg, #eaf2fa 0%, #f1f6fb 100%);
    width: 100%;
    height: 1000px;
    color: blue;
    position: absolute;
    top: -140px;
    z-index: 2;
    border-radius: 500px;
    left: -42%;
}*/

.slider-item-main {
    position: relative;
    overflow: hidden;
}

.slider-item-main .pic img {
    width: unset;
    float: right;
}
.newslider-info {
    z-index: 10;
}
.time-on-slider {
    z-index: 10;
}
/*
.owl-main-slider .owl-item img {
    clip-path: circle(65.2% at 86% 100%);
}*/
.slider_add_desc {
    font-size: 18px;
    line-height: 24px;
    color: #516576;
    padding: 10px 70px 14px 0px;
    font-weight: 100;
    max-width: 550px;
}

.slider-item-main .pic {
    position: relative;
    height: 500px;
    width: 100%;
}
.slider-item-main .pic .img-banner {
    position: absolute;
    top: 0;
}
@media (min-width: 1200px) {
    .slider-item-main {
        padding-left: calc((100% - 1200px) / 2);
    }
    .newslider-info {
        padding-left: 0!important;
    }
    .owl-main-slider .owl-dots {
        padding-left: calc((100% - 1200px) / 2);
        left: 0;
    }
    .slider_add_title {
        padding-left: 0 !important;
    }
    .cta-open-service {
        padding-left: 0;
    }
}

@media (min-width: 1300px) {
    .slider-item-main .pic .img-banner {
        left: 32%;
    }
    .owl-main-slider .owl-item .time-on-slider {
        left: 32%;
    }
}

@media (max-width: 1300px) {
    .slider-item-main .pic .img-banner {
        left: 42%;
    }
    .owl-main-slider .slider_add_title {
        max-width: 550px;
    }
}

@media (max-width: 1092px) {
   .newslider-info {
       padding-left: 30px;
   }
}
.img-banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    .slider-item-main .hide-mobile {
        display: none;
    }
    .img-banner-mobile  {
        display: block;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .slider-item-main .pic .img-banner-mobile img {
        width: 100%;
        clip-path: none;
    }
    .newslider-info {
        padding-left: 10px!important;
    }

    .slider_add_desc {
        padding-left: 10px;
        max-width: 290px!important;
    }
    .owl-main-slider .owl-item .time-on-slider {
        top: 150px;
        left: 45%;
    }
    .slider-item-main .pic {
        height: 650px;
    }
    .newmain-doctors .doctors__carousel .owl-nav {
        display: none;
    }

}

@media (min-width: 1600px) {
    .slider-item-main .pic .img-banner {
        right: 0;
        left: unset;
    }
    .time-on-slider {
        left: 36%!important;
    }

}
.slider_add_title {
    max-width: 550px!important;
}

.newmain-slider-container .owl-main-slider .owl-nav button {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 250px;
    margin-top: -17px;

    outline: 0
}
.newmain-slider-container .owl-main-slider .owl-nav button span {
    display: none;
}
.newmain-slider-container .owl-nav {
    display: none;
}

.newmain-slider-container .owl-main-slider .owl-nav button.owl-next {
    right: 15px;
    background: url(../img/slider_arrows.png) -38px -76px no-repeat;

}

.newmain-slider-container .owl-main-slider .owl-nav button.owl-prev {
    left: 15px;
    background: url(../img/slider_arrows.png) 0 -76px no-repeat;
}
.newmain-slider-container:hover .owl-nav {
    display: block;
}

@media (max-width: 768px) {
    .header-in .main_menu_container {
        height: 50px;
    }
    .search_field_contaimer {
        position: absolute;right: 15px;top: 5px;
    }
    .main_menu_toggle {
        position: absolute;
        top: 10px;
    }
}

@media (min-width: 1600px) {
    .time-on-slider {
        left: unset!important;
        right: 58%!important;
    }
}
@media (max-width: 768px) {
    .slider_add_desc.disable-padding {
        padding-right: 0;
        max-width: unset!important;
    }
}


.main-reviews .review-item {
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #d7d8d9;
}
.main-reviews__doctor {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    min-height: 52px;

}
.main-reviews-label {
    color: #35bcaa;
    font-weight: bold;
    padding-left: 3px;
}
.main-reviews-doctor {
    color: #516576;
    font-weight: 500;
    text-decoration:none;
    padding-left: 3px;
}
.main-reviews-doctor a {
    /*text-decoration: none;*/
    color: #516576;
}
.main-reviews__doctor svg {
    width: 16px;
}

.main-reviews--cont {
    display: flex;
    float: left;
}
@media (max-width: 768px) {
    .main-directions-item-image img {
        display: none;
    }
}
@media (min-width: 768px) {
    .img-banner-mobile {
        background:none!important;
    }
}

/*** start faq ***/

.b-faq {
    position: relative;
    z-index: 1;
    padding: 70px 0; }
.b-faq:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw;
    background: #F5FCFB;
    z-index: -1; }

.b-faq__title {
    font: 700 42px/1 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0 0 50px;
    color: #507083; }

.b-faq__grid .row {
    margin: 0 -10px -20px; }
.b-faq__grid .row > [class^="col-"] {
    padding: 0 10px 20px; }

.b-faq__item {
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #B8C9D4;
    border-radius: 5px;
    position: relative;
    padding: 94px 30px 30px 30px; }
.b-faq__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 30px;
    width: 50px;
    height: 34px;
    background: url(../images/icon-faq.svg) 0 0 no-repeat;
    background-size: contain; }
.b-faq__item:last-child {
    margin: 0; }
.b-faq__item.is-open .b-faq__item-arrow {
    transform: rotate(180deg); }
@media (min-width: 1200px) {
    .b-faq__item {
        padding: 94px 40px 40px 40px; }
    .b-faq__item:after {
        left: 40px; } }

.b-faq__item-trigger {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0;
    transition: 0.25s;
    color: #1A1A1A; }
.b-faq__item-trigger:hover {
    color: #3DBCA6; }

.b-faq__item-title {
    font: 600 18px/1.45 'Open Sans', Helvetica, Arial, sans-serif;
    display: block;
    margin: 0; }
@media (min-width: 1200px) {
    .b-faq__item-title {
        font-size: 22px; } }

.b-faq__item-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    transition: 0.25s;
    display: block;
    opacity: 0.5; }
.b-faq__item-arrow svg {
    display: block; }

.b-faq__item-content {
    display: none;
    padding: 25px 0 0;
    font: 400 16px/1.67 'Open Sans', Helvetica, Arial, sans-serif;
    color: #516576; }
.b-faq__item-content p {
    margin: 0 0 20px; }
.b-faq__item-content p:last-child {
    margin: 0; }
@media (min-width: 1200px) {
    .b-faq__item-content {
        font-size: 18px; } }

/*** end faq ***/

.request {
    z-index: 110;
}


@media (max-width: 768px) {
    .newmain-slider-container--menu-opened {
        margin-top: 502px;
    }
}

.hamburger-content:hover .main-directions-item-image img {
    -ms-transform: scale(1.3);
    transform: scale(1.3); }

.main-directions-item-image {
    overflow: hidden; }
.main-directions-item-image img {
    transition: .3s ease-in-out; }