.comNovoselItem {

}

/********* CATEGORY CARD *********/
.comNovoselCats__item {

}

.comNovoselCats__item:hover {

}



.comNovoselCats__item--link {
    color: #fdb813;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

.comNovoselCats__item-item_count {
    color: #000;
}

.comNovoselCats__item--link:hover {
    color: #000;
    text-decoration: none;
}



/********* КОНЕЦ | CATEGORY CARD *********/

.comNovoselSubCat_item--title {

}

.comNovoselSubCat_item+.comNovoselSubCat_item {
}



/********* PRODUCT CARD *********/

.modNovoselProducts__list {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
    /*margin: 15px -8px;*/
}

.comNovoselItem__card-options__title {
    font-size: 24px;
    font-weight: 700;
}

.comNovoselItem__card__tech--title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.comNovoselItem__card__techItem {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #f6f7fb;
    border: 2px solid #f6f7fb;
    display: inline-block;
    line-height: 1;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: all .3s;
}

a.comNovoselItem__card__techItem:hover {
    text-decoration: none;
    color: #fd9232;
}

.comNovoselItem__card__techItem.active {
    border: 2px solid #fd9232;
    user-select: none;
}


.modNovoselProductsItemWrapper {
    padding: 1rem 0;
    height: 100%;
}

.modNovoselProductsItem {
    width: 100%;
    box-shadow: 0 4px 20px rgba(189, 195, 219, 0.2);
    border-radius: 6px;
    background-color: #ffffff;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.comNovoselItem__imagesBlock_cover {
    /*box-shadow: 0 4px 10px rgba(189, 195, 219, 0.3);*/
    /*border-radius: 10px;*/
    /*background-color: #ffffff;*/
}

.comNovoselItem__imagesBlock_cover--img {
    width: 100%;
    object-fit: contain;
}

.comNovoselItem__imagesBlock_home--img {
    width: 100%;
    padding-top: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.comNovoselItem__imagesBlock_home--img:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.comNovoselItem__imagesBlock_home--img:hover:before {
    opacity: 0.5;
}

.comNovoselItem__imagesBlock_home--img:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    background-image: url("../images/iconZoom.png");
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38px;
    height: 38px;
    opacity: 0.8;
    transition: all 0.3s;
}

.comNovoselItem__imagesBlock_home--img:hover:after {
    opacity: 1;
}

.comNovoselItem__imagesBlock_home--text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.modNovoselProductsItem__img {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*border-radius: 6px;*/
    /*border: 1px solid #e2e2e2;*/
    background-color: #eeee;
    border-radius: 6px 6px 0 0;
    border: 1px solid #e2e2e2;

}


.modNovoselProductsItem__data {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modNovoselProductsItem__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #405ed0ad;
    opacity: 0;
    transition: all 0.3s;
}

.modNovoselProductsItem__img:after {
    content: 'Подробнее';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
     opacity: 0;
    transition: all 0.3s;
    text-shadow: 0px 0px 1px #405ed0, 1px 0px 1px #405ed0, 0px 1px 1px #405ed0, 1px 1px 1px #405ed0;
}

.modNovoselProductsItem__img:hover:before,
.modNovoselProductsItem__img:hover:after {
    opacity: 1;
}


.modNovoselProductsItem__title {
    text-align: center;
    padding: 1rem 10px;
}

.modNovoselProductsItem-link {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.modNovoselProductsItem__priceBlock {
    text-align : center;
    padding-bottom: 1rem;
}

.modNovoselProductsItem__price-title {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400;
}

.modNovoselProductsItem__price {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

.comNovoselItem__priceBlock-not_sale {
    display: block;
}

.comNovoselItem__priceBlock-not_sale span {
    font-size: 30px;
    color: #999;
}

.comNovoselItem__priceBlock-not_sale .comNovoselItem__priceValue {
    position: relative;
    padding: 0 5px;
}

.comNovoselItem__priceBlock-not_sale .comNovoselItem__priceValue:before {
    content: '';
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 2px solid red;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.modNovoselProductsItem__btn {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*transform: translateY(50%);*/
    margin-bottom: 1rem;
}
/********* КОНЕЦ | PRODUCT CARD *********/


.comNovoselItem__card {
    /*border-radius: 10px;*/
    /*border: 1px solid #e6e6e6;*/
    /*background-color: #ffffff;*/
    /*padding: 20px;*/
}

.comNovoselItem__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}


.comNovoselItem__imagesNav-zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    font-size: 30px;
    cursor: pointer;
    color: #005cbf;
    line-height: 1;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.5), -1px 0px 1px rgba(255, 255, 255, 0.5);
}

.comNovoselItem__imagesBlock {
    position: relative;
}

.comNovoselItem__images--img {
    width: 100%;
}

.comNovoselItem__imagesNav {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 50px;
    z-index: 999;
    height: 50px;
    width: 50px;
    transform: translateY(-50%);
    color: #405ed0;
    transition: all 0.3s;
}

.comNovoselItem__imagesNav:hover {
    color: #ffcc00;
}

.comNovoselItem__imagesNav-next {
    right: 0px;
    text-align: right;
}


.comNovoselItem__imagesNav-prev {
    left: 0px;
    text-align: left;
}

.comNovoselItem__imagesBlock .fotorama__fullscreen-icon {
    /*display: none;*/
} 

.fotorama--fullscreen .comNovoselItem__image {
    padding-top: unset;
    height: 100%;
}


.comNovoselItemTabsBlock {
    margin: 30px 0;
}

.comNovoselItemTabsBlock .tab-pane {
    /*border: 1px solid #e6e6e6;*/
    /*background-color: #ffffff;*/

    /*!*border-top: none;*!*/
    /*border-radius: 10px;*/
    padding: 30px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}

.comNovoselItemTabsBlock .tab-pane>*:last-of-type{
    margin-bottom: 0;
}

.comNovoselItemTabsBlock .nav-item+.nav-item {
    /*margin-left: 1px;*/
}

.comNovoselItemTabsBlock .nav-link {
    /*background-color: #0059a8;*/
    /*color: #fff;*/
}

.comNovoselItemTabsBlock .nav-link.nav-link--comments {
    /*background-color: #ffcc00;*/
    /*color: #000;*/
}

.comNovoselItem__optionList {
    width: 100%;
    margin: 10px 0;
}

.comNovoselItem__optionList td {
    color: #909090;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1;
    padding: 15px 0;
}

.comNovoselItem__optionItem {
    color: #000000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comNovoselItem__optionItem--dodet {
    flex-grow: 1;
    height: 100%;
    border-bottom: 1px dashed #b9b9ba;
    margin: 0 7px;
}

.comNovoselItem__optionItem--desc {
    cursor: pointer;
    color: #ffcc00;
}

.comNovoselItem__optionItem--desc:hover {
    opacity: 0.8;
}

.comNovoselItem__optionItem--title:after {
    display: inline-block;
    content: ':';
}

.comNovoselItem__share {
    display: flex;
    align-items: center;
}

.comNovoselItem__share--title {
    margin-right: 10px;
}

.comNovoselItem__share .ya-share2__link {
    border-radius: 50%;
    overflow: hidden;
}

.comNovoselItem__share .ya-share2__container_size_m .ya-share2__icon {
    height: 30px;
    width: 30px;
}


.comNovoselAddBtn.modNovoselProductsItem__addBtn-card {
    /*padding: 1rem 2rem;*/
    /*font-size: 20px;*/
    /*border-radius: 4px;*/
    /*border: 2px solid #fdb813;*/
    /*background-color: #ffffff;*/
    /*font-weight: 700;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 250px;
    max-width: 100%;
}


.comNovoselsCartBlock {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 4px 4px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 30px;
    font-size: 18px;
}

.comNovoselsCartBlock+.comNovoselsCartBlock {
    margin-top: 30px;
}

.comNovoselsCartProduct {
    padding: 0;
    border-radius: 6px;
}

.comNovoselsCartProduct__list {
    margin: 0;
    width: 100%;
}

.comNovoselsCartProduct__item td {
    vertical-align: center;
    padding: 1.4rem;

}

.comNovoselsCartProduct__item+.comNovoselsCartProduct__item td {
    border-top: 1px solid #eaeaea;
}

/*.comNovoselsCartProduct__list thead {*/
/*    background-color: #405ed0;*/
/*    border-radius: 4px 4px 0 0;*/
/*    overflow: hidden;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/

.comNovoselsCartProduct__list thead tr th {
    border: none;
    padding: 10px 25px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 400;
    color: #9f9f9f;
}

.comNovoselsCartProduct__list thead tr th:first-of-type{
    border-radius: 5px 0 0 0;
}

.comNovoselsCartProduct__list thead tr th:last-of-type{
    border-radius: 0 5px 0 0;
}

.comNovoselsCartProduct__item-productIMG {
    display: block;
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-color: #c4c4c4;
    background-position: center;
}

.comNovoselsCartProduct__item-quntity_btn {
    border-radius: 4px;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: none;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    cursor: pointer;
    transition: all 0.3s;
}

.comNovoselsCartProduct__item-quntity_btn:focus {
    outline: none;
}

.comNovoselsCartProduct__item-quntity_btn:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0059a8;
    line-height: 1;
    font-size: 1.2rem;
}

.comNovoselsCartProduct__item-quntity_btn-plus-minus:before{
    content: "\f104";
}

.comNovoselsCartProduct__item-quntity_btn-plus:before{
    content: "\f105";
}

.comNovoselsCartProduct__item-quntity_btn:disabled {
    /*background-color: #eae9e9;*/
    color: #eae9e9;
    opacity: 0.3;
}

.comNovoselsCartProduct__item-product-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.comNovoselsCartProduct__item-quntity_value {
    border: none;
    text-align: center;
    background-color: transparent;
    height: 35px;
    line-height: 1;
    margin: 0 -5px;
}
.comNovoselsCartProduct__item-quntity {
    text-align: center;
    width: 180px;
}

.comNovoselsCartProduct__item-product-img {
    width: 120px;
    padding-right: 0 !important;
}

.comNovoselsCartProduct__item-price {
    text-align: center;
    width: 170px;
}

.comNovoselsCartProduct__item-total {
    text-align: center;
    width: 170px;
}

.comNovoselsCartProduct__item-btns {
    text-align: center;
    width: 50px;
}

.comNovoselsCartProduct__item-removeBtn {
    font-size: 33px;
    color: #ff6262;
    cursor: pointer;
}

.comNovoselsCartProduct__item-product-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.comNovoselsCartTotalBlock-price {
    font-size: 30px;
}

.comNovoselsCartBlock__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
}

