/* Header*/

.category-header {
     padding: 90px 0;
     background: #e3e3e3 url("../../assets/images/bg-pr.png") no-repeat top left fixed;
     -webkit-background-size: cover;
     background-size: cover;
 }

.category-main h1 {
    margin-bottom: 30px;
}

.category__description {
    line-height: 22px;
}

.category__description p {
    margin-bottom: 23px;
}

.category-main .teasers-section__wrap_blue {
    height: 710px;
}

.category-main .teasers-section__wrap_green {
    margin-top: 30px;
}

.category-main .teasers-section__wrap .teasers-section__name {
    word-spacing: 9999999px
}

.category-main .teasers-section__wrap_blue .teasers-section__name {
    padding-top: 398px;
}

.category-teasers {
    padding: 100px 0 120px;
}

.site-product .category-header {
    padding: 90px 0 97px;
    background: #fff;
}

.site-product__motion-class .category-header {
    padding: 90px 0 121px;
}

.site-product__pallet-class .category-header {
    padding: 90px 0 123px;
}

.site-product .category-header h1 {
    text-transform: uppercase;
    margin-bottom: 41px;
}

.site-product__motion-class .category-header h1 {
    margin-bottom: 52px;
}

.site-product__pallet-class .category-header h1 {
    margin-bottom: 49px;
}

.category__description_link-poduct {
    color: #f42c37;
    text-decoration: underline;
}

.category__description_link-poduct:hover
{
    color: #f42c37;
}

.category__description_link {
    margin-top: 53px;
}

.category__description_link .filter-class {
    margin-right: 76px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Laqonic4FUnicase', sans-serif;
    color: #f42c37;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    letter-spacing: 0.2em;
}




/* Content */
.category-prev {
    padding: 100px 0 71px 0;
}

.site-product .category-prev {
    padding-top: 0;
}

.site-product .category-prev {
    /*background: #e3e3e3 url("../../assets/images/bg-pr.png") no-repeat top left fixed;*/
}
.site-product__pallet-class .category-prev {
    padding-bottom: 70px;
}

.site-product h2 {
    margin-bottom: 39px;
    background: linear-gradient(to bottom, #e3e3e3 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.01em;
    margin-top: -62px;
    text-transform: lowercase;
    padding-right: 10px;
}

.text-pr {
    padding-right: 0;
}

.site-product__motion-class h2 {
    margin-bottom: 49px;
}

.site-product__motion-class .products-section__img {
    height: 300px;
}

.site-product .products-section__img {
    text-align: center;
}

.site-product .motion-class .products-section__img img,
.site-product .pallet-class .products-section__img img {
    width: auto;
}

.active-box {
    opacity: 1;
    height: auto;
    display: block;
}

.notActive-box {
    display: none;
    transition: opacity 4s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;

}