.modal {
	z-index: 999;
}

ul.carousel__dots {
	position: relative;
	z-index: 1;
}

.banner__search {
	z-index: 1;
	position: relative;
}

.banner {
	background-image: url(/template/files/images/banner-bg.webp);
	background-size: cover !important;
	background-position: center !important;
	overflow: hidden;
}

.carousel-image {
	position: absolute;
	left: 63%;
	top: 50px;
	pointer-events: none;
}

@media screen and (max-width: 1400px) {
	.carousel-image {
		display: none;
	}
}

.product_price {
	display: flex;
	grid-gap: 5px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 4px;
}

.product_price .old-price {
	text-decoration: line-through;
	color: #7b7b7b;
}

.product_price .price {
	color: #d60916;
}

@media screen and (max-width: 992px) {
	.price-wr {
		display: none;
	}
	
	.qty-and-moq {
		display: flex;
		grid-gap: 15px;
		padding-bottom: 25px;
	}
}

.mt-0 {
	margin-top: 0;
}

.white-space-nowrap {
	white-space: nowrap;
}

.search-result_option::after {
	content: attr(data-amount) " " attr(data-v);
	white-space: nowrap;
}

.search-result__amount::after {
	content: attr(data-price) " " attr(data-v);
	white-space: nowrap;
}

.loader {
	position: relative;
	height: 100px;
	width: 100%;
}

.loader::before {
	content:"";
	width:100%;
	height:100%;
	background-color:#fafafa;
	position:absolute;
	top:0;
	left:0;
	z-index:9998;
	transition:visibility .2s,opacity .2s;
}

.loader::after {
	content:"";
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	border:4px solid transparent;
	border-top-color:#02a391;
	border-right-color:#02a391;
	border-radius:50%;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:50%;
	z-index:9999;
	animation:rotate .8s linear infinite;
}

.typical-wrap {
	font-family: 'LATO_';
	font-size: 1.25em;
	line-height: 1.5
}

.typical-wrap a {
	color: #02a391;
}

.typical-wrap h1 {
	font-size: 3em;
	margin: 1.5em 0 .5em;
}

.typical-wrap h2 {
	font-size: 2.5em;
	margin: 1.5em 0 .5em;
}

.typical-wrap h3 {
	font-size: 2.25em;
	margin: 1.5em 0 .5em;
}

.typical-wrap h4 {
	font-size: 2em;
	margin: 1.5em 0 .5em;
}

.typical-wrap h5 {
	font-size: 1.75em;
	margin: 1.5em 0 .5em;
}

.typical-wrap h6 {
	font-size: 1.75em;
	margin: 1.5em 0 .5em;
}

.typical-wrap b,
.typical-wrap strong {
	font-weight: 700;
}

.typical-wrap ul {
	margin: 1.75em 0;
	padding: 0 0 0 2.25em;
	list-style: none;
	counter-reset: N;
}

.typical-wrap ul li {
	margin: 1em 0;
}

.typical-wrap ul li::before {
	content: "";
	width: 1em;
	margin: .6em 0 0 -1.8em;
	border-top: .1em solid #474747;
	float: left;
}

.typical-wrap ul li::afrer {
	content: "";
	display: block;
	clear: both;
}

.typical-wrap ol {
	margin: 1.75em 0;
	padding: 0 0 0 2.25em;
	list-style: none;
	counter-reset: N;
}

.typical-wrap ol li {
	margin: 1em 0;
}

.typical-wrap ol li::before {
	content: counter(N) ".";
	counter-increment: N;
	width: 1.8em;
	margin-left: -1.8em;
	padding-right: .4em;
	text-align: right;
	box-sizing: border-box;
	float: left;
}

.typical-wrap ol li::afrer {
	content: "";
	display: block;
	clear: both;
}

.typical-wrap blockquote {
	margin: 1.75em 0;
	border-radius: 1.5em;
	background-color: #dee9e1;
	display: flex;
	align-items: flex-start;
	padding: 1em 3em 1em 3em;
	flex-direction: row;
	flex-wrap: wrap;
	font: 700 1.375em / 1.4 Lato_;
	box-sizing: border-box;
}

.typical-wrap table {
	width: max-content;
	text-align: left;
	border-spacing: .375em;
	table-layout: fixed;
	max-width: 100%;
}

.typical-wrap table td {
	padding: 1.125em 1.25em;
	font: 500 1em / 1.5em Mulish_;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: .75em;
	box-sizing: border-box;
}

.plr {
	padding: 0 24px;
}

