.hidden {
	display: none;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

/* Video block */
.js-video {
	margin-top: 30px;
}

.js-video__button {
	z-index: 10;
}

.js-video iframe {
	border-width: 0;
	height: 100%;
	left: 0;
	outline-width: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}

.video-overlay {
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

@media (max-width: 1999px) {
	.js-video {
		margin-top: 0;
	}
}

/* Video block */

.pagination {
	display: block !important;
}

.i-catalog__layout #pdopage .pagination {
	margin-top: 28px;
}

.i-catalog__layout .rows {
	display: -ms-grid;
	display: grid;
	gap: 20px 16px;

	-ms-grid-columns: 1fr 16px 1fr;
	grid-template-columns: repeat(2, 1fr);
}

.i-catalog__layout.i-catalog__layout_search .rows {
	display: -ms-grid;
	display: grid;
	gap: 12px;

	-ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
	grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 1199px) {
	.i-catalog__layout.i-catalog__layout_search .rows {
		gap: 12px;
		-ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1400px) {
	.i--catalog--home {
		-ms-grid-columns: 4fr;
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1200px) {
	.i-catalog__layout.i-catalog__layout_search .rows {
		gap: 12px;
		-ms-grid-columns: 1fr 12px 1fr 12px 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 992px) {
	.i-catalog__layout.i-catalog__layout_search .rows {
		gap: 12px;
		-ms-grid-columns: 1fr 12px 1fr 12px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

.ui-slider {
	margin-bottom: 30px;
}

.price_values .ajax-disabled {
	max-width: 100px;
}

@media (min-width: 1350px) {
	.i-catalog__layout .rows {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1500px) {
	.i-catalog__layout .rows {
		gap: 20px;
		grid-column-end: -1;
		grid-column-start: 1;
	}
}

.i-catalog__layout .show-more,
.i-catalog__layout .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: inherit;
}

.field__inner .error {
	border: 1px solid #e42c27;
	bottom: 0;
	left: 0;
	position: relative;
}

.email-label .error {
	border-bottom: 3px solid #e42c27;
	bottom: 0;
	left: 0;
	position: relative;
}

.error_text {
	bottom: -24px;
	color: #e42c27;
	font-size: 16px;
	font-weight: 300;
	left: 0;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
}

.ajax-filter-count {
	-ms-grid-column: 1;
	-ms-grid-column-align: center;
	grid-column-end: -1;
	-ms-grid-column-span: -2;
	grid-column-start: 1;
	justify-self: center;
	margin-top: 12px;
}

.i-catalog__layout.ajax-container {
	-ms-grid-columns: (1fr) [1];
	grid-template-columns: repeat(1, 1fr);
}

.i-catalog__layout_fav {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1500px) {
	.i-catalog__layout_fav {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.i-catalog__layout_fav {
		grid-template-columns: repeat(2, 1fr);
	}
}

.product__content {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
	.product__content {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.testemonials {
	margin-top: 48px;
}

@media (min-width: 1100px) {
	.testemonials {
		margin-top: 100px;
	}
}

.support a {
	color: #3996f7;
	text-decoration: none;
}

/* .card {
    height: max-content;
} */
@media (max-width: 767px) {
	.card {
		height: 100%;
	}
}

.card__info {
	min-height: 68px;
}

@media (min-width: 768px) {
	.card__info {
		min-height: 105px;
	}
}

.i-favorites-layout {
	display: grid;
	gap: 20px;

	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}

@media (min-width: 1140px) {
	.i-favorites-layout {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1500px) {
	.i-favorites-layout {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Centering language dropdown text */
@media (min-width: 768px) {
	.language-dropdown__menu li {
		padding-right: 6px;
	}
}

/* Product page - text "add to cart"  */
@media (min-width: 768px) {

	.to-cart__first-text,
	.to-cart__second-text {
		font-size: 16px;
	}
}

/*  */
.description__wrapper {
	max-width: 1000px;
}

.description__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;

	gap: 20px;
}

@media (min-width: 768px) {
	.description__inner {
		flex-direction: row;
	}
}

.open-product-video {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 424px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

@media (min-width: 768px) {
	.open-product-video {
		margin: 0;
	}
}

.open-product-video:hover {
	opacity: 0.6;
}

.open-product-video svg {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* product-info block */

/* .product-info {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .product-info {
        margin-bottom: 100px;
    }
} */

.product-info__wrapper {
	display: grid;

	gap: 18px;
}

@media (min-width: 992px) {
	.product-info__wrapper {
		grid-template-columns: repeat(5, 1fr);
	}
}

.product-info__item {
	align-items: flex-start;
	border-top: 2px solid #8ca6ff;
	display: flex;

	gap: 16px;
	padding-top: 18px;
}

@media (min-width: 992px) {
	.product-info__item {
		border-left: 2px solid #8ca6ff;
		border-top: unset;
		padding-left: 18px;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.product-info__item:first-child {
		border: unset;
		padding-left: 0;
	}
}

.product-info__inner {
	display: flex;
	flex-direction: column;

	gap: 8px;
}

.product-info__title {
	color: var(--black);
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

.product-info__text {
	color: var(--black);
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

/* // product-info block */

/* Video modal */

.video-modal {
	height: calc(100% - 32px);
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
	z-index: var(--modal-index);
}

.video-modal__inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 6, 26, 0.25);
	display: flex;
	flex-direction: column;

	gap: 16px;
	height: 100%;
	left: 50%;
	padding: 16px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@media (min-width: 768px) {
	.video-modal__inner {
		padding: 24px;
	}
}

.video-modal__overlay {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: var(--overlay-index);
}

.video-modal__close-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	margin: 0;
	margin-left: auto;
	padding: 0;
	transition: 0.3s;
	width: 24px;
}

.video-modal__close-btn:hover {
	opacity: 0.6;
}

.video-modal__video {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width: 992px) {
	.video-modal__video {
		width: 90%;
	}
}

.video-modal__video iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.video-modal__body {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

/* // Video modal */

/* Gallery modal */

.gallery-modal__body {
	height: 100%;
	position: relative;
	width: 100%;
}

.fotorama__thumb {
	background-color: transparent;
}

.fotorama__thumb-border {
	background-image: unset;
	border-bottom-color: var(--black);
	border-color: transparent;
	margin-top: 32px !important;
}

@media (max-width: 768px) {
	.fotorama__arr {
		display: none !important;
	}
}

@media (min-width: 1100px) {
	.fotorama__arr {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Cpath fill='%2300061A' d='M37.172 26.735 17.667 8.15a1.75 1.75 0 0 0-2.416 0l-.02.021a1.61 1.61 0 0 0 0 2.335l18.367 17.5-18.367 17.493a1.61 1.61 0 0 0 0 2.334l.02.021a1.75 1.75 0 0 0 2.415 0L37.172 29.27a1.75 1.75 0 0 0 0-2.534Z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 56px;
		width: 56px;
	}

	.fotorama__arr--prev {
		transform: rotate(180deg) !important;
	}

	.fotorama__arr--next {}
}

/* // Gallery modal */

@media (min-width: 768px) {
	.card__column {
		max-width: 70px;
	}
}

.add-to-favorites .icon-rem {
	display: none;
}

.add-to-favorites .icon-rem-hover {
	display: none;
}

.add-to-favorites .icon-heart-hover {
	display: none;
}

.add-to-favorites:hover .icon-heart-hover {
	display: block;
}

.add-to-favorites:hover .icon-heart {
	display: none;
}

.add-to-favorites svg {
	transition: 0.3s;
}

.add-to-favorites._active_ .icon-rem {
	display: block;
	/*transform: scale(0.8);*/
}

.add-to-favorites._active_:hover .icon-rem {
	display: none;
}

.add-to-favorites._active_:hover .icon-heart-hover {
	display: none;
}

.add-to-favorites._active_:hover .icon-rem-hover {
	display: block;
}

.add-to-favorites._active_ .icon-heart {
	display: none;
}

.add-to-favorites:hover svg path {
	/*fill: var(--black);*/
}

@media (max-width: 1150px) {
	.i-catalog_head {
		display: grid;
		gap: 20px;

		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}

	.select2-container {
		width: 100% !important;
	}
}

body {
	overflow-x: hidden;
}

/*.active_fav path {
	fill: #fff;
}
*/
@media (min-width: 768px) {
	.support__text {
		font-size: 18px;
		line-height: 30px;
	}
}

.support__text a {
	color: rgba(57, 150, 247, 1);
	text-decoration: none;
}

.support__text a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.card:hover .card__img img {
		border-radius: 13px;
		transform: scale(1.05) translateY(-2px);
	}

	.card:hover .card__inner,
	.card:focus .card__inner {}
}

.badge {
	width: max-content;
}

#msOrder {
	margin-top: 0 !important;
}

.product-list__img a {
	display: flex;
	justify-content: center;
}

.product-list__img a img {
	object-fit: contain;
}

.product-item__inner {
	width: 100%;
}

@media (max-width: 768px) {
	.product-item__img {
		aspect-ratio: auto;
		max-width: 132px;
		min-width: unset;
	}
}

.checkbox-label {
	width: auto;
}

@media (min-width: 1100px) {
	.product-list {
		max-height: 350px;
		min-height: 110px;
		padding-bottom: 0;
	}
}

.i-favorites-page .i-catalog__wrapper {
	gap: 40px;
}

@media (min-width: 768px) {
	.card__descr {
		font-size: 14px;
		line-height: 16px;
	}
}

/* New categories */

.i-categories {
	display: grid;
	gap: 10px 20px;

	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.i-categories {
		gap: 20px;
	}
}

.i-category {
	align-items: center;

	aspect-ratio: 154/60;
	background-color: #8ca6ff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

@media (min-width: 768px) {
	.i-category {
		aspect-ratio: 868/220;
	}

	.i-category:hover {
		transform: scale(0.9);
	}

	.i-category:hover .i-category__text {
		transform: scale(1.1);
	}
}

.i-category::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.i-category__text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	z-index: 2;
}

@media (min-width: 1100px) {
	.i-category__text {
		font-size: 61px;
	}
}

.brands-layout {
	display: grid;
	gap: 10px 20px;

	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1100px) {
	.brands-layout {
		gap: 26px 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

.brands-layout .brands-card__image img {
	aspect-ratio: unset;
}

.brands-layout .brand-card__wrapper {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.brands-layout .brand-card__arrow {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

@media (max-width: 768px) {
	.brands-layout .brand-card__wrapper {
		padding-left: 12px;
		width: 96px;
	}

	.brands-layout .brand-card__arrow {
		width: 25px;
	}

	.brands-layout .brand-card__arrow img {
		height: 10px;
		width: 10px;
	}

	.brands-layout .brand-card__link {
		height: 42px;
	}

	.brand-card__tooltip {
		display: none;
	}
}

.i-catalog--custom,
.brands-layout {
	padding-bottom: 24px;
}

@media (min-width: 768px) {

	.i-catalog--custom,
	.brands-layout {
		padding-bottom: 56px;
	}
}

/* // New categories */

.carousel .owl-dots {
	height: 22px;
}

@media (min-width: 768px) {
	.carousel .owl-dots {
		height: 25px;
	}
}

/* RECALL widget */
.recall-overlay {
	background: rgba(0, 6, 26, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

@media (min-width: 768px) {
	.recall-overlay {
		display: none !important;
	}
}

.recall {
	bottom: 16px;
	display: flex;
	flex-direction: column-reverse;

	gap: 8px;
	position: fixed;
	right: 16px;
	z-index: 10;
}

@media (max-width: 767px) {
	.recall {
		z-index: 21;
	}
}

.recall-trigger {
	align-items: center;
	background-color: #fff;
	border: 2px solid #8ca6ff;
	border-radius: 50%;
	display: flex;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.recall-trigger img {
	height: 32px;
	width: 32px;
}

@media (min-width: 768px) {
	.recall-trigger {
		height: 86px;
		width: 86px;
	}

	.recall-trigger img {
		height: 48px;
		width: 48px;
	}
}

.recall-trigger img:nth-child(1) {
	display: block;
}

.recall-trigger img:nth-child(2) {
	display: none;
}

.recall-trigger.active img:nth-child(1) {
	display: none;
}

.recall-trigger.active img:nth-child(2) {
	display: block;
}

.recall-trigger.active {
	border-color: transparent;
}

.recall-content {
	align-items: center;
	display: flex;
	flex-direction: column;

	gap: 8px;
	justify-content: center;
}

@media (max-width: 767px) {
	.recall-content {
		background-color: #fff;
		border-radius: 10px;

		gap: 16px;
		height: auto;
		left: 50%;
		max-width: calc(100% - 32px);
		padding: 16px;
		position: fixed;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.recall__item,
.recall-phone {
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s;
	width: 80px;
}

.recall-phone img:nth-child(1) {
	display: block;
}

.recall-phone img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.recall-phone {
		height: auto;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.recall__item,
	.recall__inner {
		align-items: center;
		border: 1px solid #a6acc6;
		border-radius: 5px;
		display: flex;

		gap: 16px;
		height: auto;
		justify-content: flex-start;
		padding: 4px 8px;
		width: 100%;
	}

	.recall-phone img:nth-child(1) {
		display: none;
	}

	.recall-phone img:nth-child(2) {
		display: block;
	}

	.recall__inner {
		order: 999;
	}
}

@media (max-width: 767px) {

	.recall__item img,
	.recall-phone img {
		height: 40px;
		width: 40px;
	}
}

.recall__item span {
	color: #00061a;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

@media (min-width: 768px) {
	.recall__item img {
		transform: translateY(4px);
	}

	.recall__item span {
		display: none;
	}

	.recall__item:hover,
	.recall-phone:hover {
		opacity: 0.8;
	}
}

.recall__inner {
	position: relative;
}

.recall-phone-content {
	align-items: center;
	background-color: #fff;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	display: flex;
	flex-direction: column;

	gap: 4px;
	height: 80px;
	justify-content: center;
	padding: 4px 24px;
	position: absolute;
	right: 74px;
	top: 50%;
	transform: translateY(-50%);
	width: max-content;
}

@media (max-width: 767px) {
	.recall-phone-content {
		background-color: transparent;
		border-radius: 0;
		display: block !important;
		height: auto;
		padding: 0;
		position: relative;
		right: auto;
		top: auto;
		transform: unset;
		width: auto;
	}

	.recall-phone-content span {
		display: none;
	}
}

.recall-phone-content a {
	color: #00061a;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
	text-decoration: none;
}

@media (min-width: 768px) {
	.recall-phone-content a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 767px) {
	.recall-phone-content a {
		color: #00061a;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.5;
		text-decoration: none;
	}
}

.recall-phone-content span {
	color: #436dff;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
}

.recall-phone.active {
	border-bottom-right-radius: 50px;
	border-radius: 0;
	border-top-right-radius: 50px;
}

/* // RECALL widget */

/* SCROLL PANEL block */

.scroll-panel {
	align-items: center;
	background-color: #fff;
	
	bottom: var(--bottom-panel-height);
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 12px 16px;
	position: fixed;
	right: 0;
	z-index: 10;
}

@media (min-width: 1100px) {
	.scroll-panel {
		border-radius: 10px;
		border-radius: 5px;
		bottom: 16px;
		box-shadow: 0px 33px 80px rgba(0, 6, 26, 0.14),
			0px 13.7866px 33.4221px rgba(0, 6, 26, 0.10064),
			0px 7.37098px 17.869px rgba(0, 6, 26, 0.083455),
			0px 4.13211px 10.0172px rgba(0, 6, 26, 0.07),
			0px 2.19453px 5.32008px rgba(0, 6, 26, 0.056545),
			0px 0.913195px 2.21381px rgba(0, 6, 26, 0.0393604);
		gap: 48px;
		left: 50%;
		max-width: calc(100% - 300px);
		padding: 16px;
		right: auto;
		transform: translateX(-50%);
		width: 100%;
	}
}

@media (min-width: 1700px) {
	.scroll-panel {
		max-width: 1460px;
	}
}

.scroll-panel__left {
	display: none;
}

@media (min-width: 920px) {
	.scroll-panel__left {
		align-items: center;
		display: flex;

		gap: 20px;
		justify-content: flex-start;
	}
}

.scroll-panel__img {
	flex-shrink: 0;
}

.scroll-panel__img img {
	border-radius: 7px;
	display: block;
	height: 100%;
	max-height: 83px;
	width: auto;
}

.scroll-panel__content {
	display: flex;
	flex-direction: column;
	flex-shrink: 1;

	gap: 8px;
	height: 100%;
	justify-content: space-between;
}

.scroll-panel__title {
	display: none;
}

@media (min-width: 1100px) {
	.scroll-panel__title {
		-webkit-box-orient: vertical;
		color: #00061a;
		display: -webkit-box;
		flex-shrink: 1;
		font-size: 20px;
		font-weight: 400;

		-webkit-line-clamp: 2;
		line-height: 25px;
		overflow: hidden;
	}
}

.scroll-panel__code {
	color: #00061a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.scroll-panel__right {
	align-items: center;
	display: flex;
	flex-shrink: 0;

	gap: 24px;
}
.scroll-panel__right form.ms2_form {
	display: flex;
}

.scroll-panel__price {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;

	gap: 4px;
}

.scroll-panel__price .price {
	font-size: 20px;
	line-height: 1;
}

@media (min-width: 920px) {
	.scroll-panel__price .price {
		font-size: 40px;
	}
}

.scroll-panel__price .old-price {
	color: #7a8cb7;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: line-through;
}

@media (min-width: 920px) {
	.scroll-panel__price .old-price {
		font-size: 20px;
	}
}

/*@media (max-width: 920px) {
	.add-to-favorites {
		display: none;
	}
}*/

/* // SCROLL PANEL block */

.carousel .owl-dots {
	flex-wrap: wrap;

	gap: 12px;
}

.ajax-container {
	display: block;
}

.i-catalog__layout {
	display: block;
}

.i-catalog__layout .ajax-filter-count:empty {
	display: none;
}

.recall.hide {
	display: none;
}

@media (max-width: 767px) {
	.card__info {
		align-items: flex-start;
		flex-direction: column;

		gap: 4px;
		justify-content: flex-start;
	}

	.card__column {
		align-items: center;
		flex-direction: row;

		gap: 10px;
		justify-content: flex-start;
		max-width: 100%;
	}

	.card__footer {
		align-items: flex-start;
		display: flex;
		flex-direction: column;

		gap: 8px;
		position: relative;
	}

	.card__footer .card__action {
		align-items: flex-end;
		/* margin-top: -44px; */
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 100%;
	}

	.card__footer .add-to-cart {
		height: 40px;
		max-width: 100%;
		width: 100%;
	}

	.card__footer .add-to-favorites {
		border-radius: 4px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
	}

	.card__footer .card__price {
		-webkit-box-pack: center;
		flex-direction: column-reverse;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 40px;
		padding-right: 40px;
		width: 100%;
	}

	.card__footer .price {
		font-size: 18px;
		line-height: 26px;
	}

	.card__footer .old-price {
		font-size: 12px;
		line-height: 14px;
	}

	.card .add-to-cart {
		color: #fff;
	}

	.card .add-to-cart::before {
		transform: translateX(0) !important;
	}

	.card .add-to-cart.active::before {
		-webkit-transform: translateX(-100%) !important;
		transform: translateX(-100%) !important;
	}
}

.card.noactive .card__inner {
	border-color: #e4ecf7;
}

.card.noactive .price {
	color: var(--gray--500);
}

.card.noactive a.add-to-cart {
	background-color: var(--gray--100);
	border-color: var(--gray--100);
	opacity: 1;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card.noactive a.add-to-cart:hover {
	background-color: #d2ddeb;
	border-color: #d2ddeb;
}

.card.noactive .add-to-cart::before {
	display: none;
}

.card.noactive .add-to-cart svg,
.card.noactive .add-to-cart .add-to-cart__text {
	display: none;
}

.card.noactive .add-to-cart::after {
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505780' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 8v5m0 9c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z'/%3E%3Cpath stroke='%23505780' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 16h.009'/%3E%3C/svg%3E");*/
	background-image: url("/templates/img/infoo.svg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	content: "";
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
}

.add-to-favorites {
	border-color: #505780;
	color: #505780;
}

.product__info {
	position: relative;
}

@media (min-width: 768px) {
	.product__info {
		border: 1px solid #505780;
		border-radius: 10px;
	}

	.product__carousel .owl-item img {
		border-radius: 10px;
	}
}

.product__badge {
	align-self: self-start;
	background: #e4ecf7;
	border-radius: 3px;
	color: #505780;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 8px;
	padding: 4px 8px;
}

.product__with-content {
	display: none;
}

@media (min-width: 768px) {
	.product__with-content {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		right: 32px;
		text-align: center;
		top: 32px;
	}

	.product__with-content span {
		color: #8ca6ff;
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
		text-align: center;
	}

	.product__title {
		margin-right: 70px;
	}
}

.product__info.noactive .price {
	color: #505780;
}

.product__info.noactive .add-to-favorites {
	border-color: #e4ecf7;
}

.product__info.noactive .to-cart {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
	opacity: 1;
}

.scroll-panel .to-cart[disabled="disabled"] {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
	opacity: 1;
}

.scroll-panel .to-cart[disabled="disabled"]:hover {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
	opacity: 1;
}

.product__price {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.product__price .product__code {
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.product__price .product__code {
	color: #505780;
}

.product__mobile-badge {
	display: none;
}

@media (max-width: 767px) {
	.product__carousel {
		position: relative;
	}

	.product__mobile-badge {
		align-items: center;
		bottom: 8px;
		display: flex;

		gap: 16px;
		justify-content: center;
		pointer-events: none !important;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.product__mobile-badge img {
		height: 32px;
		width: 32px;
	}

	.product__mobile-badge span {
		color: #8ca6ff;
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
	}
}

.carousel button.owl-dot.active {
	background-color: #a6acc6;
}

.product__info .to-cart {
	border: 1px solid var(--black);
	color: #fff;

	gap: 16px;
	height: 64px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 254px;
	z-index: 2;
}

.product__info .to-cart::before {
	background-color: var(--black);
	border-radius: 3px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.product__info.noactive .to-cart::before {
	opacity: 0;
}

.product__info .to-cart.active::before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.product__info .to-cart[disabled="disabled"]::before {
	display: none;
}

.product__info .to-cart:hover:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.product__info .to-cart:hover {
	background-color: #fff;
	color: var(--black);
}

.product__info .to-cart[disabled="true"]:hover {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
}

@media (max-width: 767px) {
	.scroll-panel__price {
		-ms-flex-negative: initial;
		flex-shrink: initial;
	}

	.product__info .to-cart {
		width: 100%;
	}

	.product .product__info .to-cart {
		width: 254px;
	}

	.product__info .product__price {
		min-height: 64px;
	}

	.product__info .product__price .product__code {
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
	}

	.product__info .product__action-row {
		align-items: flex-start;
		flex-direction: column;

		gap: 16px;
		position: relative;
	}

	.product__info .product__action-row .add-to-favorites {
		border-color: #505780;
		border-radius: 5px;
		border-width: 2px;
		height: 64px;
		position: absolute;
		right: 0;
		top: 0;
		width: 64px;
	}

	/* .product__info .product__action-row span {
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 1;
	} */
	.product__info .product__action {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.product__info .to-cart__first-text,
	.product__info .to-cart__first-text .to-cart__second-text {
		display: block;
	}

	.product__info .to-cart.active .to-cart__second-text,
	.product__info .to-cart.active .icon-checked {
		display: block;
	}

	.product__info .to-cart.active .to-cart__first-text,
	.product__info .to-cart.active .icon-cart {
		display: none;
	}

	.product__info .ms2_form {
		width: 100%;
	}
}

.product__action button {
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.scroll-panel {
		padding: 11px 16px;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
        border-top: 1px solid #e7ebf2;
	}

	.scroll-panel .add-to-favorites {
		display: none;
	}

	.scroll-panel .to-cart {
		background-color: #00061a;
		border-radius: 4px;
		color: #fff;
		height: 32px;
		width: 56px;
	}

	.scroll-panel .to-cart.active {
		background-color: var(--success--500);
		border-color: var(--success--500);
		color: #fff;
	}

	.scroll-panel .to-cart.noactive,
	.to-cart[disabled="true"],
	.to-cart[disabled="true"]:hover {
		background-color: #e4ecf7;
		border-color: #e4ecf7;
		color: #505780;
	}
}

.scroll-panel__price .scroll-panel__title {
	font-size: 18px;
	line-height: 1.2;
}

@media (max-width: 919px) {
	.scroll-panel__right {
		justify-content: space-between;
		width: 100%;
	}
}

@media (min-width: 920px) {
	.scroll-panel__price .scroll-panel__title {
		display: none;
	}
}

.get-email__result {
	align-items: center;
	display: flex;

	gap: 24px;
	justify-content: center;
}

.get-email__result img {
	flex-shrink: 0;
	height: 64px;
	width: 64px;
}

@media (min-width: 768px) {
	.get-email__result img {
		height: 128px;
		width: 128px;
	}
}

.get-email__result span {
	color: #8ca6ff;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

@media (min-width: 768px) {
	.get-email__result span {
		font-size: 111px;
	}
}

.btn-slide-to-bottom {
	background: -o-linear-gradient(266.18deg, #93aaff 3.13%, #d88fee 96.87%);
	background: linear-gradient(183.82deg, #93aaff 3.13%, #d88fee 96.87%);
	border-radius: 100%;
	bottom: -54px;
	height: 64px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 64px;
}

.btn-slide-to-bottom:hover svg,
.btn-slide-to-bottom:focus svg {
	transform: scale(1.1);
}

.s-benefits {
	margin-bottom: 24px;
}

@media (min-width: 1100px) {
	.s-benefits {
		margin-bottom: 48px;
	}
}

.s-benefits__wrapper {
	display: grid;
	gap: 16px;

	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}

/* @media (min-width: 768px) {
    .s-benefits__wrapper {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }
} */
@media (min-width: 1200px) {
	.s-benefits__wrapper {
		gap: 24px;
		grid-template-columns: repeat(4, 1fr);
	}
}

.s-benefits__item {
	align-items: center;
	border: 2px solid #505780;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;

	gap: 8px;
	padding: 20px 8px 8px 8px;
}

@media (min-width: 768px) {
	.s-benefits__item {
		border-radius: 10px;
		border-width: 3px;

		gap: 16px;
		padding: 42px 16px 16px 16px;
	}
}

.s-benefits__item img {
	display: block;
	flex-shrink: 0;
	height: auto;
	max-width: 40px;
	width: 100%;
}

@media (min-width: 768px) {
	.s-benefits__item img {
		max-width: 80px;
	}
}

.s-benefits__item span {
	color: #505780;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
}

@media (min-width: 768px) {
	.s-benefits__item span {
		font-size: 40px;
	}
}

.defects {
	margin: 60px 0;
}

.details__table a {
	color: #3996f7;
	text-decoration: none;
}

.details__table a:hover,
.details__table a:focus {
	text-decoration: underline;
}

/*  */

/* About page */

.about .i-catalog__nav-wrapper {
	margin-bottom: 0;
}

.about__promo {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 250px;
	justify-content: flex-end;
	margin-bottom: 64px;
	padding-bottom: 24px;
	position: relative;
}

.about__promo::before {
	background: linear-gradient(180deg,
			rgba(0, 6, 26, 0) 0%,
			rgba(0, 6, 26, 0.75) 100%);
	bottom: 0;
	content: "";
	filter: drop-shadow(0px 137px 55px rgba(0, 6, 26, 0.01)) drop-shadow(0px 77px 46px rgba(0, 6, 26, 0.03)) drop-shadow(0px 34px 34px rgba(0, 6, 26, 0.04)) drop-shadow(0px 9px 19px rgba(0, 6, 26, 0.05)) drop-shadow(0px 0px 0px rgba(0, 6, 26, 0.05));
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media (min-width: 1024px) {
	.about__promo {
		height: 780px;
		margin-bottom: 120px;
		padding-bottom: 120px;
	}
}

.about__title {
	color: #8ca6ff;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: center;
	z-index: 3;
}

@media (min-width: 1024px) {
	.about__title {
		font-size: 82px;
	}
}

@media (min-width: 1280px) {
	.about__title {
		font-size: 128px;
	}
}

.about__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 1750px;
	padding-left: 16px;
	padding-right: 16px;
}

.about__wrapper img {
	border-radius: 3px;
	display: block;
	height: auto;
	width: 100%;
	/*filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 214px 86px rgba(80, 87, 128, 0.01)) drop-shadow(0px 120px 72px rgba(80, 87, 128, 0.05)) drop-shadow(0px 54px 54px rgba(80, 87, 128, 0.09)) drop-shadow(0px 13px 29px rgba(80, 87, 128, 0.1)) drop-shadow(0px 0px 0px rgba(80, 87, 128, 0.1));*/
}

@media (min-width: 1024px) {
	.about__wrapper img {
		border-radius: 5px;
		filter: drop-shadow(0px 33px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0px 19px 11px rgba(0, 0, 0, 0.05)) drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.09)) drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
	}
}

.about__subtitle {
	color: #00061a;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
	margin-bottom: 16px;
	text-align: center;
}

@media (min-width: 1024px) {
	.about__subtitle {
		font-size: 48px;
		line-height: 1;
		margin-bottom: 40px;
	}
}

.about__text {
	color: #00061a;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.about__text {
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 24px;
	}
}

.about__box {
	display: grid;

	gap: 16px;
}

@media (min-width: 1024px) {
	.about__box {
		gap: 56px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.about__content {
	color: #00061a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.about__content p {
	margin: 0;
}

.about__copyright {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-right: auto;
}

.about__copyright span {
	color: #00061a;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 180%;
	text-align: left;
}

@media (min-width: 1024px) {
	.about__copyright span {
		font-size: 24px;
		font-weight: 300;
		line-height: 165%;
	}
}

@media (min-width: 1024px) {
	.about__content {
		align-self: center;
		font-size: 24px;
		line-height: 165%;
	}
}

.who-we-are__slider {
	display: flex !important;
	flex-direction: column-reverse;
	max-height: 600px;
	max-width: calc(100vw - 32px);
	opacity: 0;
	position: relative;
}

.who-we-are__slider.owl-loaded {
	max-height: 100%;
	opacity: 1;
}

@media (min-width: 1200px) {
	.who-we-are__slider {
		margin-left: auto;
		margin-right: auto;
		max-width: 1075px;
	}
}

.who-we-are__slider .owl-dots {
	align-items: center;
	display: flex;

	gap: 12px;
	justify-content: center;
	margin: 0;
	margin-bottom: 16px;
}

@media (min-width: 1024px) {
	.who-we-are__slider .owl-dots {
		gap: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes progressBar {
	0% {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.who-we-are__slider .owl-dots .owl-dot {
	/*background-color: #505780;*/
	border: 1px solid #a6acc6;
	border-radius: 50px;
	flex-grow: 1;
	height: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.who-we-are__slider .owl-dots .owl-dot::before {
	background-color: #a6acc6;
	border-radius: 20px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0%;
}

.who-we-are__slider .owl-dots .owl-dot.active::before {
	animation: progressBar 8s linear;
	width: 100%;
}

@media (min-width: 1024px) {
	.who-we-are__slider .owl-dots .owl-dot {
		height: 12px;
	}
}

.who-we-are__title {
	color: #00061a;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
	margin-bottom: 16px;
	text-align: center;
}

@media (min-width: 1024px) {
	.who-we-are__title {
		font-size: 48px;
		line-height: 1;
		margin-bottom: 40px;
	}
}

.who-we-are__content {
	color: #00061a;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	margin: 0;
	margin-bottom: 24px;
	text-align: center;
}

@media (min-width: 1024px) {
	.who-we-are__content {
		font-size: 24px;
		line-height: 165%;
		margin-bottom: 40px;
	}
}

.who-we-are__item {
	align-items: center;
	display: flex;
	flex-direction: column;

	gap: 16px;
	justify-content: center;
	width: calc(100vw - 32px);
}

@media (min-width: 1024px) {
	.who-we-are__item {
		gap: 24px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.who-we-are__item img {
		filter: none;
	}
}

/*  */

.who-we-are__descr {
	color: #00061a;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	margin: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.who-we-are__descr {
		font-size: 24px;
		line-height: 165%;
	}
}

/* Team */
.team {
	margin-bottom: 110px;
	margin-top: 40px;
}

@media (min-width: 1024px) {
	.team {
		margin-bottom: 160px;
		margin-top: 80px;
	}
}

.team__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;

	gap: 40px;
	justify-content: center;
}

@media (min-width: 1024px) {
	.team__wrapper {
		gap: 80px;
	}
}

.team__title {
	color: #8ca6ff;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.team__title {
		font-size: 128px;
	}
}

.team__inner {
	display: grid;

	gap: 32px;
}

@media (min-width: 1024px) {
	.team__inner {
		gap: 80px;
		grid-template-columns: repeat(3, 1fr);
	}
}

.team__card {
	display: flex;
	flex-direction: column;

	gap: 16px;
}

@media (max-width: 1024px) {
	.team__card {
		margin-left: auto;
		margin-right: auto;
		max-width: 65%;
	}
}

.team__img {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 18px 7px rgba(0, 6, 25, 0.01),
		0px 10px 6px rgba(0, 6, 25, 0.03), 0px 5px 5px rgba(0, 6, 25, 0.04),
		0px 1px 3px rgba(0, 6, 25, 0.05), 0px 0px 0px rgba(0, 6, 25, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width: 1024px) {
	.team__img {
		border-radius: 5px;
	}
}

.team__img::before {
	background: linear-gradient(144.9deg,
			#8ca6ff 0%,
			rgba(255, 255, 255, 0) 58.33%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.team__img img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 3;
}

.team__name {
	color: #00061a;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

@media (min-width: 1024px) {
	.team__name {
		font-size: 32px;
	}
}

/* Utils */
.mb-40 {
	margin-bottom: 40px;
}

.mb-80 {
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.mb-80 {
		margin-bottom: 80px;
	}
}

.mb-120 {
	margin-bottom: 64px;
}

@media (min-width: 1024px) {
	.mb-120 {
		margin-bottom: 120px;
	}
}

.hide,
.corporate-row,
.diff_addres {
	display: none;
}

.corporate-row {
	margin-top: 0;
}

.corporate-row.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.radio_bl {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

/* sss */

.email-input.error {
	border-bottom: 1px solid #e42c27;
}

.doc-page {
	padding-top: 20px;
}

.copyright-prod {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.doc-page {
		padding-top: 60px;
	}

	.copyright-prod {
		margin-bottom: 100px;
	}
}

.product__carousel .owl-item a:hover,
.product__carousel .owl-item a:hover:focus {
	cursor: zoom-in;
}

.step-4+.checkout__wrapper {
	display: none;
}

/* Select inside catalog */

.i-catalog_head .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 1;
}

/* // Select inside catalog */
.payment-list {
	margin: 7px 0 0;
}

.payment-list-it {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;

	gap: 16px;
	margin-bottom: 16px;
}

.payment-list-it p {
	margin: 0;
}

.agree_whith_agb .radio_bl .input-parent {
	margin-left: 0;
	margin-right: 15px;
}

.agree_whith_agb .field__label {
	font-size: 18px;
}

.agree_whith_agb .error {
	position: inherit;
}

.agree_whith_agb .error .fake-checkbox {
	border: none;
}

.checkout__next[disabled="disabled"],
.checkout__next[disabled="disabled"]:hover {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.row-reverse {
	flex-direction: row-reverse;
}

/* Spinner */

.is-loading {
	color: transparent;
	cursor: default;
	opacity: 0.6;
	pointer-events: none;
	position: relative;
	transition: 0.3s;

	user-select: none;
}

.is-loading::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' viewBox='0 0 24 24'%3E%3Cstyle%3E@keyframes spinner_zKoa%7Bto%7Btransform:rotate(360deg)%7D%7D@keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25,to%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C/style%3E%3Cg style='transform-origin:center;animation:spinner_zKoa 2s linear infinite'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' style='stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}

/* // Spinner */
.firm-col .field,
.confirm_firm_bl.hidden {
	display: none;
}

.firm-col .field.show {
	display: -ms-grid;
	display: grid;
}

.confirm_firm_bl.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about_end {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 20px;
	margin: 40px 0 0;
}

.text_prod_bottom {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 16px 0 0;
	text-align: center;
}

.delivery_prod {
	color: #00061a;
}

.out_stock {
	color: var(--gray--500);
}

@media (max-width: 767px) {
	.text_prod_bottom {
		font-size: 13px;
		margin: 10px 0 0;
	}

	.card__inner {
		padding-bottom: 10px;
	}
}

.sl-discount__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.sl-discount__wrapper {
	border-top: 1px solid #b7b9cb;
	padding: 15px 20px 0 80px;
}

.sl-discount__close {
	align-items: center;
	background: url("../img/close.svg") no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	display: none;
	font-size: 24px;
	height: 30px;
	justify-content: center;
	outline: none;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: 0.3s;
	width: 30px;
}

.sl-discount__form {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -ms-grid;
	display: grid;
	-ms-flex-align: start;

	-ms-grid-columns: auto 128px;
	grid-template-columns: auto 128px;
	margin: 0 auto;
	width: 100%;
}

.sl-discount__title {
	display: none;
	margin: 0 0 15px;
	width: 100%;
}

.sl-discount__respond {
	color: #0052ea;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	width: 100%;
}

.sl-discount__input {
	background: #fff;
	border: 1px solid #b7b9cb;
	border-radius: 5px;
	color: var(--black);
	font-size: 20px;
	font-weight: 400;
	height: 52px;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

.sl-discount__button {
	align-items: center;
	background-color: var(--black);
	border: 1px solid var(--black);
	border-radius: 5px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	box-sizing: border-box;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	outline: none;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.sl-discount__button.noactive {
	background-color: #b7b9cb;
	border: 1px solid #b7b9cb;
}

.sl-discount__button:hover {
	opacity: 0.6;
}

.sl-discount__button:hover {
	background-color: var(--black);
	color: #fff;
}

.sl-discount__full-price {
	display: none;
}

.plan_wrapp.plan_wrapp_form .plan_item-header {
	border-bottom: 0px solid #d3d3db;
}

.discount_item {
	margin-top: 32px;
}

.discount_item .name {
	color: #171245;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 8px;
}

.discount_item .price {
	color: #27ae60;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}

.discount_item .price.sale span {
	color: #d3d3db;
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 16px;
}

.wrap_inp {
	margin-right: 20px;
}

.error_form .sl-discount__input {
	border-color: #e42c27;
}

.error__field {
	color: #e42c27;
}

.field__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}

.error_form input {
	color: #e42c27;
}

.error_form .sl-discount__input::placeholder {
	color: #e42c27;
}

.error_form .sl-discount__input::-webkit-input-placeholder {
	color: #e42c27;
}

.error_form .sl-discount__input::-moz-placeholder {
	color: #e42c27;
}

.error_form .sl-discount__input:-ms-input-placeholder {
	color: #e42c27;
}

.error_form .sl-discount__input::-ms-input-placeholder {
	color: #e42c27;
}

.error_form .sl-discount__input::placeholder {
	color: #e42c27;
}

.error_form .sl-discount__button {
	background-color: #e42c27;
	border: 1px solid #e42c27;
	color: #fff;
}

.success_form .sl-discount__input {
	border-color: #46a62c;
	color: #46a62c;
}

.success_form .field__text {
	color: #46a62c;
}

.sl-discount__input::placeholder {
	color: #b7b9cb;
}

.sl-discount__input::-webkit-input-placeholder {
	color: #b7b9cb;
}

.sl-discount__input::-moz-placeholder {
	color: #b7b9cb;
}

.sl-discount__input:-ms-input-placeholder {
	color: #b7b9cb;
}

.sl-discount__input::-ms-input-placeholder {
	color: #b7b9cb;
}

.sl-discount__input::placeholder {
	color: #b7b9cb;
}

.success_form .sl-discount__input::placeholder {
	color: #46a62c;
}

.success_form .sl-discount__input::-webkit-input-placeholder {
	color: #46a62c;
}

.success_form .sl-discount__input::-moz-placeholder {
	color: #46a62c;
}

.success_form .sl-discount__input:-ms-input-placeholder {
	color: #46a62c;
}

.success_form .sl-discount__input::-ms-input-placeholder {
	color: #46a62c;
}

.success_form .sl-discount__input::placeholder {
	color: #46a62c;
}

@media (max-width: 1099px) {
	.sl-discount__wrapper {
		border-bottom: 1px solid #b7b9cb;
		border-top: none;
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.sl-discount__form {
		display: block;
	}

	.wrap_inp {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.summary_promocode.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.reviews__bl {
	margin-bottom: 70px;
}

@media (min-width: 1200px) {
	.reviews__bl {
		margin-bottom: 100px;
	}
}

@media (min-width: 768px) {
	.shipping-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		gap: 20px;
	}
}

@media (max-width: 767px) {
	.shipping-content div+div {
		margin-top: 20px;
	}

	.shipping-content img {
		height: auto;
		width: 100%;
	}
}

.seo__text {
	background-color: #fff;
	color: #505780;
	font-family: Fira Sans Condensed;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 28px;
	padding: 120px 0;
	position: relative;
	text-align: left;
}

.seo-text__wrapp {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 852px;
}

.seo__text:after {
	background: linear-gradient(transparent, #fff);
	bottom: 0;
	content: "";
	display: block;
	height: 265px;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.seo__text h1,
.seo__text .h1 {
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-align: left;
}

.seo__text h2,
.seo__text .h2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-align: left;
}

.seo__text h1,
.seo__text .h1,
.seo__text h2,
.seo__text .h2,
.seo__text h3,
.seo__text .h3,
.seo__text h4,
.seo__text .h4 {
	color: #00061a;
}

.seo__text h3,
.seo__text .h3 {
	margin: 5px 0 10px;
}

.seo__text h4,
.seo__text .h4 {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	margin: 5px 0 10px;
}

.seo__text ul,
.seo__text ol {
	margin: 0 0 20px;
	padding: 0 0 0 46px;
}

.seo__text ul li {
	margin: 0 0 15px;
}

.seo__text ol li {
	margin: 0 0 15px;
}

.seo__text ul li:last-child,
.seo__text ol li:last-child {
	margin: 0;
}

.seo__text p {
	margin: 0 0 18px;
}

.seo__text blockquote {
	border-left: 2px solid #8ca6ff;
	border-top: unset;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 28px;
	margin: 0 0 20px;
	padding-left: 18px;
	padding-top: 0;
	text-align: left;
}

.seo__text blockquote p {
	color: #00061a;
}

.seo__text blockquote {
	color: #505780;
}

.seo__text img {
	height: auto;
	max-width: 100%;
}

.seo__text table tr {
	padding-bottom: 8px;
	padding-top: 8px;
}

@media (min-width: 768px) {
	.seo__text table tr {
		padding: 0;
	}

	.seo__text table th {
		padding: 22px 40px;
	}

	.seo__text table td {
		padding: 22px 15px;
	}

	.seo__text table th {
		padding-left: 0;
		width: 35%;
	}

	.seo__text table td {
		padding-right: 0;
		width: 65%;
	}
}

.seo__text table tr {
	border-top: 1px solid #e8e8e8;
}

.seo__text table tr:last-child {
	border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
	.seo__text table tr {
		border: unset;
	}

	.seo__text table th,
	.seo__text table td {
		border-top: 1px solid #e8e8e8;
	}

	.seo__text table th {
		border-right: 1px solid #e8e8e8;
	}

	.seo__text table tr:last-child th,
	.seo__text table tr:last-child td {
		border-bottom: 1px solid #e8e8e8;
	}
}

.seo__text table tr {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;

	gap: 2px;
}

@media (min-width: 768px) {
	.seo__text table tr {
		display: table-row;
	}
}

@media (max-width: 767px) {
	.seo__text table tr {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;

		gap: 4px 8px;
		justify-content: space-between;
	}

	.seo__text {
		padding: 60px 0;
	}
}

.seo__text table th {
	color: var(--black);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
}

@media (min-width: 768px) {
	.seo__text table th {
		font-size: 20px;
		line-height: 30px;
	}
}

.seo__text table {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 5px 0 0;
}

.seo__text table td {
	color: #505780;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

@media (min-width: 768px) {
	.table__inner {
		gap: 10px;
	}
}

@media (max-width: 991px) {
	.seo-text__wrapp {
		max-height: 625px;
	}

	.seo__text {
		padding: 80px 0;
	}

	.seo__text h1,
	.seo__text .h1 {
		font-size: 36px;
	}

	.seo__text h2,
	.seo__text .h2 {
		font-size: 29px;
	}

	.seo__text h3,
	.seo__text .h3 {
		font-size: 26px;
	}

	.seo__text h4,
	.seo__text .h4 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.seo__text table td {
		font-size: 16px;
	}

	.seo__text {
		font-size: 16px;
	}

	.seo__text {
		padding: 60px 0;
	}

	.seo__text h1,
	.seo__text .h1 {
		font-size: 32px;
	}

	.seo__text h2,
	.seo__text .h2 {
		font-size: 25px;
	}

	.seo__text h3,
	.seo__text .h3 {
		font-size: 22px;
	}

	.seo__text h4,
	.seo__text .h4 {
		font-size: 18px;
	}
}

.seo-text__wrapp {
	max-height: 625px;
	overflow-y: auto;
	padding-right: 8px;
}

.seo-text__wrapp::-webkit-scrollbar {
	width: 8px;
}

.seo-text__wrapp::-webkit-scrollbar-track {
	border-radius: 0px;
}

.seo-text__wrapp::-webkit-scrollbar-thumb {
	background-color: #d2ddeb;
	border-radius: 6px;
	width: 1px;
}

.seo-text__wrapp::before,
.seo-text__wrapp::after {
	background-color: #d2ddeb;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 100vw;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 32px);
}

.seo-text__wrapp::before {
	top: 0;
}

.seo-text__wrapp::after {
	bottom: 0;
}

.mb44 {
	margin-bottom: 44px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.i-catalog__nav-link.purple,
.i-catalog__nav-link.purple:hover,
.i-catalog__nav-link.purple:focus {
	color: #5925dc;
}

.i-catalog__nav-link.active.purple::before,
.i-catalog__nav-link.purple:hover::before,
.i-catalog__nav-link.purple:focus::before {
	background-color: #5925dc;
}

.badge--second {
	background-color: var(--violet--500);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	text-transform: none;
}

.badges.badges_prod {
	left: inherit;
	position: absolute;
	right: 4px;
	top: 4px;
}

@media (min-width: 768px) {
	.badges.badges_prod {
		left: inherit;
		right: 12px;
		top: 12px;
	}
}

.badge__list_product .badge--second {
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 8px;
	text-transform: none;
}

.badge__list_product {
	margin-bottom: 8px;
}

.i-catalog_second_chance {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.text__block_second_chance {
	background: #fff;
	background-clip: padding-box;
	border: 2px solid transparent;
	border-radius: 15px;
	color: #505780;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 28px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}

.text__block_second_chance::before {
	background: -o-linear-gradient(266.18deg, #cdd6f7 3.13%, #f7eafb 96.87%),
		-o-linear-gradient(bottom, #ffffff, #ffffff);
	background: linear-gradient(183.82deg, #cdd6f7 3.13%, #f7eafb 96.87%),
		linear-gradient(0deg, #ffffff, #ffffff);
	border-radius: 15px;
	bottom: 0;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
	box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
	content: "";
	left: 0;
	margin: -2px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	z-index: 1;
}

.text__block_second_chance h2 {
	color: #00061a;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 30px;
	margin: 0 0 15px;
}

.second_chance_wrapp {
	background: #fff;
	border-radius: 15px;
	padding: 16px;
	position: relative;
	z-index: 9999;
	z-index: 2;
}

.second_chance_wrapp img {
	display: none;
}

.second_chance_wrapp p {
	margin: 0;
}

@media (min-width: 993px) {
	.second_chance_wrapp img {
		display: block;
		margin: 16px auto 40px;
	}
}

.i-catalog_head_second_chance .i-catalog__title {
	margin-right: 8px;
	min-width: 360px;
	white-space: nowrap;
}

@media (min-width: 1700px) {
	.i-catalog_head_second_chance .i-catalog__title {
		margin-right: 64px;
	}
}

@media (max-width: 992px) {
	.text__block_second_chance::before {
		border-radius: 15px;
	}

	.second_chance_wrapp {
		border-radius: 15px;
		padding: 16px;
	}

	.text__block_second_chance h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.text__block_second_chance {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 1150px) {
	.inner_left_text {
		display: -ms-grid;
		display: grid;

		-ms-grid-columns: 360px auto;
		grid-template-columns: 360px auto;
	}

	.filter__wrap {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
}

#sort_category {
	display: none;
}

#sort_category+.select2 {
	display: none;
}

.category__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	gap: 8px;
}

@media (max-width: 1149px) {
	#sort_category+.select2 {
		display: inline-block;
	}

	.i-catalog_head.i-catalog_head_second_chance {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}

	#sort_category {
		display: block;
	}

	.category__filter {
		display: none;
	}
}

.i-catalog__nav-link.orange,
.i-catalog__nav-link.orange:hover,
.i-catalog__nav-link.orange:focus {
	color: #fb6514;
}

.i-catalog__nav-link.orange.active::before,
.i-catalog__nav-link.orange:hover::before,
.i-catalog__nav-link.orange:focus::before {
	background-color: #fb6514;
}

.i-catalog__nav-link.green,
.i-catalog__nav-link.green:hover,
.i-catalog__nav-link.green:focus {
	color: var(--green);
}

.i-catalog__nav-link.green.active::before,
.i-catalog__nav-link.green:hover::before,
.i-catalog__nav-link.green:focus::before {
	background-color: var(--green);
}

.badge--oranges {
	background-color: #fb6514;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	text-transform: none;
	text-transform: uppercase;
}

.badge__list_product .badge--oranges {
	font-size: 16px;
	margin-left: 10px;
	padding: 4px 8px;
}

.badge--green {
	background-color: var(--success--500);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	text-transform: none;
	text-transform: uppercase;
}

.badge__list_product .badge--green {
	font-size: 16px;
	margin-left: 10px;
	padding: 4px 8px;
}

.sorting-checkbox {
	position: relative;
}

.sorting-checkbox__input {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 100%;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 100%;
}

.sorting-checkbox__text {
	border: 1px solid #505780;
	border-radius: 3px;
	display: inline-block;
	font-family: Fira Sans Condensed;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	min-width: 80px;
	padding: 7px 16px;
	text-align: center;
}

.sorting-checkbox__input:checked+.sorting-checkbox__text,
.sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
	background-color: #5925dc;
	border-color: #5925dc;
	color: #fff;
}

.category__filter_orange .sorting-checkbox__input:checked+.sorting-checkbox__text,
.category__filter_orange .sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
	background-color: #fb6514;
	border-color: #fb6514;
}

.category__filter_green .sorting-checkbox__input:checked+.sorting-checkbox__text,
.category__filter_green .sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
	background-color: var(--green);
	border-color: var(--green);
}

.sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
	cursor: pointer;
}

.deals_info_wrapp {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.deals_info_wrapp img {
	margin-bottom: 2px;
	margin-left: 4px;
	vertical-align: middle;
}

.deals_info_wrapp:hover,
.deals_info_wrapp:focus {
	cursor: pointer;
}

.deals_info_wrapp_text {
	background: #101828;
	border-radius: 8px;
	bottom: 32px;
	color: #fff;
	display: none;
	font-size: 12px;
	font-weight: 400;
	left: 64px;
	line-height: 18px;
	padding: 12px;
	position: absolute;
	text-align: left;
	width: 320px;
	z-index: 51;
}

.deals_info_wrapp_text:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #101828;
	bottom: -6px;
	content: "";
	height: 0;
	left: 19px;
	position: absolute;
	width: 0;
}

.deals_info_wrapp_text .title {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 5px;
}

.deals_info_wrapp_text p {
	margin: 0;
}

.deals_info_wrapp:hover .deals_info_wrapp_text,
.deals_info_wrapp:focus .deals_info_wrapp_text {
	display: block;
}

@media (max-width: 767px) {

	.deals_info_wrapp_text,
	.deals_info_wrapp_text:before {
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

.product-info-home {
	margin: 80px 0;
}

.banner_wrapp {
	position: relative;
	padding-top: 40px;
}

.banners__inner {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	gap: 16px;
	justify-content: space-between;
	padding-bottom: 30px;
	position: relative;
}

/*@media(min-width: 1100px) {
    .banners__inner{padding-top: 155px}
}
.banners__inner{padding-top: 100px;}*/
@media (min-width: 768px) {
	.banners__inner {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
}

.banners-card {
	align-items: center;
	border-radius: 20px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (min-width: 768px) {
	.banners-card {
		width: 390px;
	}

	.banners-card:hover,
	.banners-card:focus {
		-webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
		cursor: pointer;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.banners-card__image {
	height: 100%;
	width: 100%;
}

.banners-card__image img {
	display: block;
	max-width: 100%;
}

.banners__inner .owl-dots {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	-ms-flex-pack: center;

	gap: 24px;
	justify-content: center;
	margin-top: -25px;
	-webkit-transform: translateY(41px);
	transform: translateY(41px);
}

.banners__inner .owl-dots {
	gap: 16px;
	margin: 0;
	margin-top: 8px;
	min-height: 22px;
	transform: unset;
}

.banners__inner button.owl-dot {
	background-color: #fff;
	border-radius: 5px;
	height: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 8px;
}

.banners__inner button.owl-dot {
	background-color: var(--gray);
}

.banners__inner button.owl-dot.active {
	background-color: var(--black);
	border-radius: 10px;
	height: 22px;
	width: 12px;
}

@media (min-width: 768px) {
	.banners__inner button.owl-dot.active {
		height: 25px;
	}
}

.elfsight-app-580b7cb2-d10b-4795-b539-afb9fba52657 {
	margin-top: 36px;
}

.LayoutSidebar__Inner-sc-16gej7u-1 .isXSqH {
	background: #ffffff;
	border-radius: 16px;
	padding: 16px;
}

#eapps-google-reviews-580b7cb2-d10b-4795-b539-afb9fba52657 .BadgeContainer__Inner-sc-1s0biz7-0 .kXZOYs {
	color: #4285f4;
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	margin-top: 8px;
	text-decoration: none;
}

.Rating__Container-sc-bk54oq-0 .es-rating-value {
	color: #00061a;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0em;
	line-height: 20px;
}

.footer__icons_wrap {
	align-items: center;
	display: flex;

	gap: 24px;
	justify-content: center;
}

@media (max-width: 767px) {
	.footer__icons_wrap {
		display: block;
	}

	.elfsight-app-580b7cb2-d10b-4795-b539-afb9fba52657 {
		margin-top: 20px;
	}

	.review,
	.product-review {
		padding: 0 16px;
	}
}

.review {
	margin: 0 0 110px;
}

.product-review {
	margin: 80px 0 0;
}

@media (min-width: 1024px) {
	.review {
		margin: 0 0 160px;
	}

	.product-review {
		margin: 200px 0 0;
	}
}

.card_recommend .add-to-cart {
	margin-top: 16px;
	width: 100%;
}

.catalog_recommend {
	background-color: transparent;
	margin-bottom: 120px;
}

@media (min-width: 993px) {
	.catalog_recommend .catalog__layout {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1450px) {
	.catalog_recommend .catalog__layout {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 768px) {
	.catalog_recommend .card__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 16px;
	}
}

.section-name_recommend {
	min-height: 100%;
}

@media (max-width: 992px) {
	.card_recommend .add-to-cart {
		margin-top: 0;
	}

	.catalog_recommend {
		margin-bottom: 48px;
		padding: 0;
	}
}

/* Cart modifications */

.product-item__mobile-row,
.product-list__item-mobile-row {
	align-items: center;
	display: flex;

	gap: 8px;
	grid-column-end: 3;
	grid-column-start: 1;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.product-item__mobile-row {
		display: none;
	}
}

@media (min-width: 1100px) {
	.product-list__item-mobile-row {
		display: none;
	}
}

.product-list__item-mobile-row .product-list__item-code {
	width: 100%;
}

.product-item__ed-mob,
.product-item__sale-mob,
.product-list__item-ed-mob,
.product-list__item-sale-mob {
	align-items: center;
	background-color: #5925dc;
	border-radius: 3px;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 132px;
}

.product-list__item-ed-mob,
.product-list__item-sale-mob {
	width: 96px;
}

.product-list__item-sale-mob,
.product-item__sale-mob {
	background-color: #fb6514;
}

.product-item__desktop-pricing,
.product-list__price--desktop {
	display: none;
}

@media (min-width: 768px) {
	.product-item__desktop-pricing {
		align-items: end;
		display: flex;
		flex-direction: column;

		gap: 8px;
		justify-content: flex-end;
	}
}

@media (min-width: 1100px) {
	.product-list__price--desktop {
		display: block;
	}
}

.product-item__mobile-price {
	align-items: center;
	display: flex;

	gap: 8px;
	grid-column-end: 3;
	justify-content: flex-end;
	margin-top: 8px;
}

@media (min-width: 768px) {
	.product-item__mobile-price {
		display: none;
	}
}

.product-item__old-price {
	color: #b7c4d9;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through;
}

@media (min-width: 768px) {
	.product-item__old-price {
		font-size: 24px;
	}
}

.product-item__column .ms-remove {
	width: auto !important;
}

.product-item__info-row,
.product-list__item-info-row {
	display: none;
}

@media (min-width: 768px) {
	.product-item__info-row {
		align-items: center;
		display: flex;

		gap: 18px;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
}

@media (min-width: 1100px) {
	.product-list__item-info-row {
		align-items: center;
		display: flex;

		gap: 16px;
		justify-content: flex-start;
		margin-bottom: 8px;
	}
}

.product-item__ed-desktop,
.product-item__sale-desktop,
.product-list__item-ed-desktop,
.product-list__item-sale-desktop {
	display: none;
}

@media (min-width: 768px) {

	.product-item__ed-desktop,
	.product-item__sale-desktop {
		align-items: center;
		background-color: #5925dc;
		border-radius: 3px;
		color: #fff;
		display: flex;
		flex-shrink: 0;
		font-size: 16px;
		font-weight: 400;

		gap: 4px;
		justify-content: center;
		line-height: 1;
		min-height: 26px;
		padding: 4px 8px;
		padding-left: 12px;
	}

	.product-item__sale-desktop {
		background-color: #fb6514;
		padding-left: 8px;
	}
}

@media (min-width: 1100px) {

	.product-list__item-ed-desktop,
	.product-list__item-sale-desktop {
		align-items: center;
		background-color: #5925dc;
		border-radius: 3px;
		color: #fff;
		display: flex;
		flex-shrink: 0;
		font-size: 13px;
		font-weight: 400;

		gap: 4px;
		justify-content: center;
		line-height: 1;
		padding: 6px 12px;
	}

	.product-list__item-sale-desktop {
		background-color: #fb6514;
	}
}

.product-item__code,
.product-list__item-code {
	color: #505780;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.product-list__item-code {
	font-size: 12px;
}

@media (min-width: 768px) {
	.product-item__code {
		font-size: 16px;
		line-height: 1;
	}

	.product-list__item-code {
		font-size: 13px;
		line-height: 1;
	}
}

.product-item__content {
	display: flex;
	flex-direction: column;
}

.product-item__img-inner {
	position: relative;
}

.product-item__remove-mob {
	display: flex;
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.product-item__remove-mob {
		display: none;
	}
}

.product-item__remove-desk {
	display: none;
}

@media (min-width: 768px) {
	.product-item__remove-desk {
		display: flex;
	}
}

.product-item__remove-mob {
	background-color: var(--gray--800);
	border-color: var(--gray--800);
	color: #fff;
}

.tippy-box {
	background-color: #101828;
	border-radius: 8px;
	padding: 12px;
}

.tippy-content {
	padding: 0;
}

.tippy-box[data-placement^="top"]>.tippy-arrow::before {
	border-top-color: #101828;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow::before {
	border-bottom-color: #101828;
}

.tippy-box[data-placement^="left"]>.tippy-arrow::before {
	border-left-color: #101828;
}

.tippy-box[data-placement^="right"]>.tippy-arrow::before {
	border-right-color: #101828;
}

.tippy-content {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
}

.tippy-content p {
	margin-bottom: 8px;
}

.tippy-content p:last-child {
	margin-bottom: 0;
}

.hint-content__title {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	margin-bottom: 4px;
	text-decoration: none;
}

/* // Cart modifications */

.product-list__item-body {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.product-item__descripiton {
	color: #505780;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.product-item__descripiton {
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
	}
}

.product-item__descripiton--mobile {
	display: flex;
	flex-direction: column;
	grid-column-end: 3;

	grid-column-start: 1;
}

@media (min-width: 768px) {
	.product-item__descripiton--mobile {
		display: none;
	}
}

.product-item__descripiton--desktop {
	display: none;
}

@media (min-width: 768px) {
	.product-item__descripiton--desktop {
		display: flex;
		flex-direction: column;
	}
}

#msMiniCart,
.msMiniCart {
	font-size: inherit !important;
}

.cart__link.noclick,
.cart__link.noclick:hover {
	background-color: #e4ecf7;
	border-color: #e4ecf7;
	color: #505780;
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.menu__link.orange {
	color: var(--warning--500);
}

.menu__link.purple {
	color: var(--violet--500);
}

.menu__link.green {
	color: var(--success--500);
}

.red {
	color: #e42c27;
}

.compare_btn {
	display: block;
}

.i--catalog--custom {
	padding: 50px 0 32px;
}

.i--categories {
	display: -ms-grid;
	display: grid;
	gap: 8px 8px;

	-ms-grid-columns: 1fr 8px 1fr;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 24px;
}

.i--podcategories {
	display: -ms-grid;
	display: grid;
	gap: 8px;

	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

.i--catalog--home .i--podcategories {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}

.i--catalog--home .i--podcategories.i--podcategories_top {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.i--catalog--custom {
		padding: 45px 0;
	}

	.i--podcategories {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

.i--podcategories .i--category_29 svg,
.i--podcategories .i--category_30 svg,
.i--podcategories .i--category_779 svg {
	margin-right: 0;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.i--category {
	align-items: center;
	background: #f4f6fa;
	border-radius: 12px;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	color: var(--gray--800);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	height: 100%;
	justify-content: space-between;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-o-transition: 0.3s;
	-o-transition: background 0.3s, box-shadow 0.3s;
	transition: 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	width: 100%;
}

.i--podcategories .i--category {
	max-height: 112px;
}

.i--catalog--home .i--category {
	background: #fff;
}

.i--category:hover {
	color: #fff;
}

.i--catalog--home .i--category svg,
.i--category svg {
	transition: transform 0.3s ease;
}

.i--podcategories .i--category {
	padding: 20px 24px;
}

@media (min-width: 768px) {

	.i--categories,
	.i--podcategories {
		gap: 24px;
	}

	.i--podcategories .i--category {
		padding: 20px;
	}

	.i--category {
		padding: 42px 40px;
	}
}

.i--category:hover {
	background: -o-linear-gradient(297.08deg, #293144 0%, #08080a 100%);
	background: linear-gradient(152.92deg, #293144 0%, #08080a 100%);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}

.i--category_29:hover {
	background: var(--success--500);
}

.i--category_30:hover {
	background: var(--warning--500);
}

.i--category_779:hover {
	background: var(--violet--500);
}

.i--category:hover .i--category__text {
	color: #fff;
}

@media (min-width: 768px) {
	.i--category:hover svg {
		height: auto;
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		width: auto;
	}

	.i--podcategories .i--category:hover svg {
		height: auto;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
		width: auto;
	}
}

.i--category__text {
	color: var(--gray--800);
	font-family: Fira Sans Condensed;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}

@media (min-width: 1100px) {
	.i--category__text {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.i--podcategories .i--category {
		max-height: 59px;
	}

	.i--podcategories .i--category {
		padding: 20px 10px;
	}

	.i--podcategories_top {
		margin-bottom: 8px;
	}

	.i--podcategories svg {
		display: none;
	}

	.i--catalog--custom {
		padding: 20px 0 32px;
	}

	.i--categories {
		margin-bottom: 10px;
	}

	.i--category {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.i--categories .i--category {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		height: 94px;
		justify-content: start;
	}

	.i--category svg {
		height: auto;
		position: absolute;
		top: 10px;
		-webkit-transform: scale(0.42);
		-ms-transform: scale(0.42);
		transform: scale(0.42);
		width: auto;
	}
}

@media (max-width: 991px) {
	.i--category:after {
		border-radius: 50%;
		content: "";
		height: 12px;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 12px;
	}

	.i--category_29:after {
		background: var(--success--500);
	}

	.i--category_30:after {
		background: var(--warning--500);
	}

	.i--category_779:after {
		background: var(--violet--500);
	}
}

.catalog_wrapp {
	padding-top: 24px;
}

.i--catalog--home .i--category__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	white-space: nowrap;
}

.i--catalog--home {
	display: -ms-grid;
	display: grid;

	gap: 0;
	padding: 0 0 24px;
}

@media (max-width: 1200px) {
	.i--catalog--home {
		gap: 24px;
	}
}

@media (min-width: 1401px) {
	.i--catalog--home .i--category__text {
		font-size: 18px;
		line-height: 1.1;
		max-width: 100%;
	}

	.i--catalog--home .i--category {
		max-height: 62px;
	}

	.i--catalog--home .i--category svg {
		position: relative;
		right: -16px;
		-webkit-transform: scale(0.45);
		-ms-transform: scale(0.45);
		transform: scale(0.45);
	}
}

@media (min-width: 1740px) {
	.i--catalog--home .i--category__text {
		font-size: 28px;
		line-height: 1.1;
	}

	.i--catalog--home .i--category svg {
		position: relative;
		right: -9px;
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
}

@media (min-width: 1601px) and (max-width: 1739px) {
	.i--catalog--home .i--category__text {
		font-size: 23px;
		line-height: 1.1;
	}

	.i--catalog--home .i--category svg {
		right: -12px;
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.i--catalog--home .i--category__text {
		font-size: 19px;
		line-height: 26px;
	}

	.i--catalog--home .i--category svg {
		position: relative;
		right: -16px;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media (min-width: 1400px) {
	.i--catalog--home {
		display: -ms-grid;
		display: grid;
		gap: 24px;

		-ms-grid-columns: (1fr) [7];
		grid-template-columns: repeat(7, 1fr);
		padding: 0 0 40px;
	}

	.i--catalog--home .i--category {
		max-height: 80px;
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.i--catalog--home.visible-lg {
		display: none;
	}

	.i--catalog--home {
		gap: 0;
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 768px) {
	.i--catalog--home.visible-md {
		display: none;
	}
}

.card::before {
	height: calc(100% + 8px);
	width: calc(100% + 8px);
}

.section-name-home {
	padding: 110px 0 56px;
	text-align: center;
}

@media (min-width: 768px) {
	.section-name-home {
		padding: 110px 0 80px;
	}
}

.i--catalog--home .i--category {
	max-height: 80px;
	padding: 15px;
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.i--catalog--home .i--category {
		max-height: 62px;
	}
}

@media (max-width: 1200px) {
	.i--catalog--home .i--category__text {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.i--catalog--home .i--category__text {
		font-size: 17px;
		line-height: 24px;
	}

	.i--catalog--home {
		gap: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.i--catalog--home .i--category__text {
		font-size: 22px;
		line-height: 1.1;
	}

	.i--catalog--home {
		gap: 18px;
	}
}

.title_first {
	color: var(--gray--700);
	font-size: var(--desktop--text-6xl);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 8px;
}

.title_second {
	color: var(--gray--900);
	font-size: var(--desktop--text-7xl);
	font-weight: 700;
	line-height: 1.1;
}

@media (max-width: 767px) {

	.title_first,
	.title_second {
		font-size: var(--desktop--text-3xl);
	}
}

@media (max-width: 1400px) {
	.i--catalog--home .i--category svg {
		position: relative;
		right: -13px;
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
	}
}

.title_first,
.title_second {
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.title_first.visible {
	opacity: 1;
	transform: translateX(0);
}

.title_second {
	transform: translateX(100%);
}

.title_second.visible {
	opacity: 1;
	transform: translateX(0);
}

.i--category_pagetitle {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	color: var(--gray--800);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.i--category_pagetitle span {
	font-size: var(--desktop--text-5xl);
	font-weight: 500;
	line-height: 1.1;
}

.new_title {
	color: var(--success--500);
}

.sale_title {
	color: var(--warning--500);
}

.deals_title {
	color: var(--violet--500);
}

.catalog--home {
	padding-bottom: 28px;
	padding-top: 28px;
}

@media (min-width: 768px) {
	.catalog--home {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.i--category_pagetitle span {
		font-size: var(--desktop--text-3xl);
	}

	.i--category_pagetitle svg {
		-webkit-transform: scale(0.64);
		-ms-transform: scale(0.64);
		transform: scale(0.64);
	}
}

.news-pages-home {
	background: transparent;
	padding-top: 154px;
}

.news-pages-home .news-pages__title {
	color: var(--gray--900);
	font-weight: 500;
	margin: 0 0 24px;
}

.news-pages__descr {
	color: var(--gray--950);
	font-size: var(--desktop--text-xl);
	font-weight: 400;
	line-height: 1.1;
	max-width: 424px;
}

@media (max-width: 767px) {
	.news-pages-home .news-pages__title {
		font-size: var(--desktop--text-3xl);
	}

	.news-pages-home .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.news-pages-home {
		padding-top: 40px;
	}
}

.news-pages-home .i-news__inner {
	margin-top: 56px;
}

.news-pages-home .news-pages__inner {
	padding: 24px 50px;
}

@media (min-width: 1201px) {
	.news-pages-home .news-pages__inner {
		padding: 48px 222px;
	}
}

@media (max-width: 767px) {
	.news-pages-home .news-pages__inner {
		padding: 24px 16px;
	}
}

@media (min-width: 778px) {
	.news-pages-home .news-pages__inner {
		border-radius: 20px;
	}
}

.news-pages-home .news-pages__inner {
	background: #fff;
	max-width: 100%;
}

.i-search-page {
	color: var(--gray--950);
}

.i-search-page .simplesearch-results {
	font-size: var(--desktop--text-3xl);
	font-weight: 400;
	line-height: 1.1;
	margin: 24px 0 72px;
}

.i-search-page .title_no_results {
	font-size: var(--desktop--text-3xl);
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

.no_results_info {
	color: var(--gray--500);
	font-size: var(--desktop--text-base);
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.no_results_info p {
	margin: 40px 0 0;
}

@media (max-width: 1149px) {
	.i-search-page .i-catalog__title {
		display: block;
		font-size: var(--desktop--text-5xl);
	}
}

@media (max-width: 767px) {
	.i-search-page .simplesearch-results {
		font-size: var(--desktop--text-lg);
		margin: 16px 0 24px;
	}

	.i-search-page .title_no_results {
		font-size: var(--desktop--text-lg);
	}

	.i-search-page .i-catalog__title {
		font-size: var(--desktop--text-3xl);
	}

	.no_results_info {
		margin: 24px 0 0;
	}
}

.i-search-page .i-catalog__wrapper {
	gap: 0;
}

.vendor {
	padding: 72px 0;
}

@media (max-width: 767px) {
	.vendor {
		padding: 56px 0;
	}
}

/*.c-catalog__layout_home .marquee, .c-catalog__layout_home .reverse{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    display: -ms-grid;
    display: grid;
    gap: 10px;
    }
    */
.c-catalog__item_home {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;

	gap: 8px;
	height: 88px;
	justify-content: center;
	text-align: center;
	width: 276px;
}

.items-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.items-wrap:before,
.items-wrap:after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 1;
}

.items-wrap:before {
	left: 0;
}

.items-wrap:after {
	right: 0;
}

.items {
	counter-reset: item;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	-ms-flex-pack: distribute;
	flex-shrink: 0;
	justify-content: space-around;
	min-width: 100%;
}

.item {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.marquee {
	-webkit-animation: scroll 160s linear infinite;
	animation: scroll 160s linear infinite;
}

.reverce {
	-webkit-animation: scroll 160s linear infinite reverse;
	animation: scroll 160s linear infinite reverse;
}

@-webkit-keyframes scroll {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(calc(-100% - 20px));
		transform: translateX(calc(-100% - 20px));
	}
}

@keyframes scroll {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(calc(-100% - 20px));
		transform: translateX(calc(-100% - 20px));
	}
}

.menu__link {
	position: relative;
}

.new_menu__link {
	border: 1px solid var(--error--500);
	border-radius: 3px;
	bottom: 8px;
	color: var(--error--500);
	content: "";
	font-size: var(--desktop--text-xs);
	font-weight: 400;
	height: 16px;
	line-height: 15px;
	position: absolute;
	right: -37px;
	text-align: center;
	width: 32px;
}

.i-catalog__nav-link .new_menu__link {
	bottom: 18px;
	right: -10px;
}

@media (max-width: 767px) {
	.i-catalog__nav-link .new_menu__link {
		bottom: 13px;
		right: -33px;
	}
}

.action_product_document {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.action_product_document .btn-compare {
	margin-right: 24px;
}

@media (max-width: 1380px) {
	.action_product_document .btn-compare {
		margin-right: 12px;
	}
}

.wrapper_empty {
	padding-bottom: 48px;
	padding-top: 40px;
}

@media (max-width: 767px) {
	.wrapper_empty {
		padding-bottom: 32px;
		padding-top: 20px;
	}
}

.comparison-wrappe .comparisions {
	display: block;
}

.comparison-wrapper {
	position: relative;
}

.icon-mob {
	display: none;
}

@media (min-width: 768px) {
	.icon-mob {
		display: none;
	}

	.comparisions {
		position: relative;
		top: 0px;
	}
}

.comparisions .counter_header {
	left: 12px;
	top: -13px;
}

.btn-compare {
	align-items: center;
	background-color: #fff;
	border: 1px solid rgb(92, 103, 153);
	border-radius: 10px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: rgb(92, 103, 153);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 50px;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 50px;
}

@media (max-width: 767px) {
	.btn-compare {
		border-color: #505780;
		border-radius: 5px;
		border-width: 2px;
		height: 64px;
		position: absolute;
		right: 60px;
		top: 0;
		width: 64px;
	}
}

@media (min-width: 768px) {
	.btn-compare {
		height: 64px;
		width: 64px;
	}
}

.card .btn-compare {
	border-color: var(--gray--100);
	color: var(--gray--900);
	height: 40px;
	position: absolute;
	right: 16px;
	top: 64px;
	width: 40px;
	z-index: 1;
}

.btn-compare.active {
	color: var(--warning--500);
}

.btn-compare:hover,
.btn-compare:focus {
	color: var(--warning--500);
}

.btn-compare.active:hover,
.btn-compare.active:focus {
	color: var(--error--500);
}

.icon-compare-hover,
.icon-compare-active,
.icon-compare-active-hover {
	display: none;
}

.btn-compare:hover .icon-compare-hover,
.btn-compare:focus .icon-compare-hover {
	display: block;
}

.btn-compare:hover .icon-compare,
.btn-compare:focus .icon-compare {
	display: none;
}

.btn-compare.active .icon-compare {
	display: none;
}

.btn-compare.active .icon-compare-active {
	display: block;
}

.btn-compare.active:hover .icon-compare-active-hover,
.btn-compare.active:focus .icon-compare-active-hover {
	display: block;
}

.btn-compare.active:hover .icon-compare-active,
.btn-compare.active:focus .icon-compare-active,
.btn-compare.active:hover .icon-compare-hover,
.btn-compare.active:focus .icon-compare-hover {
	display: none;
}

.old_price_info_wrapp {
	align-items: center;
	display: flex;

	gap: 8px;
	position: relative;
}

.old_price_wrapp_text {
	background: #101828;
	border-radius: 8px;
	bottom: 27px;
	color: #fff;
	display: none;
	font-size: 12px;
	font-weight: 400;
	left: 58px;
	line-height: 18px;
	padding: 12px;
	position: absolute;
	text-align: left;
	width: 95px;
	z-index: 2;
}

.old_price_wrapp_text:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #101828;
	bottom: -5px;
	content: "";
	height: 0;
	left: 19px;
	position: absolute;
	width: 0;
}

.old_price_info_wrapp:hover,
.old_price_info_wrapp:focus {
	cursor: pointer;
}

.old_price_info_wrapp:hover .old_price_wrapp_text,
.old_price_info_wrapp:focus .old_price_wrapp_text {
	display: block;
}

@media (min-width: 768px) {
	.product .d-inline-block.compare_btn {
		margin-top: -18px;
	}
}

.product-form {
	display: flex;
}

.o-newsletters .i-input {
	--input-wrapper-y-gap: 6px;
	--input-bg: #fff;
	--input-border-color: #b7b9cb;
	--input-border-radius: 10px;
	--input-border-width: 1px;
	--input-font-size: 20px;
	--input-font-weight: 400;
	--input-height: 56px;
	--input-paddings-x: 16px;
	--input-placeholder-color: #b7b9cb;
	--input-text-color: #222;
	--input-hover-border-color: #12b76a;
	--input-focus-outline-width: 4px;
	--input-focus-outline-style: solid;
	--input-focus-outline-color: transparent;
	--input-focus-outline-offset: 0px;
	--input-focus-border-color: #12b76a;
	--input-error-border-color: red;
	--input-error-outline-color: transparent;
	--input-error-font-size: 16px;
	--input-error-font-weight: 400;
	--input-error-text-color: red;
	--input-disabled-bg: #fff;
	--input-notice-font-size: 16px;
	--input-notice-font-weight: 400;
	--input-notice-text-color: #b7b9cb;
	--textarea-height: 140px;
}

/* 
.i-input.i-error .i-input__field,
.error.i-input__field,#msOrder .error {
  position: relative;
  bottom: 0;
  left: 0;
  border-color: var(--input-error-border-color) !important;
} */

.done .newsletter_show_success {
	color: #12b76a;
	display: block;
}

.done .newsletter_hide_success {
	display: none;
}