

/* Start:/local/templates/.default/components/bitrix/catalog/catalog-shop5/style.css?16752730201335*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.item-list-top-description{
	width:100%;
	padding-top:20px;
}

.item-list-bottom-description{
	width:100%;
}

.catalog-bottom-description{
	width:100%;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 6px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog-shop-element25/style.css?174516544421723*/
.ArticulBasic{
    color: #1B1B1B;
    font-weight: 700;
}

.product-item-ask a{
    width:220px;

    margin: 0px 0 0px 0;
    margin-top: 20px;
    display: flex;
    padding: 10px 20px 10px 60px;
    line-height: 28px;

    position: relative;
    border: 1px solid #4dc247;
    height: 44px;
    font-size: 13px;
    color: #1B1B1B;
    font-weight: bold;

    border-radius: 22px;
    text-transform: uppercase;

    transition: background 0.325s ease 0s, color 0.325s ease 0s;
}


.product-item-ask a .icon-cart2 {
    font-size: 24px;
    position: absolute;
    top: 3px;
    left: 19px;
    color: #4dc247;
    -webkit-transition: color 0.325s ease 0s;
    -khtml-transition: color 0.325s ease 0s;
    -moz-transition: color 0.325s ease 0s;
    -ms-transition: color 0.325s ease 0s;
    -o-transition: color 0.325s ease 0s;
    transition: color 0.325s ease 0s;
}

.product-item-ask a .icon-cart2 svg{
    width:35px;
    height: 35px;
}


.product-item-ask a .icon-cart2 svg path{
    fill:#4dc247;
}

.product-item-ask a:hover .icon-cart2 svg path{
    fill:#FFFFFF;
}


.product-item-ask a:hover {
    background: #4dc247;
    color: #fff;
}

.product-item-ask a:hover .icon-cart{
    color: #fff;
}

.doellken-setup a{
    color:#333333;
}

.doellken-setup a:hover{
    text-decoration: none;
}

.MarketLinks {
    margin-bottom: 20px;
}
.MarketLinks a{
    padding-right:30px;
    color: #D0021B;
}

.MarketLinks a img.market-icon{
    width:40px;
    height:40px;
}

.MarketLinks .MarketLinksTopic{
    font-weight:600;
    margin-bottom: 10px;
}

.cart-advantages{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.choose-castorama__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.choose-castorama__services-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 35px;
}

.service {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    padding: 0 10px;
    text-align: center;
}

