.scroll_to_conf{
    text-decoration: none;
    border-radius: 4px;
    background: #6bdb3d;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    border: 1px solid transparent;
}
.scroll_to_conf:hover,#scroll_char:hover{
    background: #fff;
    border: 1px solid rgb(0, 159, 227);
    border-radius: 4px;
    align-items: center;
    color: #000;
}
#scroll_char{
    text-decoration: none;
    border-radius: 4px;
    background: #6bdb3d;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    border: 1px solid transparent;
}
.buy_on_clicks{
    cursor: pointer;
    position: relative;
}
.buy_on_clicks::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.video__flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.warning_span{
	font-size: 13px;
	color: #828282;
}
.warning_span.hidden{
	display: none;
}

.fly__block{
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 100%;*/
    background: #fff;
}
.fly__block.active{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    padding: 10px 20px;
    border-radius: 10px;
    gap: 40px;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}
.fly__block .fly__flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.fly__text__name{
    font-weight: 700;
}
.fly__price.base__price{
    font-weight: 700;
    color: #009fe3;
    font-size: 18px;
}   
.fly__text__article{
    font-size: 14px;
    color: #828282;
}

/* Slider */

/*.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/
/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
.delivery__info ul li{
    display: list-item;
}
/* Arrows */
body .slick-track{
    display: flex;
    align-items: center;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    transform: rotate(180deg);
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: url("/local/templates/avelina/components/bitrix/news.list/main_slider/img/next.svg") /*'←'*/;
    
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: url("/local/templates/avelina/components/bitrix/news.list/main_slider/img/next.svg")/*'→'*/;
}
[dir='rtl'] .slick-next:before {
    content: url("/local/templates/avelina/components/bitrix/news.list/main_slider/img/next.svg") /*'←'*/;
    transform: scale(2) rotate(180deg);
}
/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*карточка продукта*/

#product_card_wrupper {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
#product_card_flex_inside {
    max-width: 1970px;
    margin: 0 auto;
    padding: 0;
}

#product_card_wrupper .row.breadcrumbs{
    margin-bottom:15px;
}
#product_card_wrupper .row.breadcrumbs .bredcr_wrup{
    margin-left:0!important;
}


.product_labels {
    position: absolute;
    z-index: 0;
    top: 80px;
    display: flex;
    align-items: baseline;
   /*  flex-direction: column; */
}


#product_card_wrupper .slide_wrup {
    max-width: 1050px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
    height: min-content;
    position: sticky;
    top: 10px;
}
#product_card_wrupper .slide_wrup .dop_sticks{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 32px;
    right: 3px;
    z-index: 50;
} 
#product_card_wrupper .slide_wrup .labels{
    position: absolute;
    top: 3px;
    left: 3px;
    display: flex;
    flex-direction: column;
    gap:10px;
    z-index: 50;
}
#product_card_wrupper .slide_wrup .labels span{
    border-radius: 10px;
    background: #6bdb3d;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;

}
#product_card_wrupper .slide_wrup .labels span:nth-child(2){
    background: rgb(0, 159, 227);
}
#product_card_wrupper .slider-for img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
}
#product_card_wrupper .slider-nav img {
    margin: 0 auto;
    width: 100%; 
    height: 100%;
    padding: 6px 10px;
}

.slide_wrup .psContanir .navContent {
    position: relative;
    /*width: 100%;*/
    margin: 0 90px;
    max-width: 100%;
    /*max-width: 1005px;*/
}








/*НОВЫЕ СТИЛИ*/