.comNovoselsCartBlock__form .form-control {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.comNovoselsCartBlock__formPP-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    position: relative;
    padding-left: 40px;
}

.comNovoselsCartBlock__formPP-checklabel{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.comNovoselsCartBlock__formPP-checklabel:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    color: #405ed0;
    font-size: 22px;
    transition: all 0.3s;
    transform: rotate(45deg) scale(0);
    opacity: 0;
}

.comNovoselsCartBlock__formPP-input {
    display: none;
}

.comNovoselsCartBlock__formPP-input:checked+.comNovoselsCartBlock__formPP-label .comNovoselsCartBlock__formPP-checklabel:before {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

/********* FILTER *********/

.comNovosels__filter {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 30px;
}


.slRange__slider {
    margin-top: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}

.comNovosels__filter .ui-slider-horizontal {
    height: 2px;
    background-color: #9E9E9E;
    border: none !important;
}

.comNovosels__filter .ui-slider-range {
    background-color: #fdb813;
}

.comNovosels__filter .ui-slider-horizontal .ui-slider-handle {
    top: 0;
    transform: translateY(-50%);
    background: #fdb813;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: 5px solid #f6f7fb;
}

/*.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:before {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-color: #405ed0;*/
/*    width: 70%;*/
/*    height: 70%;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translate(-50%,45%) rotate(45deg);*/
/*    border-radius: 0 0 2px 0;*/
/*}*/

.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:focus,
.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:hover,
.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:active,
.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:focus:before,
.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:hover:before,
.comNovosels__filter .ui-slider-horizontal .ui-slider-handle:active:before {
    background: #ffcc00;
    outline: none;
}


.slRange__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.slFilterCheckbox_list {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slFilterCheckbox_item {
    display: inline-block;
}

.slFilterCheckbox_item-label {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.slFilterCheckbox_item-title {
    border: 1px solid #405ed0;
    line-height: 1;
    border-radius: 3px;
    padding: 2px 5px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
}

.slFilterCheckbox_item-checkbox {
    display: none;
}

.slFilterCheckbox_item-title:hover,
.slFilterCheckbox_item-title:focus,
.slFilterCheckbox_item-title:active,
.slFilterCheckbox_item-checkbox:checked + .slFilterCheckbox_item-title {
    background-color: #405ed0;
    color: #fff;

}


.comNovosels__filter_btn {
    display: inline-block;
    line-height: 1;

}

.btn.comNovosels__filter_btn-reset {
    color: #fdb813;
    text-decoration: underline;
}

.comNovosels__filter_btns {
    text-align: right;
    margin-top: 15px;
}

.select2-container--default .select2-selection--multiple.sl_mselect_select2 {
    background-color: rgba(64, 94, 208, 0.03);
    border: 1px solid #405ed09e !important;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple.sl_mselect_select2 {
    box-shadow: 0px 0px 0px 3px rgba(64, 94, 208, 0.22);
}


.select2-container--default .select2-selection--multiple.sl_mselect_select2 .select2-selection__choice {
    color: #fff;
    background-color: #405ed0;
    border-color: #007bff;
}

.select2-container--default .select2-selection--multiple.sl_mselect_select2 .select2-selection__choice__remove {
    color: #fff;
}

.slFilterBlock,.slRange {
    margin: 6px 0;
}

.comNovosels__filter__fields {
    margin-top: -6px;
    margin-bottom: -6px;
}

.slRange__header-title,.slFilterBlock__title {
    font-weight: 500;
}

/********* КОНЕЦ | FILTER *********/


#comNovoselCats__item--47 .comNovoselCats__item--title {
    font-size: 18px;
}


.comNovoselItemTabsBlock table td {
    padding: 5px;
}

.comNovoselItemTab_catTab__text table tr td:nth-of-type(2){
    text-align: right;
}

.comNovoselItemTab_catTab__text table {
    border: 1px solid rgba(64, 94, 208, 0.5);
}


.comNovoselItemTab_catTab__text table tr:nth-of-type(odd) {
    background-color: rgba(64, 94, 208, 0.1);
}

/*.comNovoselItemTab_catTab__text table tr+tr td {*/
/*    border-top: 1px solid #405ed0;*/
/*}*/

.comNovoselItemTab_catTab__text table {
    width: 100%;
}

.comNovoselsCategoryCard {
    box-shadow: 0 4px 20px rgba(189, 195, 219, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    min-height: 100%;
}

.comNovoselsCat__desc {
    color: #9d9d9d;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.comNovoselsCategoryCard__price {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
}

.comNovoselsCategoryCard__price-value {
    font-size: 30px;
    font-weight: 700;
}

.comNovoselCatBlock {
    box-shadow: 0 4px 20px rgba(189, 195, 219, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 1rem;
}

.comNovoselCat__brandFilter {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: -10px;
}

.comNovoselCat__brandFilter--title {
    margin-right: 1.5rem;
}

.comNovoselCat__brandFilter--value {
    line-height: 1;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #d7d7d7;
    background-color: #f6f7fb;
    width: 100%;
}

.comNovoselCat__brandFilter--value:focus {
    outline: none;
}

.comNovoselCatBlock {
    margin: 1rem 0;
}

.comNovoselCatBlock {
    color: #000;
}

.comNovoselCatBlock__link {
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
}

.comNovoselCatBlock__link:hover {
    text-decoration: none;
}

.comNovoselCatBlock_title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}


.comNovoselCatBlock_title:hover,
.comNovoselCatBlock_title:hover a,
.comNovoselCatBlock_title.active,
.comNovoselCatBlock_title.active a {
    background-color: #ef242c;
    color: #fff;
}

.comNovoselCatBlock ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comNovoselCatBlock ul li a:before {
    display: inline-block;
    content: '-';
    margin-right: 5px;
}

.comNovoselCatBlock__link {
    display: inline-block;
    width: 100%;
}

.comNovoselCatBlock__list {
    display: none;
}

.comNovoselCatBlock__list.active {
    display: block;
}

.comNovoselItem__cardBlock__title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0.7rem 0;
}
.comNovoselItem__cardBlock--payment {
    font-size: 18px;
}



.comNovoselItem__priceBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}

.modNovoselProductsItem__requestCalcBtn {
    display: inline-block;
    border: none;
    background: none;
    color: #7bc51d;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
    position: relative;
    padding-right: 30px;
}

.modNovoselProductsItem__requestCalcBtn:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    width: 25px;
    height: 25px;
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    line-height: 0.5;
}

