@media (max-width: 1500px) {

    .section-top .aboutItem_top {
        order: 2;
    }

    .section-top .aboutItem__text {
        order: 1;
        margin: 20px 50px 20px 100px;
    }

    .section-top__title {
        font-size: 35px;
        line-height: 45px;
    }

    .section-top__text {
        font-size: 20px;

    }

    .aboutItem_top .faq__link-btn {
        line-height: 16px;
        text-align: center;
        font-size: 15px;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 28px;
        padding-right: 28px;
        width: 100%;

    }

    .body--other .section-top {
        background-position: center top -70px;


    }

    .section-top .aboutItem__img {

        margin: 20px 100px 20px 0;
        order: 2;
    }

    .section-top .aboutItem__text {
        flex: 0.8;
        /*margin: 0 30px 0 0;*/
        order: 1;
    }

    .aboutItem__text-nt {

        margin: 20px 20px 20px 40px;

    }

    .helpItem-nt {
        margin: 0 0 0 0;
    }

    #block3 .helpItem__img img {
        height: 400px;
    }

    #block6 .helpItem__img img {
        height: 400px;
    }

}

@media (max-width: 1300px) {

    .section-top .aboutItem__img {
        order: 2;
    }

    .section-top .aboutItem__text {
        order: 1;
    }

    .aboutItem__img {
        flex: 1.2;
        margin: 0 30 0 0;
        order: 1;
    }

    .aboutItem__text-nt {
        flex: 1;
        margin: 20px 20px 20px 20px;
        order: 2;
    }

    .section-top__text {
        font-size: 16px;
        line-height: 20px;

    }


    .aboutItem_top .faq__link-btn {
        line-height: 16px;
        text-align: center;
        font-size: 15px;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 28px;
        padding-right: 28px;

    }

    .section-top__title {
        font-size: 35px;
        line-height: 32px;
    }
}

@media (max-width: 1170px) {
    .aboutItem_top {
        margin: 20px 0 0 0;
        align-items: unset;
    }

    .section-top {
        padding-top: 80px;
    }

    .section-top__block {
        margin-left: 0px;
        margin-top: 0px;
        padding: 0 30px 10px 0;
    }

    .helpItem-nt {
        margin: 0 0 0 0;
    }

    #block3 .helpItem__img img {
        height: 80%;
    }

    #block6 .helpItem__img img {
        height: 80%;
    }


    .body--other .section-top {
        background-position: right 18% top 75px;
        /*padding-bottom: calc(190px + 40 * ((100vw - 320px) / 850));*/
        padding-bottom: 10px;

    }

    .section-top .aboutItem__text {
        margin: 0 30px 0 0;
    }

    .section-top__title {
        text-align: left;
        margin-left: 20px;
        margin-bottom: 20px;

    }

    .section-top__text {
        text-align: left;
        padding: 0 20px;
        font-family: "ProximaNova-Regular", sans-serif;
        font-size: calc(18x + 7 * ((100vw - 320px) / 850));
        max-width: 500px;

    }

    .faq__link_top {
        text-align: left;
        margin: 5%;
    }

    .faq__link_mobile {
        display: block;
    }

    .helpItem__img-nt img {
        height: 280px;
        object-fit: contain;
    }

}


@media (max-width: 480px) {
    .body--other .specAllItem__img_call img {
        height: 200px !important;
    }
    .header__logo a img{

        height: 75px;
        min-width: 80px;

    }

}
@media (max-width: 767.98px) {
    h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
        font-size: 22px;
        margin: 29px 0 20px;
    }

    .body--other .tabs-section ul {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: unset;

    }
    .section-top__title {
        margin-top: 20px;
    }

    .aboutItem__text-nt {
        flex: 1;
        margin: 0px 0 20px 0;
        order: 2;
    }

    .section-top .aboutItem__img {
        margin: 0;
    }

    .top-licence {
        font-size: calc(100% - 4px);
    }

    .faq__link_top {
        margin: 5%;
    }




}

