
.catalog-set-constructor {
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.catalog-set-constructor:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -100px;
    z-index: -1;
    background: #FFF5D1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.catalog-set-constructor-title {
    margin-bottom: 25px;
}
.catalog-set-constructor-grid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog-set-constructor .plus,
.catalog-set-constructor .equally{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    fill: none;
}
.catalog-set-constructor .card{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    height: 310px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.catalog-set-constructor .card__thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 110px;
}
.catalog-set-constructor .card__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.catalog-set-constructor a.card__thumb:hover img{
    opacity: .7;
}
.catalog-set-constructor .card__body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.catalog-set-constructor .card__name {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    max-height: 60px;
    overflow: hidden;
}
.catalog-set-constructor .card__name .link:hover{
    color: #135CAE;
}
.catalog-set-constructor .card__price{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.catalog-set-constructor .card__price small{
    font-size: 9px;
    font-weight: 400;
}
.catalog-set-constructor .card__price .old-price{
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
}
.catalog-set-constructor .card__price .old-price:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #e00;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.catalog-set-constructor .card__del{
    margin-top: auto;
}
.catalog-set-constructor .card__del .ui.checkbox label{
    font-size: 10px;
    color: #8D8D8D;
    font-weight: 400;
}
.catalog-set-constructor .card__del .ui.checkbox:hover label{
    color: #000;
}
.catalog-set-constructor-items-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-set-constructor-result{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 265px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.catalog-set-constructor-result-price{
    font-weight: 700;
    font-size: 24px;
}
.catalog-set-constructor-result-price .old-price {
    position: relative;
    margin-left: 15px;
    font-weight: 700;
    font-size: 18px;
}
.catalog-set-constructor-result-price .old-price:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #e00;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.catalog-set-constructor-result-btn-container {
    margin-top: 15px;
}
.catalog-set-constructor-result-btn-container .btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    padding: 0;
}
.catalog-set-constructor-result-btn-container .btn__icon {
    font-size: 22px;
    margin-right: 10px;
}

@media only screen and (max-width: 1460px) {
    .catalog-set-constructor .card {
        width: 185px;
    }
    .catalog-set-constructor-result {
        width: 210px;
    }
}
@media only screen and (max-width: 1250px) {
    .catalog-set-constructor .plus, .catalog-set-constructor .equally {
        width: 26px;
        height: 26px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .catalog-set-constructor .card {
        height: 290px;
        width: 170px;
        padding: 10px;
    }
    .catalog-set-constructor-result {
        width: 175px;
    }
    .catalog-set-constructor-result-btn-container .btn__icon{
        display: none;
    }
}