@media (min-width: 770px) and (max-width: 1025px) 
{
    .container
    {
        width: 100%;

        padding: 0 20px;
    }

    .main_section
    {
        background: url(../img/header_bg-dark.webp) no-repeat;
        background-position-x: 80%;
        background-size: 278%;

        border-bottom: 1px solid rgba(243, 246, 255, 0.30);
    }

    .main_section .title-block .title
    {
        width: 55%;
    }

    .main_section .title-block .desc
    {
        width: auto;
    }

    .main_section .title-block .button-block a svg
    {
        width: 100%;
    }

    .content-block
    {
        flex-direction: column;
    }

    .about_section .content-block .item
    {
        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 20px;

        width: 100%;
    }

    .about_section .content-block .item .desc
    {
        width: auto;
    }

    .about_section .about-header
    {
        flex-direction: column;
    }

    .about_section .about-header .desc
    {
        width: auto;
    }

    .about_section .about-header .title
    {
        margin-bottom: 20px;

        width: auto;
    }

    .items_section .items_content
    {
        grid-template-columns: repeat(1, 590px);
        justify-content: center;
    }

    .items_section .button-block a svg
    {
        width: 100%;
    }

    .reviews_section .reviews-body
    {
        flex-direction: column;
    }

    .reviews_section .reviews-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .reviews_section .reviews-body .reviews-content
    {
        width: auto;
    }

    .faq_section .faq-body
    {
        flex-direction: column;
    }

    .faq_section .faq-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .faq_section .faq-body .faq-content
    {
        width: auto;
    }   
}

@media (min-width: 425px) and (max-width: 769px) 
{
    .bg_glow1
    {
        display: none;
    }

    .bg_glow2
    {
        display: none;
    }

    .bg_glow3
    {
        display: none;
    }

    .bg_glow4
    {
        display: none;
    }

    .container
    {
        width: 100%;

        padding: 0 10px;
    }

    .main_section
    {
        background: url(../img/header_bg-dark.webp);
        background-position-x: 72%;
        background-size: 382%;

        border-bottom: 1px solid rgba(243, 246, 255, 0.30);

        position: relative;
    }

    .main_section .title-block .title
    {
        width: 100%;

        font-size: 50px;
    }

    .main_section .title-block .desc
    {
        width: auto;

        font-size: 20px;
    }

    .main_section .title-block .button-block a svg
    {
        width: 100%;
    }

    .content-block
    {
        flex-direction: column;
    }

    .about_section .content-block .item
    {
        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 20px;

        width: 100%;
    }

    .about_section .content-block .item .desc
    {
        width: auto;
    }

    .about_section .about-header
    {
        flex-direction: column;
    }

    .about_section .about-header .desc
    {
        width: auto;
    }

    .about_section .about-header .title
    {
        margin-bottom: 20px;

        width: auto;
    }

    .about_section .button-block
    {
        flex-direction: column;
    }

    .about_section .button-block .desc
    {
        text-align: center;

        width: auto;

        margin: 20px 0;
    }

    .items_section .items_content
    {
        grid-template-columns: repeat(1, 100%);
        justify-content: center;
        margin-bottom: 20px;
    }

    .items_section .items_content .item
    {
        width: 100%;
    }

    .items_section .items_content .item .img-block a img
    {
        width: 100%;
    }

    .items_section .items_content .item .item_info
    {
        align-items: flex-end;

        padding: 20px;
    }

    .items_section .items_content .item .item_info .item_content .item_tags
    {
        flex-wrap: wrap;
    }

    .items_section .button-block a
    {
        display: none;
    }

    .items_section .button-block .mobile_button
    {
        display: block;
    }

    .items_section .button-block a svg
    {
        width: 100%;
    }

    .reviews_section .reviews-body
    {
        flex-direction: column;
    }

    .reviews_section .reviews-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .reviews_section .reviews-body .reviews-content
    {
        width: auto;
    }

    .reviews_section .reviews-body .reviews-content .reviews-items .item
    {
        padding: 40px 20px;
    }

    .reviews_section .reviews-body .reviews-content .reviews-items .item .wrapper
    {
        width: auto;
    }

    .faq_section .faq-body
    {
        flex-direction: column;
    }

    .faq_section .faq-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .faq_section .faq-body .faq-content
    {
        width: auto;
    }

    .faq_section .faq-body .faq-content .faq-items .item
    {
        padding: 40px 21px;
    }

    .faq_section .faq-body .faq-content .add_links-block
    {
        display: block;
    }

    .faq_section .faq-body .faq-content .add_links-block .questions_link
    {
        width: auto;

        margin-bottom: 10px;
    }

    .faq_section .faq-body .faq-content .add_links-block .contacts_link
    {
        width: auto;

        text-align: start;
    }    
}

