.product_section{
    margin-top: 30px;
    Margin-bottom: 50px;
}

.product_section p{
    margin: 0 0 20px;
}

.product_section_item{
    margin-bottom: 50px;
}

.product_section_item ul{
    padding: 1.2rem 2.2rem 0;
}

.product_section_item li {    
    padding-left: 4.8rem;
    position: relative;
    margin-bottom: 1.2rem
}


.product_section_item li:before{
    display: block;
    content: '';
    width: 17px;
    height: 12px;
    background: url(/local/templates/base/assets/svg_icons/check-brown.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: .6rem;
}

.product_section_item table{
 text-align: center;    
}

.product_section_item table td{
    padding: 10px 20px;
}

.prim_note_item{
    margin-bottom: 20px;
}

.prim_note_item_date{
    margin-bottom: 5px;
}
.product-slider{
    padding-right: 20%;

}
.product-slider .slick-list{
    overflow: visible;
    margin-left: -2rem;
}
.product-slider__item{
    padding: 5rem 5rem;
    border-radius: 3rem;
    margin:  0 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-slider .slick-track {
    display: flex;
    align-items: stretch;
}
.product-slider .slick-slide{
    height: unset;
}
.product-slider__item-title{
    font-size: 3rem;
    /*line-height: 1.8;*/
    line-height: 1.5;
}
.product-slider__arrow{
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: -9rem;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-slider__arrow.product-slider__next{
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2998 0.799988L12.4933 11.9935L1.2998 23.187' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.product-slider__arrow.product-slider__prev{
    right: 6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24' viewBox='0 0 14 24' fill='none'%3E%3Cpath d='M12.7002 23.2L1.50669 12.0065L12.7002 0.813012' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E");
}
.product-slider__item-title{
    flex-grow: 1;
    padding-bottom: 2.5rem;
}
.product_section_item{
    margin-bottom: 9rem;
}
.product-slider__item-link{
    color: white;
    font-size: 2rem;
    margin-top: .75rem;
    text-decoration: none;
    font-weight: 500;
}
.product-slider__item-bg{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 48%);
}
.product-slider__item-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-header.product__section-header-90{
    width: 80%;
    display: block;
}
.new_2022.section-header{
    border-bottom: none;
}
.new_2022.section-header__title{
    font-size: 32px;
    line-height: 1.6;
    display: inline-block;
    /*width: inherit;*/
    border-bottom: 2px solid #D86018;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}
.new_2022.section-text{
    padding-top: 1rem;
}
.site-content--content {
    background-image: url("/local/templates/home/media/build/assets/img/waves2.svg");
    background-repeat: no-repeat;
    background-position: right top;
}
@media (max-width: 1440px){
    .product-slider__item{
        padding: 2rem 2rem!important;
        border-radius: 3rem;
    }
}
@media (max-width: 1024px){
    .product-slider__item-title{
        font-size: 2rem!important;
    }
}
@media (max-width: 769px){
    .product-slider__item{
        padding: 2rem 2rem!important;
        border-radius: 3rem;
    }
    .product-slider__item-title{
        line-height: 1.2!important;
    }
    .section-header.product__section-header-90{
        width: 100%;
        margin-bottom: 0rem;
    }
    .new_2022.section-header__title{
        font-size: 25px;
    }
}