.info_block{
	background: #1d1c1c;
	display: flex;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	margin: 36px 0;
}
.info_block ul{
	display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 27px 45px;
}
.info_block ul li{
	display: flex;
	align-items: center;
	color: rgba(94, 94, 101, 1);
    font-size: 18px;
    font-weight: 500;
}
.info_block ul li span{
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFB775 0%, #FFA24C 100%);
    box-shadow: 0px 4px 12px rgba(255, 162, 76, 0.32);
    border-radius: 25px;
    margin-right: 10px;
}
.info_block ul li .delivery:before{
    content: "";
    width: 20px;
    height: 17px;
    display: block;
    background-image: url(/assets/img/svg/delivery.svg);
    background-position: center;
    background-size: cover;
}
.info_block ul li .garranty:before{
    content: "";
    width: 15px;
    height: 18px;
    display: block;
    background-image: url(/assets/img/svg/garranty.svg);
    background-position: center;
    background-size: cover;
}
.info_block ul li .reviews_open:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/assets/img/svg/reviews_open.svg);
    background-position: center;
    background-size: cover;
}
.info_block ul li .support:before{
    content: "";
    width: 18px;
    height: 16px;
    display: block;
    background-image: url(/assets/img/svg/support.svg);
    background-position: center;
    background-size: cover;
}
.goods-right-st{
	display: flex;
	justify-content: space-between;
}
.goods-right-nd, .goods-right-rd{
	display: flex;
}
.goods-right-st div{
	display: flex;
}
.goods-right-st > div{
	background: #1d1c1c;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 10px;
    height: 110px;
    width: 49%;
}
.goods-right-info{

}
.goods-info-seller{
	width: 60%;
	flex-wrap: wrap;
	padding: 17px;
}
.goods-info-sells{
	width: 40%;
	background: #1d1c1c;
	border-radius: 0px 10px 10px 0px;
	flex-wrap: wrap;
	padding: 17px;
}
.seller-text, .sells-text{
	color: rgb(255 255 255 / 38%);
	font-weight: 500;
	font-size: 18px;
}
.seller-text:before{
	content: "";
    width: 18px;
    height: inherit;
    background: url(/assets/img/svg/seller_icon.svg);
    display: flex;
    margin-right: 8px;
}
.sells-text:before{
	content: "";
    width: 18px;
    height: inherit;
    background: url(/assets/img/svg/sells_icon.svg);
    display: flex;
    margin-right: 8px;
}
.seller-name, .sells-name{
	color: #fff;
	font-size: 18px;
    font-weight: 600;
}
.goods-info-seller > div, .goods-info-sells > div{
height: 50%;
width: 100%;
align-items: center;
}
.goods-right-nd-container{
	background: #1d1c1c;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	width: 100%;
	height: 110px;
	display: flex;
}
.goods-right-nd-container > div{
	display: flex;
	align-items: center;
    align-self: center;
}
.price-text{
	color: rgba(94, 94, 101, 1);
    font-weight: 500;
    font-size: 18px;
    margin-right: 15px;
}
.price-int{
	color: rgb(251 187 67);
    width: 257px;
    height: 60px;
	background: rgba(94, 94, 101, 0.05);
    border-radius: 9px;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
}

