.banner {
    background-color: #0001;
    border-radius: 0 0 32px 32px;
    height: 380px;
    background-image: url(../../../files/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: border-radius .3s;
}

.inn_banner {
    padding-top: 50px;
}

.banner_title {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 105%;
    color: var(--c-white);
}

.chars_filter {
    margin-top: -177px;
}

.types_filter {
    margin-top: 58px;
}

.seo_block {
    text-align: center;
    margin-top: 150px;
}

.seo_block_title {
    line-height: 135%;
    font-weight: 700;
    font-size: 32px;
    color: var(--c-red);
    text-transform: uppercase;
}

.seo_block_text {
    line-height: 135%;
    margin-top: 54px;
    font-size: 20px;
    text-align: left;
/*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;*/

}
.seo_block_text a {
    text-decoration: underline;
}

.seo_block_text a:hover {text-decoration: none;}

.seo_block_text h2{
	line-height: 135%;
    font-weight: 700;
    font-size: 32px;
    color: var(--c-red);
    text-transform: uppercase;
    font-family: "Dudka";
    text-align: center;
}


.show_text{
    width: 232px;
    background: #FFFFFF;
    border-radius: 12px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #282826;
    margin-top: 20px;
    font-family: "Dudka";
    cursor: pointer;
}

.seo_block_text.active {
    display: block;
}





@media screen and (max-width: 1032px) {
    .filters {
        order: 2;
        margin-top: 25px;
        width: 100%;
    }

    .seo_block_text h2{
    	font-size: 24px;
    }
}

@media screen and (max-width: 808px) {
    .filters_clear,
    .filter {
        font-size: 14px;
        height: 32px;
    }
    .filter {
        padding: 0 10px;
        gap: 4px;
        /*font-size: 10px;*/
        /*height: 28px;*/
        border-radius: 7px;
    }

    .filters_clear {
        /*height: 28px;*/
        /*font-size: 10px;*/
        margin-left: 10px;
    }

    .filter svg {
        width: 10px;
        min-width: 10px;
        height: 10px;
    }

    .filters {
        gap: 10px;
    }
}
@media screen and (max-width: 1728px) {
    .banner {
        height: 300px;
        border-radius: 0 0 16px 16px;
    }

    .banner_title {
        font-size: 54px;
    }

    .inn_banner {
        padding-top: 45px;
    }

    .types_filter {
        margin-top: 48px;
    }

    .chars_filter {
        margin-top: -140px;
    }

    .seo_block {
        margin-top: 100px;
    }

    .seo_block_title {
        font-size: 28px;
    }

    .seo_block_text {
        margin-top: 36px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1240px) {
    .inn_banner {
        padding-top: 52px;
    }

    .banner_title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1140px) and (min-width: 1060px) {
    .banner {
        border-radius: 0 0 32px 32px;
    }
}

@media screen and (max-width: 1032px) and (min-width: 855px) {
    .banner {
        border-radius: 0 0 32px 32px;
    }
}

@media screen and (max-width: 1032px) {
    .chars_filter {
        margin-top: 0;
    }

    .mob_links {
        margin-top: 20px;
    }

    .banner {
        height: 306px;
        width: calc(100% - var(--cont-padding) * 2);
        margin-left: auto;
        margin-right: auto;
    }

    .inn_banner {
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 20px;
        height: 100%;
        padding-top: unset;
    }

    .banner {
        background-position: top 0 center;
    }
}

@media screen and (max-width: 808px) {
    .banner {
        background-color: var(--c-primary);
        background-image: url(../../../files/banner_mob.jpg);
        background-position: top 6px center;
        border-radius: 0 0 32px 32px;
    }

    .banner_title {
        font-size: 36px;
    }

    .seo_block {
        margin-top: 62px;
    }

    .seo_block_title {
        font-size: 24px;
    }

    .seo_block_text {
        margin-top: 28px;
        font-size: 14px;
    }
}

@media screen and (max-width: 675px) {
    .banner {
        background-position: top 50px center;
    }
}

@media screen and (max-width: 475px) {
    .banner_title {
        max-width: 370px;
    }
}

@media screen and (max-width: 418px) {
    .banner {
        background-position: top 45px center;
        background-size: 400px;
        height: 271px;
    }
}