

/* Start:/local/templates/wedev/components/bitrix/catalog/idea/style.css?17497542761122*/
.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;}

/* End */


/* Start:/local/templates/wedev/components/bitrix/catalog/idea/bitrix/catalog.element/.default/style.css?17497542766668*/
.single-ideas .btn-2, .popup-form .btn-2 {
	height: 48px;
	font-size: 20px;
}
.video__poster{
	display: block;
}
.slick-prev, 
.slick-next {
    right: 50px;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 0;
    border: 1px solid #414047;
}
    
.slick-prev {
    bottom: 80px;
    top: auto;
    background: url(/HTML/assets/img/slide-bottom.svg) no-repeat center center;
}

.slick-next {
    top: auto;
    bottom: 0;
    background: url(/HTML/assets/img/slide-top.svg) no-repeat center center;
}

.product__slide {
	display: flex;
	height: 610px;
	overflow: hidden;
	position: relative;
}
.slider-nav {
	width: 484px;
}
.slider-for {
	width: calc(100% - 638px);
	margin-right: 20px;
}
.slider-for div{
	height: 100%;
}
.slider-nav .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slider-nav div.slick-slide {
	max-height: 296px;
	margin-bottom: 20px;
	overflow: hidden;
}
.slider-nav .slick-slide img {
	display: block;
}
.products_sostav {
	margin-bottom: 60px;
}
.products_sostav-button {
	text-align: right;
	margin-bottom: 60px;
}
.btn-2.btn--sostav {
	background: #414047;
	cursor: pointer;
}

