

/* Start:/local/templates/bitlate_pro/components/bitrix/catalog.element/main/style.css?176986200314950*/
.product .inner-container.product-container{
    padding: 20px;
    background: #fff;
}
.product .product-image-preview .inner-container {
    margin-bottom: 20px;
}
.inner-container .product-image-preview {
    padding: 1rem;
    text-align: center;
}
.inner-container .product-image-preview .product-preview-zoom {
    display: block;
}
.inner-container .product-image-preview .product-preview-zoom {
    font-size: .75rem;
    line-height: 1.125rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #aeadad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-container .product-image-preview .product-preview-zoom .icon {
    width: 1.3em;
    height: 1.3em;
    vertical-align: text-bottom;
    fill: #ffffff;
    margin: 0;
}

.product-new-info-block{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: baseline;
    position: relative;
    margin: 0 0 0 15px;
}
.product-new-info-block::after{
    content: '';
    width: 1px;
    /* height: 100%; */
    position: absolute;
    left: -27px;
    background: #D5D5D5;
    top: -20px;
    bottom: -21px;
}
.product-new-info-block .p_top{
    width: 100%;
}
.product-new-info-block .p_bottom{
    width: 100%;
}

.product-new-info-block .p_bottom .row{
    margin-left: -15px;
    margin-right: -15px;
}

.product-new-info-block .product-info-button-primary.add2cart{
    height: 64px;
    background: #93D320;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 26px 0;
}
.product-new-info-block .product-info-button-primary.add2cart .icon{
    fill: #ffffff;
    width: 28px;
    height: 28px;
}
.product-new-info-block .product-info-button-primary.add2cart.in_basket:hover{

}
.product-new-info-block .product-info-button-primary.add2cart.in_basket{

}

.product-info-button-primary.button.secondary.go2buy {
    background: #EDFFCD;
    color: #93D320;
    width: 100%;
    margin: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #92C33A;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}



.swiper-container img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 480px;
    padding: 20px;
}
.thumbs-slider.swiper-container img {
    max-width: 100%;
    vertical-align: middle;
    height: 50px;
    padding: 0px;
}


.product-container .product-info-code{
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.product-container .existence{
    margin: 15px 0 0;
    display: flex;
    align-items: center;
}
.product-container .existence .existence-icon{
    width: 8px;
    height: 8px;
    background: #92C33A;
    margin: 0 5px 0 0;
    border-radius: 10px;
}
.product-container .existence .existence-icon-active{

}
.product-container .existence.is--avail .existence-count{
    color: #92C33A;
}

.product-new-info-block .product-new-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 20px;
    border-bottom: 1px solid #D5D5D5;
    margin: 0 0 20px 0;
}
.product-new-info-block .product-new-top .stat-in-cart{
    padding: 0 15px 0 0;
}
.product-new-info-block h1{
    margin: 1.5625rem 0 0;
    line-height: 2.5625rem;
}
.product-new-info-block .sky{
    margin: 0.5rem 0 1.2rem 0;
    display: block;
}

.product-new-info-block .product-new-top .flex_right{
    display: flex;
    align-items: center;
}
.product-new-info-block .product-new-top .add2liked_block{
    margin: 0 15px;
    padding: 0 0.625rem;
}
.product-new-info-block .product-new-top .button.transparent.add2compare {
    margin-right: 0;
    padding: 0.625rem;
}


.product-new-info-block .variants {
    background: #FAFAFA;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #EFEFEF;
    margin: 0 0 15px;
}
.product-new-info-block .variants h3{
    font-weight: 500;
    line-height: 1.5rem;
    color: #7A7A7A;
    width: 130px;
    font-size: 14px;
    margin: 0;
}
.product-new-info-block .sub__colors {
    list-style: none;
    display: flex;
    margin: 0;
}
.product-new-info-block .sub__colors li{
    position: relative;
    border-radius: 50%;
    margin: 0 12px 0 0;
}
.product-new-info-block .sub__colors li a, .product-new-info-block .sub__colors li p{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: block;
    background-position: center;
    background-size: cover;
}

