@font-face { src: url("../fonts/OpenSans_Condensed-Regular.ttf"); font-family: "OpenSans-Regular";font-display: swap;}
@font-face { src: url("../fonts/OpenSans_Condensed-Light.ttf"); font-family: "OpenSans-light";font-display: swap;}
@font-face { src: url("../fonts/OpenSans_Condensed-Medium.ttf"); font-family: "OpenSans-medium";font-display: swap;}
@font-face { src: url("../fonts/OpenSans_Condensed-ExtraBold.ttf"); font-family: "OpenSans-ExtraBold";font-display: swap;}
@font-face { src: url("../fonts/OpenSans_Condensed-SemiBold.ttf"); font-family: "OpenSans-SemiBold";font-display: swap;}
@font-face { src: url("../fonts/OpenSans_Condensed-Bold.ttf"); font-family: "OpenSans-Bold";font-display: swap;}
@font-face { src: url("../fonts/a_Empirial_Cps_Ttr.ttf"); font-family: "Empirial";font-display: swap;}
:root {
	--bg: #353837;
	--accent: #da1809;
}

::placeholder { color: #666; }
::selection { background-color: #19bfb5; color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }


.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



body {
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: var(--white);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	background: var(--bg);
}

h1, h2 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 20px;
	font-family: 'OpenSans-Regular', sans-serif;
}

h1 {
	font-size: 1.875em;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 1.875em;
	font-family: 'OpenSans-SemiBold', sans-serif;
}
h3 {
	font-size: 1.5em;
	font-family: 'OpenSans-Bold', sans-serif;
}

a {
	color: #a80c00;
	text-decoration: underline;
}


select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}


select, input, button {
	font-family: 'OpenSans-Regular', sans-serif;
	line-height: 1;
}

select, button {
	cursor: pointer;
}

select {
	outline: none;
}

ul, li, a {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.color__text {
	color: var(--text);
}


.container {
	min-height: 100vh;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
  flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.index {

}
.navigation__trigger {
	display: none;
}

.header {
	display: flex;
	background: url(../images/bg_index_top.webp) no-repeat top center;
	position: relative;
	padding-bottom: 175px;
	padding-top: 50px;
	flex-direction: column;

}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 334px;
	z-index: 99999;
}
.menu__icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	width: 300px;
}
.logo_a {
	position: absolute;
	top: -24px;
	z-index: 2;
}
.section__item_content img.logo__img {
	max-width: 100%;
	float: none;
	margin: 0;
}

.top__line {
	display: flex;

	justify-content: space-between;
	background: #ffffff;
	width: 100%;
	position: relative;

}
.top__line:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #000;
}
.menu {
	flex: 1;
}

.menu__ul {
	display: flex;
	list-style-type: none;
}

.menu__top_li {
	position: relative;
	padding: 0px 0px;
	font-family: 'OpenSans-Bold', sans-serif;
	display: flex;
  align-items: center;
	justify-content: center;
}

.menu___li_group {
	width: 100%;
	height: 100%;
	display: flex;

}

.subMenu__ul.active{
	display: flex;
}


.menu__img {
	height: 46px;
}
.menu__top_a {
	color: var(--blue);
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 5px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	justify-content: center;
	height: 100%;
}
.menu__top_li.active {
	cursor: default;
}

.menu__top_li:hover .menu__top_a span {
	color: #da1809;
}

.menu__top_li.active .menu__top_a span{
	color: #da1809;
	font-size: 1.125em;

}
.icon__cart {
	position: relative;
}
.cart__img {
	max-width: 100%;
}
.cart__span {
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 50%;
	background: #da1809;
	color: #ffffff;
	display: flex;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu__icon {
	padding: 30px;
	cursor: pointer;
}
.menu__icon:hover {
	background: rgba(0,0,0,.05);
}
.menu__icon:hover:after {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #da1809;
	z-index: 1;
}

.icon__search {
	background: #da1809;
	padding: 30px;
	cursor: pointer;
}
.icon__search:hover {
	opacity: 0.9;
}
.search__img {
	height: 32px;
}

.icon__search-center {
	cursor: pointer;
	display: flex;
	width: 300px;
	z-index: 2;
	padding: 0;
	margin: 2px 2px 6px;
	height: 50px;
}

.input__search {
	border: none;
	background: #f3f3f3;
	width: 100%;
	color: #333;
	font-size: 1.125em;
	padding: 20px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.btn__search {
	background: #da1809;
	padding: 9px;
	cursor: pointer;
	border: none;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.btn__search:hover {
	opacity: 0.9;
}
.main {
	display: flex;
	position: relative;
	top: -50px;
}


.main__slider {
	width: 50%;
	display: flex;
	position: relative;
}

.main__goods {
	width: 50%;
	display: block;
	margin-bottom: 50px;
	margin-top: 50px;
}


.main__goods_item {
	overflow: hidden;
	width: calc(50% - 2px);
    height: auto;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #000000;
	position: relative;
	float: left;
}

.main__goods_item img {
    width: 100%;
    height: auto;
}

.slider__img {
	max-width: 100%;
    height: auto;
}


.main__cart_btn {
	position: absolute;
	background: transparent;
	border: none;
	position: absolute;
	content: '';
	left: 3.8%;
	top: 303px;
	top: 31%;
	width: 33%;
	height: 17%;
	background: url(../images/bg__cart.png) no-repeat left;
	background-size: contain;
	transition: all .3s ease;
	z-index: 2;
}

.main__cart_btn:hover {
	left: 4.8%;
	top: 30%;
	opacity: .9;
}

.main__text {
	position: absolute;
}


.main__cart_img {
	max-width: 100%;
	position: absolute;
	left: 20px;
}

.main__text {
	position: absolute;
	top: 5.4%;
	left: 3.5%;
	z-index: 2;
}

.main__text_top {
	font-size: 3em;
	font-size: 2.35vw;
	color: #ed928a;
	font-family: 'OpenSans-Medium', sans-serif;
	text-transform: uppercase;
}
.main__text_top span{
	color: #fff;
	font-family: 'OpenSans-Bold', sans-serif;
}

.main__text_bottom {
	font-size: 3.75em;
	font-size: 2.94vw;
	color: #000;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
}
.main__slider_price {
	position: absolute;
	top: 23%;
	left: 3.5%;
	font-size: 4.5em;
	font-size: 3.3vw;
	font-family: 'OpenSans-Bold', sans-serif;
	color: #fff;
	z-index: 2;
}

.main__slider_price span {
	font-size: 0.6em;
	font-size: 2vw;
	opacity: .7;
	text-transform: uppercase;
}

.slider__link {
	position: absolute;
	bottom: -35px;
	bottom: -5%;
	left: 3.5%;
	width: 47%;
	height: 7%;
	display: flex;
	background: url(../images/slider_link.webp) no-repeat;
	background-size: contain;
	/* padding: 25px 10px; */
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
}

.slider__link:hover {
	left: 4.5%;
	opacity: .95;
}



.goods__item_img {
	max-width: 64%;
	height: auto;
	transition: all .3s ease;
}
.category .goods__item_img {
	max-width: 100%;
	transition: all .3s ease;
}
.product .goods__item_img {
	max-width: 70%;
}
.slider__link_name {
	font-size: 1.5em;
	font-size: 1.05vw;
	text-transform: uppercase;
	/* background-color: #c4b7a6; */
	position: relative;
	width: 60%;
}

.goods__item_content {
	padding: 30px 0;
	padding: 1.5vw 0;
	position: relative;
}
.good_item_vendor {
	color: #6d0800;
	font-size: 0.875em;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;

}
.index  .good_item_vendor  {
	position: absolute;
	top: 70%;
	left: 2%;
}
.index .goods__item_name {
	position: absolute;
	top: 75%;
	left: 2%;
}
.goods__item_name {
	text-transform: uppercase;
	color: #fff;
	font-family: 'OpenSans-Bold', sans-serif;
	width: 55%;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 1em;
}

.index .goods__item_price {
	padding: unset;
	position: absolute;
	bottom: 11%;
	right: 6%;
}
.goods__item_price {
	color: #c4b7a6;
	font-size: 1.4em;
}


.index .goods__item_price span {
	font-size: 1rem;
	color: #fff;
}

.index .goods__item_price-discount {
	font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1200 - 375)));
	padding: unset;
	position: absolute;
	bottom: 19%;
	right: 10%;
}
.goods__item_price-discount {
	color: #932c24;
	text-decoration: line-through;
}

.item__cart_btn {
	background: url(../images/bg__cart_small.png) no-repeat left;
	background-size: contain;
	transition: all .3s ease;
	border: none;
	height: 100%;
	width: 100%;
}
.goods__item_cart:hover {
	right: 0;
}
.item__img_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
}

.item__img_wrap:hover img{
	transform: scale(1.05);
}
.goods__item_colors {
	display: flex;
	gap: 5px;
	position: absolute;
	left: 60%;
	bottom: 5%;
	z-index: 3;
}
.goods__item_color{
	padding: 2px;
	border: 1px solid #3a3834;
	cursor: pointer;
	
}
.goods__item_color:hover {
	border: 1px solid #c4b7a6;
}
.goods__item_color.active {
	border: 1px solid #c4b7a6;
}

.goods__item_color span {
	width: 8px;
	height: 8px;
	display: flex;
}
.goods__item_color .red {
	background: red;

}
.goods__item_color .blue {
	background: blue;

}
.goods__item_color .yellow {
	background: yellow;
}
.goods__item_color .green {
	background: green;
}
.goods__item_color .yellow {
	background: yellow;
}

.goods__item_color .burgundy {
	background: #5b0844;
}


.goods__item_color .orange {
	background: orange;
}




