body {
	font-family: 'Oswald', 'Arial', sans-serif;
}

.product_item--content{
	display: flex;
	gap: 60px;
}
.owl-item.synced .thumb-carousel-item{
	border: 1px solid #8F8F8F;
}
.thumb-carousel-item{
	height: 144px;
	border: 1px solid rgba(143, 143, 143, 0);
	cursor: pointer;
}
.thumb-carousel-item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
@media (max-width: 425px) {
	.size_in_table td {
		display: flex;
		width: 80px;
		height: 65px;
	}
	.accordion-body img {
		width: 100%;
		margin: 0 auto;
	}
	.preview,
	.preview_4img {
		margin: 30px 0;
		display: flex;
		width: 100%;
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}
	.product_carousel,
	.product_info--content{
		width: 100%;
	}
}
@media (min-width: 425.5px) {
	.accordion-body img {
		width: 30%;
		margin: 0 auto;
	}
}

@media (min-width: 641px) {
	.product_carousel,
	.product_info--content{
		width: 50%;
		margin: 0;
		overflow: hidden;
	}
}
@media (max-width: 767.5px) {
	.characteristics_table {
		font-family: 'Oswald', 'Arial', sans-serif;
		font-size: 15px;
	}
	.detail_content__data {
		width: 100%;
		margin-top: 40px;
		display: flex;
		overflow: hidden;
		cursor: default;
		/* justify-content: center; */
		flex-direction: column;
		align-items: center;
	}
	.block_2_items,
	.block_3_items {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}

	.block_3_items {
		align-items: flex-start;
	}
	.table_details {
		width: 98%;
	}
	.size_in_table,
	.size_in_table2 {
		width: 98%;
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.detail_content__data {
		width: 100%;
		margin-top: 40px;
		display: flex;
		overflow: hidden;
		cursor: default;
		/* justify-content: center; */
		flex-direction: column;
		align-items: center;
	}

	.block_2_items,
	.block_3_items {
		display: flex;
		flex-direction: row;
		column-count: 2;
		/*align-items: center;*/
		justify-content: space-around;
	}

	.block_3_items {
		align-items: flex-start;
	}
	.table_details {
		width: 98%;
	}
	.size_in_table,
	.size_in_table2 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.btn_and_delivery {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.block_delivery_pay {
		margin-top: 32px;
	}
}

.padding-left-20 {
	padding-left: 20px;
}

.price_tab {
	width: 100%;
	border: 1px solid black;
	text-align: center;
	margin: 30px 0;
	font-size: 16px;
	font-weight: bold;
}
.price_tab td:first-child {
	width: 50%;
	background: red;
	color: var(--white);
}

.characteristics_table {
	text-align: center;
}

.size_in_table2 {
	margin-bottom: 30px;
}

.size_in_table tbody {
	display: flex;
	width: 100%;
}

.size_in_table2 tbody {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.size_in_table2 th {
	width: 100%;
	color: var(--gray-dark);
	background-color: var(--red2);
	text-align: center;
}

.size_in_table tr {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.size_in_table2 tr {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid black;
	/* column-count: 3; */
}

.size_in_table td {
	border: 1px solid grey;
}

.size_in_table2 td {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 200px;
	font-weight: bold;
	font-size: 16px;
	color: var(--gray);
	height: 300px;
}

.size_in_table td:hover,
.size_in_table2 tr:hover,
.characteristics_table tr:hover {
	background: #ddd;
}
.accordion-body {
	display: flex;
	flex-direction: column;
}

.accordion-header button {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.accordion-button::after {
	position: absolute;
	right: 20px;
}

.block_delivery_pay_text{
	padding: 16px 20px;
	border: 1px solid rgba(0, 0, 0, .5);
}
.block_delivery_pay_text:not(:last-child){
	margin-bottom: 12px;
}
.block_delivery_pay p {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 12px;
}
.block_delivery_pay h3 {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap:8px;
	font-family: Inter;
	margin-bottom: 12px;
	padding: 0;
}
.block_delivery_pay h3 img{
	flex-shrink: 0;
}
.block_delivery_pay ul{
	margin: 0;
	padding-left: 20px;
}
.block_delivery_pay li:not(:last-child){
	margin-bottom: 12px;
}


.product_item__btn_bay {
	border: 1px solid #ff0000;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	color: white !important;
	background: #ff0000;
	text-align: center;
	font-weight: bold;
	padding: 15px 60px 14px;
	line-height: 1.2;
}
.product_item__btn_bay:hover {
	color: #ff0000 !important;
	background: #fff;
}
.product_info--content .product_item__button{
	max-width: 480px;
}
.guarantee_prod_info{
	display: flex;
	gap: 20px;
	margin-top: 32px;
}
.guarantee_prod_item{
	text-align: center;
	width: calc(100% / 3);
}
.guarantee_prod_img{
	height: 24px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guarantee_prod_img img{
	width: auto;
	height: 100%;
	display: block;
}
.guarantee_prod_item p{
	margin: 0;
	font-size: 14px;
}

.text_id {
	display: flex;
	flex-direction: row;
	/* gap: 30px; */
	font-family: 'Oswald', 'Arial', sans-serif !important;
}

.product_name {
	font-family: 'Oswald', 'Arial', sans-serif !important;
	margin-bottom: 16px;
	padding: 0;
	font-size: 32px;
	line-height: 1.1;
}

.product_stock.disabled {
	background-color: var(--gray);
}
.product_article {
	font-size: 18px;
	margin-bottom: 32px;
}

.product_price {
	font-family: 'Oswald', 'Arial', sans-serif !important;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1.2;
}
.product_stock{
	font-size: 18px;
}

.mb_btn__group {
	gap: 20px;
	margin-bottom: 50px;
	display: flex;
}

.input-group__count {
	border: 1px solid grey;
	width: 100px;
	font-family: 'Oswald', 'Arial', sans-serif !important;
	font-size: 36px;
	text-align: center;
}

.btn-outline-secondary {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: red;
}
.btn-outline-secondary span {
	font-size: 25px;
	font-weight: bold;
	color: white;
}
.btn-outline-secondary:hover {
	background-color: red;
}

.product_item__btn_bay:disabled {
	opacity: 0.5;
}

.block_delivery_pay.mob{display: none;}
#carouselExampleMain{margin-bottom: 20px;}

@media (max-width: 1200px){
	.block_delivery_pay{
		margin-top: 24px;
	}
	.block_delivery_pay:not(.mob){
		display: none;
	}
	.block_delivery_pay.mob{
		display: block;
	}
	.product_name{
		font-size: 26px;
	}
	.product_price{
		font-size: 30px;
	}
	.thumb-carousel-item{
		height: 94px;
	}
	.product_item--content{
		gap:40px;
	}
	.guarantee_prod_info{
		gap: 10px;
	}
	.guarantee_prod_item p{
		line-height: 1.2;
	}
}
@media (max-width: 860px){
	#carouselExampleControls{
		display: none;
	}
	.product_price{
		font-size: 24px;
	}
	.product_name{
		font-size: 21px;
	}
	.product_article{
		margin-bottom: 24px;
		font-size: 16px;
	}
	.guarantee_prod_info{
		margin-top: 24px;
		flex-direction: column;
	}
	.guarantee_prod_item{
		width: 100%;
		display: flex;
		align-items: center;
		gap: 8px;
		text-align: left;
	}
	.guarantee_prod_img{
		flex-shrink: 0;
		margin: 0;
		width: 24px;
	}
	.guarantee_prod_img img{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 760px){
	.product_item__btn_bay{
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (max-width: 640px){
	.block_delivery_pay:not(.mob){
		display: block;
	}
	.block_delivery_pay.mob{
		display: none;
	}
	.product_item--content{
		flex-direction: column;
		gap: 32px;
	}
	#carouselExampleMain{
		margin-bottom: 0;
	}
	.product_name{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.product_article{
		margin-bottom: 20px;
	}
	.product_price{
		font-size: 22px;
	}
	.product_item__btn_bay{
		padding-left: 60px;
		padding-right: 60px;
	}
	.guarantee_prod_info{
		margin-top: 40px;
	}
	.block_delivery_pay h3{
		font-size: 16px;
		margin: 0;
	}
	.block_delivery_pay h3::after{
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		margin-left: auto;
		flex-shrink: 0;
		background: center/contain no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
	.block_delivery_pay h3.active{
		display: flex!important;
	}
	.block_delivery_pay h3.active::after{
		transform: rotate(-90deg);
	}
	.block_delivery_pay_cnt{
		padding-top: 16px;
	}
	.product_item--content{
		margin-bottom: 30px;
	}
}