/* Common */
--black_bg_black: var(--light, #fff) var(--dark, #3A3431);
:root {
	--color_accent: #D06020;
}
body {
	background-color: #3A3431;
}
.swiper-wrapper {
    height: 410px;
}
.sticker__item--new {
	--sticker_color: #83B750;
}
.sticker__item {
	background: var(--sticker_color);
}
.index-block__arrow .svg {
  top: 8px;
}
/* Header */
.header__search form.search {
	margin-bottom: 0;
}
/* Cards */
.status-icon {
	color: #83B750;
}
.status-icon.nostock {
	color: #B50000;
}
/* Brands */
.brands-list__item {
	background-color: transparent;
}
/* Teasers */
.tizers-list__item {
	flex-direction: column;
	align-items: center;
	padding: 1.25rem 5rem;
	background-color: #3A3431;
	border-radius: 1.25rem;
}
.tizers-list__item-name {
	text-align: center;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
	margin-right: 0;
}
/* Discounts */
.sticker__item {
	color: #fff;
	background: #D06020;
}
.sticker__item--hit {
	background: #83B750;
}
/* Item cards */
.item-action--basket .to_cart {
	background-color: #3A3431;
	border: solid 1px #3A3431;
}
.brands-list__slider-wrap .swiper .swiper-wrapper {
	height: auto;
}
.partner-detail__image-wrapper {
	background-color: rgba(255,255,255,0.05);
}
.brands-list__image-wrapper {
	height: 90px;
}
body .ordered-block {
    margin: 2.92rem 0;
    position: relative;
    bottom: 25px;
}
input {
	transition: all .3s ease;
}
/* Inputs */
.captcha_input input:hover, .form-control:not([readonly]):not([disabled]):hover,
form .fill-animate input:not([readonly]):not([disabled]):hover,
form .fill-animate select:not([readonly]):not([disabled]):hover,
form .fill-animate textarea:not([readonly]):not([disabled]):hover {
  background: transparent;
  border: 1px solid var(--input_border_color);
}
.captcha_input input:focus,
.form-control:not([readonly]):not([disabled]):focus,
form .fill-animate input:not([readonly]):not([disabled]):focus, 
form .fill-animate select:not([readonly]):not([disabled]):focus, 
form .fill-animate textarea:not([readonly]):not([disabled]):focus {
	background-color: transparent;
	border-color: var(--input_border_color-focus);
}
/* Inputs end */
/* Swiper */
.swiper-button-next, .swiper-button-prev {
	top: 60%;
	width: 28px;
	height: 28px;
	background-color: #CBC4BD;
	border-radius: 10px;
}
/* Swiper end */
.btn.btn-default {
	background-color: transparent;
	border-color: var(--white_text_black);
}
.header {
	background-color: transparent;
}
.header__top-part {
	background-color: #282421;
}
.search.search--hastype .search-input {
	background-color: transparent;
	border-color: #7A6D68;
}
.MIDDLE_ADV .banners-img-with-text-list {
	padding-bottom: 40px;
}
.BRANDS .index-block {
	background-color: #282421;
}
.TIZERS .index-block,
.footer {
	background-color: #282421;
}
.SALE .sale-list {
	padding-bottom: 80px;
}
.CUSTOM_CATALOG .index-block__arrow .svg,
.SALE .index-block__arrow .svg {
	top: 0;
}
.footer .subscribe-input {
	background-color: transparent;
}
.subscribe-block .btn {
	background-color: #3A3431;
	border-color: #3A3431;
}
/* Card */
.properties__title {
	color: #CBC4BD;
}
body .catalog-detail__pseudo-link-text {
	color: var(--white_text_black);
}
.catalog-detail__cart .item-action--basket .to_cart {
	background-color: #D06020;
	border-color: #D06020;
}
.item-action--basket .to_cart {
	background-color: #3A3431;
	border-color: #3A3431;
}
.status__svg-icon.instock * {
	fill: #83B750;
}
.tabs {
  margin-bottom: 49px;
  border-bottom: 1px solid #7A6D68;
  border-bottom-color: #7A6D68;
}
.tabs .nav-tabs li a {
	padding-bottom: 20px;
}
.tabs .nav-tabs li {
  margin: 3px 23px 0 3px;
}
.nav-tabs &gt; li.active::after {
	bottom: 3px;
	z-index: 999;
	height: 1px;
	background-color: #CBC4BD;
}
.rating__star-svg * {
  fill: #FFB45B;
}
.catalog-detail .content--max-width p {
  color: var(--white_text_black);
}
.catalog-viewed-list__slider-wrap .swiper-wrapper {
	height: auto;
}
.catalog-viewed__item.swiper-slide {
	max-height: 220px;
}
.catalog-viewed__item-wrap {
	background: #282421;
	border-color: #282421;
}
.catalog-viewed-list .catalog-viewed__item-wrap {
	border-radius: 20px;
	background-color: #282421;
}
.detail-block.associated .catalog-viewed-list {
	padding-bottom: 0;
}
.catalog-viewed__item__info .price {
	margin-bottom: 5px;
}
.price__new-val {
	font-size: 1rem;
}
.catalog-viewed__item__title span {
	font-size: .875rem;
	font-weight: normal;
}
/* Card end */
/* Personal */
.grid-list--fill-bg &gt; .grid-list__item &gt; div {
	background-color: #312C28;
	border-color: #312C28;
}
/* Personal end */
.bordered {
	border-color: #312C28;
}
.personal__main-link {
	background-color: #282421;
}
.shadow-no-border-hovered:hover {
	background-color: #282421;
	border-color: #312C28;
}
.personal__main-private__change-password {
	color: #D06020;
}
.personal__main-link__image .fill-theme svg * {
	fill: #fff;
}
/* About */
.about {
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #312C28;
	border-radius: 20px;
}
.about_title {
	margin-bottom: 30px;
	font-size: 1.5rem;
}
.about p {
	color: #fff;
	line-height: 150%;
}
@media screen and (max-width: 1080px) {
	.about {
		padding: 20px;
		margin-bottom: 20px;
	}
	.about_title {
		margin-bottom: 20px;
		font-size: 1.25rem;
	}
}
/* About end */
/* History */
.history {
	padding: 30px;
	background-color: #282421;
	border-radius: 20px;
}
.history_title {
	margin-bottom: 30px;
	font-size: 1.5rem;
}
.history_list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.history_list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 19px;
	width: 1px;
	height: calc(100% - 70px);
	border-left: dashed 2px #D06020;
	z-index: 1;
}
.history_list li {
	position: relative;
	padding-left: 60px;
	padding-top: 8px;
	z-index: 2;
}
.history_list li::before {
	content: "";
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #D06020;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-image: url('/images/img-icon-history-start.svg');
}
.history_list li[data-stage="store"]::before {
	background-image: url('/images/img-icon-history-store.svg');
}
.history_list li[data-stage="expo"]::before {
	background-image: url('/images/img-icon-history-expo.svg');
}
.history_list li[data-stage="open"]::before {
	background-image: url('/images/img-icon-history-star.svg');
}
.history_list li[data-stage="vault"]::before {
	background-image: url('/images/img-icon-history-vault.svg');
}
.history_list li[data-stage="grow"]::before {
	background-image: url('/images/img-icon-history-grow.svg');
}
.history_list li[data-stage="global"]::before {
	background-image: url('/images/img-icon-history-global.svg');
}
.history_list li[data-stage="leader"]::before {
	background-image: url('/images/img-icon-history-leader.svg');
}
.history_list li span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
}
.history_list li div p {
	display: block;
	color: #fff;
}
.tabs .tab-content {
    background-color: #3a3431;
}
.catalog-items .catalog-block__item {
	border-radius: 20px !important;
}
.bx-sbb-empty-cart-desc {
	color: #fff;
}
@media screen and (max-width: 1080px) {
	.history {
		padding: 20px;
	}
	.history_title {
		margin-bottom: 20px;
		font-size: 1.25rem;
	}
	.history_list::after {
		height: calc(100% - 110px);
	}
	.history_list li span {
		font-size: 1.125rem;
	}
	.history_list li div p {
		font-size: .875rem;
	}
}
@media screen and (max-width: 960px) {
	.history_list::after {
		height: calc(100% - 90px);
	}
}
@media screen and (max-width: 480px) {
	.history_list::after {
		height: calc(100% - 110px);
	}
}
@media screen and (max-width: 360px) {
	.history_list::after {
		height: calc(100% - 150px);
	}
}
/* History end */
main {
    background-color: #3a3431;
}
.index-block--fon {
    background: #f8f8f8;
    background: var(--darkerblack_bg_black);
    background-color: #3a3431;
}
.switcher-title {
	font-weight: 400;
}
.SALE .sale-list__item-title .dark-link {
	font-weight: 600;
}
/* Banners main */
.main-slider__item {
	border-radius: 20px;
}
.BIG_BANNER_INDEX .slider-nav-wrap {
	display: none;
}
.banners-big .maxwidth-banner .banners-big__nav-wrap {
  /* bottom: 39px; */
  bottom: 20px;
  left: 40px;
  justify-content: flex-start;
}
.banners-big__item--light .banners-big__title {
	margin-top: -1rem;
	color: #D06020;
	font-size: 5rem;
	line-height: 6rem;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
}
.banners-big__item--light .banners-big__text-block {
	font-size: 2rem;
}
.banners-big__item--light .banners-big__text-block .banners-big__text-block__big {
	font-size: 2.5rem;
}
.banners-big__item--light .banners-big__text-block-span {
	font-weight: bold;
}
.banners-big__text-block-description {
	/* margin-top: 5rem; */
	margin-top: 3rem;
	font-size: 1.5rem;
}
.banners-big__text-block-description--increased {
	font-size: 2.5rem;
}
.banners-big__text-block-description &gt; span {
	color: #D06020;
}
@media (max-width: 900px) {
	.banners-big__item--light .banners-big__title {
		font-size: 4rem;
	}
	.banners-big__text-block-description {
		margin-top: 5rem;
		font-size: 1.5rem;
	}
	.banners-big__text-block-description--increased {
		font-size: 2rem;
	}
	.banners-big__text-block-description {
		margin-top: 5rem;
		font-size: 1rem;
	}
}
@media (max-width: 480px) {
	.banners-big__item--light .banners-big__title {
		font-size: 2rem;
	}
	.banners-big__text-block-description {
		margin-top: 5rem;
		font-size: 1rem;
	}
	.banners-big__text-block-description--increased {
		font-size: 1.75rem;
	}
}
/* Banners main end */
@media (max-width: 600px) {
    .catalog-viewed-list {
        padding-bottom: 40px;
        background-color: #3a3431;
    }
}
/* Brands */
.BRANDS .brands-list {
	padding-top: 40px;
	padding-bottom: 40px;
}
.BRANDS .slider-nav .stroke-dark-light * {
	stroke: #282421;
}
/* Brands end */


h3 {
    font-size: 22px;
    line-height: calc(0.5em + 15px);
    font-weight: 600;
}


body {
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    line-height: calc(1rem + 4px);
}
