@media screen and (min-width: 1700px) {
    .section-footer-block .container{
        max-width: 1700px;
    }
}
@media screen and (min-width: 992px) {
    .gallery-container {
        width: calc(100% + 40px);
        max-width: none;
        padding: 0;
        margin-left: -20px;
    }
}
@media screen and (max-width: 1699px) {
    .copyright .sprava-row{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-row .footer-column:nth-of-type(3),
    .footer-row .footer-column:nth-of-type(2){
        max-width: 26%;
    }
}
@media screen and (max-width: 1690px) {
    .main-menu{
        margin-left: 0px;
    }
    .header-block-wrapper .header-block-items{
        margin-left: 0;
    }
    .header-block-wrapper{
        justify-content: space-between;
    }
}

@media screen and (max-width: 1536px) {
    .main-menu{
        column-gap: 15px;
    }
    .main-menu > li:after{
        right: -10.5px;
        top: calc((100% - 4px) / 2);
    }
    .main-menu li span, .main-menu li a,
    .header-phones-block-wrapper a {
        font-size: 13px;
    }
    .btn.btn-callback{
        padding: 0 10px;
    }
    .copyright .sprava-row{
        row-gap: 15px;
    }

}

@media screen and (max-width: 1400px) {
    .footer-block-logo img{
        height: 93px;
    }
    .copyright{
        font-size: 12px;
        margin-top: 30px;
        line-height: 106%;
    }
    .sprava-row img{
        height: 12px;
    }
    .footer-header,
    .footer-menu li a,
    .footer-address a, .footer-address{
        font-size: 13px;
    }
    .footer-header{
        margin-bottom: 5px;
    }
    .footer-address,
    .footer-menu{
        row-gap: 15px;
    }
    .footer-socials a i{
        font-size: 29px;
    }
    .section-questions-form-block-form-header span{
        font-size: 10px;
        line-height: 11px;
    }
    .section-questions-form-block-form-header span:first-of-type{
        font-size: 24px;
        line-height: 30px;
    }
    .custom-form-opacity-fields .form-control{
        height: 53px;
        padding: 16px;
        font-size: 14px;
        line-height: 16px;
    }
    .custom-form-opacity-fields .form-control::placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .custom-form-opacity-fields textarea.form-control{
        height: 105px;
    }
    .btn.btn-submit-light{
        font-size: 16px;
        line-height: 24px;
        padding: 0 79px;
        height: 42px;
    }
    .has-error .help-block{
        margin-bottom: 0;
    }
    .faq-accordion-wrapper .accordion-item .faq-accordion-number,
    .faq-accordion-wrapper .accordion-item .faq-accordion-question{
        font-size: 16px;
        line-height: 19px;
    }
    .faq-accordion-wrapper  .accordion-button::after{
        width: 15px;
        height: 19px;
    }
    .faq-accordion-wrapper .accordion-item .accordion-body{
        padding: 20px 41px;
        font-size: 14px;
        line-height: 16px;
    }
    .section-header{
        font-size: 24px;
        line-height: 30px;
    }
    .section-header.mb-45{
        margin-bottom: 15px;
    }
    .section-faq-block:before{
        display: none;
    }

    .home-slider-title{
        font-size: 73px;
        line-height: 80px;
        margin-bottom: 15px;
    }
    .home-slider-caption{
        margin-bottom: 25px;
    }
    .home-slider-banner img{
        height: 178px;
    }
    .swiper-home-slider-item-image picture{
        height: 604px;
        overflow: hidden;
    }
    .swiper-home-slider-item-image picture img{
        height: 100%;
        width: auto;
        max-width: none;
    }
    .swiper-home-slider-item .swiper-home-slider-item-content-wrapper .col-12{
        padding-left: 0px  ;
    }
    .swiper-home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 12px;
        height: 12px;
    }
    .swiper-home-slider .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .swiper-home-slider .swiper-pagination{
        left: 10px;
    }
    .btn.btn-more{
        padding: 0 70px;
        font-size: 16px;
    }
    .section-home-form-block{
        margin-top: -85px;
    }
    .home-slider-form.custom-form-opacity-fields .form-control{
        height: 54px;
    }
    .home-slider-form.custom-form-opacity-fields textarea.form-control{
        height: 120px;
    }
    .home-slider-form .btn.btn-submit-light{
        width: 100%;
        height: 54px;
    }
    .home-slider-form .field-mb-11{
        row-gap: 12px;
    }

    a.link-arrow-more, .link-arrow-more{
        font-size: 14px;
        line-height: 24px;
    }
    .link-arrow-more:after{
        width: 97px;
        margin-top: -5px;
    }
    .swiper-controls{
        column-gap: 10px;
    }
    .swiper-controls .swiper-button{
        width: 42px;
        height: 42px;
    }
    .swiper-news-slider-item .news-slider-item-date:before{
        width: 8px;
        height: 8px;
    }
    .swiper-news-slider-item .news-slider-item-date span{
        font-size: 12px;
        line-height: 14px;
    }
    .swiper-news-slider-item .news-slider-item-content .news-slider-item-header a{
        font-size: 14px;
        line-height: 18px;
    }
    .swiper-news-slider-item .news-slider-item-content .news-slider-item-header{
        height: 74px;
    }

    .btn.circle{
        height: 37px;
        width: 37px;
    }
    .swiper-news-slider-item{
        clip-path: var(--clip-path-bottom-mobile);
    }
    .swiper-news-slider .swiper-slide-wrapper .btn.circle{
        right: 5px;
        bottom: 5px;
    }
    .btn.circle i {
        line-height: 13px;
        font-size: 13px;
        margin-top: -2px;
        margin-left: -1px;
    }
    .section-contact-block-wrapper{
        padding: 50px;
    }
    .section-certificates-block .certificates-block-wrapper{
        padding: 50px;
    }
    .section-breadcrumbs .container-w-1852{
        padding: 90px 0;
    }
    .section-breadcrumbs h1 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 15px
    }

    .diagnostics-form-wrapper .header-with-link .section-header{
        margin-bottom: 5px;
    }
    .diagnostics-form-wrapper .header-with-link .section-sub-header{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .diagnostics-form-wrapper-form{
        margin-top: 60px;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image{
        width: 211px;
        height: 225px;
    }
    .section-diagnostics-block-item-text{
        font-size: 14px;
        padding-bottom: 20px;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-header{
        font-size: 24px;
        line-height: 29px;
    }
    .section-diagnostics-block-item-wrapper{
        padding: 12px;
        clip-path: var(--clip-path-bottom-mobile);

    }
    .section-diagnostics-block-item:after{
        display: none;
    }
    .section-diagnostics-block-item .btn.circle {
        right: 5px;
        bottom: 5px;
    }
    .btn-submit{
        font-weight: 700;
        font-size: 16px;
    }
    .form-customizer .form-group .form-control{
        font-size: 14px;
        font-weight: 700;
    }
    .section-diagnostics-block-item-wrapper{
        column-gap: 35px;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-content{
       width: calc(100% - 35px - 211px);
    }
    .section-diagnostics-block:before {
        top: -130px;
        left: -50px;
        transform: scale(0.8);
    }
    .section-services-block{
        padding: 40px 0;
    }
    .section-services-block .mb-45{
        margin-bottom: 25px;
    }
    .section-services-block .services-slider-item-header a{
        font-size: 24px;
        line-height: 28px;
    }
    .swiper-services-slider-item{
        clip-path: var(--clip-path-bottom-mobile);
    }

    .section-services-block .swiper-slide-wrapper .btn.circle{
        bottom: 5px;
        right: 5px;
    }

    .section-about-block:before{
        position: absolute;
        display: block;
        transform: scale(0.7);
        left: -60px;
        top: -60px;
        content: url(/storage/icons/bg-2.webp);
    }
    .section-about-block .about-video{
        margin-top: -110px;
        width: 374px;
        height: 210px;
    }
    .section-about-block .about-video iframe{
        width: 374px;
        height: 210px;
    }
    .advantages-header{
        font-size: 14px;
        line-height: 16px;
    }

    .advantages-icon img{
        height: 46px;
    }
    .advantages-text{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .swiper-personal-slider-item .personal-slider-item-text{
        font-size: 14px;
        line-height: 16px;
    }
    .swiper-personal-slider-item .personal-slider-item-header a{
        font-size: 20px;
        line-height: 24px;
    }
    .personal-slider-item-image-wrapper .personal-slider-item-image{
        clip-path: var(--clip-path-bottom-mobile);
    }
    .personal-slider-item-image-wrapper .btn.circle {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
    .personal-slider-item-image-wrapper{
        margin-bottom: 15px;
    }
    .review-item .review-item-wrapper{
        padding: 18px;
    }
    .review-item .review-item-name{
        font-size: 20px;
        line-height: 24px;
    }
    .review-item .review-item-rating{
        margin-bottom: 15px;
    }
    .review-item .review-item-text{
        font-size: 14px;
        line-height: 18px;
    }
    .review-item .review-item-rating{
        column-gap: 4px;
    }

    .section-consultations-block-item .btn.circle{
        width: 36px;
        height: 36px;
    }
    .section-consultations-block-item span:first-of-type{
        width: calc(100% - 36px);
    }
    .section-consultations-block-items > .section-consultations-block-item:before{
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        left: 10px;
    }
    .section-consultations-block-items > .section-consultations-block-item{
        font-size: 14px;
        line-height: 18px;
        width: calc((100% - 30px) / 3);
        padding-left: 25px;
    }
    .section-consultations-block-items{
        gap: 10px 15px;
    }
    .section-consultations-block-wrapper{
        clip-path: var(--clip-path-bottom-mobile);
    }
    .section-consultations-block .mb-45{
        margin-bottom: 18px;
    }
    .section-services-block-item .section-services-block-item-image{
        width: 70px;
        height: 70px;
    }
    .section-services-page-block .section-services-block-item{
        padding: 22px 20px;
    }
    .section-services-block-item .section-services-block-item-text{
        font-size: 14px;
        line-height: 18px;
    }
    .text-content-customization .text-image-float{
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .slider-form {
        padding: 28px 35px;
        width: 555px;
        top: 10px;
        left: initial;
        right: 23px;
    }

    .form-header {
        font-size: 24px;
    }
    .form-header + span {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
    .counter-header {
        font-size: 32px;
        line-height: 1.2;
    }

    .counter-text {
        font-size: 14px;
    }

    .donate__item--header {
        font-size: 20px;
    }

    .section-header + span {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 12px;
    }

    .donate-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .donate__item .arrow2 {
        display: none;
    }

    .donate__item .arrow1 {
        width: 174px;
        height: 54px;
        background-image: url(../img/donate-arrow3.svg);
        top: initial;
        bottom: -49px;
        left: 38%;
    }
    .amount-field-wrapper .currency-field-wrapper .nice-select .current{
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 1340px) {
    .main-menu li span, .main-menu li a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .slider-form {
        width: 480px;
    }
    .mobile-close-menu,
    .mobile-menu-toggle-wrapper{
        display: block;
    }
    .header-block-menu{
        order: 10;
    }
    .language-switcher,
    .btn-search-open-form{
        width: 38px;
        height: 38px;
    }
    .btn-search-open-form img{
        width: 12px;
    }
    .search-wrapper.open-form .search-form-header{
        height: 38px;
    }
    .btn-main.btn-search img{
        width: 12px;
    }
    .search-form-header input{
        font-size: 14px;
    }
    .header-phones-block-wrapper{
        height: 38px;
        flex-direction: row;
    }
    .header-phones-block-hover{
        padding: 40px 10px 10px;
    }
    .btn.btn-callback{
        height: 38px;
        padding: 0 28px;
        font-size: 16px;
    }
    .language-switcher ul li{
        padding: 5px;
    }
    .header-block-logo img{
        height: 53px;
    }

    .header-block-menu{
        display: none;
    }
    .header-block-wrapper{
        padding-left: calc(46px - .75rem);
        padding-right: calc(46px - .75rem);
    }
    .open-phones-mobile{
        display: block;
        margin-left: 5px;
        padding: 5px;
        z-index: 9;
        cursor: pointer;
    }
    .open-phones-mobile img{
        height: 14px;
    }
    .header-phones-block-wrapper:hover .header-phones-block-hover{
        display: none;
    }
    .header-phones-block-wrapper.open .header-phones-block-hover{
        display: flex;
    }
    .header-phones-block-hover{
        width: 100%;
    }
    .section-questions-form-block-wrapper{
        height: 480px;
    }
    .section-questions-form-block .section-questions-form-block-wrapper .section-questions-form-block-image{
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-questions-form-block .section-questions-form-block-wrapper .section-questions-form-block-image img{
        height: 100%;
        width: auto;
        max-width: none;
    }

    .header-block-menu{
        position: fixed;
        height: 100vh;
        top: 0;
        width: 400px;
        display: flex;
        right: -500px;
        flex-direction: column;
        background: var(--gradient-background);
        transition: .3s all ease-in-out;
        z-index: 1005;
        padding: 10px 30px;
        overflow-y: scroll;
    }
    .open-header-menu .menu-backdrop{
        content: "";
        position: fixed;
        z-index: 998;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.6;
        display: block;
    }
    .open-header-menu{
        overflow: hidden;
    }
    .open-header-menu .header-block-menu{
        right: 0px;
    }

    .open-header-menu header.section-header-block{
        padding: 0;
    }
    .open-header-menu .mobile-menu-toggle-wrapper,
    .open-header-menu .header-block-logo,
    .open-header-menu .header-block-items-languages,
    .open-header-menu .header-block-items-form,
    .open-header-menu .header-block-items-search,
    .open-header-menu .header-block-items{
        display: none;
    }
    .mobile-header-menu-top{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
        position: relative;
    }
    .mobile-close-menu{
        font-weight: 700;
        color: #fff;
        font-size: 18px ;
        position: absolute;
        right: 0px;
    }
    .mobile-header-menu-top img{
        height: 100px;
    }
    .mobile-header-menu-top .search-wrapper .btn-search-open-form{
        display: none;
    }
    .mobile-header-menu-top .search-wrapper{
        width: 100%;
    }
    .mobile-header-menu-top .search-wrapper .search-form-header{
        display: flex;
        position: unset;
        justify-content: space-between;
        padding: 0 10px;
        height: 44px;
    }
    .mobile-header-menu-top .search-wrapper .search-form-header .btn{
        height: 100%;
    }
    .mobile-header-menu-top .search-form-header input{
        width: 80%;
    }
    .header-block-menu .main-menu > li:after{
        display: none;
    }
    .main-menu{
        margin-top: 35px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .main-menu > li{
        padding: 0;
    }
    .main-menu li span, .main-menu li a{
        font-size: 18px;
        color: var(--light-color);
    }
    .mobile-header-menu-top .header-logo-light{
        display: block;
    }
    .toggle-sub-menu{
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .2s all;
        padding: 5px;
    }
    .toggle-sub-menu i{
        font-size: 18px;
        line-height: 16px;
    }
    .open-sub-menu > .toggle-sub-menu{
        transform: rotate(180deg);
    }
    .main-menu li ul li span:not(.toggle-sub-menu), .main-menu li ul li a{
        text-align: left;
    }
    .main-menu li li.has-submenu:hover > ul{
        transform: none;
    }
    .main-menu li:hover ul{
        display: none;
    }
    .has-submenu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .main-menu li.has-submenu ul{
        width: 100%;
        padding: 0;
        margin-top: 21px;
        padding-left: 24px;
        position: unset;
        background: none;
        border-radius: 0;
        row-gap: 18px;
    }
    .main-menu li.open-sub-menu > ul{
        display: flex;
    }
    .main-menu li ul li span, .main-menu li ul li a{
        padding: 0;
        border-radius: 0;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        white-space: normal;
        color: #fff;
    }
    .main-menu li.active > a{
        font-weight: 700;
    }
    .main-menu li li.has-submenu > a:after{
        display: none;
    }
    .main-menu li li.has-submenu{
        display: flex;
    }
    .main-menu li li.has-submenu > a{
        width: calc(100% - 20px);
    }
    .main-menu li li.has-submenu > .toggle-sub-menu{
        width: 20px;
    }
    .main-menu li li.has-submenu > ul{
        width: 100%;
    }
    .contacts-page-block-item .contacts-page-block-item-wrapper{
        clip-path: var(--clip-path-bottom-mobile);
    }
    .contacts-page-block-item .btn.circle {
        bottom: 5px;
        right: 5px;
    }
}

@media screen and (max-width: 1199px) {

    .section-counters-block .row {
        row-gap: 17px;
    }
    .home-slider-buttons {
        flex-direction: column;
    }

    .footer-header,
    .footer-menu li a,
    .footer-address a, .footer-address{
        font-size: 12px;
    }
    .section-home-form-block{
        margin-top: -45px;
    }
    .section-consultations-block-wrapper .col-md-4{
        height: 100%;
    }
    .consultations-item-image{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .consultations-item-image img{
        height: 100%;
        width: auto;
    }
    .text-content-customization table tr{
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 991px) {

    .donate__item {
        padding: 28px 23px;
    }


    .donate__item:after,
    .donate__item:before {
        display: none;
    }

    .slider-form {
        position: static;
        width: initial;
    }
    .donate-grid {
        grid-template-columns: 1fr;
    }

    .donate-grid > div:nth-child(1) { grid-column: 1; grid-row: 1; }
    .donate-grid > div:nth-child(5) {
        grid-column: 1;
        grid-row: 2;
        margin-top: 20px;
    }
    .donate-grid > div:nth-child(2) { grid-column: 1; grid-row: 3; }
    .donate-grid > div:nth-child(3) { grid-column: 1; grid-row: 4; }
    .donate-grid > div:nth-child(4) { grid-column: 1; grid-row: 5; }
    .search-form-header input {
        width: 150px;
    }

    .footer-menu li {
        width: 100%;
    }

    .footer-address, .footer-menu {
        row-gap: 5px;
    }

    .footer-row .footer-column,
    .footer-row .footer-column:nth-of-type(3), .footer-row .footer-column:nth-of-type(2) {
        max-width: 19%;
    }

    .footer-socials {
        flex-direction: column;
        row-gap: 10px;
    }

    .footer-socials a {
        line-height: 0;
    }

    .section-questions-form-block-form-header span {
        font-size: 8px;
        line-height: 9px;
    }

    .section-questions-form-block .section-questions-form-block-form-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .custom-form-opacity-fields .form-control {
        font-size: 12px;
        line-height: 14px;
        height: 35px;
        padding: 10px;
    }

    .custom-form-opacity-fields .form-control::placeholder {
        font-size: 12px;
        line-height: 14px;
    }

    .custom-form-opacity-fields textarea.form-control {
        height: 71px;
    }

    .section-questions-form-block-wrapper {
        height: 380px;
    }

    .has-error .help-block {
        font-size: 11px;
    }

    .form-message-block .form-message-block-text {
        font-size: 13px;
        line-height: 16px;
    }

    .section-mb {
        margin-bottom: 51px
    }

    .faq-accordion-wrapper .accordion-item .faq-accordion-question-wrapper {
        column-gap: 65px;
        margin-right: 70px;
    }

    .faq-accordion-wrapper .accordion-item .faq-accordion-number,
    .faq-accordion-wrapper .accordion-item .faq-accordion-question {
        font-size: 14px;
        line-height: 16px;
    }

    .faq-accordion-wrapper .accordion-button::after {
        width: 16px;
        height: 24px;
    }

    .faq-accordion-wrapper .accordion-item .accordion-body {
        padding: 17px 100px;
        font-size: 14px;
        line-height: 16px;
    }

    .section-header {
        font-size: 20px;
        line-height: 24px;
    }

    .section-header.mb-45 {
        margin-bottom: 20px;
    }

    .swiper-home-slider-item .home-slider-top-heading {
        display: none;
    }

    .home-slider-title {
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .home-slider-caption {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 28px;
    }

    .home-slider-banner img {
        height: 109px;
    }

    .swiper-home-slider-item-image picture img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .swiper-home-slider-item .swiper-home-slider-item-content-wrapper .col-12 {
        padding-left: 0.75rem;
    }

    .btn.btn-more {
        padding: 0 36px;
        height: 41px;
    }

    .home-slider-form.custom-form-opacity-fields .form-control {
        height: 36px;
    }

    .home-slider-form.custom-form-opacity-fields textarea.form-control {
        height: 83px;
    }

    .home-slider-form .btn.btn-submit-light {
        height: 36px;
        font-size: 14px;
        font-weight: 600;
    }

    .home-slider-form {
        padding: 22px 46px;
    }

    .swiper-controls .swiper-button {
        width: 42px;
        height: 42px;
        background: var(--light-color);
        border-color: var(--light-color);
    }

    .swiper-controls .swiper-button.swiper-button-prev {
        color: var(--green-color);
    }

    .swiper-controls .swiper-button.swiper-button-next {
        color: var(--blue-color);
    }

    .inverse .swiper-controls .swiper-button {
        background: none;
    }

    .inverse .swiper-controls .swiper-button.swiper-button-prev,
    .inverse .swiper-controls .swiper-button.swiper-button-next {
        color: var(--light-color);
    }

    .inverse .btn.circle {
        background: #fff;
    }

    .inverse .btn.circle i {
        color: var(--green-color);
    }

    .section-diagnostics-block:before {
        display: none;
    }

    .link-arrow-more span:not(.btn),
    .link-arrow-more:after {
        display: none;
    }

    .link-arrow-more .btn.circle {
        width: 32px;
        height: 32px;
    }

    .mb-45 {
        margin-bottom: 35px;
    }

    .about-content-text iframe {
        max-width: 100%;
    }

    .link-arrow-more .btn.circle {
        display: flex;
    }

    .section-contact-block {
        background: var(--gradient-background);
    }

    .section-contact-block .container {
        width: 100%;
        max-width: none;
    }

    .section-contact-block-wrapper {
        background: none;
        border-radius: 0px;
    }

    .section-contact-block-wrapper .section-contact-block-item a img {
        width: 50px;
    }

    .section-contact-block-wrapper .section-contact-block-item {
        column-gap: 10px;
    }


    .section-contact-block-item .section-contact-block-item-text {
        font-size: 36px;
        line-height: 44px;
    }

    .section-contact-block-item .section-contact-block-item-text a {
        font-size: 26px;
        line-height: 32px;
    }

    .section-contact-block-wrapper .section-contact-block-item a.section-contact-block-item-icon {
        width: 50px;
        height: 50px;
    }

    .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-facebook-big, .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-instagram-big {
        font-size: 28px;
        margin-left: -1px;
    }

    .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-youtube-big {
        font-size: 24px;
        line-height: 24px;
        margin-left: -12px;
    }

    .swiper .swiper-scrollbar {
        margin-top: 30px;
    }

    .section-certificates-block .certificates-block-wrapper {
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .section-certificates-block {
        background: var(--gradient-background);
        padding: 30px 0;
    }

    .section-breadcrumbs .container-w-1852 {
        border-radius: 0;
        background: none;
        padding: 60px 0;
    }

    .section-breadcrumbs {
        background: var(--gradient-background);
    }

    .section-breadcrumbs h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .diagnostics-form-wrapper {
        width: 100%
    }

    .diagnostics-form-wrapper .link-arrow-more span:not(.btn), .diagnostics-form-wrapper .link-arrow-more:after {
        display: block;
    }

    .diagnostics-form-wrapper .link-arrow-more .btn.circle {
        display: none;
    }

    .diagnostics-form-wrapper-form {
        margin-top: 40px;
    }

    .diagnostics-form-wrapper .header-with-link .section-sub-header {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image {
        width: 114px;
        height: 207px;
    }

    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image img {
        height: 100%;
        width: auto;
    }

    .section-diagnostics-block-item-wrapper {
        column-gap: 20px;
    }

    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-content {
        width: calc(100% - 20px - 114px);
    }

    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-header {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .section-diagnostics-block-item-text {
        font-size: 12px;
        line-height: 16px;
    }

    .section-services-block .services-slider-item-header a {
        font-size: 20px;
        line-height: 24px;
    }

    .section-about-block .col-12:first-of-type {
        order: 5;
    }

    .section-about-block:before {
        display: none;
    }

    .section-about-block .about-video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;

    }

    .section-about-block .about-video {
        width: 70%;
        margin-bottom: 20px;
        height: auto;
        display: none;
    }

    .about-content-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages-icon img {
        height: 35px;
    }

    .advantages-text {
        font-size: 10px;
        line-height: 13px;
    }

    .section-advantages-item {
        padding: 13px 13px 13px 26px;
    }
    .section-appointment-form-block .section-appointment-form-block-wrapper{
        border-radius: 30px;
        background: var(--gradient-background);
        padding: 20px 40px;
    }
    .swiper-personal-slider-item .personal-slider-item-text:before{
        background: var(--green-color);
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 2px;
    }
    .personal-slider-item-image-wrapper{
        margin-bottom: 10px;
    }
    .swiper-personal-slider-item .personal-slider-item-text br{
        display: none;
    }
    .swiper-personal-slider-item .personal-slider-item-text{
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .swiper-personal-slider-item .personal-slider-item-header a{
        font-size: 16px;
        line-height: 20px;
    }
    .review-item .review-item-name {
        font-size: 16px;
        line-height: 20px;
    }
    .review-item .review-item-rating{
        margin-bottom: 5px;
    }
    .review-item .review-item-text{
        color: var(--header-font-color);
    }
    .section-reviews-block:after{
        display: none;
    }
    .section-consultations-block-items > .section-consultations-block-item{
        width: calc((100% - 10px) / 2);
        font-size: 12px;
        line-height: 16px;
    }
    .section-consultations-block-items {
        gap: 5px 10px;
    }
    .section-consultations-block-item .btn.circle{
        height: 25px;
        width: 25px;
    }
    .section-consultations-block-item .btn.circle i {
        line-height: 13px;
        font-size: 10px;
    }
    .section-consultations-block-item span:first-of-type {
        width: calc(100% - 25px);
    }
    .consultations-item-image{
        max-height: 400px;
    }
    .staff-content-block .staff-line > div:first-of-type{
        width: 33%;
    }
    .staff-content-block .staff-line > div:last-of-type{
        width: 67%;
    }
    .staff-content-block .staff-line > div:first-of-type,
    .staff-content-block .staff-line > div:last-of-type{
        font-size: 14px;
        line-height: 18px;
    }
    .staff-content-block iframe{
        width: 100%;
    }
    .text-content-customization table tr td{
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .frontend-widgets-blocks-servicesblock {
        clip-path: none;
    }
    body{
        font-size: 14px;
        line-height: 18px;
    }

    .header-block-items-search,
    .header-block-items-phones{
        display: none;
    }
    .header-block-wrapper{
        padding: 8px 14px;
        background: var(--gradient-background);
        border-radius: 16px;
        transition: all .2s ease-in-out;
    }
    .header-sticky .header-block-wrapper{
        background: var(--gradient-background-2);
    }

    .btn.btn-callback{
        height: 44px;
        padding: 0 42px;
    }
    .top-header-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 14px;
        width: 100%;
    }
    header.section-header-block{
        padding: 0;
    }
    header.section-header-block .header-logo{
        display: none;
    }
    header.section-header-block.header-sticky{
        background: #F0F6F2;
    }
    .language-switcher {
        width: 44px;
        height: 44px;
    }
    .header-sticky .mobile-menu-toggle,
    .mobile-menu-toggle{
         background: #fff;
         width: 44px;
         height: 44px;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
    }
    .header-sticky .mobile-menu-toggle img,
    .mobile-menu-toggle img{
        width: 24px;
        height: 16px;
    }
    .mobile-menu-toggle img{
        content: url("/storage/icons/icon-menu-blue.svg");
    }
    header.section-header-block .header-logo-light{
        display: block;
    }
    header.section-header-block{
        margin-bottom: 5px;
    }
    .btn.btn-callback{
        background: var(--light-color);
        color: var(--header-font-color);
    }
    .top-header-mobile a{
        display: flex;
        align-items: center;
        column-gap: 4px;
        text-decoration: none;
    }
    .top-header-mobile a img{
        width: 19px;
        height: 19px;
    }
    .top-header-mobile a span{
        color: var(--header-font-color);
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }
    .footer-row{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .footer-row .footer-column:nth-of-type(4),
    .footer-row .footer-column:nth-of-type(3),
    .footer-row .footer-column:nth-of-type(2){
        order: 3;
        width: 100%;
        max-width: none;
    }
    .footer-menu li {
        width: calc(50% - 15px / 2);
    }
    .footer-block-logo img{
        height: 154px;
    }
    .footer-block-logo + .copyright{
        display: none;
    }
    .footer-row .footer-column:last-of-type{
        order: 6;
        width: 100%;
        display: flex;
        max-width: none;
    }
    .section-questions-form-block .section-questions-form-block-wrapper{
        flex-direction: column;
    }
    .section-questions-form-block .section-questions-form-block-wrapper > div{
        width: 100%;
    }
    .section-questions-form-block-wrapper{
        height: auto;
    }
    .section-questions-form-block .section-questions-form-block-wrapper .section-questions-form-block-image img{
        width: 100%;
        height: auto;
    }
    .section-questions-form-block .section-questions-form-block-wrapper .section-questions-form-block-form-wrapper{
        padding: 20px;
    }
    .section-mb{
        margin-bottom:  40px
    }
    .section-questions-form-block-form-header span:first-of-type{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .section-questions-form-block-form-header span,
    .section-questions-form-block-form-header span:first-of-type{
        text-align: left;
    }
    .faq-accordion-wrapper .accordion-item .accordion-body{
        padding: 17px 0;
    }
    .faq-accordion-wrapper .accordion-item .faq-accordion-question-wrapper {
        column-gap: 15px;
        margin-right: 15px;
    }
    .faq-accordion-wrapper .accordion-item:last-of-type .accordion-button.collapsed, .faq-accordion-wrapper .accordion-item .accordion-button{
        border-radius: 100px;
    }
    .open-header-menu header.section-header-block{
        padding: 0;
    }
    .open-header-menu .mobile-menu-toggle-wrapper,
    .open-header-menu .header-block-logo,
    .open-header-menu .header-block-items-languages,
    .open-header-menu .header-block-items-form,
    .open-header-menu .header-block-items{
        display: flex;
    }
    .header-block-menu{
        width: 100vw;
        right:  -120vw
    }
    .swiper-home-slider-item-image picture {
        height: 528px;
        overflow: hidden;
    }
    .section-home-slider-block{
        margin-top: 20px;
    }
    .swiper-home-slider .swiper-pagination{
        display: none;
    }
    .home-slider-title{
        font-size: 40px;
        line-height: 43px;
    }
    .swiper-home-slider .btn.btn-more{
        width: 100%;
    }
    .btn.btn-more{
        height: 45px;
    }
    .home-slider-caption{
        font-size: 16px;
        line-height: 19px;
    }
    .section-home-form-block{
        margin-top: 0;
        border-radius: 0;
    }
    .home-slider-form{
        border-radius: 0;
        background: none;
        padding: 0;
        margin-top: 16px;

    }
    .section-home-form-block .container{
        width: 100%;
        max-width: 100%;
    }

    .section-home-form-block {
        background: var(--gradient-background);
    }
    .swiper-home-slider{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .home-slider-form .field-mb-11{
        row-gap: 8px;
    }
    .home-slider-form .field-home-slider-message{
        margin-top: 8px;
    }
    .home-slider-form .btn.btn-submit-light{
        margin-top: 15px;
    }
    .home-slider-form.custom-form-opacity-fields .form-control{
        height: 45px;
    }
    .link-arrow-more .btn.circle{
        width: 32px;
        height: 32px;
    }
    .swiper-news-slider-item .news-slider-item-date:before{
        width: 10px;
        height: 10px;
        background: var(--green-color);
    }
    .swiper-news-slider-item .news-slider-item-date span{
        font-size: 16px;
        line-height: 18px;
    }
    .swiper-news-slider-item .news-slider-item-content .news-slider-item-header a{
        font-size: 20px;
        line-height: 24px;
    }
    .swiper-news-slider-item .news-slider-item-content .news-slider-item-header{
        height: 100px;
    }
    .section-contact-block-wrapper .section-contact-block-item:nth-of-type(1),
    .section-contact-block-wrapper .section-contact-block-item:nth-of-type(3){
        order: 4;
    }
    .section-contact-block-wrapper .section-contact-block-item:nth-of-type(2){
        width: 100%;
        justify-content: center;
    }
    .section-contact-block-wrapper{
        flex-wrap: wrap;
        row-gap: 35px;
        padding: 25px 10px;
        justify-content: center;

        column-gap: 8px;
    }
    .section-contact-block-wrapper .section-contact-block-item{
        column-gap: 8px;
    }
    .section-contact-block-wrapper .section-contact-block-item a img{
        width: 42px;
    }
    .section-contact-block-wrapper .section-contact-block-item a.section-contact-block-item-icon{
        width: 42px;
        height: 42px;
    }
    .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-facebook-big, .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-instagram-big{
        font-size: 23px;
        line-height: 23px;
    }
    .section-contact-block-wrapper .section-contact-block-item a i.icon-icon-youtube-big {
        font-size: 20px;
        line-height: 20px;
        margin-left: -10px;
    }
    .gallery-block-slider .swiper-slide > .gallery-block-item img{
        width: 102%;
    }
    .section-breadcrumbs h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .diagnostics-form-wrapper .header-with-link{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .diagnostics-form-wrapper .header-with-link .section-sub-header{
        order: 5;
        width: 100%;
    }
    .diagnostics-form-wrapper-form{
        display: none;
    }
    .diagnostics-form-wrapper .link-arrow-more span:not(.btn),
    .diagnostics-form-wrapper .link-arrow-more:after{
        display: none;
    }
    .diagnostics-form-wrapper .link-arrow-more .btn.circle{
        display: flex;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image{
        width: 100%     ;
        height: auto;
        aspect-ratio: 314 / 304;
        margin-bottom: 12px;
    }
    .section-diagnostics-block-item-wrapper{
        flex-direction: column;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image img{
        width: 100%;
        height: auto;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-content{
        width: 100%;
        padding: 16px;
    }
    .section-diagnostics-block-item-text{
        font-size: 14px;
        line-height: 18px;
    }
    .section-diagnostics-block-item-wrapper .section-diagnostics-block-item-header{
        font-size: 20px;
        line-height: 25px;
    }
    .section-about-block .about-video{
        width: 100%;
    }
    .section-advantages-block .row{
        row-gap: 20px;
    }
    .section-advantages-item {
        padding: 20px 32px 20px 45px;
    }
    .advantages-header{
        font-size: 16px;
        line-height: 20px;
    }
    .advantages-text{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .advantages-icon img{
        height: 62px;
    }
    .section-appointment-form-block .section-appointment-form-block-wrapper{
        border-radius: 0;
        background: none;
        padding: 0
    }
    .section-appointment-form-block{
        padding: 25px 0;
        background: var(--gradient-background);
    }
    .appointment-form  .field-appointment-message{
        margin-top: 8px;
    }
    .personal-slider-item-image-wrapper{
        margin-bottom: 15px;
    }
    .swiper-personal-slider-item .personal-slider-item-text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .swiper-personal-slider-item .personal-slider-item-header a{
        font-size: 24px;
        line-height: 28px;
    }
    .section-personal-block .swiper .swiper-scrollbar{
        display: block;
    }
    .consultations-item-image {
        max-height: none;

    }
    .consultations-item-image img {
        height: auto;
        width: 100%;
    }
    .section-consultations-block-items{
        margin-top: 15px;
        height: 260px;
        overflow-y: scroll;
    }
    .section-consultations-block-items::-webkit-scrollbar{
        width: 3.5px;
        height: 120px;
    }
    .section-consultations-block-items::-webkit-scrollbar-thumb{
        background: var(--blue-color);
    }
    .section-consultations-block-items > .section-consultations-block-item{
        width: 100%;
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .section-consultations-block-item.active {
        background: var(--gradient-background);
    }
    .section-consultations-block-item .btn.circle{
        width: 32px;
        height: 32px;
    }
    .section-consultations-block-item .btn.circle i{
        color: var(--blue-color);
    }
    .section-consultations-block-item span:first-of-type {
        width: calc(100% - 32px);
    }
    .section-consultations-block-items > .section-consultations-block-item:before {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: 10px;
    }
    h1, h1{
        font-size: 32px;
        line-height: 36px;
    }
    h2, .h2{
        font-size: 26px;
        line-height: 30px;
    }
    h3, .h3{
        font-size: 20px;
        line-height: 24px;
    }
    h4, .h4{
        font-size: 16px;
        line-height: 20px;
    }
    h5, .h6, h6, .h5{
        font-size: 14px;
        line-height: 18px;
    }
    .staff-content-block-heading{
        margin-bottom: 25px;
        margin-top: 45px;
    }
    .staff-content-block iframe{
        margin-top: 0;
    }
    .section-section-staff-content:after{
        display: none;
    }
    .text-content-customization img{
        width: 100%;
        height: auto;
    }
    .text-content-customization table tr {
        width: calc(100% - 30px);
    }
    .text-content-customization table tr td{
        min-width: 87px;
    }

    header.section-header-block.header-sticky .header-logo.header-logo-light {
        display: none;
    }

    header.section-header-block.header-sticky .header-logo {
        display: block;
    }
}

@media only screen and (max-width: 579px){
    .gallery-block-slider .swiper-slide > .gallery-block-item img{
        width: 47.4vw;
    }
    .pagination li a,
    .pagination li span{
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .error-404 .page-title {
        font-size: 130px;
        line-height: 140px;
    }
    .field-mb-11.amount-field{
        flex-direction: column;
    }
    .field-mb-11.amount-field .amount-field-values,
    .amount-field-wrapper{
        max-width: none;
        width: 100%;
    }
    .field-mb-11.amount-field .amount-field-values, .amount-field-wrapper{
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    .text-content-customization table.table-cols-4 tr td:nth-of-type(1) {
        width: 35%;
    }
    .text-content-customization table.table-cols-4 td{
        width: calc((100% - 35%) / 3);
    }
}
@media only screen and (max-width: 399px) {
    .btn.btn-callback {
        padding: 0 15px;
    }

    .certificates-block-wrapper .slider-controls {
        column-gap: 15px;
    }

    .section-about-block .about-video {
        margin-top: -80px;
    }
}
@media only screen and (max-width: 369px){
    .staff-content-block .staff-line{
        flex-direction: column;
        row-gap: 10px;
    }
    .staff-content-block .staff-line > div:first-of-type, .staff-content-block .staff-line > div:last-of-type{
        width: 100%;
    }
}
@media only screen and (max-width: 340px){
    .section-contact-block-wrapper .section-contact-block-item a img{
        width: 38px;
    }
    .section-contact-block-wrapper .section-contact-block-item a.section-contact-block-item-icon{
        width: 38px;
        height: 38px;
    }
}
