        @media screen and (max-width: 1444px) {}
        
        @media screen and (max-width: 1200px) {}
        
        @media screen and (max-width: 1110px) {}
        
        @media screen and (max-width: 992px) {
            .xs_header__text {
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 21px;
                color: #FFFFFF;
            }
            h1 {
                font-style: normal;
                font-weight: 700;
                font-size: 53px;
                line-height: 57px;
                color: #FFFFFF;
                margin-bottom: 40px;
            }
            header h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 25px;
                line-height: 27px;
                color: #FFFFFF;
                margin-bottom: 47px;
            }
            .xs_header__content a {
                font-style: normal;
                font-weight: 700;
                font-size: 22px;
                line-height: 22px;
                text-align: center;
                color: #FFFFFF;
                display: inline-block;
                background: #B90902;
                box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
                border-radius: 4px;
                padding: 17px 32px;
                text-decoration: none;
                margin-bottom: 26px;
            }
            .block_1 ul li {
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                color: #000000;
                background: #F5BC1B;
                box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
                border-radius: 40px;
                padding: 17px 17px;
                cursor: pointer;
            }
            .xs_tab__item img {
                width: 100%;
                height: 188px;
                margin-bottom: 20px;
            }
            .footer_item_gos,
            .footer_item_portal_link,
            .footer_item_portal_img {
                text-align: right;
            }
        }
        
        @media screen and (max-width: 893px) {}
        
        @media screen and (max-width: 768px) {
            header {
                height: auto;
                padding-bottom: 40px;
            }
            .xs_header__logo a svg {
                width: 257px;
            }
            .block_1 h2 {
                font-style: normal;
                font-weight: 700;
                font-size: 35px;
                line-height: 48px;
                color: #161E1E;
                margin-bottom: 50px;
            }
            .block_1 ul {
                list-style-type: none;
                padding-left: 0;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .tabs_menu_item {
                margin-bottom: 10px;
                width: 49%;
            }
            .footer_item {
                text-align: center;
                margin-bottom: 25px;
            }
            .footer_item_gos,
            .footer_item_portal_link,
            .footer_item_portal_img {
                text-align: center;
            }
        }
        
        @media screen and (max-width: 576px) {
            h1 {
                font-style: normal;
                font-weight: 700;
                font-size: 40px;
                line-height: 40px;
                color: #FFFFFF;
                margin-bottom: 40px;
            }
            header h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 19px;
                line-height: 21px;
                color: #FFFFFF;
                margin-bottom: 47px;
            }
            .xs_header__content a {
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: #FFFFFF;
                display: inline-block;
                background: #B90902;
                box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
                border-radius: 4px;
                padding: 12px 20px;
                text-decoration: none;
                margin-bottom: 26px;
            }
            .xs_tab__item {
                width: 49%;
            }
            .block_1 {
                margin-top: 62px;
            }
            .xs_tabs__btn span {
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: #FFFFFF;
                padding: 17px 13px;
                display: inline-block;
                background: #B90902;
                box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
                border-radius: 4px;
                cursor: pointer;
            }
        }
        
        @media screen and (max-width: 540px) {
            .xs_header__top {
                display: flex;
                align-items: flex-start;
                margin-bottom: 100px;
                flex-direction: column;
            }
            .xs_header__logo {
                margin-right: 0;
                margin-bottom: 10px;
            }
        }
        
        @media screen and (max-width: 480px) {
            h1 {
                font-style: normal;
                font-weight: 700;
                font-size: 31px;
                line-height: 32px;
                color: #FFFFFF;
                margin-bottom: 40px;
            }
            header {
                background-position: center left !important;
            }
        }
        
        @media screen and (max-width: 420px) {
            h1 {
                font-style: normal;
                font-weight: 700;
                font-size: 30px;
                line-height: 32px;
                color: #FFFFFF;
                margin-bottom: 40px;
            }
            .block_1 h2 {
                font-style: normal;
                font-weight: 700;
                font-size: 30px;
                line-height: 37px;
                color: #161E1E;
                margin-bottom: 50px;
            }
            .tabs_menu_item {
                margin-bottom: 10px;
                width: 100%;
            }
            .xs_tab__item img {
                width: 100%;
                height: 150px;
                margin-bottom: 20px;
            }
        }