.comNovoselItem__priceValue {

}

.comNovoselItem__priceUnit {
    /*font-size: 30px;*/
}

.comNovoselItemTabsBlock {

}

.comNovoselItem__card .addToCompare {
    font-size: 20px;
}

.comNovoselItemTabsBlock .nav-tabs {
    border-bottom: none;
    /* margin: 10px -5px; */
    /* border: none; */
    display: flex;
    align-items: center;
}

.comNovoselItemTabsBlock .nav-item {
    margin: 0 !important;
    flex-grow: 1;
    text-align: center;
}

.comNovoselItemTabsBlock .nav-link {
    border-radius: 0 !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 20px;
    background-color: #f9f9f9;
    border: none !important;
    box-shadow: 1px 0 0 0 #ededed, 0 1px 0 0 #ededed, 1px 1px 0 0 #ededed, /* Just to fix the corner */ 1px 0 0 0 #ededed inset, 0 1px 0 0 #ededed inset;
}

.comNovoselItemTabsBlock .tab-content .tab-pane:first-of-type{
        border-top-left-radius: 0;
}

.comNovoselItemTabsBlock .tab-pane {

}
.comNovoselItemTabsBlock .nav-tabs .nav-link.active, .comNovoselItemTabsBlock .nav-tabs .nav-item.show .nav-link {
    /*margin-bottom: -10px;*/
    /*padding-bottom: 18px;*/
    background-color: #ffffff;
}



