

/* Start:/local/templates/Templ_12_18/components/bitrix/catalog/catalog_01_19/bitrix/catalog.element/new/style.css?171233214013996*/
.item__image-col__newproduct{
    background: #73b328;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 154px;
    height: 37px;
    text-align: left;
    padding: 7px 25px;
    line-height: 1.3;
    max-width: 75%;
    position: absolute;
    left: 15px;
    top: -16px;
    z-index: 2;
    text-transform: uppercase;
}
.item__image-col__newproduct:before,
.item__image-col__newproduct:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 37px 16px;
    border-color: transparent transparent #73b328 transparent;
    position: absolute;
    left: -16px;
    top: 0;
}
.item__image-col__newproduct:after{
    right: -16px;
    left: auto;
    transform: rotateY(180deg);
}
.item__image-col__newproduct-triangle{
    position: absolute;
    left: -16px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 11px 0;
    border-color: transparent #54841d transparent transparent;
}
.item__image-col__ico{
    position: absolute;
    right: 35px;
    top: 10px;
    z-index: 2;
}
.item__image-col__ico > *{
    margin-left: 5px;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
}
.item__image-nav-wrap{
    background-color: #f0f0f0;
}
.element__item .item__image-nav{
    max-width: 400px;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.element__item .item__image-nav-img-placeholder{
    background-color: #ffffff;
    border: 2px solid transparent;
    height: 82px;
}
.item__image-nav-item.slick-current .item__image-nav-img-placeholder{
    border: 2px solid #f9c984;
}
.element__item .item__image-nav .slick-list{
    max-width: 272px;
    margin: 0 auto;
}
.element__item .item__image-nav-item{
    padding-right: 5px;
    padding-left: 5px;
}
.element__item .item__image-nav .slick-prev{
    left: 16px;
}
.element__item .item__image-nav .slick-next{
    right: 16px;
}
.element__item .item__image-col .slick-arrow {
    background: none;
}
.element__item .item__image-col .slick-arrow:before{
    color: #707070;
    content: "" !important;
    background-image: url("/local/templates/Templ_12_18/components/bitrix/catalog/catalog_01_19/bitrix/catalog.element/new/./images/arr.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
}
.element__item .item__image-col .slick-prev:before{
    transform: rotate(-180deg);
}
.element__item .item__image-nav .slick-arrow{
    display: none !important;
}

.element__item .item__code{
    font-size: 18px;
    color: #707070;
}
.element__item .item__status{
    font-size: 18px;
}
.element__item .item__status:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin-right: 5px;
}
.element__item .item__status.status_in-stock{
    color: #5e8b56;
    background: none;
}
.element__item .item__status.status_in-stock:before{
    background: #5e8b56;
}
.element__item .item__status.status_out-of-stock{
    color: #F39919;
    background: none;
}
.element__item .item__status.status_out-of-stock:before{
    background: #F39919;
}
@media (min-width: 1024px){
    .element__item > .container > h1{
        padding-right: 300px;
        line-height: 1.2;
    }
    .element__item .item__header{
        width: 300px;
        position: absolute;
        right: 15px;
        bottom: 100%;
        text-align: right;
        display: block;
    }
    .element__item .item__code{
        margin-right: 0;
        padding-bottom: 7px;
    }
}

.item__ptext{
    margin-bottom: 38px;
}
.item__ptext-title{
    font-size: 20px;
    margin-bottom: 12px;
}
.item__ptext-cont{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.element__item .item__details{
    display: block;
}
.item__details-col{
    float: left;
    width: 33.333333%;
    margin-bottom: 20px;
    padding-right: 15px;
}
.item__details-col:nth-of-type(3n+1){
    clear: both;
}
.element__item .item__details:after{
    display: block;
    content: "";
    clear: both;
}
.element__item .details__name,
.element__item .details__value{
    max-width: 100%;
    text-align: left;
}
.element__item .details__name{
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-weight: normal;
}
.element__item .details__value{
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 576px) {
    .element__item .details__value:last-child {
        margin-bottom: 0;
    }
}

.element__item .visual-option{
    min-width: 38px;
    margin: 4px -1px 5px 6px;
}
.element__item .item__options-title{
    font-size: 20px;
    font-weight: normal;
}
.element__item .visual-option__indicator{
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    display: inline-block;
    box-shadow: none !important;
}
.element__item input:checked + .visual-option__indicator{
    border-color: #f39919;
}
.element__item .visual-option__name{
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 1px;
    color: #3b3c3c;
}
.element__item .visual-option__name{
    opacity: 0;
    transition: 0.25s;
}
.element__item input:checked + .visual-option__indicator + .visual-option__name,
.element__item .visual-option:hover .visual-option__name{
    opacity: 1;
}

@media (min-width: 576px) {
    .element__item .item__options {
        margin-bottom: 8px;
    }
}

.element__item .item__price{
    margin-top: 14px;
}
.item__price-value-info{
    position: relative;
    z-index: 2;
    top: 1px;
    left: 1px;
}
/* .item__price-value-info-content{
    display: none;
    position: absolute;
    top: 100%;
    left: -14px;
    margin-top: 2px;
    width: 200px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(50,50,50,0.7);
    padding: 10px 10px 15px;
}
.item__price-value-info-content:before,
.item__price-value-info-content:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    left: 15px;
}
.item__price-value-info-content:after{
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0,0,0,0.1) transparent;
    margin-top: -1px;
    z-index: -1;
    margin-left: -1px;
} */
.item__price-value-info:hover .item__price-value-info-content{
    display: block;
}
.info-content__title{
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.info-content__item{
    font-weight: normal;
    font-size: 12px;
    display: block;
    margin-top: 3px;
}
.item__price-sum{
    white-space: nowrap;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
}
.element__item .amount-form{
    display: block;
}
.element__item .amount-form_item .amount-form__input, .element__item .amount-form_item .amount-form__units{
    font-size: 16px;
}
.element__item .item__amount{
    min-width: 84px;
    text-align: right;
}
.element__item .amount-form__input{
    height: 32px;
    display: inline-block;
}
.element__item .amount-form_item{
    border: 0;
    padding-right: 30px;
    position: relative;
}
.element__item .amount-form_item .amount-form__control{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin: 0;
}
.element__item .amount-form_item .amount-form__control:before{
    content: "" !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f39918 transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.element__item .amount-form__control_inc{
    top:  0;
}
.element__item .amount-form__control_dec{
    bottom: 0;
    transform: rotate(180deg);
}

.element__item .add__basket .icon-cart{
    display: none;
}
.element__item  .item__button{
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    width: auto;
    min-width: 130px;
    padding: 11px 15px;
}
.element__item .add__basket .item__button-text{
    text-transform: uppercase;
}


.element__item .item__info .tabs__list{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
}
.element__item .tabs_primary .tabs__link span{
    color: #f39919;
}
@media (min-width: 1024px) {
    .element__item .item__info .tabs__list:before,
    .element__item .item__info .tabs__list:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: calc(100% + 2px);
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        top: -1px;
    }

    .element__item .item__info .tabs__list:before {
        right: 100%;
    }

    .element__item .item__info .tabs__list:after {
        left: 100%;
    }

    .element__item .tabs_primary .tabs__link,
    .element__item .tabs_primary .tabs__link.active{
        background: none;
        border: 0;
        color: #3b3c3c;
        font-size: 17px;
        position: relative;
    }
    .element__item .tabs_primary .tabs__link.active:after,
    .element__item .tabs_primary .tabs__link:hover:after{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: calc(100% + 2px);
        border-top: 1px solid #f39919;
        border-bottom: 1px solid #f39919;
        top: -1px;
    }

    .element__item .tabs_primary .tabs__link {
        padding: 17px 17px 16px;
    }
    .element__item .item__info {
        padding-top: 21px;
        padding-bottom: 34px;
    }
}
.element__item .tabs_primary .tabs__list{
    margin-bottom: 20px;
}
.element__item .tabs__content .features > p{
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.element__item .tabs__content .features > p > b{
    font-weight: normal;
}
.element__item .features__item-name, .element__item .features__item-value {
    padding: 10px;
    font-weight: normal;

}
.element__item .features__item-name{
    background: #f5f5f5;
}
.element__item .features__item-value{
    border-color: #f5f5f5;
}


.dialux-links-popup .mfp-counter{
    display: none;
}
.dialux-links-popup .mfp-img,
.dialux-links-popup .mfp-title{
    background-color: #acaaab !important;
}
.dialux-links-popup .mfp-title{
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.015em;
    word-wrap: inherit;
    line-height: 1.2;
    background-color: #acaaab !important;
    padding: 30px 10%;
    font-weight: 600;
    margin-bottom: 40px;
}
.dialux-links-popup img.mfp-img{
    padding-bottom: 0;
}


.element__item .item__configurator + .item__configurator{
    background: #3b3c3c;
}
.element__item .configurator__toggle{
    border: 0;
    font-size: 30px;
    position: relative;
}
.element__item .configurator__toggle:before{
    content: "" !important;
    background-image: url("/local/templates/Templ_12_18/components/bitrix/catalog/catalog_01_19/bitrix/catalog.element/new/./images/arrw.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    display: block;
    width: 40px;
    margin-top: -3px;
}
@media (min-width: 1024px) {
    .element__item .item__configurator:before,
    .element__item .item__configurator:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: calc(100%);
        background: inherit;
        top: 0;
    }
    .element__item .item__configurator:before {
        right: 100%;
    }

    .element__item .item__configurator:after {
        left: 100%;
    }
}
@media (min-width: 576px) {
    .element__item .configurator__title-text {
        border-bottom: 0;
        font-size: 24px;
    }
}

.element__item input:checked + .visual-option__indicator.dimm_item {
    background-color: #ffffff;
}

.element__item input:checked + .visual-option__indicator.dimm_item visual-option__icon{
    border: 3px solid #f39919;
    border-radius: 20px;
}


/* Галерея интерьера товара */
.interior-b {
  position:relative
}
.interior-b .slick-dotted.slick-slider{
  margin:0
}
.interior-b .slick-slide {
  outline: none;
  border: 0;
}
.interior-b__item {
  position:relative
}
@media (max-width: 850px) {
  .interior-b .slick-slide {
    margin: 0 auto;
  }
}
.interior-b .slick-dots {
  bottom: -35px;
}

.interior-b .slick-dots li {
  margin: 0;
  margin-right: 10px;
}
.interior-b .slick-dots li button::before {
  border: 2px solid #3b3c3c;
  width: 10px;
  height: 10px;
  border-radius: unset;
  background: none;
}
.interior-b .slick-dots li.slick-active button::before {
  background-color: #3b3c3c;
}

.interior-b__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  cursor: pointer;
}
.interior-b__arrow:hover {
  opacity: 0.8;
}
.interior-b__arrow_left {
  left: 10px;
}
@media (max-width: 1250px) {
  .interior-b__arrow {
    display:none !important
  }
}
.interior-b__arrow_right {
  right: 20px;
}
.interior-b__arrow img {
  display: block;
}
.interior-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 10px 0;
}
.interior-b__left {
  width: calc(100% - 10px);
}
@media (max-width: 850px) {
  .interior-b__left {
    width: 100%;
    text-align: center;
  }
  .interior-b__left .page-b__title {
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
    margin: 0 -15px 20px;
    max-width: initial;
  }
  .interior-b__left .page-b__text strong {
    font-weight: normal;
  }
}
.interior-b__right {
  width: 450px;
}
@media (max-width: 850px) {
  .interior-b__right {
    display: none;
  }
}
.calcItem__subTitle__text {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  margin-top:20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: black;
}
/* End */
/* /local/templates/Templ_12_18/components/bitrix/catalog/catalog_01_19/bitrix/catalog.element/new/style.css?171233214013996 */
