*{
    padding: 0;
    margin: 0;
    border: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1,h2,h3,p,span,a{
    font-size: 100%;
    font-weight: normal;
}

.mobile-on{
    display: none;
}

.mobile-off{
    display: block;
}

a:hover{
    color: #7B8070;
}

/* Цвета шрифтов*/

.olive_green{
    color: #444C35;
}

.white{
    color: #FAFAFA;
}

.olive_green_70{
    color:  #7B8070;
}

/* Цвета заднего фона*/

.bg_olive_green{
    background-color: #444C35;
}

.bg_white{
    background-color: #FEFEFE;
}

.bg_olive_green_70{
    background-color:  #7B8070;
}

/* --------1920-------- */

/* Баннер */

.banner{
    width: 100%;
    height: 100vh;
    max-height: 1063px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/image/banner.png);
    background-size: cover;
    background-position: center;
}

.banner_txt_cont{
    width: 1720px;
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.banner_zag_cont{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.banner_descript_cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner_num_cont{
    display: flex;
    gap: 10px;
}

.banner_button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: fit-content;
    color: #444C35;
}

.banner_button:hover{
    color: #FAFAFA;
    background-color: #7B8070;
}

/* Таймер */

.timer{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.timer_txt_cont{
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.timer_cont{
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.timer_item{
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.timer_items{
    display: flex;
    gap: 50px;
}

.timer_decor{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/image/timer_img-1920.svg);
    width: 871px;
    height: 415px;
}

/* Темы */

.temi{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.temi_cont{
    width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.temi_txt_cont{
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 792px;
}

.temi_txt_items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.temi_txt_item{
    display: flex;
    align-items: center;
    gap: 30px;
}

.temi_line{
    min-width: 3px;
    min-height: 53px;
}

.temi_img{
    height: 782px;
    width: 538px;
}

/* Комитет */

.komitet{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.komitet_cont{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.komitet_items{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 122px;
}

.komitet_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.komitet_item > img{
    height: 268px;
    width: 268px;
}

.komitet_item_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.komitet_item_txt > p{
    width: 268px;
    text-align: center;
}

.komitet_item_txt > span{
    margin-top: 20px;
    width: 268px;
    text-align: center;
}

/* Расписание */
.rasp_header
{
    display: flex;
    justify-content: space-between;
}

.upload_container
{
    align-items: center;
    display: flex;
}

.upload_img
{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.upload_text{
    text-decoration: underline solid;
    color: white;
}
.rasp{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rasp_cont{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.rasp_items{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rasp_item{
    display: flex;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: #7B8070 1px solid;
}

.rasp_item_time{
    width: 329px;
}

.rasp_item_info{
    width: 1111px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rasp_item_infos{
    width: 1111px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.rasp_button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    width: fit-content;
    color: #444C35;
}

.rasp_button:hover{
    color: #FAFAFA;
    background-color: #7B8070;
}

.rasp_item_end{
    display: flex;
    width: 100%;
}

/* Партнеры */

.partners{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.partners_cont{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.partners_items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.partner_item{
    display: flex;
    align-items: center;
    gap: 30px;
}

.partner_item > img{
    width: 100px;
}

.partners_line{
    width: 360px;
    height: 1px;
}

.partners_items_end{
    display: flex;
    align-items: center;
    gap: 210px;
}

.partner_sibur{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.partner_sibur > img{
    height: 40px;
    width: auto;
}

.partner_decor{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/image/partners_img-1920.svg);
    width: 769px;
    height: 367px;
}

/* Ссылки */

.links{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links_cont{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.links_items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.links_item{
    display: flex;
    align-items: center;
    gap: 30px;
}

.links_line{
    min-width: 3px;
    min-height: 53px;
}

/* Карта */

.map{
    width: 100%;
    padding: 130px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_cont{
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.map_cont_txt{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.map_txt_items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.map_txt_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map_txt_item > span{
    margin-bottom: 10px;
}

.map_style{
    width: 827px;
    height: 529px;
}

/* Подвал */

footer{
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_cont{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer_txt_cont{
    display: flex;
    justify-content: space-between;
}

.footer_txt_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_button_cont{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.made_cont{
    display: flex;
    align-items: center;
    gap: 6px;
}

.made_cont > img{
    height: 13px;
}

.footer_txt_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 60px;
}

.footer_txt_right_item{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.link_cont{
    display: flex;
    align-items: center;
    gap: 30px;
}

.link_cont img{
    height: 20px;
}

.made_cont_m{
    display: none;
}

/* --------2560-------- */

@media screen and (min-width: 2500px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Баннер */

    .banner{
        width: 100%;
        height: 100vh;
        max-height: 1352px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/banner.png);
        background-size: cover;
        background-position: center;
    }

    .banner_txt_cont{
        width: 2300px;
        display: flex;
        flex-direction: column;
        gap: 142px;
    }

    .banner_zag_cont{
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .banner_descript_cont{
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .banner_num_cont{
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .banner_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 45px;
        width: fit-content;
        color: #444C35;
    }

    .banner_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    /* Таймер */

    .timer{
        width: 100%;
        padding: 160px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .timer_txt_cont{
        width: 1920px;
        display: flex;
        justify-content: space-between;
    }

    .timer_cont{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .timer_item{
        display: flex;
        align-items: flex-end;
        gap: 25px;
    }

    .timer_items{
        display: flex;
        gap: 70px;
    }

    .timer_decor{
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(/image/timer_img-2560.svg);
        width: 1082px;
        height: 496px;
    }

    /* Темы */

    .temi{
        width: 100%;
        padding: 150px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .temi_cont{
        width: 1920px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .temi_txt_cont{
        display: flex;
        flex-direction: column;
        gap: 100px;
        width: 1045px;
    }

    .temi_txt_items{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .temi_txt_item{
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .temi_line{
        min-width: 3px;
        min-height: 70px;
    }

    .temi_img{
        height: 1048px;
        width: 728px;
    }

    /* Комитет */

    .komitet{
        width: 100%;
        padding: 150px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .komitet_cont{
        width: 1920px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .komitet_items{
        display: flex;
        flex-wrap: wrap;
        gap: 100px 160px;
    }

    .komitet_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .komitet_item > img{
        height: 360px;
        width: 360px;
    }

    .komitet_item_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .komitet_item_txt > p{
        width: 360px;
        text-align: center;
    }

    .komitet_item_txt > span{
        margin-top: 25px;
        width: 360px;
        text-align: center;
    }

    /* Расписание */

    .rasp{
        width: 100%;
        padding: 150px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rasp_cont{
        width: 1920px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .rasp_items{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .rasp_item{
        display: flex;
        padding-bottom: 50px;
        width: 100%;
        border-bottom: #7B8070 1px solid;
    }

    .rasp_item_time{
        width: 431px;
    }

    .rasp_item_info{
        width: 1489px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .rasp_item_infos{
        width: 1489px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .rasp_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        width: fit-content;
        color: #444C35;
    }

    .rasp_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    .rasp_item_end{
        display: flex;
        width: 100%;
    }

    /* Партнеры */

    .partners{
        width: 100%;
        padding: 130px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .partners_cont{
        width: 1920px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .partners_items{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .partner_item{
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .partner_item > img{
        width: 133px;
    }

    .partners_line{
        width: 485px;
        height: 1px;
    }

    .partners_items_end{
        display: flex;
        align-items: center;
        gap: 280px;
    }

    .partner_sibur{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 53px;
    }

    .partner_sibur > img{
        height: 53px;
        width: auto;
    }

    .partner_decor{
        position: absolute;
        top: 0;
        right: 0px;
        background-image: url(/image/partners_img-2560.svg);
        background-repeat: no-repeat;
        width: 1025px;
        height: 490px;
    }

    /* Ссылки */

    .links{
        width: 100%;
        padding: 150px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .links_cont{
        width: 1920px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .links_items{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .links_item{
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .links_line{
        min-width: 3px;
        min-height: 70px;
    }

    /* Карта */

    .map{
        width: 100%;
        padding: 150px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_cont{
        width: 1920px;
        display: flex;
        justify-content: space-between;
    }

    .map_cont_txt{
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .map_txt_items{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .map_txt_item{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .map_txt_item > span{
        margin-bottom: 10px;
    }

    .map_style{
        width: 1077px;
        height: 687px;
    }

    /* Подвал */

    footer{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_cont{
        width: 1920px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .footer_txt_cont{
        display: flex;
        justify-content: space-between;
    }

    .footer_txt_left{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_button_cont{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .made_cont{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .made_cont > img{
        height: 20px;
    }

    .footer_txt_right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 88px;
    }

    .footer_txt_right_item{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 25px;
    }

    .link_cont{
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .link_cont img{
        height: 26px;
    }

    .made_cont_m{
        display: none;
    }
}

/* --------1440-------- */

@media screen and (max-width: 1900px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Баннер */

    .banner{
        width: 100%;
        height: 100vh;
        max-height: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-image: url(/image/banner.png);
        background-position: center;
    }

    .banner_txt_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 103px;
    }

    .banner_zag_cont{
        display: flex;
        flex-direction: column;
        gap: 54px;
    }

    .banner_descript_cont{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .banner_num_cont{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .banner_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        width: fit-content;
        color: #444C35;
    }

    .banner_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    /* Таймер */

    .timer{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .timer_txt_cont{
        width: 1280px;
        display: flex;
        justify-content: space-between;
    }

    .timer_cont{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .timer_item{
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .timer_items{
        display: flex;
        gap: 45px;
    }

    .timer_decor{
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(/image/timer_img-1440.svg);
        width: 691px;
        height: 282px;
    }

    /* Темы */

    .temi{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .temi_cont{
        width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .temi_txt_cont{
        display: flex;
        flex-direction: column;
        gap: 60px;
        width: 697px;
    }

    .temi_txt_items{
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .temi_txt_item{
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .temi_line{
        min-width: 3px;
        min-height: 46px;
    }

    .temi_img{
        height: 660px;
        width: 454px;
    }

    /* Комитет */

    .komitet{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .komitet_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .komitet_items{
        display: flex;
        flex-wrap: wrap;
        gap: 45px 112px;
    }

    .komitet_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .komitet_item > img{
        height: 236px;
        width: 236px;
    }

    .komitet_item_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .komitet_item_txt > p{
        width: 236px;
        text-align: center;
    }

    .komitet_item_txt > span{
        margin-top: 15px;
        width: 236px;
        text-align: center;
    }

    /* Расписание */

    .rasp{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rasp_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .rasp_items{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .rasp_item{
        display: flex;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: #7B8070 1px solid;
    }

    .rasp_item_time{
        width: 292px;
    }

    .rasp_item_info{
        width: 988px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .rasp_item_infos{
        width: 988px;
        display: flex;
        flex-direction: column;
        gap: 46px;
    }

    .rasp_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        width: fit-content;
        color: #444C35;
    }

    .rasp_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    .rasp_item_end{
        display: flex;
        width: 100%;
    }

    /* Партнеры */

    .partners{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .partners_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .partners_items{
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .partner_item{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .partner_item > img{
        width: 88px;
    }

    .partners_line{
        width: 300px;
        height: 1px;
    }

    .partners_items_end{
        display: flex;
        align-items: center;
        gap: 215px;
    }

    .partner_sibur{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
    }

    .partner_sibur > img{
        height: 35px;
        width: auto;
    }

    .partner_decor{
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/image/partners_img-1440.svg);
        width: 590px;
        height: 325px;
    }

    /* Ссылки */

    .links{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .links_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .links_items{
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .links_item{
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .links_line{
        min-width: 3px;
        min-height: 46px;
    }

    /* Карта */

    .map{
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_cont{
        width: 1280px;
        display: flex;
        justify-content: space-between;
    }

    .map_cont_txt{
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .map_txt_items{
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .map_txt_item{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .map_txt_item > span{
        margin-bottom: 10px;
    }

    .map_style{
        width: 681px;
        height: 435px;
    }

    /* Подвал */

    footer{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_cont{
        width: 1280px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .footer_txt_cont{
        display: flex;
        justify-content: space-between;
    }

    .footer_txt_left{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_button_cont{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .made_cont{
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .made_cont > img{
        height: 13px;
    }

    .footer_txt_right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 50px;
    }

    .footer_txt_right_item{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .link_cont{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .link_cont img{
        height: 18px;
    }

    .made_cont_m{
        display: none;
    }
}

/* --------1280-------- */

@media screen and (max-width: 1420px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Баннер */

    .banner{
        width: 100%;
        height: 100vh;
        max-height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/banner.png);
        background-size: cover;
        background-position: center;
    }

    .banner_txt_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 94px;
    }

    .banner_zag_cont{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .banner_descript_cont{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .banner_num_cont{
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .banner_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 25px;
        width: fit-content;
        color: #444C35;
    }

    .banner_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    /* Таймер */

    .timer{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .timer_txt_cont{
        width: 1180px;
        display: flex;
        justify-content: space-between;
    }

    .timer_cont{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .timer_item{
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .timer_items{
        display: flex;
        gap: 40px;
    }

    .timer_decor{
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(/image/timer_img-1280.svg);
        width: 656px;
        height: 227px;
    }

    /* Темы */

    .temi{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .temi_cont{
        width: 1180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .temi_txt_cont{
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 620px;
    }

    .temi_txt_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .temi_txt_item{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .temi_line{
        min-width: 3px;
        min-height: 40px;
    }

    .temi_img{
        height: 589px;
        width: 405px;
    }

    /* Комитет */

    .komitet{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .komitet_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .komitet_items{
        display: flex;
        flex-wrap: wrap;
        gap: 45px 113px;
    }

    .komitet_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .komitet_item > img{
        height: 210px;
        width: 210px;
    }

    .komitet_item_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .komitet_item_txt > p{
        width: 210px;
        text-align: center;
    }

    .komitet_item_txt > span{
        margin-top: 10px;
        width: 210px;
        text-align: center;
    }

    /* Расписание */

    .rasp{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rasp_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .rasp_items{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .rasp_item{
        display: flex;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: #7B8070 1px solid;
    }

    .rasp_item_time{
        width: 270px;
    }

    .rasp_item_info{
        width: 910px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .rasp_item_infos{
        width: 910px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .rasp_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        width: fit-content;
        color: #444C35;
    }

    .rasp_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    .rasp_item_end{
        display: flex;
        width: 100%;
    }

    /* Партнеры */

    .partners{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .partners_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .partners_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .partner_item{
        display: flex;
        align-items: center;
        gap: 23px;
    }

    .partner_item > img{
        width: 78px;
    }

    .partners_line{
        width: 266px;
        height: 1px;
    }

    .partners_items_end{
        display: flex;
        align-items: center;
        gap: 215px;
    }

    .partner_sibur{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 31px;
    }

    .partner_sibur > img{
        height: 31px;
        width: auto;
    }

    .partner_decor{
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/image/partners_img-1280.svg);
        width: 524px;
        height: 288px;
    }

    /* Ссылки */

    .links{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .links_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .links_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .links_item{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .links_line{
        min-width: 3px;
        min-height: 40px;
    }

    /* Карта */

    .map{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_cont{
        width: 1180px;
        display: flex;
        justify-content: space-between;
    }

    .map_cont_txt{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .map_txt_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .map_txt_item{
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .map_txt_item > span{
        margin-bottom: 5px;
    }

    .map_style{
        width: 590px;
        height: 377px;
    }

    /* Подвал */

    footer{
        width: 100%;
        padding: 50px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_cont{
        width: 1180px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .footer_txt_cont{
        display: flex;
        justify-content: space-between;
    }

    .footer_txt_left{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_button_cont{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .made_cont{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .made_cont > img{
        height: 13px;
    }

    .footer_txt_right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 45px;
    }

    .footer_txt_right_item{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .link_cont{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .link_cont img{
        height: 16px;
    }

    .made_cont_m{
        display: none;
    }
}

/* --------768-------- */

@media screen and (max-width: 1260px) {

    .mobile-on{
        display: block;
    }

    .mobile-off{
        display: none;
    }

    /* Баннер */

    .banner{
        width: 100%;
        height: 100vh;
        max-height: 1024px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/banner-768.png);
        background-size: cover;
        background-position: center;
    }

    .banner_txt_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .banner_zag_cont{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .banner_descript_cont{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .banner_num_cont{
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .banner_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 25px;
        width: fit-content;
        color: #444C35;
    }

    /* Таймер */

    .timer{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .timer_txt_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
        justify-content: space-between;
    }

    .timer_cont{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .timer_item{
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .timer_items{
        display: flex;
        gap: 40px;
    }

    .timer_decor{
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        background-image: url(/image/timer_img-768.svg);
        width: 289px;
        height: 300px;
    }

    /* Темы */

    .temi{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .temi_cont{
        width: calc(100% - 80px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .temi_txt_cont{
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }

    .temi_txt_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .temi_txt_item{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .temi_line{
        min-width: 3px;
        min-height: 40px;
    }

    /* Комитет */

    .komitet{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .komitet_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .komitet_items{
        display: flex;
        flex-wrap: wrap;
        gap: 45px 29px;
    }

    .komitet_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .komitet_item > img{
        height: 210px;
        width: 210px;
    }

    .komitet_item_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .komitet_item_txt > p{
        width: 210px;
        text-align: center;
    }

    .komitet_item_txt > span{
        margin-top: 10px;
        width: 210px;
        text-align: center;
    }

    /* Расписание */
    .rasp_header
    {
        flex-direction: column;
    }
    .rasp{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rasp_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .rasp_items{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .rasp_item{
        display: flex;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: #7B8070 1px solid;
    }

    .rasp_item_time{
        width: 250px;
    }

    .rasp_item_info{
        width: 438px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .rasp_item_infos{
        width: 438px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .rasp_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        width: fit-content;
        color: #444C35;
    }

    .rasp_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    .rasp_item_end{
        display: flex;
        width: 100%;
    }

    /* Партнеры */

    .partners{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .partners_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .partners_items{
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .partner_item{
        display: flex;
        align-items: center;
        gap: 23px;
    }

    .partner_item > img{
        width: 78px;
    }

    .partners_line{
        width: 266px;
        height: 1px;
    }

    .partners_items_end{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 23px;
    }

    .partner_sibur{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 78px;
    }

    .partner_sibur > img{
        height: 31px;
        width: auto;
    }

    .partner_decor{
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        background-image: url(/image/partners_img-768.svg);
        width: 452px;
        height: 490px;
    }

    /* Ссылки */

    .links{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .links_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .links_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .links_item{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .links_line{
        min-width: 3px;
        min-height: 40px;
    }

    /* Карта */

    .map{
        width: 100%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_cont{
        width: calc(100% - 80px);
        display: flex;
        justify-content: space-between;
    }

    .map_cont_txt{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .map_txt_items{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .map_txt_item{
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .map_txt_item > span{
        margin-bottom: 5px;
    }

    .map_style{
        width: 304px;
        height: 378px;
    }

    /* Подвал */

    footer{
        width: 100%;
        padding: 50px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_cont{
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .footer_txt_cont{
        display: flex;
        justify-content: space-between;
    }

    .footer_txt_right{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
    }

    .footer_txt_right_item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .link_cont{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .link_cont img{
        height: 16px;
    }

    .made_cont_m{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .made_cont_m > img{
        height: 12px;
    }
}

/* --------375-------- */

@media screen and (max-width: 430px) {

    .mobile-on{
        display: block;
    }

    .mobile-off{
        display: none;
    }

    /* Баннер */

    .banner{
        width: 100%;
        height: 100svh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/banner-375.png);
        background-size: cover;
        background-position: center;
    }

    .banner_txt_cont{
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .banner_zag_cont{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .banner_descript_cont{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .banner_num_cont{
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .banner_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 25px;
        width: fit-content;
        color: #444C35;
    }

    /* Таймер */

    .timer{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .timer_txt_cont{
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: space-between;
    }

    .timer_cont{
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 120px;
    }

    .timer_item{
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .timer_items{
        display: flex;
        gap: 25px;
    }
    
    .timer_decor{
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        background-image: url(/image/timer_img-375-1.svg);
        width: 375px;
        height: 166px;
    }

    /* Темы */

    .temi{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .temi_cont{
        width: calc(100% - 50px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .temi_txt_cont{
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    .temi_txt_items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .temi_txt_item{
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .temi_line{
        min-width: 3px;
        min-height: 45px;
    }

    /* Комитет */

    .komitet{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .komitet_cont{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .komitet_items{
        display: flex;
        gap: 60px;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .padding_left{
        padding-left: 25px;
    }

    .padding_right{
        padding-right: 25px;
    }

    .komitet_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .komitet_item > img{
        height: 170px;
        width: 170px;
    }

    .komitet_item_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .komitet_item_txt > p{
        width: 170px;
        text-align: center;
    }

    .komitet_item_txt > span{
        margin-top: 13px;
        width: 170px;
        text-align: center;
    }

    /* Расписание */

    .rasp_header
    {
        flex-direction: column;
    }

    .rasp{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rasp_cont{
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .rasp_items{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .rasp_item{
        display: flex;
        flex-direction: column;
        gap: 13px;
        padding-bottom: 20px;
        width: 100%;
        border-bottom: #7B8070 1px solid;
    }

    .rasp_item_time{
        width: 100%;
    }

    .rasp_item_info{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .rasp_item_infos{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .rasp_button{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        width: fit-content;
        color: #444C35;
    }

    .rasp_button:hover{
        color: #FAFAFA;
        background-color: #7B8070;
    }

    .rasp_item_end{
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 13px;
    }

    /* Партнеры */

    .partners{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .partners_cont{
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .partners_items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .partner_item{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .partner_item > img{
        width: 72px;
    }

    .partners_line{
        width: 266px;
        height: 1px;
    }

    .partners_items_end{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .partner_sibur{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 72px;
    }

    .partner_sibur > img{
        height: 26px;
        width: auto;
    }

    .partner_decor{
        display: none;
        /* position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        background-image: url(/image/partners_img-375.svg);
        width: 160px;
        height: 197px; */
    }

    /* Ссылки */

    .links{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .links_cont{
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .links_items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .links_item{
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .links_line{
        min-width: 3px;
        min-height: 40px;
    }

        /* Карта */

    .map{
        width: 100%;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_cont{
        width: calc(100% - 50px);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px
    }

    .map_cont_txt{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .map_txt_items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .map_txt_item{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .map_txt_item > span{
        margin-bottom: 5px;
    }

    .map_style{
        width: 100%;
        height: 350px;
    }

    /* Подвал */

    footer{
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_cont{
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .footer_txt_cont{
        display: flex;
        justify-content: space-between;
    }

    .footer_txt_right{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .footer_txt_right_item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .link_cont{
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .link_cont img{
        height: 16px;
    }

    .made_cont_m{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .made_cont_m > img{
        height: 12px;
    }
}