@media (min-width: 768px) {
    .comNovoselItem__optionItem+.comNovoselItem__optionItem {
        margin-top: 1.2rem !important;
    }
}

.comNovoselItem__optionItem {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}

.comNovoselsCartProduct__item-quntityWrapper {
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #f6f7fb;
    display: block;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
    opacity: 0;
}

.comNovoselCart__print {
    color: #0059a8;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.comNovoselCart__print--icon {
    font-size: 2rem !important;
    margin-right: 7px;
}

.comNovoselCart__print--text {
    text-decoration: underline;
}

@media print {
  .topNav,
  .modSearch,
  .modAtlantMiniCart,
  .headerRight,
  .footerForm,
  .footer,
  .content_beforeComponent {
      display: none;
  }

}

.comNovoselItem__title {

}

.comNovoselItem__images  .fotorama__img {
    border-radius: 6px !important;
    border: 1px solid #d8d8d8 !important;
}

.comNovoselsCategoryCard_checkPrice {
    font-weight: bold !important;
}

.comNovoselsCategoryCard_checkPrice {
    padding: 0.7rem 0.5rem !important;
}

@media (min-width: 768px) {
    .comNovoselsCategoryCard_checkPrice {
        padding: 1.1rem 2rem !important;
    }
}

.comNovoselItemAcordion_item {
    margin: 0.7rem 0;
}



