.page-top-main{
    display: none;
}
.catalog_section_list{
    display: flex;
    align-items: baseline;
    margin: 56px 0 48px;
}
.catalog_section_list h2{
    text-transform: lowercase;
    margin-top: 0;
    margin-right: 56px;
}
.catalog_section_list a{
    margin-right: 40px;
    color: var(--color-dustybrown);
    text-transform: lowercase;
}
.catalog_section_list a.active,
.catalog_section_list a:hover{
    color: var(--color-black);
}
.catalog_section_list a:last-child{
    margin-right: 0;
}
.header_section_block{
    position: relative;
    padding: 145px 0 85px;
    margin-top: -71px;
    background-position: center;
    background-size: cover;
}
.header_section_block>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_section_block>div:before,
.header_section_block>div:after{
    display: none;
}
.header_section_block div{
    position: relative;
    z-index: 2;
    color: var(--color-white); 
}
.header_section_block .section_title{
    min-width: 249px;
    margin-bottom: 28px;
}
.header_section_block .section_title span{
    font-family: 'New Standard TT';
    text-transform: lowercase;
    font-size: 40px;
    line-height: 40px;
    display: block;
}
.header_section_block .section_descr{
    max-width: 820px;
    margin-right: 30px;
}
.header_section_block .section_descr a{
    color: var(--color-gray);
    text-transform: lowercase;
    display: inline-flex;
    align-items: center;
}
.header_section_block .section_descr a svg{
    margin-left: 12px;
}
.header_section_block .section_descr a:hover,
.header_section_block .section_descr a:hover path{
    color: var(--color-milkybrown);
    fill: var(--color-milkybrown);
} 
.header_section_block .section_descr .link_more_text{
    margin-top: 24px;
}
.header_section_block .link_youtube{
    min-width: 306px;
}
.header_section_block .link_youtube svg path{
    fill: var(--color-white);
}
.header_section_block .link_youtube svg path:last-child{
    fill: transparent;
    stroke: var(--color-white);
}
.header_section_block .link_youtube .buttom-more a{
    color: var(--color-white);
}
.header_section_block .link_youtube .buttom-more a:hover{
    color: var(--color-milkybrown);
}
.header_section_block div.shadow_section{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(35, 31, 32, 0.2);
}
.mobile_btn.countering::after{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: var(--color-black);
}
@media screen and (min-width: 901px){
    #del_filter{
        display: none;
    }
}
@media screen and (max-width: 1300px){
    .header_section_block .link_youtube{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .catalog_section_list{
        margin-bottom: 56px;
        flex-wrap: wrap;
        max-width: 85%;
    }
    .catalog_section_list a{
        text-transform: lowercase;
        margin-right: 32px;
    }
    .header_section_block{
        margin-top: 0;
        padding: 72px 0;
    }
    .header_section_block>div{
        display: block;
    }
    .header_section_block .section_title{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 500px){
    .catalog_section_list{
        max-width: 100%;
    }
}