/*** Header ***/


/*** Footer ***/


/*** Menu ***/
.stext-block {
	background: url('/images/seo-bg.png') no-repeat center top;
	padding-top: 206px;
}

.stext-block__content {
	background: #fff;
	padding-top: 1px;
}

.stext-block__content__shift {
	margin-top: -90px;
}

.stext-block__details {
	text-align: center;
	position: relative;
	left: -50%;
	transform: translateX(50%);
	width: auto;
}

.search-page form input[name="q"] {
	border: 1px solid black !important;
}

/*** Other ***/
body {
	margin: 0;
}

.l-container--big {
	max-width: 100%;
}

.popap__content .form__row label a[href="/privacy-policy/"],
.form-content .form__row label a[href="/privacy-policy/"],
.callback-form__box .form__row label a[href="/privacy-policy/"] {
	color: #444;
}

.splash-action__box__header {
	z-index: 10;
}


.brend__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-card__media__big {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}


.project-card__media__car ul li a {
	overflow: hidden;
}

.text-center {
	text-align: center !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.splash-action .cycle-slide {
	z-index: 1 !important;
}

.news__list .news__item {
	position: relative;
}

.page-catalog .product-item {
	width: unset;
	height: unset;
}

.form-check-input {
	appearance: auto !important;
}

.product-item-title {
	font-size: 1.2em;
	overflow: visible;
	text-overflow: unset;
	white-space: unset;
	min-height: 55px;
}

.product-item-price-container .product-item-price-current {
	font-size: 1.2em;
	font-weight: bold;
}

.product-item-button-container .btn,
.product-item-detail-pay-block .btn {
	height: unset;
}

.product-item-detail-tab-link {
	border: 1px solid black;
	margin-right: 5px;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	border: 2px solid black;
}

.product-item-detail-slider-image img {
	/* position: unset; */
	/* top: unset; */
	/* left: unset; */
	/* transform: none; */
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
	background-color: rgba(44, 44, 44, 0.8) !important;
}



.product-item-image-original,
.product-item-image-alternative {
	height: 180px;
	background-size: cover;
}

.product-item-image-slide {
	height: 180px;
	background-size: cover;
}

.product-item-image-wrapper {
	padding-top: 100%;
}


.page-catalog .catalog-section-list-text-list .catalog-section-list-item-inner {
	border: 1px solid #ffcb00;
	border-radius: 3px;
	padding: 3px 5px;
}

.page-catalog .catalog-section-list-text-list .catalog-section-list-item-inner .catalog-section-list-item-title {
	text-align: center;
}

.page-catalog .catalog-section-list-item-img {
	background-color: unset;
	background-size: contain;
}


.other-projects__item__info {
	padding: 0 10px;
}

.enst_add_to_cart {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: var(--ui-font-weight-bold);
	text-transform: uppercase;
	padding: 11px 29px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 18px;
	font-family: "pfdindisplaypro-med", sans-serif;
	height: 43px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	color: #393c40;
	cursor: pointer;
	background: #ffcb00;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #393c40;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	line-height: 1.5;
}