.comNovoselItemAcordion_item-text {

}

.modNovoselProductsItem__price-old {
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
    color: #7a7a7a;
}
.comNovosels_leftBlock .comNovosels__filter {
    position: sticky;
    top: 1rem;
    bottom: 1rem;
}

.comNovosels_filterMobile .comNovosels__filter {
    /*display: none;*/
}

.comNovoselItem__priceDesc {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.comNovoselItem__priceDesc a {
    color: #fd9232;
    text-decoration: underline;
}


/********* BADGES *********/
.comNovoselItem__badges {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -5px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.comNovoselItem__badgesItem {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    margin: 5px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #666;
}


.comNovoselItem__badgesItem-id_1 {
    background-color: #547cff;
}

.comNovoselItem__badgesItem-id_2 {
    background-color: #ff8718;
}

.comNovoselItem__badgesItem-id_3 {
    background-color: #8e48ff;
}


/********* КОНЕЦ | BADGES *********/

/********* CARD_PARAMS *********/
.comNovoselItem__card__optionsList {


}

.comNovoselItem__card__optionsList__title {

}

.comNovoselItem__card__optionItem {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #eee;
    margin: 5px 0;
    padding-bottom: 5px;
}

.comNovoselItem__card__optionsList-title {

}

.comNovoselItem__card__optionsList-value {

}

/********* КОНЕЦ | CARD_PARAMS *********/

.comNovoselItem__card {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #f6f7fb;
    padding: 15px;
}

@media (min-width: 768px) {
    .comNovoselItem__card {
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .comNovoselItem__card {
        padding: 50px;
        padding-bottom: 25px;
    }
}

.comNovoselItem__cardBlock {

}

.comNovoselItem__card-options {
    border-radius: 10px;
    border: 4px solid #fd9232;
    background-color: #ffffff;
}


.comNovoselItem__cardBlock-bold {
    font-weight: bold;
}


.comNovoselItemTabs img {
    max-width: 100%;
    cursor: zoom-in;
}

.comNovoselItemTabs table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.comNovoselItemTabs table td>*{
    margin: 0;
    padding: 0;
}

.comNovoselItemTabs table td {
    padding: 10px 15px;
    line-height: 1.3;
    border: 1px solid #E0E0E0;
}

.comNovoselItemTabs table tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}

div#ckimgrsz {
    display: none !IMPORTANT;
}

#comNovoselItem__cardBlock--montaj table tr:first-of-type td {
    border-top: none;
}