.service__icon {
    display: block;
    margin-bottom: 7px;
    width: 100px;
    height: 100px;
    border-radius: 75px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52%;
    -webkit-transition: -webkit-box-shadow 0.15s ease;
    transition: -webkit-box-shadow 0.15s ease;
    -o-transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.service__icon._price {
    background-position: 56% center;
    background-size: 42%;
}

.service__name {
    display: inline-block;
    line-height: 1.15;
    color: #D0021B;
}

.catalog-compact .cart-advantages .section-title{
    margin-bottom:50px;
}

.catalog-element-discount-label{
    background-color:#D0021B;
    border-radius:5px;
    height:35px;
    width:60px;
    color:#ffffff;
    position: absolute;
    right: 0;
    top: 30px;
    z-index:10;
    transition: opacity .3s;
    font-weight:700;
    padding-top:6px;
}

.catalog-element-discount-label div{
    width: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.catalog-compact .product-block-collection .product-tag{
    width:100%;
    padding-top: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

@media only screen and (max-width: 600px) {

    .catalog-compact .simple-slider-buywith.collection{
        padding-left: 0px;
        padding-right: 0px;

    }



}

@media only screen and (min-width: 950px) {
    .service {
        width: 170px;
    }

    .service__icon {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }
}


.popup-calc-fade {
    display: none;
}
.popup-calc-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup-calc-fade .popup {
    position: fixed;
    top: 20%;
    left: 90px;
    padding: 20px;
    width: 540px;
    height: 400px;
    margin-left: -20px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 8px;
    z-index: 99999;
    opacity: 1;
}
.popup-calc-fade .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.popup-calc-fade .popup-calc-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #939393;
}

.popup-calc-fade .calc-result-content{
    text-align: center;
    margin-top: 0px;
    padding: 50px;
    width:100%;
}

.popup-calc-fade .calc-result-content h3{
    color: #192646;
    padding-bottom: 40px;
}

.popup-calc-fade .calc-result-content p{
    padding-bottom: 40px;
}

.wrap-calc .popup-c{
    width:700px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.wrap-calc .calc-form .description {
    padding-top: 0px;
    padding-bottom: 10px;
}

.wrap-calc  .calc-form h4.calc{
    padding-top: 10px;
}

.wrap-calc .popup-c .double-row .wrap-input:first-child {
    width: 250px;
}
.wrap-calc .popup-c .double-row .wrap-input:last-child {
    width: 250px;
}
.wrap-calc .popup-c .double-row:before{
    left:252px;
}

.wrap-calc  .popup-c .wrap-input {
    padding-top: 10px;
}

.wrap-calc .popup-c .wrap-input {
    height: 60px;
    margin-bottom: 10px;
}

.wrap-calc .popup-c .wrap-input input{
    width:200px;
}

.calc-form .wrap-input{
    float:left;
}

.calc-form .wrap-input img{
    float:left;
    margin-top:5px;
    margin-right:15px;
}

.calc-form h3.see-also {
    font-weight: 700;
    font-size: 22px;
}

.calc-form .good-item-main{
    width:100%;
}

.calc-form .good-item .image{
    float:left;
    margin-right:20px;
    width:100px;
    height:80px;
}

.calc-form .good-item .image img{
    border-radius: 8px;
}

.calc-form .good-item{
    width:100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.calc-form .good-item .name{
    display: flex;
    float:left;
    margin-right:20px;
    width:250px;
    height:80px;
    color:#192646;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.calc-form .good-item .name div{
    width: 100%;
    margin: auto;
}


.calc-form .good-item .count{
    float:left;
    margin-right:0px;
    width:131px;
    height:80px;
    padding-top: 18px;
}

.calc-form .good-item .measure{
    font-size: 14px;
    line-height: 40px;
    color: #939393;
}

.good-item-accesories {
    width:100%;
    height:230px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #D0021B #FAF9F7;



    background: #FAF9F7;
    border-radius: 6px;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 0px;
}

.good-item-accesories::-webkit-scrollbar {
    height: 12px;
    width: 5px;
}
.good-item-accesories::-webkit-scrollbar-track {
    background: #FAF9F7;
}
.good-item-accesories::-webkit-scrollbar-thumb{
    background-color: #FAF9F7;
    border-radius: 0px;
    border: 5px solid #D0021B;
}

.good-item-accesories .product-item-amount-field-container .product-item-amount-field{
    background-color: #FAF9F7;
}

.good-item-accesories .good-item{
    margin-top: 0px;
    margin-bottom: 0px;
}

.good-item-accesories .good-item .item{
    padding-bottom: 10px;
}

.calc-form .good-item-accesories .good-item .image{
    width:80px;
}



.good-item-accesories .calc-form .good-item .name{
    width:100px;
}

.good-add-2-basket{
    margin-top:40px;
}

.product-calc{
    width:100%;
    margin-top:20px;
}

.btn-calc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #000;
    position: relative;
    display: block;
    margin: 5px 0 0 0px;
}
.btn-calc img{
    margin-right:8px;
}

a .btn-calc:hover{
    text-decoration:none;
    color: #000;
}

.calc-form h3{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #192646;
}

.calc-form h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #192646;
}

.calc-form h4.calc{
    padding-top: 25px;
}

.calc-form .description{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-top:20px;
    padding-bottom:20px;
}

.calc-form .red{
    color: #D0021B;
}



.CalcLink {
    padding-top:20px;
    padding-bottom: 10px;
}

.CalcLink a{
    color:#192646;
    text-decoration-style: dashed;
    font-weight: bold;
}
.price-include-painting{
    font-weight: bold;
    padding-bottom: 0px;
}

.color-inctruction{
    margin-top:0px;
}

.color-inctruction h3 {
    margin-top:30px;
}

.color-inctruction h3 .red{
    color:#D0021B;
}

.color-inctruction ol {
    counter-reset: section;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0;
}

.color-inctruction  ol li {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
    margin: 0; }

.color-inctruction  ol li:before {
    width: 30px;
    height: 30px;
    background: #D0021B;
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
}

.color-inctruction  ol li a {
    color: #D0021B; }

.catalog-compact .color-info .section-title {
    font-size: 20px;
    margin: 30px 0 15px;
}

.catalog-compact .section-title {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 0;
	margin-bottom: 0;
}
.catalog-compact .product-detailed .h1, 
.catalog-compact .product-detailed h1{
	margin: 0px 0 10px;
}
.catalog-compact .product-block-collection{
	margin-top: 30px;
}
.catalog-compact .simple-slider .product-item-container .product-item-image-wrapper, 
.catalog-compact .simple-slider-buywith .product-item-container .product-item-image-wrapper{
	box-shadow: none;
    -webkit-box-shadow: none;
}
.no-touchevents .catalog-compact .product-block-collection .product-item-container .product-item:hover .product-item-image-wrapper{
	box-shadow: none;
    -webkit-box-shadow: none;
}
.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:active,
.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:focus,
.product-item-amount-field-btn-plus:focus{
	text-decoration:none;
}
.catalog-compact .product-item-favorite {
    display: inline-flex;
    margin: 0px 0px 0px 10px;
	vertical-align: super;
}
.no-touchevents .product-detailed .product-item-detail-buy-button:hover{
	text-decoration:none;
}
.catalog-compact .product-detailed .product-item-detail-buy-button {
    margin: 0px 0 0px 0;
    display: flex;
    width: auto;
    padding: 10px 20px 10px 60px;
    line-height: 28px;
}
.catalog-compact .product-item-amount-field-container{
	margin-right:15px;
}
p.title-sku{
	margin: 20px 0 0;
    font-weight: 600;
}
.catalog-compact .product-block-collection .collection-color{
	font-size: 11px; 
    line-height: 14px;
}
.catalog-compact .product-item-detail-slider-block{
	
}
.catalog-compact .product-item-detail-pay-block{
	
}
.catalog-compact .product-detailed .product-item-detail-pay-block .product-item-detail-info-container {
    width: 100%;

}
.catalog-compact .product-item-action-buttons{
	display: inline-block;
	width: auto;
	margin-top: 20px;
}
.catalog-compact .product-item-prices-block{
	margin: 0 0 10px;
}

.product-item-detail-price-desc{
    color: #cccccc;
    font-size:13px;
}

.catalog-compact .product-detailed{
	margin-top: 25px;
}
.catalog-compact .product-detailed .h1, 
.catalog-compact .product-detailed h1{
	font-size: 32px;
    line-height: 44px;
}
.catalog-compact .product-detailed .art{
	margin-bottom: 25px;
}
.catalog-compact .product-detailed .product-item-detail-pay-block .product-item-detail-info-container:last-child{
	padding-left: 0;
}
.catalog-compact .product-detailed .product-item-detail-pay-block .product-item-detail-info-container.product-item-discont-block:last-child {
	padding-left: 20px;
}
.catalog-compact .pdng-t{
	padding-top:139px;
}
.catalog-compact .product-detailed .product-item-detail-properties{
	padding-bottom:0;
}
.catalog-compact .post-block {
	padding-bottom: 20px;
}
.catalog-compact .product-additional-block{
	margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.catalog-compact .product-item-props-block{
	
}
.catalog-compact .product-item-notforget{
	margin-bottom:20px;
}
.catalog-compact .product-item-notforget .product-item-container .product-item-price-container .product-item-price-current{
	font-size:18px;
}
.catalog-compact .product-item-notforget .product-item-container .product-item-title{
	padding-bottom:0;
}
.catalog-compact .product-item-montazh-block{
	position: relative;
}
.catalog-compact .product-item-findwith{
	
}
.catalog-compact .product-item-photos-rooms{
	padding-bottom: 50px;
}
.catalog-compact .product-item-popular-block{
	
}
.catalog-compact .product-item-viewed-block{
	
}
.catalog-compact .product-item-rest-block{
	margin-top: 50px;
}

.product-item-rest-block{
    margin-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background: #FAF9F7;
}

.product-item-rest-list{
	font-size: 13px;
    line-height: 20px;
}
.product-item-rest-list .amount{
	font-weight: 500;
    font-size: 15px;
    color: #D0021B;
}
.catalog-compact .delivery-cond{
	margin-top: 30px;
    margin-bottom: 30px;
}
.catalog-compact  .product-item-detail-properties .section-title{
	margin:10px 0 30px;
}
.catalog-compact .product-additional-block .section-title {
    font-weight: bold;
    color: #192646;
    font-size: 24px;
    line-height: 28px;
    display: block;
    text-align: center;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.catalog-compact .section-title.section-title-desc{
	
}
.catalog-compact .section-title.section-title-properties{
	
}
.catalog-compact .section-title.section-title-modal{
	margin-top: 0;
    line-height: 32px;
}
.catalog-compact .section-title.section-title-notforget{
text-align: center;	
}
.catalog-compact .section-title.section-title-findwith{
	
}
.catalog-compact .section-title.section-title-photos-inrooms{
	
}
.catalog-compact .section-title.section-title-popular{
	
}
.catalog-compact .section-title.section-title-viewed{
	
}
.catalog-compact .section-title.section-title-stock{
	font-size: 16px;
    margin-bottom: 10px;
}
.catalog-compact .section-title.section-title-montazh{
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 28px;
}
.catalog-compact .product-item-montazh-img{
	max-width: 70%;
    margin: 5px 0px 5px;
}
.catalog-compact .catalog-link.product-item-montazh-linkall{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.product-item-montazh-block .btn-play-montazh{
	position: absolute;
    bottom: 30%;
    left: 35%;
}
.product-item-montazh-img-block{
	position: relative;
    width: 70%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.frame_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.catalog-compact .modal-popup-montazh img.img-video-thumb{
	margin-top: 0;
}
.catalog-compact .product-item-notforget .catalog-products-viewed .product-item-button-container {
    display: block;
}
.catalog-compact .product-item-notforget .product-item-container .product-item-price-container {
    padding-bottom: 10px;
}
.catalog-compact .product-item-notforget .product-item-container .product-item-button-container .btn{
	padding: 0px 11px 0px 58px;
    height: 40px;
    line-height: 39px;
    font-size: 10px;
	outline:none;
}
@media only screen and (max-width: 767px){
	.product-item-montazh-img-block{
		width: 100%;
	}
	.catalog-compact .product-item-favorite {
		display:none;
	}
	.catalog-compact .product-item-montazh-block{
		margin-top:40px;
	}
	.catalog-compact .product-detailed .h1, .catalog-compact .product-detailed h1 {
		font-size: 26px;
		line-height: 34px;
	}
}

.photos-inrooms-container{
    text-align: center;
}

.product-item-photos-rooms-img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;

    text-align: center;

    display: block;
    margin: 0 auto;
}

.product-detailed .brand {
    font-size: 14px;
    line-height: 16px;
    color: #BDBDBD;
    font-weight: 500;
    margin-bottom: 25px;
}

.product-detailed .brand a, .product-detailed .brand .brand-link{
    color: #1B1B1B;
    text-decoration: none;
}

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

.free-delivery{
    margin-bottom: 10px;
}

.red{
    color:#D0021B;
}

.product-item-detail-price-current{
    width:230px;
    float:left;
}

.product-item-detail-price-unit {
    color:#BDBDBD;
    font-size: 18px;
    padding-top: 8px;
}

.product-item-detail-price-desc{
    margin-top: 7px;
}

.color-topic{
    width:100%;
    margin-top: 20px;
}

.color-custom a{
    float:right;
    color:#D0021B;
    width:150px;
    text-decoration: dashed;
    text-decoration-line: underline;
    ##border-bottom: 1px #D0021B dashed;
    padding-bottom: 10px;
    bottom: 15px;
    height:20px;
    margin-bottom: 12px;
}

p.title-sku {
    margin-top: 0px;
}

.product-item-discont-block{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;

    border: 1px dashed #D0021B;
    box-sizing: border-box;
    border-radius: 6px;
}

.product-item-discont-block a{
    color:#D0021B;
}

.coupon{
  margin-top: 0px;
}

.product-item-rest-list a{
    color:#333333;
}

.store-line{

    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.store-line:nth-last-child(1)  {
    border-bottom: 0px solid #ff0000;
}

.contact-time-warning2{
    color:#BDBDBD;
}

.store-line .amount{
    float: right;
}

.catalog-compact .product-item-detail-slider-block .section-title {
    font-size: 20px;
    margin: 30px 0 15px;
}

.catalog-compact .product-item-detail-slider-block .post-block {
    margin: 10px 0 30px;
}


.catalog-compact .product-detailed a.catalog-link{
    color:#333333;
}

.catalog-compact .product-detailed a.catalog-link:hover{
    color:#CE0B24;
}

.catalog-compact .section-title.section-title-montazh {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
}

.catalog-compact .product-detailed .post-block a{
    color: #D0021B;
    text-decoration: underline;
}

.product-item-montazh-block .section-title-montazh .counter {
    float:left;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    background: #D0021B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
}

.catalog-compact .section-title.section-title-notforget{
    font-size: 20px;
}

.info-block{
    margin-bottom: 50px;
}

.catalog-compact .section-title.section-info {
    font-size: 20px;
    margin: 30px 0 15px;
}

.info-block .news-item {
    margin-bottom:20px;
}

.info-block .news-item .news_image img{
    margin-right: 15px;
    border-radius: 8px;
}


.info-block .news-item a {
    color:#192646;
    font-size: 18px;
}

.color-disclaimer{
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 40px;
}

.catalog-compact dl.product-item-detail-properties:last-child{
    padding-bottom: 0px;
}

.product-see-more-slyder{
    margin-top:70px;
    margin-bottom:70px;
}

.product-see-more-slyder .header{
    width:100%;
    text-align: center;
    margin-bottom:30px;
}

.product-see-more-slyder .header h3{
    font-weight: bold;
    color: #192646;
    font-size: 24px;
    line-height: 28px;
    display: block;
    text-align: center;
    padding: 0 0 15px;
    text-transform: uppercase;
}


.product-item-montazh-block .hidden-xs{
    display:block;
}

@media only screen and (max-width: 500px) {

    .product-detailed .product-item-detail-price-current {
        font-size: 22px;
    }

    .product-item-detail-price-desc{
        width: 110px;
        float: right;
        margin-top: 0px;
    }


    .product-item-montazh-block .hidden-xs{
        display:none;
    }


    .calc-form .good-item {
        height: 64px;
    }

    .calc-form .good-item-accesories .good-item .image,
    .calc-form .good-item-accesories .good-item .name
    {
        height: 64px;
    }

    .calc-form .good-item-accesories .good-item .count
    {
        height: 100px;
    }

    .calc-form .good-item .name {
        width: 150px;
    }

    .calc-form .good-item .count {
        width: 100%;
        float:right;
    }
    .calc-form .good-item .count .count-wrap
    {
        width:155px;
        float:right;
    }



}

/* End */


/* Start:/local/templates/plintus_shop2/components/bitrix/catalog.section/catalog-shop-section-buywith/themes/yellow/style.min.css?1590939360727*/
.bx-yellow .product-item-image-slider-progress-bar{background-color:#f9a91d}.bx-yellow .product-item-image-slider-control:hover{background-color:rgba(249,169,29,.8)}.bx-yellow .product-item-image-slider-control.active,.bx-yellow .product-item-image-slider-control:hover{background-color:#f9a91d}.bx-yellow .product-item-scu-item-text-block:hover,.bx-yellow .product-item-scu-item-color-block:hover,.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#f4b236}.bx-yellow .product-item-amount-field:focus{border-color:#f4b236}.bx-yellow .catalog-section-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog-shop-section-buywith-shirina/themes/yellow/style.min.css?1590939360727*/
.bx-yellow .product-item-image-slider-progress-bar{background-color:#f9a91d}.bx-yellow .product-item-image-slider-control:hover{background-color:rgba(249,169,29,.8)}.bx-yellow .product-item-image-slider-control.active,.bx-yellow .product-item-image-slider-control:hover{background-color:#f9a91d}.bx-yellow .product-item-scu-item-text-block:hover,.bx-yellow .product-item-scu-item-color-block:hover,.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#f4b236}.bx-yellow .product-item-amount-field:focus{border-color:#f4b236}.bx-yellow .catalog-section-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog-advantages2/style.css?1678470272558*/
.cart-advantages {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cart-advantages .block-list-header{
	margin-bottom: 50px;
}

.cart-advantages .block-list-list{
	width:100%;
}

.cart-advantages .advantage{
	width:16.6%;
	height:180px;
	padding-right:20px;
	float:left;
	text-align: center;
	min-width:170px;
}

.cart-advantages .advantage img{
	width:80px;
	height:80px;
}

@media only screen and (max-width: 500px) {

	.cart-advantages .advantage {
		width: 50%;
		padding-left:10px;
		padding-right:10px;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-banner-slider2/style.css?1678791180749*/
.main-page-selector .wrap_slider-offer .container {
	max-width: 1500px;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

.main-offer-slider .swiper {
}

.main-offer-item{
	display: block;
	float: left;
	width: 10.855%;
	margin-right: 1.871%;
	font-size: .0001px;
}

.main-offer-item .main-offer-item {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.main-offer-item img {
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
	height: auto
}


.main-offer-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.main-offer-slider


@media only screen and (max-width: 500px) {


}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog-shop-element25/themes/yellow/style.min.css?1589403600929*/
.bx-yellow .product-item-image-slider-progress-bar{background-color:#f9a91d}.bx-yellow .product-item-image-slider-control:hover{background-color:rgba(249,169,29,.8)}.bx-yellow .product-item-image-slider-control.active,.bx-yellow .product-item-image-slider-control:hover{background-color:#f9a91d}.bx-yellow .product-item-selected-scu,.bx-yellow .product-item-detail-slider-controls-image:hover,.bx-yellow .product-item-detail-slider-controls-image.active{outline-color:#f4b236}.bx-yellow .product-item-scu-item-text-block:hover,.bx-yellow .product-item-scu-item-color-block:hover,.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#f4b236}.bx-yellow .product-item-amount-field:focus{border-color:#f4b236}.bx-yellow .product-item-detail-slider-progress-bar{background-color:#f4b236}
/* End */


/* Start:/local/templates/plintus_shop2/components/bitrix/catalog.section/catalog-shop-section-popular/themes/yellow/style.min.css?1590748740727*/
.bx-yellow .product-item-image-slider-progress-bar{background-color:#f9a91d}.bx-yellow .product-item-image-slider-control:hover{background-color:rgba(249,169,29,.8)}.bx-yellow .product-item-image-slider-control.active,.bx-yellow .product-item-image-slider-control:hover{background-color:#f9a91d}.bx-yellow .product-item-scu-item-text-block:hover,.bx-yellow .product-item-scu-item-color-block:hover,.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#f4b236}.bx-yellow .product-item-amount-field:focus{border-color:#f4b236}.bx-yellow .catalog-section-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/plintus_shop2/components/bitrix/catalog.products.viewed/catalog-shop-viewed/style.min.css?15904347603220*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/plintus_shop2/components/bitrix/catalog.products.viewed/catalog-shop-viewed/themes/yellow/style.min.css?1590434760735*/
.bx-yellow .product-item-image-slider-progress-bar{background-color:#f9a91d}.bx-yellow .product-item-image-slider-control:hover{background-color:rgba(249,169,29,.8)}.bx-yellow .product-item-image-slider-control.active,.bx-yellow .product-item-image-slider-control:hover{background-color:#f9a91d}.bx-yellow .product-item-scu-item-text-block:hover,.bx-yellow .product-item-scu-item-color-block:hover,.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#f4b236}.bx-yellow .product-item-amount-field:focus{border-color:#f4b236}.bx-yellow .catalog-products-viewed-header{border-color:#f4b236}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog-shop5/style.css?16752730201335 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog-shop-element25/style.css?174516544421723 */
/* /local/templates/plintus_shop2/components/bitrix/catalog.section/catalog-shop-section-buywith/themes/yellow/style.min.css?1590939360727 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog-shop-section-buywith-shirina/themes/yellow/style.min.css?1590939360727 */
/* /local/templates/.default/components/bitrix/news.list/catalog-advantages2/style.css?1678470272558 */
/* /local/templates/.default/components/bitrix/news.list/main-banner-slider2/style.css?1678791180749 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog-shop-element25/themes/yellow/style.min.css?1589403600929 */
/* /local/templates/plintus_shop2/components/bitrix/catalog.section/catalog-shop-section-popular/themes/yellow/style.min.css?1590748740727 */
/* /local/templates/plintus_shop2/components/bitrix/catalog.products.viewed/catalog-shop-viewed/style.min.css?15904347603220 */
/* /local/templates/plintus_shop2/components/bitrix/catalog.products.viewed/catalog-shop-viewed/themes/yellow/style.min.css?1590434760735 */
