@media (max-width: 1024px)
{
    /*---------------
        Main styles
    ---------------*/
    .cont
    {
        padding: 0 30px;
    }

    .main__title br
    {
        display: none;
    }


    .tabs
    {
        display: flex;
        overflow: hidden;
        overflow-x: auto;

        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
    }

    .tab-content-tabs.active{
        overflow: hidden;
        overflow-x: auto;
    }

    .tariffs .tabs_bord{
        display: flex;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tariffs .tab-btn_bord + .tab-btn_bord{
        margin-top: 0;
    }

    .tariffs .tab-btn{
        font-weight: 600;
        opacity: .5;
    }

    .tariffs .tab-btn.active{
        opacity: 1;
    }

    .tab-btn_bord,
    .tab-btn_text
    {
        width: auto;
        padding: 0;

        white-space: nowrap;

        border: none;

        flex-shrink: 0;
    }

    .tab-btn_bord + .tab-btn_bord,
    .tabs-item + .tabs-item
    {
        margin: 0 0 0 30px;
    }

    .tab-btn_bord.active,
    .tab-btn_bord:hover
    {
        padding-left: 0;
    }

    .tab-btn_bord .number
    {
        display: none;
    }

    .title-number
    {
        font-size: 18px;
    }


    .modal-application
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-close__close
    {
        display: block;
    }


    .creator
    {
        left: 30px;
    }


    .loader .title{
        font-size: 80px;
    }
    /*---------------
        Header
    ---------------*/
    header .wrap_block
    {
        padding-top: 80px;
    }

    header .menu
    {
        margin: 0;
    }
    /*---------------
        Main section
    ---------------*/
    .first-section .section-content__bg
    {
        object-position: 70% 0;
    }


    .will-help .section-content__bg
    {
        object-position: 0 0;
    }

    .info-help__colL
    {
        width: 100%;
    }


    .about-info__colL
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-video
    {
        width: 100%;
        height: auto;
        min-height: 1px;
        max-height: none;
        padding-bottom: 60%;
    }


    .information-info__colL
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .information-info__colR
    {
        width: 100%;
    }

    .information-info .main__title
    {
        margin-bottom: 30px;
    }

    .information-info__colL .tabs
    {
        display: flex;
    }

    .information-info .cont
    {
        flex: 0 0 0;
    }


    .tariff-info__colL
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .tariff-info__colR
    {
        width: 100%;
    }

    .tariffs-inform .cont
    {
        padding: 0 30px;
    }


    .reviews-text .cont
    {
        flex: 0 0 0;
    }

    .reviews-text__colL
    {
        width: 100%;
        max-width: none;
        min-height: 1px;
        margin-bottom: 30px;
    }

    .reviews-text__colR
    {
        width: 100%;
    }

    .reviews-video .cont
    {
        flex: 0 0 0;
    }

    .reviews-video__colL
    {
        display: flex;

        width: 100%;
        max-width: none;
        min-height: 1px;
        margin-bottom: 30px;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .reviews-video .tabs
    {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;

        order: -1;
    }

    .reviews-video__colR
    {
        width: 100%;
    }


    .reviews .video-block
    {
        width: 100%;
        height: auto;
        min-height: 1px;
        max-height: none;
        padding-bottom: 60%;
    }


    .application .section-content__bg
    {
        object-position: 30% 0;
    }

    .success__desc
    {
        font-size: 26px;
    }
}
