
.container-card{
    padding: 0 15px;
    margin-bottom: 50px;
}

.container-card h2{
    margin-left: -15px;
}

.container-card .row{
    margin-top: 20px;
}

.product-block{
    padding: 30px 30px 30px 30px;
    min-height: 470px;
    border: 1px solid #eeeeee;
    position: relative;
}

.product-block:hover{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.078);
}

.product-item a{
    text-decoration: none;
    font-size: 1.7em;
}

.product-item a:hover{
    text-decoration: underline;
}

.product-version{
    margin-top: 15px;
}

.workarea-info-product{
    margin-top: 20px;
}

.workarea-info-product ul{
    padding: 0;
    margin: 0;
    list-style: none
}

.workarea-info-product ul li{
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 30px;
}

.workarea-info-product ul li::after{
    content: '';
    display: block;
    overflow: hidden;
    height: 22px;
    border-bottom: 1px dotted #d1d1cd; 
}

.delivery-product{
    display: block;
    margin-top: 15px;
    padding-left: 40px;
    text-decoration: underline;
    position: absolute;
    bottom: 22%;
}

.delivery-product:hover{
    text-decoration: none;
}

.delivery-product i.main-sprite-calc{
    width: 30px;
    height: 18px;
    display: inline-block;
    background-position: -71px -135px;
    vertical-align: -5px;
    position: absolute;
    top: 2px;
    left: 0;
}

.bottom-wrap{
    /* margin-top: 40px; */
    min-height: 67px;
    position: absolute;
    width: 85%;
    bottom: 15px;
}

.key-info{
    display: block;
    float: left;
    z-index: 2;
    padding-right: 2px;
}

.value-info{
    display: block;
    float: right;
    z-index: 2;
    padding-left: 2px;
}

.price-block{
    width: 38%;
    padding: 0;
}

.price-block .new-price{
    display: block;
    font-size: 1.7em;
}

.price-block .old-price{
    display: block;
    margin-top: 9px;
    font-size: 1.3em;
    color: #afafaf;
    text-decoration: line-through;
}

.quantity-product{
    width: 31%;
    padding: 0
}

.quantity-product .quan{
    margin: 0;
    width: 65px;
    height: 35px;
    margin-left: 20px;
    border: 1px solid #b8b8b8;
    border-radius: 0;
}

.quantity-product .quan tr td{
    height: 33px;
    background: #eeeeee;
}

.quantity-product .quan tr td.q{
    background: none;
}

.economy-block{
    margin-top: 10px;
}

.economy-block .economy{
    color: #0c780c;
}

.buy-product{
    width: 31%;
    padding: 0 0 0 7px;
}

.buy-product .btn{
    display: block;
    padding: 0;
    width: 100px;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
    border-radius: 0;
}

.buy-product .btn-primary{
    background: #eeeeee;
    color: #1771a6;
    border: 1px solid #b8b8b8;
}


.buy-product .btn i{
    position: absolute;
    top: 3px;
    left: 5px;
}

.buy-product .main-sprite {
    background: url(/local/templates/cz_ws_17/css/../images/main-spritenew.png);
    background-repeat: no-repeat;
    display: block;
}

.buy-product .main-sprite-basket-white{
    width: 26px;
    height: 26px;
    background-position: -212px -77px;
}

.buy-product .btn-primary:hover{
    background: #1771a6;
    color: #fff;
    border: 1px solid #1771a6;
}

.buy-product .btn-primary:hover .main-sprite-basket-white{
    background-position: -162px -15px;
}



.buy-product .bonus{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}



/*Новые стили 24.08.2018*/

.wrapp-slider{
    width: 33%;
}

.wrapp-info{
    width: 67%;
}


.link-detail-description{
    display: block;
    margin-top: 20px;
    width: 200px;
    height: 35px;
    background: #1771a6;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
}

.link-detail-description:hover{
    text-decoration: none;
    color: #fff;
}


.container-card{
    padding: 0;
    margin-bottom: 50px;
}

.container-card h2{
    margin-left: 15px;
}

.container-card .row{
    margin: 0;
}

.workarea-product{
    margin-top: 20px;
}