footer {
	border-top: 1px solid #5d605f;
	border-bottom: 1px solid #5d605f;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 0;
	gap: 15px;
	margin: 0;
}
.footer__contacts {
	display: flex;
	gap: 20px;
}
.footer__contacts_item {
	display: flex;
	font-size: 1em;
	color: #ffffff;
	font-family: 'OpenSans-Bold', sans-serif;
	align-items: center;
	gap: 10px;
}
.contacts__item_data {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
.contacts__item_title {
	color: #acacac;
}
.bottom__icons_wrap {
	display: flex;
	gap: 20px;
	align-items: center;
}
.bottom__icon img {
	width: 18px;
}
.copyright {
	display: flex;
	align-items: center;
	font-size: 1em;
	color: #acacac;
	text-align: center;
}
.bottom__icon:hover img{
	opacity: 0.85;
}

.main__slider .swiper-slide:before {
	position: absolute;
	content: '';
	top: -3.7%;
	left: 0;
	width: 100%;
	height: 70%;
	background: url(../images/slider__bg_red.webp) no-repeat left;
	background-size: contain;
	z-index: 2;
}
.swiper {
	padding-bottom: 49px;
	padding-top: 50px;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid #c4b7a6;
	background: #000;
	position: relative;
	cursor: pointer;
}
.swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	background: #da1809;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	left: 3px;
	top: 3px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -20px;
}
.breadcrumbs__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px 20px 30px;
	background: #da1809;
}

.breadcrumbs {
	list-style-type: none;
	color: #ffffff;
	text-transform: uppercase;
	display: flex;
	position: relative;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 16px;
}
.breadcrumbs li a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.breadcrumbs__svg {
	height: 14px;
	fill: #ffffff;
	transition: all .3s ease;
}
.breadcrumbs li a:after {
	content: '/';
	position: absolute;
	right: -8px;
	color: #ffffff;
}
.breadcrumbs li a:hover {
	opacity: .8;
}


.product .showcase__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 5px;
	gap: 1px;
}

.product .showcase .showcase-gallery-wrapper {
	position: relative;
	width: 50%;
}
.product .showcase__body > div {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.product .showcase__gallery {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-height: 100%;
	margin-bottom: 0;
	position: relative;
	gap: 5px;
}
.product .thumbs {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product .thumbs .item.swiper-slide-visible.swiper-slide-thumb-active  {
	border: 1px solid #da1809;
}

.product .thumbs .item {
	position: relative;
	width: 6.85vw;
	height: 6.85vw!important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: hsla(0, 0%, 100%, .9);
}
.product .thumbs .item img {
	max-height: 100%;
	max-width: 100%;
}
.product .showcase__gallery .items {
	width: 85%;
}
.product .showcase__gallery .items .swiper-container .swiper-wrapper {
	align-items: flex-start;
	max-height: 100%;
}
.product .showcase__gallery .items .img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;

}
.product .showcase__gallery .items .img-container img {
	cursor: pointer;
	width: 100%;
	max-width: 100%;
}
.product .carousel .swiper-block-container {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .showcase {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	padding: 0;
	border-bottom: 10px solid #da1809;
}



.product .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	max-height: 100%;
	height: 100%;
}

.product .vertical-mode {
	width: 15%;
}

.product .thumbs .item.swiper-slide-visible {
	border: 1px solid #eee;
}

.product .swiper-button-next,.product  .swiper-button-prev {
	position: relative;
	bottom: unset;
	width: unset;
	height: unset;
	margin-top: unset;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	left: unset;
	right: unset;
	padding: 10px;
}

.product .swiper__button_wrap {
	display: flex;
	justify-content: center;
}

.product .swiper-button-next:after,.product  .swiper-rtl .swiper-button-prev:after {
	content: '';
}
.product .swiper-button-prev:after,.product  .swiper-rtl .swiper-button-next:after {
	content: '';
}

.product .swiper-button-prev img {
	max-width: 100%;
	transform: rotate(180deg);
}

.product .swiper-button-next img {
	max-width: 100%;
}
.product li.swiper-item {
	list-style: none;
}

.product #good-swiper-vertical .carousel__items.swiper-wrapper {
	padding: 3px 0;
}
.showcase__description_wrap {
	padding: 10px;

}

.product .showcase .main__goods_item {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: none;
	height: 100%;
	background: none;
}

.product  .showcase .good_item_vendor {
	font-size: 1.6vw;
	padding: unset;
	position: absolute;
	bottom: 25%;
	left: 2%;
	z-index: 3;
}

.product  .showcase .goods__item_price {
	font-size: 3vw;
	padding: unset;
	position: absolute;
	bottom: 10%;
	left: 70%;
	z-index: 3;
}
.product.goods__item_price span {
	font-size: 2vw;
}

.product  .showcase .goods__item_price-discount {
	font-size: 2.5vw;
	padding: unset;
	position: absolute;
	bottom: 17%;
	left: 70%;
	color: #932c24;
	text-decoration: line-through;
}
.product.goods__item_price-discount span {
	font-size: 1.4vw;
}

.product  .goods__item_content {
	padding: 1.85vw 0 0;
	padding: unset;
	background: unset;
	margin: unset;
}
.product  .showcase .goods__item_name {
	font-size: 2vw;
	padding: unset;
	position: absolute;
	bottom: 16%;
	left: 2%;
	z-index: 3;
	top: 75%;
}



.product .goods__item_color span {
	width: 16px;
	height: 16px;
	display: flex;
}
.product .item__cart_btn {
	border: none;
	height: 100%;
	width: 100%;
}
.product .nameprice__wrap:hover {
	opacity: 1;
}

.product .item__img_wrap:hover img {
	transform: none;
}

.product .goods__item_price span {
	font-size: 26px;
}

.showcase__description_title {
	font-size: 30px;
	font-size: 2vw;
	margin: 20px 0;
	font-family: 'OpenSans-Bold', sans-serif;
}

a.contacts__item_info {
	color: #ffffff;
	text-decoration: none;
}
a.contacts__item_info:hover {
	opacity: .85;
}

.product__tabs_wrap {
	padding: 20px;
	background: #f3efe9;
}

.tablinks {
	font-size: 2vw;
	color: #3d3c3b;
	padding: 25px;
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	text-transform: uppercase;
	text-decoration: none;
    display: inline-block;
}
.tablinks.active {
	color: #000000;
	position: relative;
}
.tablinks.active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #000;
	bottom: -5px;
	left: 0;
}
.product__tabs {
	border-bottom: 1px solid #ded9d3;
	margin-bottom: 10px;
	position: sticky;
    top: 0;
    background: #f3efe9;
		z-index: 9;
}

.product__tabs_text {
	font-size: 20px;
	text-align: justify;
}
.product__data_wrap {
	background: #f3efe9;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.product__data_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30%;
}

.data__title {
	font-size: 1.6vw;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.data__text {
	color: #8a847d;
	font-size: 1.6vw;
	text-align: center;
}

.product .item__img_wrap {
	margin-bottom: 0px;
}

.product .goods__item_cart {
	width: 15%;
	height: 9%;
	display: unset;
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 3;
	transition: all .3s ease;
}

.product .goods__item_cart:hover {
	right: 0px;
}

.product__seen_title {
	background: url(../images/bg__title.png) no-repeat center;
	padding: 55px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	text-transform: uppercase;
}

.swiper2 .main__goods_item {
	width: 100%;
	background: #fff;
}
.swiper2 {
	position: relative;
}
.product__seen_wrap {
	max-width: 100%;
	overflow-x: hidden;
}



.product .swiper2 .goods__item_name {
	color: #fff;
	width: 100%;
	display: flex;
	padding: 5px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: unset;
	left: unset;
	height: 42px;
	overflow: hidden;
	cursor: default;
	background: #da1809;
	box-sizing: border-box;
}

.swiper2 li {
	list-style-type: none;
}

.swiper2 .good_item_vendor {
	color: #6d0800;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	padding: unset;
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	top: unset;
	left: unset;
}

.link__more {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 12px;
	text-decoration: none;
	color: #fff;
	background: #da1809;
	text-transform: uppercase;
}
.link__more:hover {
	opacity: .85;
}
.showcase__description_title {
	font-size: 30px;
}
.showcase__description_wrap {
	font-size: 20px;
}
.tablinks {
	font-size: 24px;
	padding: 15px 25px;
}
.data__title {
	font-size: 20px;
}
.data__text {
	font-size: 16px;
}

.category__items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.category__item {
	overflow: hidden;
	width: calc(25% - 2.3px);
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #000000;
	position: relative;
}

.category__title {
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;

}

.category__title h2{
	font-size: 24px;
	font-family: 'OpenSans-Bold', sans-serif;
	z-index: 2;
	position: absolute;
	min-width: 260px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	top: -35px;
}
.category__title h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-20deg);
	background: #ffffff;
	z-index: -1;
}

.category__title h1{
	font-size: 24px;
	font-family: 'OpenSans-Bold', sans-serif;
	z-index: 2;
	position: absolute;
	min-width: 260px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	top: -35px;
}
.category__title h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-20deg);
	background: #ffffff;
	z-index: -1;
}

.paging {
	display: flex;
    justify-content: center;
}

.paging__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.5em;

}

.paging__left, .paging__right {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #fff;
	padding: 10px;
	position: relative;
}

.paging__right {
	transform: skew(-14deg);

}
.paging__right img{
	transform: skew(14deg);
	position: relative;

}

.paging__right:hover img {
	right: -1px;
}

.paging__left {
	transform: skew(-14deg);

}
.paging__left img{
	transform: skew(14deg);
	position: relative;
}

.paging__left:hover img {
	left: -1px;
}

.paging__a {
	width: 40px;
	height: 40px;
	background: #c4b7a6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 10px;
	text-decoration: none;
	transform: skew(-14deg);
	font-size: 18px;
}

.paging__a span {
	transform: skew(14deg);
}

.paging__a:nth-last-of-type(0) {
	margin-right: -10px;
}
.paging__a:hover {
	background: #b5a187;
}
.paging__a.active {
	background: #b5a187;
	transform: skew(-14deg);
}

.section__items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 5px;
}


.section__title {
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}



.section__title h1{
	font-size: 24px;
	font-family: 'OpenSans-Bold', sans-serif;
	z-index: 2;
	position: absolute;
	min-width: 260px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	top: -35px;
}
.section__title h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-20deg);
	background: #ffffff;
	z-index: -1;
}

.section__item {
	width: calc(25% - 2px);
	width: 100%;
	display: flex;
	background-color: #ffffff;
	position: relative;
	flex-wrap: wrap;
	padding: 5px 0;
}
.section__item_img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	overflow: hidden;

    max-width: 20%;
}
.section .section__item_img {
	/* max-height: 215px; */
}


