.ksm-block,
.ksm-block * {
    vertical-align: top;
    font-style: inherit;
    //font-size: 16px;
    border: none;
    padding: 0;
    margin: 0;
}
.ksm-block select,
.ksm-block textarea,
.ksm-block input[type="text"],
.ksm-block input[type="password"],
.ksm-block input[type="datetime"],
.ksm-block input[type="datetime-local"],
.ksm-block input[type="date"],
.ksm-block input[type="month"],
.ksm-block input[type="time"],
.ksm-block input[type="week"],
.ksm-block input[type="number"],
.ksm-block input[type="email"],
.ksm-block input[type="url"],
.ksm-block input[type="search"],
.ksm-block input[type="tel"],
.ksm-block input[type="color"] {
    display: inline-block;
    padding: 0 0 0 7px;
    height: 38px;
    line-height: 37px;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    background: #fff;
    color: #1c303c;
    -webkit-box-shadow: inset 2px 2px 2px #eee;
    -moz-box-shadow: inset 2px 2px 2px #eee;
    box-shadow: inset 2px 2px 2px #eee;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ksm-block img {
    max-width: 100%;
}
.ksm-block ul {
    list-style: none;
}
.ksm-block ul li {
    display: list-item;
}
.ksm-block button,
.ksm-block .ksm-btn,
.ksm-block input[type="button"],
.ksm-block input[type="submit"],
.ksm-block input[type="reset"] {
    display: inline-block;
    overflow: visible;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    background-color: #1c303c;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 50px;
    line-height: 44px;
    border: 1px solid #1c303c;

}
.ksm-block button:hover,
.ksm-block .ksm-btn:hover,
.ksm-block input[type="button"]:hover,
.ksm-block input[type="submit"]:hover,
.ksm-block input[type="reset"]:hover,
.ksm-block button:active,
.ksm-block .ksm-btn:active,
.ksm-block input[type="button"]:active,
.ksm-block input[type="submit"]:active,
.ksm-block input[type="reset"]:active,
.ksm-block button:focus,
.ksm-block .ksm-btn:focus,
.ksm-block input[type="button"]:focus,
.ksm-block input[type="submit"]:focus,
.ksm-block input[type="reset"]:focus {
    background-color: #fff;
    border: 1px solid #1c303c;
    color: #1c303c;

}
.ksm-block input[type="button"].ksm-btn-success,
.ksm-block input[type="submit"].ksm-btn-success,
.ksm-block input[type="reset"].ksm-btn-success,
.ksm-block button.ksm-btn-success,
.ksm-block .ksm-btn-success {
    overflow: visible;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none !important;
    border-radius: 0px;
    transition: color .3s, background .3s, border .3s;
    background-color: #86C640;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3333333;
    border: 1px solid #86C640;
    padding: 19px 44px 17px;
}
.ksm-block input[type="button"].ksm-btn-success:hover,
.ksm-block input[type="submit"].ksm-btn-success:hover,
.ksm-block input[type="reset"].ksm-btn-success:hover,
.ksm-block button.ksm-btn-success:hover,
.ksm-block .ksm-btn-success:hover {
    background: #96D650;
    color: #fff;
}
.ksm-block input[type="button"].ksm-btn-buy-one-click,
.ksm-block input[type="submit"].ksm-btn-buy-one-click,
.ksm-block input[type="reset"].ksm-btn-buy-one-click,
.ksm-block button.ksm-btn-buy-one-click,
.ksm-block .ksm-btn-buy-one-click {
    background-color: #F2DC64;
    border: 1px solid #F2DC64;
    border-radius: 0;
    box-shadow: none;
    color: #625616;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3333333;
    margin: 0;
    outline: none !important;
    overflow: visible;
    padding: 15px 16px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: uppercase;
    transition: color .3s, background .3s, border .3s;
    -webkit-appearance: none;
}
.ksm-block input[type="button"].ksm-btn-buy-one-click:hover,
.ksm-block input[type="submit"].ksm-btn-buy-one-click:hover,
.ksm-block input[type="reset"].ksm-btn-buy-one-click:hover,
.ksm-block button.ksm-btn-buy-one-click:hover,
.ksm-block .ksm-btn-buy-one-click:hover {
    background: #F2EC74;
}
.ksm-clear {
    clear: both;
}
.ksm-catalog {
    float: left;
    width: 100%;
}
.ksm-catalog h2 {
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: bold;
}
.ksm-catalog-edit span {
    vertical-align: baseline;
}
.ksm-catalog-edit > a {
    width: 32%;
    display: inline-block;
    text-align: center;
}
.ksm-catalog .ksm-catalog-categories > h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.ksm-catalog .ksm-catalog-categories::after {
    clear: both;
    content: '';
    display: table;
}
.ksm-catalog .ksm-catalog-category {
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    display: block;
    text-decoration: none;
    padding: 10px;
    transition: box-shadow 0.2s ease-in-out;

}
.ksm-catalog .double_height .ksm-catalog-category {
    height: 350px;
}
.ksm-catalog .white .ksm-catalog-category {
    border: 1px solid #E7E7E7;
}
.ksm-catalog .double_height.center .ksm-catalog-category-img {
    margin: 70px 0 40px;
}
.ksm-catalog .double_height.top .ksm-catalog-category-img {
    margin: 35px 0 0 0;
}
.ksm-catalog .right .ksm-catalog-category-img {
    margin: 30px 40px 0 0;
    float: right;
}
.ksm-catalog .left.standart .ksm-catalog-category-img {
    margin: 30px 0 0 5px;
}
.ksm-catalog .right .ksm-catalog-category-text {
    float: left;
    text-align: right;
    width: 110px;
    padding: 40px 0 0;
}
.ksm-catalog .left .ksm-catalog-category-img {
    margin: 30px 0 0 15px;
    float: left;
}
.ksm-catalog .left.standart .ksm-catalog-category-img {
    margin: 30px 0 0 5px;
}
.ksm-catalog .bottom .ksm-catalog-category-img {
    margin: 25px 0 0 0;
}
.ksm-catalog .left.col-md-12 .ksm-catalog-category-img {
    margin: 10px 0 0 50px;
}
.ksm-catalog .left .ksm-catalog-category-text {
    float: left;
    max-width: 135px;
    margin: 40px 0 0 14px;
    text-align: left;
}
.ksm-catalog .bottom .ksm-catalog-category-text {
    margin: 25px 0 0 0;
}
.ksm-catalog .left.col-md-12 .ksm-catalog-category-text {
    float: right;
    width: 210px;
    margin: 40px 40px 0 0;
    max-width: 210px;
}
.ksm-catalog .left.col-md-12 .ksm-catalog-category-name {
    font-size: 25px;
}
.ksm-catalog .ksm-catalog-category-name {
    font-size: 16px;
    color: #323e44;
}
.ksm-catalog .ksm-catalog-category-text .price {
    font-size: 17px;
}
.ksm-catalog .double_height .ksm-catalog-category-name {
    font-size: 23px;
}
.ksm-catalog .double_height .ksm-catalog-category-text .price {
    font-size: 19px;
}
.ksm-catalog .double_height.col-md-12 .ksm-catalog-category-name {
    font-size: 30px;
}
.ksm-catalog .left.col-md-12 .ksm-catalog-category-text .price {
    font-size: 19px;
}
.ksm-catalog .dark .ksm-catalog-category-name a {
    color: #fff;
}
.ksm-catalog .double_height.top .ksm-catalog-category-name {
    font-size: 25px;
}

/* Категории для запчастей */