.product-new-info-block .sub__colors li span {
    display: none;
}
.product-new-info-block .sub__colors li:hover span{
    position: absolute;
    bottom: -50px;
    padding: 5px 15px;
    background: #E6E6E6;
    left: 50%;
    transform: translate(-50%, 0px);
    display: block;
    border-radius: 5px;
    color: #000;
    z-index: 999;
    white-space: pre;
}
.product-new-info-block .sub__colors li:hover span:before{
    content: '';
    border: 7px solid transparent;
    border-bottom: 8px solid #e6e6e6;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
}
.product-new-info-block .sub__colors li.active:before, .product-new-info-block .sub__colors li:hover:before{
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #93d320;
    top: -5px;
    left: -5px;
}

.back-white{
    background-color: #fff;
}

.product-new-info-block .product-price{
    margin: 30px 0;
}


.product-new-info-block .sub__type{
    list-style: none;
    display: flex;
    margin: 0;
}
.product-new-info-block .sub__type li{
    
}
.product-new-info-block .sub__type li span, .product-new-info-block .sub__type li a{
    color: #303030;
    padding: 10px 20px;
    border: 2px solid #CCCCCC;
    margin: 0 10px 0 0;
    border-radius: 5px;
    white-space: pre;
}
.product-new-info-block .sub__type li a{
    border: 2px solid #93d320;
}
.product-new-info-block .sub__type li a:hover{
    background-color: #fff;
}
.product-new-info-block .sub__type{
    
}


.product-new-info-block .low-price-column .low-price{
    height: 70px;
    margin: 0 0 0 0;
    background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/find.png);
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    border-radius: 5px;
    background-size: cover;
    background-position: top;
    border: 1px solid #93d320;
}
.product-new-info-block .transparent.low-price {
    color: #546A2C;
}
.product-new-info-block .transparent.low-price span{
    max-width: 90px;
    display: block;
    text-align: justify;  
}

.product-new-info-block #credit-buy .credit-popup{
    height: 70px;
    background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/credit.png);
    background-size: cover;
    background-position: center;
    text-align: justify;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 0 20px 0;
    border: 1px solid #93d320;
}
.product-new-info-block #credit-buy .credit-popup p{
    margin: 0;
}
.product-new-info-block #credit-buy .credit-popup p span{
    display: block;
    color: #636363;
}
.product-new-info-block #credit-buy .credit-popup p b{
    color: #23B022;
    font-size: 21px;
}



.charact {
    max-width: 1340px;
    margin: 30px auto 70px;
}
.charact h3{
    color: #000;
    font-size: 32px;
    margin: 0 0 25px 5px;
}
.charact .charact_list{

}

.charact .charact_list .charact_item{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 10px;
}
.charact .charact_list .charact_item:after{
    content: '';
    background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/line.png);
    position: absolute;
    height: 1px;
    bottom: 4px;
    width: 100%;
    z-index: 0;
}
.charact .charact_list .charact_item .char_left{
    color: #666;
    background: #fff;
    z-index: 9;
    padding: 0 5px 0 0;
    text-align: left;
}
.charact .charact_list .charact_item span{
    color: #000;
    background: #fff;
    z-index: 9;
    padding: 0 0 0 5px;
    text-align: end;
}

.charact .charact_list .hids{
    display: none;
}
.charact .charact_list .hids.open{
    display: block;
}
.open_char{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.08em;
    background: #EFEFEF;
    text-transform: uppercase;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    cursor: pointer;
    border-radius: 6px;
}
.open_char span{
    line-height: 24px;
}
.open_char span:after{
    content: '';
    background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/ar.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    margin: 0 7px;
}
.open_char.open span:after{
    transform: rotate(180deg);
}






.product-sost-content{

}
.product-sost-content .product-sost-titile{
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
    color: #232323;
}
.product-sost-content .product-sost-text{
	
}
.product-sost-content .product-sost-text p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
    color: #666666;
}
.product-sost-content .product-sost-img{

}
.product-sost-content .product-sost-img img{
    border-radius: 10px;	
}

