*::-webkit-input-placeholder {
	color: #898989;
	opacity: 1;
}
*:-moz-placeholder {
	color: #898989;
	opacity: 1;
}
*::-moz-placeholder {
	color: #898989;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #898989; 
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Noto Sans';
	font-size: 20px;
	line-height: 138%;
	letter-spacing: 0.04em;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding-bottom: 25px;
}
.header__top {
	padding: 19px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #c5c5c5;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav {
	gap: 50px;
	display: flex;
	align-items: center;
}
.nav a {
	color: #8b8b8b;
}
.header__contacts {
	gap: 65px;
	display: flex;
	align-items: center;
}
.phone-main {
	gap: 9px;
	color: #000;
	display: inline-flex;
	align-items: center;
}
.phone-main img {
	width: 21px;
	height: auto;
}
.logo img {
	width: 138px;
	height: auto;
}
.menu {
	gap: 50px;
	margin-left: 55px;
	font-size: 24px;
	line-height: 138%;
	margin-right: auto;
	font-weight: 700;
	display: flex;
	align-items: center;
	align-self: flex-end;
}
.menu a {
	color: #000;
}
.btn-main {
	height: 68px;
	font-size: 20px;
	padding: 0 25px;
	border-radius: 7px;
	gap: 12px;
	line-height: 138%;
	letter-spacing: 0.04em;
	background: #820505;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Noto Sans';
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.header__buttons .btn-main {
	height: 41px;
	padding-left: 17px;
	font-weight: 300;
}
.header__buttons {
	gap: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.btn-cart {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.btn-cart img {
	width: 25px;
	height: auto;
}
.btn-cart__value {
	width: 13px;
	height: 13px;
	font-size: 9px;
	top: 0;
	right: -1px;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #820505;
}
.search-main {
	margin-top: 25px;
	position: relative;
}
.search-main input {
	height: 40px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 700;
	background: #565656;
	border-radius: 4px;
	color: #fff;
	border: none;
	width: 100%;
	font-family: 'Noto Sans';
}
.search-page *::-webkit-input-placeholder,
.subscribe-form *::-webkit-input-placeholder,
.search-main *::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.search-page *:-moz-placeholder,
.subscribe-form *:-moz-placeholder,
.search-main *:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.search-page *::-moz-placeholder,
.subscribe-form *::-moz-placeholder,
.search-main *::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.search-page *:-ms-input-placeholder,
.subscribe-form *:-ms-input-placeholder,
.search-main *:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.btn-search {
	height: 40px;
	width: 70px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: transparent;
	position: absolute;
}

.item-billbord {
    height: 47.76vw;
    position: relative;
    z-index: 1;
}
.item-billbord__image {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.item-billbord__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.item-billbord__image::after {
    position: absolute;
    display: block;
    content: " ";
    width: 31.61vw;
    left: 15.83vw;
    height: 100%;
    top: 0;
    background: #181818;
}
.item-billbord__content {
    margin-left: 2.66vw;
    padding-top: 14.95vw;
    max-width: 43.69vw;
    color: #fff;
    position: relative;
    z-index: 2;
}
.item-billbord__title {
    font-size: 3.33vw;
    margin-bottom: 0.1vw;
    color: #fff;
    font-weight: 700;
    line-height: initial;
    letter-spacing: normal;
}
.item-billbord__descr {
    font-size: 1.67vw;
    line-height: 138%;
    letter-spacing: 0.04em;
    color: #fff;
}
.item-billbord .btn-main {
    margin-top: 2.86vw;
	height: 3.54vw;
    font-size: 1.04vw;
    padding: 0 1.3vw;
    border-radius: 0.36vw;
}
.item-billbord::before {
    position: absolute;
    display: block;
    content: " ";
    width: 67.45vw;
    height: 14.17vw;
    top: 12.86vw;
    left: 0;
    background: rgba(24, 24, 24, 0.8);
    z-index: 0;
}
.item-billbord::after {
    position: absolute;
    display: block;
    content: " ";
    width: 10.42vw;
    height: 14.17vw;
    top: 12.86vw;
    right: 0;
    background: rgba(24, 24, 24, 0.8);
    z-index: 0;
}
.billbord .container {
	max-width: 69.79vw;
}
.slider-billbord:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-billbord .slick-arrow {
	width: 3.28vw;
	height: 3.28vw;
	font-size: 2.08vw;
	border-radius: 0;
	color: #fff;
	top: 50%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-billbord .slick-prev {
	left: 2.24vw;
}
.slider-billbord .slick-next {
	right: 2.24vw;
}
.slider-billbord .slick-arrow {
	top: 19.01vw;
	transform: none;
}

.btn-categories {
	font-size: 24px;
	padding: 0 29px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 18px 18px 0 0;
	background: #161616;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
}
.categories-main {
	margin: 37px 0;
	position: relative;
	z-index: 50;
}
.categories {
	padding-bottom: 53px;
}
.title-section {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 130%;
	position: relative;
	text-transform: uppercase;
}
.title-section_main {
	padding-top: 40px;
}
.title-section_main::before {
	position: absolute;
	display: block;
	content: " ";
	width: 147px;
	height: 10px;
	border-radius: 3px;
	top: 0;
	left: 0;
	background: #820505;
}
.row > div {
	padding: 0 20px;
}
.row {
	margin: 0 -20px;
}
.row.row_main > div {
	margin-bottom: 40px;
}
.row.row_main {
	margin-bottom: -40px;
}
.item-category {
	border-radius: 14px;
	background: #e3e3e3;
	display: block;
	overflow: hidden;
}
.item-category__image {
	height: 325px;
	border: 1px solid #bebebe;
	border-radius: 13px;
	display: block;
	overflow: hidden;
	width: 100%;
}
.item-category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.item-category__content {
	padding: 20px;
	display: block;
	width: 100%;
}
.item-category__title {
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0.04em;
	text-align: center;
	display: block;
	color: #000;
}

.offers {
	padding-top: 50px;
	padding-bottom: 75px;
	background: #e8e8e8;
	position: relative;
	z-index: 2;
}
.offers::after {
	position: absolute;
	display: block;
	content: " ";
	width: 315px;
	height: 663px;
	top: 0;
	right: 0;
	z-index: -1;
	background-image: url(../img/bg_offers.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-offer {
	padding-top: 20px;
	height: 383px;
	border-radius: 14px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	z-index: 1;
}
.item-offer__image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 14px;
	z-index: -1;
	background: #161616;
}
.item-offer__date {
	position: relative;
	z-index: 2;
}
.item-offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 14px;
}
.item-offer__title {
	min-height: 83px;
	margin-top: auto;
	width: 100%;
	display: flex;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
}
.row.row_offers > div {
	padding: 0 26px;
}
.row.row_offers {
	margin: 0 -26px;
}
.about {
	padding-top: 65px;
	margin-bottom: -120px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.about::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	bottom: 119px;
	width: 100%;
	background: #161616;
	z-index: -1;
}
.about__main {
	margin-left: -70px;
	padding-bottom: 67px;
	position: relative;
}
.about__main::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 2000px;
	background: #161616;
	z-index: -1;
	bottom: 0;
}
.about__image img {
	max-width: 100%;
	box-shadow: -13px 18px 15px 5px rgba(0, 0, 0, 0.35);
}
.text-page {
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0.08em;
}
.text-page p {
	margin-bottom: 20px;
}
.text-page p:last-child {
	margin-bottom: 0;
}
.about__content {
	margin-right: -40px;
}
.about__logo {
	width: 402px;
	height: 201px;
	left: -49px;
	bottom: -18px;
	padding-right: 77px;
	padding-bottom: 26px;
	background: #820505;
	border-radius: 11px;
	z-index: -1;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.advantages {
	padding-top: 186px;
	padding-bottom: 79px;
	background: #e8e8e8;
}
.title-middle {
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0.04em;
	font-weight: 700;
}
.item-advantage .title-middle {
	margin-bottom: 21px;
	position: relative;
}
.item-advantage .title-middle img {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: 7px;
}
.item-advantage ul li {
	margin-bottom: 15px;
	position: relative;
}
.item-advantage ul li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 16px;
	right: 100%;
	margin-right: 9px;
	width: 13px;
	height: 1px;
	background: #000;
}
.item-advantage ul li:last-child {
	margin-bottom: 0;
}
.row_advantages > div:nth-child(3) .item-advantage {
	margin-left: 15px;
}
.row_advantages > div:nth-child(4) .item-advantage {
	margin-left: 28px;
}
.news {
	padding-top: 55px;
	padding-bottom: 38px;
}
.item-news {
	color: #000;
	display: block;
}
.item-news__date {
	font-size: 24px;
	margin-bottom: 37px;
	line-height: 138%;
	letter-spacing: 0.04em;
	color: #000;
	display: block;
}
.item-news__title {
	margin-bottom: 20px;
	font-weight: 700;
	display: block;
}

.footer {
	padding-top: 65px;
	padding-bottom: 60px;
	color: #fff;
	background: #161616;
}
.footer .logo img {
	width: 299px;
}
.footer__nav li {
	margin-bottom: 23px;
}
.footer__nav a {
	color: #fff;
}
.footer__info p {
	margin-bottom: 15px;
}
.footer__nav li:last-child,
.footer__info p:last-child {
	margin-bottom: 0;
}
.subscribe-form {
	margin-bottom: 18px;
	position: relative;
}
.subscribe-form input {
	height: 45px;
	padding: 0 37px;
	font-size: 16px;
	border-radius: 9px;
	color: #fff;
	background: #282828;
	width: 100%;
	border: none;
}
.footer__right {
	margin-left: 20px;
}
.footer__items li {
	margin-bottom: 12px;
}
.footer__contact {
	gap: 10px;
	margin-right: -10px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: normal;
	color: #fff;
	display: flex;
	align-items: center;
}
.footer__items li:last-child {
	margin-bottom: 0;
}
.footer__contact img {
	width: 24px;
	height: auto;
	flex: none;
}
.footer__left {
	margin-left: -40px;
}
.subscribe-form__btn {
	height: 45px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0;
	background: transparent;
}
.footer__info {
	margin-left: 20px;
}
.copyright {
	font-size: 24px;
	margin-bottom: 14px;
	line-height: 138%;
}
.footer .logo {
	margin-bottom: 44px;
	display: inline-block;
	vertical-align: middle;
}
.site-descr {
	line-height: 130%;
}
.footer__nav {
	margin-left: 15px;
}
.socials-list {
	gap: 6px;
	display: flex;
	align-items: center;
}
.socials-list img {
	width: 24px;
	height: auto;
}
.footer .socials-list {
	margin-bottom: 23px;
}

.dropdown-categories {
	width: 33.5%;
	border-radius: 0 0 0 19px;
	border: 1px solid #d3d3d3;
	box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
	background: #161616;
	display: none;
}
.dropdown-categories li a {
	font-size: 24px;
	padding: 17px 29px;
	color: #fff;
	letter-spacing: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-categories li {
	border-bottom: 1px solid #c5c5c5;
}
.dropdown-categories li:last-child {
	border: none;
}
.haschild > a::after {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal; 
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	content: "\f078";
	font-size: 90%;
	transition: all 0.3s;
	color: #fff;
}
.dropdown-categories ul {
	position: relative;
}
.dropdown-categories ul ul {
	top: 0;
	left: 100%;
	position: absolute;
	width: 100%;
	box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
	background: #161616;
	min-height: 100%;
	visibility: hidden;
	opacity: 0;
	border-left: 1px solid #c5c5c5;
	transition: all 0.1s;
}
.btn-categories.active {
	background: #820505;
}
.breadcrumbs-wrap {
	background: #161616;
}
.breadcrumbs {
	padding: 24px 0;
	font-size: 24px;
	line-height: 160%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs li::after {
	margin: 0 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    font-size: 60%;
    transition: all 0.3s;
    color: #fff;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.header .categories-main {
	margin: 0;
	margin-top: 25px;
}
.text-main {
	font-size: 16px;
	line-height: 138%;
	letter-spacing: 0.08em;
}
.text-main p {
	margin-bottom: 15px;
}
.top-card .title-section span,
.section-top .title-section span {
	font-size: 32px;
	text-transform: none;
	display: block;
}
.section-top .title-section {
	margin-top: 49px;
}
.section-top .text-main {
	max-width: 483px;
}
.section-top__wrap {
	padding-bottom: 44px;
	margin-right: calc((100vw - 1340px) / 2* -1);
	position: relative;
	z-index: 1;
}
.section-top__wrap::before {
	position: absolute;
	display: block;
	content: " ";
	top: 74px;
	left: -40px;
	bottom: 0;
	background: #820505;
	right: 0;
	border-radius: 14px;
	z-index: -1;
}
.section-top__image {
	height: 476px;
}
.section-top__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	box-shadow: -14px 12px 9px 0 rgba(0, 0, 0, 0.25);
}
.item-catalog {
	border-radius: 14px;
	background: #e3e3e3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	transition: all 0.3s;
	position: relative;
}
.item-catalog__image {
	height: 488px;
	border-radius: 13px 13px 0 0;
	border: 1px solid #bebebe;
	border-bottom: none;
	width: 100%;
	display: block;
}
.item-catalog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 13px 13px 0 0;
}
.item-catalog__content {
	padding: 18px 30px;
	padding-right: 14px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}
.item-catalog__title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 138%;
	letter-spacing: 0.04em;
	color: #000;
	width: 100%;
	display: block;
	font-weight: 500;
}
.item-catalog__descr {
	color: #bd0606;
	font-weight: 700;
}
.item-catalog__bottom {
	padding-top: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.price-main {
	font-size: 32px;
	line-height: 138%;
	letter-spacing: 0.04em;
	font-weight: 700;
}
.btn-basket {
	width: 67px;
	height: 41px;
	border-radius: 6px;
	background: #b1b1b1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	transition: all 0.3s;
	cursor: pointer;
}
.btn-basket img {
	width: 40px;
}
.row.row_catalog > div {
	margin-bottom: 50px;
}
.row.row_catalog {
	margin-bottom: -50px;
}
.top-catalog {
	margin-bottom: 87px;
	position: relative;
	background: #e3e3e3;
}
.btn-filter {
	font-size: 24px;
	gap: 15px;
	height: 88px;
	padding-right: 15px;
	font-weight: 700;
	color: #000;
	display: inline-flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	transition: all 0.3s;
}
.btn-filter::after {
	position: absolute;
	display: block;
	content: " ";
	top: 19px;
	bottom: 19px;
	right: 0;
	width: 1px;
	background: #555;
}
.pager {
	gap: 8px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	width: 42px;
	height: 42px;
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e3e3e3;
}
.page-numbers.current {
	background: #b1b1b1;
}
.page-numbers.dots {
	pointer-events: none;
}
.page-numbers i {
	font-size: 80%;
}
.page-catalog {
	padding-bottom: 52px;
}
.sidebar-filter {
	width: 289px;
	top: 0;
	margin-right: 17px;
	background: #161616;
	left: 0;
	position: fixed;
	color: #fff;
	z-index: 50;
	transform: translateX(-470px);
	transition: all 0.3s;
}
.filter-wrap.active .sidebar-filter {
	transform: none;
}
.filter-wrap.active .btn-filter.open-filter {
	visibility: hidden;
	opacity: 0;
}
.sidebar-filter__main {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sidebar-filter__head {
	padding: 25px;
	gap: 12px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #6a6a6a;
	width: 100%;
}
.sidebar-filter__head img {
	filter: brightness(0) invert(1);
}
.sidebar-filter__head img:last-child {
	margin-left: auto;
}
.sidebar-filter__content {
	font-size: 16px;
	max-height: calc(100vh - 200px);
	overflow: auto;
	background: #282828;
	width: 100%;
}
.sidebar-filter__bottom {
	width: 100%;
	margin-top: auto;
}
.sidebar-filter__bottom .btn-main {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	padding: 0 10px;
	border-radius: 0;
}
.item-sidebar-default,
.item-sidebar {
	border-bottom: 1px solid #6a6a6a;
}
.item-sidebar__head {
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-sidebar-default,
.item-sidebar__head,
.item-sidebar__content {
	padding: 10px 34px;
}
.item-sidebar__head i {
	font-size: 80%;
	transition: all 0.3s;
}
.item-sidebar.active .item-sidebar__head i {
	transform: rotate(180deg);
}
.checkbox {
	margin-bottom: 12px;
	letter-spacing: normal;
	text-align: left;
}
.checkbox label {
	display: block;
	position: relative;
	cursor: pointer;
}
.checkbox label input {
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-radius: 3px;
	margin-right: 10px;
}
.checkbox input::after {
	position: absolute;
    top: -1px;
    left: -1px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	background-image: none;
	color: #fff;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:after {
	opacity: 1;
}
.item-sidebar__content {
	display: none;
}
.range-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.range-controls__input {
	flex: 1;
	position: relative;
}
.range-controls input {
	height: 38px;
	padding: 0 10px;
	border-radius: 7px;
	border: none;
	border-radius: 6px;
	background: #6a6a6a;
	width: 100%;
	font-size: 16px;
	line-height: 138%;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
	font-family: 'Noto Sans';
	text-align: center;
}
.irs--flat .irs-line {
	height: 3px;
	border-radius: 0px;
	background: #6a6a6a;
}
.irs--flat .irs-bar {
	height: 3px;
	border-radius: 0px;
	background-color: #820505;
}
.irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	width: 12px;
	height: 12px;
	top: 20px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	display: none !important;
}
.range-controls__slider {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.range-catalog {
	margin-bottom: 0px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	display: none !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	display: none;
}
.item-sidebar-default__title {
	margin-bottom: 17px;
}
.sidebar-filter .btn-filter {
	background: #4e4e4e;
	padding: 0 17px;
	border-radius: 0 9px 9px 0;
	color: #fff;
	left: 100%;
	top: 0;
	position: absolute;
}
.sidebar-filter .btn-filter img {
	filter: brightness(0) invert(1);
}
.sidebar-filter .btn-filter::after {
	display: none;
}
.sidebar-filter__content::-webkit-scrollbar {
	-webkit-appearance: none;
}
.sidebar-filter__content::-webkit-scrollbar:vertical {
	width: 5px;
}
.sidebar-filter__content::-webkit-scrollbar:horizontal {
	height: 5px;
}
.sidebar-filter__content::-webkit-scrollbar-thumb {
	background-color: #820505;
	border-radius: 10px;
}
.sidebar-filter__content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #6a6a6a;
}
.top-card {
	padding: 49px 0;
}
.page-card {
	padding-top: 59px;
	padding-bottom: 89px;
	background: #161616;
	color: #fff;
}
.slider-for__item {
	height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-for__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-nav__item {
	height: 111px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.slider-nav__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.slider-nav:not(.slick-initialized) > *:not(:first-child),
.slider-for:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-nav .slick-slide {
	padding: 0 24px;
}
.slider-nav .slick-list {
	margin: 0 -24px;
}
.slick-arrow {
	width: 47px;
	height: 47px;
	font-size: 24px;
	border-radius: 0;
	color: #fff;
	top: 50%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-nav {
	padding: 0 50px;
	margin-top: 45px;
}
.title-page {
	font-size: 34px;
	margin-bottom: 23px;
	line-height: 130%;
	letter-spacing: normal;
}
.available {
	color: #06bd28;
}
.not-available {
	color: #bd0606;
}
.card-content {
	margin-left: -47px;
}
.card-content .price-main {
	margin-bottom: 20px;
}
.unit-info .title-middle {
	font-weight: 400;
	letter-spacing: 0.08em;
}
.unit-info__decsr {
	margin-top: 13px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.36);
}
.unit-info__content {
	min-width: 179px;
}
.unit-info {
	margin-top: 33px;
}
.checks-wrap,
.colors-wrap {
	gap: 25px;
	flex-wrap: wrap;
	display: flex;
}
.item-color__value {
	width: 135px;
	height: 87px;
	border-radius: 4px;
	border: 4px solid transparent;
	display: block;
	cursor: pointer;
	transition: all 0.3s;
}
.item-color input:checked + .item-color__value {
	border-color: #d92d2d;
}
.unit-info__wrap {
	display: flex;
}
.item-radio label input,
.select-all label input,
.select-item label input,
.item-check label input,
.item-color label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-check label,
.item-color label {
	position: relative;
	display: block;
}
.item-check__value {
	font-size: 16px;
	padding: 6px 13px;
	line-height: 138%;
	letter-spacing: 0.08em;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 4px;
	display: block;
}
.item-check input:checked + .item-check__value {
	background: #820505;
	border-color: #820505;
}
.unit-info_features {
	padding-top: 30px;
}
.card-action {
	gap: 19px;
	margin-top: 65px;
	display: flex;
	align-items: center;
}
.card-action .btn-main {
	height: 41px;
	padding: 0 22px;
	border-radius: 3px;
	letter-spacing: 0.08em;
}
.card-slider {
	margin-left: -50px;
	margin-right: 40px;
}
.quantity {
	width: 137px;
	height: 41px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 4px;
	display: flex;
}
.quantity-button {
	width: 40px;
	border: none;
	flex: none;
	background-color: transparent;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	font-family: 'Noto Sans';
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.quantity input {
	flex: 1;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-family: 'Noto Sans';
	text-align: center;
	background-color: transparent;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]
{
	-moz-appearance: textfield;
}
.card-about {
	padding-bottom: 53px;
	background: #e8e8e8;
	position: relative;
	z-index: 1;
}
.tabs-card {
	margin-left: 461px;
	border-radius: 0 0 0 18px;
	background: #4e4e4e;
	display: flex;
	align-items: center;
	position: relative;
}
.tabs-card::before {
	position: absolute;
	display: block;
	content: " ";
	top: -1px;
	left: 0;
	bottom: 0;
	border-top: 1px solid #6a6a6a;
	right: calc((100vw - 1330px) / 2* -1);
	background: #161616;
	border-radius: 0 0 18px 18px;
	z-index: -1;
}
.tabs-card li {
	flex: 1;
}
.tabs-card a {
	height: 110px;
	padding: 0 15px;
	border-right: 1px solid #6a6a6a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tabs-card .active a {
	background: #161616;
}
.tabs-card li:first-child a {
	border-radius: 0 0 0 18px;
}
.tabs-card li:last-child a {
	border: none;
}
.tab-container-card {
	padding-top: 10px;
}
.tab-pane-card {
	display: none;
}
.tab-pane-card:nth-child(3) {
	display: block;
}
.item-select__title {
	font-size: 27px;
	margin-bottom: 25px;
	line-height: 130%;
	font-weight: 700;
	letter-spacing: normal;
}
.item-select {
	margin-bottom: 30px;
}
.item-select:last-child {
	margin-bottom: 0;
}
.item-select select {
	opacity: 0;
}
.item-select .jq-selectbox__select-text {
	border: 1px solid #5f5f5f;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}
.item-select .jq-selectbox {
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0.08em;
	font-weight: 700;
	width: 100%;
	display: block;
}
.item-select .jq-selectbox__trigger {
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal; 
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	font-size: 130%;
	transition: all 0.3s;
	color: #000;
	cursor: pointer;
	position: absolute;
}
.item-select .jq-selectbox__trigger::before {
	content: "\f078";
}
.item-select .jq-selectbox__dropdown {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	bottom: auto !important;
	border: 1px solid #5f5f5f;
	border-radius: 0 0 10px 10px;
	background: #fff;
}
.item-select .opened .jq-selectbox__select-text {
	border-radius: 10px 10px 0 0;
	border-width: 3px;
	border-color: #c80000;
}
.item-select .opened .jq-selectbox__trigger {
	transform: rotate(-90deg);
}
.item-select .jq-selectbox__dropdown li {
	cursor: pointer;
}
.item-select .jq-selectbox__dropdown li,
.item-select .jq-selectbox__select-text {
	height: 70px;
	padding: 0 56px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.item-select .jq-selectbox__dropdown li.sel {
	background: #820505;
	color: #fff !important;
}
.item-select .jq-selectbox__dropdown li:first-child {
	display: none;
}
.item-select .jq-selectbox__dropdown li {
	border-bottom: 1px solid #5f5f5f;
}
.item-select .jq-selectbox__dropdown li:last-child {
	border: none;
}
.recommendations {
	padding-top: 46px;
	padding-bottom: 59px;
}
.head-section {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-section .title-section {
	margin: 0;
}
.link-page {
	font-size: 24px;
	gap: 13px;
	color: #000;
	letter-spacing: normal;
	line-height: 130%;
	display: inline-flex;
	align-items: center;
}
.link-page i {
	font-size: 120%;
}
.slider-catalog:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-catalog .slick-slide {
	padding: 0 20px;
	height: inherit !important;
}
.slider-catalog .slick-list {
	margin: 0 -20px;
}
.item-catalog_simple .item-catalog__title {
	margin: 0;
	display: block;
	text-align: center;
}
.slider-catalog .slick-arrow {
	color: #000;
}
.slider-catalog .slick-prev {
	left: -50px;
}
.slider-catalog .slick-next {
	right: -50px;
}
.slick-dots {
	gap: 7px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0;
	transition: all 0.3s;
}
.slick-dots li button {
	width: 7px;
	height: 7px;
	background: #323232;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
	transform: scale(0.9);
}
.slick-dots li.slick-active button {
	background: #820505;
	transform: scale(1.1);
}
.slick-dots li button::before {
	display: none;
}
.quantity.quantity_page {
	border-color: #000;
}
.quantity.quantity_page input,
.quantity.quantity_page .quantity-button {
	color: #000;
}
.text-page ul li {
	list-style-type: disc;
}
.text-page ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.page-basket {
	padding-top: 49px;
	padding-bottom: 42px;
	background: #e8e8e8;
}
.head-basket {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-basket__left {
	gap: 15px;
	display: flex;
	align-items: center;
}
.btn-clear {
	width: 67px;
	height: 41px;
	border-radius: 6px;
	background: #b1b1b1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.head-basket .btn-main {
	height: 41px;
	padding: 0 40px;
	font-weight: 400;
}
.btn-main.btn-main_dark {
	background: #161616;
}
.total-basket-value {
	font-size: 20px;
	padding: 7px 20px;
	border-radius: 6px;
	background: #b1b1b1;
	line-height: 138%;
	letter-spacing: 0.08em;
	text-align: center;
	color: #000;
	position: relative;
}
.total-basket-value span {
	width: 25px;
	height: 25px;
	top: -13px;
	right: -13px;
	border-radius: 50%;
	position: absolute;
	background: #820505;
}
.head-basket .title-section {
	margin-bottom: 32px;
}
.products-wrap {
	background: #161616;
	border-radius: 15px;
}
.products-wrap__head {
	padding: 10px 98px;
	border-bottom: 1px solid #4a4a4a;
	text-align: right;
}
.clear-products {
	font-size: 11px;
	gap: 15px;
	padding: 5px 0;
	line-height: 138%;
	letter-spacing: 0.08em;
	text-align: right;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
}
.unit-product {
	padding: 26px 90px;
	border-bottom: 1px solid #4a4a4a;
	color: #fff;
	position: relative;
}
.unit-product__image {
	width: 233px;
	height: 364px;
	border-radius: 13px;
	display: block;
	max-width: 100%;
}
.unit-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 13px;
}
.unit-product__title {
	font-size: 29px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 130%;
	letter-spacing: normal;
	display: block;
}
.feature-main {
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.feature-main__title {
	min-width: 100px;
	flex: none;
	color: #686868;
}
.unit-product__subtitle {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 130%;
}
.amount-product {
	gap: 14px;
	display: flex;
	align-items: center;
}
.amount-product__input {
	width: 80px;
	height: 24px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Noto Sans';
	background: transparent;
	text-align: center;
}
.clear-amount {
	width: 37px;
	height: 24px;
	border-radius: 5px;
	background: #820505;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}
.clear-amount img {
	width: 23px;
	height: auto;
}
.color-product {
	width: 29px;
	height: 22px;
	border: 2px solid #f00;
	border-radius: 4px;
}
.unit-product__price {
	font-size: 16px;
	gap: 33px;
	margin-top: 55px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.unit-product__price strong {
	font-size: 20px;
	font-weight: 900;
}
.unit-product__total {
	padding: 5px 40px;
	margin-left: -40px;
	border-radius: 9px;
	background: #4e4e4e;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-top: auto;
}
.unit-product__right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.remove-product {
	top: 7px;
	right: 9px;
	width: 20px;
	height: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.products-wrap__bottom {
	padding: 46px 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-wrap__bottom .btn-main {
	height: 41px;
	padding: 0 54px;
	letter-spacing: 0.08em;
}
.btn-main.btn-main_gray {
	background: #4e4e4e;
}
.products-wrap__bottom .btn-main:not(.btn-main_gray) {
	font-weight: 400;
}

.basket-promocode {
	padding-top: 32px;
	padding-bottom: 40px;
}
.basket-promocode .title-section {
	font-size: 36px;
}
.wrap-form {
	gap: 28px;
	display: flex;
	align-items: center;
}
.wrap-form .item-form {
	margin: 0;
}
.item-form {
	margin-bottom: 23px;
}
.item-form input {
	height: 51px;
	padding: 0 25px;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 10px;
	width: 100%;
	font-family: 'Noto Sans';
	background: #e8e8e8;
	font-weight: 700;
	color: #000;
}
.wrap-form .item-form {
	width: 347px;
}
.wrap-form .btn-main {
	height: 51px;
	font-weight: 500;
}
.item-catalog__descr.done {
	color: #06bd28;
}
.select-item {
	right: -3px;
	top: -7px;
	position: absolute;
}
.select-item__value {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #820505;
	display: block;
}
.select-all label,
.select-item label {
	display: block;
	position: relative;
}
.select-all__value::after,
.select-item__value::after {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	background-image: none;
	color: #fff;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.select-all input:checked + .select-all__value::after,
.select-item input:checked + .select-item__value::after {
	opacity: 1;
}
.item-catalog .select-item {
	display: none;
}
.select-all__value {
	width: 28px;
	height: 17px;
	border-radius: 3px;
	background: #b1b1b1;
	position: relative;
	display: block;
}
.select-all__value::before {
	position: absolute;
	display: block;
	content: " ";
	border: 1px solid #000;
	border-radius: 2px;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.select-all__value::after {
	color: #000;
}
.empty-basket {
	height: 850px;
	border-radius: 15px;
	background: #e8e8e8;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-basket_empty {
	border-top: 1px solid #6a6a6a;
	background: #161616;
	color: #fff;
}
.back-personal {
	padding: 34px 0;
	text-align: center;
	background: #e8e8e8;
}
.back-personal .btn-main {
	height: 84px;
	padding: 0 33px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.back-personal .btn-main i {
	font-size: 80%;
}
.page-personal {
	padding: 45px 0;
	background: #E8E8E8;
}
.icon-personal {
	width: 67px;
	height: 41px;
	border-radius: 6px;
	background: #b1b1b1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.icon-personal img {
	max-width: 41px;
}
.page-personal .title-section {
	gap: 17px;
	display: flex;
	align-items: center;
}
.form-block {
	padding: 25px 39px;
	background: #161616;
	color: #fff;
	border-radius: 15px;
}
.page-registration .title-middle,
.form-block .title-middle {
	margin-bottom: 25px;
}
.wrap-radios {
	gap: 11px;
	display: flex;
	align-items: center;
}
.ic-radio {
	position: relative;
	display: block;
	content: " ";
	width: 20px;
	height: 20px;
	flex: none;
	background-image: url(../img/circle.svg);
	background-repeat: no-repeat;
	background-position: center;	
	background-size: contain;
	transition: all 0.3s;
}
.ic-radio::after {
	position: relative;
	display: block;
	content: " ";
	width: 20px;
	height: 20px;
	flex: none;
	background-image: url(../img/circle-dot.svg);
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;	
	background-size: contain;
	transition: all 0.3s;
}
.item-radio__value {
	font-size: 16px;
	gap: 9px;
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.item-radio label {
	position: relative;
	display: block;
}
.item-radio label input:checked + .item-radio__value .ic-radio::after {
	opacity: 1;
}
.form-block__button {
	padding-top: 19px;
	text-align: center;
}
.form-block__button .btn-main {
	padding: 0 50px;
}
.btn-main.disabled {
	color: #ccc;
}
.personal-buttons .btn-main {
	margin-bottom: 40px;
	height: 82px;
	padding: 0 10px;
	width: 100%;
}
.personal-buttons .btn-main i {
	font-size: 80%;
}
.btn-main.btn-main_history {
	font-size: 24px;
	font-weight: 400;
}
.personal-buttons {
	margin-left: -60px;
}
.page-personal .products-wrap,
.page-personal .form-block {
	margin-right: 60px;
}
.page-registration .item-form input,
.form-block .item-form input {
	background: #fff;
}
.page-personal .unit-product {
	padding-left: 80px;
	padding-right: 48px;
}
.page-personal .feature-main {
	margin-bottom: 6px;
}
.unit-product__title {
	margin-bottom: 10px;
}
.unit-product__bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.unit-product__bottom .unit-product__total {
	margin: 0;
}
.btn-main.btn-main_history.active {
	background: #161616;
}
.search-page {
	position: relative;
}
.search-page input {
	height: 48px;
	padding-left: 48px;
	padding-right: 20px;
	font-size: 20px;
	color: #fff;
	border: none;
	background: #4e4e4e;
	border: 1px solid #6a6a6a;
	border-radius: 15px;
	font-family: 'Noto Sans';
	width: 100%;
}
.page-personal .products-wrap__head {
	padding: 35px 49px;
}
.search-page__icon {
	width: 48px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url(../img/ic_search.svg);
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
.page-registration {
	padding-top: 49px;
	padding-bottom: 54px;
	background: #e8e8e8;
}
.descr-section {
	margin-bottom: 25px;
}
.descr-section a {
	color: #820505;
	border-bottom: 1px transparent solid;
}
.page-registration .title-section {
	margin-bottom: 20px;
	gap: 10px;
	display: flex;
	align-items: center;
}
.page-registration .ic-radio {
	filter: brightness(0%);
}
.item-select.item-select_main .jq-selectbox__dropdown li, 
.item-select.item-select_main .jq-selectbox__select-text {
	height: 51px;
	padding: 0 28px;
	font-size: 16px;
	color: #898989;
	letter-spacing: normal;
}
.item-select.item-select_main .changed .jq-selectbox__select-text {
	color: #000;
}
.item-select.item-select_main .jq-selectbox__trigger {
	font-size: 85%;
}
.checkbox.checkbox_main label {
	display: flex;
	align-items: center;
	font-weight: 400;
}
.checkbox.checkbox_main label input {
	width: 23px;
	height: 23px;
	border-color: #000;
}
.checkbox.checkbox_main label input::after {
	width: 23px;
	height: 23px;
	font-size: 14px;
	color: #000;
}
.checkbox.checkbox_main {
	margin: 0;
}
.checkbox.checkbox_main a {
	color: #820505;
}
.bottom-registration {
	gap: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.bottom-registration .btn-main {
	height: 51px;
	font-size: 16px;
	padding: 0 30px;
	letter-spacing: normal;
}
.page-registration .checkbox.checkbox_main label input {
	order: 2;
	margin: 0;
}
.page-registration .checkbox.checkbox_main label {
	gap: 8px;
}
.page-login {
	padding-top: 49px;
	padding-bottom: 100px;
	min-height: 60vh;
	background: #e8e8e8;
}
.login-wrap {
	width: 469px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.title-login {
	font-size: 32px;
	margin-bottom: 35px;
	line-height: 130%;
}
.desc-login {
	margin-bottom: 33px;
	color: #820505;
	font-weight: 700;
	letter-spacing: normal;
}
.page-login .item-form {
	margin-bottom: 33px;
}
.page-login .item-form input {
	background: #fff;
	text-align: center;
}
.page-login .btn-main {
	margin-bottom: 33px;
	height: 51px;
	font-size: 16px;
	border-radius: 10px;
	width: 100%;
}
.page-login .btn-main:last-child {
	margin-bottom: 0;
}
.page-login .btn-main.btn-main_gray {
	color: #ccc;
}
.page-article {
	padding: 50px 0;
	background: #e3e3e3;
}
.page-article ul li {
	list-style-type: disc;
}
.page-article ul {
	padding-left: 20px;
}
.date-article {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 138%;
	letter-spacing: 0.04em;
}
.subitle-article {
	margin-bottom: 40px;
	font-weight: 700;
}
.page-article + .back-personal {
	background: #fff;
}
.article-content {
	padding-top: 59px;
	padding-bottom: 68px;
	background: #161616;
	color: #fff;
}
.page-article.page-article_image {
	padding-bottom: 0;
}
.article-content img {
	max-width: 100%;
	border-radius: 13px;
	height: auto;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.article-content__image {
	margin-right: -30px;
}
.article-content p,
.article-content li {
	margin-bottom: 15px;
}
.article-content__main {
	margin-left: 30px;
}
.article-content .date-article {
	margin-bottom: 30px;
	color: #959595;
}
.basket-popup {
	width: 565px;
	margin-top: 25px;
	top: 100%;
	right: 0;
	background: #181818;
	position: absolute;
	z-index: 51;
	transition: all 0.1s;
	visibility: hidden;
	opacity: 0;
}
.basket-popup::before {
	position: absolute;
	display: block;
	content: " ";
	bottom: 100%;
	left: 0;
	height: 25px;
	width: 100%;
}
.basket-popup .feature-main {
    font-size: 11px;
	margin-bottom: 7px;
	line-height: 138%;
	letter-spacing: 0.08em;
	color: #686868;
}
.basket-popup .feature-main__title {
	min-width: 62px;
	color: #fff;
	letter-spacing: normal;
}
.basket-popup .unit-product__title {
	font-size: 16px;
	margin-top: -4px;
}
.basket-popup .unit-product {
	padding: 35px;
}
.basket-popup .unit-product__image {
	height: 170px;
	width: auto;
	margin-right: -14px;
	max-width: initial;
}
.feature-main__price {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
}
.feature-main_total {
	padding-top: 12px;
}
.basket-popup .remove-product {
    top: 6px;
    right: 6px;
    font-size: 16px;
}
.unit-product .item-color__value {
	width: 29px;
	height: 22px;
	border-width: 2px;
	border-radius: 4px;
}
.unit-product .colors-wrap {
    gap: 8px;
}





.main-toolbar-sorter.f-right {
    float: none;

}
.main-toolbar-sorter.f-right {
    float: right;
}

.non-active-sort {
    color: #555;
}

.active-sort {
    color: #f1ac06;
}

.toolbar-sorter a:hover {
    color: #000;
}

.remove-product a{
    color: #fff;
}
