

/* Start:/local/templates/akshome/components/bitrix/news.list/kanapy/style.css?17576658583806*/
h1 {
	margin-bottom: 30px;
}
table.section-table, table.products-table {
	border-collapse: collapse;
}
table.products-table {
	margin-bottom: 40px;
}
table.section-table {
	margin-bottom: 20px;
}
table.products-table tr td {
	background-color: #E6E6E6;
	padding: 10px;
}
table.products-table tr {
	transition: .3s;
}
table.products-table tr:not(.separate):hover {
	transform: scale(1.01);
}
table.products-table tr.separate td {
	background-color: #FFF;
	padding: 0;
	height: 10px;
}
table.section-table tr td.name {
	width: 40%;
	text-transform: uppercase;
	font-weight: 600;
}
table.section-table tr td.image {
	width: 60%;
}
table.products-table tr td.name {
	width: 25%;
}
table.products-table tr td.image {
	text-align: center;
	width: 25%;
}
table.products-table tr td.texture {
	text-align: center;
	width: 25%
}
table.products-table tr td.price {
	text-align: center;
	width: 10%;
}
table.products-table tr td.button {
	text-align: center;
	width: 15%
}
table.section-table img, table.products-table img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	transition: .3s;
}
table.section-table img:hover, table.products-table img:hover {
	border-color: #333;
	transform: scale(1.01);
}
table.products-table img {
	max-height: 200px;
}
table.products-table tr td.name .code {
	margin-bottom: 10px;
}
.coll-title {
	font-size: 18px;
}
.coll-name {
	font-size: 50px;
}
.buy-in-one-modal {
	width: 1200px;
	border-radius: 5px;
	box-shadow: 7px 8px 55px rgba(51,51,51,0.15);
	overflow: hidden;
}
.buy-in-one-modal__content {
	display: flex;
}
.buy-in-one-modal__image {
	width: 30%;
	background: #fff;
	padding: 45px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buy-in-one-modal__detail {
	width: 70%;
	background: #F7F7F9;
	padding: 45px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.buy-in-one-modal__name {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
	margin: 15px 0;
	display: inline-block;
}
.buy-in-one-modal__price-box {
	display: flex;
	margin: 10px 50px 0 0;
}
.buy-in-one-modal__old-price {
	font-size: 17px;
	line-height: 25px;
	color: #B3B3B4;
	display: inline-block;
	margin-right: 20px;
	text-decoration: line-through;
}
.buy-in-one-modal__price {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
.buy-in-one-modal__input-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
	flex-wrap: wrap;
}
.buy-in-one-modal__input-box > input {
	height: 45px;
	width: calc(33% - 12px);
	background: #FFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 20px;
	margin-bottom: 25px;
}
.buy-in-one-modal__content .main-user-consent-request {
	margin-bottom: 20px;
	display: block;
}
.buy-in-one-modal__content .modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
@media (max-width: 700px) {
	.buy-in-one-modal__content {
		flex-direction: column;
	}
	.buy-in-one-modal__image {
		width: 100%;
		height: 200px;
		padding: 20px 45px;
	}
	.buy-in-one-modal__detail {
		width: 100%;
		padding: 20px 45px 45px;
		height: auto;
	}
	.buy-in-one-modal__input-box {
		flex-direction: column;
		margin-top: 20px;
	}
	.buy-in-one-modal__input-box > input {
		width: 100%;
	}
	table.products-table, table.section-table {
		width: 100%;
	}
	table.products-table tr, table.section-table tr {
		display: flex;
		flex-direction: column;
	}
	table.products-table tr td, table.section-table tr td {
		width: 100%!important;
	}
	table.products-table tr td.button {
		display: flex;
		justify-content: center;
	}
}
/* End */
/* /local/templates/akshome/components/bitrix/news.list/kanapy/style.css?17576658583806 */