.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category {
    width: 360px;
    height: 150px;
    margin: 0 30px 30px 0;
    float: left;
    border: 1px solid #E7E7E7;
    padding: 0;
    font-family: inherit;
    color: inherit;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category:nth-child(3n) {
    margin-right: 0;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-img {
    width: 190px;
    float: left;
    height: 150px;
    text-align: center;
    line-height: 150px;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-img img {
    width: 160px;
    height: 100px;
    vertical-align: middle;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-name {
    float: left;
    width: 150px;
    margin: 40px 0 0;
    text-align: left;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-name a {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #688ea1;
    text-decoration: underline;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-name p {
    font-size: 16px;
    font-weight: 500;
}
.ksm-catalog .ksm-catalog-zapcategories-block .ksm-catalog-category-name .years {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}

/* категории запчастей дефолт */

.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category {
    width: 262px;
    height: 250px;
    margin: 0 29px 29px 0;
    float: left;
    border: 1px solid #E7E7E7;
    font-family: inherit;
    color: inherit;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category:nth-child(4n) {
    margin-right: 0;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-img {
    width: 100%;
    text-align: center;
    float: left;
    height: 190px;
    line-height: 190px;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-img img {
    width: 220px;
    height: 160px;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-name {
    float: left;
    width: 100%;
    margin: 0;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-name h3 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-name a {
    outline: none;
    color: #688ea1;
    text-decoration: underline;
    transition: color .3s, background .3s, border .3s;
}
.ksm-catalog .ksm-catalog-zapcategories-default-block .ksm-catalog-category-name a:hover {
    text-decoration: none;
    color: #C32727;
    outline: none;
}

/* Блоки узлов в категории */

.ksm-catalog .ksm-catalog-model {
    width: 262px;
    height: 250px;
    margin: 0 29px 29px 0;
    float: left;
    border: 1px solid #E7E7E7;
    font-family: inherit;
    color: inherit;
}
.ksm-catalog .ksm-catalog-model:nth-child(4n) {
    margin-right: 0;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-img {
    width: 100%;
    text-align: center;
    float: left;
    height: 190px;
    line-height: 190px;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-img img {
    width: 220px;
    height: 160px;
    display: inline-block;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-name {
    float: left;
    width: 100%;
    margin: 0;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-name h3 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-name a {
    outline: none;
    color: #688ea1;
    text-decoration: underline;
    transition: color .3s, background .3s, border .3s;
}
.ksm-catalog .ksm-catalog-model .ksm-catalog-model-name a:hover {
    text-decoration: none;
    color: #C32727;
    outline: none;
}

/* Сортировка категорий */

.ksm-catalog .models-sort {
    float: left;
    width: 100%;
}
.ksm-catalog .models-sort h3 {
    font-size: 29px;
    font-weight: 500;
    float: left;
    line-height: 50px;
    margin-bottom: 30px;
}
.ksm-catalog .models-sort .year {
    float: right;
    width: 190px;
    margin: 0 10px 30px;
}
.ksm-catalog .models-sort .year .jq-selectbox__select {
    line-height: 46px;
    height: 50px;
    text-transform: uppercase;
}
.ksm-catalog .models-sort .sort {
    float: right;
}

/* Стили узла */
.ksm-model-title {
    margin-bottom: 20px;
}
.ksm-model-body-img {
    width: 552px;
    position: relative;
    border: 1px solid #E7E7E7;
    overflow: hidden;
}
.ksm-model-body-img-inner {
    position: absolute;
    top: 0;
    left: 0;
}
.ksm-model-body-img-inner img {
    min-width: 100%;
}
.holst {
    width: 550px;
}
.constructor-marker {
    position: absolute !important;
    background: #BD2927;
    border-radius: 100%;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.constructor-marker.active, .constructor-marker.act {
    background: #CDB924;
    width: 28px;
    height: 28px;
    line-height: 28px;
    z-index: 9;
}
.ksm-model-body-img-inner canvas {
    position: absolute;
    left: 0;
    top: 0;
}
.ksm-model-body-img .zoom {
    position: absolute;
    top:11px;
    left:11px;
    width: 31px;
    height: 153px;
    background:#F6F6F6 url(../../images/img-zoom-bg.png) top center repeat-y;
}
.ksm-model-body-img .zoom .plus,
.ksm-model-body-img .zoom .minus {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 31px;
    height: 31px;
    cursor: pointer;
    background: #F6F6F6 url(../../images/img-plus.png) center no-repeat;
}
.ksm-model-body-img .zoom .minus {
    top:auto;
    left:0;
    bottom: 0;
    background: #F6F6F6 url(../../images/img-minus.png) center no-repeat;
}
.ksm-model-body-img .zoom .thumb {
    position: absolute;
    display: block;
    top:61px;
    left:-2px;
    width: 35px;
    height: 22px;
    cursor: pointer;
    background: #323E44 url(../../images/img-zoom.png) center no-repeat;
}
.ksm-model-body-right .parts-list {
    border-bottom: 1px solid #E7E7E7;
}
.ksm-model-body-right .parts-list::after {
    clear: both;
    content: '';
    display: block;
}
.ksm-model-body-right .heads {
    background: #323E44;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 50px;
    border-left:1px solid #323E44;
    border-right:1px solid #323E44;
}
.ksm-model-body-right .num {
    width: 51px;
    float: left;
    text-align: center;
    position: relative;
}
.ksm-model-body-right .vin {
    width: 170px;
    float: left;
    padding: 0 15px;
    position: relative;
    background: url(../../images/parts-list-bg.png) top left repeat-y;
}
.ksm-model-body-right .dsc {
    width: 240px;
    float: left;
    padding: 0 15px;
    position: relative;
    background: url(../../images/parts-list-bg.png) top left repeat-y;
}
.ksm-model-body-right .avl {
    width: 92px;
    float: left;
    text-align: center;
    position: relative;
    background: url(../../images/parts-list-bg.png) top left repeat-y;
}
.ksm-model-body-right .item {
    border-left:1px solid #E7E7E7;
    border-right:1px solid #E7E7E7;
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}
.ksm-model-body-right .item:nth-child(2n) {
    background: #F6F6F6;
}
.ksm-model-body-right .item.active, .ksm-model-body-right .item:hover {
    background: #D7E4EA;
}
.ksm-model-body-right .parts-list .item .num,
.ksm-model-body-right .parts-list .item .vin,
.ksm-model-body-right .parts-list .item .dsc,
.ksm-model-body-right .parts-list .item .avl {
    padding: 12px 15px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}
.ksm-model-body-right .parts-list .avl span {
    width:18px;
    height: 16px;
    background: url(../../images/avalable.png) center no-repeat;
    display: inline-block;
}
.ksm-model-body-right .parts-list .avl span.not {
    background: url(../../images/not-avalable.png) center no-repeat;
}
.ksm-model-body-right .parts-list .item .vin a {
    text-decoration: none;
    border-bottom: 1px dashed #688ea1;
}
.ksm-model-body-right .parts-list .item .vin a:hover {
    border-color: transparent;
}
.ksm-model-body-right .parts-list .item .products {
    width: 557px;
    background: #fff;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 0;
    border: 0;
    margin: 0 0 0 -2px;
    border-radius: 0;
    position: relative;
    display: none;
}
.ksm-model-body-right .parts-list .item .products .products-heads {
    background: #323E44;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 50px;
    position: relative;
    border-left:1px solid #323E44;
    border-right:1px solid #323E44;
}
.ksm-model-body-right .parts-list .item .products .products-heads:before {
    position: absolute;
    top:-7px;
    left:98px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #323E44 transparent;
}
.ksm-model-body-right .parts-list .item .products .manuf {
    width: 150px;
    float: left;
    padding: 0 15px;
}
.ksm-model-body-right .parts-list .item .products .rating {
    width: 75px;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .photo {
    width: 53px;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .date {
    width: 90px;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .price {
    width: 65px;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .buys {
    width: 120px;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .manuf a {
    text-decoration: none;
    border-bottom: 1px dashed #688ea1;
}
.ksm-model-body-right .parts-list .item .products .manuf a:hover {
    border-color: transparent;
}
.ksm-model-body-right .parts-list .item .products .products-item {
    border-left:1px solid #E7E7E7;
    border-right:1px solid #E7E7E7;
    position: relative;
}
.ksm-model-body-right .parts-list .item .products .products-item:after {
    content: '';
    width: 535px;
    height: 1px;
    position: absolute;
    bottom:-1px;
    left:9px;
    background:#E7E7E7;
}
.ksm-model-body-right .parts-list .item .products>.products-item:last-child:after {
    display: none;
}
.ksm-model-body-right .parts-list .item .products .products-item .manuf,
.ksm-model-body-right .parts-list .item .products .products-item .rating,
.ksm-model-body-right .parts-list .item .products .products-item .photo,
.ksm-model-body-right .parts-list .item .products .products-item .date,
.ksm-model-body-right .parts-list .item .products .products-item .price,
.ksm-model-body-right .parts-list .item .products .products-item .buys {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    padding-top:12px;
    padding-bottom: 12px;
}
.ksm-model-body-right .parts-list .item .products .products-item .photo a {
    width: 18px;
    height: 16px;
    background: url(../../images/photo.png) center no-repeat;
    display: inline-block;
    margin: 0 0 0 3px;
    border: 0;
}
.ksm-model-body-right .parts-list .item .products .products-item .price {
    font-family: "Myriad Pro", sans-serif;
    color: #c32727;
    font-weight: bold;
    font-size: 14px;
}
.ksm-model-body-right .parts-list .item .products .products-item .buys .quant {
    float: left;
    width: 16px;
    height: 24px;
    background: #E5E5E5;
    color:#323e44;
    font-size: 16px;
    border: 0;
    padding: 0;
    font-weight: normal;
    line-height: 24px;
}
.ksm-model-body-right .parts-list .item .products .products-item .buys .form-control {
    border: 1px solid #E5E5E5;
    width: 32px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-left:0;
    border-right: 0;
    padding: 0;
    color: #323e44;
    font-size: 14px;
    font-weight:normal;
    float: left;
}
.ksm-model-body-right .parts-list .item .products .products-item .buys .buy {
    width: 35px;
    height: 24px;
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
    background: #86C640 url(../../images/buy2.png) no-repeat center;
    color: #fff;
    border: 0;
}
span.rur {
    font-family: 'ALSRubl', sans-serif;
}
.ksm-model-body-right .parts-list .rate0 {
    background: url(../../images/rate0.png) left -11px;
    height: 11px;
    width: 60px;
    display: block;
}
.ksm-model-body-right .parts-list .rate0 .rate1 {
    background: url(../../images/rate0.png) left 0;
    height: 11px;
    display: block;
}
.ksm-model-body-right .parts-list .ksm-catalog-item-buy-form {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* всплывающее окно с товаром */
#poppup_product {
    width: 100%;
    height: 100%;
    border: 0;
}
.product-pop .ksm-product-body {
    margin:0 0 35px;
    float: left;
    width: 100%;
}
.product-pop .ksm-product-body-left {
    float: left;
    width: 280px;
}
.product-pop .ksm-product-gallery-bigs {
    width:280px;
    height: 280px;
    text-align: center;
    line-height: 280px;
    border: 1px solid #E7E7E7;
}
.product-pop .ksm-product-gallery-big {
    border: 0;
}
.product-pop .ksm-product-gallery-big img {
    //max-width: 220px;
}
.product-pop .ksm-product-gallery-thumb {
    width:300px;
    border: 0;
}
.product-pop .ksm-product-gallery-thumb img {
    max-width: 59px;
    margin: 12px 15px 0 0;
    border: 1px solid #E7E7E7;
    float: left;
}
.product-pop .ksm-product-gallery-thumb.active img {
    border-color: #323E44;
}
.product-pop .ksm-product-body-right {
    width: 470px;
    float: right;
}
.product-pop .ksm-product-head {
    margin: 0;
}
.product-pop .ksm-product-head-left h1 {
    font-size: 29px;
    line-height: normal;
    margin: 0 0 20px;
}
.product-pop .ksm-product-head-right {
    display: none;
}
.product-pop .ksm-product-actions {
    float: left;
    height: 35px;
    width: 100%;
}
.product-pop .ksm-catalog-item-buy-form {
    float: left;
    width: 100%;
}
.product-pop .ksm-product-prices {
    float: left;
    width: 100%;
    background: #ECF1F3;
    padding: 25px;
}
.product-pop .ksm-product-prices p {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.product-pop .ksm-product-prices .prices {
    float: left;
    min-width:180px;
    margin: 0 25px 0 0;
}
.product-pop .ksm-product-prices .price {
    color: #c32727;
    font-size: 28px;
    font-family: "Myriad Pro", sans-serif;
    line-height: 30px;
}
.product-pop .ksm-product-prices .price strong {
    font-size: 42px;
}
.product-pop .ksm-product-prices .prices a {
    font-weight: 500;
}
.product-pop .ksm-product-info-price-block .ksm-btn-group {
    float: left;
    width: 180px;
    margin: 0;
}
.product-pop .ksm-product-prices button {
    float: left;
    width: 180px;
}
.product-pop .ksm-product-prices .ksm-btn-success {
    margin: 0 0 8px !important;
    padding: 14px 0 11px !important;
}
.product-pop .ksm-product-prices .ksm-btn-buy-one-click {
    padding: 11px 0 9px;
}
.product-pop .ksm-product-related {
    display: none;
}
.product-pop .ksm-product-footer {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}
.product-pop .tab-content p,
.product-pop .tab-content ul {
    margin: 15px 0;
}
.product-pop .tab-content ul li {
    margin: 0 0 10px 35px;
}
.product-pop .tab-content h3 {
    font-size: 19px;
    margin: 0 0 20px;
    color: #323e44;
}
.product-pop .tab-content .more {
    text-decoration: none;
    padding: 0 14px 0 0;
    font-weight: 500;
    background: url(../images/more.png) right center no-repeat;
}
.product-pop .tab-content .more span {
    border-bottom: 1px dashed #688ea1;
}
.product-pop .tab-content .more:hover span {
    border-color:transparent;
}
.product-pop .tab-pane>p:last-child {
    margin: 0;
}
.product-pop .tabs .nav-tabs {
    border: 1px solid #E7E7E7;
    width: 100%;
    margin: 0 0 25px;
}
.product-pop .tabs .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border-radius:0;
}
.product-pop .tabs .nav>li {
    position: relative;
}
.product-pop .tabs .nav>li:after {
    content: '';
    width: 1px;
    height: 20px;
    top:50%;
    margin: -10px 0 0;
    left:-1px;
    background: #E7E7E7;
    position: absolute;
    display: block;
}
.product-pop .tabs .nav>li.active:after {
    display: none;
}
.product-pop .tabs .nav>li>a .count {
    background: #D9E8EF;
    display: block;
    font-size: 11px;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: #323e44;
    margin: 0 0 0 8px;
    float: right;
}
.product-pop .tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Myriad Pro", sans-serif;
    color: #000000;
    border: 0;
    margin: 0 ;
    border-bottom: 0px solid #E8E8E8;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}
.product-pop .tabs .nav-tabs>li.active>a,
.product-pop .tabs .nav-tabs>li.active>a:focus,
.product-pop .tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color:#323E44;
    border: 0;
    border-bottom: 0px solid #C32727;
}
.product-pop .tabs .nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    bottom:-7px;
    left:50%;
    margin: 0 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #323E44 transparent transparent transparent;
}
.product-pop .tabs .nav-tabs>li>a:hover {
    border-color: transparent;
    color: #C32727;
}
.product-pop .tabs .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


.ksm-catalog .ksm-catalog-category img {
    max-width: 100%;
    display: inline;
}
/*.ksm-catalog .ksm-catalog-category-name {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
}*/
.ksm-catalog .ksm-catalog-category-name a {
    color: #323e44;
    margin: 0 0 5px;
    font-weight: 500;
    text-decoration: none;
}
.ksm-catalog .ksm-catalog-category {
    color: #c32727;
    font-family: "Myriad Pro", sans-sarif;
    font-size: 19px;
    float: left;
}

.ksm-catalog .ksm-catalog-category.double_height.top .ksm-catalog-category-name a {
    font-size: 23px;
}
.ksm-catalog .ksm-catalog-sortlinks-layouts {
    background: #F6F6F6;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px 0 20px;
    line-height: 50px;
    margin: 0 0 30px;
}
.ksm-catalog .ksm-catalog-sortlinks {
    display: inline-block;
}
.ksm-catalog .ksm-catalog-sortlinks label,
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink {
    display: inline-block;
    margin: 0;
    font-weight: bold;
}
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink a {
    color: #557a8d;
    text-decoration: none;
    border-bottom: 1px dashed #557a8d;
    font-weight: 500;
    margin: 0 5px;
    position: relative;
}
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink + div::before {
    content: ',';
}
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink a.active {
    padding: 0 16px 0 0;
}
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink a.active::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 16px;
    background: #F6F6F6 url(../../images/sort-asc.png) center no-repeat;
}
.ksm-catalog .ksm-catalog-sortlinks .ksm-catalog-sortlink a.active.down::after {
    background: #F6F6F6 url(../../images/sort-desc.png) center no-repeat;
}
.ksm-catalog .ksm-catalog-layouts {
    float: right;
}
.ksm-catalog .ksm-catalog-layout {
    display: inline-block;
}
.ksm-catalog .ksm-catalog-layout a {
/ / padding: 3 px;
    height: 14px;
    width: 14px;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    margin: -2px 0 0 0;
    box-sizing: content-box;
}
.ksm-catalog .ksm-catalog-layout.active a {
    color: #BDBDBD;
    background: #fff;
    border: 2px solid #ccc;
}
.ksm-catalog .ksm-catalog-layout a:before {
    content: ' ';
    height: 14px;
    width: 14px;
    display: block;
}
.ksm-catalog .ksm-catalog-layout-grid a:before {
    background: url('../../images/glyphicons-halflings.png') -216px 0;
}
.ksm-catalog .ksm-catalog-layout-list_ext a:before {
    background: url('../../images/glyphicons-halflings.png') -264px 0;
}
.ksm-catalog .ksm-catalog-layout-list a:before {
    background: url('../../images/glyphicons-halflings.png') -360px -48px;
}
.ksm-catalog-items {
    display: flex;
    align-items: stretch;
    flex-flow: wrap;
}
.ksm-catalog .ksm-catalog-item {
    float: left;
    width: 32%;
    height: 392px;
    margin: 0 0 60px 2%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.ksm-catalog .ksm-catalog-item:hover {
    box-shadow: none;
    z-index: 1;
}
.ksm-catalog .ksm-catalog-item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.ksm-catalog .ksm-catalog-item-wrap {
    margin: 0 16px;
    border: 1px solid #E7E7E7;
    width: 260px;
    height: 420px;
    background: #fff;
    padding: 20px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    position: relative;
}

/* Images */
.ksm-catalog .ksm-catalog-item-img {
    height:172px;
    width: 220px;
    margin: 0 0 18px;
    text-align: center;
    line-height: 172px;
}
.ksm-catalog .ksm-catalog-item-img img {
    width: 172px;
    height: 172px;
    display: inline;

}
/* end of Images */


.ksm-catalog .ksm-catalog-item-flag-hot,
.ksm-catalog .ksm-catalog-item-flag-recommendation,
.ksm-catalog .ksm-catalog-item-flag-new,
.ksm-catalog .ksm-catalog-item-flag-promotion {
    position: absolute;
    width: 100px;
    height: 60px;
    left: 0;
    top: 10px;
    display: block;
}
.ksm-catalog .ksm-catalog-item-flag-hot {
    background: url(../../images/hit.png) top center no-repeat;
}
.ksm-catalog .ksm-catalog-item-flag-recommendation {
    background: url(../../images/rec.png) top center no-repeat;
}
.ksm-catalog .ksm-catalog-item-flag-new {
    background: url(../../images/new.png) top center no-repeat;
}
.ksm-catalog .ksm-catalog-item-flag-promotion {
    background: url(../../images/sale.png) top center no-repeat;
}

/* name */
.ksm-catalog .ksm-catalog-item-name {
    height: 65px;
    overflow: hidden;
    margin: 0 0 2px;
}
.ksm-catalog .ksm-catalog-item-name a {
    font-size: 16px;
    color: #292d2f;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
}
.ksm-catalog .ksm-catalog-item-name a:hover {
    color: #ce343a;
}
.ksm-catalog .ksm-catalog-item-name span {
    display:block;
    margin: 8px 0;
}
.ksm-catalog .ksm-catalog-item-name span.ksm-catalog-item-name-art,
.ksm-catalog .ksm-catalog-item-name span.ksm-catalog-item-name-rate {
    display:none;
}

/* description */
.ksm-catalog .ksm-catalog-item-name-introcontent {
    display: none;
}

/* price */
.ksm-catalog-item-price-button {
    background: inherit;
    color: #c32727;
    font-size: 26px;
    font-family: "Myriad Pro", sans-sarif;
    margin: 0 0 10px;
    position: relative;
}
.ksm-block .ksm-catalog-item-price {
    text-align: center;
    font-size: 16px;
}
.ksm-block .ksm-catalog-item-price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #5a666e;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.ksm-block .ksm-catalog-item-price-old span {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.ksm-block .ksm-catalog-item-price-normal {
    color: #c32727;
    font-size: 24px;
    font-weight: bold;
}
.ksm-block .ksm-catalog-item-price-normal span {
    font-size: 26px;
}

/* button "add to cart" */
.ksm-catalog .ksm-catalog-item-button {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}
.ksm-catalog .ksm-catalog-item-button .ksm-catalog-item-buy-form {
    margin: 0;
    padding: 12px 24px 10px;
    float: none;
}
.ksm-block.ksm-catalog button.ksm-btn-success {
    width: 100%;
    border: 0;
    text-shadow: none;
    background: #86C640;
    color: #fff;
    box-shadow: none;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    height: 44px;
}
.ksm-block.ksm-catalog button.ksm-btn-success:before {
    width: 23px;
    height: 28px;
    background: url("../../images/buy.png") center no-repeat;
    margin-right: 10px;
    display: inline-block;
    content: '';
    vertical-align: top;
}
.ksm-block.ksm-catalog button.ksm-btn-success:hover {
    background: #96D650;
    color: #fff;
}


.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item {
    width: 100%;
    margin-left: 0;
    display: table;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-img {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    border-bottom: 0 solid transparent;
    text-align: left;
    position: relative;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flags {
    top: 0;
    left: -3px;
    position: absolute;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-hot,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-recommendation,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-new,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-promotion {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 87px;
    height: 30px;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-new {
    background-image: url(../../images/new-h.png);
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-hot {
    background-image: url(../../images/hit-h.png);
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-recommendation {
    background-image: url(../../images/super-h.png);
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-flag-promotion {
    background-image: url(../../images/promo-h.png);
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-img img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-name {
    margin: 0;
    width: 55%;
    height: 100%;
    font-size: 18px;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    padding: 15px;
    position: relative;
    vertical-align: top;
    text-align: left;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-name-introcontent,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-name span.ksm-catalog-item-name-art,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-name span.ksm-catalog-item-name-rate {
    display: block;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-price-button {
    width: 20%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
    display: table-cell;
    background-color: #F4F4F4;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #DBDBDB;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item:hover .ksm-catalog-item-price-button {
    background-color: #BBD057;
}
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-price-old,
.ksm-catalog .ksm-catalog-items-list_ext .ksm-catalog-item-price-normal {
    display: block;
    color: #0e429c;
    font-size: 16px;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item {
    width: 100%;
    margin-left: 0;
    display: table;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-img {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    border-bottom: 0 solid transparent;
    text-align: left;
    position: relative;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flags {
    top: 0;
    left: -3px;
    position: absolute;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-hot,
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-recommendation,
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-new,
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-promotion {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 87px;
    height: 30px;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-new {
    background-image: url(../../images/new-h.png);
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-hot {
    background-image: url(../../images/hit-h.png);
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-recommendation {
    background-image: url(../../images/super-h.png);
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-flag-promotion {
    background-image: url(../../images/promo-h.png);
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-img img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-name {
    margin: 0;
    width: 55%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    padding: 15px;
    position: relative;
    vertical-align: top;
    text-align: left;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-name span.ksm-catalog-item-name-art,
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-name span.ksm-catalog-item-name-rate {
    display: block;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-price-button {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #DBDBDB;
    margin: 0;
    display: inline-block;
    float: right;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item:hover .ksm-catalog-item-price-button {
    background-color: #BBD057;
}
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-price-old,
.ksm-catalog .ksm-catalog-items-list .ksm-catalog-item-price-normal {
    display: block;
    color: #0e429c;
    font-size: 16px;
}

/* Pagination */
.ksm-pagination {
    text-align: left;
    margin: 20px 0;
    clear: both;
}
.ksm-pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.ksm-pagination ul li {
    display: inline;
}
.ksm-pagination ul > li > a, .ksm-pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.ksm-pagination ul > li:first-child > a, .ksm-pagination ul > li:first-child > span {

}
.ksm-pagination ul > li:last-child > a, .ksm-pagination ul > li:last-child > span {

}
.ksm-pagination ul > .disabled > span, .ksm-pagination ul > .disabled > a, .ksm-pagination ul > .disabled > a:hover, .ksm-pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.ksm-pagination ul li a span {
    vertical-align: middle;
}
.ksm-brands {
    float: left;
    width: 100%;
}
.ksm-brands-pagination {
    text-align: center;
    margin: 20px 0;
}
.ksm-brands-pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ksm-brands-pagination ul li {
    display: inline;
}
.ksm-brands-pagination ul > li > a, .ksm-brands-pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.ksm-brands-pagination ul > li:first-child > a, .ksm-brands-pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.ksm-brands-pagination ul > li:last-child > a, .ksm-brands-pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}
.ksm-brands-pagination ul > .disabled > span, .ksm-brands-pagination ul > .disabled > a, .ksm-brands-pagination ul > .disabled > a:hover, .ksm-brands-pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default;
    background-color: transparent;
}
/* end of Pagination*/

.ksm-brands .ksm-brands-item {
    display: block;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin: 0;
    list-style: none;
}
.ksm-brands .ksm-brands-item-header {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    padding: 3px 15px;
    margin-right: -15px;
    margin-left: -15px;
}
#popup-overlay_1, #popup-overlay_imageparams {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1900;
}
#popup-window_1 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
}
#popup-window_1 > iframe {
    max-width: none;
}

/* Страница описания товара */
.ksm-product {
    float: left;
    width: 100%;
}
.ksm-product-edit-link {
/ / position: absolute;
/ / right: 10 px;
/ / top: 10 px;
    font-size: 16px;
    width: auto !important;
}
.ksm-product-edit-link span {
    vertical-align: baseline;
}
.ksm-product-edit::before {
    font-size: 24px;
    margin-right: 5px;
}

/* Блок заголовка */
.ksm-product-head {
    margin: 10px 0 35px;
    position: relative;
}
.ksm-product-head:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

/* левая часть блока : заголовок */
.ksm-product-head-left {
    float: left;
    max-width: 530px;
}
.ksm-product-head-left h1 {
    font-size: 36px;
    line-height: normal;
    margin: -5px 0 0;
}
/* правая часть блока : пред / след товар */
.ksm-product-head-right {
    position: absolute;
    right: 0;
    text-align: right;
}
.ksm-product-head h1, .ksm-product-title, .ksm-constructor-title {}
.ksm-constructor-title {
    margin-bottom: 40px;
}
.ksm-constructor-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}
.ksm-product-flag-new,
.ksm-product-flag-hot,
.ksm-product-flag-recommendation,
.ksm-product-flag-promotion {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    background-color: #b94a48;
    border-radius: 3px;
    vertical-align: top;
}
.ksm-product-prev-link,
.ksm-product-catalog-link,
.ksm-product-next-link {
    background: #f2f5f7;
    color: #1c303c;
    display: inline-block;
    line-height: 44px;
    margin: 0 0 0 7px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    height: 44px;
}
.ksm-product-prev-link:hover,
.ksm-product-catalog-link:hover,
.ksm-product-next-link:hover {
    opacity: 0.6;
    color: #1c303c;
}
.ksm-product-catalog-link {
    float: left;
    margin: 0;
}
.ksm-product-prev-link::before {
    content: '';
    background: url("../../images/prevp.png") center no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
}
.ksm-product-next-link::after {
    content: '';
    background: url("../../images/nextp.png") center no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
}
.ksm-product-catalog-link::before {
    content: '';
    background: url("../../images/arrow_mini.png") left center repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(180deg);
}

/* Блок actions : сравнить | отложить | рейтинг */
.ksm-product-actions {
    height: 35px;
    width: 100%;
}
.ksm-product-info-row-code {
    float: left;
    color: #323e44;
}
.ksm-product-compare, .ksm-product-to-fav {
    font-size: 13px;
    margin: 0 15px 0 0;
    padding: 0 0 0 19px;
    float: right;
}
.ksm-product-compare {
    background: url(../../images/compare.png) left center no-repeat;
}
.ksm-product-to-fav {
    background: url(../../images/favorite.png) left center no-repeat;
}
.ksm-product-to-fav:hover {
    border: none;
    text-decoration: none;
    cursor: pointer;
}
/* рейтинг (заглушка) */
.ksm-product-actions .rating {
    float:right;
}
.ksm-product .rate0 {
    background: url(../../images/rate1.png) left -18px;
    height: 18px;
    width: 95px;
    display: block;
}
.ksm-product .rate0 .rate1 {
    background: url(../../images/rate1.png) left 0;
    height: 18px;
    display: block;
}
/* end of Блок actions : сравнить | отложить | рейтинг */

.ksm-product-body {
    position: relative;
    margin: 0 0 70px;
}
.ksm-product-body:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.ksm-product-body-left {
    float: left;
    width: 442px;
}
.ksm-product-body-right {
    float: right;
    width: calc(100% - 482px);
}

/* изображения товара */
.ksm-product-gallery::after {
    clear: both;
    display: table;
    content: '';
}
.ksm-product-gallery-bigs {
    text-align: center;
    line-height: 460px;
    border: 1px solid #E7E7E7;
    position: relative;
    margin-bottom: 20px;
}
.ksm-product-gallery-big {
    display: none;
    border: 1px solid #f2f5f7;
}
.ksm-product-gallery-big.active {
    display: block;
}
.ksm-product-gallery-thumb.active {
    border: 1px solid #323E44;
}
.ksm-product-gallery-thumb.active:hover {
    border: 1px solid #323E44;
}
.ksm-product-gallery-thumb {
    float: left;
    margin: 0 9px 9px 0;
    border: 1px solid #E7E7E7;
    width: 92px;
    padding: 5px;
}
.ksm-product-gallery-thumb:hover {
    border: 1px solid #f2f5f7;
}
.ksm-product-gallery-thumb:nth-child(3n) {
    margin-right: 0;
}
.ksm-product-gallery-thumb-link {
    cursor: pointer;
}
.ksm-product-properties h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.ksm-product-properties {
    /*margin-bottom: 30px;*/
}
.ksm-product-info-row {
    margin-bottom: 5px;
}
.ksm-product-info-row:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-product-info-row-label {
    float: left;
    width: 150px;
    line-height: 20px;
    font-size: 13px;
    color: #597282;
}
.ksm-product-info-row-control {
    margin-left: 162px;
    font-size: 13px;
}
.ksm-product-info-row-control li {
    font-size: 13px;
}

/* Блок "коротко о товаре" */
.ksm-product-properties .ksm-product-info-row {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;

}
.ksm-product-properties .ksm-product-info-row:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #B5B5B5;
    content: '';
    color: #6b7479;
    font-size: 13px;
}
.ksm-product-properties .ksm-product-info-row-label {
    background-color: #fff;
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
    float: left;
    width: auto;
}
.ksm-product-properties .ksm-product-info-row-control {
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    font-weight: 500;
    float: right;
    text-align: right;
    color: #6b7479;
}

/* Блок цены и оформления заказа */
.ksm-product-prices {
    background: #ECF1F3;
    margin-bottom: 30px;
    padding: 25px 0 25px 25px;
    width: 100%;
}
.ksm-product-prices .ksm-product-info-row {
    margin-bottom: 0;
}
.ksm-product-prices-left {
    float: left;
    width: 180px;
}
.ksm-product-prices-right {
    float: right;
    width: calc(100% - 200px);
}
.ksm-product-info-price-block > label {
    margin-bottom: 10px;
}
.ksm-product-info-price-block > h3 {
    padding-top: 20px;
}
.ksm-product-prices-block {
    text-align: right;
    margin-bottom: 15px;
}

/* цены : старая | новая */
.ksm-product-prices-block {
    float: left;
    min-width: 180px;
    margin: 0 25px 0 0;
    text-align: left;
}
.ksm-product-prices-block label {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.ksm-product-old-price {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    float: right;
}
.ksm-product-old-price span {
    font-size: 14px;
    font-weight: 400;
}
.ksm-product-price-label {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    vertical-align: baseline;
}
.ksm-product-price {
    color: #c32727;
    display: block;
    font-size: 28px;
    font-family: "Myriad Pro", sans-serif;
    line-height: 42px;
}
.ksm-product-price span {
    font-size: 42px;
    font-weight: bold;
}

.ksm-product-info-price-block .ksm-btn-group {
    margin: 13px 20px 0 0;
    float: right;
}

.ksm-product-info-price-block .ksm-btn-success {
    margin: 0 10px 0 0 !important;
    padding: 14px 28px 11px !important;
    font-size: 16px;
}
.ksm-product-info-price-block .ksm-btn-success span {
    padding: 0 0 0 36px;
    background: url(../../images/buy3.png) left center no-repeat;
    height: 23px;
    display: inline-block;
}
.ksm-btn-buy-one-click {
    margin: 0 !important;
}
.ksm-btn-buy-one-click:hover {

}
.ksm-btn-buy-one-click span {
    padding: 0 0 0 24px;
    background: url(../../images/oneclick.png) left center no-repeat;
    height: 16px;
}


.ksm-btn-d {
    float: right;
}
.ksm-btn-d .ksm-btn-success {
    margin: 0 !important;
}
.ksm-product-quant {
    margin: 0;
    float: left;
    border: 1px solid #E6E6E6;
}
.ksm-product-quant::after {
    display: table;
    content: '';
    clear: both;
}
.ksm-product-prices .ksm-btn-success {
    margin-top: 5px;
    margin-bottom: 10px;
}
.ksm-product-spy-price {
    line-height: 20px;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    border-bottom: 1px dashed #707070;
}
.ksm-product-spy-price:hover {
    text-decoration: none;
    border: none;
}

.ksm-product-want-cheaper {
    color: #688ea1;
    cursor: pointer;
}

.ksm-product-quant span {
    float: left;
    width: 28px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    color: #707070;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ksm-product-quant .ksm-product-quant-plus {
    background: #597282 url("../../images/mini_arrow_white.png") center no-repeat;
}
.ksm-product-quant .ksm-product-quant-minus {
    background: #a5b9c6 url("../../images/mini_arrow_white.png") center no-repeat;
    transform: rotate(180deg);
}
.ksm-product-quant span.ksm-product-quant-buttons {
    height: 44px;
}
.ksm-product .ksm-product-quant input {
    float: left;
    width: 70px;
    color: #707070;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    border: 0;
}

/* TABS */
.ksm-product-tabs {
    margin-bottom: 20px;
}

.ksm-product-tabs-nav {
    border: 1px solid #E7E7E7;
    margin-bottom: 25px;
}
.ksm-product-tabs-nav:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-product-tabs-nav > li {
    float: left;
    margin-bottom: -1px;
    position: relative;
}
.ksm-product-tabs-nav > li:after {
    background: #E7E7E7;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    width: 1px;
}
.ksm-product-tabs-nav > li.active {}
.ksm-product-tabs-nav > li.active:after {
    display: none;
}
.ksm-product-tabs-nav > li > a {
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: "Myriad Pro", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}
.ksm-product-tabs-nav > li > a .count {
    background: #D9E8EF;
    border-radius: 100%;
    color: #323e44;
    display: block;
    float: right;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin: -1px 0 0 10px;
    text-align: center;
    width: 23px;
}
.ksm-product-tabs-nav > li > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #C32727;
    text-decoration: none;
}
.ksm-product-tabs-nav > li.active > a,
.ksm-product-tabs-nav > li.active > a:focus,
.ksm-product-tabs-nav > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    background: #323E44;
}
.ksm-product-tabs-nav > li.active > a:after {
    border-color: #323E44 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    bottom: -7px;
    content: '';
    height: 0;
    left: 50%;
    margin: 0 0 0 -7px;
    position: absolute;
    width: 0;
}
.ksm-product-tabs-content {
    display: none;
}
.ksm-product-tabs-content.active {
    display: block;
}
.ksm-product-tabs-content-description p {
    margin-bottom: 10px;
}
.ksm-product-tabs-content-description ol {
    margin: 10px 0;
    padding-left: 40px;
    list-style-type: decimal;
}
.ksm-product-tabs-content-description ul {
    margin: 10px 0;
    padding-left: 40px;
    list-style-type: disc;
}

.ksm-product-tabs-contents {
    background: #F6F6F6;
    padding: 50px 25px;
}

/* комментарии на странице продукта */
.ksm-product-comments h3 {
    font-size: 18px;
    text-align: center;
}
.ksm-product-comment {
    border-bottom: 1px solid #e0e4e8;
    margin-bottom: 20px;
    padding: 0 20px;
}
.ksm-product-comment-name {
    color: #2d92e7;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.ksm-product-comment-rating {
    float: right;
}
.ksm-product-comment-text {
    font-size: 16px;
    margin-bottom: 5px;
}
.ksm-product-comment-text:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-product-comment-text label {
    font-size: 14px;
    width: 80px;
    float: left;
    font-weight: bold;
}
.ksm-product-comment-text div {
    font-size: 14px;
    margin-left: 0;
}
.ksm-product-comment-form-row {
    margin-bottom: 15px;
}
.ksm-product-comment-form-row:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-product-comment-form-row label {
    width: 160px;
    text-align: left;
    font-size: 16px;
    float: left;
}
.ksm-product-comment-form-row-control {
    margin-left: 182px;
}
.ksm-product-comment-form-row-control textarea {
    width: 100%;
    height: 150px;
}
.ksm-rate-star {
    float: left;
}
.ksm-product-sets {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}
.ksm-product-sets:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-product-sets h3 {
    font-size: 25px;
    color: #343434;
    line-height: 25px;
    font-weight: bold;
    margin: 5px 0 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dcdcdc;
}
.ksm-product-sets-item {
    float: left;
    width: 22.75%;
    margin: 0 0 20px 3%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.ksm-product-sets-item:hover {
    box-shadow: none;
}
.ksm-product-sets-item:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
.ksm-product-sets-item-img {
    text-align: center;
    position: relative;
    margin: 0 0 15px 0;
    overflow: hidden;
}
.ksm-product-sets-item-name {
    float: left;
    width: 90%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    height: 15px;
    margin: 10px 5% 7px;
}
.ksm-product-sets-item-prices {
    color: #adba04;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.ksm-product-sets-item-button {
    padding: 0 8px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

/* end of Страница описания товара (возможно) */

.ksm-set-link-to-buy {
    border-bottom: 1px dashed #08C;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.ksm-set-link-to-buy:hover {
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.ksm-set-buy {
    margin: 0 0 40px 0;
    /*float: left;*/
    width: 100%;
}
.ksm-set-buy:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-set-buy h3 {
    font-size: 25px;
    color: #343434;
    line-height: 25px;
    font-weight: bold;
    margin: 5px 0 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dcdcdc;
}
.ksm-set-buy-items:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-set-buy-item {
    float: left;
    width: 22.75%;
    margin: 0 0 20px 3%;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.ksm-set-buy-item:hover {
    -webkit-box-shadow: inset 0 0 7px #bbb;
    -moz-box-shadow: inset 0 0 7px #bbb;
    box-shadow: inset 0 0 7px #bbb;
}
.ksm-set-buy-item:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
.ksm-set-buy-item-img {
    margin: 8px;
    text-align: center;
    position: relative;
}
.ksm-set-buy-item-name {
    float: left;
    width: 90%;
    margin: 0 5% 7px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    height: 42px;
    overflow: hidden;
}
.ksm-set-buy-prices {
    float: left;
}
.ksm-set-buy-prices p {
    font-size: 16px;
    margin: 5px 0;
}
.ksm-set-buy-price,
.ksm-set-buy-price span {
    font-size: 19px;
    color: #333;
    font-weight: bold;
}
.ksm-set-buy-save,
.ksm-set-buy-save span {
    font-size: 19px;
    color: #adba04;
    font-weight: bold;
}
.ksm-set-buy-button {
    margin: 4px 0 0 30px;
    float: left;
}
.ksm-reviews {
    float: left;
    width: 100%;
}
.ksm-reviews h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-reviews .ksm-reviews-add {
    float: right;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    border-bottom: 1px dashed #08C;
    text-decoration: none;
    margin-top: -65px;
}
.ksm-reviews .ksm-reviews-add-form {
    display: none;
}
.ksm-reviews .ksm-reviews-add-form-row {
    margin-bottom: 10px;
}
.ksm-reviews .ksm-reviews-add-form-row textarea {
    width: 100%;
    height: 120px;
}
.ksm-reviews .ksm-reviews-item {
    padding: 5px 10px;
    margin-bottom: 25px;
    position: relative;
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
}
.ksm-reviews .ksm-reviews-item:hover {
    border-color: #BBD057;
}
.ksm-reviews .ksm-reviews-item-name {
    font-weight: bold;
}
.ksm-reviews .ksm-reviews-item-rating {
    margin-bottom: 5px;
}
.ksm-reviews .ksm-reviews-item-comment {
    margin-bottom: 5px;
}
.ksm-reviews .ksm-reviews-item-more {
    text-decoration: underline;
}
.ksm-review {
    float: left;
    width: 100%;
}
.ksm-review h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-review .ksm-review-rating {
    margin-bottom: 5px;
}

/* Комментарии */
.ksm-comments {
    float: left;
    width: 100%;
}
.ksm-comments h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-comments .ksm-comments-item {
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%;
}
.ksm-comments .ksm-comments-item-image {
    border: 5px solid #EDEDF0;
    border-radius: 5px;
    float: left;
    width: 110px;
    margin-right: 20px;
}
.ksm-comments .ksm-comments-item:hover .ksm-comments-item-image {
    border-color: #BBD057;
}
.ksm-comments .ksm-comments-item-image img {
    width: 100%;
    float: left;
}
.ksm-comments .ksm-comments-item-info {
    float: left;
    width: calc(100% - 140px);
    padding: 5px 10px;
    margin-bottom: 25px;
    position: relative;
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    box-sizing: border-box;
}
.ksm-comments .ksm-comments-item:hover .ksm-comments-item-info {
    border-color: #BBD057;
}
.ksm-comments .ksm-comments-item-name {
    font-weight: bold;
}
.ksm-comments .ksm-comments-item-rating {
    margin-bottom: 5px;
}
.ksm-comments .ksm-comments-item-comment {
    margin-bottom: 5px;
}
.ksm-comments .ksm-comments-item-more {
    text-decoration: underline;
}
.ksm-comment {
    float: left;
    width: 100%;
}
.ksm-comment h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-comment-image {
    border: 5px solid #BBD057;
    border-radius: 5px;
    float: left;
    width: 110px;
    margin-right: 20px;
}
.ksm-comment-image img {
    width: 100%;
    float: left;
}
.ksm-comment-info {
    float: left;
    width: calc(100% - 140px);
    box-sizing: border-box;
}
.ksm-comment-txts {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.ksm-comment-txt {
    margin-bottom: 10px;
}
.ksm-comment-txt b {
    display: block;
    margin-bottom: 2px;
}
.ksm-cart {
    float: left;
    width: 100%;
}

.ksm-cart h2 {
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: bold;
    float: left;
    text-transform: none;
}
.ksm-cart .ksm-cart-how {
    float: right;
    background: url(../../images/info.png) left center no-repeat;
    padding: 0 0 0 26px;
    text-decoration: none;
    font-size: 13px;
    margin: 13px 0 0;
    height: 20px;
    line-height: 20px;
}
.ksm-cart .ksm-cart-how span {
    border-bottom: 1px dashed #688ea1;
}
.ksm-cart .ksm-cart-how:hover span {
    border-color: transparent;
}
.ksm-cart .ksm-cart-items {
    width: 100%;
    margin-bottom: 20px;
}
/* Заголовок таблицы товаров */
.ksm-cart-items-head:after, .ksm-cart .ksm-cart-item:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-cart-items-head > * {
    font-weight: bold;
    padding: 6px;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
}
/* товар */
.ksm-cart .ksm-cart-item {
    /*border-top: 1px solid #ddd;*/
    border: 1px solid #E7E7E7;
    padding: 15px;
    height: 120px;
    position: relative;
    margin: 0 0 20px;
}
.ksm-cart .ksm-cart-item-left, .ksm-cart .ksm-cart-item-right {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
.ksm-cart .ksm-cart-item-left > *, .ksm-cart .ksm-cart-item-right > * {
    padding: 6px;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
}
/* изображение товара */
.ksm-cart .ksm-cart-item-img {
    float: left;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 60px 0 10px;
}
.ksm-cart .ksm-cart-item-img img {
    max-width: 90px;
    max-height: 90px;
}
/* идентификатор товара */
.ksm-cart .ksm-cart-item-product-id {
    color: #292d2f;
    float: left;
    width: 110px;
    padding: 0 40px 0 0;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    font-weight: 500;
}
/* название товара */
.ksm-cart .ksm-cart-item-info {
    color: #292d2f;
    float: left;
    width: 380px;
    padding: 0 100px 0 0;
    font-size: 16px;
    height: 90px;
    font-weight: 500;
}
.ksm-cart .ksm-cart-item-info div {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}
.ksm-cart .ksm-cart-item-info a {
    color: #292d2f;
    text-decoration: none;
}
.ksm-cart .ksm-cart-item-info a:hover {
    color: #c32727;
}
.ksm-cart .ksm-cart-item-info p {
    margin-bottom: 2px;
}
.ksm-cart .ksm-cart-item-info p span {
    font-weight: bold;
}
/* количество товара */
.ksm-cart .ksm-cart-item-quant {
    float: left;
    width: 140px;
    padding: 26px 0 0;
}
.ksm-cart .ksm-cart-item-quant span {
    cursor: pointer;
    float: left;
    width: 26px;
    height: 35px;
    background: #E5E5E5;
    color:#323e44;
    font-size: 24px;
    border: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.ksm-cart .ksm-cart-item-quant input {
    border: 1px solid #E5E5E5;
    width: 48px;
    height: 35px !important;
    line-height: 35px;
    text-align: center;
    border-left:0;
    border-right: 0;
    padding: 0;
    color: #323e44;
    font-size: 20px;
    font-weight:normal;
    float: left;
}
/* цена товара */
.ksm-cart .ksm-cart-item-prices {
    float: left;
    width: 130px;
    padding: 27px 20px 0 0;
    font-size: 26px;
    line-height: 35px;
    position: relative;
}
.ksm-cart .ksm-cart-item-price-old {
    text-decoration: line-through;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 12px;
    line-height: 12px;
}
/* стоимость товара */
.ksm-cart .ksm-cart-item-sum {
    float: left;
    width: 160px;
    padding: 27px 0 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
}
/* удалить товар из корзины */
.ksm-cart .ksm-cart-item-del {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -18px 0 0;
}
.ksm-cart .ksm-cart-item-del-link {
    font-size: 25px;
    color: #f00;
    text-decoration: none;
}
/* общая сумма заказа */
.ksm-cart .ksm-cart-items-total {
    font-family: "Myriad Pro", sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 46px;
    text-align: right;
}
.ksm-cart-items-total-discount {
    color: #999;
    font-size: 22px;
}
.ksm-cart-items-total-sum-price {
    color: #c32727;
    font-weight: bold;
}
.ksm-cart #ksm-cart-show-order {
    clear: right;
    float: right;
}
.ksm-cart .ksm-cart-order {
    display: none;
}
.ksm-cart .ksm-cart-order-steps::after {
    content: '';
    display: table;
    clear: both;
}
.ksm-cart-order-steps-head {
    background: #876453;
    width: 100%;
    padding: 15px 30px;
    line-height: 28px;
    margin-bottom: 40px;
    display: table;
}
.ksm-cart-order-steps-head::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-cart-order-steps-head-step {
    /*float: left;
    width: 25%;*/
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    background: url("../../images/cart_head_arrow.png") right 10px center no-repeat;
    padding-right: 30px;
    text-align: center;
    display: table-cell;
}
.step-count-3 {
    width: 33%;
}
.step-count-2 {
    width: 50%;
}
.step-count-1 {
    width: 100%;
}
.ksm-cart-order-steps-head-step:last-child {
    background: none;
}
.ksm-cart-order-steps-head-step.active {
    color: #fff;
    font-weight: bold;
}
.ksm-cart-order-steps-head-count {
    background: #6f5346;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}
.ksm-cart-order-steps-head-step.active .ksm-cart-order-steps-head-count {
    background: #fff;
    color: #000;
}
.ksm-cart-order-steps-head-step.complete .ksm-cart-order-steps-head-count {
    background: url("../../images/step_complete.png") center no-repeat;
    width: 30px;
    height: 30px;
}
.ksm-cart-order-step-left, .ksm-cart-order-step-right {
    float: left;
    width: 50%;
}
.ksm-cart-order-step-left {
    padding-right: 50px;
}
.ksm-cart-order-step-row + legend {
    margin-top: 50px;
}
.ksm-cart .ksm-cart-order-step legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    color: #333;
    border: 0;
}
.ksm-cart .ksm-cart-order-step-half {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.ksm-cart .ksm-cart-order-step-half + .ksm-cart-order-step-half {
    margin-right: 0;
}
.ksm-cart .ksm-cart-order-step-row {
    margin-bottom: 20px;
}
.ksm-cart .ksm-cart-order-step-row:before,
.ksm-cart .ksm-cart-order-step-row:after {
    display: table;
    line-height: 0;
    content: "";
}
.ksm-cart .ksm-cart-order-step-row:after {
    clear: both;
}
.ksm-cart legend + .ksm-cart-order-step-row {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}
.ksm-cart .ksm-cart-order-step-row-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    line-height: 20px;
}
.ksm-cart .ksm-cart-order-step-row-control {
    position: relative;
}
.ksm-cart-order-step-row-control input[type="text"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.ksm-cart-order-step-row-control input[type="text"].error {
    border-color: red;
}
.ksm-cart-order-step-row-error {
    display: none;
}
.ksm-cart .ksm-cart-order-step-row-control label.error {
    color: red;
    font-size: 12px;
}
.ksm-cart-order-step-row-control input.error ~ .ksm-cart-order-step-row-error,
.ksm-cart-order-step-row-control select.error ~ .ksm-cart-order-step-row-error,
.ksm-cart-order-step-row-control textarea.error ~ .ksm-cart-order-step-row-error {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 44px;
    background: url("../../images/error.png") center no-repeat;
    top: 0;
    right: 0;
}
#customer_first_name, input[type="text"].customer_field {
    background: url("../../images/input_name.png") left center no-repeat;
    padding-left: 55px;
}
#customer_phone {
    background: url("../../images/input_phone.png") left center no-repeat;
    padding-left: 55px;
}
#customer_email {
    background: url("../../images/input_mail.png") left center no-repeat;
    padding-left: 55px;
}
#address_address, input[type="text"].address_field {
    background: url("../../images/input_address.png") left center no-repeat;
    padding-left: 55px;
}
.ksm-cart-order-field-example {
    margin-top: 10px;
}
.ksm-cart-order-field-example span {
    font-weight: bold;
}
.ksm-cart .ksm-cart-order-next-step {
    margin-top: 20px;
}
.ksm-cart-order-step-note {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}
.ksm-cart .ksm-cart-order-step-note textarea {
    width: 100%;
    height: 164px !important;
    box-sizing: border-box;
    background: url("../../images/textarea_comment.png") left top repeat-y;
    padding-left: 55px;
}
.ksm-cart-order-step-right {
    background: #efefe9;
    padding: 30px;
}
.ksm-cart-block + .ksm-cart-block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #d6d6d6;
}
.ksm-cart-total-label {
    text-transform: uppercase;
}
.ksm-cart-total-label, .ksm-cart-total-sum-price {
    display: inline-block;
    width: 49%;
    vertical-align: baseline;
}
.ksm-cart .ksm-cart-total-block {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.ksm-cart .ksm-cart-total-sum {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}
.ksm-cart-total-sum-price {
    font-size: 36px;
}
#ksm-cart-order-region_id {
    width: 100%;
}
.ksm-cart .chzn-container {
    border: 1px solid #adadad;
}
#ksm_cart_order_region_id_chzn {
    background: url("../../images/region_bg.png") left center no-repeat;
    padding-left: 45px;
}
.ksm-cart-order-shipping-method, .ksm-cart-order-payment-method {
    background: #efefe9;
    padding: 20px;
    margin-bottom: 5px;
    line-height: 30px;
}
.ksm-cart-order-shipping-method *, .ksm-cart-order-payment-method * {
    vertical-align: baseline;
}
.ksm-cart-order-shipping-method .icon, .ksm-cart-order-payment-method .icon {
    display: inline-block;
    margin: 0 10px;
}
.ksm-cart-order-shipping-method-price {
    float: right;
    font-size: 22px;
}
.ksm-cart legend.ksm-cart-block-label {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}
.ksm-cart div + legend.ksm-cart-block-label {
    margin-top: 25px;
}
.ksm-cart .ksm-cart-block-edit {
    float: right;
    color: #676755;
    font-size: 14px;
    padding-left: 18px;
    background: url("../../images/edit.png") left center no-repeat;
    text-decoration: underline;
}
.ksm-cart .ksm-cart-block-edit:hover {
    text-decoration: none;
}
.ksm-cart-block .ksm-cart-info-row {
    line-height: 26px;
}
.ksm-congratulation {
    float: left;
    width: 100%;
}
.ksm-congratulation h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-congratulation-invoice {
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 28px;
}
.ksm-cart.ksm-congratulation .ksm-cart-item {
    border: 0;
}
.ksm-cart.ksm-congratulation .ksm-cart-item-img {
    width: 18%;
}
.ksm-cart.ksm-congratulation .ksm-cart-item-info {
    width: 82%;
}
.ksm-congratulation-item-bottom {
    font-weight: bold;
}
.ksm-pay-result {
    float: left;
    width: 100%;
}
.ksm-pay-result h2 {
    padding: 0 0 15px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
}
.ksm-preorder {
    padding: 20px;
}
.ksm-preorder h2 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.ksm-preorder-message {
    margin-bottom: 20px;
}
.ksm-preorder-info-row {
    margin-bottom: 20px;
}
.ksm-preorder-info-row:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.ksm-preorder-info-row-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    line-height: 20px;
}
.ksm-preorder-info-row-control {
    margin-left: 182px;
}
.ksm-preorder-buttons {
    text-align: center;
}
.ksm-preorder-to-catalog {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}
#ksm-map {
    display: none;
    position: fixed;
    left: 50%;
    z-index: 1050;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#ksm-map-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
#ksm-map-header h3 {
    margin: 0;
    line-height: 30px;
}
#ksm-map-close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
#ksm-map-body {
    padding: 15px;
}
#ksm-map-actions {
    margin: 0 0 10px 0;
}
#ksm-map-to {
    width: 350px;
    margin: 0;
}
#ksm-map-search {
    position: absolute;
    z-index: 10000;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
}
#ksm-map-search ul {
    list-style: none;
    margin: 0;
}
#ksm-map-search ul li {
    padding: 3px 4px;
    min-width: 400px;
}
#ksm-map-search ul li:hover {
    background: #ccc;
}
#ksm-map-search ul li.ksm-map-search-item-active {
    background: #ccc;
}
.ksm-search .row {
    margin-bottom: 30px;
}
.ksm-search .row:last-child {
    margin-bottom: 0;
}
#ksm-map-clear {
    float: right;
    margin-right: 10px;
}
#ksm-map-ok {
    float: right;
}
#ksm-map-layer {
    border: 1px solid #ccc;
}
.ksm-message {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ksm-message-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    line-height: 30px;
}
.ksm-message-body {
    margin: 30px 0;
    text-align: center;
}
.ksm-message-body h2,
.ksm-message-body h3 {
    font-size: 32px;
    line-height: 40px;
}
.ksm-message-body:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
.ksm-cart-message {
    padding: 17px;
    width: 480px;
    margin-left: -240px;
    min-height: 320px;
}
.ksm-cart-message {
    -webkit-animation: showKSMCartMessage .2s;
    animation: showKSMCartMessage .2s;
}
.ksm-cart-message > iframe {
    width: 100%;
    min-height: 320px;
}
.ksm-cart-message-image {
    width: 80px;
    height: 80px;
    border: 4px solid #a5dc86;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.ksm-cart-message-image:before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.ksm-cart-message-image:after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.ksm-cart-message-image.animate:after {
    -webkit-animation: animateKSMCartMessagePlaceholder 4.25s ease-in;
    animation: animateKSMCartMessagePlaceholder 4.25s ease-in
}
.ksm-cart-message-image-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.ksm-cart-message-image.animate .ksm-cart-message-image-tip {
    -webkit-animation: animateKSMCartMessageTip .75s;
    animation: animateKSMCartMessageTip .75s;
}
.ksm-cart-message-image-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.ksm-cart-message-image.animate .ksm-cart-message-image-long {
    -webkit-animation: animateKSMCartMessageLong .75s;
    animation: animateKSMCartMessageLong .75s;
}
.ksm-cart-message-image-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.ksm-cart-message-image-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ksm-cart-message-text {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.ksm-cart-message-buttons {
    text-align: center;
    margin-top: 65px;
}
.ksm-cart-message-link-cart {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}
@-webkit-keyframes animateKSMCartMessageTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}
@keyframes animateKSMCartMessageTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}
@-webkit-keyframes animateKSMCartMessageLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}
@keyframes animateKSMCartMessageLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}
@-webkit-keyframes animateKSMCartMessagePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%, 12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
@keyframes animateKSMCartMessagePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%, 12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
@-webkit-keyframes showKSMCartMessage {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@keyframes showKSMCartMessage {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
#ksm-iframe-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../images/dark.png) repeat;
    z-index: 10;
    top: 0;
    left: 0;
}
#ksm-iframe-window {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 1000;
    box-shadow: 0 0 50px #333;
}
.ksm-iframe-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/close.png) center no-repeat;
    top: 3px;
    right: 3px;
    cursor: pointer;
    display: block;
}
.ksm-layout-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background: RGBA(255, 255, 255, 0.7) url('/media/com_ksenmart/images/loading.gif') 50% 50% no-repeat;
    top: 0;
    left: 0;
}
#content:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

/* Слайдер */
.ksm-catalog .ksm-module-products-list-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 33px);
    display: block;
    height: 66px;
    width: 30px;
    background: url("../../images/arrow.png") center no-repeat;
    opacity: 0.3;
    cursor: pointer;
}
.ksm-catalog .ksm-module-products-list-slider .slick-arrow:hover {
    opacity: 1;
}
.ksm-catalog .ksm-module-products-list-slider .slick-next {
    right: -45px;
}
.ksm-catalog .ksm-module-products-list-slider .slick-prev {
    left: -45px;
    transform: rotate(180deg);
}
.ksm-catalog .ksm-module-products-list-slider .ksm-catalog-item {
    width: 100%;
    height: 392px;
    margin: 0 10px 30px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.ksm-catalog .ksm-module-products-list-slider .ksm-catalog-item {
    height: auto;
}
.ksm-catalog .ksm-module-products-list-slider {
    height: 425px;
}
.ksm-catalog .ksm-module-products-list-slider .ksm-catalog-item:nth-child(3n+1) {
    clear: none;
}

/* Конструктор */
.ksm-constructor-body-left {
    width: 420px;
    float: left;
}
.ksm-constructor-form {
    padding: 30px;
    background: #f2f5f7;
}
.ksm-constructor-row {
    margin-bottom: 30px;
}
.ksm-constructor-form .ksm-constructor-row:last-child {
    margin-bottom: 0;
}
.ksm-constructor-row label {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: #597282;
}
.ksm-constructor-row select {
    width: 100%;
}
.ksm-block .chzn-container-single .chzn-single {
    height: 44px;
    line-height: 34px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #1c303c;
    padding: 5px 15px;
    box-shadow: none;
    font-size: 16px;
}
.ksm-block #ksm_constructor_model_chzn.chzn-container-single .chzn-single {
    height: 72px;
    padding-top: 8px;
}
#ksm_constructor_model_chzn.chzn-container-single .chzn-single img {
    float: left;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 3px;
}
.ksm-block #ksm_constructor_model_chzn.chzn-container-single .chzn-single span {
    display: inline-block;
    width: calc(100% - 100px);
    white-space: normal;
    float: left;
    line-height: 20px;
}
#ksm_constructor_model_chzn.chzn-container-single .chzn-single::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-block .chzn-container-single .chzn-single div {
    right: 10px;
}
.ksm-block .chzn-container-single .chzn-single div b {
    background: url("../../images/mini_arrow_big.png")  center no-repeat;
}
.ksm-block .chzn-container .chzn-drop {
    border: none;
}
.ksm-block .chzn-container-active .chzn-single {
    border: none;
    box-shadow: none;
}
.ksm-block .chzn-container-active.chzn-with-drop .chzn-single {
    border: none;
    background: #fff;
}
.ksm-block .chzn-container-single .chzn-search input[type="text"] {
    color: #1c303c;
    border: 1px solid #ccc;
    background: #f2f5f7;
    font-size: 16px;
}
.chzn-container .chzn-results li.active-result img {
    height: 30px;
    //float: left;
    display: inline-block;
    margin-right: 15px;
}
#ksm_constructor_model_chzn.chzn-container .chzn-results li {
    line-height: 30px;
    font-size: 14px;
}
.ksm-block .chzn-container .chzn-results li {
    font-size: 14px;
    line-height: 24px;
}
.ksm-block .chzn-container .chzn-results li:hover {
    color: #ff3818;
    background: #fff;
}
.ksm-block .chzn-container .chzn-results li.highlighted {
    color: #ff3818;
    background: #fff;
}
.ksm-constructor-footer {
    background: #e0e5ea;
    padding: 15px 30px;
    margin-bottom: 40px;
}
.ksm-constructor-footer::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-constructor-left {
    float: left;
    width: 50%;
    font-size: 13px;
}
.ksm-constructor-right {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 24px;
    vertical-align: baseline;
    line-height: 32px;
}
.ksm-constructor-right span {
    font-size: 42px;
}
.ksm-block .ksm-constructor-logo .chzn-container-single .chzn-single,
.ksm-block .ksm-constructor-tirazh .chzn-container-single .chzn-single {
    background: #f2f5f7;
}
.ksm-constructor-shows div {
    float: left;
    margin-right: 10px;
}
.ksm-constructor-body-right {
    float: right;
    width: calc(100% - 500px);
}
#logo_file {
    display: none;
}
.ksm-constructor .save-calc, .ksm-constructor .upload-link {
    text-decoration: underline dashed;
    margin-top: 15px;
}
.ksm-constructor .upload-link {
    line-height: 36px;
}
.ksm-constructor .save-calc:before {
    background: url("../../images/screp.png") center no-repeat;
    display: inline-block;
    width: 16px;
    height: 15px;
    content: '';
    margin-right: 7px;
    margin-bottom: -2px;
}
.ksm-constructor .upload-link:before {
    background: url("../../images/upload.png") center no-repeat;
    display: inline-block;
    width: 21px;
    height: 18px;
    content: '';
    margin-right: 7px;
    margin-bottom: -2px;
    vertical-align: text-bottom;
}
.ksm-constructor-body {
    //display: flex;
    //align-items: stretch;
}
.ksm-constructor-body::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-constructor-left-total {
    background: #f2f5f7;
    padding: 0;
    position: relative;
    top: 490px;
}
.ksm-constructor-left-total::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-constructor-total-header {
    padding: 15px 30px;
    border-bottom: 1px dashed #e0e5ea;
}
.ksm-constructor-total-header::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-constructor-total-header-left {
    text-transform: uppercase;
    float: left;
    width: 50%;
    font-size: 24px;
}
.ksm-constructor-total-header-right {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #ff3818;
    text-align: right;
}
.ksm-constructor-total-body {
    padding: 15px 30px 30px 30px;
}
.ksm-constructor-total-row {
    margin-bottom: 15px;
}
.ksm-constructor-total-row::after {
    content: '';
    clear: both;
    display: table;
}
.ksm-constructor-total-row-left {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 18px;
}
.ksm-constructor-total-row-right {
    float: left;
    width: 50%;
    padding-left: 50px;
    font-size: 18px;
}
.ksm-constructor-total-row .btn-primary {
    margin-top: 15px;
}