/*Всплывающая форма начало*/
.popup-wrap__inner {
	position: relative;
	padding: 0 40px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.popup-form * {
	text-align: left;
}

.popup-form .btn-2 {
	width: 100%;
	max-width: 295px;
}
.popup-form {
	z-index: 1010;
	width: 100%;
	max-width: 1028px;
	background: #fff;
	padding: 60px 75px;
	box-sizing: border-box;
	    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        overflow: hidden;
        /* top:40px; */
        position: relative;
        margin: 40px auto;

}

.popup-form__close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.popup-form__title {
	flex: 0 0 auto;
	font-weight: 400;
font-size: 36px;
line-height: 110%;
color: #FF6B00;
margin-bottom: 5px;
margin-top: -10px;
}

.popup-form__wrap {
	display: flex;
}

.popup-form__right {
	width: 295px;
}

.popup-form__left {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
	width: calc(100% - 335px);
}

.popup-wrap {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    /* right: 0;
    bottom: 0; */
	z-index: 1008;
	overflow-y: auto;
	background: rgba(100, 98, 112, 0.7);
	visibility: hidden;
}
.popup-wrap.active{
	visibility: visible;
}
.popup-wrap.active .popup-form {
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.popup-form__img {
	flex: 1 1 auto;
	width: 100%;
	max-height: 390px;
	/* height: 382px; */
	overflow: hidden;
}
.popup-form__img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.popup-form__text {
	font-weight: 350;
font-size: 20px;
line-height: 120%;
color: #414047;
margin-bottom: 20px;
}

.form label .popup-form__name {
	font-weight: 400;
font-size: 16px;
line-height: 120%;
color: #414047;
display: block;
margin-bottom: 8px;
}
.form label {
	display: block;
	margin-bottom: 16px;
}

.popup-form .input-checkbox span {
	white-space:initial;
}
.form textarea {
	border: 1px solid #CBCBCB;
	font-size: 16px;
	line-height: 120%;
	color: #414047;
	width: 100%;
	height: 48px;
	max-height: 150px;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	resize: vertical;
}
.popup-form__input{
	border: 1px solid #CBCBCB;
	font-size: 16px;
	line-height: 120%;
	color: #414047;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding: 0 15px;
}

input::-moz-placeholder { 
color: #CBCBCB;
}

input::-webkit-input-placeholder { 
	color: #CBCBCB;
}

input:-ms-input-placeholder{
	color: #CBCBCB;
}

 textarea::-moz-placeholder { 
color: #CBCBCB;
}

 textarea::-webkit-input-placeholder { 
	color: #CBCBCB;
}

 textarea:-ms-input-placeholder{
	color: #CBCBCB;
}
.popup-form__police span{
	font-size: 14px;
	color: #8B8A94;
}
.popup-form__police {
	margin-bottom: 20px;
}
.page.active {
	overflow: hidden;
}
.products_sostav-card.card {
	border: none;
}
.products_sostav-num {
	width: max-content;
	padding: 5px 20px;
	font-weight: 700;
font-size: 18px;
line-height: 100%;
text-align: center;
color: #414047;
background: #DADADA;
border-radius: 40px;
}
.idea-popup {
	width: 440px;
	height: 296px;
	padding: 30px 0 0;
	box-sizing: border-box;
border-radius: 6px;
position: fixed;
top: 400px;
right: 50px;
color: #fff;
z-index: 100;
display: none;
}
.slick-slide {
	z-index: 1!important;
}
.idea-popup__wrap {
padding: 44px 44px 44px 60px;
background: #646270;
position: relative;
}
.idea-popup__img {
background: url(/local/templates/wedev/components/bitrix/catalog/idea/bitrix/catalog.element/.default/images/idea-img.png) no-repeat;
width: 275px;
height: 297px;
position: absolute;
right: 0;
top: -40px;
display: none;
}
.idea-popup__title {
	font-weight: 400;
font-size: 36px;
line-height: 110%;
color: #FFFFFF;
margin-bottom: 10px;
}
.idea-popup__text {
	font-weight: 350;
font-size: 20px;
line-height: 110%;
color: #FFFFFF;
margin-bottom: 35px;
}
.btn-2.btn-2--orange {
	color: #fff;
	background: #FF6B00;
}
.idea-popup__close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	cursor: pointer;
}
.header.show {
	z-index: 1000;
}
@media (max-width: 1024px) {
	.popup-wrap__inner {
		height: 100% !important;
	}
}
@media (max-width: 1480px) {
	.slider-for img{
		height: 100%;
		width: auto;
		max-width: initial;
	}
}

@media (max-width: 1200px) {
	.product__slide {
		display: block;
		height: auto;
	}
	.slider-for, .slider-nav {
		width: 100%;
	}
	.slider-for{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-nav div.slick-slide {
	margin: 0 20px 0;
}
.slick-prev,.slick-next {
	width: 17px;
	height: 8px;
	border: none;
	transform: rotate(-90deg);
}
.slick-prev {
	right: auto;
	left: 0;
}
.slick-next {
	right: 0;
	bottom: 80px;
}
.slider-nav div.slick-slide{
	height: 134px;
}
.slider-nav div.slick-slide img {
	height: 100%;
	width: auto;
}
}

@media (max-width: 991px) {
	.popup-form__img {
		display: none;
	}
	.popup-form__wrap {
		display: block;
	}
	.popup-form__left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.popup-form__right {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.slick-prev, .slick-next{
		display: none!important;
	}
	.slider-nav div.slick-slide{
		height: 70px;
		margin: 0 10px 0;
	}
	.slider-nav div.slick-slide img {
	height: 100%;
	width: 100%;
}
.slider-for{
	height: 224px;
}
.slider-for img {
    height: auto;
    width: 100%;
}
.idea-popup__img{
	display: none;
}
.idea-popup__wrap {
    padding: 20px;
    }
    .idea-popup{
    	max-width: 95%;
    	right: 10px;
    }
}
/* End */


/* Start:/local/templates/wedev/components/bitrix/catalog/idea/bitrix/catalog.element/.default/themes/blue/style.css?17497542761064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/wedev/components/bitrix/catalog/idea/style.css?17497542761122 */
/* /local/templates/wedev/components/bitrix/catalog/idea/bitrix/catalog.element/.default/style.css?17497542766668 */
/* /local/templates/wedev/components/bitrix/catalog/idea/bitrix/catalog.element/.default/themes/blue/style.css?17497542761064 */