.end_sidebur_block a{
    text-decoration: none;
    border-radius: 4px;
    background: rgb(0, 159, 227);
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.end_sidebur_block a:hover{
    opacity: .7;
}
.catalog-flex.flex{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.sidebur_options_wr{
    border-radius: 10px;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
    background: rgb(255, 255, 255);
    padding: 20px;
    position: sticky;
    top: 20px;
    height: min-content;
}
.loader{display: none;}

.art-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.art-name h1{
    margin: 0;
}
.art-name .article_opt{
    color: #828282;
    font-size: 14px;
}
.sidebur_options_wr hr{
    color: #E0E0E0;
    margin: 20px 0;
    border: none;
    height: 1px;
    background-color: #E0E0E0;  
}
.buy__buttons{
	display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.ob_photo{
	border: 1px solid rgb(0, 159, 227);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.ob_photo.active{
	background: #6bdb3d;
	border: 1px solid transparent;
	color: #fff;
}
.addToCard{
    border-radius: 4px;
    background: rgb(0, 159, 227);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.addToCard:hover{
    opacity: 0.7;
}
.buy__block{
    display: block;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;*/
}
.price{
    display: flex;
    align-items: center;
    gap: 10px;
}
.price .base__price{
    font-size: 20px;
    font-weight: 600;
    color: #009FE3;
    font-size: 24px;
}
.price .old__price{
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    text-decoration-line: line-through;
}


/*блок размеров*/

.block__size{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.block__size .size{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgb(242, 243, 245);
    padding: 8px 15px;
}
.size .title__size__block{
    font-size: 15px;
    font-weight: 400;
    color: #828282;
}
.size .value__size__block{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}



/*блок характеристик*/


.list__options{
    margin-bottom: 20px;
}
.item__char{
    /*border-bottom: 1px dotted;*/
    display: flex;
    justify-content: space-between;
    row-gap: 5px;
    margin: 10px 0;
}
.item__char span{
    position: relative;
    bottom: -1px;
    background: #fff;
}

.item__char span i{
	display: inline;
}





/*ТАБЫ*/

#tabs {
    margin: 70px 0 30px;
}
.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}    
.tabs-nav a {
    display: block;
    padding: 20px 24px 20px 24px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #000;
}       

.tabs-nav li.active{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
}
.tabs-nav a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: rgb(0, 159, 227);
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
}    

.tabs-item {
    padding: 30px 40px;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
    background: rgb(255, 255, 255);

}

.tabs-item.config{
    padding: 0px;
}
.tabs__text-dots {
    flex: 1 0 auto;
    border-bottom: 1px dotted #6e6e6e;
    margin: 0 8px;
    padding-top: 9px;
}
.recomend{
    margin-top: 60px;
}



/*селектор*/

.select {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    /*border: 1px solid #ced4da;*/
    /*padding: 10px 15px;*/
    cursor: pointer;
    user-select: none;
    padding-right: 25px;
}

.new-select__list {
    position: absolute;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: max-content;
    z-index: 2;
    background: #fff;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #12b223;
}

.new-select:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 8px;
    background: url("images/down_arrow.svg") no-repeat;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}











@media screen and (max-width: 640px){
    #product_card_wrupper .slider-for img{
        width: 100%;
    }
    #tab-video video{
        width: 100%;
    }
	.char__flex{
		display: flex;
		flex-direction: column;
	}
	.item__char span i{
		display: none;
	}
	.item__char{
		border-bottom: none;
		align-items: center;
	}
	.item__char > span{
		/*max-width: 50%;*/
		word-break: break-word;
		font-size: 14px;
	}
	.item__char > span:nth-child(1){
		font-weight: 600;
		text-align: left;
	}
	.item__char .val__char{
		text-align: right;
	}
    .catalog-flex.flex{
        grid-template-columns: 100%;
    }
    .tabs-nav a{
        width: max-content;
    }
    .tabs-nav{
        overflow: scroll;
        display: flex;
    }
    .table tr th:nth-child(4),.table tr td:nth-child(4){
        display: none;
    }

    /*КОНФИГУРАТО*/

    body .list__items .card img{
        width: 140px;
        height: 140px;
    }

}

@media screen and (max-width: 460px){
    .price .base__price{
        min-width: max-content;
    }
    .b24-widget-button-position-bottom-right{
        bottom: 75px!important;
    }
    .new-select:after{
        top: 6px;
    }
    .block__size .size{
        padding: 5px 10px;
    }
    .size .value__size__block{
        font-size: 16px;
    }
    .sidebur_options_wr{
        padding: 15px;
    }
    .fly__block .fly__img{
        display: none;
    }
    .fly__block.active{
        width: 100%;
        gap: 10px;
    }
    .fly__block .addToCard{
        padding-left: 10px 15px;
        font-size: 14px;
    }
}


.slider_product_wr .prev, .slider_product_wr .next {
    cursor: pointer;
    z-index: 90;
    position: absolute;
    top: 50%;
    transform: scale(1);
    opacity: 1;
    background: #009FE3;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    transform: translateY(-50%);
}


.slider_product_wr .next {
    right: 0.3%;
}

.slider-nav .arrow_slider{
    visibility: hidden;
}

.slider-nav:hover .arrow_slider{
    visibility: visible;
}