.col-level-custom{
    width: calc(100% /(11 / 2.2));
    float: left;
    padding: 2px;
}
.col-custom
{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.thumbnail{
    margin-bottom: 0px;
}

dl{
    margin-top: 22px;
}
@media (min-width: 1024px) {
    .col-custom
    {
        width: calc(100%/(12/2.4));
    }
    .slider{
        height: 400px;
    }

}

@media (max-width: 991px) {
    .wrap-blue .bg-person {
        background: url(/images/person-orange.png) no-repeat center;
        background-position: 100% 100%;
        background-size: contain;
    }
    .breadcrumbs .breakcrumb-catalog p {
        padding-top: 25px;
    }
}

@media (max-width: 767px) and (min-width: 413px) {
    .col-custom{
        width: calc(100%/(12/6));
    }

}

@media (max-width: 650px) {

    .wrap-blue .bg-person {
        background: none;
    }
}

@media (max-width: 650px) {
    .wrap-blue .bg-person {
        background: none;
    }

    .page-cart{
        min-width: 650px;
    }
}
@media (max-width: 480px) {
    .breadcrumbs .breakcrumb-catalog p {
        font-size: 14px;
        font-weight: 700;
        padding-top: 10px;
    }
}
@media (max-width: 452px) {
    body{
        min-width: 452px;
    }
}
