@media (max-width: 1199px) {    
    .top-block {
        min-height: auto;
    }
    /* max-width: 1199px */
}
@media (max-width: 991px) {
    .menu-main nav,
    .bg-lotos-t-r::before,
    .bg-lotos-b-l::before {
        display: none;
    }
    .menu-mobile,
    .menu-main ul {
        display: block;
    }
    .menu-main {
        margin-bottom: 15px;
    }
    .menu-main a {
        display: inline-block;
        padding: 5px;
    }
    h1 {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
    }
    .blog h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    h2, .h2 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 30px;
    }
    h4, .h4 {
        font-size: 24px;
        line-height: 24px;
    }
    header {
        position: static;
        min-height: 85px;
        padding-bottom: 20px;
        text-align: center;
        background-color: var(--main-color-2);
    }
    .logo {
        margin-bottom: 10px;
    }
    .top-block {
        background-color: var(--main-color);
        z-index: 0;
    }
    .top-b-content {
       position: static;
       padding-top: 100px;
    }
    .top-b-img {
        position: absolute;
        top: 0;
        z-index: -1;
        left: -250px;
        right: -100px;
    }
    .section {
        padding: 50px 0;
    }
    .text-note {
        margin-top: 20px;
        padding-left: 30px;
    }
    .b-r-w-item .h {
        min-height: auto;
        line-height: 40px;
    }
    .b-r-item {
        margin-bottom: 30px;
    }
    .block-recom img {
        margin-bottom: 30px;
    }
    .block-retrit-area img {
        max-width: 400px;
    }
    .block-form {
        background: url(../img/1/bg-f.webp) no-repeat center / cover;
    }
    .b-form-wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    .b-form-form {
        padding: 40px 0;
    }
    .b-form-form .btn-wrap {
        margin-top: 0;
    }
    .b-form-form .btn {
        width: 100%;
    }
    .card-item,
    .card-item-border {
        height: auto !important;
        margin-bottom: 30px;
    }
    .f-logo {
        margin-bottom: 30px;
        text-align: center;
    }
    .menu-footer {
        margin-bottom: 20px;
    }
    .menu-footer ul,
    .f-contacts {
        text-align: center !important;
    }
    footer .col-lg-2.text-right {
        margin-top: 20px;
        text-align: center !important;
    }
    .form-group {
        margin-bottom: 20px;
    }
    embed, iframe, object, video {
        max-width: 100%;
    }
    .h-contacts {
        position: relative;
        margin-top: 30px;
        margin-bottom: -70px;
        padding-left: 0px;
        display: flex;
        justify-content: center;
        z-index: 5;
    }
    .menu-mobile {
        position: relative;
        display: inline-block;
        min-height: 30px;
        min-width: 40px;
        margin-left: 20px;
        cursor: pointer;
        z-index: 5;
    }
    .menu-mobile-icon,
    .menu-mobile-icon:before,
    .menu-mobile-icon:after {
        position: absolute;
        height: 4px;
        width: 40px;
        left: 0;
        top: 12px;
        color: var(--white-color);
        background-color: var(--white-color);
        transition-duration: 0.5s;
        cursor: pointer;
    }
    .menu-mobile-icon:before {
        content: "";
        top: -10px;
    }
    .menu-mobile-icon:after {
        content: "";
        top: 10px;
    }
    .menu-active .menu-mobile-icon {
        transition-duration: 0.5s;
        background: transparent !important;
    }
    .menu-active .menu-mobile-icon::before {
        transform: rotateZ(45deg) scaleX(1) translate(8px, 8px);
    }
    .menu-active .menu-mobile-icon::after {
        transform: rotateZ(-45deg) scaleX(1) translate(6px, -6px);
    }
    .pid-15 .top-block {
        padding-bottom: 50px;
    }
    .pid-15 .card-i-icon .h {
        padding-right: 10px;
        font-size: 24px;
    }
    #pdopage {
        margin-top: 150px;
    }
    .h-100 {height: auto !important;
    }
    .order-m-1 {order: 1;}
    .order-m-2 {order: 2;}
    .order-m-3 {order: 3;}
    .order-m-4 {order: 4;}
    .m-text-center {text-align: center;}
    .mt--120 {margin-top: 20px;}
    .m-mb-30 {margin-bottom: 30px;}

    /* max-width: 991px */
}
@media (max-width: 767px) {    
    .top-b-img {
        left: -350px;
        right: -350px;
    }
    .top-b-content h1 {
        font-size: 36px;
    }
    .text-note-1,
    .text-note-2 {
        position: relative;
        padding: 100px 20px 20px 20px;
    }
    .text-note-1::before, .text-note-2::before {
        content: "";
        position: absolute;
        top: 20px;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .b-r-t-i-img {
        margin-right: 15px;
        min-width: 100px;
    }
    .b-r-t-i-card {
        margin-right: 0;
        padding: 40px 15px 30px 15px;
    }
    .block-retrit-area img {
        max-width: 100%;
    }
    .card-i-icon {
        padding-top: 30px;
    }
    .card-i-icon .h {
        padding-right: 90px;
    }
    .card-item .h-sm {
        font-size: 22px;
    }
    .menu-footer ul, .f-contacts {
        text-align: center !important;
    }
    .menu-footer {
        margin-bottom: 20px;
    }
    #pdopage {
        margin-top: 110px;
    }
    .blog h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .blog article {
        margin-top: 60px;
    }
    .blog article h2, 
    .blog article h3, 
    .blog article h4 {
        margin-top: 40px;
        font-size: 32px;
    }
    .news-item.text-card {
        height: auto;
        margin-bottom: 40px;
    }
    .news-i-image {
        margin-right: 10px;
        height: 110px;
        min-width: 150px;
    }
    .news-i-link {
        font-size: 18px;
        line-height: 22px;
    }
    /* max-width: 767px */
}
@media (max-width: 543px) {    
    .btn.ajax-open {
        width: 100%;
    }
    .modal-win {
        padding: 50px 10px;
    }    
}