.it-wr{
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 20px 5px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
    min-height: 262px;
}

.it-wr:hover{
    background-color: #aff5ff;
    border: 1px solid #00c2df;
    box-shadow: 0 10px 50px -10px rgba(0,0,0,0.12);
}

.it-img-wrap{
    margin: 0 20px;
    position: relative;
    left: 0; top: 0;
}

.it-img-wrap img{
    position: relative;
    display: block;
    margin: 0 auto 16px auto;
    background-color: transparent;
}

.it-img-wrap .material-img{
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
}

.it-wr .t1{
    overflow: hidden;
    color: #143255;
    margin: 0;
    padding: 0;
    font-size: 18px;
    white-space: nowrap;
}

.it-wr .t2{
    overflow: hidden;
    color: #4d4e56;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 18px;
    white-space: nowrap;
}

.it-wr .t3{
    overflow: hidden;
    color: #4d4e56;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    white-space: nowrap;
}

.row-wrap-header{
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
}

.row-wrap-header div{
}

.container:first-child .row-wrap-header{
    display: block;
}

.row-wrap{
    display: block;
    background-color: white;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4d4e56;
    font-size: 18px;
}

.row-wrap:last-child{
    border-bottom: 1px solid #ebebeb;
}

.row-wrap:hover {
    background-color: #aff5ff;
    border: 1px solid #00c2df;
}

.row-wrap:hover + .row-wrap{
    border-top: none;
}

.row-wrap .row-img-wrap{
    position: relative;
    width: 58px;
    margin: auto;
    background-color: white;
}

.row-wrap .mat-img{
    position: absolute;
    left: 0; top: 0;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

.row-wrap .prod-img{
    position: relative;
    left: 0; top: 0;
    font-size: 12px;
}

.row-wrap .t1{
    color: #102c52;
    font-weight: bold;
}

.row-wrap .t2,
.row-wrap .t2 a{
    font-size: 14px;
    color: #4d4e56;
    display: inline-block;
}

.row-wrap .bu1{
    padding-left: 15px;
    padding-right: 15px;
}

.no-res{
    font-size: 14px;
    color: #4d4e56;
}

.no-res .s24{
    display: block;
    margin: 25px 0;
}

.no-res ul{
    margin: 0;
    padding: 3px 0 3px 14px;
}

.custom-wrap{
    position: relative; width: 100%;
    margin-top: 50px;
    margin-bottom: -21px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
}

.custom-wrap.webp { background: #f7efde url('/resources/images/labels/custom-size.bg.webp') repeat-x center; }
.custom-wrap.no-webp { background: #f7efde url('/resources/images/labels/custom-size.bg.png') repeat-x center; }

.fg-wrap{
    position: absolute; left: 0; top: 0;
    width: 50%;
    height: 100%;
}

.fg-wrap.webp { background: url('/resources/images/labels/custom-size.fr.webp') no-repeat right center; }
.fg-wrap.no-webp { background: url('/resources/images/labels/custom-size.fr.png') no-repeat right center; }

.custom-wrap .links{
    line-height: 50px;
    margin-top: 30px;
}

.custom-wrap .links a{
    color: #4d4e56;
    display: block;
}

.custom-wrap .links a.bu1{
    color: white;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.custom-wrap .links a.bu01{
    color: #fff;
}

@media (max-width: 1200px) {

    .bu04-wrap{
        padding-left: 0;
    }

    .row-wrap .bu1{
        padding: 10px;
        font-size: 14px;
    }
}


@media (max-width: 991px){

    .custom-wrap{
        height: auto;
        background-position: right center;
        background-size: cover;
    }

    .fg-wrap{
        display: none;
    }

    .custom-wrap .links a{
        text-align: center;
    }
}

@media (max-width: 576px){

    .row-wrap{
        font-size: 14px;
    }

    .row-wrap .t2,
    .row-wrap .t2 a{
        font-size: 12px;
    }
}