@media (max-width: 425px) 
{
    .bg_glow1
    {
        display: none;
    }

    .bg_glow2
    {
        display: none;
    }

    .bg_glow3
    {
        display: none;
    }

    .bg_glow4
    {
        display: none;
    }

    .container
    {
        width: 100%;

        padding: 0 10px;
    }

    .main_section
    {
        background: url(../img/header_bg-dark.webp) no-repeat;
        background-position-x: 72%;
        background-size: 480%;

        border-bottom: 1px solid rgba(243, 246, 255, 0.30);

        position: relative;
    }

    .main_section .title-block .title
    {
        width: 100%;

        font-size: 50px;
    }

    .main_section .title-block .desc
    {
        width: auto;

        font-size: 20px;
    }

    .main_section .title-block .button-block a svg
    {
        width: 100%;
    }

    .content-block
    {
        flex-direction: column;
    }

    .about_section .content-block .item
    {
        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 20px;

        width: 100%;
    }

    .about_section .content-block .item .desc
    {
        width: auto;
    }

    .about_section .about-header
    {
        flex-direction: column;
    }

    .about_section .about-header .desc
    {
        width: auto;
    }

    .about_section .about-header .title
    {
        margin-bottom: 20px;

        font-size: 32px;

        width: auto;
    }

    .about_section .button-block
    {
        flex-direction: column;
    }

    .about_section .button-block .desc
    {
        text-align: center;

        width: auto;

        margin: 20px 0;
    }

    .items_section .items_content
    {
        grid-template-columns: repeat(1, 100%);
        justify-content: center;
        margin-bottom: 20px;
    }

    .items_section .items_content .item
    {
        width: 100%;
    }

    .items_section .items_content .item .img-block a img
    {
        width: 100%;
    }

    .items_section .items_content .item .item_info
    {
        align-items: flex-end;

        padding: 20px;
    }

    .items_section .items_content .item .item_info .item_content .item_tags
    {
        flex-wrap: wrap;
    }

    .items_section .button-block a
    {
        display: none;
    }

    .items_section .button-block .mobile_button
    {
        display: block;
    }

    .items_section .button-block a svg
    {
        width: 100%;
    }

    .reviews_section .reviews-body
    {
        flex-direction: column;
    }

    .reviews_section .reviews-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .reviews_section .reviews-body .reviews-content
    {
        width: auto;
    }

    .reviews_section .reviews-body .reviews-content .reviews-items .item
    {
        padding: 40px 20px;
    }

    .reviews_section .reviews-body .reviews-content .reviews-items .item .wrapper
    {
        width: auto;
    }

    .faq_section .faq-body
    {
        flex-direction: column;
    }

    .faq_section .faq-body .title
    {
        width: auto;

        margin-bottom: 40px;
    }

    .faq_section .faq-body .faq-content
    {
        width: auto;
    }

    .faq_section .faq-body .faq-content .faq-items .item
    {
        padding: 40px 21px;
    }

    .faq_section .faq-body .faq-content .add_links-block
    {
        display: block;
    }

    .faq_section .faq-body .faq-content .add_links-block .questions_link
    {
        width: auto;

        margin-bottom: 10px;
    }

    .faq_section .faq-body .faq-content .add_links-block .contacts_link
    {
        width: auto;

        text-align: start;
    }
}

@media (max-width: 375px) 
{
    .main_section .title-block .title
    {
        font-size: 40px;
    }
}

@media (max-width: 372px) 
{
    .items_section .items_content .item .item_info .item_content .item_tags .on_update
    {
        margin-top: 8px;
    }
}