.product-block{
    padding: 30px 0 30px 15px;
    min-height: auto;
    border: none;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.product-block:nth-child(even){
    background: #eeeeee;
}

.product-block:nth-child(odd){
    background: #fff;
}

.product-block:hover{
    box-shadow: none;
}

.wrapp-name-product{
    width: 49%;
    padding: 0 55px 0 0;
}

.product-version .icon-info{
    display: inline-block;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    background-position: -21px -128px;
    border-radius: 50%;
    background: none;
    background-color: #b8b8b8;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.workarea-info-product{
    width: 31%;
    margin-top: 0;
    padding: 0;
}

.value-info{
    width: 50%;
}

.delivery-product{
    position: relative;
    bottom: 0;
}

.bottom-wrap{
    width: 20%;
    margin-top: 0;
    padding: 0 0 0 30px;
    position: static;
    bottom: 0;
}

.price-block{
    width: 100%;
}

.price-block .old-price{
    margin-top: 0;
}

.quantity-product{
    width: auto;
    display: inline-block;
    margin-top: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.product-block .quantity-product{
    /*vertical-align: top;*/
    margin-top: 15px;
}

.quantity-product .quan{
    margin-left: 0;
}


.buy-product{
    width: auto;
    padding: 0;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 15px;
}


.buy-product .btn-primary{
    background: #eeeeee;
    color: #1771a6;
    border: 1px solid transparent;
}


.buy-product .btn i{
    position: absolute;
    top: 3px;
    left: 5px;
}

.buy-product .main-sprite {
    background: url(/local/templates/cz_ws_17/css/../images/main-spritenew.png);
    background-repeat: no-repeat;
    display: block;
}

.buy-product .main-sprite-basket-white{
    width: 26px;
    height: 26px;
    background-position: -162px -15px;
}

.buy-product .btn-primary:hover{
    background: #1771a6;
    color: #fff;
    border: 1px solid transparent;
}

.buy-product .btn-primary:hover .main-sprite-basket-white{
    background-position: -162px -15px;
}

.buy-product .btn{
    width: 130px;
    background: #1771a6;
    color: #fff;
}





.detail-item .detail-photos .detail-image{
    height: 340px;
}

.detail-item .detail-photos .detail-image img{
    max-height: 100%;
}

.list-more-photo{
    margin-top: 20px;
}

.detail-item .detail-photos .list-more-photo ul{
    margin: 0;
    text-align: center;
}

.detail-item .detail-photos .list-more-photo ul li{
    display: inline-block;
}



.link-reset{
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}

.link-reset span{
    text-transform: uppercase;
    font-size: 16px;
}


.wrapp-card{
    margin-top: 40px;
}

.wrapp-card .row{
    margin: 0;
}

.wrapp-card .value-info{
    width: 51%;
}

.workarea-left-card{
    width: 49%;
    padding: 0;
}

.left-wrapp-card{
    padding: 25px 0 25px 50px;
    background: #eeeeee;
}

.left-wrapp-card .economy-block{
    margin-top: 17px;
}


.wrapp-card .workarea-info-product{
    padding-left: 115px;
    width: 51%;
}

.left-block{
    width: 45%;
    padding: 0;
}

.price-prod{
    margin-top: 18px;
    font-size: 1.7em;
}

.wrapp-card .old-price{
    font-size: 1.3em;
    color: #afafaf;
    text-decoration: line-through;
}


.right-block{
    width: 55%;
    padding: 3px 0 0 0;
}

.right-block .buy-product{
    float: none;
    position: static;
    top: 0;
    right: 0;
}


.workarea-icon-features{
    width: auto;
    overflow: auto;
    margin-top: 20px;
}

.wrapp-icon{
    width: 33.33%;
    float: left;
}


.wrapp-icon .icn1{
    display: block;
    background: url(/local/templates/cz_ws_17/css/../images/icon-card.png) no-repeat;
    width: 33px;
    height: 16px;
    background-position: -5px -5px;
    margin: 0 auto;
}

.wrapp-icon .icn2{
    display: block;
    background: url(/local/templates/cz_ws_17/css/../images/icon-card.png) no-repeat;
    width: 21px;
    height: 17px;
    background-position: -48px -5px;
    margin: 0 auto;
}

.wrapp-icon .icn3{
    display: block;
    background: url(/local/templates/cz_ws_17/css/../images/icon-card.png) no-repeat;
    width: 17px;
    height: 20px;
    background-position: -79px -5px;
    margin: 0 auto;
}

.wrapp-icon .icn-text3{
    text-align: center;
}

.icn-text5{
    text-align: center;
}

.text-icon{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.text-icon2{
    display: block;
    text-align: center;
    color: #b8b8b8;
    font-size: 12px;
}


.wrapp-icon .icn-text1{
    margin-top: 9px;
}

.wrapp-icon .icn-text3{
    margin-top: 8px;
}


.icon-to-cart-button{
    background: #fff!important;
    border: 1px solid #b8b8b8!important;
    color: #1771a6!important;
}

.icon-to-cart::after{
    content: '';
    display: inline-block;
    background: url(/local/templates/cz_ws_17/css/../images/main-spritenew2.png) no-repeat;
    width: 28px;
    height: 22px;
    background-position: -178px -128px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 5px;
}
/* p.delivery-product{
    text-decoration: none;
} */

.detail-item .detail-photos .list-more-photo ul li.active{
    border: 1px solid #d5d5d5;
}
.detail-item .detail-photos .list-more-photo ul li.btn_li_prev,
.detail-item .detail-photos .list-more-photo ul li.btn_li_next {
    border: none;
}

.btn_li_prev a i,
.btn_li_next a i{
    margin: 10% auto;
}


/*вертикальный слайдер продуктов на главной*/

.carousel-vert-main .item.blue .wrap-img{
    text-align: left;
    position: relative;
    top: 10px;
    width: 37%;
}

.carousel-vert-main .item.blue .wrap-img img{
    max-width: 90px;
    min-height: 122px;
    max-height: 122px;
}

.carousel-vert-main .item.blue .col-text{
    float: right;
    margin-top: 15px;
    padding-left: 15px;
}

.carousel-vert-main .item.blue .col-text .buy-product{
    margin-top: 0;
}



.wrap-brand-carusel .brand-carusel ul li{
    width: 228px;
    text-align: center;
}

.kp_file_list {
    display: inline-block;
    width: 100%;
}
a.kp_removefile {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: right;
    margin: 3px 0 0 10px;
    text-decoration: none;
}
a.kp_removefile:before {
    content: "";
    background: url("../images/remove.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
}
.kp_plusfile_block {
    text-align: left;
}
a.kp_plusfile{
    background: url("../images/clip.png") left center no-repeat;
    padding-left: 40px;
    display: inline-block;
    background-size: contain;
    text-decoration: underline;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
a.kp_plusfile:hover,
a.kp_plusfile:focus {
    text-decoration: none;
}
[name="kp"] .mask_but_file{
    display: none;
}
[name="kp"] input.subbackbut {
    padding: 10px 100px !important;
    font-size: 14px !important;
    font-weight: bold;
}
[name="kp"] .sub_ur {
    margin-top: 20px;
}
#kp_attach_file2,
#kp_attach_file3,
#kp_attach_file4 {
    display: none; 
}

.file_name {
    display: none;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f4f4f4;
    line-height: 24px;
    font-size: 13px;
    color: #414141;
    margin-right: 10px;
    white-space: nowrap;
    padding: 2px 10px 2px 10px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.kp_name_file {
    float: left;
    display: inline-block;
    overflow: hidden;
}
span.file_name_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 188px;
    display: inline-block;
    float: left;
}
#callback_form [name="kp"] tr:nth-of-type(3) {
    display: table-row;
}

.kp-form .modal-header {
    background-color: #ff9d00;
    border-bottom: none;
    color: #fff;
}
.kp-form .modal-content {
    border: 2px solid #ff9d00;
}
.kp-form input[type='text'],
.kp-form textarea{
    border-color:#ccc !important;
    height: 45px;
    text-indent: 5px;
    font-size: 16px;
}
.kp-form textarea{
    height: 90px;
}
.kp-form tr td:nth-of-type(1){
    font-weight: bold;
}
.kp-form input.subbackbut{
    background-color: #ff9d00 !important;
    border-radius: 3px !important;
}
.kp-form input.subbackbut:hover {
    background-color: #38618D !important;
}
.kp-form .modal-dialog {
    width: 560px !important;;
}
.kp-form .modal-body {
    padding: 30px;
}
.kp-form .modal-title {
    font-weight: 600;
}
#callback_form.kp-form tr td:nth-of-type(1) {
    margin: 0;
    line-height: 45px;
    padding: 0px 15px;
}

.kp-form .close {
    font-size: 27px;
    font-weight: normal;
    color: #ffffff;
    opacity: 1;
}


/*Стили 22.10.2018*/

.smart-filter .hide-list{
    display: block;
}

.smart-filter .more-item{
    display: none;
}

.hidden-link{
    display: inline-block;
    overflow: hidden;
    padding-right: 19px;
    position: relative;
    white-space: nowrap;
    width: auto;
    /*max-width: 467px;*/
    max-width: 748px;
}

.hidden-link::after{
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -5px;
}

.hidden-link span{
    display: inline-block;
    width: auto;
    /*max-width: 448px;*/
    max-width: 748px;
}

.hidden-link:hover{
    width: auto;
    max-width: 100%;
    overflow: visible;
    padding-right: 15px;
    font-weight: bold;
    font-weight: bold;
}

.hidden-link:hover span{
    background: #fff;
    max-width: 1115px;
    position: absolute;
    z-index: 555;
    padding-right: 15px;
}

.hidden-link:hover::after{
    display: none;
}


.deliv-product{
    display: block;
    margin-top: 15px;
    padding-left: 40px;
    text-decoration: none;
    position: absolute;
    bottom: 22%;
}

.deliv-product:hover{
    text-decoration: none;
}

.deliv-product i.main-sprite-calc{
    width: 30px;
    height: 18px;
    display: inline-block;
    background-position: -71px -135px;
    vertical-align: -5px;
    position: absolute;
    top: 2px;
    left: 0;
}

.deliv-product{
    position: relative;
    bottom: 0;
}


.stuff .year{
    left: 46px;
    top: 25px;

}

.protection-buyer .stuff .caption,
.protection-buyer .stuff .caption span{
    text-align: center;
}


/* #soglas .jq-checkbox.checked .jq-checkbox__div{
    position: relative!important;
    left: 10px!important;
} */