.search-result__section {
	padding-top: 0;
}

.specifications__row:first-of-type {
	justify-content: inherit;
}

.specifications__label {
	flex: inherit;
	width: 100%;
}

.products__image {
	width: auto !important;
	display: block;
	margin: auto;
	max-width: 100%;
}

.card__info-image {
	width: auto !important;
	max-width: 100%;
}

.offer {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	padding: 12px 15px;
	gap: 10px;
	font-size: .9rem;
	cursor: pointer;
}

.offer .dist {
	display: flex;
	align-items: center;
	line-height: 1;
	gap: 5px;
}

#quick_buy .sendex__input {
	padding: 12px 15px;
}

#quick_buy {
	font-family: Lato_;
	position: sticky;
	top: 20px;
}

.selected-offer {
	margin: 10px 0;
}

.offer .moq {
	color: #969292;
	text-wrap-mode: nowrap;
}

.offer .price {
	color: #d60916;
	text-wrap-mode: nowrap;
	margin-left: auto;
}

.offer .carret {
	transform: translateY(1px);
	color: #929292;
}

.offer .dist span {
	max-width: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700;
}

.offer-list .offer {
	border-radius: 0;
}

.offer-list {
	border-radius: 12px;
	overflow: hidden;
	margin-top: -9px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.offer-list .offer {
	border-bottom: 1px solid #dee9e1;
}

.offer-list .offer:last-child {
	border-bottom: 0;
}

.offers {
	position: relative;
}

.offer-list .offer:hover {
	background-color: #fafafa;
}

/* @media (min-width: 1200px) {
	.search-result-components .search-result__table-header:nth-of-type(1),
	.search-result-components .search-result__table-cell:nth-of-type(1),
	.search-result-components .search-result__table-header:nth-of-type(2),
	.search-result-components .search-result__table-cell:nth-of-type(2),
	.search-result-components .search-result__table-header:nth-of-type(3),
	.search-result-components .search-result__table-cell:nth-of-type(3),
	.search-result-components .search-result__table-header:nth-of-type(4),
	.search-result-components .search-result__table-cell:nth-of-type(4) {
		width: auto;
	}
} */

/* .search-result-components .search-result__title {
	padding-left: 0 !important;
} */

.typical h1 {
	font-size: 3em
}

.typical h2 {
	font-size: 2.5em
}

.typical h3 {
	font-size: 2.25em
}

.typical h4 {
	font-size: 2em
}

.typical h5 {
	font-size: 1.75em
}

.typical h6 {
	font-size: 1.25em
}

.typical p {
	margin: 1.25em 0;
	font: 400 1.25em/1.5 Lato_
}

.search-result_option.active:before {
	color: #02a391
}

.search-result_option.active:after{
	color: #ff3a3a
}

.catalog {
	display: block !important;
	column-count: 3;
	column-gap: 30px;
	padding: 0 15px;
}

a.catalog__link {
	margin-top: 30px !important;
}

a.catalog__link:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.catalog {
		display: block;
		column-count: 2;
		column-gap: 30px;
	}
}

@media screen and (max-width: 768px) {
	.catalog {
		display: block;
		column-count: 1;
		column-gap: 15px;
	}
}

.support__section .notice {
	max-width: 300px;
	margin: 15px 0 0 auto;
}

.search-result_type_components .search-result__table-row:not(:first-of-type) {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	flex-wrap: wrap;
}

.search-result_type_components .search-result__table-row:last-of-type {
	margin-bottom: 12px;
	padding-bottom: 0;
	border-bottom: 0;
}

.search-result_type_components .search-result__table-cell {
	flex: 0 0 100%;
}

.search-result_type_components .search-result__table-cell::before {
	display: none;
}

.search-result_type_components .button {
	margin-top: 12px;
}

.search-result_type_components .search-result__photo {
	width: 64%;
	display: block;
}

.search-result_type_components .search-result__title {
	padding-left: 0;
}

.search-result_type_components .search-result__header {
	margin: 12px 0 0;
}

@media (min-width: 992px) {
	.search-result_type_components .search-result__table-row:not(:first-of-type) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
		display: table-row;	
	}

	.search-result_type_components .button {
		margin-top: 0;
	}

	.search-result_type_components .search-result__table-header:nth-of-type(3) {
		width: 50%;
	}
	
	.search-result_type_components .search-result__table-header:nth-of-type(1),
	.search-result_type_components .search-result__table-header:nth-of-type(2),
	.search-result_type_components .search-result__table-cell {
		width: 25%;
	}
}