.comNovoselItemSimilars {
    /*border: 1px solid #ededed;*/
    /*background-color: #ffffff;*/
}

.comNovoselItemSimilars .modNovoselProductsItemWrapper {
    padding: 0;
}

.comNovoselItemSimilars__title.slTitle {
    margin-top: 0 ;
    margin-bottom: 20px;
}

.comNovoselItemAcordion_item-text {
    border: 1px solid #ededed;
    border-top: none;
    background-color: #ffffff;
    padding: 20px;
}

.comNovoselItemAcordion_item-text>*:last-of-type {
    margin-bottom: 0;
}

.comNovoselItemAcordion_item-btn {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    line-height: 1;
    padding: 1rem 0.5rem;
    font-weight: 600;
}

.comNovoselItemAcordion_item-btn:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f077";
    transition: all 0.3s;
}

.comNovoselItemAcordion_item-btn.collapsed:after {
    transform: rotate(180deg);
}

.comNovoselItemComplectBlock {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    overflow: hidden;
}

.comNovoselItemComplectBlock__title {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 30px;
}

.comNovoselItemComplect {
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.comNovoselItemComplect td {
    border: 1px solid #e3e3e3;
    line-height: 1.2;
    padding: 30px;
}

.comNovoselItemComplect tr td:first-of-type {
    border-left: none;
}

.comNovoselItemComplect tr td:last-of-type {
    border-right: none;
}


.comNovoselItemComplect_element--title p:last-of-type {
    margin: 0;
}

.comNovoselItemComplect_element {
    text-align: left;
    max-width: 250px;
}

.comNovoselItemComplect thead tr,
.comNovoselItemComplect thead tr, .comNovoselItemComplect tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.comNovoselItemComplect_element_check {
    width: 36px;
    height: 36px;
    color: #fd9232;
    border: 2px solid;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.comNovoselItemComplect_element--value {
    text-align: center;
}

.comNovoselItemComplectBlock__getConsalt {
    text-align: center;
    padding: 30px 0;
}


.comNovoselItemComplect_element--header {
    font-weight: 900;
    
}

/********* CREDIT WIDJET *********/

#comNovoselItem__card-credit_modal .modal-body {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

#comNovoselItem__card-credit_modal .modal-dialog {
    max-width: 741px;
}


#comNovoselItem__card-credit_modal .close {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    font-size: 45px;
    line-height: 0.5;
}

#comNovoselItem__card-credit_widget .pb-sdk-pos-credit>div {
    max-width: unset !important;
    margin: 0 !important;
    box-shadow: unset !important;
}
/********* КОНЕЦ | CREDIT WIDJET *********/

.comNovoselItem__price-fundament {
    color: #fd9232;
    width: 100%;
}


.modSeptVitrinaBlock__pagination   {

}
.modSeptVitrinaBlock__pagination .el-pager li  {

}
.modSeptVitrinaBlock__pagination .el-pager button {

}

.modSeptVitrinaBlock__pagination .el-pager li ,
.modSeptVitrinaBlock__pagination.el-pagination .btn-next .el-icon, .modSeptVitrinaBlock__pagination.el-pagination .btn-prev .el-icon {
    font-size: 25px !important;
}

.modSeptVitrinaBlock__pagination .el-pager li.active {
    color: #fd9232;
}
.comNovoselItem__card-credit_desc_btn {
    color: #fd9232 !important;
    text-decoration: underline !important;
    line-height: 1 !important;
    padding-top: 0 !important;
    margin-top: 7px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.filterCats_item-link {
    border: 1px solid #fd9232;
    color: #000;
    font-size: 17px;
    background: #fff;
    padding: 5px 10px 6px 10px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s all;
}

.filterCats_item-link:hover {
    text-decoration: none;
    background: #fd9232;
    color: #fff;
}

.filterCats_wrap {
    margin-top: 10px;
    margin-bottom: 15px;
}