.price-info{
	width: 73%;
	padding: 0px 30px;
}
.buy-info{
	background: linear-gradient(180deg, #FFB775 0%, #FFA24C 100%);
	box-shadow: 0px 12px 39px rgba(255, 162, 76, 0.36);
	border-radius: 12px;
	height: 60px;
    width: 152px;
    color: #fff;
}
.buy-info form, .buy-info a{
	width: 100%;
	height: 100%;
    color: inherit;
    transition: inherit;
}
.buy-info button{
	background: transparent;
    height: 100%;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    box-shadow: 0px 0px 0px 3px rgb(255 162 76 / 36%);
    border-radius: 12px;
}
.buy-info:hover{
background: #fff;
color: #FFA24C;
border: 3px solid;
box-shadow: none;
}
.buy-info button svg{
	width: 21px;
    height: inherit;
    margin-right: 10px;
}
.discount_block_product{
	background: rgb(29 28 28 / 38%);
    border-radius: 5px;
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
    align-items: center;
}
.discount_block_product:before{
	content: "";
    background: #FFA24C;
    box-shadow: 0px 4px 12px rgb(255 162 76 / 32%);
    border-radius: 5px;
    position: absolute;
    width: 6px;
    height: 100%;
}
.discount select{
	background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    font-size: 20px;
    font-weight: 600;
    color: rgba(94, 94, 101, 0.48);
    width: 100%;
    /* border: none; */
    border: 2px solid rgba(94, 94, 101, 0.48);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 38px 5px 12px;
    background-image: none;
}
.discount_block_text{
	font-size: 18px;
    width: 100%;
        color: rgb(255 255 255);
    font-weight: 500;
    height: 57px;
    line-height: 24px;
    margin: 27px 30px;
}
.discount_size{
	background: #1d1c1c;
    /*box-shadow: 0px 0px 0px 6px rgb(255 162 76 / 36%);*/
    border-radius: 12px;
    height: 52px;
    min-width: 52px;
    position: absolute;
    right: 31px;
    color: #fff;
    font-size: 18px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.discount{
	position: relative;
}
.discount:after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(/assets/img/svg/icon_arrow_discount.svg);
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    right: 19px;
    top: 16px;
    pointer-events: none;
}
#tabs{
	background: #1d1c1c;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 12px;
    padding: 30px 70px 35px 70px;
}
.tabs-header a span{
	text-transform: uppercase;
}
.tabs-header a span:first-child{
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFA24C !important;
}
.tabs-header a span:last-child{
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
}
.pre_span{
	background: linear-gradient(180deg, #FFB775 0%, #FFA24C 100%);
    box-shadow: 0px 4px 12px rgb(255 162 76 / 32%);
    border-radius: 6px;
    height: 49px;
    justify-content: center;
    width: 49px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.icon_desc:before{
	content: "";
    width: 24px;
    height: 23px;
    color: #fff;
    background-image: url(/assets/img/svg/desc_svg.svg);
    background-position: center;
    background-size: cover;
    display: block;
}
.icon_rev:before{
	content: "";
    width: 24px;
    height: 23px;
    color: #fff;
    background-image: url(/assets/img/svg/reviews.svg);
    background-position: center;
    background-size: cover;
    display: block;
}
.reviews_block{
background: #1d1c1c;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
border-radius: 12px;
padding: 30px 70px 35px 70px;
}
.break {
  flex-basis: 100%;
  height: 0!important;
}

    .cnt_resp, .cnt_resp .good, .cnt_resp .bad{
    display: flex;
    align-items: center;
    margin-left: 28px;
    font-size: 16px;
    font-weight: 600;
    }
    .good .reviews__cnt-icon {
    background: rgba(90, 239, 114, 0.76);
    box-shadow: 0 0 0px 4px rgb(90 239 114 / 15%);
    }
    .bad .reviews__cnt-icon {
    background: rgba(255, 81, 81, 0.76);
    box-shadow: 0 0 0px 4px rgb(255 81 81 / 15%);
    }
    .good .reviews__cnt-icon svg{
    color: #97d3a0;
    }
    .bad .reviews__cnt-icon svg{
    color: #fe6536;
    }
    .text_cnt_resp_bad{
        color: rgba(163, 70, 70, 1);
    }
    .text_cnt_resp_good{
        color: rgba(67, 173, 84, 1);
    }
    .reviews__cnt-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 8px;
    }

    .goods-right-vk a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    }
.goods-right-vk .vk_icon {    width: 126px;    height: 100%;    background: url(/assets/img/svg/TG.svg) no-repeat;    background-position: center;    background-size: 60%;}
    .sub_info{ 
    width: 167px;
    margin-right: 32px;
    }
    .sub_info button svg{
    margin-right: 5px;
    }
    .disabled {
    box-shadow: 0 0 14px #9999998a!important;
    background-color: #999999!important;
    pointer-events: none;
    border-radius: 12px;
}
.rules{
    justify-content: left;
    padding: 4px 25px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.goods-right-nd-container{
    flex-wrap: wrap;
    height: 130px;
    align-content: center;
    position: relative;
}