/*.EEEEEE*/

.container {
	max-width: 1601px;
	width: 100%;
	margin: 0 auto;

}

.fluid_block h2 {
	font-size: 24px;
	font-family: 'Roboto';
	line-height: 36.63px;
	color: #252525;
	font-weight: 100;
}

.heqder_catalog {
	display: flex;
	background: #EEEEEE ;
	font-size: 14px;
	line-height: 36.63px;
	height: 37px;
	color: #87847F;
	font-family: 'Roboto', sans-serif;
	
}

.catalog_block {
	max-width: 200px;
	width: 100%;
	margin-left: 25px;
}
.img_block {
	max-width: 80px;
	width: 100%;
}
.article_block {
	max-width: 80px;
	width: 100%;
	margin-right: 17px;
}
.name_block {
	max-width: 350px;
	width: 100%;
}
.collection_block {
	max-width: 160px;
	width: 100%;
}
.price_block {
	max-width: 130px;
	width: 100%;
}
.count_block {
	max-width: 165px;
	width: 100%;
}
.property_block {
	max-width: 75px;
	width: 100%;
}
.btn_block {
	max-width: 320px;
	width: 100%;
}


.catalog_offer {
	display: flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}




.catalog_name {
	max-width: 177px;
	width: 100%;
	margin-left: 25px;
	color: #0C0C0B;
	line-height: 16.41px;
}
.img_offer {
	max-width: 79px;
	width: 100%;
	height: 79px;
	border: 1px solid #EAEAEA;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 27px;
    cursor: pointer;
}

.img_offer img{
	max-width: unset;
	height: 59px;
	object-fit: contain;
	width: 100%;
}