.section__item_img:hover img{
	transform: scale(1.05);
}

.section__item_img img {
	max-width: 100%;
	max-height: 100%;
	transition: transform .3s ease ;
}
.section .section__item_right {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.tags .section__item_right {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.tags .section__item {
	padding: 0;
}

.index .section__item_right {
	padding: 10px;
}
.section__item_header {
	display: flex;
	width: 100%;
}
.section__item_date {
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	background: #222222;
	align-items: center;
	display: flex;
}
.section_item_tags {
	display: flex;
	padding: 10px 20px;
	gap: 8px;
	background: #f3efe9;
	color: #3e3d3b;
	flex: 1;
	font-size: 16px;
}


.tags__a {
	color: #3e3d3b;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 16px;
}

.tags__a:hover {
	color: #da1809;
	text-decoration: none;
}

.section__item_content {
	padding: 20px;
}
.section__item_text {
	margin: 10px 0;
	text-align: justify;
	font-size: 16px;
}
.link__article {
	font-size: 16px;
}

.section__item_link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.section__item_link:hover {
	opacity: .85;
}
.section__content {
	margin-bottom: 40px;
	flex: 1;
}

.content .section__item_img {
	max-width: 30%;
	display: flex;
	align-items: center;
	float: left;
	margin-right: 20px;
} 

.content .section__item_text ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

.category__content {
	margin-bottom: 40px;
}

.contacts__item_icon {
	max-width: 40px;
}
.contacts__item_icon img {
	max-width: 100%;
}
.category__description {
	padding: 20px;
	background: #f3efe9;
	margin: 0 0 40px;
	font-size: 16px;
}
.category__description_text {
	margin: 10px 0;
	text-align: justify;
	line-height: 1.2;
}
.category__description h1 {
	text-align: center;
	font-size: 30px;
}

.category__description_text h2 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

.swiper4 .main__goods_item {
	width: 100%;
	background: #fff;
}
.swiper4 {
	position: relative;
}




.product .swiper4 .goods__item_name {
	color: #fff;
	width: 100%;
	display: flex;
	padding: 5px 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: unset;
	left: unset;
	height: 42px;
	overflow: hidden;
	cursor: default;
	background: #da1809;
}

.swiper4 li {
	list-style-type: none;
}

.swiper4 .good_item_vendor {
	color: #6d0800;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	padding: unset;
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	top: unset;
	left: unset;
}

.tabs__text_wrap {
	overflow: hidden;
}
*{
	scroll-behavior: smooth;
}

.zoom-container {
	background: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 111%;
	max-height: 400px;
	height: 120%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 8px 9px 2px rgb(0 0 0 / 14%), 0 5px 5px 4px rgb(0 0 0 / 12%);
	z-index: -10;
}
.description__group {
	text-align: justify;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.description__item {
	display: flex;
	gap: 40px;
}

.float__left {
	order: 1;
}
.float__right {
	order: 0;
}
.description__item_text {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
.description__title {
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;

}

.description__item_img {
	max-width: 100%;
	width: 48.3%;
}
.description__item_img img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
}
tr {
	border-bottom: 1px dotted #c5c5c5;
	line-height: 24px;
}

.product__tabs_text h2 {
	font-size: 24px;
	text-transform: uppercase;
}



.swiper-button-next2, .swiper-button-prev2 {
	border-radius: 0;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	height: 100%;
	width: 40px;
	opacity: .2;
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	transition: .3s;
	cursor: pointer;
}
.swiper-button-next2:hover, .swiper-button-prev2:hover {
	opacity: .6;
}

.swiper-button-prev2 {
	left: 0px;
	background: url(../images/arrow__left.png) center no-repeat #fff;
}
.swiper-button-next2 {
	right: 0px;
	background: url(../images/arrow__right.png) center no-repeat #fff;
}

.swiper2 .item__img_wrap {
	cursor: default;
}




.swiper-button-next4, .swiper-button-prev4 {
	border-radius: 0;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	height: 100%;
	width: 40px;
	opacity: .2;
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	transition: .3s;
	cursor: pointer;
}
.swiper-button-next4:hover, .swiper-button-prev4:hover {
	opacity: .6;
}

.swiper-button-prev4 {
	left: 0px;
	background: url(../images/arrow__left.png) center no-repeat #fff;
}
.swiper-button-next4 {
	right: 0px;
	background: url(../images/arrow__right.png) center no-repeat #fff;
}

.swiper4 .item__img_wrap {
	cursor: default;
}

.swiper3 {
	text-align: center;
	position: relative;
}
.swiper-button-next3, .swiper-button-prev3 {
	border-radius: 0;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	height: 100%;
	width: 40px;
	opacity: .2;
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	transition: .3s;
	cursor: pointer;
}
.swiper-button-next3:hover, .swiper-button-prev3:hover {
	opacity: .6;
}

.swiper-button-prev3 {
	left: 0px;
	background: url(../images/arrow__left.png) center no-repeat #fff;
}
.swiper-button-next3 {
	right: 0px;
	background: url(../images/arrow__right.png) center no-repeat #fff;
}


.swiper3 .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.swiper-item img {
	max-width: 100%;
	cursor: pointer;
}

.swiper3 .swiper-wrapper {
	margin-bottom: 10px;
}

.category__description_text li {
	font-size: 20px;

}
.category__description_text ul {
	padding: 0 0 0 20px;
}
.category__description_text ol {
	padding: 0 0 0 20px;
}

.item__title {
	position: relative;
	z-index: 2;
	margin: 20px 0 10px;
	color: #000;
	font-size: 24px;
}
.reviewAddButton {
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #3d3c3b;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-left: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #3d3c3b;
	text-transform: uppercase;
	cursor: pointer;
}
.review__list {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.review {
	padding: 5px 0;
	border-bottom: 1px dashed #3d3c3b;
	margin-bottom: 10px;
}
.review__stars {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	background-repeat: repeat-x;
	background-position: 0 45%;
	background-size: 25px 25px;
	width: 125px;
	background-image: url(/images/star-inactive.png);
}
.review__stars_fill {
	height: 20px;
	background-repeat: repeat-x;
	background-position: 0 45%;
	background-size: 25px 25px;
	background-image: url(/images/star-active.png);
	display: block;
}
.review__header {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;

}
.mb5 {
	margin-bottom: 5px;
}
.dignity {
	font-weight: bold;
	color: green;

}
.limitations {
	font-weight: bold;
	color: red;

}
.review__data {
	font-size: 14px;
	font-weight: 300;
	color: #888888;
}
.review__data .name {
	font-weight: 400;
	color: #333;
}

.offers__content {
	display: flex;
	flex-direction: column;
	position: relative;
	display: none;
}
.offersClose {
	background: url(/images/exit2.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.offers__form_title {
	margin: 20px 0;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
}
.offers__form_row {
	margin-bottom: 20px;
}
.offers__form_line {
	margin-bottom: 8px;
}
.offers__form_field {
	position: relative;
}
.offers__input:not(textarea) {
	line-height: 1;
}
input[type=text].offers__input, textarea[type=text].offers__input {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	resize: none;
	outline: 0;
	position: relative;
	transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
	appearance: none;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	height: 40px;
	padding: 11px 12px;
	font-size: 15px;
	border-radius: 3px;
	width: 100%;
}
input[type=text].offers__input_short {
	width: 280px;
}

.offers__form_checkbox {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	direction: rtl;
	padding-left: 0;
}
.checkbox__real {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
input[type=checkbox]+label.popup__delivery_label, input[type=radio]+label.popup__delivery_label, input[type=checkbox]+label.popup__payment_label, input[type=radio]+label.popup__payment_label{
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 20px;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=checkbox], input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
input[type=checkbox]+label, input[type=radio]+label {
	cursor: pointer;
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 0 2px 26px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
input[type=radio]+label.checkbox__faux {
	background: #fff;
	border-radius: 3px;
	position: relative;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	background: 0 0;
	vertical-align: top;
	cursor: pointer;
	padding-right: 0;
	width: 36px;
	height: 36px;
	top: auto;
	left: auto;
	display: inline-block;
}
input[type=radio]+label.checkbox__faux:before {
	transition: opacity .2s ease;
	background: 0 0/36px 36px no-repeat;
	display: block;
	position: absolute;
	content: '';
	background-image: url(/images/star-active-additional.svg);
	opacity: 0;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
}
.checkbox__real:checked~.checkbox__faux:before {
	opacity: 1;
}
input[type=radio]+label.checkbox__faux:after {
	content: '';
	width: 36px;
	height: 36px;
	background: 0 0/36px 36px no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	background-image: url(/images/star-inactive-additional.svg);
}
textarea[type=text].offers__textartea {
	min-height: 120px;
	white-space: pre-wrap;
	resize: vertical;
}
.person {
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
	max-height: 18px;
	max-width: 20px!important;
}
.review_count {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	color: #717171;
	cursor: pointer;
	font-size: 14px;
	margin-right: 6px;
	text-transform: uppercase;
}
.reviewAddBtn {
	cursor: pointer;
}
.labelDotted {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-bottom: 1px dashed #b9b9b9;
	font-size: 14px;

}
.reviewAddBtn:hover {
	color: #000;
}
.review_count:hover {
	color: #000;
}
.views__top {
	line-height: 1;
}
.offers__form_row {
	font-size: 18px;
	line-height: 1.2;
}
.offers__form_row ul {
	padding: 0px 0 0 25px;

	font-size: 18px;
}
.offers__form_row li {
	list-style-type: disc;
	font-size: 18px;
}
button[disabled], input[disabled] {
	cursor: default;
}
.btn {
	border: 1px solid #f6711b;
	border-radius: 3px;
	box-shadow: 5px 5px 5px rgb(13 46 91 / 15%);
	color: #fff1df;
	display: inline-block;
	height: 50px;
	padding: 0 25px;
	text-align: center;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
	text-transform: uppercase;
	transition: background .3s;
	background: #f69317;
	background: linear-gradient(to bottom, rgba(246, 147, 23, 1) 0, rgba(246, 113, 27, 1) 100%);
	font-size: 18px;
}

.offers__form_header {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.bottom__menu_ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bottom__menu {
	margin: 20px 0;
}

.bottom__menu_a {
	text-decoration: none;
	font-size: 16px;
	color: #acacac;
	text-transform: uppercase;
}

.bottom__menu_a:hover {
	color: #da1809;
}
.goods__item_description {
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.good__item_wrap {
	position: relative;
	margin-bottom: 9px;
}


.good__item_wrap img {
	max-width: 100%;
	width: 100%;
}

.good__item_wrap .good_item_vendor {
	color: #6d0800;
	font-size: 14px;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 6%;
	left: 3%;
}
.good__item_wrap .goods__item_name {
	text-transform: uppercase;
	color: #fff;
	font-family: 'OpenSans-Bold', sans-serif;
	width: 55%;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 14px;
	position: absolute;
	top: 22%;
	left: 3%;
	display: flex;
}
.good__item_wrap .goods__item_price {
	font-size: 22px;
	position: absolute;
	right: 3%;
	top: 46%;
}

.good__item_wrap .goods__item_price-discount {
	color: #932c24;
	text-decoration: line-through;
	position: absolute;
	right: 3%;
	top: 30%;
}
.good__item_wrap .item__cart_btn {
	background: transparent;
	transition: all .3s ease;
	border: none;
	height: 100%;
	width: 50px;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: -8px;
	right: 10px;
}

.good__item_wrap .goods__item_cart {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}
.good__item_wrap .item__cart_btn:hover {
	right: 5px;
}
.fdc {
	flex-direction: column;
}

.contacts__wrapper {
	background: #fff;
	padding: 20px;
}

.contacts__lines {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.contacts__line {
	display: flex;
	gap: 10px;
	align-items: center;
}
.contacts__line_title {
	font-size: 18px;
	color: #5d605f;;
	font-weight: bold;
	text-transform: uppercase;
/*	width: 80px; */
}
.contacts__line_text {
	font-size: 18px;
	text-decoration: none;
}
.map__wrap {
	padding: 20px 0;
}
.contacts__description {
	display: flex;
	flex-direction: column;
}

.adress__wrap {
	padding: 30px 0;
	width: 100%;
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.popup__adress .form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.btn__wrap {
	display: flex;
	justify-content: flex-end;
}
.btn__send {
	padding: 20px 46px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	color: #ffffff;
	text-decoration: none;
	opacity: .75;
	cursor: default;
}
button {
	border: none;
	background: transparent;
}


.adress__wrap .form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.adress__wrap .form__line {
	display: flex;
	width: 100%;
	gap: 10px;
}
.adress__wrap .input__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}
.adress__wrap .input {
	border: 1px solid #5d605f;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	padding: 24px 20px 5px 20px;
}
.adress__wrap label {
	font-size: 14px;
	line-height: 16px;
	opacity: .7;
	position: absolute;
	left: 20px;
	display: inline-block;
	transition: all .3s ease;
}
.adress__wrap input+label {
	top: 20px;
}
.adress__wrap textarea+label {
	top: 20px;
}
.adress__wrap textarea {
	border: 1px solid #5d605f;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	max-width: 100%;
	padding: 24px 20px 5px 20px;
}

.popup__adress textarea+label {
	top: 20px;
}
.adress__wrap textarea:focus+label{
	top: 10px;
	left: 20px;
}
.adress__wrap input:focus+label {
	top: 10px;
	left: 20px;
}

.adress__wrap input:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.adress__wrap textarea:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.contacts .adress__wrap input::placeholder,  .contacts textarea::placeholder{
	color: transparent;
}
.btn__send.active {
	opacity: 1;
	cursor: pointer;
	position: relative;
}
.btn__send.active:hover {
	opacity: 0.75;
}
.btn__send.active:active {
	top: 1px;
}

.gif-load {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	z-index: 99999999999;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gif-load img {
	width: 50px;
}

.show__answer {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}

.tag__cloud {
	font-size: 14px;
	padding: 60px 20px;
	text-align: center;
	line-height: 1.5em;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 999;
	position: relative;
	background: #fff;
}

.tagcloud .smallest {
	font-size: 1em;
}
.tagcloud .small {
	font-size: 1.1em;
}
.tagcloud .medium {
	font-size: 1.2em;
}
.tagcloud .largest {
	font-size: 1.5em;
}

.tag__cloud a {
	color: #000000;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.tag__cloud a:hover {
	opacity: .75;
}

.not__found {
	font-size: 18px;
	width: 100%;
	text-align: center;
	color: #000000;
	padding: 20px;
	background: #ffffff;
  padding: 60px 20px;
}

.good__data {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 0;
}
.good__line {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.good__prefix {
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	display: flex;
	align-items: flex-end;
	position: relative;
	top: -1px;
}
.good___type {
	text-transform: uppercase;
}
.good__model {
	text-transform: uppercase;
	font-size: 20px;
	color: var(--accent);
}

.good__lines-wrap {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.good__line-code {

}

.good__line-brand {

	border: 1px solid #da1809;
	padding: 0 3px;
	max-width: 80px;
}

.good__line-code .good__prefix {
	font-size: 14px;
	align-items: center;
	position: relative;
	top: 0;
}

.good___code {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}



.good__colors {
	display: flex;
	gap: 5px
}

.good__color-title.active {
/* box-shadow: -1px 1px #000; */
padding: 1px; 
    border: 2px solid #3a3834;
}
.good__color.active span {
	/* width: 17px;
	height: 17px;
	display: flex; */
}

.good__color {
	padding: 2px;
	border: 1px solid #3a3834;
	cursor: pointer;
	width: fit-content;
}

.good__color span {
	width: 24px;
	height: 24px;
	display: flex;
}

.good__color .red {
	background: red;
}
.good__color .green {
	background: green;
}
.good__color .yellow {
	background: yellow;
}
.good__color .blue {
	background: blue;
}
.good__color .orange {
	background: orange;
}
.good__color .black {
	background: black;
}

.good__color .burgundy {
	background: #5b0844;
}

.good__color .purple {
	background: purple;
}

.good__color .pink {
	background-color: hotpink;
}

.good__color .brown {
	background-color: saddlebrown;
}

.good__color .light-blue {
	background-color: #29B6DA;
}
.good__color .light-grey {
	background-color: lightgrey;
}

.good__color .anthracite {
	background-color: #45464b;
}

.good__color .white {
	background-color: #ffffff;
}

.good__color .turquoise {
	background: #40e0d0;
}

.good__color .silver {
	background: #d4d4d4;
}

.good__color .gold {
	background: #c5b247;
}

.good__color .grey {
	background: grey;
}

.good__color .dark-green {
	background: darkgreen;
}
.good__color .dark-grey {
	background: #636363;
}

.good__color .dark-blue {
	background: darkblue;
}
.good__color .glossy-gray {
	background: #808080;
}
.good__color .matte-blue {
	background: #2C3E50;
}
.good__color .matte-red {
	background: #992D22;
}
.good__color .lime-green {
	background: #7dcc27;
}
.good__color .lime-green {
	background: #7dcc27;
}
.good__color .hooks{
	background: #78866b;
}
.good__color .graphite{
	background: #474a51;
}
.good__color .bronze{
	background: #CD7F32;
}
.good__color .dark-red{
	background: darkred;
}
.good__color .dark-orange{
	background: darkorange;
}
.good__color .beige{
	background: beige;
}
.good__color .silver-yellow {
	background: linear-gradient(135deg, silver, yellow);
}
.good__color .black-turquoise {
	background: linear-gradient(135deg, black, turquoise);
}

.good__color .yellow-silver {
	background: linear-gradient(135deg,yellow, silver );
}
.good__color .beige-metallic {
	background: linear-gradient(135deg, #d2b48c, #c2b280, #a67c52);
	}
.good__color .grey-metallic {
background: linear-gradient(135deg, #d3d3d3, #a9a9a9, #808080, #696969);
}
.good__color .black-glossy {
    background: linear-gradient(135deg, #000000, #222222, #555555, #000000);
}
.good__color .white-glossy {
    background: linear-gradient(135deg, #ffffff, #f5f5f5, #e0e0e0, #ffffff);
}
.good__color .green-glossy {
    background: linear-gradient(135deg, #00ff00, #32cd32, #228b22, #00ff00);
}
.good__color .red-glossy {
    background: linear-gradient(135deg, #ff4d4d, #ff1a1a, #b30000, #ff4d4d);
}
.good__color .orange-white {
	background: linear-gradient(135deg, orange, white);
}
.good__color .orange-grey {
	background: linear-gradient(135deg, orange, grey);
}
.good__color .pink-blue {
	background: linear-gradient(135deg, pink, blue);
}

.good__color .white-grey {
	background: linear-gradient(135deg, white, grey);
}
.good__color .green-brown {
	background: linear-gradient(135deg, green, brown);
}
.good__color .black-gold {
	background: linear-gradient(135deg, black, gold);
}
.good__color .black-silver {
	background: linear-gradient(135deg, black, silver);
}
.good__color .white-black {
	background: linear-gradient(135deg, white, black);
}
.good__color .black-light-green {
	background: linear-gradient(135deg, black, lightgreen);
}
.good__color .grey-light-green {
	background: linear-gradient(135deg, grey, lightgreen);
}
.good__color .green-black {
	background: linear-gradient(135deg, green, black);
}
.good__color .orange-blue {
	background: linear-gradient(135deg, orange, blue);
}
.good__color .silver-brown {
	background: linear-gradient(135deg, silver, brown);
}
.good__color .orange-black {
	background: linear-gradient(135deg, orange, black);
}
.good__color .blue-black {
	background: linear-gradient(135deg, blue, black);
}
.good__color .blue-silver {
	background: linear-gradient(135deg, blue, silver);
}
.good__color .yellow-blue {
	background: linear-gradient(135deg, yellow, blue );
}
.good__color .blue-grey {
	background: linear-gradient(135deg, blue, silver);
}
.good__color .brown-black {
	background: linear-gradient(135deg, brown, black);
}
.good__color .black-brown{
	background: linear-gradient(135deg, black, brown);
}
.good__color .grey-yellow {
	background: linear-gradient(135deg, grey, yellow);
}
.good__color .grey-red {
	background: linear-gradient(135deg, grey, red);
}
.good__color .grey-black {
	background: linear-gradient(135deg, grey, black);
}
.good__color .black-grey {
	background: linear-gradient(135deg, black, grey);
}
.good__color .grey-green {
	background: linear-gradient(135deg, grey 35%, green);
}
.good__color .white-orange {
	background: linear-gradient(135deg, white, orange);
}

.good__color .blue-orange {
	background: linear-gradient(135deg, blue, orange);
}
.good__color .black-beige {
	background: linear-gradient(135deg, black, beige);
}
.good__color .blue-red {
	background: linear-gradient(135deg, blue, red);
}
.good__color .red-blue {
	background: linear-gradient(135deg, red, blue);
}
.good__color .red-green {
	background: linear-gradient(135deg, red, green);
}
.good__color .blue-green {
	background: linear-gradient(135deg, blue, green);
}
.good__color .red-black {
	background: linear-gradient(135deg, red, black);
}

.good__color .white-blue {
	background: linear-gradient(135deg, white, blue);
}
.good__color .black-blue {
	background: linear-gradient(135deg, black, blue);
}
.good__color .black-orange {
	background: linear-gradient(135deg, black, orange);
}
.good__color .blue-white {
	background: linear-gradient(135deg, blue, white);
}

.good__color .black-matte {
	background: linear-gradient(135deg, #4c5363, #292c33);
}
.good__color .green-matte {
	background: linear-gradient(135deg, #6b8e23, #556b2f);
}
.good__color .green-silver {
	background: linear-gradient(135deg, green, silver);
}
.good__color .brown-matte {
	background: linear-gradient(135deg, #8b6b61, #5a4a44);
}
.good__color .grey-matte {
background: linear-gradient(135deg, #a9a9a9, #696969);
}
.good__color .white-matte {
	background: linear-gradient(135deg, #f5f5f5, #dcdcdc);
	}
/* .good__color .green-camouflage{
	background: linear-gradient(45deg, #556B2F 25%, #6B8E23 25%, #6B8E23 50%, #556B2F 50%, #556B2F 75%, #6B8E23 75%, #6B8E23) fixed;
	background-size: 24px 38px;
} */

.good__color .dark-camouflage {
    background: 
        linear-gradient(45deg, #36482F 25%, transparent 25%),
        linear-gradient(-45deg, #2A3B24 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #36482F 75%),
        linear-gradient(-45deg, transparent 75%, #2A3B24 75%);
    background-size: 60px 60px;
    background-color: #1E2A1E;
}
.good__color .white-camouflage {
	background: url(../images/color/white-camouflage.png) no-repeat 100% 100%;
}
.good__color .green-camouflage {
	background: url(../images/color/green-camouflage.png) 100% 100% no-repeat;
}
.good__color .grey-camouflage {
	background: url(../images/color/grey-camouflage.png) 100% 100% no-repeat;
}
.good__color .green-white {
	background: url(../images/color/green-white.png) 100% 100% no-repeat;
}
.good__color .white-red {
	background: url(../images/color/white-red.png) 100% 100% no-repeat;
}
.good__color .leafage {
	background: url(../images/color/leafage.png) 100% 100% no-repeat;
}

.good__color .stiker {
	background: url(../images/color/stiker.png) 100% 100% no-repeat;
}
.good__color .green-spyder {
	background: url(../images/color/green_spyder.png) 100% 100% no-repeat;
}
.good__color .green-forest {
	background: url(../images/color/green_forest.png) 100% 100% no-repeat;
}
.good__color .asphalt {
	background: url(../images/color/asphalt.png) 100% 100% no-repeat;
}
.good__color .carbon {
	background: url(../images/color/carbon.png) 100% 100% no-repeat;
}
.good__color .graffiti {
	background: url(../images/color/graffiti.png) 100% 100% no-repeat;
}

.good__color .Mechanik-Green {
	background: url(../images/color/Mechanik-Green.png) 100% 100% no-repeat;
}
.good__color .Mechanik-Black {
	background: url(../images/color/Mechanik-Black.png) 100% 100% no-repeat;
}
.good__color .Mechanik-Blue {
	background: url(../images/color/Mechanik-Blue.png) 100% 100% no-repeat;
}
.good__color .Mechanik-White {
	background: url(../images/color/Mechanik-White.png) 100% 100% no-repeat;
}
.good__color .Mechanik-RED {
	background: url(../images/color/Mechanik-RED.png) 100% 100% no-repeat;
}
.good__color .Mechanik-Orange {
	background: url(../images/color/Mechanik-Orange.png) 100% 100% no-repeat;
}
.good__color .Arrow-Red {
	background: url(../images/color/Arrow-Red.png) 100% 100% no-repeat;
}
.good__color .green-sf {
	background: url(../images/color/green-sf.png) 100% 100% no-repeat;
}
.good__color .black-sf {
	background: url(../images/color/black-sf.png) 100% 100% no-repeat;
}
.good__color .A-PINK {
	background: url(../images/color/A-PINK.png) 100% 100% no-repeat;
}
.good__color .A-RED {
	background: url(../images/color/A-RED.png) 100% 100% no-repeat;
}
.good__color .A-BLUE {
	background: url(../images/color/A-BLUE.png) 100% 100% no-repeat;
}
.good__color .dark-pink {
	background: url(../images/color/dark-pink.png) 100% 100% no-repeat;
}
.good__color .black-red {
	background: url(../images/color/black-red.png) 100% 100% no-repeat;
}
.good__color .black-green {
	background: url(../images/color/black-green.png) 100% 100% no-repeat;
}
.good__color .black-pink {
	background: url(../images/color/black-pink.png) 100% 100% no-repeat;
}
.good__color .black-purple {
	background: url(../images/color/black-purple.png) 100% 100% no-repeat;
}
.good__color .black-yellow {
	background: url(../images/color/black-yellow.png) 100% 100% no-repeat;
}
.good__color .red-white {
	background: url(../images/color/red-white.png) 100% 100% no-repeat;
}

.good__color .white-green {
	background: url(../images/color/white-green.png) 100% 100% no-repeat;
}
.good__color .white-blue {
	background: url(../images/color/white-blue.png) 100% 100% no-repeat;
}
.good__color .red-orange {
	background: url(../images/color/red-orange.png) 100% 100% no-repeat;
}
.good__color .blue-yellow {
	background: url(../images/color/blue-yellow.png) 100% 100% no-repeat;
}
.good__color .black-white {
	background: url(../images/color/black-white.png) 100% 100% no-repeat;
}

.good__color .camouflage {
	background: url(../images/color/camu-background.png) 100% 100% no-repeat;
}
.good__color .yellow-camouflage {
	background: url(../images/color/camu-y-background.png) no-repeat;
}
.good__color .blue-camouflage {
	background: url(../images/color/camu-b-background.png) 100% 100% no-repeat;
}
.good__color .red-camouflage {
	background: url(../images/color/camu-r-background.png) 100% 100% no-repeat;
}
.good__color .red-metallic {
	background: url(../images/color/red_metal.png) 100% 100% no-repeat;
}
.good__color .street-art {
	background: url(../images/color/street-art.png) 100% 100% no-repeat;
}
.good__color .red-spider {
	background: url(../images/color/red-spyder.png) 100% 100% no-repeat;
}
.good__color .blue-spider {
	background: url(../images/color/blue-spyder.png) 100% 100% no-repeat;
}
.good__color .black-spider {
	background: url(../images/color/black-spyder.png) 100% 100% no-repeat;
}



.good__line-price {
	position: relative;
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
		z-index: 2;
		flex: 1;
		justify-content: center;
}

.good__line-price:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	border-top: 64px solid #da1809;
	border-right: 20px solid transparent;
}

.good__prices {
	padding: 18px 0;
	position: relative;
	display: flex;
	align-items: self-end;
	gap: 7px;
}
.good__price {
		font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}
.good__prefix-price{
	padding: 20px 0;
	color: #ffffff;
}

.good__cart_wrap {
    transition: right .3s ease;
    position: relative;
    z-index: 1;
    left: -90px;
    top: 15px;
    flex: 1;
    margin-right: -70px;
}

.good__cart_wrap:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 64px solid #000;
	border-left: 20px solid transparent;
}
.good__cart_wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	border-top: 16px solid #414141;
	border-right: 85px solid transparent;
}

.good__price-discount {
	font-size: 18px;
	text-decoration: line-through;
	color: #000;
	position: relative;
    top: -1px;
}

.good__cart_btn img {
	max-width: 100%;
}
.good__cart_btn{
right: 0;
bottom: -16px;
position: absolute;
transition: right .3s ease;
}
.good__cart_btn:hover {
	right: -5px;
}
.good__price span {
	font-size: 18px;
}
.good__price-discount span {
	font-size: 18px;
}

.max375 {
	max-width: 375px;
	width: 100%;
	flex-direction: column;
}
.good__price_wrap {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	max-width: 375px;
	width: 100%;
}

.popup__cart.active {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0 !important;
	background-color: rgba(255, 255, 255, .1);
	z-index: 910001;
}
.blur {
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup__wrapper {
	top: 1%;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
}
.popup {
	display: flex;
	flex-direction: column;
	gap: 52px;
	padding: 50px 0 72px;
	background: #ffffff;
	opacity: 1;
	border-radius: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 1200px;
}
.popup__close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.popup__title {
	font-size: 44px;
	line-height: 120%;
	text-transform: uppercase;
}
.popup__items_wrap {
	width: 100%;
}
.popup__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0 45px 40px;
}
.popup__item {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.popup_item_img {
	max-width: 174px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup_item_img img {
	max-width: 100%;
}
.box__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	gap: 10px;
}
.box__right_top {
	display: flex;
	justify-content: space-between;
}
.popup_item_name {
	font-size: 24px;
	line-height: 29px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.popup__item_trash {
	cursor: pointer;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.box__right_bottom {
	display: flex;
    display: flex;
    justify-content: flex-end;
}
.popup__item_price {
	font-size: 24px;
	line-height: 29px;
	width: 80px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-transform: lowercase;
}
.popup__item_price span {
	margin-right: 5px;
}
.popup__item_count {
	display: flex;
	gap: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.number__minus, .number__plus {
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
}
.number__minus img, .number__plus img {
	max-width: 100%;
}
.input__count {
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 36px;
	width: 40px;
	border: 1px solid #838383;
	border-radius: 2px;
	background: transparent;
	color: #000;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

input[type=number]::-moz-number-spin-up,
input[type=number]::-moz-number-spin-down {
  display: none;
}
.delivery__group {
	display: flex;
	justify-content: space-between;
}
.popup__delivery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.popup__delivery_item {
	align-items: center;
	display: flex;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 50px;
	border: 1px solid transparent;
	user-select: none;
}
.good input[type=checkbox], .good input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.popup__delivery_item input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.good input[type=checkbox]+label, .good input[type=radio]+label {
	cursor: pointer;
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 0 2px 26px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.popup__delivery_item input[type="radio"] ~ .popup__delivery_label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__delivery_label:before {
	background-color: var(--accent);
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__delivery_label:before {
	outline: none;
	border-color: var(--accent);
}
.popup__adress .form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.popup__adress .form__line {
	display: flex;
	width: 100%;
	gap: 10px;
}
.popup__adress .input__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}
.popup__adress .input {
	border: 1px solid #838383;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	padding: 24px 20px 5px 20px;
}
.popup__adress label {
	font-size: 14px;
	line-height: 16px;
	opacity: .5;
	position: absolute;
	left: 20px;
	display: inline-block;
	transition: all .3s ease;
}
.popup__adress input+label {
	top: 20px;
}
.popup__adress textarea {
	border: 1px solid #838383;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	max-width: 100%;
	padding: 24px 20px 5px 20px;
}
.popup__adress textarea+label {
	top: 20px;
}
.total__group {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid var(--accent);
	padding-top: 30px;
}
.total__title {
	display: flex;
	font-size: 20px;
	align-items: center;
	margin-right: 100px;
	text-transform: uppercase;
	font-weight: bold;
}
.delivery__group {
	display: flex;
	justify-content: space-between;
}
.popup__payment {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}
.btn__next {
	padding: 20px 46px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #ffffff;
	text-decoration: none;
	opacity: .75;
	cursor: default;
}
.popup__delivery_item input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__payment_label:before {
	outline: none;
	border-color: var(--accent);
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__payment_label:before {
	background-color: var(--accent);
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.popup__delivery_item input[type="radio"] ~ .popup__payment_label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.popup__adress textarea:focus+label{
	top: 10px;
	left: 20px;
}
.popup__adress input:focus+label {
	top: 10px;
	left: 20px;
}

.popup__adress input:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.popup__adress textarea:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.popup__adress input::placeholder,  textarea::placeholder{
	color: transparent;
}
.popup__delivery_item:hover {
	border: 1px solid var(--accent);
}

.block__languages {
	position: absolute;
	right: 10px;
	top: 11px;
}

.languages__list {
	display: flex;
	gap: 8px;
	list-style-type: none;
}
.languages__a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	height: 26px;
	width: 26px;
	background: rgba(0,0,0,.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 1px solid rgba(255,255,255,.3);
	color: var(--accent);
	transition: all .3s ease;
}

.languages__li:hover .languages__a{
	color: #ffffff;
		background: rgba(0,0,0,.7);
}

.link__img {
	height: 100%;
	width: 100%;
	position: absolute;
}

.cartBill__span {
	position: absolute;
	display: flex;
	right: -3px;
	bottom: -15px;
	color: #ffd000;
}

.color__group {
	display: flex;
	gap: 8px;
	padding: 10px;
}

.dfc {
	display: flex;
	flex-direction: column;
}

.popup__item_color {


}
.popup_item_a {
	text-decoration: none;
	color: #000000;
	transition: all .3s ease;
}
.popup_item_a:hover {
	color: #a80c00;
}

.popup__delivery_item input[type="checkbox"]:checked ~ .popup__delivery_label:before {
	outline: none;
	border-color: var(--accent);
}

.popup__delivery_item input[type="checkbox"]:checked ~ .popup__delivery_label:before {
	background-color: var(--accent);
	background: url(../images/check.png) no-repeat center;
}
.popup__delivery_item input[type="checkbox"] ~ .popup__delivery_label:before {
	content: '';
	background: #f4f4f4;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}

.popup__items_wrap > .popup__item:not(:last-child)::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: var(--accent);
	bottom: -16px;
	z-index: 999;
	opacity: .1;
}

.popup__items_wrap {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.product__tabs_text ul {
	padding: 0 0 0 21px;
}

.product__tabs_text li {
	list-style-type: disc;
	font-size: 20px;
}


.section__item_img img {
	max-width: 100%!important;
	max-height: 100%!important;
}
.section__item_content img{
	max-width: 100%!important;
	max-height: 100%!important;
	float: left;
	margin: 0 10px 10px 0;
}
.link__seen {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn__next.active {
	opacity: 1;
	cursor: pointer;
}
.btn__next.active:hover {
	opacity: .75;

}

.popup__adress .input.not__validate {
	border: 1px solid red;
	box-shadow: inset 0px 0px 4px red;
}

.popup__adress .input.not__validate:required:valid {
	border: 1px solid green;
	box-shadow: none;
}

.link__article_h2 {
	line-height: 1.2;
	display: flex;
	gap: 10px;
}

.link__article_h2 a{
	text-decoration: none;
	color: #000;
}

.link__article_h2 a:hover{

	color: #a80c00;
}

.search_item_img {
	max-height: 215px;
	max-width: 20%;
	min-width: 240px;
}

.total__group_delivery {
	display: flex;
	justify-content: flex-end;
}

.instock {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #fff;
	background: green;
	padding: 2px 5px;
	transform: skew(-16deg);
	font-size: 16px;
}

.tags__list {
	display: flex;
	flex-wrap: wrap;
}
.menu__wrap {
	position: relative;
	z-index: 9999;
	background: #fff;
}

.block__phone {
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 1.3em;
	color: #ffffff;
	font-family: 'OpenSans-Bold', sans-serif;
	display: flex;
    gap: 12px;
    align-items: center;
	
}

.swiper__menu {
	width: 100%;
	height: 80px;
}
.callback {
	width: 340px;
	margin: 0;
	position: fixed;
	right: -304px;
	top: 65%;
	transform: translateY(-50%);
	transition: right 0.3s ease;
	z-index: 999;
	background-color: #fff;

}

.callback__wrap {
	display: flex;
	position: relative;
	height: 275px;
    overflow-x: hidden;
}

.callback.show {
	right: 0;
	opacity: 1;
}

.callback:hover {
	opacity: 1;
}

.callback__toggle {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	background: #da1809;
	color: #fff;
	cursor: pointer;
	font-size: 16px;


}
.callback__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	padding: 35px 10px 10px 10px;
	margin: 5px;
}
.callback__content .input__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;

}

.callback__content .input {
	border: 1px solid #5d605f;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	padding: 24px 20px 5px 20px;

}

.callback__content label {
	font-size: 14px;
	line-height: 16px;
	opacity: .7;
	position: absolute;
	left: 20px;
	display: inline-block;
	transition: all .3s ease;
}
.callback__content input+label {
	top: 20px;
}
.callback__content textarea+label {
	top: 20px;
}

.callback__content input:focus+label {
	top: 10px;
	left: 20px;
}

.callback__content input:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}

.callback__personal-data input:focus+label {
	top: 0px;
	left: 0px;
}

.callback__personal-data input:not(:placeholder-shown)+label {
	top: 0px;
	left: 0px;
}

.callback__content input::placeholder{
	color: transparent;
}

.callback__personal-data {
	align-items: center;
	display: flex;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
	user-select: none;
}

.callback__personal-data input[type="checkbox"] ~ .callback_label:before {
	content: '';
	background: #f4f4f4;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}

.callback__personal-data input+label {
	top: 0;
	left: 5px;
}

.callback__personal-data input[type="checkbox"]:checked ~ .callback_label:before {
	outline: none;
	border-color: var(--accent);
}

.callback__personal-data input[type="checkbox"]:checked ~ .callback_label:before {
	background: url(../images/check.png) no-repeat center;
}

.callback__btn {
	padding: 10px 0px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #ffffff;
	text-decoration: none;
	opacity: .75;
	cursor: default;
	display: flex;
    align-items: center;
    justify-content: center;
}
.callback__btn.active {
	opacity: 1;
	cursor: pointer;
}

.callback__personal-data input[type=checkbox]+label, .callback__personal-data input[type=radio]+label {
	cursor: pointer;
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 0 2px 0px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cookie-holder {
	bottom: 0;
	left: 0;
    right: 0;
	position: fixed;
	width: 100%;
	z-index: 2147000001;
	display: none;
}
.cookie-disclaimer {
	background-color: #222222;
	box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
	color: #c1c1c1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0 auto;
	z-index: 120;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.cookie-main {
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 14px;
	margin: 12px 8px;
}
.cookie-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.cookie-main span {
	display: block;
}
.cookie-text {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	margin-top: 6px;
	line-height: 14px;
}
.cookie-button {
	background-color: #da1809;
	border-radius: 5px;
	cursor: pointer;
	line-height: 14px;
	min-width: 124px;
	padding: 5px;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	position: relative;
	z-index: 2147000001;
}
.callback__close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	padding: 0;
}
.callback__close:hover {
	opacity: 0.75;
}
.callback__close img {
	max-width: 100%;
}
.cookie-button:active {
	top: 1px;
}
.section__item_text div {
	font-size: 20px;
	width: 100%;
}

.cookie-text a {
	color: #ff7065;
}

.cart__span {
	top: 3px;
	right: 0px;
	width: 20px;
	height: 20px;
	font-size: 14px;
}
.menu__cart {
	cursor: pointer;
	padding: 13px;
	width: 34px;
	height: 32px;
	margin-right: 10px;
	background: url(../images/icon_cart.webp) no-repeat center;
}
.top__icon {
	position: relative;
	top: 2px;
	height: 18px;
}
.top__icon a {
	display: flex;
}
.top__icon picture {
	height: 18px;
}

.top__icon:hover {
	opacity: .75;
}
.information {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
}
.information__link {
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	color: #fff;
	align-items: center;
	height: 100%;
	display: flex;
	width: 32px;
	position: relative;
}
.information__link::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	z-index: 1;
	right: 0;
	background-image: url(../images/icon_information.png);
	background-size: contain;
}
.information__link.active::before {
	background-image: url(../images/icon_close-info.png);
}
.information__title {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 7px;
	cursor: pointer;
}
.information {
	cursor: pointer;
}

.information__ul {
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 200px;
	top: 54px;
	list-style-type: none;
	right: -75px;
	border-top: 4px #000 solid;
	border-bottom: 4px #000 solid;
	flex-direction: column;
	z-index: 99999;
}


.information__a {
	padding: 20px 10px;
	display: flex;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.information__span {
	padding: 20px 10px;
	display: flex;
	text-decoration: none;
	text-transform: uppercase;
	background: #da1809;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.information__a:hover {
	background: #da1809;
	color: #fff;
}

.information__img {
	min-width: 100%;
}

.information__ul.active{
	display: flex;
}


.instructions__ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 16px;
}

.instructions__a:hover {
	opacity: .75;
}

.certificates {
	display: flex;
	flex-wrap: wrap;
}
.certificates__wrap {
	display: flex;
	flex-wrap: wrap;
}

.certificates__a {
	margin: 5px;
	padding: 5px;
	width: 30%;
}
.certificates__img {
	border: 5px solid #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	max-width: 100%;
}
.section__item_text h1 {
	margin-bottom: 20px;
	font-size: 30px;
}
.section__item_text h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.section__item_text .notify {
	text-transform: uppercase;
	font-size: 26px;
}
.buy__one-click {
	padding: 14px 40px;
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: #fff;
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #da1809;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #da1809;
}
.buy__one-click:hover {
	background: #da1809;
	color: #fff;
}

.pre-order__btn {
	padding: 14px 40px;
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: #fff;
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #da1809;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #da1809;
}
.pre-order__btn:hover {
	background: #da1809;
	color: #fff;
}



.good__buy_wrap {
	margin: 10px 0;
}
.fdc {
	flex-direction: column;
}
.popup__buyoneclick {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 50px 0 72px;
	background: #ffffff;
	opacity: 1;
	border-radius: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 100%;
}
.price__assembly_wrap{
	display: none;
}
.price__assembly_wrap.active{
	display: flex;
}
.tag__cloud .largest {
	font-size: 20px;
	font-weight: bold;
}
.tag__cloud .large {
	font-size: 18px;
	font-weight: bold;
}
.tag__cloud .medium {
	font-size: 16px;
	font-weight: bold;
}
.tag__cloud .small {
	font-size: 14px;
}
.tag__cloud .smallest {
	font-size: 12px;
}
.product__tabs_text iframe {
	width: 100%;
	aspect-ratio: 2 / 1;
	border: 0;
	margin: 0px auto;
	display: block;
}
.index .section__item_img {
	max-width: 15%; 
}

.foter__bottom{
	display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #5d605f;
    padding: 10px 0 0 0;
    align-items: center;
		flex-wrap: wrap;
}

.footer__logo {
	max-width: 140px;
}

.stock {
	background: #fff;
}

.stock__footer {
	color: #333;
	padding: 20px 0;
}

.stock .container {

	justify-content: flex-start;
}

.category__brands {
	background: #fff;
}
.brands {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}

.brand__group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}
.brand__link {
	padding: 10px;
	position: relative;
	border-radius: 3px;
	transition: all .3s ease;
	display: flex;
	max-width: 10%;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	text-decoration: none;
	flex: 1;
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 2px 2px 0px #da1809;
	border: 1px solid #da1809;
	
}
.brand__img {
	max-width: 100%;
	transition: all .5s ease;
}

.brand__name {
	z-index: 3;
	text-align: center;
    align-items: center;
    display: flex;
    flex: 1;
word-break: break-word;
}

.brand__group_rotate .brand__link:hover .brand__img {
	transform: rotate(12deg);
}

.brand__link:hover {
	box-shadow: none;
}

.filters__sort {
	padding: 10px 0;
}
.sort__items {
	margin: 5px;
	list-style: none;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
}

.sort__item {
	margin: 0 0 0 15px;
    border-bottom: 1px dashed #3b6d9a;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all .3s ease;
}

.sort__item:hover {
	color: #da1809;
	border-bottom: 1px dashed #da1809;
}

.sort__items input[type=checkbox], .sort__items input[type=radio] {
	position: inherit;
	clip: inherit;
}
.menu-velo .sort__items .item span {
	margin-left: 3px;
	top: 1px;
	position: relative;
}
.menu-velo input {
	cursor: pointer;
}
.menu-velo .sort__items .item {
	margin: 0;
	border-bottom: none;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	color: #333;
	cursor: default;
	transition: all .3s ease;
}
.menu-velo__title {
	font-weight: bold;
	font-size: 14px;
}
.range {
	display: flex;
}
input[type=number].range-input {
	height: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 30px;
	margin: 0 1px;
	padding: 1px 5px;
}

.menu-velo {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: flex-start;
}

.sort__total {
	padding: 10px;
	background: #ededed;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.category .paging {
	display: flex;
	justify-content: center;
	padding: 10px 0 40px;
}

.sort__item.active {
	font-weight: bold;
	border-color: transparent;
	cursor: default;
	color: #484748;
}
.mobile-menu-open-img.active, .filters-open-img.active {
	transform: rotate(0deg);
}
.mobile-menu-open-img, .filters-open-img {
	width: 20px;
	transform: rotate(-90deg);
}
.footer__offer {
	font-size: 14px;
	color: #acacac;
	text-align: center;
}
.section__item_text {
	list-style-position: inside;
	font-size: 20px;
    font-family: 'OpenSans-Regular', sans-serif;
}
.section__item_text ol {
	padding: 0;
}
.good__vendor a {
	color: #c75a0a;
	font-weight: bold;
	text-decoration: none;
}
.good__vendor a:hover {
	color: #333;
}
.wrap__news {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wrap__news .section__item {
	width: unset;
	display: flex;
	background-color: #ffffff;
	position: relative;
	flex-wrap: wrap;
	flex-direction: column;
}

.wrap__news .section__item_content {
padding: 0;

}
.wrap__news .link__article_h2 {
font-size: 22px;
line-height: 1.2;
}

.wrap__news .section__item_text {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1.2;
}

.wrap__imglink {
	display: flex;
	flex-direction: column;
	max-width: 25%;
	justify-content: space-between;
}

.wrap__news .section__item_link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-items: flex-end;
}
.wrap__news .section__all_link {
	justify-content: center;
align-items: flex-end;
	width: 100%;
	padding: 5px 0;
	flex: 1;
}

.section__item_wrap {

}
.index .wrap__news .section__item_img {
max-width: 50%;
    display: inline;
    float: left;
margin: 10px 10px 0 10px;
}

.section .section__item_img.has-youtube {
	aspect-ratio: 9/16;
}

.section__item_h2 {
	padding: 5px;
}
.section__item_img iframe {
  object-fit: cover;
  border: none;
}
.btn__all {
	text-decoration: none;
	background: var(--accent);
	color: #fff;
	padding: 3px 15px;
	border-radius: 3px;
}

.payment-icons {
	display: flex;
	justify-content: center;

	gap: 10px;
	flex-wrap: wrap;
}


.paiment-icons-item.assist-icon {
	max-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap__phone-icon {
	display: flex;
	gap: 10px;
}

.bottom__icons_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.paiment-icons-item.assist-icon img{
	max-width: 100%;
}

.wrap__phone-time {
	display: flex;
	flex-direction: column;
}
.worktime{
	font-size: 14px;
	font-family: 'OpenSans-Regular', sans-serif;
    text-align: right;
}

.creditline {
	position: relative;
}
.creditline__title {
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	border-bottom: 1px dashed #b9b9b9;
	cursor: pointer;
}

.creditline__title:hover {
	color: var(--accent);
	border-bottom: 1px dashed transparent;;
}
.hidden {
  display: none;
}

.popup__creditline {
	position: absolute;
	top: -3px;
	z-index: 999;
	background: rgba(28, 43, 63, .9);
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #1C2B3F;
	border-radius: 5px;
	color: #ffffff;
	max-width: 375px;
	width: 360px;
}

.creditline {
	position: relative;
}

.free {
	font-size: 14px;
	text-transform: uppercase;
	color: #259700;
	margin-left: 30px;
}

.footer__logo_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.phonetime {
	position: relative;
	top: -3px;
	margin-left: 5px;
}





.calculator {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 0;
	max-width: 240px;
	position: relative;
}
.slider__container {
	position: relative;
}
.payment-per-month__container {
	display: flex;
	gap: 5px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 0;
}

.payment-per-month__text {
	font-size: 12px;
}
.slider__lising {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 1px;
	outline: none;
	background: #f98279;
	cursor: pointer;
	margin: 0;
	z-index: 3;
}
.slider__lising::-webkit-slider-thumb, .slider__lising::-moz-range-thumb, .slider__lising::-ms-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #da1809;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	z-index: 3;
	position: relative;
}
input[type="range"].slider__lising::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #da1809;
  border-radius: 50%;
	z-index: 3;
	position: relative;

}
.slider__top {
	display: flex;
	gap: 5px;
	font-size: 14px;
	text-transform: uppercase;
}

.slider__tick:before,  .slider__tick_1:before, .slider__tick_2:before, .slider__tick_3:before, .slider__tick_4:before, .slider__tick_5:before, .slider__tick_6:before, .slider__tick_12:before, .slider__tick_24:before, .slider__tick_36:before, .slider__tick_48:before{
	content: "";
	position: absolute;
	top: 14px;
	width: 2px;
	height: 4px;
	background: #f98279;
	z-index: 0;
}
.slider__tick:nth-child(1):before {
	left: 0px;
}
.slider__tick:last-child:before {
	right: 0px;
}
.slider__tick:nth-child(2):before {
	left: 50%;
	margin-left: 4px;
}


.slider__tick_1:before {
	left: 0px;
}
.slider__tick_2:before {
	left: 20%;
}
.slider__tick_3:before {
	left: 40%;
}
.slider__tick_4:before {
	right: 40%;
}
.slider__tick_5:before {
	right: 20%;
}
.slider__tick_6:before {
	right: 0px;
}


.slider__tick_12:before {
	left: 18.5%;
}
.slider__tick_24:before {
	left: 38.5%;
}
.slider__tick_36:before {
	right: 41.5%;
}
.slider__tick_48:before {
	right: 21.5%;
}




.tick__wrap {
	display: flex;
	padding: 10px 0;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
}

.slider__tick_prepayment-mid, .slider__tick_term-mid {
	margin-left: 15px;
}


.wrap__data {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.wrap__line {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.search .good__price {
	font-size: 28px;
	color: #da1809;
	font-weight: bold;
}

.search .instock {
	position: unset;
	color: #fff;
	background: green;
	padding: 2px 5px;
	transform: skew(-16deg);
	font-size: 16px;
	margin-left: 20px;
}

.info__group {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 10px 0;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 16px;
} 

.vendor__block, .warranty__block, .importer__block {
	position: relative;
	display: flex;
}
.vendor__btn, .warranty__btn, .importer__btn {
	opacity: .8;
	cursor: pointer;
	transition: all .3s ease;
	text-decoration: underline;
}

#vendor__info {
	left: 0px;
}


#vendor__info, #warranty__info, #importer__info {
	opacity: 0;
	display: none;
	transform: translateX(0) translateY(60px);
	transition: all .3s ease;
	padding: 15px;
	background: #fff;
	z-index: 3;
	top: 0;
	left: -60px;
	position: absolute;
	width: 303px;
}

#warranty__info {
	left: -180px;
}

#vendor__info {
	left: 0px;
}

#vendor__info.active, #warranty__info.active, #importer__info.active {
	opacity: 1;
	top: 25px;
	box-shadow: 2px 2px 3px 1px #e2dcdc;
	transform: translateX(0) translateY(0px);
	transition: all .3s ease;
	display: flex;
}

.vendor__block, .warranty__block, .importer__block {
	position: relative;
}

.icon-content {
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.icon-hit-link {
	z-index: 2;
}
.icon__item {
	transition: all .3s ease;
}
.icon__item:hover {
	transform: scale(1.15);
}
.slider__title {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
	display: inline-flex;
	margin-bottom: 10px;
	text-decoration-thickness: 1px;
}




.replain-link.target__click {
	opacity: 0!important;
}
.replain-link {
	position: fixed!important;
	right: 19px!important;
	bottom: 19px!important;
	z-index: 9999999999;
	width: 60px!important;
	height: 60px!important;
	border-radius: 30px!important;
	padding: 11px 13px 6px 11px!important;

}

.target__click .replain-link__icon svg {
	width: 35.23px!important;
	height: 37px!important;
}

.replain-link.-replain-only-icon {
	padding-left: 12px!important;
}
.calc-button {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2px;
	cursor: pointer;
	color: #fff;
	transition: color .3s ease;
	align-items: flex-start;
	background: green;
	padding: 5px 15px;
	font-size: 18px;
	border-radius: 10px;
	height: 44px;
}
.calc-button__top, .calc-button__bottom {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

/* .calc-button:hover .calc-button__top {
	border-bottom: 1px dotted #da1809;
	color: #da1809;
}
.calc-button:hover .calc-button__bottom {
	border-bottom: 1px dotted #da1809;
	color: #da1809;
} */

.calc-button:hover {
	opacity: .85;
}

.calc-currency {

}

.popup__wrapper .calculator {
    display: flex;
    gap: 20px;
    padding: 10px 40px;
    position: relative;
		flex-direction: row;
		max-width: 100%;
}

.product .calculator .calculator__image .goods__item_img {
	max-width: 400px;
}

.calculator__image {
	padding: 10px;
}

.calculator__left {
	display: flex;
	flex-direction: column;
}

.calculator__right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.calculator__title {
	font-size: 20px;
	text-align: center;
}

.popup__calc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #ffffff;
	opacity: 1;
	border-radius: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	max-width: 1200px;
}

.popup__close {
	z-index: 3;
}

.btn__next.btn__calc {
	cursor: pointer;
}

.btn__next.btn__calc:hover {
	opacity: .85;
}

.popup__calc {
	width: 1000px;
}

.product_p {
	text-align: justify;
}

/* .menu__wrap {

	z-index: 9999;
	align-items: center;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	min-height: 100vh;
	text-align: center;
	justify-content: center;
	overflow: scroll;
} */


.good__colors_catalog {
	display: flex;
	gap: 5px;
	position: absolute;
	left: 10px;
	bottom: 0;
}

.item__img_wrap {
	position: relative;
}

.good__color_catalog {
padding: 0;

}

.good__color.good__color_catalog span {
	width: 18px;
	height: 18px;
	display: flex;
}

.logo__img {
	max-width: 100%;
	/* width: 100%; */
}

.swiper-button-prev3 {
	left: 0px;
	background: url(../images/arrow__left.png) center no-repeat #fff;
}

.swiper-button-next3, .swiper-button-prev3 {
	border-radius: 0;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	height: 100%;
	width: 40px;
	opacity: .2;
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	transition: .3s;
	cursor: pointer;
}

.subMenu__ul {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 80px;
	background: #fff;
	width: 100%;
	list-style-type: none;
}

.subMenu__btn {
	display: none;
}

.subMenu__top_a {
	color: var(--blue);
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: flex-start;
}

.subMenu__top_li:hover {
	background: rgba(0, 0, 0, .05);
}

.subMenu__top_li.active {
	background: rgba(0, 0, 0, .05);
}

.menu__top_li.active {
	background: rgba(0, 0, 0, .05);
}
.lising__wrap {
	display: none;
}

.lising__wrap.active {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nolising__wrap {
	display: none;
}

.nolising__wrap.active {
	font-size: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 40px;
	text-align: center;
}

.good__btns {
	display: flex;
	gap: 10px;
	margin: 20px 0 0;
}


.good__colors {
	position: relative;
}

.mt {
	display: flex;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -45px;
	width: max-content;
	overflow: auto;
	background-color: #fefefe;
	padding: 10px 20px 10px 10px;
	border: 1px solid #333;
	text-align: center;
}


.close-mt{
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
}

.section__content .section__item_text iframe {
	width: 100%;
	height: 100%;

	padding: 1em 0;
}

.order__body {
	padding: 20px;
	background: #fff;
	font-size: 18px;
flex: 1;
}


.course__wrap {
	display: none;
}

.good__line-price:hover .course__wrap {
	display: flex;
	position: absolute;
	top: -80px;
	right: 40px;
	flex-direction: column;
	gap: 1px;
	padding: 1px;
	background: #d9d9d9;
}

.course__line {
	display: flex;
	gap: 10px;
	padding: 5px 10px;
	background: #fff;
}
.course__line_span {
	font-weight: bold;
}



.section__item_text ul.social__bots {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 30px 5px;
	align-items: center;
	flex-wrap: wrap;
	width: unset;
	max-width: 100%;
	list-style-type: none;
	background: #f3efe9;
}
.not-found {
	width: 100%;
	display: flex;
	background: #fff;
	padding: 30px 0 60px;
	justify-content: center;
	font-size: 24px;
}

.brand__more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	font-size: 18px;
}

.hidden-brand {
    display: none;
}

.content .section__content .section__item_text iframe {
		aspect-ratio: 16 / 9;
}
.section__item_text .video-wrapper {
	border-top: 1px solid #777777;
}
.section__item_content.hasYouTubeShorts {
display: flex;
    gap: 20px
}

.content  .hasYouTubeShorts .video__wrapper {
	aspect-ratio: 9 / 16;
	    min-width: 30%;
}

.content  .hasYouTubeShorts .video__wrapper iframe {
	width: 100%;
  height: 100%;
}

.section__items_wrap {
	    width: calc(50% - 15px);
    display: flex;
    background-color: #ffffff;
    position: relative;
    flex-wrap: wrap;
    padding: 5px;
    flex-direction: column;
}
.section__group {
	width: calc(50% - 15px);
    display: flex;
    background-color: #ffffff;
    position: relative;
    flex-wrap: wrap;
    padding: 5px;
    flex-direction: column;
}

.product .section__item_right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product .section__item_img.has-youtube {
    aspect-ratio: 9 / 16;
}


.sitemap {
    background: #fff;
    padding: 20px;
		font-size: 18px;
}

.sitemap ul {
    list-style: none;
    padding-left: 20px;
    margin: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sitemap li {

}

.sitemap > ul > li {

}

.sitemap a {
    text-decoration: none;

}

.sitemap a:hover {
    text-decoration: underline;
}


.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 90px;
    z-index: 9999999998; 
    width: 60px;
    height: 60px;
      cursor: pointer;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.2s;
    display: none;
    font-weight: bold;

}

.back-to-top:hover {
    opacity: 1;

}
.back-to-top svg {
    width: 60px;
    height: 60px;
	fill: #da1809;

}
.search__img_mobile {
	width: 36px;
    height: 36px;
		fill: #333;
}

.good__h1 {
	padding-bottom: 20px;
	font-size: 26px;
}

.brand__link.brand__electric-scooters {
	flex-direction: row;
	max-height: 115px;
	max-width: 220px;
}

.popup__adress select:valid + label,
.popup__adress select:focus + label {
    top: 10px;
    left: 20px;
}

.reviews .section__item_content {
    padding: 10px;
}

.reviews .review__stars {
    display: flex;
    vertical-align: top;
    height: 20px;
		align-items: center;
    background-repeat: repeat-x;
    background-position: 0 45%;
    background-size: 25px 25px;
    width: 125px;
    background-image: url(/images/star-inactive.png);
}




.faq__accordion {
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.faq__accordion-item {
  border-bottom: 1px solid #e0e0e0;
  background: white;
}

.faq__accordion-header {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: background-color 0.3s;
}

.faq__accordion-header:hover {
  background-color: #f8f9fa;
}

.faq__chevron {
  transition: transform 0.3s;
  font-size: 14px;
}

.faq__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #f8f9fa;
}

.faq__accordion-content p {
  padding: 16px 20px;
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.faq__accordion-item.active .faq__chevron {
  transform: rotate(180deg);
}

.faq__accordion-item.active .faq__accordion-content {
  max-height: 200px;
}

.faq__wrapper {
    flex: 1;
}
.category .good__lines-wrap, .catalog .good__lines-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
		right: inherit;;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;

}
.category .good__line-brand, .catalog .good__line-brand {
	border: none;
}
.menu__top_a span {
	width: 50%;
}

