@media(max-width:990px) {
    :root {
        --cont: 840px;
    }
    .header_logo {
        max-width: 100px;
    }
    .menu__wrap li a {
        font-size: 14px;
    }
    .header_tel {
        font-size: 14px;
    }
    .header_lang span {
        border-radius: 100%;
        font-size: 16px;
        padding: 15px;
    }
    .hero_wrl_title {
        font-size: 30px;
    }
    #hero .b24-form-btn {
        font-size: 18px !important;
    }
    .b24-form {
        max-width: 100% !important;
    }
    .hero {
        padding-top: 40px;
    }
    .hero_wrl_desc {
        font-size: 16px;
        margin-top: 15px;
    }
    .hero_wrap {
        --img-size:400px;
        padding-bottom: unset;
    }
    .herobw_img {
        max-width: 1vw;
        min-width: 25px;
    }
    .herob_wrap {
        padding:10px 15px;
    }
    .ht_right svg {
        min-width:20px ;
    }
    .ht_right {
        padding: 15px;
        border-radius: 20px;
        min-width: 200px;
    }
    #header {
        margin-top: 40px;
    }
    .herobw_text {
        font-size: 12px;
    }
    .ht_left {
        font-size: 14px;
    }
    .ht_right div {
        font-size: 14px;
    }
    .apwrd_title h2 {
        font-size: 18px;
    }
    .apwr_desc > h2 {
        font-size: 24px;
    }
    .apwr_desc > p {
        font-size: 14px;
    }
    .apwrd_btn {
        height: 50px;
        padding: 0 20px;
    }
    .apwrd_btn svg {
        max-width: 20px;
    }
    .ap_wrap {
        --img-size:300px;
    }
    .hiw_bx {
        --gap:50px;
        --img-size: 400px;
    }
    .cl_wr_title, .hiww_title {
        font-size: 30px;
    }
    .cl_wr > p, .hiww_desc {
        font-size: 12px;
    }
    .hiwbrb_title {
        font-size: 16px;
    }
    body.scrolling #header {
        --headerHeight: 80px;
    }
    .testimonials-section {
        padding: 60px 0 30px;
    }
}
@media(max-width:768px) {
    :root {
        --cont: 560px;
    }
    .hero_wrap {
        --img-size:100%;
        flex-direction: column-reverse;
        gap: 0;
    }
    .hero_wrleft {
        width: 100%;
        padding-top: 30px;
    }
    .hero_wrright {
        height: 300px;
    }
    .hero_wrright img {
        object-fit: contain;
    }
    .ht_wrap {
        max-width: 100%;
    }
    .ap_wrap {
        --gap: 20px;
        --img-size: 200px;
    }
    .hiw_bx {
        --img-size:250px;
    }
    .hiwbrb_index {
        height: 20px;
        min-width: 20px;
        max-width: 20px;
    }
    .hiwb_right::after {
        left: 10px;
        top: 20px;
    }
    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        top: 0 !important;
        padding: 0 !important;
    }
    .apw_left {
        height: 400px;
        width: 100%;
    }
    .hiwb_left {
        width: 100%;
    }
}
@media(max-width:560px) {
    .hero_bot {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
        grid-template-rows: 90px;
        margin: 0;
    }
    .ht_wrap {
        flex-direction: column;
        justify-content: center;
        gap:15px;
        align-items: flex-start;
    }
    .apwl_img img {
        object-fit: cover;
    }
    .apwl_img {
        width: 100%;
        height: 100%;
    }
    .ap_wrap {
        flex-direction: column;
    }
    .apw_right {
        width: 100%;
        max-width: 100%;
    }
    .solve {
        margin-top: 50px;
    }
    .apwrd_btn {
        margin-top: 20px;
        font-size: 16px;
    }
    .solve {
        flex-direction: column-reverse;
    }
    .hiw_bx {
        flex-direction: column;
    }
    .hiwbl_img {
        width: 100%;
        height: 350px;
    }
    .hiwb_right {
        display: flex;
        width: 100%;
        max-width: 100%;
        padding-top: 0;

    }
    .mtop160 {
        margin-top: 20px;
    }
    .bottom-banner {
        gap: 15px;
    }
    .bottom-banner > div {
        font-size: 14px;
    }
    .bottom-banner a.call-button {
        white-space: nowrap;
        padding: 15px;
        font-size: 14px;
    }
    .faq_btn {
        padding:15px;
        white-space: nowrap;
        font-size: 12px;
    }
    .faq-title {
        font-size: 20px;
    }
    .faq-question {
        padding: 20px;
        font-size: 16px;
    }
    .faq-answer {
        font-size: 14px;
        padding: 0 20px 20px;
    }
    #faq {
        padding-top: 2vh;
    }
    .plus, .minus {
        min-width: 30px;
        height: 30px;
        max-width: 30px;
        max-height: 30px;
        display: block;
    }
    .faq-item.active .faq-question {
        padding: 20px 20px 0;
    }
    .hiwbrb_index {
        font-size: 12px;
    }
    body.scrolling .menu__wrap li a {
        color: inherit;
    }
    /*body.scrolling .burger span {*/
    /*    background-color: #fff;*/
    /*}*/
    .custom-logo-link {
        min-height: unset;
    }

    .inn_choose {
        max-width: 40px;
        max-height: 40px;
    }
}