.article_offer {
	color: #625F5A;
	max-width: 66px;
    width: 100%;
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 27px;
    background: #eeeeee;
    border-radius: 3px;
}
.name_offer {
	max-width: 350px;
	width: 100%;
	font-size: 16px;
	color: #0C0C0B;
	display: flex;
    flex-direction: column;
    line-height: 18.75px;
    margin-top: 10px;
}
.warehouse {
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	background: #6D9DE7;
	color: #fff;
	line-height: 11.72px;
	font-weight: 700;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.collection_offer {
	max-width: 160px;
	width: 100%;
	color: #667EFC;
	line-height: 36.63px;
}
.price_offer {
	max-width: 130px;
	width: 100%;
	color: #0C0C0B;
	font-size: 16px;
}
.count_offer {
	max-width: 165px;
	width: 100%;
	color: #0C0C0B;
	font-size: 16px;
}
.btn_offer {
	max-width: 320px;
	width: 100%;
}
.property_offer {
	max-width: 75px;
	width: 100%;
	color: #0C0C0B;
	font-size: 16px;
}


.modal_catalog_img {
	max-width: 761px;
	width: 100%;
	height: 690px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	position: fixed;
	top: 18%;
	left: 29%;
	z-index: 9999;
}

.block_modals {
	text-align: center;
	height: 85%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close_catalog {
    display: flex;
    justify-content: end;
    margin-right: 10px;
    cursor: pointer;
}

.modal_catalog_img {
	display: none;
}

.bacground_catalog {
	width: 100%;
	height: 1000px;
	background: #f5f5f58f;
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	z-index: 999;
}



.number {
	user-select: none;
	position: relative;
	text-align: left;
	padding: 0;
	width: 140px;
	border: 1px solid #ddd;
	display: inline-block;
}
.number-minus, .number-plus {
	position: absolute;
	top: 0;
	width: 40px;
	height: 32px;
	line-height: 32px;
	display: block;
	background: #faf4f2;
	font-size: 20px;
	text-align: center;
	font-family: arial;
	color: #625F5A;
	text-decoration: none;
}
.number-minus {
	left: 0;
	border-right: 1px solid #ddd;
}
.number-plus {
	right: 0;
	border-left: 1px solid #ddd;
}
.number-minus:hover, .number-plus:hover {
	background: #fffcfb;
}
.number-minus:active, .number-plus:active {
	background: #e8e4e2;
}
.number-text {
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	height: 32px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	outline: none;
	border: none !important;
	width: 57px;
	text-align: center;
	position: unset;
	border-radius: unset !important;
}




.fluid_block {
	margin-bottom: 20px;
}

.btn_basket {
	width: 50%;
}

.btn_basket img {
	margin-left: 5px;
}

.btn_offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn_basket a {
	font-size: 14px;
	color: #C16E6E;
	line-height: 36.63px;
	box-sizing: border-box;
	border: 1px solid #C16E6E;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 142px;
	width: 100%;
	height: 41px;
}

.oldaddbasket a {
	font-size: 14px;
	color: #fff;
	line-height: 36.63px;
	box-sizing: border-box;
	border: 1px solid #C16E6E;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C16E6E;
	max-width: 142px;
	width: 100%;
	height: 41px;
}



.btn_bottom {
	width: 49%;
	height: 86px;
	margin-top: 40px;
	align-items: center;
	display: flex;
}
.oldaddbasket a:hover {
	color: #fff;
	text-decoration: none;
	background: #e39090;
}

.place_order {
	width: 45%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C16E6E;
	color: #fff;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 400;
}

.place_order:hover {
	color: #fff;
	text-decoration: none;
	background: #e39090;
}

.calculate_order {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C16E6E;
	color: #C16E6E;
	width: 45%;
	border-radius: 2px;
	font-size: 14px;
}

.top_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_block a {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
}

.moBail {
	display: none;
}

.blue_collection {
	color: #667EFC;
	text-decoration: revert;
}

.block_modals img {
    max-width: 200px;
    width: 100%;
}



@media(max-width: 500px){

	.btn_bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999999;
		width: 100%;
		flex-direction: column;
		background: #fff;
		height: auto;
		padding: 18px;
	}

	.place_order {
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #C16E6E;
		color: #fff;
		margin-right: unset;
	}

	.calculate_order {
		height: 50px;
		width: 100%;
		margin-top: 15px;
	}

	.modal_catalog_img {
		max-width: unset;
		top: 12%;
		left: 0;
	}
	.moBail {
		display: block;
	}
	.decstop {
		display: none;
	}


	.offres_name {
		height: 49px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #EEEEEE;
		margin-top: 10px;
	}

	.name_offers {
		margin-left: 12px;
		color: #0C0C0B;
	}

	.catalog_moBile {
		display: flex;
		justify-content: space-around;
		margin-bottom: 24px;
	}

	.border-catalog {
		border: 1px solid #EAEAEA;
		padding: 10px;
	}

	.img_moBile {
		width: 45%;
		margin-top: 10px;
	}

	.img_moBile img {
		max-width: 59px;
		width: 100%;
		object-fit: cover;
	}

	.left_moBile {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		width: 60%;
		color: #87847F;
	}

	.rigth_moBile {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	.btn_basket {
		width: 50%;
	}

	.btn_offer {
		width: 100%;
		max-width: unset;
		margin-bottom: 24px;
	}
	.btn_basket a {
		max-width: unset;
		width: 100%;
		height: unset;
	}


}



@media(max-width: 800px){

	.btn_bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999999;
		width: 100%;
		flex-direction: column;
		background: #fff;
		height: auto;
		padding: 18px;
	}

	.place_order {
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #C16E6E;
		color: #fff;
		margin-right: unset;
	}

	.calculate_order {
		height: 50px;
		width: 100%;
		margin-top: 15px;
	}
	.modal_catalog_img {
		max-width: unset;
		top: 12%;
		left: 0;
	}
	.moBail {
		display: block;
	}
	.decstop {
		display: none;
	}


	.offres_name {
		height: 49px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #EEEEEE;
		margin-top: 10px;
	}

	.name_offers {
		margin-left: 12px;
		color: #0C0C0B;
	}

	.catalog_moBile {
		display: flex;
		justify-content: space-around;
		margin-bottom: 24px;
	}

	.border-catalog {
		border: 1px solid #EAEAEA;
		padding: 10px;
	}

	.img_moBile {
		width: 45%;
		margin-top: 10px;
	}

	.img_moBile img {
		max-width: 59px;
		width: 100%;
		object-fit: cover;
	}

	.left_moBile {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		width: 60%;
		color: #87847F;
	}

	.rigth_moBile {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	.btn_basket {
		width: 50%;
	}

	.btn_offer {
		width: 100%;
		max-width: unset;
		margin-bottom: 24px;
	}
	.btn_basket a {
		max-width: unset;
		width: 100%;
		height: unset;
	}
}



