/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 130;
}

.header_top {
	background: #161616;
	color: #fff;
	padding: 7px 0 6px 0;
	position: relative;
	z-index: 15;
}

@media (max-width: 991px) {
	.header_top {
		display: none;
	}
}

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

.header_top .container p {
	font-size: 12px;
	line-height: 17px;
}

.header_top .container .header_email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 0 -148px;
}

.header_top .container .header_email:hover span:after {
	width: 100%;
}

.header_top .container .header_email img {
	display: block;
	margin: 0 7px 0 0;
}

.header_top .container .header_email span {
	font-size: 12px;
	line-height: 17px;
	display: block;
	position: relative;
}

.header_top .container .header_email span:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.header_top .container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.header_top .container ul li {
	margin: 0 0 0 33px;
}

.header_top .container ul li a {
	display: block;
	font-size: 12px;
	line-height: 17px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	position: relative;
}

.header_top .container ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.header_top .container ul li a:hover:after {
	width: 100%;
}

.header_main {
	background: #C30000;
	padding: 20px 0 25px 0;
	color: #fff;
	position: relative;
	z-index: 15;
}

@media (max-width: 991px) {
	.header_main {
		padding: 10px 0;
	}
}

.header_main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header_main .container .logo {
	display: block;
}

@media (max-width: 1141px) {
	.header_main .container .logo {
		width: 150px;
	}
}

@media (max-width: 991px) {
	.header_main .container .logo {
		width: 120px;
		margin: 0 0 0 140px;
	}
}

@media (max-width: 767px) {
	.header_main .container .logo {
		margin: 0;
	}
}

.header_main .container .logo:hover {
	opacity: 0.7;
}

.header_main .container .logo img {
	display: block;
}

@media (max-width: 991px) {
	.header_main .container .header_catalog_wrapper {
		display: none;
	}
}

.header_main .container .header_catalog_wrapper .catalog_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px 15px;
	background: #000000;
	border-radius: 4px;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 1px solid #000;
}

.header_main .container .header_catalog_wrapper .catalog_btn .catalog_btn__icon._close,
.header_main .container .header_catalog_wrapper .catalog_btn.is-active .catalog_btn__icon._open {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	display: none;
}
.header_main .container .header_catalog_wrapper .catalog_btn .catalog_btn__icon._open,
.header_main .container .header_catalog_wrapper .catalog_btn.is-active .catalog_btn__icon._close {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	display: block;
}

.header_main .container .header_catalog_wrapper .catalog_btn:hover {
	background: transparent;
	border-color: #fff;
}

.header_main .container .header_catalog_wrapper .catalog_btn img {
	display: block;
	margin: 0 10px 0 0;
	width: 15px;
}


@media (max-width: 991px) {
	.header_main .container .header_phones {
		display: none;
	}
}

.header_main .container .header_phones li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 0 3px;
}

.header_main .container .header_phones li:nth-last-child(1) {
	margin: 0;
}

.header_main .container .header_phones li img {
	display: block;
	/* margin: 0 0 1px 3px; */
    width: 15px;
    height: 15px;
}

.header_main .container .header_phones li a {
	display: block;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	margin: 0 0 0 15px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	position: relative;
}
.header_main .container .header_phones li a:first-child {
	margin: 0;
}
.header_main .container .header_phones li a.phone_dop {
	margin-left: 3px;
}

.header_main .container .header_phones li a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.header_main .container .header_phones li a:hover:after {
	width: 100%;
}

.header_main .container .header_search_wrapper {
	position: relative;
	display: block;
}
.header_main .container .header_search_wrapper._main {
	max-width: 400px;
	flex: 0 1 250px;
	transition: all 0.3s ease 0s;
}
.header_main .container .header_search_wrapper._main._active {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.header_main .container .mob_nav__top .header_search_wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.header_main .container .header_search_wrapper._mob {
	display: none;
}
.header_main .container .header_search_wrapper form {
	position: relative;
}

.header_main .container .header_search_wrapper form input {
	height: 40px;
	/* width: 289px; */
	width: 100%;
	padding: 0 11px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	background: #FFFFFF;
	border-radius: 4px;
}
.search_div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 21px;
	/* width: 170px; */
	padding: 0 15px 0 6px;
	font-weight: 400;
	font-size: 7.5px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	background: #FFFFFF;
	border-radius: 4px;
}
.search_div span {
	white-space: nowrap;
}
.search_div button{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-60%);
	    -ms-transform: translateY(-60%);
	        transform: translateY(-60%);
	padding: 0;
	padding-left: 3px;
	background: #fff;
	width: 13px;
	height: 12px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1141px) {
	.header_main .container .header_search_wrapper form input {
		width: 100%;
		padding: 0 25px 0 11px;
	}
	.header_main .container .header_search_wrapper._main {
		max-width: none;
		flex: 1 1 150px;
	}
}

@media (max-width: 991px) {
	.header_main .container .header_search_wrapper form input {
		width: 150px;
		font-size: 7.5px;
		line-height: 17px;
		height: 21px;
		padding: 0 15px 0 6px;
	}
}

.header_search_wrapper form button {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 0;
}

.header_search_wrapper form button.search_close {
	display: none;
	right: 32px;
}
.header_search_wrapper form button.search_close.active {
	display: block;	
}
.header_search_wrapper form button img {
	width: 100%;
	height: 100%;
}

.search_form_close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 12px);
    -webkit-transform: translateY(calc(-50% - 12px));
        -ms-transform: translateY(calc(-50% - 12px));
            transform: translateY(calc(-50% - 12px));
    padding: 22px 15px 23px 15px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 129;
	-webkit-transition: all 0.3s ease 0.5s;
	-o-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}
.search_form_close.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	border-bottom: 1px solid #d9d9d9;
}