.product-sost-content .img-left .product-sost-img{
    text-align: left;
    padding: 0 30px 0 0;
}
.product-sost-content .img-right .product-sost-img{
    text-align: end;
    padding: 0 0 0 30px;
}

.product-sost-content .product-sost-item{
    margin: 0 0 60px;
}
.product-sost-content {
    max-width: 1340px;
    margin: 30px auto 0;
}


.amount{
    width: 100%;
}
.amount h3{
    
}
.amount .sub_amount{
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.amount .sub_amount li{
    background: #FAFAFA;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #EFEFEF;
    margin: 0 5px 15px 0;
    min-width: 49%;
    flex: 50;
}
.amount .sub_amount li p{
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.amount .sub_amount li .amount_item{
    margin: 0 0 0 15px;
    position: relative;
    color: #666;
    font-weight: 400;
    font-size: 15px;
}
.amount .sub_amount li .amount_item:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff6b6b;
    left: -12px;
    top: 10px;
    border-radius: 50%;
}
.amount .sub_amount li .amount_item1{
    margin: 0 0 0 15px;
    position: relative;
    color: #666;
    font-weight: 400;
    font-size: 15px;
}
.amount .sub_amount li .amount_item1:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #93D320;
    left: -12px;
    top: 10px;
    border-radius: 50%;
}

.wide-block__green {
    background: #f8feed;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 75em){
    .product-container .gallery-slider {
        /* width: 100%; */
    }    
}

@media(max-width: 1199px){
    .product-sost-content .product-sost-titile {
        font-size: 25px;
        line-height: 32px;
    }
    .product-sost-content .product-sost-text p {
        font-size: 18px;
        line-height: 23px;
    }

}
@media(max-width: 767px){
    .product-sost-content .product-sost-img {
        margin: 0 0 15px;
    }
    .product-sost-content .product-sost-item {
        margin: 0 0 15px;
    }

    .product-sost-content .img-right .product-sost-img {
        text-align: center;
        padding: 0;
    }
    .product-sost-content .product-sost-img img {
        border-radius: 10px;
        width: 100%;
    }
    .product-sost-content .img-left .product-sost-img {
        text-align: left;
        padding: 0;
    }
}


@media(max-width: 575px){
    .product-new-info-block .low-price-column .low-price {
        height: 70px;
        margin: 0 0px 15px -5px;
        background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/find.png);
        display: flex;
        align-items: center;
        padding: 0 0 0 10px;
        border-radius: 5px;
        background-size: cover;
        background-position: top;
    }
    .product-new-info-block #credit-buy .credit-popup {
        height: 70px;
        background-image: url(/local/templates/bitlate_pro/components/bitrix/catalog.element/main/img/credit.png);
        background-size: cover;
        background-position: center;
        text-align: justify;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        text-decoration: none;
        margin: 0px 0 20px -5px;
    }
    .product-new-info-block .product-info-button-primary.add2cart {
        height: 64px;
        background: #93D320;
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 26px -5px;
    }
    .inner-container .product-image-preview .product-preview-zoom {
        font-size: .75rem;
        line-height: 1.125rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #aeadad;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-info-button-primary.button.secondary.go2buy {
        margin: 0 0 18px -5px;
    }

    .back-white .inner-container.product-container{
        padding: 20px 0;
    }
    .charact h3 {
        color: #000;
        font-size: 16px;
        margin: 0 0 25px;
    }

    .product-new-info-block .sub__type{
        flex-wrap: wrap;
        
    }
    .product-new-info-block .variants{
        justify-content: space-between;
    }
    .product-new-info-block .sub__type li {
        display: inline-flex;
    }
    .product-new-info-block .sub__type li span, .product-new-info-block .sub__type li a {
        margin: 0 10px 10px 0;
        line-height: 14px;
        padding: 10px 10px;
    }


    .product-sost-content .product-sost-titile {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .product-sost-content .product-sost-text p {
        font-size: 17px;
        line-height: 23px;
    }
}




/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17023799734354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.css?1688066985663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */
/* /local/templates/bitlate_pro/components/bitrix/catalog.element/main/style.css?176986200314950 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17023799734354 */
/* /bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.css?1688066985663 */
