.custom-products-list > .row_2
{
    padding-bottom: 24px;
}
.custom-products-list .row_2 .frame
{
    height: 100%;
}
.custom-products-list .row_2 .frame,
.custom-products-list .mobile .frame
{
    padding: 40px 30px;
    color: #fff;
}
.custom-products-list .row_2 .frame .title,
.custom-products-list .mobile .title
{
    font-family: RedHatDisplay-Bold;
    font-size: 26px;
    /*font-weight: bold;*/
    line-height: 1.15;
    margin-bottom: 30px;
}
.custom-products-list .margin
{
    height: 100%;
    padding-bottom: 17px;
}
.custom-products-list .row_2.even .frame,
.custom-products-list .text-info.even .frame
{
    background-image: linear-gradient(135deg, rgba(19,108,108,1) 0%, rgba(38,215,215,1) 100%);
    /*background-image: linear-gradient(317deg, #26d7d7 100%, #136c6c -50%);*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.custom-products-list .row_2.odd .frame,
.custom-products-list .text-info.odd .frame
{
    background-image: linear-gradient(135deg, rgba(0,64,64,1) 0%, rgba(0,128,128,1) 100%);
    /*background-image: linear-gradient(321deg, #008080 101%, #004040 -32%);*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.custom-products-list .text-info.even.mobile .frame 
{
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.custom-products-list .text-info.odd.mobile .frame 
{
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
}
.custom-products-list .row_2
{
    display: flex;
    height: 100%;
}
.custom-products-list .even .text-info,
.custom-products-list .odd .text-info
{
    padding: 0px 7px;
}
.custom-products-list .odd .gallery,
.custom-products-list .even .gallery
{
    padding: 0px;
}
.custom-product-1 .content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.custom-product-1 .content .item
{
    width: 92px;
    height: 92px;
    border: 1px solid #dbdbdb;
    margin-left: 8px;
    padding: 8px;
    transition-duration: 180ms;
}
.custom-product-1 .content .item:hover
{
    border: 3px solid #5171ff;
    transition-duration: 180ms;
}
.custom-product-1 .content .item img
{
    max-width: 100%;
    height: auto;
}
.custom-product-2
{
    margin-top: 60px;
}
.custom-product-2 .linked_categories
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.custom-product-2 .linked_categories > div
{
    margin-bottom: 30px;
}
.custom-product-2 .linked_categories .item
{
    border: solid 1px #dbdbdb;
    min-height: 312px;
    height: 100%;
}
.custom-product-2 .linked_categories .item img
{
    max-width: 100%;
}
.custom-product-2 .linked_categories .item > div
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.custom-product-2 .linked_categories .title
{
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    font-family: Montserrat-Regular;
    font-size: 36px;
    text-align: left;
    color: #000000;    
    line-height: normal;

}
.custom-product-2 .linked_categories .link
{
    width: 100%;
    position: absolute;
    bottom: 40px;
    left:15px;
}