.search_results {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	/* border: 1px solid #d9d9d9; */
	-webkit-box-shadow: 0 .1rem 2rem #04061c1a;
	        box-shadow: 0 .1rem 2rem #04061c1a;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 180%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	z-index: 120;
	opacity: 1;
	/* padding: 10px 10px; */
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search_results.hidden,
.search_results.hidden._head {
	top: -300%;
	opacity: 0;
	visibility: hidden;
}
.search_result_item._empty {
	color: #161616;
	text-align: center;
	font-weight: 500;
	height: 100%;
}
.search_result_item:first-child {
	padding-top: 10px;
}
.search_result_item:last-child {
	padding-bottom: 10px;
}
.search_result_item._all {
	position: -webkit-sticky;
	position: sticky;
    bottom: 0;
	background: #fff;
}
.search_result_link {
	color: #161616;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	padding: 10px 20px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.search_result_link._category {
	padding: 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.search_result_link._all {
	font-weight: 500;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px 20px;
	margin: 0 20px;
	margin-top: 10px;
	background: #C30000;
	border-radius: 4px;
	color: #fff;
}
.search_result_link img {
	border-radius: 5px;
	width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
}
.search_result_link img.search_result_arrow {
	/* display: none; */
	/* opacity: 0; */
	-webkit-transform: translateX(-20px);
	    -ms-transform: translateX(-20px);
	        transform: translateX(-20px);
	margin-left: auto;
	width: auto;
	height: auto;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.search_result_link img.search_result_arrow._red {
	display: none;
}
.search_result_link:hover img.search_result_arrow {
	/* opacity: 1;
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px); */
}
.search_result_count {
	font-size: 12px;
	line-height: 17px;
	color: #8B8B8B;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.search_result_link:hover {
	background: #eeeeee;
	color: #161616;
}
.search_result_link:hover .search_result_count {
	/* color: #fff; */
}
.search_result_title {
	padding: 5px 20px;
	padding-top: 20px;
	font-weight: 500;
	color: #161616;
}
.search_result_title:first-child {
	padding-top: 10px;
	/* border-top: 1px solid #d9d9d9; */
}
.search_result_title>span {
	font-size: 12px;
	color: #7B7B7A;
}

@media (max-width: 1141px) {
	.header_main .container {
		gap: 5px;
	}
}
@media (max-width: 991px) {
	.header_search_wrapper form button {
		right: 5px;
	}
	.header_main .container {
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.header_main .container {
		position: relative;
	}
	.header_search_wrapper form button {
		width: 10px;
		height: 10px;
	}
	.header_search_wrapper form button.search_close {
		right: 20px;
	}
	.header_main .container .header_search_wrapper {
		position: static;
	}
	.header_main .container .header_search_wrapper._desktop {
		display: none;
	}
	.header_main .container .header_search_wrapper._mob {
		display: block;
	}
	.header_search_wrapper._main .search_results {
		top: 100%;
		height: calc(100vh - 120px);
		padding-bottom: 10px;
		border-top: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.search_results {
		right: 0;
		left: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		top: 115%;
		height: calc(100vh - 130px);
		padding-bottom: 10px;
		max-height: none;
		border-top: 1px solid #d9d9d9
	}
	.search_results._head {
		right: 15px;
		top: 147%;
		height: calc(100vh - 95px);
	}
	.search_result_title {
		padding: 5px 15px;
		padding-top: 30px;
		font-size: 16px;
	}
	.search_result_title>span {
		font-size: 14px;
	}
	.search_result_link {
		padding: 10px 15px;
	}
	.search_result_link img.search_result_arrow {
		display: block;
	}
	.search_result_link img.search_result_arrow._red {
		display: none;
	}
	.search_result_link._category {
		padding: 10px 15px;
	}
	.search_result_item._all {
		position: -webkit-sticky;
		position: sticky;
		/* bottom: 70px; */
		bottom: 0;
		right: 0;
        left: 0;
		padding: 0;
		background: #C30000;
		margin: 0 15px;
		margin-top: auto;
		border-radius: 10px;
	}
	.search_result_link._all {
		margin: 0;
		padding: 10px;
		color: #fff;
	}
	.search_result_link img.search_result_arrow {
		display: none;
	}
	.search_result_link img.search_result_arrow._grey {
		display: block;
		opacity: 1;
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}
}

.header_search_wrapper form button:hover {
	-webkit-transform: translateY(-50%) scale(1.3);
	    -ms-transform: translateY(-50%) scale(1.3);
	        transform: translateY(-50%) scale(1.3);
}

.header_search_wrapper form button img {
	display: block;
}

@media (max-width: 991px) {
	.header_search_wrapper form button img {
		width: 10px;
		height: 10px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}

.header_main .container .header_user__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media (max-width: 991px) {
	.header_main .container .header_user__action {
		display: none;
	}
}

.header_main .container .header_user__action li {
	margin: 0 0 0 22px;
}
.header_main .container .header_user__action li:first-child {
	margin: 0;
}

@media (max-width: 1141px) {
	.header_main .container .header_user__action li {
		margin: 0 0 0 15px;
	}
}

.header_main .container .header_user__action li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header_main .container .header_user__action li a:hover {
	opacity: 0.7;
}

.header_main .container .header_user__action li a img {
	display: block;
	margin: 0 0 5px;
}

.header_main .container .header_user__action li a span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
}

.header_bottom {
	display: none;
	position: relative;
	backdrop-filter: blur(10px); /* Размытие фона за хедером */
    -webkit-backdrop-filter: blur(10px); /* Поддержка для Safari */
}

@media (max-width: 991px) {
	.header_bottom {
		display: block;
		padding: 11px 0 11px 0;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
        background: rgb(255 255 255 / 85%);
	}
}

.header_bottom .time_mob {
	position: absolute;
	bottom: -6.5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 8.5px;
	line-height: 10px;
	color: #8B8B8B;
	padding: 0 13px 3px 13px;
	background: #fff;
	border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	z-index: 56;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.header_bottom .time_mob.un_visible {
	/* opacity: 0;
	visibility: hidden; */
	bottom: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.header_bottom .time_mob.un_visible_product {
	/* opacity: 0;
	visibility: hidden; */
	bottom: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}


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

.header_bottom .container .header_call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #161616;
}

.header_bottom .container .header_call img {
	display: block;
	margin: 0 7px 0 0;
}

.header_bottom .container .phone {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #161616;
    white-space: nowrap;
}

.header_bottom .container .header_socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    gap: 20px;
}
.header_bottom .container .header_socials li a img.header_socials-mob {
	display: none;
}


.header_bottom .container .header_socials li a {
	display: block;
	position: relative;
}

.header_bottom .container .header_socials li a img {
	display: block;
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (max-width: 991px) {
	.header_bottom .container .header_socials li a img{
		display: none;
	}
	.header_bottom .container .header_socials li a img.header_socials-mob {
		display: block;
	}
}

.header_bottom .container .header_socials li a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #C30000;
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 0.01em;
	position: absolute;
	top: -6px;
	right: -6px;
}

.header_catalog__wrapper {
	/* display: none; */
	position: relative;
	opacity: 0;
	visibility: hidden;
	/* transform: translateY(50px); */
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_catalog__wrapper.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
	/* transform: translateY(0); */
	position: relative;
	height: 100vh;
	z-index: 10;
}
.header_catalog__wrapper .container {
	position: relative;
}

.header_catalog {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	height: 100vh;
	z-index: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 991px) {
	.header_catalog {
		display: none;
	}
}

.header_catalog__wrapper .header_catalog_bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.header_catalog__wrapper .header_catalog_bg.is-active {
	opacity: 1;
	visibility: visible;
}
.header_catalog.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 150;
}

.header_catalog.is-active .header_catalog_wrapp {
	/* box-shadow: 10px 20px 40px -10px rgba(210, 210, 210, 1); */
	/* width: 100%; */
	max-height: calc(100vh - 200px);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.header_catalog .header_catalog_wrapp {
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
	background: #fff;
	-webkit-transform: translateY(-100px);
	    -ms-transform: translateY(-100px);
	        transform: translateY(-100px);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 5;
}
.header_catalog .header_catalog_wrapp::before {
	content: '';
    width: 80%;
    height: 20px;
    position: absolute;
    bottom: -55px;
    left: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    box-shadow: 0px -60px 20px 0px rgb(255 255 255);
    z-index: 2;
}
.header_catalog .header_catalog_wrapp::after {
	content: '';
    width: 80%;
    height: 20px;
    position: absolute;
    top: -55px;
    left: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    box-shadow: 0px 55px 20px 0px rgb(255 255 255);
    z-index: 2;
}
.header_catalog .header_catalog_wrapp.active {
	border-bottom-right-radius: 10px;
}
.header_catalog .header_catalog_wrapp.active::before {
	border-bottom-right-radius: 10px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main {
	overflow: auto;
	max-height: calc(100vh - 200px);
	padding: 20px 10px 20px 10px;
	width: 400px;
	border-bottom-right-radius: 10px;
}
/* .header_catalog .header_catalog_wrapp .header_catalog_main.active {
	height: 100%;
} */

.header_catalog .header_catalog_wrapp .header_catalog_main::-webkit-scrollbar {
	width: 6px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main::-webkit-scrollbar-track {
	background: transparent;
}

.header_catalog .header_catalog_wrapp .header_catalog_main::-webkit-scrollbar-thumb {
	background-color: #f1f1f5;
	border-radius: 3px;
	/* border: 0px solid #ffffff; */
}

.header_catalog .header_catalog_wrapp .header_catalog_main li {
	/* padding: 5px 0; */
}

.header_catalog .header_catalog_wrapp .header_catalog_main li:nth-last-child(1) {
	margin: 0;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li a {
	/* display: block; */
	font-size: 16px;
	/* line-height: 39px; */
	color: #161616;
	border-radius: 8px;
	padding: 10px 15px;
	padding-left: 10px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details {
	position: absolute;
	left: 380px;
	/* right: 0; */
	top: 0;
	height: 100%;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
    background: #fff;
    border-bottom-right-radius: 10px;
	padding: 20px 20px;
	/* box-shadow: 0px 20px 40px -10px rgba(210, 210, 210, 0.99); */
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::before {
	content: '';
    position: fixed;
    left: 400px;
    bottom: -55px;
    width: 925px;
    height: 20px;
	box-shadow: 0px -60px 20px 0px rgb(255 255 255);
    z-index: 2;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::after {
	content: '';
    position: fixed;
    left: 400px;
    top: -55px;
    width: 925px;
    height: 20px;
	box-shadow: 0px 55px 20px 0px rgb(255 255 255);
    z-index: 2;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left {
	/* position: relative; */
	/* padding: 0px 20px; */
	background: #fff;
	/* height: calc(100vh - 240px); */
	overflow: auto;
	/* border-left: 1px solid #D9D9D9; */
	width: 925px;
	border-bottom-right-radius: 10px;
}
@media (max-width: 1350px) {
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left,
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::before,
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::after {
		width: 600px;
	}
	
}
@media (max-width: 1000px) {
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left,
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::before,
	.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::after {
		width: 400px;
	}
}

/* .header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: 15px;
    background: #ffffff;
	border-bottom-right-radius: 10px;
    z-index: 2;
} */

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left::-webkit-scrollbar,
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::-webkit-scrollbar {
	width: 10px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left::-webkit-scrollbar-track,
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::-webkit-scrollbar-track {
	background: transparent;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left::-webkit-scrollbar-thumb,
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details::-webkit-scrollbar-thumb {
	background-color: rgb(241, 241, 248);
	border-radius: 3px;
	border-right: 4px solid #ffffff;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left p {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin: 0 0 12px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left ul {
	padding: 0;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #161616;
	padding: 5px 0;
	background: transparent !important;
	transition: 0s all ease;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left ul li a span.gray {
	color: #8b8b8b;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left ul li a:hover,
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left ul li a:hover span.gray {
	color: #C30000;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right {
	padding: 20px;
	background: #fff;
	height: 100vh;
	overflow: auto;
	border-left: 1px solid #D9D9D9;
	width: 400px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right::-webkit-scrollbar {
	width: 6px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right::-webkit-scrollbar-track {
	background: transparent;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right::-webkit-scrollbar-thumb {
	background-color: #f1f1f5;
	border-radius: 0px;
	/* border: 0px solid #ffffff; */
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
	margin: 0 0 10px;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right a:hover {
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right a img {
	display: block;
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-right p {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__title span {
	font-weight: 400;
	color: #8B8B8B;
	font-size: 12px;
	margin-left: 5px;
	white-space: nowrap;
	/* -webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease; */
}
.header_catalog__title.parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	gap: 10px;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
	border: 1px solid #eeeeee;
	color: #222222;
	border-radius: 10px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.header_catalog__title.parent:hover {
	color: #C30000;
}
.header_catalog__title.parent img {
	height: 20px;
	width: 20px;
}
.header_catalog__title.parent .header_catalog__arrow {
	width: auto;
	height: auto;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.header_catalog__title.parent._spoller-active .header_catalog__arrow {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header_catalog .header_catalog_wrapp .header_catalog_main li a.header_catalog__bigtitle,
.header_catalog .header_catalog_wrapp .header_catalog_main li a.header_catalog__bigtitle span.gray {
	font-weight: 700;
    font-size: 21px;
    line-height: 1;
	padding: 0;
	padding-bottom: 10px;
	color: #161616;
	-webkit-transition: 0s all ease;
	-o-transition: 0s all ease;
	transition: 0s all ease;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li a.header_catalog__bigtitle:hover,
.header_catalog .header_catalog_wrapp .header_catalog_main li a.header_catalog__bigtitle:hover span.gray {
	color: #C30000;
	background: transparent;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li a.header_catalog__bigtitle span.gray {
	color: #8B8B8B;
	font-size: 20px;
	margin-left: 0;
	white-space: normal;
	font-weight: 400;
}
.header_catalog__bigtitle span {
	font-weight: 400;
	color: #8B8B8B;
	font-size: 14px;
	margin-left: 5px;
	white-space: nowrap;
}

.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__target>a {
	display: block;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__target:hover .header_catalog__title.go_link {
	/* background: #C30000;
	color: #fff; */
}

.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__target:hover .header_catalog__details {
	/* opacity: 1;
	visibility: visible; */
}
/* .header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left::before {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
	z-index: 2;
} */
.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__li.no_empty:hover .header_catalog__details,
.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__li.show .header_catalog__details {
	opacity: 1;
	visibility: visible;
	left: 400px;
}

.header_catalog__list {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}
.header_catalog__li {

}
.header_catalog__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 10px;
}
.header_catalog__link .header_catalog__title-inner {
	display: flex;
	align-items: flex-start;
    gap: 10px;
}
.header_catalog__link .header_catalog__title-inner span.gray {
	color: #8B8B8B;
	font-size: 15px;
}
.header_catalog__link img {
	height: 25px;
	width: 25px;
	flex: 0 0 25px;
}	

.header_catalog__link .child_img {
	display: none;
}
.header_catalog__link .child_img_off {
	display: block;
}	
.header_catalog__link:hover .child_img,
.header_catalog__li.active .child_img {
	display: block;
}
.header_catalog__link:hover .child_img_off,
.header_catalog__li.active .child_img_off {
	display: none;
}
.header_catalog__link .child_img_off.passive {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.header_catalog__link .png .child_img_off {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.header_catalog__link .header_catalog__arrow {
	/* opacity: 0;
	transform: translateX(-10px); */
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	height: 10px;
	width: 10px;
}
.header_catalog__li:hover .header_catalog__arrow,
.header_catalog__li.active .header_catalog__arrow {
	opacity: 1;
	transform: translateX(0px);
}
.header_catalog__empty {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
}
.header_catalog .close_catalog {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}

.header_catalog .close_catalog:hover {
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
}

.header_catalog .close_catalog img {
	display: block;
}

.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__li:hover >a,
.header_catalog .header_catalog_wrapp .header_catalog_main li.header_catalog__li.active>a {
	background: #eeeeee;
}
.header_catalog__details .has_child {
	/* margin-bottom: 20px !important; */
}
.header_catalog__details .child_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	gap: 5px;
	font-weight: 500;
}
.header_catalog__details .child_title.go_link {
	font-weight: 400;
}
.header_catalog__details .child_title.active {
	color: #000 !important;
	font-weight: 500 !important; 
}
.header_catalog__details .view_all {
	font-size: 12px;
}
.header_catalog__details .nav_submenu {
	padding-left: 20px;
}
.header_catalog__details-left._empty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}
.header_catalog__details-left .child_title {
	border-radius: 0 !important;
	border-bottom: 1px solid rgba(112, 112, 112, 0.27);
}
.header_catalog__details .child_title_second__inner {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 5px;
}
.header_catalog__details .child_img {
	width: 18px;
    height: 18px;
} 


.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item-ul .header_catalog__title span {
	font-size: 12px;
	font-weight: 400;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item-ul .header_catalog__title span.gray {
	font-size: 14px;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item-ul {
	/* display: inline-flex; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/* gap: 10px; */
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	/* width: 100%; */
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item-ul.hidden {
	margin-bottom: -10px;
}
/* .header_catalog .header_catalog_wrapp .header_catalog_main li */
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__item li {
	margin-bottom: 0;
	padding: 0px;
}
.header_catalog__item {
	margin-bottom: 40px;
	position: relative;
}
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__item>.header_catalog__title:hover,
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__item>.header_catalog__title:hover span.gray {
	color: #C30000;
	background: transparent;
}
.header_catalog__item-button {
	background: #ffff;
	margin-top: 4px;
	color: #C30000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.header_catalog__item-button.hidden {
	display: none;
}
.header_catalog__item-button span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_catalog__item-button span>img {
	width: 12px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_catalog__item-button .hide>img{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header_catalog__item-button .hide:hover img {
	/* -webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0); */
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item .header_catalog__title {
	line-height: 16px;
	padding: 4px 0;
}
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__target a.header_catalog__title--sub {
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-content: space-between;
	gap: 5px;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item-ul--sub {
	display: none;
	position: absolute;
	top: 100%;
	/* right: -100%; */
	background: #fff;
	/* gap: 10px; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
	padding: 10px 20px;
	max-height: 500px;
	overflow-y: auto;
	/* padding-bottom: 10px; */
	border-radius: 10px;
}
.header_catalog__target._hover {
	position: relative;
}
.header_catalog__target._hover:hover .header_catalog__item-ul--sub {
	display: flex !important;
}
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__item .header_catalog__item-ul--sub li {
	/* padding: 5px; */
	width: 100%;
}

/* //======================================================================================================================================================== */


.menu_box {
	display: none;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.header_catalog .header_catalog_wrapp .header_catalog_main li .header_catalog__details .header_catalog__details-left .header_catalog__item>.header_catalog__title,
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__title span.gray {
	margin-bottom: 9px;
	margin-left: 0px;
	white-space: normal;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	/* display: inline-block; */
	-webkit-transition: 0s all ease;
	-o-transition: 0s all ease;
	transition: 0s all ease;
}
.header_catalog .header_catalog_wrapp .header_catalog_main .header_catalog__title span.gray {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.menu_box {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-width: 25px;
	}
}

.menu_box.is-active {
	z-index: 9;
}

.hamburger {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.hamburger .line {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin: 0 0 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
}

.hamburger .line:nth-last-child(1) {
	margin: 0;
}

.hamburger:hover {
	cursor: pointer;
}

.mob_nav {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	overflow: hidden;
	height: 100%;
	padding-bottom: 120px;
	/* visibility: hidden; */
}
.mob_nav._head {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.mob_nav.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	z-index: 554;
	/* height: calc(100vh - 60px); */
}

.mob_nav__top {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 13px 15px 13px 15px;
	border-bottom: 1px solid #d9d9d9;
}
._head .mob_nav__top {
	border-bottom: 0px;
}
.header_search_wrapper .mob_nav__top {
	background: #C30000;
}
.mob_nav .mob_nav__top .header_search_wrapper {
	width: calc(100% - 60px);
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.mob_nav .mob_nav__top .header_search_wrapper form {
	position: relative;
	z-index: 130;
}
@media (max-width: 767px) {
	.mob_nav__top .header_search_wrapper form input,
	.header_main .container .header_search_wrapper form input {
		height: 35px;
		width: 100%;
		padding: 0 30px;
		padding-right: 10px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.01em;
		color: #222222;
		/* background: #F5F5F5; */
		background: #fff;
		border-radius: 8px;
		border: 1px solid #C30000;
	}
	.mob_nav__top .header_search_wrapper form input::placeholder,
	.header_main .container .header_search_wrapper form input::placeholder,
	.mob_nav._head .mob_nav__top .header_search_wrapper form input::placeholder {
		color: #8B8B8B;
		font-size: 13px;
	}
}

.mob_nav__top .header_search_wrapper form button {
	position: absolute;
    top: 50%;
    left: 10px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
.mob_nav__top .header_search_wrapper form button.search_close {
	right: 10px;
	left: auto;
}

.mob_nav__top .header_search_wrapper form button img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.mob_nav .mob_nav__top .close_mob__nav {
	display: block;
}

.mob_nav .mob_nav__top .close_mob__nav img {
	display: block;
	width: 16px;
	height: 16px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.mob_nav .mob_nav__body {
	height: calc(100% - 60px);
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	background: #ebebeb;
	padding-bottom: 100px;	
}
.mob_nav__inner .mob_nav__body {
	padding: 0;
}
.mob_nav._head .mob_nav__body {
	background: rgba(0, 0, 0, 0.60);
}
.mob_nav__inner.mob_nav .mob_nav__body {
	background: #f0f0f0;
}
.mob_nav__inner.mob_nav .mob_nav__body {
	height: auto;
}
.mob_nav .mob_nav__body>ul {
	/* background: #fff; */
	margin: 10px 0;
	margin-left: 5px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
	transition: 0.3s all ease;
}
.mob_nav .mob_nav__body>ul.active {
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.mob_nav._head .mob_nav__body>ul {
	margin-top: 0;
	/* border-bottom: 1px solid #d9d9d9	; */
	position: relative;
}
.mob_nav._head .mob_nav__body-wrap {
	height: 100%;
	/* content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: #d9d9d9; */
}
.mob_nav__inner.mob_nav .mob_nav__body>ul {
	margin: 10px 0;
	margin-left: 5px;
}
.has_child.parent {
	/* border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden; */
}
.mob_nav .mob_nav__body ul li .child_title {
	position: relative;
	/* z-index: 5; */
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/* padding: 20px 15px 15px 15px; */
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	gap: 12px;
	color: #161616;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	cursor: default;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mob_nav .mob_nav__body ul li.has_child.parent > a.child_title {
	border-bottom: 1px solid #eeeeee;
}
.mob_nav .mob_nav__body ul li.has_child.parent > a.child_title.active {
	border-bottom: 1px solid #eeeeee;
}
.mob_nav .mob_nav__body ul li.has_child.open > .nav_submenu {
	/* display: flex; */
}

.mob_nav .mob_nav__body ul li a .child_title_second__inner-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	flex: 0 0 20px;
	flex: 0 0 35px;
	margin: 5px 0;
	margin-left: -10px;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s all ease 0.3s;
}
.mob_nav .mob_nav__body ul li a .child_title_second__inner-img.png {
	/* flex: 0 0 35px;
	margin: 5px 0;
	margin-left: -10px;
	border-radius: 5px; */
	/* background: #f0f0f0; */
	/* overflow: hidden; */
}

.mob_nav .mob_nav__body ul li a._spoller-active .child_title_second__inner-img.svg, 
.mob_nav .mob_nav__body ul li a._spoller-active .child_title_second__inner-img.png {
	background: #f0f0f0;
}
.mob_nav .mob_nav__body ul li.parent > a .child_title_second__inner-img.png,
.mob_nav .mob_nav__body ul li.parent > a._spoller-active .child_title_second__inner-img.svg {
	background: transparent;
}
.mob_nav .mob_nav__body ul li a._spoller-active span {
	padding-bottom: 5px;
}
.mob_nav .mob_nav__body ul li.parent > a._spoller-active span,
.mob_nav .mob_nav__body ul li a span._1,
.mob_nav .mob_nav__body ul li a._spoller-active._0 span {
	padding-bottom: 15px;
}
.mob_nav .mob_nav__body ul li a.null_title span {
	padding-bottom: 15px;
}
.mob_nav .mob_nav__body ul li a span {
	padding: 15px 0;
	-webkit-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start; */
}

.mob_nav .mob_nav__body ul li a .child_title_second__inner-img > img {
	display: none;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.mob_nav .mob_nav__body ul li a .child_title_second__inner-img.png > img {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.mob_nav .mob_nav__body ul li a .child_title_second__inner .png .child_img_on,
.mob_nav .mob_nav__body ul li a .child_title_second__inner .png_off .child_img_off {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.mob_nav .mob_nav__body ul li a .child_title_second__inner .svg .child_img,
.mob_nav .mob_nav__body ul li a .child_title_second__inner .svg_off .child_img_off {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.mob_nav .mob_nav__body ul li a .child_title_second__inner .child_img_off {
	display: block;
}
.mob_nav .mob_nav__body .child_title.active .child_title_second__inner-img > img {
	display: block;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.mob_nav .mob_nav__body .child_title.active .child_title_second__inner .child_img_off {
	display: none;
}
.mob_nav .mob_nav__body .has_child.parent > .child_title .child_title_second__inner-img > img {
	display: block;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.mob_nav .mob_nav__body .has_child.parent > .child_title .child_title_second__inner .child_img_off {
	display: none;
}

.mob_nav .mob_nav__body ul li a .child_title_second__inner small {
	display: inline-block;
	color: #8B8B8B;
	font-weight: 400;
	/* margin: 0 0 0 5px; */
}

.mob_nav .mob_nav__body ul li a .chevron {
	display: block;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.mob_nav .mob_nav__body ul li a._spoller-active, 
.mob_nav .mob_nav__body .has_child.parent > .child_title {
	/* background: rgba(253, 174, 193, 0.4);
	color: #C30000; */
	font-weight: 500;
}
.mob_nav .mob_nav__body .has_child.parent > .child_title {
	font-size: 16px;
}
.mob_nav .mob_nav__body .has_child._spoller-active .submenu {
	/* background: #fcfcfc; */
}
.mob_nav .mob_nav__body .has_child._spoller-active.parent > .submenu {
	background: #ffff;
}

.mob_nav .mob_nav__body .has_child.active > .child_title,
.mob_nav .mob_nav__body .has_child.active .view_all {
	/* background: #ffff; */
}
.mob_nav .mob_nav__body .has_child.parent .has_child.active > .child_title {
	/* -webkit-box-shadow: rgb(0 0 0 / 20%) 0px -5px 5px -7px;
	        box-shadow: rgb(0 0 0 / 20%) 0px -5px 5px -7px; */
}
.mob_nav .mob_nav__body .has_child.parent .has_child .has_child.active > .child_title {
	/* -webkit-box-shadow: none;
	        box-shadow: none; */
}
/* .mob_nav .mob_nav__body .child_title.active {
	position: relative;
}
.mob_nav .mob_nav__body .child_title.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px -2px;
} */
.mob_nav .mob_nav__body .has_child.active .has_child:first-child > .child_title {
	position: relative;
	box-shadow: inset rgb(0 0 0 / 10%) 0px 4px 7px -2px;
	box-shadow: inset rgb(0 0 0 / 70%) 0px 5px 9px -12px;

}
.mob_nav .mob_nav__body .has_child.active .has_child.active .has_child:first-child > .child_title {
	position: relative;
	/* box-shadow: inset rgb(0 0 0 / 10%) 0px 4px 7px -2px; */
}
.mob_nav .mob_nav__body .has_child.active .has_child:last-child > .child_title,
.mob_nav .mob_nav__body .has_child.active .has_child.active .has_child:last-child > .child_title {
	box-shadow: inset rgb(0 0 0 / 10%) 0px -4px 7px -2px;
	box-shadow: inset rgb(0 0 0 / 70%) 0px -5px 9px -12px;
}
.mob_nav .mob_nav__body .has_child.active .has_child:last-child > .child_title.active {
	box-shadow: none;
}
/* .mob_nav .mob_nav__body .child_title.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px -2px;
} */
.mob_nav .mob_nav__body .has_child.active > .nav_submenu .submenu  {
	-webkit-box-shadow: inset rgb(0 0 0 / 10%) 0px -4px 7px -2px;
	        box-shadow: none;
}
.mob_nav .mob_nav__body .has_child.active .view_all {
	/* -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 5px 6px -3px;
	        box-shadow: rgb(0 0 0 / 10%) 0px 5px 6px -3px */
}
.mob_nav .mob_nav__body .has_child.active .submenu {
	box-shadow: inset rgb(142 142 142 / 5%) 0px 0px 15px 10px;
}

.mob_nav .mob_nav__body ul li a .chevron {
	width: 12px;
}
.mob_nav .mob_nav__body ul li a .chevron.hidden {
	opacity: 0;
}
.mob_nav .mob_nav__body ul li a._spoller-active .chevron {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.mob_nav__special {
	text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob_nav__special__inner {
	margin: 10px 15px 10px 15px;
	padding: 5px;
	border-radius: 8px;
	color: #808080;
	background: #ebebeb;
}

.nav_submenu {
	/* display: none; */
	position: relative;
}
.mob_nav__body .child_title._spoller-active > .nav_submenu {
	display: block;
	position: relative;
	-webkit-box-shadow: inset 0 15px 15px -15px rgb(0 0 0 / 15%), inset 0 -15px 15px -15px rgb(0 0 0 / 15%);
	        box-shadow: inset 0 15px 15px -15px rgb(0 0 0 / 15%), inset 0 -15px 15px -15px rgb(0 0 0 / 15%);
}
.mob_nav__body .child_title._spoller-active > .nav_submenu {
	/* margin-top: -10px; */
	font-weight: 400;
	-webkit-box-shadow: none;
	        box-shadow: none;	
}
.mob_nav__body .child_title._spoller-active .nav_submenu {
	/* margin-top: -10px; */
	font-weight: 400;
	-webkit-box-shadow: none;
	        box-shadow: none;	
}
.mob_nav__body .child_title .nav_submenu {
	margin-top: -32px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.mob_nav__body .child_title .nav_submenu._1 {
	margin: 0;
	display: none;
}
.mob_nav__body .child_title._spoller-active .nav_submenu .view_all {
	/* margin-top: -10px;
	font-weight: 400; */
}
.mob_nav__body .nav_submenu.active::after {
	/* content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 150%;
	height: 100%;
	z-index: -1;
	-webkit-box-shadow: inset 0 15px 15px -15px rgb(0 0 0 / 15%), inset 0 -15px 15px -15px rgb(0 0 0 / 15%);
	        box-shadow: inset 0 15px 15px -15px rgb(0 0 0 / 15%), inset 0 -15px 15px -15px rgb(0 0 0 / 15%); */
	
}

.mob_nav .mob_nav__body .nav_submenu .view_all {
	display: inline-flex;
	/* display: none; */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.01em;
	color: rgb(123, 123, 123);
	/* z-index: 2; */
	position: relative;
	/* padding-bottom: 10px; */
	padding: 4px;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	/* background: #FFFAFA; */
	/* transform: translateY(-10px); */
	/* opacity: 0; */
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mob_nav .mob_nav__body .nav_submenu .view_all img {
	display: block;
	width: 12px;
	/* margin: 0 0 0 5px; */
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.mob_nav .mob_nav__body .nav_submenu ul li ul li a {
    --base-padding: 0px;
    margin-left: calc(var(--base-padding) + (45px * var(--level, 0))); /* Увеличение отступа для каждого уровня */
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li a {
    --level: 1; /* Второй уровень вложенности */
    background: #fcfcfc;
}
.mob_nav .mob_nav__body .nav_submenu ul li .submenu {
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li a {
    --level: 2; /* Третий уровень */
	background: #f9f9f9;
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li .submenu {
    /* background: #f9f9f9; */
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li ul li a {
    --level: 3; /* Четвертый уровень */
	background: #f6f6f6;
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li .submenu {
    /* background: #f6f6f6; */
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li ul li ul li a {
    --level: 4; /* Четвертый уровень */
	background: #f3f3f3;
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li ul li .submenu {
    /* background: #f3f3f3; */
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li ul li ul li ul li a {
    --level: 5; /* Четвертый уровень */
	background: #f0f0f0;
}
.mob_nav .mob_nav__body .nav_submenu ul li ul li ul li ul li ul li .submenu {
    /* background: #f0f0f0; */
}
.child_title_second__inner-text {
	display: flex;
	flex-direction: column;
}
.child_title_second__inner-text .gray {
	color: #8B8B8B;
	font-size: 13px;
	font-weight: 400;
}
.mob_nav .mob_nav__body .has_child {
	transition: all 0.3s ease;
}

.mob_nav .mob_nav__body .nav_submenu .view_all {
	gap: 0;
    /* --base-padding: 15px; */
    /* padding-left: calc(var(--base-padding) + (35px * var(--level, 0))); Увеличение отступа для каждого уровня */
}
/* .mob_nav .mob_nav__body .nav_submenu .nav_submenu .view_all {
    --level: 1;
}
.mob_nav .mob_nav__body .parent .nav_submenu .has_child.active .nav_submenu .view_all {
    --level: 1; 
	transform: translateY(0);
	opacity: 1;
	display: inline-flex;
} */

.mob_nav .mob_nav__body .has_child.parent > .child_title .nav_submenu {
    --level: 1; /* Третий уровень */
	margin-top: 0;
	/* display: none; */
}
.mob_nav .mob_nav__body .has_child.parent .has_child > .child_title._spoller-active .nav_submenu {
	--level: 1; /* Третий уровень */
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	/* display: inline-flex; */
}

.mob_nav .mob_nav__body .has_child.parent .has_child > .child_title .nav_submenu {
    --level: 2; /* Третий уровень */
	opacity: 0;
	visibility: hidden;
	transform: translateY(0px);
	/* display: none; */
}
.mob_nav .mob_nav__body .has_child.parent .has_child .has_child > .child_title._spoller-active .nav_submenu {
	--level: 2; /* Третий уровень */
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	/* display: inline-flex; */
}

.mob_nav .mob_nav__body .has_child.parent .has_child .has_child > .child_title .nav_submenu {
    --level: 3; /* Третий уровень */
	opacity: 0;
	visibility: hidden;
	transform: translateY(0px);
	/* display: none; */
}
.mob_nav .mob_nav__body .has_child.parent .has_child .has_child .has_child > .child_title._spoller-active .nav_submenu {
	--level: 3; /* Третий уровень */
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	/* display: inline-flex; */
}

/* .mob_nav .mob_nav__body .nav_submenu .nav_submenu .has_child .nav_submenu .view_all {
    --level: 2;
	opacity: 0;
}
.mob_nav .mob_nav__body .nav_submenu .nav_submenu .has_child.active .nav_submenu .view_all {
	--level: 2;
	transform: translateY(0);
	opacity: 1;
	display: inline-flex;
} */

/* .mob_nav .mob_nav__body .nav_submenu .nav_submenu .nav_submenu .nav_submenu .view_all {
    --level: 3; 
}
.mob_nav .mob_nav__body .nav_submenu .nav_submenu .nav_submenu .nav_submenu.active .view_all {
	--level: 3; 
	transform: translateY(0);
	opacity: 1;
	display: inline-flex;
} */

/* .mob_nav .mob_nav__body .nav_submenu ul li a {
	padding-left: 42px;
}

.mob_nav .mob_nav__body .nav_submenu ul li ul li a {
	padding-left: 62px;
} */

.child_img {
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	   object-fit: contain;	
}

.mob_nav .mob_nav__body .nav_submenu .build_collection {
	background: #F5F5F5;
	padding: 11px 9px 9px 42px;
}
.submenu {
	width: 100%;
	/* display: none; */
}	
.mob_nav .mob_nav__body .nav_submenu .build_collection span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 8px 11px;
	background: #FFFFFF;
	border-radius: 7px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.mob_nav .mob_nav__body .nav_submenu_second {
	display: none;
}

.mob_nav .mob_nav__body .nav_submenu_second.active {
	display: block;
}	

.mob_nav__inner {
	position: fixed;
	right: 0px;
	top: 0;
	bottom: 60px;
	left: 0;
	background: #fff;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 70px;
	/* visibility: hidden; */
	z-index: 557;
}

.mob_nav__inner.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	z-index: 557;
}
.mob_nav__close,
.close_mob__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	/* position: absolute; */
	top: 10px;
	right: 18px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 1;
}
.mob_nav__close img,
.close_mob__nav img {
	width: 100%;
}
.mob_nav__bottom {
	padding-top: 0;
	border-top: 1px solid #d9d9d9;
	background: #ffff;
}
.mob_nav__bottom a {
	padding-bottom: 0;
}
.mob_nav__bottom span {
	display: block;
	width: 100%;
	margin-right: -15px;
	margin-bottom: -15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.mob_nav__bottom_wrap {
	background: #f0f0f0;
	padding-top: 10px;
}
.mob_nav__bottom.top {
	border-bottom: 1px solid #d9d9d9;
	/* border-top: 10px solid #f0f0f0; */
	padding: 0;
}
.mob_nav__bottom.top li:last-child a span {
	border: none;
}
.mob_nav__inner .nav_submenu {
	/* display: none; */
}
.submenu {
	/* box-shadow: rgba(255, 255, 255, 0.09) 0px 0px 20px 10px inset, rgba(255, 255, 255, 0.1) 0px 0px 20px 10px inset; */
	/* padding-left: 20px; */
}
/* .mob_nav__inner ~ .submenu {
	box-shadow: rgba(255, 255, 255, 0.09) 0px 0px 20px 10px inset, rgba(255, 255, 255, 0.1) 0px 0px 20px 10px inset;
}
.mob_nav__inner .child_title {
	border-bottom: 1px solid rgba(112, 112, 112, 0.705);
} */

.mob_nav__inner ul {
	/* border-bottom: 1px solid #707070; */
}

.mob_nav__inner ul:nth-last-child(1) {
	/* border: none; */
}

/* .mob_nav__inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
} */

.mob_nav__inner ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 15px 15px;
	color: #161616;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}
.mob_nav__inner .mob_nav__bottom li:last-child {
	border: none;
}
/* .mob_nav__inner .view_all {
	justify-content: space-between;
	padding: 10px 10px;
}
.mob_nav__inner .view_all img {
	padding-left: 10px;
} */

.mob_nav__inner ul li a img {
	display: block;
	width: 18px;
	height: 18px;
	-o-object-fit: contain;
	   object-fit: contain;
}
/* .mob_nav__inner .child_title {
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
} */
.child_title_second__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	gap: 11px;
	gap: 5px;
	width: 100%;
}
.child_title_second__inner.png {
	gap: 5px;
}
.mob_nav .mob_nav__body .has_child.parent > .child_title .child_title_second__inner span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
	        column-gap: 5px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	line-height: 20px;
}
.mob_nav .mob_nav__body .has_child.parent .child_title_second__inner span small {
	margin-left: 5px;
}
.child_title_second__inner span small {
	font-size: 12px;
	color: #8B8B8B;
	white-space: nowrap;
	margin-left: 5px;
}

.child_title_second__inner-img {
	position: relative;
	/* padding-bottom: 100%; */
	width: 50px;
}
.child_title_second__inner-img.svg img {
	object-fit: contain;
}

/* //======================================================================================================================================================== */

footer {
	background: #373737;
	position: relative;
} 

.footer_top {
	background: #373737;
	padding: 30px 0;
	margin-top: 10px;
}

@media (max-width: 991px) {
	footer {
		padding-bottom: 60px;
	}
	.footer_top {
		padding: 23px 0 30px 0;
	}
}

.footer_top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (max-width: 991px) {
	.footer_top .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.footer_top .container .footer_info {
	width: 100%;
	max-width: 200px;
}

@media (max-width: 991px) {
	.footer_top .container .footer_info {
		max-width: 100%;
		padding: 0 0 27px;
		border-bottom: 1px solid #434242;
	}
}

.footer_top .container .footer_info .logo {
	display: block;
	margin: 0 0 50px;
}

@media (max-width: 991px) {
	.footer_top .container .footer_info .logo {
		display: none;
	}
}

.footer_top .container .footer_info .logo:hover {
	opacity: 0.7;
}

.footer_top .container .footer_info .logo img {
	display: block;
	width: 100%;
}

.footer_top .container .footer_info .time {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0 0 14px;
}

.footer_top .container .footer_info ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
    gap: 7px;
}

.footer_top .container .footer_info ul li a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	position: relative;
}

.footer_top .container .footer_info ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.footer_top .container .footer_info ul li a:hover:after {
	width: 100%;
}

.footer_top .container .footer_info ul li .footer_phones {
	/* margin: 0 7px 0 0; */
}

.footer_top .container .footer_info ul li img {
    width: 10px;
    height: 10px;
	display: block;
	/* margin: 0 0 0 7px; */
}

.footer_top .container .footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% - 370px);
}

@media (max-width: 1141px) {
	.footer_top .container .footer_menu {
		width: calc(100% - 250px);
	}
}

@media (max-width: 991px) {
	.footer_top .container .footer_menu {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer_top .container .footer_menu .footer_menu__item {
	width: calc(25% - 35px);
}

@media (max-width: 991px) {
	.footer_top .container .footer_menu .footer_menu__item {
		width: 100%;
		border-bottom: 1px solid #434242;
	}
}

.footer_top .container .footer_menu .footer_menu__item p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin: 0 0 19px;
}

@media (max-width: 991px) {
	.footer_top .container .footer_menu .footer_menu__item p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		margin: 0;
		padding: 20px 0;
		cursor: pointer;
	}
}

.footer_top .container .footer_menu .footer_menu__item p img {
	display: none;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.footer_top .container .footer_menu .footer_menu__item p img {
		display: block;
	}
}

.footer_top .container .footer_menu .footer_menu__item p.is-active img {
	-webkit-transform: rotate(90deg) !important;
	    -ms-transform: rotate(90deg) !important;
	        transform: rotate(90deg) !important;
}

@media (max-width: 991px) {
	.footer_top .container .footer_menu .footer_menu__item ul {
		/* display: none; */
		padding: 0 0 15px;
	}
}

.footer_top .container .footer_menu .footer_menu__item ul li {
	margin: 0 0 2px;
}

.footer_top .container .footer_menu .footer_menu__item ul li a {
	font-size: 14px;
	line-height: 22px;
	color: #8B8B8B;
}

.footer_top .container .footer_menu .footer_menu__item ul li a:hover {
	color: #fff;
}

.footer_bottom {
	padding: 8px 0;
	background: #161616;
}

.footer_bottom p {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	text-align: center;
}

.footer_menu__mob {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 14px;
	background: rgba(0, 0, 0, 0.85);
	z-index: 155;
	display: none;
}

@media (max-width: 991px) {
	.footer_menu__mob {
		display: block;
	}
}

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

.footer_menu__mob ul li ._box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 12px;
	/* line-height: 9px; */
	color: #FFFFFF;
}

.footer_menu__mob ul li ._box img {
	display: block;
	margin: 0 0 5px;
	width: 20px;
	height: 20px;
}

/* //======================================================================================================================================================== */
.seaction_main {
	padding: 40px 0 20px 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	.seaction_main {
		padding: 30px 0 15px 0;
	}
}

@media (max-width: 991px) {
	.seaction_main .container {
		padding: 0;
	}
}

.seaction_main h1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	color: #161616;
	text-align: center;
	margin: 0 0 10px;
}

@media (max-width: 991px) {
	.seaction_main h1 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 4px;
	}
}

.seaction_main .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 40px;
}

@media (max-width: 991px) {
	.seaction_main .btn_wrapper {
		margin: 0 0 30px;
	}
}

.complex-category-34.grid,
.main_promo__wrapper .grid,
.banner_mob__slider.grid {
	grid-gap: 0rem !important;
}

.banner_shadow,
.banner_shadow1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	border-radius: 16px;
}
.banner_shadow.mob,
.banner_shadow1.mob {
	display: none;
}
.banner_shadow._link {
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%)	;
	        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%)	;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-text .banner_shadow img,
.page-text .banner_shadow1 img,
.page-text .banner_shadow video {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner_shadow img:hover,
.banner_shadow1 img:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.page-text table {
	height: 100% !important;
}
.seaction_main .btn_wrapper .details_btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #C30000;
}

@media (max-width: 991px) {
	.banner_shadow,
	.banner_shadow1 {
		display: none;
		border-radius: 7px;
	}
	.banner_shadow.mob,
	.banner_shadow1.mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.seaction_main .btn_wrapper .details_btn {
		font-size: 16px;
		line-height: 19px;
	}
}

.seaction_main .btn_wrapper .details_btn:hover {
	color: #fd1818;
}

.main_menu__wrapper {
	margin: 0 0 40px;
}	
.main_menu__promo.mob {
	display: none;
}

@media (max-width: 991px) {
	.main_menu__wrapper {
		margin: 0 0 30px;
		padding: 0 4px;
	}
}
@media (max-width: 767px) {
	.main_menu__promo.desk {
		display: none;
	}
	.main_menu__promo.mob {
		display: block;
	}
}

.main_menu__wrapper .row {
	margin: -7px;
}

.complex-category-34.main_menu-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px !important;

}
.main_menu__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 33.333%;
	        flex: 0 1 33.333%;
}

@media (max-width: 991px) {
	.main_menu__wrapper .row {
		margin: -2.5px;
	}
}

.main_menu__wrapper .row [class*=col-] {
	padding: 7px;
}

@media (max-width: 991px) {
	.main_menu__wrapper .row [class*=col-] {
		padding: 2.5px;
	}
	.complex-category-34.main_menu-flex {
		gap: 5px !important;
	}
}
@media (max-width: 767px) {
	.main_menu__col {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 33.333%;
		        flex: 1 1 33.333%;
	}
}

.main_menu__item {
	display: block;
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 16px;
	box-shadow: 0 0px 9px rgba(0,0,0,.06);
}
.main_menu__item._main {
	height: 300px;
}
.main_menu__item._main img{
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (max-width: 991px) {
	.main_menu__item._main {
		height: 200px;
	}
	.main_menu__item {
		border-radius: 7px;
		height: 170px;
		padding: 6.5px 6.67px;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	.main_menu__item._main {
		height: 170px;
	}
	.main_menu__item {
		height: 170px;
	}
}
@media (max-width: 560px) {
	.main_menu__item {
		height: 32vw;
	}
}

.main_menu__item:hover {
}

.main_menu__item:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.main_menu__item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.main_menu__item span {
	position: relative;
	z-index: 2;
	display: block;
}
.main_menu__item span.cat-label_clear {
	display: none;
}

.main_menu__item .label_red {
	background: #C30000;
	border: 1px solid #C30000;
	border-radius: 4px;
	font-weight: 700;
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 13px;
}


.main_menu__item .label_text {
	font-weight: 700;
    font-size: 18px;
    line-height: 110%;
	letter-spacing: 0.06em;
}

@media (max-width: 1310px) {
	.main_menu__item .label_text {
		font-size: 1.3vw;
	}
}
@media (max-width: 1310px) {
	.main_menu__item .label_text {
		font-size: 1.3vw;
	}
}
@media (max-width: 1140px) {
	.main_menu__item .label_text {
		font-size: 1.1vw;
	}
}
@media (max-width: 991px) {
	.main_menu__item .label_text {
		font-size: 16px;
		/* font-size: 1.7vw; */
	}
}
@media (max-width: 767px) {
	.main_menu__item .label_text {
		font-size: 16px;
		/* font-size: 2.3vw; */
	}
}
@media (max-width: 560px) {
	.main_menu__item .label_text {
		font-size: 2.9vw;
	}
}
.main_menu__item .label_clear {
	display: none;
}

.main_menu__item .label_text.text_color1 {
	color: #fff;
}

.main_menu__item .label_text.text_color2 {
	color: #161616;
}

.main_menu__item .label_text.text_color3 {
	color: #D10303;
}

.main_menu__item .label_text.text_color4 {
	color: #9747FF;
}

.main_menu__item .label_text.text_color5 {
	color: #45C654;
}

.main_menu__item .label_text.text_color6 {
	color: #8B8B8B;
}

.promo_slider_wrapper {
	position: relative;
	margin: 0 0 20px;
}
.promo_slider.swiper-wrapper {
	height: auto;
}

@media (max-width: 991px) {
	.promo_slider_wrapper {
		margin: 0 0 20px;
	}
}

.promo_slider_wrapper .promo_slider {
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-text .promo_slider_wrapper .promo_slider {
	margin-top: 0;
}

.product_image__slider .slider_item.hidden {
	display: none;
}
.product_image__lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product_image__lines.hidden {
	display: none;
}
.product_image__line {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: 100%;
}

.promo_slider_wrapper .promo_slider .slider_item {
	/* padding: 10px; */
}

.promo_slider_wrapper .promo_slider .slider_item a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}

@media (max-width: 991px) {
	.promo_slider_wrapper .promo_slider .slider_item a {
		border-radius: 0;
	}
	.product_image__lines {
		display: none;
	}
}

.promo_slider_wrapper .promo_slider .slider_item a:hover {
	-webkit-filter: brightness(80%);
	        filter: brightness(80%);
}

.promo_slider_wrapper .promo_slider .slider_item a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.promo_slider_wrapper .promo_slider .slider_item a img, 
.promo_slider_wrapper .promo_slider .slider_item a video {
	display: block;
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.promo_slider_wrapper .promo_slider .slider_item a img, 
	.promo_slider_wrapper .promo_slider .slider_item a video {
		height: 200px;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}
}
.promo_slider_wrapper .promo_slider a.mob {
	display: none;
}

@media (max-width: 991px) {
	.promo_slider_wrapper .promo_slider a.desk {
		display: none;
	}
	.promo_slider_wrapper .promo_slider a.mob {
		display: block;
	}
}

.promo_slider_wrapper .promo_slider .promo_slider_prev,
.promo_slider_wrapper .promo_slider .slick-active + li {
	width: 8px !important;
	height: 8px !important;
}

@media (max-width: 991px) {
	.promo_slider_wrapper .promo_slider .promo_slider_prev,
.promo_slider_wrapper .promo_slider .slick-active + li {
		width: 5px !important;
		height: 5px !important;
	}
}

@media (max-width: 991px) {
	.promo_slider_wrapper .section__sliderNav--arrows {
		display: none;
	}
}

@media (max-width: 991px) {
	.main_promo__wrapper {
		padding: 0;
	}
}

.main_promo__wrapper .row {
	margin: -17.5px 0;
}

@media (max-width: 1430px) {
	.main_promo__wrapper .row {
		margin: -7.5px 0;
	}
}

@media (max-width: 991px) {
	.main_promo__wrapper .row {
		margin: -2px 0;
	}
}

.main_promo__wrapper .row [class*=col-] {
	padding: 7px;
}

/* @media (max-width: 1430px) {
	.main_promo__wrapper .row [class*=col-] {
		padding: 7.5px;
	}
}

@media (max-width: 991px) {
	.main_promo__wrapper .row [class*=col-] {
		padding: 2px;
	}
} */

.main_promo__item {
	display: block;
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 16px;
}
.page-text .main_promo__item img {
	width: 100%;
}

@media (max-width: 991px) {
	.main_promo__item {
		border-radius: 12px;
		height: 130px;
	}
}

.main_promo__item:hover {
	-webkit-filter: brightness(80%);
	        filter: brightness(80%);
}

.main_promo__item:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.main_promo__item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.section_bestseller {
	padding: 20px 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	.section_bestseller {
		padding: 15px 0;
	}
}

.section_bestseller .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.section_bestseller .btn_wrapper .btn {
	min-width: 256px;
	min-height: 46px;
}

@media (max-width: 991px) {
	.section_bestseller .container {
		padding: 0;
	}
}

.section_bestseller h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

@media (max-width: 991px) {
	.section_bestseller h2 {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.section_bestseller h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #C20000;
	margin: 0 0 0 20px;
}

.section_bestseller h2 a:hover span {
	border-color: transparent;
}

.section_bestseller h2 a:hover img {
	right: -10px;
}

.section_bestseller h2 a span {
	border-bottom: 1px solid #C30000;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.section_bestseller h2 a img {
	position: relative;
	right: 0;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: block;
	margin: 0 0 0 5px;
}

@media (max-width: 991px) {
	.section_bestseller h2 {
		padding: 0 15px;
	}
}

.bestseller_slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
}

.bestseller_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
}

@media (max-width: 1141px) {
	.bestseller_slider .product_item {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

@media (max-width: 991px) {
	.bestseller_slider .product_item {
		padding: 4px 5px;
	}
}

@media (max-width: 991px) {
	.bestseller_slider .product_item .product_item__body {
		padding: 0;
	}
}

.bestseller_wrapper, .woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
		justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 30px;
	margin-bottom: 0;
	gap: 8px;
	padding: 10px;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce .products.columns-1 .product_item {
	width: calc(100% - 0px);
	border-radius: 0;
}
.woocommerce .products.columns-1 .product_item .product_image__wrapper {
	border-radius: 0;
}
.woocommerce .products.columns-2 .product_item {
	width: calc(50% - 12px);
}
.woocommerce .products.columns-3 .product_item {
	width: calc(33% - 8px);
}
.woocommerce .products.columns-4 .product_item {
	width: calc(25% - 14px);
}
.woocommerce .products.columns-5 .product_item {
	width: calc(20% - 15px);
}

@media (max-width: 991px) {
	.woocommerce .products.columns-4 .product_item {
		width: calc(33% - 11px);	
	}	  
	.woocommerce .products.columns-5 .product_item {
		width: calc(25% - 8px);
	}
}

@media (max-width: 767px) {
	.woocommerce.columns-1 ul.products {
		padding: 10px 15px;
	}
	.woocommerce .products.columns-4 .product_item {
		width: calc(50% - 12px);	
	}	  
	.woocommerce .products.columns-5 .product_item {
		width: calc(50% - 12px);
	}
	.woocommerce .products.columns-1 .product_item {
		border-radius: 12px;
	}
}

@media (max-width: 576px) {
	.woocommerce .products.columns-4 .product_item {
		width: calc(50% - 4px);	
	}	  
	.woocommerce .products.columns-5 .product_item {
		width: calc(50% - 4px);
	}
}

@media (max-width: 767px) {
	.catalog__content._products {
		overflow: hidden !important;
	}
	.bestseller_wrapper, .woocommerce ul.products {
		padding: 10px 10px;
		/* margin-left: -10px;
		margin-right: -10px; */
	}
}
@media (max-width: 576px) {
	.bestseller_wrapper, .woocommerce ul.products {
		padding: 10px 0px;
	}
}

@media (max-width: 991px) {
	.bestseller_wrapper {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0 0 00px;
	}
}

@media (max-width: 767px) {
	.bestseller_wrapper__full-view .product_item {
		width: 100% !important;
		padding: 6px !important;
		margin: 0 0 7px !important;
		border-radius: 0 !important;
	}

	.bestseller_wrapper__full-view .product_item .product_image__slider .slider_item a {
		border-radius: 0 !important;
	}

	.bestseller_wrapper__full-view .product_item .product_image__slider .slider_item img {
		height: 220px !important;
	}

	.bestseller_wrapper__full-view .product_item .product_image__slider .slider_item video {
		border-radius: 0 !important;
	}

}

.product_item {
	height: auto;
	padding: 12px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 13px rgba(139, 139, 139, 0.33);
	        box-shadow: 0px 4px 13px rgba(139, 139, 139, 0.33);
	border-radius: 8px;
	width: calc(20% - 8px);
	margin: 0 4px 8px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.product_item-custom {
	display: block;
}

.catalog__product-custom .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 5px;
}
.products-custom {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 49%;
	        flex: 1 1 49%;
	height: 100%;
}
.products-custom._1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

@media (max-width: 1141px) {
	.product_item {
		width: calc(33.3333333333% - 8px);
	}
}

@media (max-width: 576px) {
	.product_item {
		width: calc(50% - 4px);
		margin: 0 0 8px;
		padding: 0 0 7px;
		border-radius: 12px 0px 0px 12px;
	}
}

@media (max-width: 576px) {
	.product_item {
		border-radius: 12px;
		/* overflow: hidden; */
	}
	.catalog__product .product_item {
		border-radius: 0;
	}
	.catalog__product .product_item:nth-child(odd) {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	.catalog__product .product_item:nth-child(even) {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}
}
/* 
@media (max-width: 991px) {
	.product_item:nth-child(odd) .product_image__wrapper .product_image__slider .slider_item a {
		border-radius: 0px 12px 0px 0px;
	}
}

@media (max-width: 991px) {
	.product_item:nth-child(odd) .product_image__wrapper .product_image__slider .slider_item video {
		border-radius: 0px 12px 0px 0px;
	}
}

@media (max-width: 991px) {
	.product_item:nth-child(odd) .product_item__body .product_item__descr .read_more__wrapper {
		left: 100%;
	}
} */
.swiper, .swiper-container {
	/* touch-action: auto !important;	 */
}
.product_item .product_image__wrapper {
	border-radius: 6px;
	position: relative;
	margin: 0 0 8px;
	padding-bottom: 10px;
	/* touch-action: auto; */
}
.product_item-custom .product_image__container {
	float: left;
    max-width: 40%;
	margin-right: 10px;
}
.product_item-custom .description {
	margin-bottom: 5px;
}

@media (max-width: 576px) {
	.product_item .product_image__wrapper {
		/* border-radius: 0px; */
		overflow: hidden;
		border-radius: 12px 12px 0px 0px ;
	}
	.catalog__product-custom .products {
		gap: 5px;
	}
}

@media (max-width: 576px) {
	.catalog__product-custom .products {
		padding: 0;
		margin: 0 -5px;
	}
	.product_item-custom .product_image__container {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.product_item .product_image__wrapper {
		border-radius: 0px;
	}
	.product_item.product_item:nth-child(odd) .product_image__wrapper {
		border-top-right-radius: 12px;		
	}
	.product_item.product_item:nth-child(even) .product_image__wrapper {
		border-top-left-radius: 12px;		
	}
}

.product_item .product_image__wrapper .product_image__slider {
	border-radius: 6px;
	z-index: -1;
	user-select: none;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .product_image__slider {
		border-radius: 0px;
	}
}

.product_item .product_image__wrapper .product_image__slider .slider_item a {
	display: block;
	overflow: hidden;
	/* z-index: -1; */
	/* user-select: none; */
}


.product_item .product_image__wrapper .product_image__slider .slider_item a:hover {
	/* -webkit-filter: brightness(80%);
	        filter: brightness(80%); */
}

.product_item .product_image__wrapper .product_image__slider .slider_item a:hover img {
	/* -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1); */
}

.product_image__wrapper .product_image__slider .slider_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: auto;
	justify-content: center;
	position: relative;
}
.product_image__wrapper .product_image__slider .slider_item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* background: #f0f0f0; */
}
.product_image__wrapper .product_image__slider .slider_item.hidden {
	display: none;
}
.product_item .product_image__wrapper .product_image__slider .slider_item a img {
	width: 100%;
	height: 300px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
	display: block;
	z-index: -1;
	/* user-select: none; */
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .product_image__slider .slider_item a img {
		height: 250px;
	}
}

.product_item .product_image__wrapper .product_image__slider .slider_item video {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	/* border-radius: 6px; */
	/* height: 300px; */
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.product_image__slider.swiper-wrapper {
	height: 100%;
	max-height: 250px;
}
.product_image__slider.swiper-wrapper .slider_items{
	height: auto;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .product_image__slider .slider_item video {
		/* border-radius: 12px 0px 0px 0px; */
		/* height: 176px; */
	}
	.product_image__slider.swiper-wrapper .swiper-slide {
		/* width: 90%; */
		z-index: -1;
		user-select: none;
	}
	.product_image__slider.swiper-wrapper {
		max-height: none;
	}
}

.product_item .product_image__wrapper .img_wrapper img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
	z-index: -1;
	user-select: none;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	border-radius: 8px;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .img_wrapper img {
		height: 176px;
	}
}

.product_item .product_image__wrapper .labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2px;
	position: absolute;
	top: 16px;
	left: 8px;
	z-index: 1;
}

.product_item .product_image__wrapper .label {
	padding: 1px 4px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #161616;
	text-align: center;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .label {
		font-weight: 500;
		font-size: 8px;
		line-height: 9px;
	}
}

.product_item .product_image__wrapper .discount {
	position: absolute;
	padding: 1px 4px;
	bottom: 46px;
	left: 8px;
	background: #C30000;
	border-radius: 4px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #fff;
	text-align: center;
	z-index: 1;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .discount {
		font-weight: 500;
		font-size: 8px;
		line-height: 9px;
	}
}

.product_item .product_image__wrapper .label_amount {
	position: absolute;
	padding: 1px 4px;
	bottom: 16px;
	left: 8px;
	background: #444444;
	border-radius: 4px;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.product_item .product_image__wrapper .label_amount.amount_in_way {
	background: #820000;
}
.product_item .product_image__wrapper .label_amount.hidden {
	display: none;
}
.product_item .product_image__wrapper .label_new {
	position: absolute;
	padding: 1px 4px;
	bottom: 31px;
	left: 8px;
	background: #C30000;
	border-radius: 4px;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.product_item .product_image__wrapper .label_new.hidden {
	display: none;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper>p {
		font-weight: 500;
		font-size: 8px !important;
	}
}

.product_item .product_image__wrapper .label_video {
	position: absolute;
	padding: 1px 4px;
	bottom: 31px;
	right: 8px;
	background: #FEC600;
	border-radius: 4px;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #161616;
	text-align: center;
	z-index: 1;
}

@media (max-width: 991px) {
	.product_item .product_image__wrapper .label_video {
		font-weight: 500;
		font-size: 8px;
		line-height: 9px;
	}
}

.product_item .product_image__wrapper .user_action {
	position: absolute;
	top: 16px;
	right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	z-index: 3;
}

.product_item .product_image__wrapper .user_action li {
	margin: 0 0 8px;
}

.product_item .product_image__wrapper .user_action li:nth-last-child(1) {
	margin: 0;
}

.product_item .product_image__wrapper .user_action li a {
	display: block;
}

.product_item .product_image__wrapper .user_action li a:hover {
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
}

.product_item .product_image__wrapper .user_action li a img {
	display: block;
	width: 20px;
}
@media (max-width: 767px) {
	.product_item .product_image__wrapper .user_action li a img {
		width: 25px;
	}	  
}


.product_item .slick-dots .slick-active {
	width: 8px !important;
	height: 8px !important;
}

.product_item .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 3.5px;
}

.product_item .slick-dots li.slick-active {
	width: 6px;
	height: 6px;
}

.product_item .product_item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

@media (max-width: 991px) {
	.product_item {
		padding: 0;
	}
	.product_item .product_item__body {
		padding: 0 6px;
		padding-bottom: 6px;
	}
}

.product_item .product_item__body .product_item__descr {
	width: 100%;
	margin: 0 0 14px;
}
.product_item-custom .product_item__body .product_item__descr {
	margin: 0 0 5px;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr {
		margin: 0 0 5px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.product_item .product_item__body .product_item__descr .images_small__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.product_item .product_item__body .product_item__descr .images_small__wrapper a {
	display: block;
	margin: 0 5px 10px 5px;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid transparent;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .images_small__wrapper a {
		margin: 0 2.5px 5px 2.5px;
	}
}

.product_item .product_item__body .product_item__descr .images_small__wrapper a.active, .product_item .product_item__body .product_item__descr .images_small__wrapper a:hover {
	border-color: #C30000;
}

.product_item .product_item__body .product_item__descr .images_small__wrapper a img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.product_item .colors_small__wrapper,
.product_item .colors_small__wrapper.active-permanent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	/* height: 28px; */
	padding-top: 5px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product_item .colors_small__wrapper.active {
	height: auto;
} 
.product_item-custom .colors_small__wrapper {
	width: auto;
}
.colors_small__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #8B8B8B;
	font-size: 12px;
	font-weight: 500;
	border: 0px;
	padding: 0;
}
.colors_small__more.active {
	color: #C30000;
}
.colors_small__more.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.product_item .colors_small__wrapper a {
	display: block;
	margin: 0 5px 10px 5px;
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 2px solid #e4e4e4;
}
.product_item-custom .product_item__body {
	display: block;
}
.product_item .product_item__body .product_item__descr .colors_small__wrapper a.white {
	/* border: 1px solid #222222; */
}
.product_item .product_item__body .product_item__descr .colors_small__wrapper a.amount {
	/* opacity: 0.3; */
}

@media (min-width: 991px){
	.product_item:hover .colors_small__wrapper,
	.product_item .colors_small__wrapper.active {
		height: auto;
	}
	.product_item .colors_small__wrapper.active-permanent {
		height: 28px;
	} 
	.colors_small__more {
		display: none;
	}
}
@media (max-width: 991px) {
	.product_item .colors_small__wrapper a {
		margin: 0 2.5px 5px 2.5px;
	}
	.colors_small__more {
		font-size: 10px;
	}
}

.product_item .colors_small__wrapper a.active, 
.product_item .colors_small__wrapper a:hover {
	border: 2px solid #C30000;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.colors_small__wrapper .product_item__small.new::before {
    content: "";
    display: block;
    position: absolute;
    border: 6px solid;
    border-color: transparent transparent transparent #C30000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -6px;
    top: -6px;
}
.colors_small__wrapper .product_item__small::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #ffff;
    right: 0px;
    top: 0px;
	left: 0;
	bottom: 0;
}
.colors_small__wrapper .product_item__small:hover::after,
.colors_small__wrapper .product_item__small.active::after {
    border: 2px solid #ffff;
}

.product_item__fast {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 10px;
	width: 100%;
}
.product_item__fast .btn {
	padding: 5px 10px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.product_item .product_item__body .product_item__descr .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: flex-end;
	    -ms-flex-align: flex-end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 6px;
	row-gap: 2px;
		flex-wrap: wrap;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .price {
		margin: 0 0 4px;
	}
	.product_item__fast {
		display: none;
	}
}

.product_item .product_item__body .product_item__descr .price p {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #161616;
	margin: 0;
}
.product_item .product_item__body .product_item__descr .price.hidden {
	display: none;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .price p {
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
	}
}

.product_item .product_item__body .product_item__descr .price span {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
	margin: 0 0 0 10px;
}
.product_item .product_item__body .product_item__descr .price span {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
	margin: 0 0 0 10px;
}
.product_item .product_item__body .product_item__descr .price small {
	white-space: nowrap;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #8B8B8B;
	margin: 0 0 0 4px;
}
.in_stock_way {
	display: block;
	width: 100%;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .price span {
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 0 0px;
	}
}

.product_item .product_item__body .product_item__descr .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}

.product_item .product_item__body .product_item__descr .name {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 2px;
	font-weight: 500;
	overflow-x: hidden;
	display: block;
}
.product_item-custom .product_item__body .product_item__descr .name {
	font-size: 16px;
}
.product_item .product_item__body .product_item__descr .name.hidden {
	display: none;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .name {
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
	}
	.product_item-custom .product_item__body .product_item__descr .name {
		font-size: 16px;
		line-height: 16px;
	}
}

.product_item .product_item__body .product_item__descr .product_category__name {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 4px;
	display: inline-block;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .product_category__name {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 6px;
	}
}
.product_item__descr .descr_text {
	max-width: 30ch;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product_item .product_item__body .product_item__descr .descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0 0 6px;
	position: relative;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .descr {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 4px;
	}
	.product_item__descr .descr_text {
		max-width: 90ch;
		-webkit-line-clamp: 1;
	}
}

@media (max-width: 767px) {
	.product_item__descr .descr_text {
		max-width: 48vw;
	}
}

.product_item .product_item__body .product_item__descr .descr a {
	color: #C30000;
}

.product_item .product_item__body .product_item__descr .descr a:hover {
	text-decoration: underline;
}

.product_item .product_item__body .product_item__descr .delivery {
	font-weight: 500;
}
.product_item .product_item__body .product_item__descr .delivery,
.product_wrapper .product_right .product_descr .delivery {
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 4px;
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
	        column-gap: 5px;
}
.product_right .deliveries {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.deliveries .delivery img {
	height: 13px;
}
.product_right .deliveries .delivery img {
	width: 27px;
	height: 27px;
}
/* .deliveries.none{
	display: flex;
	flex-direction: column;
	gap: 5px;
} */
.deliveries__mob {
	display: none;
}
@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .delivery {
		margin: 0;
		font-size: 10;
	}
}

.product_item .product_item__body .product_item__descr .delivery span,
.product_wrapper .product_right .product_descr .delivery span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #8B8B8B;
	font-weight: 400;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .delivery,
	.product_item .product_item__body .product_item__descr .delivery span,
	.product_wrapper .product_right .product_descr .delivery,
	.product_wrapper .product_right .product_descr .delivery span {
		font-size: 10px;
		line-height: 10px;
		margin: 0;
	}
	.deliveries__mob {
		position: relative;
		display: block;
		flex: 1 1 100%;
		margin: 10px 0;
		padding-top: 20px; 
	}
	.deliveries__mob::before {
		content: '';
		position: absolute;
		top: 0;
		left: -20px;
		width: 110%;
		height: 10px;
		background-color: rgba(245, 245, 245, 1);
		z-index: 1;
	}
	.deliveries__mob .deliveries { 
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.deliveries__mob .delivery { 
		font-weight: 500;
		/* padding: 7px 10px; */
		/* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); */
		width: 100%;
        /* border-radius: 5px; */
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.deliveries__mob .delivery span { 
		font-weight: 400;
		color: #8B8B8B;
	}
}

.product_item .product_item__body .product_item__descr .delivery span b {
	color: #161616;
	font-weight: 400;
}

.product_item .product_item__body .product_item__descr .delivery small {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #8B8B8B;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .delivery small {
		font-size: 8px;
		line-height: 13px;
	}
}

.product_item .product_item__body .product_item__descr .delivery .img_wrapper {
	margin: 1px 6px 0 0;
	min-width: 18px;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .delivery .img_wrapper {
		width: 15px;
		min-width: 15px;
	}
}

.product_item .product_item__body .product_item__descr .delivery .img_wrapper img {
	display: block;
}

.product_item .product_item__body .product_item__descr .article_num {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	margin: 0 0 0px;
}
.product_item .product_item__body .product_item__descr .article_num.hidden {
	display: none;
}
.article_num {
	position: relative;
	cursor: pointer;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3px;
}
.article_num:hover .article_copy svg path {
	stroke: #161616;
}

.article_copy {
	cursor: pointer;
	height: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.article_copy {
	cursor: pointer;
	height: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.article_copy svg {
	height: 100%;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .article_num {
		font-size: 9px;
		line-height: 17px;
	}
}

.product_item .product_item__body .product_item__descr .managers_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 6px 0;
    border-top: 1px solid #F5F5F5;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .managers_wrapper {
		padding: 4px 0;
		position: relative;
	}
}

.product_item .product_item__body .product_item__descr .managers_wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	padding: 0 2px;
	border-radius: 4px;
	margin: 0 2px 0 0;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .managers_wrapper a {
		font-weight: 600;
		font-size: 9px;
		line-height: 17px;
	}
}

.product_item .product_item__body .product_item__descr .managers_wrapper a.active, .product_item .product_item__body .product_item__descr .managers_wrapper .managers_link:hover {
	background: #C30000;
	color: #fff;
}

.product_item .product_item__body .product_item__descr .managers_wrapper .managers_item {
	position: relative;
}
.product_item .product_item__body .product_item__descr .managers_wrapper .managers_item iframe {
	width: 100%;
    height: 150px;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .managers_wrapper .managers_item {
		position: static;
	}
}

/* .product_item .product_item__body .product_item__descr .managers_wrapper .managers_item:hover .read_more__wrapper {
	display: block;
	opacity: 1;
	visibility: visible;
} */

.product_item .product_item__body .product_item__descr ul {
	gap: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.product_item .product_item__body .read_more__wrapper ul li {
	padding: 0;
}
.product_item .product_item__body .product_item__descr ul li {
	position: relative;
	padding: 5px 0;
	border-top: 1px solid #F5F5F5;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr ul li {
		padding: 4px 0;
	}
}

.product_item .product_item__body .product_item__descr ul li p {
	font-size: 14px;
	line-height: 19px;
	color: #161616;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr ul li p {
		font-size: 10px;
		line-height: 13px;
	}
}

.product_item .product_item__body .product_item__descr .read_more__wrapper {
	position: absolute;
	bottom: 30px;
	/* left: -30%; */
	left: -30px;
	padding: 7px 7px 7px 11px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 18px rgba(139, 139, 139, 0.78);
	        box-shadow: 0px 4px 18px rgba(139, 139, 139, 0.78);
	border-radius: 16px;
	width: 320px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 0.3s all ease, visibility 0s ease;
	-o-transition: 0.3s all ease, visibility 0s ease;
	transition: 0.3s all ease, visibility 0s ease;
}
.product_item .product_item__body .product_item__descr .managers_item .read_more__wrapper {
	/* left: -30px; */
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .read_more__wrapper {
		/* left: -10%; */
	}
}

.product_item .product_item__body .product_item__descr .read_more__wrapper.read_visible {
	opacity: 1;
	visibility: visible;
	z-index: 120;
}
.product_item .product_item__body .product_item__descr .read_more__wrapper ul {
	position: relative;
	margin: 0;
	list-style-type: circle;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper::before {
	content: '';
	position: absolute;
	bottom: 58px;
	left: 0;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper::after {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));	
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__descr .read_more__wrapper::before {
		bottom: 50px;
		height: 15px;
	}
}

.read_more__triangle {
	position: absolute;
	top: 99%;
	left: 20%;
	width: 20px;
	height: 13px;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	/* background: url("../img/triangle_white.png") center no-repeat;
	background-size: contain; */
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li {
	border: none;
}
.product_item .product_item__body .description ul li {
	position: relative;
	padding: 0;
	border-top: none;
}
.product_item .product_item__body .product_item__descr ul li.description {
	display: block;
	width: 100%;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 10px;
	line-height: 1.2;
	color: #C30000;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li a:hover {
	text-decoration: none;
	background: transparent;
	color: #C30000;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li a:hover span {
	border-color: transparent;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li a img {
	display: block;
	margin: 0 6px 0 0;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li a span {
	display: block;
	border-bottom: 1px solid #C30000;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* .product_item .product_item__body .product_item__descr .read_more__wrapper ul li p, */
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description {
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #161616;
	max-height: 160px;
	overflow: auto;
	overflow-x: hidden;
	padding: 5px 12px 5px 0;
}


.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description::-webkit-scrollbar {
	width: 6px;
}
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description::-webkit-scrollbar-track {
	background: transparent;
}
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description::-webkit-scrollbar-thumb {
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 0px solid #ffffff;
}
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description ul li {	
	display: list-item;
	list-style-type: circle;
}
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description img,
.product_item .product_item__body .product_item__descr .read_more__wrapper ul .description table {
	display: none;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li p::-webkit-scrollbar {
	width: 3px;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li p::-webkit-scrollbar-track {
	background: #f5f5f5;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper ul li p::-webkit-scrollbar-thumb {
	background-color: #8B8B8B;
	border-radius: 0px;
	border: 0px solid #ffffff;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper .read_more__close {
	position: absolute;
	top: 12px;
	right: 13px;
	display: block;
	z-index: 2;
	background: transparent;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper .read_more__close:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	background: transparent;
}

.product_item .product_item__body .product_item__descr .read_more__wrapper .read_more__close img {
	display: block;
}

.product_item .product_item__body .product_item__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	width: 100%;
}
.product_item-custom .product_item__body .product_item__btns {
	width: auto;
}

.product_item .product_item__body .product_item__btns .btn {
	border-radius: 8px;
	min-width: 100%;
}
.product_item__btns .add-to-popup.in_way {
	border-color: transparent;
	background: #820000;
}
.product_item__btns .add-to-popup.disabled {
	border-color: transparent;
	background: #444444;
}
.product_item__btns .add-to-popup.disabled:hover {
	background: #444444b2;
}

.product_item .product_item__body .product_item__btns .btns_wrapper {
	margin: 11px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
}
.product_item-custom .product_item__body .product_item__btns .btns_wrapper {
	margin: 0;
}

@media (max-width: 991px) {
	.product_item .product_item__body .product_item__btns .btns_wrapper {
		margin: 8px 0 0 0;
	}
}

.product_item .product_item__body .product_item__btns .btns_wrapper .btn {
	min-width: calc(50% - 5px);
}

.section_banner {
	padding: 20px 0;
}

@media (max-width: 991px) {
	.section_banner {
		padding: 15px 0;
	}
}

.section_banner .row {
	margin: 0 -20px;
}

@media (max-width: 1430px) {
	.section_banner .row {
		margin: -7.5px;
	}
}

.section_banner .row [class*=col-] {
	padding: 0 20px;
}

@media (max-width: 1430px) {
	.section_banner .row [class*=col-] {
		padding: 7.5px;
	}
}

.banner_item {
	display: block;
	overflow: hidden;
	border-radius: 16px;
}

@media (max-width: 991px) {
	.banner_item {
		border-radius: 12px;
	}
}

.banner_item.:hover {
	-webkit-filter: brightness(80%);
	        filter: brightness(80%);
}

.banner_item:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.banner_item img {
	display: block;
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.banner_item img {
		height: 130px;
	}
}

.section_main__about {
	padding: 20px 0 50px 0;
}

.section_main__about p {
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0 0 20px;
}

.section_main__about a {
	color: #C30000;
	border-bottom: 1px dashed #C30000;
}

.section_main__about a:hover {
	border-color: transparent;
}

.section_catalog {
	padding: 0 0 20px;
}

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

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

.section_catalog h1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #161616;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.section_catalog h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.page_search__title {
		padding: 0 15px;
	}
}

.section_catalog h1 span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 0 16px;
	white-space: nowrap;
}

.catalog_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

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

.catalog_wrapper .catalog_top {
	display: none;
}

@media (max-width: 767px) {
	.catalog_wrapper .catalog_top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 5px 15px;
		margin: 0 0 10px;
		position: -webkit-sticky;
		position: sticky;
		top: 83px;
		left: 0;
		z-index: 10;
		background: rgb(255 255 255 / 85%);
		border-bottom: 1px solid #f0f0f0;
		backdrop-filter: blur(10px); /* Размытие фона за хедером */
		-webkit-backdrop-filter: blur(10px); /* Поддержка для Safari */
	}
}

.catalog_wrapper .catalog_top .catalog_view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.catalog_wrapper .catalog_top .catalog_view a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 10px 0 0;
}

.catalog_wrapper .catalog_top .catalog_view a.active svg path {
	fill: #C30000;
}

.catalog_wrapper .catalog_top .catalog_popularity_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #161616;
}

.catalog_wrapper .catalog_top .catalog_popularity_btn a img {
	display: block;
	margin: 0 0 0 3px;
}

.catalog_wrapper .catalog_top .catalog_filter__mob a,
.catalog_color__mob a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #161616;
}

.catalog_wrapper .catalog_top .catalog_filter__mob a img,
.catalog_color__mob a img {
	display: block;
	margin: 0 5px 0 0;
}

.catalog_wrapper .catalog_top .catalog_filter__mob a span,
.catalog_color__mob a span,
.catalog_color__title span {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	background: #C30000;
	padding: 2px 4px;
	border-radius: 50%;
	margin: 0px 0 0 4px;
}
.catalog_wrapper .catalog_top .catalog_filter__mob a span.active,
.catalog_color__mob a span.active,
.catalog_color__title span.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog_wrapper .catalog_left {
	width: 100%;
	max-width: 237px;
}

@media (max-width: 767px) {
	.catalog_wrapper .catalog_left {
		display: none;
	}
}

.catalog_wrapper .catalog_right {
	width: calc(100% - 260px);
}

@media (max-width: 767px) {
	.catalog_wrapper .catalog_right {
		width: 100%;
	}
}

.catalog_wrapper .catalog_right .product_item {
	width: calc(25% - 10px);
	margin: 0 5px 10px 5px;
}

@media (max-width: 1141px) {
	.catalog_wrapper .catalog_right .product_item {
		width: calc(33.3333333333% - 10px);
	}
}

@media (max-width: 991px) {
	.catalog_wrapper .catalog_right .product_item {
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
		padding: 0 0 7px;
	}
}

.catalog_wrapper .catalog_right .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.catalog_wrapper .catalog_right .btn_wrapper .btn {
	min-width: 256px;
	min-height: 46px;
}

.subcat_wrapper {
	margin: 0 0 40px;
}

@media (max-width: 991px) {
	.subcat_wrapper {
		padding: 0 4px;
	}
}

.subcat_wrapper .row {
	margin: -4px;
}

@media (max-width: 991px) {
	.subcat_wrapper .row {
		margin: -2.5px;
	}
}

.subcat_wrapper .row [class*=col-] {
	padding: 4px;
}

@media (max-width: 991px) {
	.subcat_wrapper .row [class*=col-] {
		padding: 2.5px;
	}
}

.subcat_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 8px;
	border: 1px solid #D1D1D1;
	background: #FFF;
	padding: 20px;
	min-height: 100%;
}

@media (max-width: 991px) {
	.subcat_item {
		padding: 20px 15px;
	}
}

.subcat_item:hover {
	border-color: #000;
}

.subcat_item img {
	display: block;
	width: 36px;
	min-width: 36px;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 10px 0 0;
}

@media (max-width: 991px) {
	.subcat_item img {
		margin: 0 7px 0 0;
	}
}

.catalog__mini-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2px;
}
.catalog__mini-title {
	color: #161616;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.catalog__mini-count {
	color: #8B8B8B;
}

@media (max-width: 991px) {
	.catalog__mini-title {
		font-size: 14px;
	}
}

.catalog_filters .catalog_category {
	margin: 0 0 24px;
}

.catalog_filters .catalog_category ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #161616;
}

.catalog_filters .catalog_category ul li a span {
	display: block;
	color: #8B8B8B;
	margin: 0 0 0 5px;
}

.catalog_filters .catalog_category ul li a.active {
	color: #C30000;
	position: relative;
}

.catalog_filters .catalog_category ul li a.active:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -16px;
	width: 15px;
	height: 10px;
	background: url("../img/red_chevron_right.svg") center no-repeat;
	background-size: contain;
}

.catalog_filters .catalog_category ul li a.active span {
	color: #C30000;
}

.catalog_filters .catalog_category ul li a.disabled {
	color: #8B8B8B;
}

.catalog_filters .catalog_category ul li a:hover {
	color: #C30000;
}

.catalog_filters .catalog_category ul li ul {
	padding: 0 0 0 16px;
}

.catalog_filters .price_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.catalog_filters .price_wrapper .price_item {
	width: calc(50% - 7px);
}

.catalog_filters .price_wrapper .price_item p {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	margin: 0 0 4px;
}

.catalog_filters .price_wrapper .price_item input {
	width: 100%;
	height: 36px;
	background: #F5F5F5;
	border-radius: 8px;
	padding: 0 10px;
}

.catalog_filters .filter_dropdown {
	margin: 0 0 24px;
}

@media (max-width: 991px) {
	.catalog_filters .filter_dropdown {
		margin: 0 0 15px;
	}
}

.catalog_filters .filter_dropdown .filter_dropdown__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #161616;
}

.catalog_filters .filter_dropdown .filter_dropdown__title img {
	display: block;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	min-width: 10px;
}

.catalog_filters .filter_dropdown .filter_dropdown__title.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.catalog_filters .filter_dropdown .filter_submenu {
	padding: 0px 0 0 0;
	/* display: none; */
	position: relative;
}
.filter_dropdown .filter_submenu::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}
.filter_dropdown .filter_submenu::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));	
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
.filter_dropdown .filter_submenu::before,
.filter_dropdown .filter_submenu::after {
	display: none;
}
.catalog_filters .filter_dropdown .filter_submenu.active {
	display: block;
}

.catalog_filters .filter_dropdown .filter_submenu input[type=search] {
	background: #F5F5F5;
	border-radius: 8px;
	height: 36px;
	width: 100%;
	padding: 0 12px;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 12px;
}

.catalog_filters .filter_dropdown .filter_submenu .checkbox_wrapper {
	max-height: 150px;
	height: 100%;
	overflow: auto;
	padding: 5px 7px 5px 0;
}
.catalog_filters .filter_dropdown#czvet .filter_submenu .checkbox_wrapper {
	max-height: none;
}
.catalog_filters .filter_dropdown#panton .filter_submenu .checkbox_wrapper {
	max-height: none;
}

.catalog_filters .filter_dropdown .filter_submenu .checkbox_wrapper .checkbox_wrapper {
	/* scrollbar-width: auto;
	scrollbar-color: #8B8B8B #F5F5F5; */
}

.catalog_filters .filter_dropdown .filter_submenu .checkbox_wrapper::-webkit-scrollbar {
	width: 6px;
}

.catalog_filters .filter_dropdown .filter_submenu .checkbox_wrapper::-webkit-scrollbar-track {
	background: transparent;
}

.catalog_filters .filter_dropdown .filter_submenu .checkbox_wrapper::-webkit-scrollbar-thumb {
	background-color: #f1f1f1;
	border-radius: 3px;
	/* border: 5px none #F5F5F5; */
}

.section_looking {
	padding: 20px 0 40px 0;
}

.section_looking_product h2 {
	width: 100% !important;
}

.section_looking_product ul {
	width: 100% !important;
}

.section_looking .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.section_looking .container h2 {
	width: calc(100% - 260px);
}

@media (max-width: 991px) {
	.section_looking .container h2 {
		width: 100%;
	}
}

.section_looking ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 260px);
}

@media (max-width: 991px) {
	.section_looking ul {
		width: 100%;
	}
}

.section_looking ul li {
	margin: 0 13px 13px 0;
}

.section_looking ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	padding: 7px 12px;
	background: #F5F5F5;
	border-radius: 29px;
}

.section_looking ul li a:hover {
	background: #C30000;
	color: #fff;
}

.catalog_color__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.catalog_color__wrapper.is-active {
	opacity: 1;
	visibility: visible;
}
.catalog_color__wrapper.is-active {
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
}
.catalog_color__wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	height: 50%;
	background: #fff;
	-webkit-transform: translateY(500px);
	    -ms-transform: translateY(500px);
	        transform: translateY(500px);
	z-index: 5;
	border-radius: 9px 9px 0px 0px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.catalog_color__wrapper.is-active .catalog_color__wrap{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.catalog_color__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
a.catalog_color__close {
	display: flex;
	justify-content: center;
	gap: 5px;
	width: 16px;
	height: 16px;
}
.catalog_color__title {
	text-align: center;
	font-weight: 500;
	display: flex;
    align-items: center;
}
.catalog_color__title.active {
	color: #C30000;
}
.catalog_color__title span {

}
.catalog_color__head-center {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1 1 auto;
    justify-content: center;
}
.catalog_color__body {
	overflow: auto;
}
.catalog_color__body-item {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.catalog_color__body-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalog_color__body .check {
	flex: 1 1 48%;
	margin: 0;
}
.catalog_color__body .checkmark {
	margin: 0 5px 0 0;
	/* width: 15px;
    height: 15px; */
    min-width: 15px;
}
.catalog_color__body .checkmark:after {
	/* top: 44%;
    width: 4px;
    height: 7px; */
}
.catalog_color__buttons {
	display: flex;
	gap: 10px;
	margin-top: auto;
}
a.catalog_color__close {
	/* background: #C30000;
	color: #fff; */
	font-weight: 500;
	padding: 10px;
	width: 100%;
    height: auto;
}

.catalog_popularity__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.catalog_popularity__wrapper.is-active {
	opacity: 1;
	visibility: visible;
}

.catalog_popularity__wrapper.is-active .popularity_fitler {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

@media (max-width: 991px) {
	.catalog_popularity__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}

.catalog_popularity__wrapper .popularity_fitler {
	position: relative;
	z-index: 3;
	background: #fff;
	width: 100%;
	border-radius: 9px 9px 0px 0px;
	padding: 12px 15px 16px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 10px;
	-webkit-transform: translateY(500px);
	    -ms-transform: translateY(500px);
	        transform: translateY(500px);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.catalog_popularity__wrapper .popularity_fitler ul {
	width: 100%;
	margin: 0 0 3px;
}

.catalog_popularity__wrapper .popularity_fitler ul li {
	width: 100%;
	margin: 0 0 3px;
}

.catalog_popularity__wrapper .popularity_fitler ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #161616;
	border-radius: 9px;
}

.catalog_popularity__wrapper .popularity_fitler ul li a.active {
	background: #F5F5F5;
}

.catalog_popularity__wrapper .popularity_fitler p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #8B8B8B;
	margin: 0 0 20px;
}

.catalog_popularity__wrapper .popularity_fitler .btn {
	min-width: 100%;
	min-height: 40px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.popularity_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.catalog_filters__mob {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 9999;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-500px);
	    -ms-transform: translateY(-500px);
	        transform: translateY(-500px);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.catalog_filters__mob.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.catalog_filters__mob .filter_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px 17px;
	background: #fff;
	border-bottom: 1px solid #D1D1D1;
}

.catalog_filters__mob .filter_top .filter_top__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.catalog_filters__mob .filter_top .filter_top__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.catalog_filters__mob .filter_top .filter_top__left a {
	display: block;
	margin: 0 8px 0 0;
}

.catalog_filters__mob .filter_top .filter_top__left a img {
	display: block;
}

.catalog_filters__mob .filter_top .filter_top__left p {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #161616;
}

.catalog_filters__mob .filter_top .close_mob__filter {
	display: block;
}

.catalog_filters__mob .filter_top .close_mob__filter img {
	display: block;
}

.catalog_filters__mob .filter_body {
	/* height: calc(100vh - 133px); */
	height: 100%;
	padding-bottom: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.catalog_filters__mob .filter_body .nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	height: 100%;
	width: 100%;
	max-width: 150px;
	background: #F5F5F5;
	padding: 19px 0 40px 0;
	margin-right: 10px;
	overflow: auto;
	-webkit-box-shadow: inset 0px 0px 10px rgba(72, 72, 72, 0.1);
	        box-shadow: inset 0px 0px 10px rgba(72, 72, 72, 0.1);
}

.catalog_filters__mob .filter_body .nav-tabs li {
	width: 100%;
}

.catalog_filters__mob .filter_body .nav-tabs li a {
	display: block;
	width: 100%;
	padding: 7px 19px 7px 17px;
	font-size: 14px;
	color: #8B8B8B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.catalog_filters__mob .filter_body .nav-tabs li a:hover, .catalog_filters__mob .filter_body .nav-tabs li a.active {
	color: #161616;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 8px rgba(72, 72, 72, 0.1);
	        box-shadow: 0px 2px 8px rgba(72, 72, 72, 0.1);
}
.catalog_filters__mob .filter_body .tab-pane {
	display: none;	
}

.catalog_filters__mob .filter_body .tab-pane.active {
	display: block;
}

.catalog_filters__mob .filter_body .nav-tabs li a span {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background: #C30000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20px;
	        flex: 0 0 20px;
	font-size: 10px;
	color: #fff;
	margin: 0 0 0 5px;
}
.catalog_filters__mob .filter_body .nav-tabs li a span.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog_filters__mob .filter_body .tab-content {
	width: calc(100% - 140px);
	background: #fff;
	height: 100%;
	overflow: auto;
	padding: 20px 20px 100px 20px;
}

.catalog_filters__mob .filter_body .tab-content .name {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

.catalog_filters__mob .filter_body .tab-content .price_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 15px;
}

.catalog_filters__mob .filter_body .tab-content .price_wrapper .price_item {
	width: calc(50% - 7px);
}

.catalog_filters__mob .filter_body .tab-content .price_wrapper .price_item p {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	margin: 0 0 4px;
}

.catalog_filters__mob .filter_body .tab-content .price_wrapper .price_item input {
	width: 100%;
	height: 36px;
	background: #F5F5F5;
	border-radius: 8px;
	padding: 0 10px;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu {
	padding: 8px 0 0 0;
	position: relative;
}
.catalog_filters__mob .filter_body .tab-content .filter_submenu::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}
.catalog_filters__mob .filter_body .tab-content .filter_submenu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));	
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu input[type=search] {
	background: #F5F5F5;
	border-radius: 8px;
	height: 36px;
	width: 100%;
	padding: 0 12px;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 12px;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu .checkbox_wrapper {
	/* height: 365px; */
	height: calc(100vh - 190px);
	overflow: auto;
	padding: 10px 7px 10px 0;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu .checkbox_wrapper .checkbox_wrapper {
	scrollbar-width: auto;
	scrollbar-color: #8B8B8B #F5F5F5;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu .checkbox_wrapper::-webkit-scrollbar {
	width: 5px;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu .checkbox_wrapper::-webkit-scrollbar-track {
	background: #F5F5F5;
}

.catalog_filters__mob .filter_body .tab-content .filter_submenu .checkbox_wrapper::-webkit-scrollbar-thumb {
	background-color: #8B8B8B;
	border-radius: 2px;
	border: 5px none #F5F5F5;
}

.catalog_filters__mob .filter_body .tab-content .check_all {
	padding: 0 0 17px;
	margin: 0 0 11px;
	border-bottom: 1px solid #D1D1D1;
}

.catalog_filters__mob .filter_body .tab-content .clear_filter {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #C30000;
	text-decoration: underline;
	margin: 20px 0 0 0;
}
#reset_mob {
	color: #8B8B8B;
	border-color: #8B8B8B;
}
#reset_mob.active {
	color: #C30000;
	border-color: #C30000;
}
.catalog_filters__mob .filter_bottom {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 14px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.catalog_filters__mob .filter_bottom .btn {
	/* min-width: 120px; */
	min-height: 25px;
	width: 100%;
	margin: 0 5px;
	display: block;
}

.section_login {
	padding: 40px 0;
	min-height: calc(100vh - 403px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (max-width: 991px) {
	.section_login {
		min-height: auto;
		display: block;
	}
}

.login_wrapper {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.19);
	        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	padding: 35px 40px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.login_wrapper {
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

.login_wrapper .input_item {
	margin: 0 0 20px;
}

.login_wrapper .input_item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 8px;
}

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

.login_wrapper .input_item .inputs_wrapper input {
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 8px;
	height: 45px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	width: 100%;
	max-width: 115px;
}

@media (max-width: 991px) {
	.login_wrapper .input_item .inputs_wrapper input {
		height: 40px;
	}
}

.login_wrapper .input_item .inputs_wrapper input:nth-last-child(1) {
	width: calc(100% - 125px);
	max-width: initial;
}

.login_wrapper .btn {
	margin: 0 0 20px;
}

.login_wrapper .check {
	margin: 0 0 20px;
}

.login_wrapper .check p {
	font-size: 16px;
	line-height: 18px;
	display: block;
}

@media (max-width: 991px) {
	.login_wrapper .check p {
		font-size: 14px;
		line-height: 18px;
	}
}

.login_wrapper .check__inner p {
	font-size: 14px;
}

.section_faq {
	padding: 16px 0 40px 0;
	min-height: calc(100vh - 403px);
}

@media (max-width: 991px) {
	.section_faq {
		min-height: auto;
		padding: 24px 0;
	}
}

.section_faq .faq_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	overflow: auto;
	padding: 0 0 16px;
}

.section_faq .faq_nav li {
	margin: 0 15px 0 0;
}

@media (max-width: 991px) {
	.section_faq .faq_nav li {
		margin: 0 20px 0 0;
	}
}

.section_faq .faq_nav li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.section_faq .faq_nav li a {
		padding: 8px 15px;
		background: #F5F5F5;
		border-radius: 19px;
		color: #161616;
		border: none;
	}
}

.section_faq .faq_nav li a:hover, .section_faq .faq_nav li a.active {
	border-color: #C30000;
}

@media (max-width: 991px) {
	.section_faq .faq_nav li a:hover, .section_faq .faq_nav li a.active {
		background: #C30000;
		color: #fff;
	}
}

.section_faq .faq_nav::-webkit-scrollbar {
	height: 3px;
}

.section_faq .faq_nav::-webkit-scrollbar-track {
	background: #ffffff;
}

.section_faq .faq_nav::-webkit-scrollbar-thumb {
	background-color: #c0c0c0;
	border-radius: 10px;
	border: 1px solid #c0c0c0;
}

.section_faq h3 {
	margin: 0 0 20px;
}

.section_faq .page_subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #8B8B8B;
	margin: 0 0 24px;
}

@media (max-width: 991px) {
	.section_faq .page_subtitle {
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
	}
}

.faq_dropdown li {
	margin: -1px 0 0 0;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}

.faq_dropdown li .faq_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 15px 0;
	font-size: 20px;
	color: #000000;
}

@media (max-width: 991px) {
	.faq_dropdown li .faq_title {
		font-weight: 500;
		font-size: 16px;
		padding: 10px 0;
	}
}

.faq_dropdown li .faq_title img {
	display: block;
	min-width: 12px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.faq_dropdown li .faq_title.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.faq_dropdown li .faq_accordion.active {
	color: #C30000;
}

.faq_dropdown li .faq_accordion.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.faq_dropdown li .faq_submenu {
	display: none;
	padding: 17px 0;
}

@media (max-width: 991px) {
	.faq_dropdown li .faq_submenu {
		padding: 10px 0;
	}
}

.faq_dropdown li .faq_submenu p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.faq_dropdown li .faq_submenu p span {
	color: #8B8B8B;
}

.faq_dropdown li .faq_submenu img {
	display: block;
	margin: 10px 0 0 0;
}

@media (max-width: 991px) {
	.breadcrumbs__product {
		display: none;
	}
}

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

.breadcrumbs__product .container .shared {
	display: block;
}

.breadcrumbs__product .container .shared:hover {
	opacity: 0.7;
}

.breadcrumbs__product .container .shared img {
	display: block;
}

.section_product {
	padding: 0 0 20px;
}

.section_product h1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #161616;
	margin: 0 0 5px;
}

@media (max-width: 991px) {
	.section_product h1 {
		display: none;
	}
}

.product__metky {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 10px;
	gap: 10px;
}

.product__metka {
	padding: 1px 7px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #161616;
	background: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.product__metka:nth-child(2) {
	background: #C30000;
	color: #FFFFFF;
}

.product__metka:nth-child(3) {
	background: #ffffff;
	color: #8B8B8B;
	border: 1px solid #8B8B8B;
}

.product__metka:nth-child(4) {
	background: #ffffff;
	color: #C30000;
	border: 1px solid #C30000;
}

.product__metka:hover {
	background: #C30000;
	color: #FFFFFF;
	border: 1px solid #C30000;
}

.section_product .page_article {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #161616;
	margin-right: 5px;
	/* margin: 0 0 28px; */
}

@media (max-width: 991px) {
	.product__metky {
		display: none;
	}
	.favorites__wrap {
		padding: 0 15px;
	}
}

.product_descr .add-to-favorites {
	margin-left: auto;
}
.section_product .product_description__wrapper {
	margin: 30px 0 0 0;
	display: none;
	cursor: pointer;
}
.section_product .product_description__wrapper.desctop {
	display: block;
}
.section_product .product_description__wrapper
.product_description__wrapper ul,
.read_more__wrapper .description ul {
	list-style-type: circle;
	margin-bottom: 10px;
}
.product_description__wrapper ul li,
.read_more__wrapper .description ul li {
	margin-left: 20px;
}
.product_description__wrapper img img {
    display: block;
    width: auto;
}
.product_description__wrapper img.aligncenter {
    margin: 0 auto;
}
.product_description__wrapper img.alignright {
    float: right;
    margin-left: 20px;
}
.product_description__wrapper img.alignleft {
    float: left;
    margin-right: 20px;
}

@media (max-width: 991px) {
	.section_product .product_description__wrapper {
		margin: 20px 0;
	}
	.section_product .product_description__wrapper.desctop {
		display: none;
	}
	.section_product .product_description__wrapper.mob {
		margin-top: 10px;
		display: block;
	}
}
@media (max-width: 767px) {
}

.section_product .product_description__wrapper .name {
	margin: 0 0 5px;
}

.section_product .product_description__wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 14px;
	line-height: 18px;
	color: #C30000;
	text-decoration: underline;
}

.section_product .product_description__wrapper a.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.section_product .product_description__wrapper a:hover {
	text-decoration: none;
}

.section_product .product_description__wrapper a img {
	display: block;
	margin: 0 0 0 10px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.open_description span {
	color: #C30000;
	font-weight: 500;
}
.open_description img {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.open_description.active img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.section_product .product_description__wrapper .description {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	/* max-height: 70px; */
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin: 0 0 10px;
}

.section_product .product_description__wrapper .description.active {
	height: auto;
	max-height: none;
	overflow: visible;
}

.section_product .product_description__wrapper .description.active:after {
	content: none;
}

.section_product .product_description__wrapper._showmore-active .description:after {
	content: "";
	background: transparent;
	background: transparent;
	background: transparent;
}
.section_product .product_description__wrapper .description:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.section_product .container {
		padding: 0;
	}
}

.product_wrapper {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (max-width: 991px) {
	.product_wrapper {
		padding-top: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.product_wrapper .product_left {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 40%;
	        flex: 1 1 40%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
	margin: -20px 0;
}

@media (max-width: 1430px) {
	/* .product_wrapper .product_left {
		width: calc(100% - 310px);
	} */
}

@media (max-width: 991px) {
	.product_wrapper .product_left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
}

.product_wrapper .product_slider__wrapper {
	width: calc(100% - 392px);
}

@media (max-width: 1430px) {
	.product_wrapper .product_slider__wrapper {
		width: calc(100% - 340px);
	}
}

@media (max-width: 991px) {
	.product_wrapper .product_slider__wrapper {
		width: 100%;
	}
}

.product_wrapper .product_info__wrapper {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper {
		max-width: 100%;
		/* padding: 0 13px; */
		/* overflow: hidden; */
	}
}

.product_wrapper .product_info__wrapper .colors_wrapper {
	display: flex;
	gap: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0 0 18px;
}

.product_wrapper .product_info__wrapper .colors_wrapper span {
	color: #8B8B8B;
}
.colors_wrapper__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.colors_wrapper_item {
	position: relative;
}
.colors_wrapper_item.active a {
	color: #c30000;
}
.colors_wrapper_item a:hover {
	color: #c30000;
}

@media (max-width: 1430px) {
	.product_wrapper .product_info__wrapper .colors_wrapper {
		margin: 0 0 10px;
	}
}
.color-slider__wrapper-mob {
	display: none;
	position: relative;
}
.color-slider__wrapper-mob::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 110%;
	height: 10px;
	background: rgba(245, 245, 245, 1);
}

@media (max-width: 991px) {
	.product_wrapper {
		gap: 3px;
	}
	.color-slider__wrapper-mob {
		display: block;
		margin-bottom: 17px;
		padding-bottom: 1px;
		/* border-bottom: 1px solid #D1D1D1; */
	}
	.color-slider__wrapper-desktop {
		display: none;
	}
	.product_wrapper .product_info__wrapper .colors_wrapper {
		padding: 5px 0 0 0;
		margin: 0 0 17px;
		display: flex;
	}
}


.product_wrapper .product_info__wrapper .btn_red {
	min-height: 48px;
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .btn_red {
		min-width: 100%;
		min-height: 42px;
	}
}

.product_wrapper .product_info__wrapper .btn_red.play_video {
	min-height: 40px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 31px;
}
.play_video {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.play_video svg {
	width: 100%;
}

@media (max-width: 1430px) {
	.product_wrapper .product_info__wrapper .btn_red.play_video {
		margin: 0 0 15px;
	}
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .btn_red.play_video {
		display: none;
	}
}

.product_wrapper .product_info__wrapper .btn_red svg {
	display: block;
	margin: 0 10px 0 0;
}

.product_wrapper .product_info__wrapper .btn_red svg path {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.product_wrapper .product_info__wrapper h3 {
	margin: 0 0 12px;
}

.product_wrapper .product_info__wrapper h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
	margin: 0 0 10px;
}

.product_wrapper .product_info__wrapper .information_wrapper {
	margin: 0 0 40px;
}

@media (max-width: 1430px) {
	.product_wrapper .product_info__wrapper .information_wrapper {
		margin: 0 0 20px;
	}
}

.product_wrapper .product_info__wrapper .information_wrapper ul {
	height: auto;
	max-height: 120px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.product_wrapper .product_info__wrapper .information_wrapper ul.active {
	height: auto;
	max-height: none;
	overflow: visible;
}

.product_wrapper .product_info__wrapper .information_wrapper ul.active:after {
	content: none;
}

.product_wrapper .product_info__wrapper .information_wrapper ul:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.product_wrapper .product_info__wrapper .information_wrapper ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 10px;
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .information_wrapper ul li {
		margin: 0 0 5px;
	}
}

.product_wrapper .product_info__wrapper .information_wrapper ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	border-bottom: 1px dashed #8B8B8B;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.product_wrapper .product_info__wrapper .information_wrapper ul li p {
	font-size: 14px;
	color: #8B8B8B;
	background: #fff;
	width: 100%;
	max-width: 150px;
	padding: 0 8px 2px 0;
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .information_wrapper ul li p {
		color: #161616;
	}
}

.product_wrapper .product_info__wrapper .information_wrapper ul li p:nth-last-child(1) {
	text-align: left;
	padding: 0 0 2px 8px;
}

.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 15px 0 0 0;
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper {
		margin: 0;
	}
}

.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper a {
	width: calc(50% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 14px;
	line-height: 18px;
	color: #C30000;
	text-decoration: underline;
}

.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper a.active img {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper a:hover {
	text-decoration: none;
}

.product_wrapper .product_info__wrapper .information_wrapper .btn_wrapper a img {
	display: block;
	margin: 0 0 0 10px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.product_feeback_wrap {
	margin-top: 5px;
	padding: 0 20px;
}
.product_feeback__text {
	margin-bottom: 5px;
	color: #161616;
}
.product_feeback_wrap .product_feeback {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin: 0 0 10px;
}

@media (max-width: 991px) {

	.product_feeback_wrap {
		padding: 0 10px;
		position: relative;
		margin-bottom: 10px;
		width: 100%;
	}
	.product_feeback_wrap .product_feeback {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 15px;
	}
	.product_feeback_wrap::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10px;
		background: rgba(245, 245, 245, 1);
	}
}

.product_feeback_wrap .product_feeback span {
	display: block;
	color: #C30000;
}
.product_feeback__con {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 1000px;
}
.product_feeback__con .form__socials {
	flex: 1 1 30%;
}
.product_feeback__con .tel {
	display: none;
}
.product_wrapper .product_info__wrapper .product_about__mob {
	display: none;
	/* padding: 0 0 20px; */
}

@media (max-width: 991px) {
	.product_wrapper .product_info__wrapper .product_about__mob {
		display: block;
	}
	.product_feeback_wrap {
		padding: 0 15px;
		padding-top: 30px;
		margin-top: 0;
	}
	.product_feeback_wrap .product_feeback {
		font-size: 18px;
	}
	.product_feeback__con .tel {
		display: flex;
	}
	.product_feeback__con .form__socials {
		flex: auto;
		height: auto;
	}
	.product_feeback__con .form__social {
		flex-direction: column;	
		padding: 10px;
		text-align: center;
		margin: 0;
		height: 100%;
	}
	.product_feeback__con .form__social-chevron {
		display: none;
	}
	.product_feeback__con {
		align-items: stretch;
	}
}
@media (max-width: 767px) {
	.product_feeback__con {
		/* flex-wrap: wrap; */
	}
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product_about__top-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2px;
}
.product_about__top-top .btn_red.play_video {
	font-size: 10px !important;
	width: 40px;
	margin-bottom: 0 !important;
}
.product_about__top-top .btn_red.play_video svg {
	width: auto;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .product_price {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 7px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .product_price p {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #161616;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .product_price span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	position: relative;
	margin: 0 0 0 8px;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .product_price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 69px;
	min-height: 26px;
	font-weight: 500;
	font-size: 7px;
	line-height: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 4px;
}

.product_wrapper .product_info__wrapper .product_about__mob .product_about__top .btn svg {
	margin: 0 5px 0 0;
}

.product_wrapper .product_info__wrapper .product_about__mob .name {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #161616;
}

.product_wrapper .product_info__wrapper .product_about__mob .category {
	font-size: 12px;
	line-height: 14px;
	color: #8B8B8B;
	margin: 0 0 6px;
	display: block;
}

.product_wrapper .product_info__wrapper .product_about__mob .article {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
}

.product_wrapper .product_info__wrapper .product_about__mob .article span {
	color: #C30000;
}

.product_wrapper .product_right {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.product_right__wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 5px 0;
}
@media (max-width: 991px) {
	.product_wrapper .product_right {
		max-width: 100%;
		padding: 0 15px;
		margin: 0;
	}
	.product_right__wrap {
		flex-wrap: wrap;
		gap: 0;
	}
}

.product_wrapper .product_right .product_descr {
	flex: 1 1 50%;
	padding: 15px 24px 20px 24px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	border-radius: 13px;
	width: 100%;
}

.product_wrapper .product_right .product_descr .btns {
	margin-top: 24px;
}
.product_wrapper .product_right .product_descr .product_descr__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 5px;
}

.product_wrapper .product_right .product_descr .product_descr__top .product_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.product_wrapper .product_right .product_descr .product_descr__top .product_price p {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #161616;
}

.product_wrapper .product_right .product_descr .product_descr__top .product_price span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
	position: relative;
	margin: 0 0 0 15px;
}

.product_wrapper .product_right .product_descr .product_descr__top .product_price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}


.product_wrapper .product_right .product_descr .product_descr__top a:hover {
	opacity: 0.7;
}

.product_wrapper .product_right .product_descr .product_descr__top a img {
	display: block;
}

.product_wrapper .product_right .product_descr .credit {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 12px;
}

.product_wrapper .product_right .product_descr .credit span {
	color: #C20000;
}

.product_descr .in_stock {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0;
	display: block;
}
.product_descr .in_stock.mob {
	display: none;
}
.product_descr .in_stock_way.mob {
	display: none;
}
@media (max-width: 991px) {

	.in_stock.mob,
	.in_stock_way.mob {
		display: inline-block;
        /* margin-right: -5px; */
		width: auto;
	}
	.in_stock,
	.in_stock_way {
		/* display: none; */
	}
}
.product_wrapper .product_right .product_descr .delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.product_wrapper .product_right .product_descr .delivery img {
	display: block;
	/* margin: 0 8px 0 0; */
}

.product_wrapper .product_right .product_descr .delivery p {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.product_wrapper .product_right .product_descr .delivery p span {
	color: #161616;
}

.product_wrapper .product_right .product_descr .btns a {
	min-width: 100%;
	min-height: 42px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 18px;
}

.product_wrapper .product_right .product_descr .btns a:nth-last-child(1) {
	margin: 0;
}

.product_wrapper .product_right .product_descr .btns .btn_grey__inner {
	background: #D1D1D1;
	color: #161616;
}

.rank_wrapper {
	width: 100%;
	border: 1px solid #D1D1D1;
	border-radius: 8px;
	padding: 14px 12px 15px 16px;
	margin: 22px 0 0 0;
}

.rank_wrapper .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 0 0 13px;
}

.rank_wrapper .name img {
	display: block;
	margin: 0 0 0 7px;
}

.rank_wrapper .rate_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.rank_wrapper .rate_wrapper p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.rank_wrapper .rate_wrapper p img {
	display: block;
	margin: 0 3px 0 0;
}

.rank_wrapper .rate_wrapper a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 0 5px;
}

.rank_wrapper .rate_wrapper a:hover {
	color: #000;
}

.product_advantages {
	flex: 1 1 50%;
}
.product_advantages__h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.product_advantages__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}
.product_advantages__item {
	flex: 1 1 31%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: #F2F3F7;
	border-radius: 13px;
	padding: 10px;
}
.product_advantages__title {
	font-weight: 500;
	line-height: 16px;
}
.product_advantages__item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

@media (max-width: 991px) {
	.product_wrapper .product_right .product_descr {
		display: none;
	}
	.product_advantages__item {
		padding: 15px;
	}
	.product_advantages__h3 {
		font-weight: 500;
		font-size: 18px;
	}
	.product_advantages {
		position: relative;
		display: block;
		flex: 1 1 100%;
		margin-top: 10px;
		padding-top: 20px;
	}
	.product_advantages::before {
		content: '';
		position: absolute;
		top: 0;
		left: -20px;
		width: 110%;
		height: 10px;
		background-color: rgba(245, 245, 245, 1);
		z-index: 1;
	}
}

.return_wrapper {
	margin: 22px 0 0 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 8px;
	border: 1px solid #C30000;
	background: rgba(195, 0, 0, 0.1);
	padding: 18px 27px 15px 15px;
}

.return_wrapper img {
	display: block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.return_wrapper .descr {
	margin: 0 0 0 15px;
}

.return_wrapper .descr p {
	color: #C30000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 6px;
}

.return_wrapper .descr span {
	display: block;
	color: #C30000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.delivery_wrapper {
	width: 100%;
	margin: 22px 0 0 0;
	padding: 15px 15px 25px 15px;
	border-radius: 8px;
	border: 1px solid #D1D1D1;
	background: #FFF;
}

.delivery_wrapper p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 14px;
}

.delivery_wrapper p span {
	display: block;
	margin: 6px 0 0 0;
}

.delivery_wrapper a {
	display: block;
	color: #8B8B8B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.delivery_wrapper a:hover {
	color: #000;
}

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

.product_slider__wrapper .slider_nav__wrapper {
	width: 100%;
	max-width: 68px;
}

@media (max-width: 1430px) {
	.product_slider__wrapper .slider_nav__wrapper {
		max-width: 60px;
	}
}

@media (max-width: 1141px) {
	.product_slider__wrapper .slider_nav__wrapper {
		display: none;
	}
}

.product_slider__wrapper .slider_nav__wrapper .slider-nav {
	width: 100%;
	max-width: 100%;
	padding: 16px 0;
}

.product_slider__wrapper .slider_nav__wrapper .slider-nav .slider_item {
	margin: 0 1px;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin: 7px 0;
	border-radius: 4px;
	overflow: hidden;
}

.product_slider__wrapper .slider_nav__wrapper .slider-nav .slider_item:hover, .product_slider__wrapper .slider_nav__wrapper .slider-nav .slider_item.slick-current {
	border-color: #C20000;
}

.product_slider__wrapper .slider_nav__wrapper .slider-nav .slider_item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 92px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.gallery-top__nav {
}

.product_slider .section__sliderNav--arrows {
	z-index: 5;
}

.product_slider .product_nav {
	z-index: 10;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: calc(50% - 22px);
	left: 27px;
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #FFF;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .08);
	border-radius: 50%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}
.product_slider .gallery-thumbs__con .product_nav {
	top: -5px;
	left: 50%;
}
.product_slider .section__sliderNav .product_nav {
	top: 9px;
}

.product_slider .product_nav.swiper-button-disabled {
	opacity: 0;
}

.product_slider .product_nav:hover {
	-webkit-transform: translateX(-50%) scale(0.9);
	    -ms-transform: translateX(-50%) scale(0.9);
	        transform: translateX(-50%) scale(0.9);
}

.product_slider .next {
	left: initial;
	right: -17px;
}
.product_slider .gallery-thumbs__con .next {
	right: initial;
}
.product_slider .section__sliderNav--arrows .next {
	top: initial;
	bottom: 9px;
}
.product_slider .gallery-thumbs__con .section__sliderNav--arrows .next {
	top: initial;
	bottom: 5px;
}

.product_slider .section__sliderNav--arrows img {
	display: block;
}

.product_slider__wrapper .slider-for {
	width: calc(100% - 93px);
}

@media (max-width: 1430px) {
	.product_slider__wrapper .slider-for {
		width: calc(100% - 70px);
	}
}

@media (max-width: 1141px) {
	.product_slider__wrapper .slider-for {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.product_slider__wrapper .slider-for {
		margin: 0 0 25px;
	}
}

@media (max-width: 991px) {
	.product_slider__wrapper .slider-for .slick-list {
		padding: 0 80px 0 0;
	}
}

@media (max-width: 767px) {
	.gallery-top__nav {
		display: none;
	}
	.product_slider__wrapper .slider-for .slick-list {
		padding: 0 30px 0 0;
	}
	.product_item .product_item__body .product_item__descr .price small {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.product_slider__wrapper .slider-for--full .slick-list {
		padding: 0 0 0 0;
	}
}

@media (max-width: 767px) {
	.product_slider__wrapper .slider-for--full .slick-list {
		padding: 0 0 0 0;
	}
}

.product_slider__wrapper .slider-for .slick-dots {
	bottom: -14px;
}

.product_slider__wrapper .slider-for .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 3.5px;
}

.product_slider__wrapper .slider-for .slick-dots li.slick-active {
	width: 6px;
	height: 6px;
}

.product_slider__wrapper .slider-for div img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	height: 576px;
}

@media (max-width: 1430px) {
	.product_slider__wrapper .slider-for div img {
		height: 500px;
	}
}

@media (max-width: 991px) {
	.product_slider__wrapper .slider-for div img {
		height: 460px;
	}
}

.product_slider__wrapper .slider-for div video {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	height: 576px;
}

@media (max-width: 1430px) {
	.product_slider__wrapper .slider-for div video {
		height: 500px;
	}
}

@media (max-width: 991px) {
	.product_slider__wrapper .slider-for div video {
		height: 460px;
	}
}

.mob_page__nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

@media (max-width: 991px) {
	.mob_page__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 13px;
	}
}

.mob_page__nav a {
	display: block;
}

.mob_page__nav a img {
	display: block;
}

.mob_page__nav .right_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.mob_page__nav .right_side a svg {
	/* margin: 0 0 0 8px; */
	height: 20px;
}

.color-slider-product {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
	padding: 0 24px;
	margin: 0 0 31px;
}

@media (max-width: 1430px) {
	.color-slider-product {
		margin: 0 0 10px;
	}
}

@media (max-width: 991px) {
	.color-slider-product {
		/* max-width: 90%; */
		margin: 0 0 0px;
		padding: 0 0 20px 0;
		/* border-bottom: 1px solid #D1D1D1; */
	}
}

.color-slider-product .slider_item {
	position: relative;
	margin: 0;
	border-radius: 8px;
	/* overflow: hidden; */
	outline: 1px solid #e0e0e0;

	border: 2px solid transparent;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 991px) {
	.color-slider-product .slider_item {
		/* margin: 0 4px; */
	}
}
@media (max-width: 767px) {
	.color-slider-product .slider_item {
		width: 57px;
		height: 76px;
		overflow: hidden;
	}
}

.color-slider-product .slider_item:hover, .color-slider-product .slider_item.slick-current {
	border: 2px solid #C30000;
	outline: none;
}

.color-slider-product .slider_item a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.color-slider-product .swiper-container {
	/* overflow: hidden; */
	position: relative;
}

.color-slider-product .slider_item img {
	display: block;
	width: 100%;
	height: 76px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.color_slider_btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 5;
}
.color_slider_btn.swiper-button-disabled {
	
}
.color_slider_btn.prev {
	left: 7px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
}
.color_slider_btn.next {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 991px) {
	.color-slider-product .slider_item img {
		/* height: 53px; */
	}
}

.color-slider-product .section__sliderNav--arrows {
	z-index: 5;
}

@media (max-width: 991px) {
	.color-slider-product .section__sliderNav--arrows {
		display: none;
	}
}

.color-slider-product .section__sliderNav--arrows button {
	/* z-index: 10;
	position: absolute;
	left: -8px;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0%; */
}

.color-slider-product .section__sliderNav--arrows button.next {
	right: -8px;
}

.color-slider-product .section__sliderNav--arrows button img {
	display: block;
}

.section_reviews {
	padding: 20px 0;
}

.section_reviews .reviews_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 26px;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top {
		padding: 0 0 20px;
		margin: 0 0 20px;
		border-bottom: 1px solid #D1D1D1;
	}
}

.section_reviews .reviews_top .reviews_top_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 32px 0 0;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item:nth-last-child(1) {
		display: none;
	}
}

.section_reviews .reviews_top .reviews_top_item .rate {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .rate {
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
	}
}

.section_reviews .reviews_top .reviews_top_item .stars_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 0 12px;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .stars_wrapper {
		margin: 0 0 0 8px;
	}
}

.section_reviews .reviews_top .reviews_top_item .stars_wrapper img {
	display: block;
	margin: 0 2.5px;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .stars_wrapper img {
		margin: 0 1.5px;
		width: 16px;
		height: 16px;
	}
}

.section_reviews .reviews_top .reviews_top_item .info {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .info {
		margin: 0 0 0 8px;
	}
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .info span {
		display: none;
	}
}

.section_reviews .reviews_top .reviews_top_item .info a {
	display: block;
}

.section_reviews .reviews_top .reviews_top_item .info a:hover {
	opacity: 0.7;
}

.section_reviews .reviews_top .reviews_top_item .info a img {
	display: block;
	margin: 0 0 0 5px;
}

@media (max-width: 991px) {
	.section_reviews .reviews_top .reviews_top_item .info a img {
		margin: 0;
	}
}

.section_reviews .btn_red__bordered {
	padding: 15px 24px;
	font-size: 16px;
	line-height: 19px;
}

@media (max-width: 991px) {
	.section_reviews .btn_red__bordered {
		min-width: 100%;
		min-height: 40px;
		padding: 10px 20px;
		font-size: 12px;
		line-height: 14px;
	}
}

.reviews_slider_wrapper {
	position: relative;
	margin: 0 0 26px;
}

@media (max-width: 991px) {
	.reviews_slider_wrapper .slick-list {
		padding: 0 36px 0 0;
	}
}

.reviews_slider_wrapper .slick-track {
	padding: 10px 0;
}

.reviews_slider_wrapper .slider_item {
	margin: 0 8px;
}

.reviews_slider_wrapper .section__sliderNav--arrows {
	z-index: 5;
}

@media (max-width: 991px) {
	.reviews_slider_wrapper .section__sliderNav--arrows {
		display: none;
	}
}

.reviews_slider_wrapper .section__sliderNav--arrows button {
	left: -27px;
	width: 54px;
	height: 54px;
	-webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1430px) {
	.reviews_slider_wrapper .section__sliderNav--arrows button {
		left: 0;
	}
}

.reviews_slider_wrapper .section__sliderNav--arrows button:hover {
	-webkit-transform: translateY(-50%) scale(0.9);
	    -ms-transform: translateY(-50%) scale(0.9);
	        transform: translateY(-50%) scale(0.9);
}

.reviews_slider_wrapper .section__sliderNav--arrows button.next {
	left: initial;
	right: -27px;
}

@media (max-width: 1430px) {
	.reviews_slider_wrapper .section__sliderNav--arrows button.next {
		right: 0;
	}
}

.reviews_slider_wrapper .section__sliderNav--arrows button img {
	display: block;
}

.reviews_item {
	padding: 28px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
}

@media (max-width: 991px) {
	.reviews_item {
		padding: 20px 17px 36px 17px;
	}
}

.reviews_item .reviews_item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 23px;
}

.reviews_item .reviews_item__top .image_wrapper {
	min-width: 46px;
	margin: 0 15px 0 0;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .image_wrapper {
		min-width: 40px;
		margin: 0 10px 0 0;
	}
}

.reviews_item .reviews_item__top .image_wrapper img {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .image_wrapper img {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .review_info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.reviews_item .reviews_item__top .review_info .review_info__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 7px;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .review_info .review_info__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.reviews_item .reviews_item__top .review_info .review_info__top p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0 19px 0 0;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .review_info .review_info__top p {
		margin: 0;
	}
}

.reviews_item .reviews_item__top .review_info .review_info__top span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #5E6272;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .review_info .review_info__top span {
		font-size: 10px;
		line-height: 12px;
	}
}

.reviews_item .reviews_item__top .review_info .stars_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.reviews_item .reviews_item__top .review_info .stars_wrapper img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}

@media (max-width: 991px) {
	.reviews_item .reviews_item__top .review_info .stars_wrapper img {
		margin: 0 2px 0 0;
	}
}

.reviews_item .reviews_item__top .review_info .stars_wrapper img:nth-last-child(1) {
	margin: 0;
}

.reviews_item .review_descr {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.product_short_info {
	position: fixed;
	top: 117px;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	padding: 17px 0;
	-webkit-transform: translateY(-500px);
	    -ms-transform: translateY(-500px);
	        transform: translateY(-500px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	z-index: 120;
}

@media (max-width: 991px) {
	.product_short_info {
		top: 80px;
	}
	.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom p,
	.product_short_info .container .short_info__left .short_info__descr .short_info__descr-top p span {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.product_short_info .container .short_info__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 0 0 10px;
	}
}

.product_short_info.visible {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.product_short_info .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.product_short_info .container .short_info__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	/* width: calc(100% - 620px); */
}

@media (max-width: 1141px) {
	.product_short_info .container .short_info__left {
		/* width: calc(100% - 420px); */
	}
}

.product_short_info .container .short_info__left .image_wrapper {
	width: 60px;
	height: 60px;
	min-width: 60px;
	margin: 0 20px 0 0;
}

.product_short_info .container .short_info__left .image_wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-top p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-top p span {
	color: #161616;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 8px 0 0 0;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	border-bottom: 1px dashed #8B8B8B;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom a:hover {
	border-color: transparent;
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom p {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	border-bottom: 1px dashed #8B8B8B;
	/* margin: 0 0 0 15px; */
}

.product_short_info .container .short_info__left .short_info__descr .short_info__descr-bottom p span {
	color: #161616;
}

.product_short_info .container .short_info__right {
	width: 100%;
	max-width: 580px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 0 0 10px;
	border-left: 1px solid #D1D1D1;
}

.btn_wrapper__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1141px) {
	.product_short_info .container .short_info__right {
		max-width: 400px;
	}
}

.product_short_info .container .short_info__right .price p {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #161616;
	margin: 0 0 4px;
}

.product_short_info .container .short_info__right .price span {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #8B8B8B;
}

.product_short_info .container .short_info__right .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}

.product_short_info .container .short_info__right .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 5px;
}

.product_short_info .container .short_info__right .btn_wrapper .btn {
	min-height: 42px;
	min-width: 150px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	flex: 1 1 auto;
}

@media (max-width: 1141px) {
	.product_short_info .container .short_info__right .btn_wrapper .btn {
		min-width: auto;
	}
}

.product_short_info .container .short_info__right .btn_wrapper .to-fav {
	margin: 0 0 0 14px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.product_short_info .container .short_info__right .btn_wrapper .to-fav:hover {
	opacity: 0.7;
}

.product_short_info .container .short_info__right .btn_wrapper .to-fav img {
	display: block;
}

.product_short_info__mob-wrap {

}
.product_short_info__mob {
	height: 50px;
	display: none;
	padding: 10px 0;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: translateY(-500px);
	    -ms-transform: translateY(-500px);
	        transform: translateY(-500px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	/* -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); */
	z-index: 120;
}
.product_short_info__mob::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #D1D1D1;
}
@media (max-width: 991px) {
	.product_short_info__mob {
		display: block;
	}
}

.product_short_info__mob.visible {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

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

.product_short_info__mob .container .left_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: calc(100% - 80px);
}

.product_short_info__mob .container .left_side a {
	display: block;
	min-width: 16px;
}

.product_short_info__mob .container .left_side a img {
	display: block;
}

.product_short_info__mob .container .left_side .name {
	margin: 0 0 0 30px;
}

.product_short_info__mob .container .left_side .name p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}
.product_short_info__mob .container .left_side .name .category {
	color: #161616;
}

.product_short_info__mob .container .left_side .name span {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
}

.product_short_info__mob .container .right_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.product_short_info__mob .container .right_side .right_side {
	width: 100%;
	max-width: 70px;
}

.product_short_info__mob .container .right_side a {
	margin: 0 0 0 10px;
}

.product_short_info__mob .container .right_side a img,
.product_short_info__mob .container .right_side a svg {
	display: block;
	width: 20px;
}

.content {
	position: relative;
}

@media (max-width: 991px) {
	.content {
		position: static;
	}
}

.to-cart__mob__wrapper {
	display: none;
	padding: 0 0 12px;
	position: -webkit-sticky;
	position: sticky;
	bottom: 55px;
	left: 0;
	width: 100%;
	z-index: 20;
}

@media (max-width: 991px) {
	.to-cart__mob__wrapper {
		display: block;
	}
}

@media (max-width: 991px) {
	.to-cart__mob__wrapper .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media (max-width: 991px) {
	.to-cart__mob__wrapper .btn {
		position: relative;
		min-width: 100%;
		min-height: 46px;
		font-size: 14px;
		border-radius: 10px;
	}
	/* .to-cart__mob__wrapper .btn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 100%;
		background: #ffffff9a;
		-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
		        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
		animation-name: anim_btn_white;
		animation-duration: 0.8s;
		animation-delay: 3s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	} */
}

@keyframes anim_btn_white {
	0% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}

/* //======================================================================================================================================================== */

.product_slider {
	overflow: hidden;    
	display: -webkit-box;    
	display: -ms-flexbox;    
	display: flex;
    /* gap: 20px; */
	height: 550px;
	padding: 25px 0;
	/* padding-right: 10px; */
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 80%;
	        flex: 1 1 80%;
}

.gallery-thumbs__con {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70px;
	        flex: 0 0 70px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.gallery-thumbs {
	padding: 20px 0;
	z-index: 2;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    height: auto;
	max-height: 120px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #f0f0f0;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.gallery-thumbs .swiper-slide:hover {
	border-color: #C20000;
}
.gallery-thumbs .swiper-slide img{
	display: block;
    width: 100%;
    max-width: 100%;
    height: 92px;
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gallery-thumbs .swiper-slide video {
	position: relative;
	display: block;
    width: 100%;
    max-width: 100%;
    height: 92px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gallery-thumbs .swiper-slide.video {
	position: relative;
}
.gallery-thumbs .swiper-slide.video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    z-index: 2;
}
.gallery-thumbs .swiper-slide.video::after {
	content: "";
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
	height: 40px;
    font-size: 0;
    line-height: 1;
    border-radius: 50%;
    background-color: rgba(36, 36, 36, .8);
    display: inline-block;
    vertical-align: middle;
	z-index: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border-color: #C20000;
}

.gallery-top {
	padding: 0 5px;
	padding: 20px 0;
	/* padding-right: 15px; */
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 440px;
	        flex: 1 1 440px;
    width: 100%;
    overflow: hidden;
	position: relative;
}

.gallery-top .swiper-slide {
	padding: 0 20px;
	border-radius: 12px;
    text-align: center;
	overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery-top .swiper-slide img {
    display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
.gallery-top .swiper-slide video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
.product_slider .slick-dots {
	display: none;
}

@media (max-width: 991px){
	.product_slider {
		height: auto;
	}
	
	.product_wrapper .product_left {
		display: block;
	}
	.gallery-thumbs__con {
		display: none;
	}
	.gallery-top {
		height: auto;
	}
	.gallery-top .swiper-slide {
		position: relative;
		/* background: #F0F0F0; */
		height: auto;
		margin-left: 1px;
		margin-bottom: 12px;
		padding: 0;
		border-radius: 0; 
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 80%;
		        flex: 1 0 80%;
	}
	.gallery-top .swiper-slide::before {
		content: "";
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		background: #F0F0F0;
		height: 100%;
	}
	.gallery-top .swiper-slide img {
		border-bottom: 2px solid #f0f0f0;
		z-index: 2;
	}
	.product_slider .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.product_slider .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
}

/* //======================================================================================================================================================== */
.image-container {
	position: relative;
	width: 300px; /* Set the width of your container */
	height: 400px; /* Set the height of your container */
	overflow: hidden;
	margin: 20px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* //======================================================================================================================================================== */

.color-slider__popup {
	padding: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
	position: absolute;
	z-index: 10;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: none;
	width: 100px;
	height: 130px;	
}
.colors_wrapper_item:hover .color-slider__popup,
.color-slider__popup._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.color-slider__popup_img {
	flex: 1 1 auto;
    align-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}
.color-slider-product .color-slider__popup_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
    border-radius: 10px;
	overflow: hidden;
}
.product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 5px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 100%;

}
.product_price p {
	font-weight: 700;
}
.product_price span {
    text-decoration: line-through;
    font-size: 9px;
}

/* //======================================================================================================================================================== */

.popup-product {
	padding: 0;
	z-index: 1200;
}
.popup-product .popup__wrapper {
	height: 100%;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}
.popup-product .popup__content {
	background: #fff;
	max-width: none;
	max-height: none;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	border-radius: 0;
	padding: 0;
	padding-bottom: 20px;
}
.popup__head {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
    border-bottom: 1px solid #9d9da5;
    gap: 20px;
}
.popup-product .popup__btn {
	position: relative;
	padding: 6px 0;
	right: 0;
	top: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
    text-align: right;
}
.popup-product .popup__btn.close_v2 {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.popup-product .popup__close {
	position: relative;
}
.popup-product .popup__close::after,
.popup-product .popup__close::before {
	background: #9d9da5;
}
.popup-product .close_v2 .popup__close {
	position: relative;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	padding: 6px;
}
.popup-product .close_v2 .popup__close img {
	width: 20px;
}
.popup-product .close_v2 .popup__close::after,
.popup-product .close_v2 .popup__close::before {
	display: none;
}
/* .popup-product .close_v2 .popup__close::after,
.popup-product .close_v2 .popup__close::before {
	background: #9d9da5;
	height: 70%;
	top: auto;
	right: 7px;
} */
/* .popup-product .close_v2 .popup__close::after {
	background: #9d9da5;
	-webkit-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	        transform: rotate(60deg);
    top: 0;
} */
.popup-product .close_v2 .popup__close::before {
	background: #9d9da5;
	-webkit-transform: rotate(120deg);
	    -ms-transform: rotate(120deg);
	        transform: rotate(120deg);
    bottom: 0px;
}
.popup__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.popup__tab {
	cursor: pointer;
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 10px 0;
	line-height: 100%;
}
.popup__tab:hover {
	opacity: 0.7;
}
.popup__tab._active {
	border-bottom-color: #C20000;
}
.burger_active {
}
.popup-product .popup__row {
	padding: 0 10px;
	padding-top: 10px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	overflow: hidden;
}

.slider-image {
	display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
	gap: 10px;
	position: relative;
}
.slider-image._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-image__wrap {
	max-width: 450px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.popupSliderImage {
}
.slider-image__slider {
}
.slider-image__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.popup__image-slider_thumb {
	padding: 0 10px;
    margin: 0 auto;
}
.product_slider__wrap_thumb {
}
.popupSliderImageThumbs {
}
.slider-image__slider_thumb {
	width: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-image__slide_thumb {
	cursor: pointer;
    border: 2px solid #eee;
	width: 50px;
    height: 70px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.swiper-slide-thumb-active {
	border-color: #C20000;
}
.slider-image__slide_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.popup__video-slider {
}
.slider-video {
	display: none;
}
.slider-video._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	gap: 10px;
}	
.slider-video__wrap {
	max-height: 80vh;
	max-width: none;
}
.popupSliderVideo {
}
.slider-video__slider {
}
.popupSliderVideo video {
	width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.popupSliderVideoThumbs .swiper-slide.video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popupSliderVideoThumbs video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.popup__image-slider.catalog__body .section__sliderNav--arrows button.next {
	right: 0;
	top: 50%;
}
.popup__image-slider.catalog__body .section__sliderNav--arrows button.prev {
	left: 0;
}

@media (max-width: 767px) {
	.slider-image__slide_thumb {
		width: 50px !important;
		height: 60px;
	}
}

/* //======================================================================================================================================================== */

.section-catalog {
}
.catalog .container {
	width: 100%;
}
.swiper-backface-hidden .swiper-slide {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.catalog__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 270px;
	        flex: 0 0 270px;
}
.sidebar-tax {
}
.sidebar__wrap {
}
.sidebar__categories {
}
.categories-sidebar {
}
.categories-sidebar__title {
	margin-bottom: 10px;
}
.categories-sidebar__ul {
	margin-bottom: 10px;
}
.categories-sidebar__ul._parent {    
	max-height: 500px;
    overflow: auto;
}
.categories-sidebar__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	/* gap: 5px; */
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161616;
	padding-left: 10px;
}
.categories-sidebar__ul._parent ~ .categories-sidebar__li {    
	padding-left: 0px;
}

.categories-sidebar__li>a>span {
	color: #8B8B8B;
	margin-left: 5px;
}
.categories-sidebar__li.parent {
	padding: 0;
}
.categories-sidebar__li .categories-sidebar__link.active {
	color: #C30000;
}
.categories-sidebar__link {
	line-height: 16px;
	padding: 4px 0;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.categories-sidebar__link:hover {
	opacity: 0.7;
}
.categories-sidebar__link.search {
	cursor: pointer;
}

.sidebar__filters {
	margin-top: 40px;
}

/* //======================================================================================================================================================== */

.catalog__content {
	-webkit-box-flex:  1;
	    -ms-flex:  1 1 auto;
	        flex:  1 1 auto;
	overflow: hidden;
	padding: 5px 10px;
}
.catalog__wrap .catalog__content._products {
	overflow: hidden;
}
.catalog__content._products {
	overflow: visible;
	/* overflow: hidden; */
	padding: 0;
}

.catalog__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
.catalog__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 10px;
}
.catalog__title {
	margin: 0;
}
@media (max-width: 767px) {
	.catalog__head {
		padding: 0 15px;
	}
	.breadcrumbs__catalog {
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.catalog__title {
		margin: 0 15px;
	}
}
.catalog__link {
	color: #C30000;
	font-weight: 500;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
}
.catalog__link._2 {
	display: none;
}
.catalog__body {
	position: relative;
	padding: 0;
	/* padding: 0 30px; */
	/* overflow: hidden; */
}
.catalog_slider_wrapper {
	overflow: visible;
	position: static;
}
.catalogSlider {
}
.catalog__body .product_item .product_image__wrapper .product_image__slider .slider_item a{
	border-radius: 0;
}
.catalog_slider {
	overflow: visible;
	position: static;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section__sliderNav {
}
.catalog__body .section__sliderNav--arrows button {
	background: #e8e8e8;
	width: 40px;
    height: 40px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.catalog .catalog__body .section__sliderNav--arrows button.next {
	right: 0;
}
.catalog .catalog__body .section__sliderNav--arrows button.prev {
	left: 0;
}
.catalog__body .section__sliderNav--arrows button.next {
	right: -20px;
}
.catalog__body .section__sliderNav--arrows button.prev {
	left: -20px;
}
.catalog__body .section__sliderNav--arrows .swiper-button-disabled {
	display: none;
}
.catalog__body .section__sliderNav--arrows .swiper-button-disabled svg path {
	fill: #000;
}

@media (max-width: 991px){
	.sidebar {
		display: none;
	}
	.catalog__link {
		display: none;
	}
	.catalog__link._2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.catalog__body {
		padding: 0;
	}
	.catalogSlider .section__sliderNav--arrows,
	.catalog__body .section__sliderNav--arrows {
		display: none;
	}
	.catalog_slider {
		padding: 0 10px;
	}
}

.product_item .product_image__wrapper .user_action .add-to-favorites,
.product_item .product_image__wrapper .user_action .remove-to-favorites,
.product_item .product_image__wrapper .user_action .add-to-compare,
.product_item .product_image__wrapper .user_action .remove-to-compare {		
	display: none;
}
.product_item .product_image__wrapper .user_action .add-to-favorites.active,
.product_item .product_image__wrapper .user_action .remove-to-favorites.active,
.product_item .product_image__wrapper .user_action .add-to-compare.active,
.product_item .product_image__wrapper .user_action .remove-to-compare.active{
	display: block;
}

.fav_burger,
.compare_burger,
.basket_burger {
	position: relative;
}
.header_main .container .header_user__action li a .fav_burger__counter,
.header_main .container .header_user__action li a .compare_burger__counter,
.header_main .container .header_user__action li a .basket_burger__counter {
	position: absolute;
	left: 60%;
	top: -20%;
	min-width: 20px;
	height: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	padding: 0 2px;
	background: #fff;
	color: #000;
	border-radius: 12px;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fav_burger.mob .fav_burger__counter,
.compare_burger.mob .compare_burger__counter,
.basket_burger.mob .basket_burger__counter {
	position: absolute;
	right: 0%;
	top: -20%;
	min-width: 15px;
	height: 15px;
	border-radius: 8px;
	padding: 0 2px;
	background: #fff;
	color: #000;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fav_burger.mob .fav_burger__counter.hidden,
.compare_burger.mob .compare_burger__counter.hidden,
.basket_burger.mob .basket_burger__counter.hidden {
	display: none;
}
.header_main .container .header_user__action li a .fav_burger__counter.hidden,
.header_main .container .header_user__action li a .compare_burger__counter.hidden,
.header_main .container .header_user__action li a .basket_burger__counter.hidden {
	display: none;
}

.favorite.add-to-favorites.active,
.favorite.remove-to-favorites.active,
.compare.add-to-compare.active,
.compare.remove-to-compare.active {
	display: block;
}
.favorite.add-to-favorites,
.favorite.remove-to-favorites,
.compare.add-to-compare,
.compare.remove-to-compare {
	display: none;
}

@media (max-width: 991px){
	.fav_burger.mob .fav_burger__counter,
	.compare_burger.mob .compare_burger__counter,
	.basket_burger.mob .basket_burger__counter {
		border-radius: 4px;
	}
}

/* //======================================================================================================================================================== */

.compare {
}
.compare__title {
}
.compare__count {
}
.compare__wrap {
}
.compare__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.compare__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 30px;
	background: #F5F5F5;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.compare__category:hover {
	opacity: 0.7;
}
.compare__category.active {
	background: #C20000;
	color: #fff;
}
.compare__icon {
	display: none;
	width: 11px;
	height: 11px;
	margin-left: 5px;
}
.compare__category.active .compare__icon {
	display: block;
}
.compare__content {
}
.compare__item {
	display: none;
}
.compare__item.active {    
	display: -webkit-box;    
	display: -ms-flexbox;    
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.compare__subtitle {
	margin-bottom: 10px;
}
.common-attributes {
}
.compare__attributes {
}
.compare__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 25px;
	padding: 10px 0;
}
.compare__con {
	width: 100%;
}
.compare__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;	
	    flex-wrap: wrap;
	gap: 10px;
}
.compare__label {
	font-weight: 500;
	opacity: 0.5;
	margin-bottom: 5px;
	padding-left: 10px;
}
.compare__value {
	margin: 0;
}

.product-catalog__bottom {
	text-align: center;
	margin-top: 20px;
}
.product-catalog__button {
	font-weight: 600;
	width: 30%;
}

/* //======================================================================================================================================================== */

.popup__fast .popup__row {
	padding-top: 0;
}
.popup__fast .popup__content {
	max-width: 1080px;
	background: #fff;
	padding: 0 40px 0 12px;
}
.popup__fast .product_modal__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}	
.popup__fast .product_slider__wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 60%;
	        flex: 1 1 60%;
	gap: 10px;
	height: 100%;
}
.popup__fast .popup__btn {
	right: 16px;
	top: 10px;
}
.popup__fast .gallery-top {
	
}
.popup__fast .gallery-thumbs__con {
	margin: 10px 0;
	height: 100%;
}
.popup__fast .product_info__wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 40%;
	        flex: 1 1 40%;
    width: 100%;
	padding: 25px 0 15px 0;
	overflow: hidden;
}
.popup__fast .name {
	font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #161616;
}
.popup__fast .category {
	font-size: 14px;
    line-height: 18px;
    color: #8B8B8B;
    margin: 0 0 10px;
}
.popup__fast .article {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #8B8B8B;
    margin: 0 0 40px;
}
.popup__fast .article span {
    color: #161616;
}
.popup__fast .product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.popup__fast .product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.popup__fast .product_price p {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #161616;
}
.popup__fast .product_price span {
	display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #8B8B8B;
    position: relative;
    margin: 0 0 0 12px;
}
.popup__fast .color-slider__popup .product_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 5px;
    margin-top: 5px;
}
.popup__fast .color-slider__popup .product_price p {
	font-weight: 700;
	font-size: 11px;
    line-height: 100%;
}
.popup__fast .color-slider__popup .product_price span {
    font-size: 11px;
    line-height: 100%;
}

.popup__fast .colors_wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8B8B8B;
    margin: 0 0 18px;
}
.popup__fast .colors_wrapper span{
    color: #161616;
}
.popup__fast .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.popup__fast .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gallery-thumbs-popup {
	z-index: 2;
	overflow: hidden;
}
.gallery-thumbs-popup .swiper-slide {
    height: auto;
	max-height: 120px;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid transparent;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.gallery-thumbs-popup .swiper-slide:hover {
	border-color: #C20000;
}
.gallery-thumbs-popup .swiper-slide img{
	display: block;
    width: 100%;
    max-width: 100%;
    height: 92px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gallery-thumbs-popup .swiper-slide video {
	position: relative;
	display: block;
    width: 100%;
    max-width: 100%;
    height: 92px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gallery-thumbs-popup .swiper-slide.video {
	position: relative;
}
.gallery-thumbs-popup .swiper-slide.video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    z-index: 2;
}
.gallery-thumbs-popup .swiper-slide.video::after {
	content: "";
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
	height: 40px;
    font-size: 0;
    line-height: 1;
    border-radius: 50%;
    background-color: rgba(36, 36, 36, .8);
    display: inline-block;
    vertical-align: middle;
	z-index: 1;
}

.gallery-thumbs-popup .swiper-slide-thumb-active {
	border-color: #C20000;
}

.gallery-top-popup {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 440px;
	        flex: 1 1 440px;
    width: 100%;
    overflow: hidden;
	position: relative;
}

.gallery-top-popup .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery-top-popup .swiper-slide img {
    display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.gallery-top-popup .swiper-slide video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
.product_slider .slick-dots {
	display: none;
}

@media (max-width: 991px){
	.product_wrapper .product_left {
		display: block;
	}
	.gallery-thumbs__con {
		display: none;
	}
	.product_slider .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.product_slider .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.gallery-top-popup .swiper-slide {
        padding-bottom: 25px;
        width: 90%;
    }
	.popup__fast .popup__wrapper {
		padding: 15px;
	}
	.popup__fast .popup__content {
		padding: 0 30px;
	}
	.popup__fast .product_modal__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.popup__fast .btn  {
		width: 100%;
		padding: 10px 15px;
	}
}

.form__product_title {
	font-weight: 500;
	margin-bottom: 10px;
}

/* //======================================================================================================================================================== */

.page-text {
	/* padding-top: 10px; */
	overflow: hidden;
}
.page-text .container {
	/* width: 100%; */
}
.container_catalog {
	padding: 0;
}
.page-text img {
	display: block;
    width: auto;
}
.page-text .complex-category-34 img {
	width: 100%;
}
.page-text .complex-category-34 img._desk {
	display: block;
}
.page-text .complex-category-34 img._mob {
	display: none;
}

.aligncenter {
    margin: 0 auto;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}

/* .page-text__item._text {
	margin-bottom: -15px;
}
.page-text__item h3 {
	margin: 0;
} */
.page-text__subtitle {
	margin-bottom: 20px;
}
.page-text__subtitle h3,
.page-text__subtitle h2 {
	margin-bottom: 20px;
}
h2+h2,
h3+h3,
h4+h4,
h5+h5,
h6+h6 {
	margin-top: 0;
}
.page-text__item h3 {
	margin: 0;
}
.page-text__item .form__title {
	margin-bottom: revert;
}
.page-text__item p {
    margin-top: 0;
    margin-bottom: 10px;
}
.page-text__item a {
	color: #C30000;	
}
.page-text__item a:hover {
	color: inherit;
}
.page-text__item ul{
	margin: 0;
    list-style-type: circle;
}
.page-text__item ol{
	margin: 0;
    list-style: auto;
}
.page-text__item ul li,
.page-text__item ol li {
	margin-left: 20px;
}

.page-text__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	overflow: hidden;
	
}
.page-text__item {
	padding: 0 15px;
}
.catalogSliderNew {
	position: relative;
}

.page-text__title {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #161616;
	margin: 0 0 16px;
	padding: 0 15px;
}
.page-text .product_item .product_image__wrapper .product_image__slider .slider_item a img {
	height: initial;
}
@media (max-width: 767px) {
	.page-text__title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.page-text .complex-category-34 img._desk {
		display: none;
	}
	.page-text .complex-category-34 img._mob {
		display: block;	
	}
}

/* //======================================================================================================================================================== */

.catalog-menu-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
}

.catalog-menu-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.catalog-column {
    width: 23%; /* Чтобы поместить 4 колонки */
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.catalog-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.catalog-subcategories {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.catalog-subcategory-item {
    margin-bottom: 5px;
}

.catalog-subcategory-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.catalog-subcategory-link:hover {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 768px) {
    .catalog-column {
        width: 48%; /* Для планшетов — 2 колонки */
    }
}

@media (max-width: 480px) {
    .catalog-column {
        width: 100%; /* Для мобильных устройств — 1 колонка */
    }
}


.catalog-pagination {
	width: 100%;
	background: #C30000;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	border-radius: 8px;
}
.page-numbers {
	font-size: 14px;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	min-width: 30px;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.page-numbers:hover {
	border-color: #000;
}
.page-numbers.current {
	font-weight: 500;
	border: 2px solid #000;
}
.page-numbers.prev {
	font-weight: 500;
	margin-right: auto;
}
.page-numbers.next {
	font-weight: 500;
	margin-left: auto;
}

/* //======================================================================================================================================================== */

.dop_products {
	overflow: hidden;
	margin-bottom: 20px;
}
.dop_products__title {
	margin-bottom: 0px;
}

.recently_viewed_products {
	overflow: hidden;
	margin-bottom: 20px;
}
@media (max-width: 991px){

	.recently_viewed_products {
		position: relative;
	}
	.recently_viewed_products::before {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		background: rgba(245, 245, 245, 1);
	}
	.recently_viewed_products__title {
	}
}
@media (max-width: 576px) {
	.dop_products .container {
		padding: 0;
	}
	.dop_products__title {
		padding: 0 15px;
		margin: 0;
	}

	.recently_viewed_products .container {
		padding: 0;
	}
	.recently_viewed_products__title {
		padding: 0 15px;
		padding-top: 10px;
		margin: 0;
	}
}

.popup__share-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.popup__share-wrapper button {
	width: 40px;
	height: 40px;
}

.product_descr__h3 {
	margin-bottom: 10px;
}

.cookie-notice {
	position: fixed;
	bottom: 15px;
	left: 15px;
	right: 20px;
	background: #222;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	border-radius: 16px;
	z-index: 1000;
}

.accept-cookies {
	background: #C30000;
	color: #fff;
	border: none;
	padding: 8px 15px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
}

@media (max-width: 991px){
	.cookie-notice {
		display: flex;
		bottom: 70px;
		border-radius: 7px;
	}	  
}