@import url("reset.css");
@import url("fonts.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
@import url("global.css");
/* header */
.header {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	/* position: relative; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}
.product-compare-button:not(.category-compare-button) svg {
	margin-right: 10px;
	width:18px;
	height:14px;
}
@media screen and (max-width: 576.9px) {
	.product-compare-button svg {
		margin-right: 0;
	}
}
.product-compare-button:not(.category-compare-button):hover svg {
	margin-right: 10px;
	width:18px;
	height:14px;
	fill: #ed6e00 !important;
        stroke: #ed6e00 !important;
}
.product-compare-button.active svg,
.category-compare-button.active svg {
	fill: #ed6e00 !important;
	stroke: #ed6e00 !important;
}
.header-top {
	background: #333333;
	max-height: 200px;
	transition: .3s;
	transition-delay: .2s;
}
.header.fixed .header-top {
  padding: 0;
	/*max-height: 0;*/
	/*overflow: hidden;*/
}
.header-top__flex {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
/*.header-top__logo {
	width: 100%;
	max-width: 180px;
	margin-right: 50px;
}*/
.header-top__nav {
	margin: 0 auto;
	padding: 10px 15px;
}
.nav-top__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.nav-top__item {
	padding: 0 20px;
}
.header-top__nav .nav-top__item a {
	color: #fff;
}
.nav-top__link {
	font-size: 15px;
	color: #EDEDED;
	letter-spacing: 1px;
}
.nav-top__link .fa {
	font-size: 13px;
	color: #ED6E00;
}
.header-top__phone a {
	font-size: 20px;
	color: #fff;
}
.header-top__phone a:hover {
	color: #ED6E00;
}
.header-top__lang {
	margin-left: 15px;
}
.language-list {
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
}
.language-list__select:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.language-list__btn {
	padding: 2px 8px;
	font-size: 16px;
	color: #646464;
	text-transform: uppercase;
	transition: .3s;
}
.language-list__select.active .language-list__btn {
	color: #fff;
}
.language-list__btn:hover,
.language-list__btn:focus {
	color:#ED6E00 !important;
	text-decoration: none;
}
.header-main {
	position: relative;
	padding: 15px 0;
	background: #fff;
	z-index: 200;
}
.header-main__flex {
	display: flex;
	align-items: center;
	position: relative;
}
.header-main__menu {
	width: 100%;
	max-width: 220px;
}
.main-menu {
	padding-bottom: 15px;
	margin-bottom: -15px;
}
.main-menu__btn {
	width: 100%;
	max-width: 220px;
	position: relative;
	padding: 0 25px 0 40px;
	/*font-weight: 600;*/
	/*font-size: 15px;*/
	line-height: 46px;
	color: #fff !important;
	background:#ED6E00 !important;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
	border: none;
	border-radius: 4px;
	z-index: 51;
	/*font-family: 'MyriadPro', sans-Serif;*/
}
.main-menu__btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('/image/mod/menu_dots.svg') 0 0 no-repeat;
	background-size: cover;
}
.main-nav__collapse {
	display: none;
	width: 100%;
	transition: .3s;
	z-index: 50;
}
.main-menu:hover .main-nav__collapse {
	display: block;
	opacity: 1;
	position: absolute;
	top: calc(100% + 15px);
}
.main-nav__list {
	width: 100%;
	max-width: 240px;
	max-height: calc(100vh - 75px);
	background: #fff;
	overflow: auto;
}
.main-nav__item {
	border-right: 1px solid #ccc;
	transition: .3s;
}
.main-nav__item:hover {
	border-right-color: transparent;
	background: #E5E5E5;
}
.main-nav__link {
	display: block;
	padding: 10px 30px 10px 40px;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	z-index: 1001;
}
.main-nav__item:hover .main-nav__link {
	color: #ED6E00;
}
.main-nav__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	fill:#ED6E00;
}
.main-nav__link i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.main-nav__dropdown {
	/* display: none; */
	/* width: 125%; */
	height: 100%;
	padding-left: 241px;
	position: absolute;
	top: -5px;
	/* left: 0; */
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background: #fff;
	z-index: -1;
}
.main-nav__item:hover .main-nav__dropdown {
	display: block;
}
.main-nav-dropdown__inner {
	padding: 20px 0;
}
.main-nav-dropdown__list {
	display: flex;
	flex-wrap: wrap;
}
.main-nav-dropdown__item {
	flex: 1 1 160px;
	max-width: 145px;
	background: #fff;
	transition: .3s;
}
.main-nav-dropdown__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
	padding: 10px;
	position: relative;
}
.main-nav-dropdown__link:hover {
	border-radius: 4px;
	box-shadow: 1px 2px 4px rgb(0 0 0 / 8%);
	z-index: 1;
}
.main-nav-dropdown__img {
	margin-bottom: 10px;
}
.open_mob_menu {
	min-width: auto;
	background: none !important;
	padding: 10px;
	border: none !important;
	box-shadow: none !important;
}
.open_mob_menu i {
	font-size: 17px;
}
.mob-menu {
	width: 100%;
	max-width: 360px;
	background: #fff;
}
.mob-menu__header {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	background: #333333;
	margin-bottom: 40px;
}
.mob-menu__logo {
	max-width: 100px;
}
.categor-mob {
	padding: 20px 10px;
}
.categor-mob__btn {
	display: block;
	position: relative;
	padding: 10px 25px 10px 40px;
	font-weight: 600;
	font-size: 17px;
	color: #ED6E00 !important;
	border: 1px solid #ED6E00;
	border-radius: 4px;
}
.categor-mob__btn:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% + 1px);
	left: 15px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('/image/mod/menu_dots_orange.svg') 0 0 no-repeat;
  background-size: auto;
	background-size: cover;
}
.categor-mob__btn i {
	position: absolute;
	top: calc(50% + 1px);
	right: 15px;
	transform: translateY(-50%);
	transition: .3s;
}
.categor-mob__btn[aria-expanded="true"] i {
	transform: rotate(180deg) translateY(50%);
}
.categor-mob__list {
	padding: 15px 0;
}
.categor-mob__link {
	display: block;
	position: relative;
	padding: 10px 25px 10px 45px;
}
.categor-mob__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	fill: #ED6E00;
}
.categor-mob__arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: .3s;
}
.categor-mob__item.active .categor-mob__arrow {
	transform: rotate(-180deg) translateY(50%);
}
.categor-mob-dropdown {
	display: none;
}
.categor-mob__item.active .categor-mob-dropdown {
	display: block;
}
.categor-mob-dropdown__list {
	padding-left: 30px;
}
.categor-mob-dropdown__link {
	display: block;
	padding: 8px 15px;
}
.mob-menu-top {
	padding: 15px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.mob-menu-top__link {
	position: relative;
	display: block;
	padding: 10px 25px 10px 45px;
}
.mob-menu-top__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.mob-menu-top__link--fire .svg-icon {
	fill:#ED6E00;
}
.mob-menu-top__link i {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.mob-menu-top__link[aria-expanded="true"] i {
	transform: rotate(180deg) translateY(50%);
}
.mob-menu-top__dropdown {
	margin-left: 30px;
}
.mob-menu-top__dropdown a {
	display: block;
	padding: 8px 15px;
}
.mob-menu-footer__list {
	padding: 10px 15px;
}
.mob-menu-footer__link {
	display: block;
	position: relative;
	padding: 10px 25px 10px 45px;
}
.mob-menu-footer__link .svg-icon {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	fill:#ED6E00;
}
#modal-mob-menu {
	padding-right: 50px;
}
.header-main__search {
	width: 100%;
	max-width: 775px;
	padding: 0 15px;
}
/* main{
	margin-top: 124px;
} */
.main-search {
	position: relative;
}
.main-search__input {
	font-size: 16px !important;
	background: #eee;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.main-search__input:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}
.main-search__btn {
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #c4c4c4;
	transition: .3s;
}
.main-search__btn:hover {
	color:#ED6E00;
}
.main-search__btn .fa {
	font-size: 16px;
}
.header-actions {
	display: flex;
	align-items: center;
	margin: 0 -15px 0 auto;
}
/* .header-actions__item {
	padding: 0 15px;
} */
.header-cart__btn {
	padding: 0;
	border: none;
	box-shadow: none;
}
.header-actions__link {
	position: relative;
	display: block;
	color: #fff;
}
.header-actions__link .svg-icon {
	display: block;
}

.header-compare__link:hover .svg-icon,
.header-actions__link:hover .svg-icon {
	fill: #ED6E00;
}

.header-actions__link > span {
	position: absolute;
	top: -7px;
	right: -8px;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F76659;
	color: #fff;
	border-radius: 50%;
	font-weight: 500;
	font-size: 13px;
	z-index: 1;
}
.header-user__link {
	display: flex;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
}
.header-user__link span {
	margin-left: 5px;
	color: #ed6e00;
}
.header-user__link .svg-icon {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}
.header-user__link:hover .svg-icon {
	fill: #ed6e00;
}
.header-compare__link .svg-icon {
	width: 41px;
	height: 25px;
	fill: #B0BABF;
	transition: .3s;
}
.header-compare__link:hover .svg-icon {
	fill: #ed6e00;
}
.header-actions__compare .header-compare__link:hover .svg-icon {
	fill: #ed6e00;
}
/* end header */
/* category_wall */
.category_wall {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.category_wall__item {
	padding: 0 5px;
	/* width: 100%;
	max-width: 200px;
	margin-bottom: 10px; */
	text-align: center;
}
.category_wall__link {
	display: block;
	height: 100%;
	padding: 30px 25px;
	background: #fff;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
	border-radius: 2px;
	transition: .3s;
}
.category_wall__link:hover {
	box-shadow: 4px 13px 21px rgba(176, 186, 191, 0.23);
}
.category_wall__img .svg-icon {
	width: 40px;
	height: 40px;
}
.category_wall__link:hover .svg-icon {
	fill: #ED6E00;
}
.category_wall__name {
	margin: 30px 0 0;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-wrap: break-word;
	width: 100%;
}
.category_wall__btn {
	position: absolute;
	top: -70px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #757575;
	font-size: 16px;
	border: 1px solid rgba(157, 164, 170, 0.38);
	border-radius: 4px;
	z-index: 1;
}
.category_wall__btn--prev {
	right: 35px;
}
.category_wall__btn:hover {
	border-color: #ED6E00;
}
.category_wall__btn i {
	font-size: 18px;
}
.category_wall__btn.slick-disabled {
	opacity: .3;
}
/* end category_wall */

.categories-page__item {
	text-align: center;
	background: #fff;
}
.categories-page__link {
	display: block;
}
.categories-page__img {
	padding: 40px 0;
	margin-bottom: 3px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}
.categories-page__img img {
	margin: 0 auto;
}
.categories-page__name {
	display: block;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 35px;
	background-color: #FCFEFF;
}
.category-products {
	margin: 0 -2.5px;
}
.category-product {
	padding: 0 2.5px;
	margin-bottom: 20px;
}
.category-product:hover {
	z-index: 4;
	transform: scale(1.015);
}
.category-product .product-thumb {
	padding: 20px 0;
	margin-bottom: 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
	border-radius: 2px;
	border: none;
	transition: all .3s ease-in-out;
}
.category-product:hover .product-thumb {
	box-shadow: 4px 11px 26px rgba(188, 188, 188, 0.08), 10px 8px 35px rgba(146, 146, 146, 0.12)
}
.xdstickers_wrapper {position:absolute; z-index:1;}
.xdstickers_wrapper.xdstickers_wrapper_custom.position_upleft {top:5px; left:15px; right:auto;}
.xdstickers_wrapper.xdstickers_wrapper_custom.position_upright {top:5px; right:15px; left:auto;}
.xdstickers {padding:5px 10px; margin-bottom:5px;}
.category-product .xdstickers_wrapper {
	right: 15px;
	bottom: 15px;
}
.category-product .xdstickers {
	width: 90px;
    padding: 12px 5px;
    text-align: center;
    /* border: 1px solid #E1982D; */
    border-radius: 25px;
    font-weight: 600;
    background-color: #E7F2E0;
    font-size: 14px;
    color: #65A75E;
}
.xdstickers.xdsticker_sale {
    width: 45px;
}
.category-product .xdstickers.xdsticker_5,
.category-product .xdstickers.xdsticker_6,
.category-product .xdstickers.xdsticker_7,
.category-product .xdstickers.xdsticker_1 ,
.category-product .xdstickers.xdsticker_2,
.category-product .xdstickers.xdsticker_4,
.category-product .xdstickers.xdsticker_3,
.category-product .xdstickers.xdsticker_8,
.category-product .xdstickers.xdsticker_9, 
.category-product .xdstickers.xdsticker_10,
.owl-carousel .xdstickers.xdsticker_5,
.owl-carousel .xdstickers.xdsticker_6,
.owl-carousel .xdstickers.xdsticker_7,
.owl-carousel .xdstickers.xdsticker_1 ,
.owl-carousel .xdstickers.xdsticker_2,
.owl-carousel .xdstickers.xdsticker_4,
.owl-carousel .xdstickers.xdsticker_3,
.owl-carousel .xdstickers.xdsticker_8,
.owl-carousel .xdstickers.xdsticker_9, 
.owl-carousel .xdstickers.xdsticker_10 {
	width: 90px;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #E1982D;
    border-radius: 5px;
    font-weight: 600;
    background-color: #fff;
    font-size: 14px;
    color: #ED910A;
}

.category-product .xdsticker_novelty {
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #449A10;
	background: #FCBD30;
	border-radius: 50%;
	border: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.category-product .xdsticker_novelty::after {
  content: '';
  border: 5px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.category-product__heart {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	box-shadow: none;
}
.category-product__heart.wl-add i {
	color: #F76659;
}
.category-product__heart.wl-add i.fa-heart-o:before {
	content: '\f004';
}
.category-product__btn {
	padding: 10px 25px;
	min-width: 165px;
	text-align: center;
	font-size: 17px;
}
.category-product__footer {
	width: calc(100% - 5px);
	position: absolute;
	top: calc(100% - 2px);
	left: 2.5px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #fff;
	box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
	overflow: hidden;
	transition: transform .3s ease-in-out;
}
.category-product:hover .category-product__footer {
	padding: 5px 20px;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	box-shadow: 4px 25px 26px rgba(188, 188, 188, 0.08), 10px 25px 35px rgba(146, 146, 146, 0.12);
}
.category-product__rating {
	display: flex;
	align-items: flex-end;
}
.category-product__rating-total {
	margin-left: 5px;
	font-size: 13px;
	color: #5B6871;
	text-decoration-line: underline;
}
.category-product .caption {
	display: flex;
	flex-direction: column;
}
.category-product .price {
	margin-top: auto;
	margin-bottom: 0;
}
.category-product__attributes {
	/*margin-top: 25px;*/
	margin-bottom: 20px;
	font-size: 13px;
	color: #3B3B3B;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.category-product__attribute {
	padding: 2px 0;
}
.category-product__attribute span {
	color: #A6A6A6;
}

/* product */
.product-nav {
	border-top: 1px solid #CED2D6;
	border-bottom: 1px solid #CED2D6;
	margin-bottom: 65px;
}
.product-nav .nav-tabs {
	border: none;
}
.product-nav .nav-tabs > li {
	margin: 0;
	padding: 0 25px;
}
.product-nav .nav-tabs > li:first-child {
	padding-left: 0;
}
.product-nav .nav-tabs > li a {
	padding: 13px 0;
	font-size: 16px;
	background: none;
	border: none !important;
	border-bottom: 2px solid transparent !important;
}
.product-nav .nav-tabs > li.active a {
	border-bottom: 2px solid #ED6E00 !important;
	color: #252C32;
}
.product-nav .nav-tabs > li a:hover {
	border-color: #ED6E00 !important;
}
.product-actions__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 85px;
}
.product-actions__status {
	padding: 5px 15px 5px 15px;
	background: rgba(186, 193, 187, 0.09);
	border-radius: 27px;
	font-size: 14px;
}
.product-actions__status.instock {
	padding-left: 25px;
	position: relative;
	color: #359D3F;
	padding-left: 35px;
	background: rgba(53, 157, 63, 0.09);
}
.product-actions__status.instock:before {
	font: normal normal normal 14px/1 'FontAwesome';
	content: '\f00c';
	position: absolute;
	top: calc(50% - 1px);
	left: 13px;
	transform: translateY(-50%);
}
.product-actions__wishlist button {
	padding: 5px 15px;
	color: #595858;
	background: rgba(186, 193, 187, 0.09);
	border: none;
	border-radius: 27px;
	font-size: 14px;
}
.product-actions__wishlist button i {
	margin-right: 5px;
}
.product-actions__wishlist button.wl-add i {
	color: #F76659;
}
.product-actions__wishlist button.wl-add i.fa-heart-o:before {
	content: '\f004'
}
.product-actions__form-btn {
	color: #ED6E00;
}
.product-rating-top {
	margin-top: -20px;
	margin-bottom: 30px;
}
.product-rating-top a {
	font-size: 14px;
	color: #5B6871;
}
.product-actions__price {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: -0.5px;
	color: red;
}
.product-discount{
	position: relative;
	top: -15px;
	color: #2dd96b;
}
.product-actions__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-actions__buttons {
	display: flex;
	justify-content: flex-end;
}
.product-info {
	margin-top: 20px;
}
.product-info__title {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 16px;
}
.product-info__item {
	margin-bottom: 30px;
}
.product-info__item:last-child {
	margin-bottom: 0;
}
.product-info__list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
	font-size: 15px;
	color: rgba(51, 51, 51, 0.84);
}
.product-info__list li:before {
	content: '';
	background: #c4c4c4;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-info__item--delivery .product-info__list li:before {
	width: 18px;
	height: 18px;
	left: 0;
	background: url('/image/NP_logo2.svg') no-repeat 0 0;
}
.product-attribute {
	margin-top: 100px;
}
.product-attribute__item span {
	color: #909090;
}
.product-actions__buy {
	flex: 1;
}
.product-actions__buy-form {
	width: 100%;
	margin-top: 20px;
}
.product-actions__buy-form .control-label {
	display: none;
}
.pageform .form-control {
	padding: 10px 15px;
	font-size: 16px;
	background: #F8F8F8;
	border-color: #f8f8f8;
	border-radius: 2px;
	height: auto;
	box-shadow: none;
}
.product-small {
  margin-left: 40px;
  padding: 25px 45px;
  box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
  border-radius: 2px;
}
.product-small__title {
	font-size: 18px;
}
.product-small__price p {
	font-size: 20px;
}
.product-small__rating {
	margin-bottom: 25px;
}
.product-small__wishlist {
	background: rgba(174, 188, 196, 0.08);
	border-radius: 4px;
	width: 180px;
	height: 40px;
	color: #595858;
	font-size: 13px;
	box-shadow: none;
	border: none;
}
.product-small__pay button {
/*	width: 100%;*/
	min-width: auto;
	margin: 0 0 15px !important;
}
.product-actions__buy-form #pageform0 {
	position: relative;
	padding-right: 210px;
}
.product-actions__buy-form #button-buildersubmit0 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.text_no_reviews {
	text-align: center;
	margin-bottom: 30px;
	padding: 40px 0;
	font-size: 16.25px;
	background: rgba(35,31,32, 0.05);
}
.rating-container {
	float: none;
}
.review-author {
	position: relative;
	padding-left: 50px;
}
.review-author:before {
	content: '';
	background: url('/image/user-icon.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 35px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.review-answer-title-container {
	overflow: visible;
	padding-top: 20px;
}
.review-answer-title-container .review-author:before {
	background: url('/image/answer_logo.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}
.review-short__user {
	position: relative;
	padding-left: 50px;
}
.review-short__user:before {
	content: '';
	background: url('/image/user-icon.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 35px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.review-short__user .fa-stack {
	width: 14px;
	height: 14px;
}
.review-short-all {
	margin-top: 30px;
}
.review-short-all a {
	color: #ED6E00;
}
#button-ukrcredits {
	position: relative;
	/*padding-left: 35px;*/
	padding-right: 20px;
	margin-left: 30px;
} 
#button-ukrcredits img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
#button-ukrcredits span {
  position: relative;
  left: 2px;
}
#tab-specification .instructions {
	margin-bottom: 40px;
}
.instructions-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.instructions-item {
	padding: 0 15px;
	margin-bottom: 30px;
}
.instructions-btn {
	font-size: 15px;
	color: #3c3834;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 6%);
}
.instructions-btn:hover {
	color: #fff;
	background: #3c3834;
}
.instructions-btn span {
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: rgba(176, 186, 191, 0.74);
	padding-left: 3px;
}
.product-video {
	margin-bottom: 40px;
}
.product-video__link {
	margin-bottom: 30px;
	opacity: .5;
	cursor: pointer;
}
.product-video__link.active {
	opacity: 1;
}
.attribute-link-all {
	margin-top: 30px;
}
.attribute-link-all a {
  color: #ED6E00;
}
#product-product .xdstickers_wrapper_custom .xdstickers {
	padding: 6px;
	font-size: 12px;
	color: #449A10;
	border: 1px solid #449A10;
	border-radius: 4px;
	background: #E7F2E0;
	position: absolute;
	width: 70px;
	text-align: center;
}
.rotate-cover {
	position: relative;
}
.rotate-cover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/image/360_icon.svg') 0 0 no-repeat;
	background-position: center;
	opacity: 1 !important;
}
#additional {
	padding: 0 15px;
}
#additional.slick-vertical .slick-slide {
	height: 67px;
	border: 1px solid transparent;
}
/* end product */
#layoutform1 {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 100px;
	background: #DADFE4;
	border-radius: 14px;
}
#layoutform1 .form-header {
	width: 50%;
}
#layoutform1 .form-header .h2 {  
	letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 24px;
  color: #3B5460;
  margin-bottom: 10px;
}
#layoutform1 p {
	margin-bottom: 0;
}
#pageform1 {
	display: flex;
	margin-bottom: -15px;
}
#layoutform1 .form-horizontal {
	width: 50%;
}
#pageform1 .control-label {
	display: none;
}
#pageform1 .buttons {
	margin: 0 0 0 30px;
}
#pageform1 .row {
	flex: 1;
}
#button-buildersubmit1 {
	background: #ED6E00;
	color: #fff;
}
.user-review-write-block {
	background: none;
	box-shadow: none;
}
.user-review-write-block h2 {
    font-size: 28px;
	font-weight: 600;
}
.to-write-review {
	float: none;
	margin-bottom: 30px !important;
}
.registratsija-instrumenta__content {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 40px 15px;
}
.registratsija-instrumenta__form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.registratsija-instrumenta__form .pull-left {
	float: none !important;
}
.registratsija-instrumenta__form button {
	width: 100%;
	background: #ED6E00;
	color: #fff;
}
.registratsija-instrumenta__form button:hover {
	background: #ba5600 !important;
}
.registratsija-instrumenta__slider {
	margin-top: 20px;
}
.registratsija-instrumenta__footer {
	margin-top: 15px;
	width: 100%;
	max-width: 400px;
	font-size: 14px;
	line-height: 1.2;
	color: #797979;
	margin: 0 auto;
}
.registratsija-instrumenta__slider .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.registratsija-instrumenta__slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.registratsija-instrumenta__slider .slick-dots li {
	margin: 0 5px;
}
.registratsija-instrumenta__slider .slick-dots li button {
	width: 35px;
	height: 4px;
	border: none;
	background-repeat: 5%;
	opacity: .2;
	background-color: #000;
}
.registratsija-instrumenta__slider .slick-dots li.slick-active button {
	opacity: 0.4;
}
.registratsija-instrumenta__slider .slick-arrow {
	width: 50px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	opacity: 0;
	color: #fff !important;
	border: none;
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.registratsija-instrumenta__slider:hover .slick-arrow {
	opacity: .5;
}
.registratsija-instrumenta__slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.registratsija-instrumenta__slider .slick-arrow i {
	font-size: 40px;
}
.registratsija-instrumenta__slider .slick-arrow.slick-disabled {
	opacity: 0 !important;
}

#simplepage_form{
	width: 370px;
	display: flex;
	margin: 0 auto;
	padding-top: 80px;
	/* padding-bottom: 113px; */
}

@media (max-width: 576px){
	#simplepage_form{
	  width: 100%;
	  display: block;
  }
}

#agreement_checkbox input{
	height: 13px;
}

#agreement_checkbox a{
	font-weight: 600;
    color: #ed6e00;
    text-decoration: underline;
}

#agreement_checkbox a:hover{
    text-decoration: none;
}

#simpleregister_button_confirm{
	width: 100%;
	margin: 20px 0 !important;
}

/* service map */
.service_map_page #content {
	min-height: auto;
}
.service-map {
	margin-top: 40px;
	padding: 45px;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
#google-maps-searcher {
	width: 100%;
	margin-top: 40px;
	background-color: #00000008;
	border: none;
	margin-top: 0;
	padding: 16px;
	margin-bottom: 30px;
}
.service-sity-item {
	padding: 20px;
	border: none;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(65, 80, 88, 0.14);
	border-radius: 4px;
	margin-bottom: 11px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: .3s;
}
.service-sity-item:hover {
	border-color: #ED6E00;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(65, 80, 88, 0.14);
	border-radius: 4px;
}
.service-sity__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #333333;
	transition: .3s;
}
.service-sity-item:hover .service-sity__name {
	color: #ED6E00;
}
.service-sity__address {
	font-size: 16px;
	line-height: 19px;
	color: rgba(11, 11, 12, 0.45);
}
.service-map__title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
#window_info {
  padding: 5px 10px;
  font-weight: 500;
}
#window_info p {
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
}
#window_info p:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#window_info p.address-map:before {
	background: url("/image/geo-map.svg") no-repeat;
}
#window_info p.phone-map:before {
	background: url("/image/phone.svg") no-repeat;
}
#window_info p.info-time:before {
	background: url("/image/time-map.svg") no-repeat;
}
#window_info p.city-map {
	padding-left: 0;
	margin-bottom: 15px;
  font-size: 20px;
  color: #ED6E00;
}
#window_info .info-loc {
	display: none;
}
.gm-control-active, .gm-style-mtc button {
	background-color: #ED6E00 !important;
	color: #fff !important;
}
.list-noservice li {
	position: relative;
}
.list-noservice li + li {
	text-indent: 35px;
}
.list-noservice li + li:before {
	width: 30px;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	border: 2px solid #000000;
	border-radius: 20px;
}
/* end service map */
/* black list */
.black-list__top {
	background: #333;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.black-list__title {
	font-weight: bold;
	font-size: 36px;
	color: #FC542E;
}
.black-list__name {
	font-size: 24px;
}
.black-list__body {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.black_list_page {
	display: none;
}
#information-information h1 {
	text-align: center;
}
/* end black list */
/* partners-abroad */
.partners-abroad__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
}
.partners-abroad__item {
	width: calc(33.33% - 10px);
	padding: 8px;
	margin: 5px;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
}
.partners-abroad__img img {
	max-width: 100%;
}
.partners-abroad__info {
	padding: 25px;
}
.partners-abroad__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.partners-abroad__col {
	margin-bottom: 25px;
}
.partners-abroad__col:last-child {
	margin-bottom: 0;
}
.partners-abroad__col p {
	margin: 0;
}
.partners-abroad__name {
	font-weight: 600;
}
.intermail {
	position: relative;
	padding-left: 30px;
}
.intermail:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 16px;
	background: url("/image/email_icon.svg") no-repeat;
}
/* end partners-abroad */
/* store-sity */
.store-sity {
	margin-top: 60px;
}
.store-map__title {
	color: #ED6E00;
}
.store-sity__card {
	border: 1px solid #c4c4c4;
}
.store-sity__header {
	margin-bottom: -1px;
	border-bottom: 1px solid #c4c4c4;
}
.store-sity__current {
	padding: 10px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	text-decoration: none !important;
	color: #ED6E00 !important;
}
.store-sity__body  {
	width: 90%;
	margin: 15px auto;
	padding: 10px;
	box-shadow: 0 0 9px 0px #c4c4c4;
}
.store-sity__name {
	font-weight: 600;
}
.store-sity__list {
	display: flex;
	flex-wrap: wrap;
}
.store-sity__col {
	width: 33.33%;
	padding: 0 15px;
}
.store-sity__bold {
	position: relative;
	margin-bottom: 0;
	font-weight: 600;
}
.store-sity__bold:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	border: 4px solid #00D14C;
}
.store-sity__address {
	margin-bottom: 0;
}
/* end store-sity */
/* information-contact */
.information-contact__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.information-contact__item {
	width: 33.33%;
	padding: 0 15px;
	font-size: 18px;
}
.information-contact__name {
	position: relative;
	padding-left: 30px;
	color: rgba(51, 51, 51, 0.7);
}
.information-contact__name:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url('/image/mail-contact.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.information-contact__item--local .information-contact__name:before {
	background-image: url('/image/geo.svg');
}
.information-contact__item--phone .information-contact__name:before {
	background-image: url('/image/phone_contact.svg');
}
.information-contact__text {
  padding-left: 5px;
}
.information-contact__form {
	padding: 35px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}
.information-contact__map {
	margin-top: 30px;
}
.sitemap-page {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
/* end information-contact */
.footer-title {
	margin-bottom: 20px;
	font-size: 18px;
	color: rgb(136, 136, 136);
}
.footer-list li {
	margin-bottom: 15px;
	font-size: 14px;
}
.footer-newsletter {
	margin-top: 20px;
	max-width: 275px;
}
.newsletter-btn {
	min-width: auto;
	padding: 0 15px;
}
.newsletter-descr {
	font-size: 14px;
	line-height: 1.2;
}
.footer-newsletter .form-control {
	box-shadow: none !important;
	background: #464646;
	border-color: #464646;
	color: #fff;
}
.newsletter-private {
	margin: 10px 0 0;
	color: #AFAFAF;
	font-size: 12px;
}
.newsletter-private a {
	color: #63709E;
}
.footer-contact__item {
	position: relative;
	padding-left: 25px;
}
.footer-contact__item:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer-contact__item--phone:before {
	top: calc(50% - 2px);
	background-image: url("/image/phone_footer.svg");
}
.footer-contact__item--email:before {
	background-image: url("/image/group.svg");
}
.social-links {
	margin-top: 15px;
	margin-bottom: 30px;
}
.social-links__list {
	display: flex;
	margin: 0 -5px;
}
.social-links__item {
	padding: 0 5px;
}
.social-links__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 0.5px solid rgba(255, 255, 255, 0.49);
	color: #fff !important;
}
.social-links__link:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer-bottom {
	margin-top: 30px;
	padding: 10px 0;
	font-size: 14px;
	background: #231F20;
}
.payment-home-custom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.payment-home-custom img {
	margin-left: 15px;
}
.footer-copy {
	margin-top: 5px;
	text-align: center;
}
/* account */
.account-content {
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
	padding: 30px 40px;
	padding-left: 0 !important;
}
.account-newsletter .newsletter-private {
	display: none;
}
/* end account */
/* account-sidebar */
.account-sidebar {
	padding: 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
.discount-sidebar {
	margin-bottom: 40px;
}
.discount-sidebar__user {
	margin-bottom: 10px;
	text-align: center;
}
.discount-sidebar__user .svg-icon {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 10px;
}
.discount-sidebar__name span {
	color: #ED6E00;
}
.discount-sidebar__steps {
	padding: 0 10px;
	font-size: 0;
	line-height: 0;
}
.discount-sidebar__step {
	display: inline-block;
	width: 25%;
	height: 5px;
	background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), #EEEEEE;
}
.discount-sidebar__background {
	height: 100%;
	background: #ED6E00;
}
.discount-sidebar__step-last {
	display: none;
}
.account-sidebar__item {
	padding: 5px 0;
}
.account-sidebar__link {
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
.account-sidebar__link.active {
	color: #ED6E00;
}
.account-sidebar__link .svg-icon {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.account-sidebar__link:hover .svg-icon,
.account-sidebar__link.active .svg-icon {
	fill: #ED6E00;
}
.profile__create_custom_select{
	color: black !important;
  }
/* end account-sidebar */
/* discount-module */
.discount-module {
	margin-bottom: 30px;
	padding: 32px 40px 45px 40px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
.discount-module__title {
	margin-bottom: 40px;
}
.discount-module__steps {
	display: flex;
	padding: 20px 0;
	position: relative;
}
.discount-module__step {
	position: relative;
  display: inline-block;
  width: 25%;
  height: 5px;
  background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), #EEEEEE;
	border: none;
  border-radius: 4px;
}
.discount-module__step:before {
	content: "";
	background: #ED6E00;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 9;
}
.discount-module__step--last-step {
	position: absolute;
	right: 0;
	background: none;
}
.discount-module__step--last-step:before {
	left: auto;
	right: 0;
}
.discount-module__step-price {
	position: absolute;
	top: -26px;
	left: -25px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: lowercase;
	color: #000000;
}
.discount-module__step--first-step .discount-module__step-price {
	left: 0;
}
.discount-module__step-percent {
	position: absolute;
	bottom: -30px;
	left: -0;
	color: #ed6e00;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
}
.discount-module__step--first-step .discount-module__step-percent {
	left: 0;
}
.discount-module__step--last-step .discount-module__step-price {
	left: auto;
	right: 0;
/*	width: 20%;*/
}
.discount-module__step--last-step .discount-module__step-percent {
	left: auto;
	right: 0;
}
.discount-module__background {
	height: 100%;
	background: #ED6E00;
	border-radius: 4px;
}
/* end discount-module*/

/* order-list */
.order-list__item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.21);
}
.order-list__item:last-child {
	border: none;
}
.order-list__top {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.order-list__id {
	font-weight: 600;
}
.order-list__right {
	position: relative;
	padding-right: 20px;
	text-align: right;
}
.order-list__right i {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 18px;
}
.order-list__status {
	margin-bottom: 5px;
}
.order-list__status--3, .order-list__status--5 {
	color: #449A10;
}
.order-list__status--7, .order-list__status--8,.order-list__status--9,.order-list__status--10,.order-list__status--16 {
	color: #EB001B;
}
.order-list__added {
	color: #B0BABF;
}
.order-list__content {
	padding-left: 30px;
}
.order-list__product {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.21);
}
.order-list__product:last-child {
	margin-bottom: 0;
	border: none;
}
.order-list__img {
	margin-right: 10px;
}
.order-list__name {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.order-list__price {
	font-weight: 600;
	font-size: 15px;
}
/* end order-list */
/* account-address */
.account-address {
	position: relative;
	padding-bottom: 40px;
}
.account-address:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.account-address__title {
	margin-bottom: 30px;
	padding-left: 15px;
	font-weight: 600;
}
.account-address__list {
	padding: 0 15px;
}
.account-address__item {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 15px;
	background: #FAFAFA;
	border: 1px solid rgba(229, 229, 229, 0.81);
	border-radius: 4px;
}
.account-address__item:last-child {
	margin-bottom: 0;
}
.account-address__item.active {
	background: rgba(237, 110, 0, 0.04);
	border-color: rgba(237, 110, 0, 0.81);
}
.account-address__name {
	padding-right: 40px;
	color: #333;
	opacity: .8;
}
.account-address__item.active .account-address__name {
	opacity: 1;
}
.account-address__action {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #A2ABB0;
}
.account-address__bottom {
	margin-top: 25px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #B0BABF;
}
.account-address__bottom a {
	color: #ED6E00;
}
.account-address__form {
	padding: 0 15px;
}
/* end account-address */
/* checkout */
/* .simplecheckout-left-column,
#simplecheckout_cart {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */
.simple-content .checkout-heading {
	position: relative;
	padding: 25px 15px;
	background: none;
}
#simplecheckout_customer .checkout-heading,
#simplecheckout_shipping .checkout-heading,
#simplecheckout_payment .checkout-heading {
	padding-left: 60px;
}
#simplecheckout_customer .checkout-heading:before,
#simplecheckout_shipping .checkout-heading:before,
#simplecheckout_payment .checkout-heading:before {
	content: '1';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #ED6E00;
	border-radius: 50%;
}
#simplecheckout_shipping .checkout-heading:before {
	content: '2';
}
#simplecheckout_payment .checkout-heading:before {
	content: '3';
}
.simplecheckout-block {
	margin: 0;
	/* border-bottom: 1px solid #ddd; */
}
.simplecheckout-block-content {
	padding: 0;
	border: none !important;
}
.panel-heading{
	border: none;
}
#simplecheckout_comment {
	border: none;
}
#simplecheckout_comment .simplecheckout-block-content {
	padding: 0 !important;
}
#simplecheckout_payment_form {
	border: none;
}
.simple-content #buttons {
	position: relative;
	margin-top: -15px;
	padding: 30px;
	/* background: #FFFFFF; */
	text-align: left;
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}
#simplecheckout_cart {
	border: none;
}
.simplecheckout-cart-total {
	border: none;
}
#total_total {
	display: flex;
	padding: 25px 35px;
	background: #F6F6F6;
}
#total_total .simplecheckout-cart-total-value {
	margin-left: auto;
	font-weight: 600;
	font-size: 20px;
}
#total_total b {
	font-weight: normal;
	vertical-align: middle;
}
.simplecheckout-cart-total-remove {
	display: none;
}
#total_discount {
	position: relative;
	padding-right: 25px;
	text-align: center;
}
#total_discount .simplecheckout-cart-total-value {
	position: absolute;
	right: 15px;
}
#total_sub_total {
	display: none;
}
.simplecheckout .discount-module {
	padding: 30px 30px 30px 5px;
	background: none;
	box-shadow: none;
}
.simplecheckout .discount-module__step--last-step .discount-module__step-price {
	right: -25px;
}
.discount-info {
	width: 100%;
	max-width: 730px;
	padding: 25px 30px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	background: #F4F0EC;
	border: 1px solid #ED6E00;
	border-radius: 5px;
}
.discount-info__content {
	display: flex;
	align-items: center;
	padding-right: 25px;
}
.discount-info__img {
	margin-right: 25px;
	width: 40px;
	height: 40px;
}
.discount-info__img .svg-icon {
	width: 40px;
	height: 40px;
}
.discount-info__text {
	line-height: 1.2;
}
.discount-info__text a {
	font-weight: 600;
	color: #ED6E00;
	text-decoration: underline;
}
.discount-info__btn:hover {
	background: transparent;
}
.personal-discount {
	padding: 20px;
	text-align: center;
	background: #F4F0EC;
	border: 1px solid #ED6E00;
	border-radius: 5px;
}
.personal-discount span {
	color: #ED6E00;
}
.product-checkout__item {
	position: relative;
	padding: 20px 10px;
}
.product-checkout__col {
	display: flex;
}
.product-checkout__image {
	margin-right: 15px;
}
.product-checkout__info {
	width: 100%;
	max-width: 250px;
	padding-right: 15px;
}
.product-checkout__name {
	margin-bottom: 10px;
	font-size: 14px;
}
.product-checkout__quantity {
	display: flex;
}
.product-checkout__current {
	white-space: nowrap;
}
.product-checkout__quantity .input-group {
	margin-left: auto;
	width: auto;
	height: 34px;
}
#simplecheckout_cart .form-control {
	min-width: none;
	text-align: center;
	border-radius: 5px;
}
.product-checkout__btn {
	padding: 5px 15px;
	height: 100%;
	background: none;
	border: none;
}
.product-checkout__price {
	margin-left: auto;
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}
.product-checkout__new-price {
	font-weight: 600;
	color: #FF2F00;
}
.product-checkout__old-price {
	font-size: 14px;
	color: #C0C0C0;
}
.product-checkout__remove {
	position: absolute;
	top: 0;
	right: 0;
}
.product-checkout__remove .btn {
	padding: 10px;
	font-size: 18px;
	color: #C0C0C0;
	background: none;
	border: none;
}
/* end checkout */
/* Modal popup window*/
.modal {
  display: none; 
  position: fixed; 
  /*z-index: 1; */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.icon {
  fill: #B0BABF;
  transition: fill 0.3s ease;
}

.icon:hover {
  fill: #ED6E00;
}

.fancybox-content{
    /*width: 100% !important;*/
    /*height: 485px !important;*/
}

.fancybox-content iframe{
	width: 100%;
	height: 100%;
  border: 0;
}

#review-modal{
	margin-left: 0 !important;
	width: 50%;
}

.fancybox-image{
	height: 100% !important;
}
/*.category-product.out-of-stock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}*/
.img-out-of-stock {
    position: relative;
    opacity: 0.5;
}
.out-of-stock img{
	  opacity: 0.5;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

#contact-info-header{
    box-shadow: none;
    background: #333;
    padding-top: 13px !important;
    position: fixed;
    top: 50px;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    width: 200px;
    padding: 20px;
}

.more-info-text{
	padding: 0;
}

.more-info-text li{
    list-style: none;
    display: list-item;
}

.item-phone a{
	color: #fff;
}

.more-info-text li.cool{
	color: #ED6E00;
	margin-top: 10px;
}

#field-855{
	  font-style: normal;
    background: #333;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd !important;
    color: #ddd;
    margin: 0 20px;
    width: 150px;
}

#jfrom-submit-1{
	position: relative;
	left: -10px;
}

.modules-menu{
	width: 100%;
	max-width: 265px;
	position: fixed;
	top: 155px;
	/*background: #fff;*/
	display: block;
	overflow-y: auto;
	max-height: calc(100vh - 155px);
}

.modules-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd;
}

.modules-menu::-webkit-scrollbar-thumb {
    background: #ED6E00;
    border-radius: 3px;
}

.modules-menu h2{
	margin-bottom: 10px;
	font-family: Myriad Pro;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 10px;
}

.modules-menu p{
	border-top: 1px solid #ddd;
	display: block;
	margin-bottom: 0;
}

.modules-menu p a{
	margin-left: 0;
  padding: 5px 0 5px 10px;
  margin-bottom: 0;
  display: block;
}

.modules-menu p:last-child a{
	border-bottom: 1px solid #ddd;
}

.modules-menu p:hover, .modules-menu p:focus, .modules-menu p.active-item{
	background: #ED6E00;
}

.modules-menu p:hover a, .modules-menu p:focus a, .modules-menu p.active-item a{
	color: #fff;
}

.module-tab-pane{
	padding-top: 33vh;
	margin-top: -33vh;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

/*.module-tab-pane:last-child div.owl-carousel{
	height: auto;
}*/


.module-tab-pane h3.active {
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ed6e00;
    margin-right: 50px;
    padding: 5px;
}

.btn-modules{
/*	width: 100%;*/
	background: #daf5cc;
	color: #51a351;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 100;
	color: #fff;
	background: #ED910A;
	border: none;
}

.btn-modules:hover{
	color: #fff;
}

.mobile-menu-close{
	display: none;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
}

.xdsticker_novelty{
	position: relative;
/*	top: -15px;*/
}
.last-owl {
	height: auto;
}

.product-mobile-none{
  	display: block;
}  
  .product-desctop-none{
  	display: none;
  }


  @import url("reset.css");
  @import url("fonts.css");
  @import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
  @import url("global.css");
  
  @media (max-width: 1200px) {
  }
  
  @media (max-width: 1024px) {
  }
  
  @media (max-width: 768px) {
  }
  
  @media (max-width: 576px) {
  }
  
  @media (max-width: 480px) {
  }
  
  @media (max-width: 384px) {
  }
  
  @media (min-width: 577px) {
  }
  
  /* __________ hero __________ */
  .hero__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
  
	padding: 15px 0 0 0;
  }
  
  .hero__content {
	min-width: 0;
  }
  
  .hero__sidebar {
	min-width: 290px;
	/* height: 594px; */
  }
  
  @media (max-width: 1024px) {
	.hero__sidebar {
	  display: none;
	}
  }
  
  .hero__swiper {
	margin-bottom: 15px;
  }
  
  @media (max-width: 576px) {
	.hero__swiper {
	  margin-left: -15px;
	  margin-right: -15px;
	  margin-bottom: 10px;
	}
  }
  
  .hero__swiper-wrapper {
	width: 100%;
	height: 100%;
  }
  
  .hero__slide-wrapper {
	position: relative;
	overflow: hidden;
  
	display: flex;
	align-items: center;
  
	min-height: 479px;
  
	border-radius: 4px;
  
	img {
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 100%;
	  height: 100%;
	  min-height: 479px;
  
	  object-fit: cover;
	  object-position: 0 50%;
	  z-index: 0;
	}
  }
  
  @media (max-width: 1024px) {
	.hero__slide-wrapper {
	  min-height: 370px;
  
	  img {
		min-height: 370px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.hero__slide-wrapper {
	  min-height: 167px;
  
	  border-radius: 0;
  
	  img {
		min-height: 167px;
	  }
	}
  }
  
  .hero__slide-content {
	position: relative;
	z-index: 1;
  
	margin-left: 20px;
  
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	a,
	button {
	  color: #fff;
	}
  
	h1 {
	  margin-bottom: 20px;
  
	  font-size: 46px;
	  font-weight: 400;
	  line-height: 94%;
	}
  
	strong {
	  font-size: 36px;
	  text-transform: uppercase;
	  font-weight: 900;
	  line-height: 114%;
	  letter-spacing: 0.01em;
	}
  
	h4 {
	  margin-bottom: 20px;
  
	  font-size: 30px;
	  text-transform: uppercase;
	  font-weight: 400;
	  line-height: 160%;
	}
  
	a {
	  padding: 10px 25px;
  
	  font-size: 17px;
	  font-weight: 600;
	  color: #fff;
  
	  background: #ed6e00;
  
	  border: 1px solid #ed6e00;
	  border-radius: 2px;
  
	  box-shadow: 0 2px 2px 0 #0000001a;
  
	  transition: 0.3s;
  
	  &:hover {
		color: #ed6e00;
  
		background-color: transparent;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.hero__slide-content {
	  h1 {
		margin-bottom: 9px;
  
		font-size: 17px;
	  }
  
	  strong {
		font-size: 14px;
	  }
  
	  h4 {
		margin-bottom: 6px;
  
		font-size: 10px;
	  }
  
	  a {
		padding: 8px 16px;
  
		font-size: 10px;
		font-weight: 400;
	  }
	}
  }
  
  .hero__bottom-row {
	display: flex;
	flex-direction: row;
	gap: 15px;
	overflow-y: auto;
  }
  
  .hero__bottom-item {
	position: relative;
  
	flex: 0 1 33.333%;
  
	min-width: 230px;
	padding: 37px 30px 37px 87px;
  
	font-size: 22px;
	line-height: 100%;
	font-weight: 600;
	text-align: left;
	text-wrap: nowrap;
	color: #000;
  
	background: #f3f6f8;
  
	border: 2px solid #f3f6f8;
	border-radius: 4px;
  
	cursor: pointer;
	transition: 0.3s;
  }
  
  @media (max-width: 1200px) {
	.hero__bottom-item {
	  padding: 37px 20px 37px 58px;
	}
  }
  
  @media (max-width: 1024px) {
	.hero__bottom-item {
	  padding: 22px 20px 22px 58px;
	}
  }
  
  @media (max-width: 576px) {
	.hero__bottom-item {
	  font-size: 16px;
	}
  }
  
  .hero__bottom-item:hover {
	background-color: transparent;
  }
  
  .hero__bottom-icon {
	position: absolute;
	top: 50%;
	left: 30px;
  
	max-width: 44px;
  
	object-fit: contain;
  
	transform: translate(0, -50%);
  }
  
  @media (max-width: 1200px) {
	.hero__bottom-icon {
	  left: 20px;
  
	  max-width: 30px;
	}
  }
  
  /* __________ product __________ */
  
  .product {
	background-color: #ffffff;
  
	border: 1px solid #e6e6e6;
  }
  
  .product__wrapper {
	position: relative;
  
	display: flex;
	flex-direction: column;
  
	height: 100%;
	padding: 62px 15px 19px 15px;
  }
  
  .product__labels {
	position: absolute;
	top: 11px;
	left: 11px;
  
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
  
	font-size: 12px;
	line-height: 1;
  
	span {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  }
  
  .product__labels-label {
	padding: 5px 7px;
  
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ed910a;
  
	border: 1px solid #ed910a;
	border-radius: 4px;
  }
  
  .product__labels-overwiev {
	max-width: 39px;
  
	cursor: pointer;
  
	img {
	  width: 100%;
  
	  object-fit: contain;
	}
  }
  
  .product__like {
	position: absolute;
	right: 14px;
	top: 14px;
  
	width: 24px;
	height: 21px;
  
	cursor: pointer;
  }
  
  .product__like-item {
	stroke: #5b6871;
  
	&.product__like-active {
	  fill: #9da4aa;
	  stroke: #9da4aa;
	}
  }
  
  .product__image {
	display: flex;
	justify-content: center;
	align-items: center;
  
	margin-bottom: 25px;
  }
  
  .product__image-link {
	max-height: fit-content;
  
	aspect-ratio: 1;
  }
  
  .product__image-item {
	max-width: 220px;
	width: 100%;
  
	aspect-ratio: 1;
	object-fit: contain;
	object-position: 50%;
  }
  
  .product__content-row {
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
	flex-direction: column-reverse;
  }
  
  @media (max-width: 576px) {
	.product__content-row {
	  flex-direction: column-reverse;
	  /* gap: 14px; */
	}
  }
  
  .product__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  
	/* height: 100%; */
  }
  
  .product__title {
	display: flex;
	align-items: flex-end;
  
	/* height: 100%; */
	margin-bottom: 10px;
  
	line-height: 1.2;
  
	a {
	  line-height: 1.2;
	}
  }
  
  @media (max-width: 576px) {
	.product__title {
	  font-size: 14px;
	}
  }
  
  .product__rating {
	display: flex;
	gap: 8px;
	align-items: center;
  
	margin-bottom: 9px;
  
	&.product__rating--sigle_mod {
	  &:not(:last-child) {
		margin-bottom: 8px;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.product__rating {
	  &.product__rating--sigle_mod {
		&:not(:last-child) {
		  margin-bottom: 30px;
		}
	  }
	}
  }
  
  @media (max-width: 480px) {
	.product__rating {
	  flex-wrap: wrap;
  
	  &.product__rating--sigle_mod {
		&:not(:last-child) {
		  margin-bottom: 16px;
		}
	  }
	}
  }
  
  .rating {
	display: flex;
  }
  
  .rating-star {
	display: inline-block;
  
	width: 14px;
	height: 14px;
  
	background-color: #d5dadd;
  
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }
  
  .rating-star.rating-filled {
	background-color: #f8c51b;
  }
  
  .product__rating-total {
	font-size: 14px;
	font-weight: 600;
	color: #5b6871;
  }
  
  .product__price-row {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
  }
  
  @media (max-width: 576px) {
	.product__price-row {
	  margin-bottom: 15px;
	}
  }
  
  .product__price {
	font-size: 22px;
	font-weight: 600;
	color: #000;
  
	span {
	  color: #ff2f00;
	}
  }
  
  @media (max-width: 576px) {
	.product__price {
	  font-size: 17px;
	}
  }
  
  .product__price-old {
	font-size: 16px;
	font-weight: 600;
	text-decoration: line-through;
	color: #5b6871;
  }
  
  @media (max-width: 576px) {
	.product__price-old {
	  font-size: 14px;
	}
  }
  
  .product__badges {
	align-self: flex-end;
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	gap: 4px;
    height: 40px;
	width: 100%;
  
	margin-bottom: 12px;
  
	&.product__badges_page--state {
	  flex-direction: row;
	  align-self: unset;
	  align-items: center;
  
	  width: auto;
	  margin-bottom: 0px;
	}
  }
  
  @media (max-width: 576px) {
	.product__badges {
	  align-self: flex-start;
	  flex-direction: row;
	  align-items: flex-start;
	}
  }
  
  @media (max-width: 480px) {
	.product__badges {
	  flex-wrap: wrap;
	}
  }
  
  .product__badge-discount {
	align-self: flex-end;
  
	padding: 6px 9px;
  
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
  
	background: #ff2f00;
  
	border-radius: 4px;
  
	.product__badges_page--state & {
	  font-size: 14px;
	  font-weight: 600;
	}
  }
  
  @media (max-width: 576px) {
	.product__badge-discount {
	  .product__badges_page--state & {
		font-size: 12px;
	  }
	}
  }
  
  .product__badge-stock {
	position: relative;
  
	padding: 6px 16px 6px 40px;
  
	font-size: 14px;
	font-weight: 400;
	color: #359d3f;
  
	background: #359d3f17;
  
	border-radius: 27px;
  
	&::before {
	  position: absolute;
	  top: 50%;
	  left: 16px;
  
	  width: 14px;
	  height: 11px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.94301L0.907 5.03601L5.443 9.57001L4.536 10.477L0 5.94301Z' fill='%23359D3F'/%3E%3Cpath d='M12.697 0.5L13.603 1.407L4.533 10.477L3.625 9.571L12.697 0.5Z' fill='%23359D3F'/%3E%3C/svg%3E%0A")
		no-repeat;
  
	  transform: translateY(-50%);
	  content: "";
	}
  }
  
  .product__badge-nostock{
      position: relative;
  
	padding: 6px 16px 6px 16px;
  
	font-size: 14px;
	font-weight: 400;
	color: #FF2F00;
  
	background: #FFE3DC;
  
	border-radius: 27px;
  }
  
  @media (max-width: 576px) {
	.product__badge-stock {
	  .product__badges_page--state & {
		padding: 4px 16px 4px 30px;
  
		font-size: 12px;
  
		&::before {
		  left: 10px;
		}
	  }
	}
  }
  
  .product__badge-deco {
	display: inline-block;
  
	width: 1px;
	height: 100%;
	min-height: 16px;
  
	background: #e8e9ea;
  
	&:not(:last-child) {
	  margin-right: 12px;
	}
  
	&:not(:first-child) {
	  margin-left: 12px;
	}
  }
  
  @media (max-width: 576px) {
	.product__badge-deco {
	  .product__badges_page--state & {
		font-size: 12px;
  
		&:not(:last-child) {
		  margin-right: 6px;
		}
  
		&:not(:first-child) {
		  margin-left: 6px;
		}
	  }
	}
  }
  
  .product__badge-present {
	padding: 6px 9px;
  
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	color: #449a10;
  
	background: #449a101a;
  
	border-radius: 4px;
  
	.product__badges_page--state & {
	  font-size: 14px;
	  font-weight: 600;
	}
  }
  
  @media (max-width: 576px) {
	.product__badge-present {
	  .product__badges_page--state & {
		font-size: 12px;
	  }
	}
  }
  
  .product__badge-new {
	padding: 6px 9px;
  
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #fff;
  
	background: #449a10;
  
	border-radius: 4px;
  
	.product__badges_page--state & {
	  font-size: 14px;
	  font-weight: 600;
	}
  }
  
  @media (max-width: 576px) {
	.product__badge-new {
	  .product__badges_page--state & {
		font-size: 12px;
	  }
	}
  }
  
  .product:hover {
	border-bottom-color: #fff;
  
	& .product__additional {
	  opacity: 1;
	  z-index: 1;
	  visibility: visible;
  
	  transform: translateY(0);
  
	  box-shadow: 0px 7px 20px 0px #070b170d, 0px 10px 11px 0px #070b170a, 0px 10px 15px 0px #070b1708, 0 13px 16px 0px #070b1703, 0 10px 11px 15px #070b1700, 0px 11px 11px 0px #0000000d;
	}
  }
  
  @media (max-width: 576px) {
	.product:hover {
	  border-bottom-color: #e6e6e6;
	}
  }
  
  .product__additional {
	position: absolute;
	top: calc(100% - 2px);
	left: -1px;
  
	padding: 0px 15px 20px 15px;
	width: calc(100% + 2px);
  
	background-color: #fff;
  
	border: 1px solid #e6e6e6;
	border-top: none;
  
	opacity: 0;
	visibility: hidden;
	z-index: -1;
  
	transform: translateY(-100%);
	transition: opacity 0.3s ease;
  }
  
  @media (max-width: 576px) {
	.product__additional {
	  position: static;
	  z-index: 0;
  
	  padding: 0;
  
	  border: none;
  
	  visibility: visible;
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  
  .product__additional-button {
	margin-bottom: 28px;
	padding: 8px 25px;
  
	min-width: 165px;
  
	font-size: 17px;
	text-align: center;
	text-shadow: none;
	line-height: 1.4;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
  
	background-color: #ed6e00;
  
	border: 1px solid #ed6e00;
	border-radius: 4px;
  
	cursor: pointer;
  
	&:hover,
	&:focus {
	  background-color: transparent;
  
	  color: #ed6e00;
	}
  }
  
  @media (max-width: 576px) {
	.product__additional-button {
	  display: flex;
	  align-items: center;
	  gap: 5px;
	  justify-content: center;
  
	  margin-bottom: 0;
	  width: 100%;
	  min-width: unset;
  
	  font-size: 14px;
	  font-weight: 400;
  
	  &:hover .product__additional-icon {
		fill: #ed6e00;
	  }
	}
  }
  
  .product__additional-icon {
	width: 13px;
	height: 13px;
  
	fill: #fff;
  }
  
  @media (min-width: 577px) {
	.product__additional-icon {
	  display: none;
	}
  }
  
  .product__additional-attributes {
	font-size: 13px;
	line-height: 1;
  }
  
  @media (max-width: 576px) {
	.product__additional-attributes {
	  display: none;
	}
  }
  
  .product__additional-attribute {
	display: flex;
	align-items: flex-start;
	gap: 22px;
  
	line-height: 1.08;
	color: #101010;
  
	&:not(:last-child) {
	  margin-bottom: 10px;
	}
  }
  
  .product__additional-attribute_parameter {
	flex: 0 1 53%;
  
	font-size: 12px;
	font-weight: 400;
  }
  
  .product__additional-attribute_value {
	flex: 0 1 37%;
  
	font-size: 12px;
	font-weight: 600;
  }
  
  /* __________ video __________ */
  .video.video_big {
	.video__wrapper {
	  max-height: unset;
	}
  
	.video__item {
	  max-height: unset;
	  aspect-ratio: 686 / 384;
	}
  }
  
  .video__wrapper {
	position: relative;
	overflow: hidden;
  
	margin-bottom: 18px;
	aspect-ratio: 800 / 446;
  
	border-radius: 10px;
  
	cursor: pointer;
  }
  
  .video__wrapper:hover {
	.video__play-button {
	  box-shadow: 0 15px 60px 0 #00000078, 0 5px 10px 0 #00000087;
  
	  &:after {
		transform: scale(1.2);
	  }
	}
  }
  
  .video__item {
	display: block;
  
	width: 100%;
	/* height: 100%; */
  
	object-fit: cover;
	object-position: left;
  }

  .correct-video{
	height: 100%;
  }
  
  .video__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
  
	display: flex;
	justify-content: center;
	align-items: center;
  
	width: 60px;
	height: 60px;
  
	background-color: #f7c74e;
  
	border-radius: 50%;
  
	transform: translate(-50%, -50%);
	box-shadow: 0 15px 60px 0 #00000040, 0 5px 10px 0 #00000059;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
  }
  
  .video__play-button:after {
	display: block;
  
	margin-left: 5px;
	width: 16px;
	height: 18px;
  
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.26795C16.3333 8.03775 16.3333 9.96225 15 10.7321L3 17.6603C1.66667 18.4301 -8.94676e-07 17.4678 -8.27378e-07 15.9282L-2.21695e-07 2.0718C-1.54397e-07 0.532196 1.66667 -0.430055 3 0.339746L15 7.26795Z' fill='%230D0000' /%3E%3C/svg%3E")
	  no-repeat;
  
	content: "";
	transition: transform 0.3s ease;
  }
  
  .video__title {
	margin-bottom: 5px;
  
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
  
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  
  .video__info {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
  
	font-size: 15px;
	font-weight: 400;
	color: #909090;
  }
  
  /* __________ header top __________ */
  .header_top {
	width: 100%;
	padding-block: 12px;
  
	background: #333;
  }
  
  @media (max-width: 1024px) {
	.header_top {
	  display: none;
	}
  }
  
  .header_top__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
  }
  
  .header_top__logo {
	display: block;
  
	width: 100%;
	height: 100%;
	max-width: 113px;
  
	object-fit: contain;
  }
  
  .header_top__list {
	display: flex;
	align-items: center;
	gap: 60px;
  }
  
  .header_top__link {
	font-size: 15px;
	font-weight: 600;
	color: #ededed;
  
	.header_top__list--dropdown & {
	  &:hover,
	  &:focus-visible {
		color: #ed6e00;
	  }
	}
  }
  
  .header_top__dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
  
	width: 100%;
	min-width: 200px;
	padding: 10px;
  
	background: #ffffff;
  
	border-radius: 2px;
  
	box-shadow: 0 -2px 20px 0 #3d3d3f1f;
	z-index: 100;
  
	transition: height 0.3s ease, opacity 0.2s ease, visibility 0.3s ease;
  
	height: 0;
	opacity: 0;
	visibility: hidden;
  
	.header_top__list--dropdown_active & {
	  height: auto;
	  opacity: 1;
	  visibility: visible;
	}
  }
  
  .header_top__dropdown_menu_link {
	display: inline-block;
  
	padding: 5px 10px;
  
	font-size: 14px;
	font-weight: 500;
	color: #333;
  }
  
  .header_top__contact {
	display: flex;
	align-items: center;
	gap: 16px;
  }
  
  .header_top__number_wrapper,
  .header_top__list--dropdown {
	position: relative;
  
	padding-right: 16px;
  
	cursor: pointer;
	transition: color 0.3s ease;
  
	&::after {
	  position: absolute;
	  top: 50%;
	  right: 0;
  
	  width: 8px;
	  height: 6px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.943333 0.695923L4 3.78939L7.05667 0.695923L8 1.65061L4 5.69877L0 1.65061L0.943333 0.695923Z' fill='%23F79E1B' /%3E%3C/svg%3E")
		no-repeat;
  
	  content: "";
	  transform: translateY(-50%);
	  transition: transform 0.2s ease;
	}
  
	&.header_top__list--dropdown_active {
	  &::after {
		transform: translateY(-50%) rotate(180deg);
	  }
	}
  }
  
  .header_top__number {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
  }
  
  /* __________ header __________ */
  .header-second {
	background: #fff;
  
	box-shadow: 0 -2px 20px 0 #3d3d3f1f;
  }
  
  .header__wrapper {
	position: relative;
  
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
  
	padding: 13px 0 15px;
  }
  
  @media (max-width: 1024px) {
	.header__wrapper {
	  padding: 13px 0;
	  gap: 5px;
	}
  }
  
  .header__main-menu {
	min-width: 290px;
  
	cursor: pointer;
  }
  
  @media (max-width: 1024px) {
	.header__main-menu {
	  min-width: 32px;
	}
  }
  
  .main-menu, .main-menu2 {
	position: absolute;
/*	left: 300px;*/
	/* top: 135px; */
	top: 0;
	z-index: 1000;
  
	display: inline-block;
	width: auto;
  
	&.main-nav-dropdown--active {
	  width: 100%;
	  z-index: 10000;
	}
  }
  
  @media (min-width: 1024.99px) {

	.nomainpage-menu{
		position: fixed;
		z-index: 100;
	}
	.main-menu {
	  &.header__main-menu_hidden--mod {
		display: none;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.main-menu, .main-menu2 {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 10000;
  
	  height: 100vh;
	  width: 330px;
  
	  background-color: #ffffff;
  
	  visibility: hidden;
	  opacity: 0;
	  transform: translate(-100%, 0);
  
	  transition: transform 0.3s ease;
	  transition: opacity 0.3s ease;
  
	  &.main-menu--active {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
  
		transition: transform 0.2s ease;
		transition: opacity 0.2s ease;
	  }
	}
  }
  
  .main-menu__row {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
  
	margin-bottom: 20px;
  }
  
  @media (min-width: 1025px) {
	.main-menu__row {
	  display: none;
	}
  }
  
  .main-menu__row-logo {
	display: flex;
  
	img {
	  display: block;
  
	  width: 100%;
	  height: 100%;
	  max-width: 128px;
  
	  object-fit: contain;
	}
  }
  
  .main-menu__row-languages {
	display: flex;
	align-items: center;
    margin-left: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
  
	span {
	  color: #c4c4c454;
	}
  
	&.main-menu__row-languages--header_top {
	  border: 1px solid #ffffff24;
	}
  }
  
  .main-menu__row-button {
	padding: 6px 8px;
  
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	
	text-decoration: none;
  
	background-color: transparent;
  
	
  
	opacity: 0.5;
	cursor: pointer;
  
	&.main-menu__row-button--header_top {
	  opacity: 1;
	}
  
	&.main-menu__row-button--active {
	  opacity: 1;
  
	  &.main-menu__row-button--header_top {
		color: #fff;
	  }
	}
  }

  @media(max-width: 1024px){
	.main-menu__row-button {
        border: 1px solid #e5e5e5;
		color: #646464 !important;
	}
  }
  
  .main-menu__button-drop {
	position: relative;
  
	margin-bottom: 10px;
	padding: 11px 16px 11px 46px;
	width: 100%;
  
	font-size: 17px;
	text-align: start;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #ed6e00;
  
	background: transparent;
  
	border: 2px solid #ed6e00;
	border-radius: 4px;
  
	box-shadow: 0 2px 2px 0 #0000001a;
	cursor: pointer;
  }
  
  .main-menu__button-drop:after, .ch-main-menu__link:after, .buyer-link:after {
	position: absolute;
	top: 50%;
	right: 18px;
    fill: #ed6e00 !important;
	color: #ed6e00 !important;
	width: 6px;
	height: 10px;
  
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%23ED6E00' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
  
	content: "";
	transform: translate(0, -50%) rotate(0deg);
  }
  
  .main-menu__button-drop.main-menu__button-drop--active:after {
	transform: translate(0, -50%) rotate(90deg);
  }
  
  @media (min-width: 1025px) {
	.main-menu__button-drop {
	  display: none;
	}
  }
  
  .main-menu__button-drop-deco {
	position: absolute;
	top: 50%;
	left: 16px;
  
	display: flex;
  
	width: 17px;
	height: 22px;
  
	transform: translate(0, -50%);
  
	svg {
	  width: 17px;
	  height: 22px;
  
	  fill: #ed6e00;
	}
  }
  
  .main-menu__button-close {
	position: absolute;
	top: 11px;
	right: 50px;
  
	display: flex;
	align-items: center;
	justify-content: center;
  
	height: 40px;
	width: 40px;
  
	background-color: #fff;
  
	border: none;
	border-radius: 50px;
  
	cursor: pointer;
  }
  
  @media (max-width: 384px) {
	.main-menu__button-close {
	  right: -41px;
	}
  }
  
  @media (min-width: 1025px) {
	.main-menu__button-close {
	  display: none;
	}
  }
  .main-menu__button-close_icon {
	svg {
	  width: 10px;
	  height: 10px;
  
	  stroke: #757575;
	}
  }
  
  .main-menu__button {
	position: relative;
  
	display: inline-flex;
	align-items: center;
  
	width: 100%;
	min-height: 44px;
	padding: 0px 16px 0px 46px;
  
	font-size: 17px;
	text-align: start;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #fff;
  
	background: #ed6e00;
  
	border: 2px solid #ed6e00;
	border-radius: 4px;
  
	box-shadow: 0 2px 2px 0 #0000001a;
	cursor: pointer;
  
	transition: box-shadow 0.3s ease;
  
	&:hover,
	&:focus-visible,
	&:focus,
	&:active {
	  color: #fff;
  
	  box-shadow: 0 2px 7px 1px #0000003b;
	}
  }
  
  @media (max-width: 1024px) {
	.main-menu__button {
	  display: none;
	}
  }
  
  @media (min-width: 1025px) {
	.header__burger-button {
	  display: none;
	}
  }
  
  .header__burger-button {
	background-color: transparent;
  
	border: none;
  }
  
  .header__burger {
	margin-left: auto;
	padding: 3px 21px;
  
	background: transparent;
  
	cursor: pointer;
  
	&:hover div,
	&:active div,
	&:focus div {
	  background-color: #b0babf;
  
	  &::before,
	  &::after {
		background-color: #b0babf;
	  }
	}
  
	div {
	  position: relative;
  
	  width: 21px;
	  height: 1.5px;
  
	  background-color: #b0babf;
  
	  cursor: pointer;
  
	  &:before,
	  &:after {
		position: absolute;
		left: 0px;
  
		width: 21px;
		height: 1.5px;
  
		background-color: #b0babf;
  
		content: "";
	  }
  
	  &:before {
		top: -6.5px;
	  }
  
	  &:after {
		bottom: -6.5px;
	  }
	}
  
	&.active {
	  & div {
		background-color: transparent;
  
		&:before {
		  top: 0;
  
		  transform: rotate(45deg);
		}
  
		&:after {
		  bottom: 0;
  
		  transform: rotate(-45deg);
		}
	  }
	}
  }
  
  .main-menu__button:after {
	position: absolute;
	top: 50%;
	right: 18px;
  
	width: 10px;
	height: 7px;
  
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47168 1.47729L5.00001 5.00563L8.52835 1.47729' stroke='#fff' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
  
	content: "";
	transform: translate(0, -50%);
  }
  
  .main-menu__button-deco {
	position: absolute;
	top: 50%;
	left: 16px;
  
	display: flex;
  
	width: 14px;
	height: 14px;
  
	transform: translate(0, -50%);
  
	svg {
	  width: 14px;
	  height: 14px;
  
	  fill: #fff;
	}
  }
  
  .main-menu__drop {
	overflow-x: auto;
  
	padding-inline-start: 0px;
	max-width: 290px;
	max-height: 594px;
  
	background-color: #f4f6f8;
  
	border-radius: 4px;
  }
  
  @media (max-width: 1024px) {
	.main-menu__drop {
	  padding: 15px;
	  max-height: 100vh;
	  min-height: 100%;
	  max-width: 330px;
	  width: 330px;
  
	  background-color: #fff;
	}
  }
  
  .main-menu__list-item {
	list-style: none;
  }
  
  /* @media (max-width: 1024px) {
	.main-menu__list {
	  display: none;
	  visibility: hidden;
	  opacity: 0;
  
	  &.main-menu__list--active {
		display: inline-block;
		visibility: visible;
		opacity: 1;
	  }
	}
  } */
  
  .main-menu__link {
	position: relative;
  
	display: flex;
	align-items: center;
  
	padding: 18px 23px 15px 41px;
  
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
  }
  
  @media (max-width: 1024px) {
	.main-menu__link {
	  font-size: 15px;
	  font-weight: 400;
	  letter-spacing: -0.02em;
	  color: #333;
	}
  }
  
  .main-menu__link-icon {
	position: absolute;
	top: 50%;
	left: 10px;
  
	width: 22px;
	height: 22px;
  
	fill: #ed6e00;
  
	transform: translateY(-50%);
  }
  
  @media (max-width: 1024px) {
	.main-menu__link-icon {
	  fill: #b0babf;
	}
  }
  
  .main-nav-dropdown {
	position: absolute;
	top: 0;
	/* left: 290px; */
	overflow-y: auto;
  
	padding: 10px 5px 10px 10px;
	height: 594px;
  
	background: #fff;
  
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  
	display: none;
	visibility: hidden;
	opacity: 0;
  
	&.main-nav-dropdown--active {
	  display: inline-block;
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  @media (max-width: 1024px) {
	.main-nav-dropdown {
	  position: static;
	  border-radius: 0;
  
	  height: fit-content;
	}
  }
  
  .main-nav-dropdown__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
  
	width: 100%;
  }
  
  @media (max-width: 1024px) {
	.main-nav-dropdown__list {
	  padding-left: 22px;
	}
  }
  
  .main-nav-dropdown__item {
	flex: 0 1 150px;
	display: flex;
	align-items: stretch;
	justify-content: center;
  
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 100%;
  }
  
  @media (max-width: 1024px) {
	.main-nav-dropdown__item {
	  flex: 1 1 100%;
	  justify-content: flex-start;
  
	  padding: 5px 10px;
	  max-width: unset;
	  width: 100%;
  
	  font-size: 14px;
	  font-weight: 500;
	  color: #333;
	}
  }
  
  .main-nav-dropdown__link {
	img {
	  width: 100%;
	  max-width: 90px;
  
	  object-fit: contain;
	  aspect-ratio: 1;
	}
  
	p {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
  }
  
  @media (max-width: 1024px) {
	.main-nav-dropdown__link {
	  img {
		display: none;
	  }
	}
  }
  
  .main-menu__list--secondary {
	background: #c4cbd126;
  }
  
  @media (max-width: 1024px) {
	.main-menu__list--secondary {
	  background: #fff;
	}
  }
  
  .secondary-menu__dropdown {
	display: none;
	visibility: hidden;
	opacity: 0;
  
	&.secondary-menu__dropdown--active {
	  display: inline-block;
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  .secondary-menu__list-list {
	padding-left: 40px;
	width: 100%;
  }
  
  @media (max-width: 1024px) {
	.secondary-menu__list-list {
	  padding-left: 31px;
	}
  }
  
  .secondary-menu__link {
	display: inline-block;
  
	padding: 5px 10px;
	width: 100%;
  
	font-size: 14px;
	font-weight: 500;
	color: #333;
  }
  
  .main-nav__contact {
	margin-top: 22px;
	padding-top: 12px;
  
	border-top: 1px solid #e5e5e5;
  }
  
  @media (min-width: 1025px) {
	.main-nav__contact {
	  display: none;
	}
  }
  
  .header__search {
	position: relative;
  
	width: 100%;
  }
  
  .header__search-input {
	padding: 11px 18px;
	width: 100%;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #7b8489;
  
	background: transparent;
  
	border: 1px solid #dde2e4;
	border-radius: 4px;
  }
  
  @media (max-width: 1024px) {
	.header__search-input {
	  padding: 6px 10px;
	}
  }
  
  .header__search-icon {
	position: absolute;
	top: 50%;
	right: 15px;
  
	width: 16px;
	height: 16px;
  
	transform: translate(0, -50%);
	cursor: pointer;
  
	svg {
	  width: 16px;
	  height: 16px;
  
	  fill: #b0babf;
  
	  transition: 0.3s;
	}
  }
  
  .header__search-icon:hover svg {
	fill: #ed6e00;
  }
  
  .header__actions-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	/* gap: 34px;
  
	margin-left: 13px; */
  }
  
  .header__actions-item {
	position: relative;
  
	display: flex;
	justify-content: center;
	align-items: flex-end;
  
	min-height: 100%;
  }
  
  @media (max-width: 1024px) {
	.header__actions-item--cart,
	.header__actions-item--heart {
	  display: none;
	}
  }
  
  .header__actions-icon {
	display: flex;
  
	color: #b0babf;
  
	svg {
	  width: 24px;
	  height: 26px;
  
	  fill: #b0babf;
  
	  transition: 0.3s;
	}
  }
  
  .header__actions-icon--profile svg {
	width: 27px;
	height: 29px;
  }
  
  .header__actions-icon:hover svg {
	fill: #ed6e00;
	color: #ed6e00;
  }
  
  .header__actions-number {
	position: absolute;
	top: -11px;
	right: -13px;
  
	display: flex;
	justify-content: center;
	align-items: center;
  
	width: 21px;
	height: 21px;
  
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #ffefeb;
  
	background-color: #f76659;
  
	border: 2px solid #fff;
	border-radius: 50%;
  }

  .header__actions_drop, .footer__actions_drop {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 11;
    display: none;
	width: 40%;
	/* min-width: 500px; */
	padding-top: 26px;

	background-color: transparent;

	border-radius: 8px;

	box-shadow: 0 11px 24px 0 rgba(84, 85, 89, 0.05), 0 44px 44px 0 rgba(84, 85, 89, 0.04), 0 99px 59px 0 rgba(84, 85, 89, 0.03), 0 176px 70px 0 rgba(84, 85, 89, 0.01), 0 275px 77px 0 rgba(84, 85, 89, 0);

	overflow: hidden;
	/* height: 0;
	opacity: 0;
	visibility: hidden; */

	&.header__actions_drop--full {
		.header__actions-row--active-full & {
			height: auto;
			opacity: 1;
			visibility: visible;

			transition: height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
		}
	}

	&.header__actions_drop--empty {
		.header__actions-row--active-empty & {
			height: auto;
			opacity: 1;
			visibility: visible;

			transition: height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
		}
	}
}

@media (max-width: 576px) {
	.header__actions_drop {
		right: -17px;
		top: -21px;

		width: 100vw;
		min-width: 100%;
		padding-top: 0;

		background-color: white;

		&.header__actions_drop--empty {
			.header__actions-row--active-empty & {
				min-height: 100vh;
				height: 100vh;
			}
		}

		&.header__actions_drop--full {
			.header__actions-row--active-full & {
				min-height: 100vh;
				height: 100vh;
			}
		}
	}
}

.header__actions_drop__wrapp, .footer__actions_drop__wrapp {
	position: relative;
	z-index: 11;

	display: flex;
	flex-direction: column;
	align-items: center;

	width: 100%;
	padding: 20px 30px;

	text-align: center;

	background: #fff;

	border-radius: 8px;
}

@media (max-width: 576px) {
	.header__actions_drop__wrapp, .footer__actions_drop__wrapp {
		height: 100%;
		padding: 20px 15px;
	}
}

@media (max-width: 384px) {
	.header__actions_drop__wrapp, .footer__actions_drop__wrapp {
		padding: 20px 10px;
	}
}

.header__actions_drop__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	width: 100%;
	padding-bottom: 10px;

	border-bottom: 1px solid #0000001a;
}

@media (min-width: 577px) {
	.header__actions_drop__head {
		display: none;
	}
}
.header__actions_drop_icon {
	&:not(:last-child) {
		margin-bottom: 30px;
	}
}

.header__actions_drop__title {
	display: inline-flex;
	align-items: center;

	font-size: 28px;

	&.header__actions_drop__title--left {
		width: 100%;
		padding-bottom: 10px;

		text-align: left;

		border-bottom: 1px solid #e6e6e6;
	}
}

.header__actions_drop__close {
	position: relative;

	margin-left: auto;
	height: 16px;
	width: 16px;

	background: transparent;
	border: none;
	cursor: pointer;

	&::after {
		position: absolute;
		top: 0;
		left: 0;

		height: 14px;
		width: 14px;

		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%239D9D9D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
			no-repeat;

		content: "";
		transition: transform 0.2s;
	}

	&:hover:after,
	&:focus-visible:after {
		transform: scale(1.3);
	}
}

@media (min-width: 577px) {
	.header__actions_drop__close {
		display: none;
	}
}

.header__actions_drop__body {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	&.header__actions_drop__body--top {
		justify-content: start;
	}
}

@media (max-width: 576px) {
	.header__actions_drop__body {
		height: 100%;

		&.header__actions_drop__body--top {
			height: calc(100% - 258px);
		}
	}
}

@media (max-width: 384px) {
	.header__actions_drop__body {
		&.header__actions_drop__body--top {
			height: calc(100% - 248px);
		}
	}
}

.header__actions_drop__desc {
	font-size: 15px;
	letter-spacing: 0.02em;
}

.header__actions_drop-wrapper {
	max-height: 212px;
	padding-right: 10px;

	overflow-y: auto;
}

@media (max-width: 576px) {
	.header__actions_drop-wrapper {
		max-height: 100%;
	}
}

.header__actions_drop__item {
	display: flex;
	gap: 15px;
	align-items: center;

	padding: 18px 0;

	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 576px) {
	.header__actions_drop__item {
		gap: 5px;
	}
}

.header-drop-item__image_wrapp {
	width: 48px;

	aspect-ratio: 1;
}

.header-drop-item__image {
	display: block;

	width: 100%;
	height: auto;

	object-fit: contain;
}

.header-drop-item__info {
	flex: 1;
}

.header-drop-item__title {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
    /* width: 362px; */
	cursor: pointer;

	&:not(:last-child) {
		margin-bottom: 5px;
	}
}

.header-drop-item__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

@media (max-width: 576px) {
	.header-drop-item__row {
		gap: 5px;
	}
}

.header-drop-item__price {
	font-size: 14px;
	font-weight: 600;
	color: #252c3280;
	/* width: 77px; */

	&.header-drop-item__price--old {
		text-decoration: line-through;
		color: #5b6871;
	}

	&.header-drop-item__price--new {
		font-weight: 600;
		font-size: 18px;
		color: #ff2f00;
	}

	&.header-drop-item__price--casual {
		font-weight: 600;
		font-size: 18px;
		color: #5b6871;
	}
}

/* @media (max-width: 576px) {
	.header-drop-item__price {
		&.header-drop-item__price--new {
			font-size: 14px;
		}
	}
}

@media (max-width: 384px) {
	.header-drop-item__price {
		font-size: 12px;

		&.header-drop-item__price--new {
			font-size: 12px;
		}
	}
} */

.header-drop-item__quantity {
	display: flex;
	align-items: center;
	gap: 10px;

	height: 32px;

	background: #fafafa;

	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

@media (max-width: 576px) {
	.header-drop-item__quantity {
		gap: 5px;
	}
}

.header-drop-item__quantity_icon {
	height: 100%;
	padding-inline: 8px;

	background-color: transparent;

	border: none;
	border-radius: 2px;

	cursor: pointer;
	transition: background 0.2s;

	&:hover,
	&:focus-visible {
		background: #e6e6e6;
	}
}

.header-drop-item__quantity_count {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.header-drop-item__quantity_button {
	display: inline-block;

	height: 100%;
	padding-inline: 8px;

	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #252c32;

	background: transparent;

	border: none;
	border-radius: 2px;

	outline: none;
	opacity: 0.5;
	cursor: pointer;
	transition: background 0.2s;

	&:hover,
	&:focus-visible {
		background: #e6e6e6;
	}
}

.header-drop-item__price_row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 148px;
	justify-content: end;
}

.price-for-one{
	width: 100px;
}

@media (max-width: 576px) {
	.header-drop-item__price_row {
		gap: 5px;
	}

	.price-for-one{
	   width: auto;
    }
}

.header__actions_drop__footer {
	width: calc(100% + 60px);
	margin: 0 -30px -20px;
	padding: 24px 30px 30px;

	color: #fff;

	background: #ed6e00;

	border-top: 10px solid #fff;
}

.header__actions_drop__footer_total {
	display: flex;
	justify-content: space-between;

	font-weight: 600;
	font-size: 16px;

	&:not(:last-child) {
		margin-bottom: 12px;
	}
}

.header__actions_drop__footer_button {
	width: 100%;

	&:hover,
	&:focus-visible {
		background-color: #ffffff33 !important;

		border-color: #fff;
	}
}
  
  /* __________ hero-common __________ */
  
  .hero__title-row {
	display: flex;
	align-items: center;
	gap: 17px;
  
	margin-bottom: 34px;
  
	line-height: 1;
  
	h3 {
	  font-size: 26px;
	}
  
	a {
	  color: #ed6e00;
  
	  &:hover,
	  &:focus-visible {
		text-decoration: underline;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.hero__title-row {
	  gap: 10px;
  
	  margin-bottom: 20px;
  
	  h3 {
		font-size: 20px;
	  }
  
	  a {
		font-weight: 400;
		font-size: 14px;
	  }
	}
  }
  
  /* __________ swiper __________ */
  
  .main__swiper-wrapper {
	display: flex;
	align-items: stretch;
  
	width: 100%;
  }
  
  .swiper-slide {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
  
	width: 100%;
	height: auto;
  
	& .product {
	  height: 100%;
	}
  }
  
  .main__swiper-1,
  .main__swiper-2,
  .main__swiper-3 {
	overflow-y: visible;
	z-index: 100;
  
	width: 100%;
  
	&:hover {
	  z-index: 101;
	}
  }
  
  .main__swiper-container {
	position: relative;
  }
  
  .main__swiper-button-prev,
  .main__swiper-button-next {
	top: 24px;
	left: unset;
  
	height: 32px;
	width: 32px;
  
	background: #ffffff1a;
  
	border: 1px solid #9da4aa0f;
	border-radius: 4px;
  
	transition: 0.2s;
  
	&:hover {
	  border: 1px solid #9da4aa61;
	}
  }
  
  .main__swiper-button-prev {
	right: 87px;
  
	content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9482 12.7813L8.40367 9.27889L11.9482 5.77649L10.8543 4.6956L6.21586 9.27889L10.8543 13.8622L11.9482 12.7813Z' fill='%23757575' fill-opacity='0.21' /%3E%3C/svg%3E");
  
	&:hover {
	  content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9482 12.7813L8.40367 9.27889L11.9482 5.77649L10.8543 4.6956L6.21586 9.27889L10.8543 13.8622L11.9482 12.7813Z' fill='%23757575' /%3E%3C/svg%3E");
	}
  }
  
  @media (max-width: 1024px) {
	.main__swiper-button-prev {
	  right: 52px;
	}
  }
  
  .main__swiper-button-next {
	right: 45px;
  
	content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66821 12.7813L10.2128 9.27889L6.66821 5.77649L7.76212 4.6956L12.4006 9.27889L7.76212 13.8622L6.66821 12.7813Z' fill='%23757575' fill-opacity='0.21' /%3E%3C/svg%3E");
  
	&:hover {
	  content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66821 12.7813L10.2128 9.27889L6.66821 5.77649L7.76212 4.6956L12.4006 9.27889L7.76212 13.8622L6.66821 12.7813Z' fill='%23757575' /%3E%3C/svg%3E");
	}
  }
  
  @media (max-width: 1024px) {
	.main__swiper-button-next {
	  right: 15px;
	}
  }
  
  @media (min-width: 577px) {
	.main__swiper-pagination {
	  display: none;
	}
  }
  
  .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
  
	background-color: #959189;
  }
  
  .swiper-pagination-bullet-active {
	width: 6px;
	height: 6px;
  
	background-color: #fff;
  }
  
  /* __________ description __________ */
  .description__content {
	position: relative;
	overflow: hidden;
  
	max-height: 400px;
  
	line-height: 1.3;
  
	&.description__content--open {
	  max-height: fit-content;
  
	  &::after {
		display: none;
	  }
	}
  
	ol,
	ul {
	  margin-bottom: 10px;
	  margin-top: 0;
	  padding-inline-start: 40px;
	}
  
	ul {
	  list-style-type: disc;
	}
  
	p {
	  &:not(:last-child) {
		margin: 0 0 10px;
	  }
	}
  
	h1,
	.h1 {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
  
	  &:not(:first-child) {
		margin-top: 20px;
	  }
	}
  
	h2,
	.h2 {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
  
	  &:not(:first-child) {
		margin-top: 20px;
	  }
	}
  
	&:after {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
  
	  width: 100%;
	  height: 60px;
  
	  background: linear-gradient(180deg, #ffffff33 45%, #ffffff 100%);
  
	  content: "";
	}
  }
  
  @media (max-width: 576px) {
	.description__content {
	  line-height: 1.2;
  
	  h1,
	  .h1 {
		font-size: 20px;
		font-weight: 600;
  
		&:not(:first-child) {
		  margin-top: 15px;
		}
  
		&:not(:last-child) {
		  margin-bottom: 15px;
		}
	  }
  
	  h2,
	  .h2 {
		font-size: 18px;
  
		&:not(:last-child) {
		  margin-bottom: 15px;
		}
  
		&:not(:first-child) {
		  margin-top: 15px;
		}
	  }
  
	  p {
		font-size: 14px;
		letter-spacing: 0.02em;
	  }
  
	  ol,
	  ul {
		padding-inline-start: 20px;
		font-size: 14px;
	  }
	}
  }
  
  .description__button {
	position: relative;
  
	padding: 5px 20px 5px 0px;
  
	font-size: 15px;
	font-weight: 600;
	color: #f79e1b;
  
	background-color: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&::after {
	  position: absolute;
	  top: 50%;
	  right: 0px;
  
	  width: 8px;
	  content: "";
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.943333 0.696289L4 3.78976L7.05667 0.696289L8 1.65098L4 5.69914L0 1.65098L0.943333 0.696289Z' fill='%23F79E1B' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(0, -50%);
	  height: 6px;
	}
  
	&.description__button--active {
	  &::after {
		transform: translate(0, -50%) rotate(180deg);
	  }
	}
  }
  
  /* __________ footer __________ */
  
  .secondary-footer {
	border-top: 1px solid #0000001a;
  
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  
	background-color: #fff;
  
	z-index: 499;
  }
  
  @media (min-width: 1025px) {
	.secondary-footer {
	  display: none;
	}
  }
  
  .secondary-footer__wrapper {
	display: flex;
	align-items: center;
  }
  
  .secondary-footer__item {
	flex: 1 1 20%;
  
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  
	padding: 13px 20px 18px 20px;
  
	cursor: pointer;
	transition: 0s;
  }
  
  @media (max-width: 384px) {
	.secondary-footer__item {
	  padding: 13px 0 10px;
	}
  }
  
  .secondary-footer__item:hover {
	.secondary-footer__icon svg {
	  fill: #ed6e00;
	}
  
	.secondary-footer__icon--profile svg {
	  stroke: #ed6e00;
	}
  
	.secondary-footer__title {
	  color: #ed6e00;
	}
  }
  
  .secondary-footer__icon {
	position: relative;
  
	svg {
	  width: auto;
	  height: auto;
	  max-width: 24px;
	  max-height: 24px;
  
	  fill: #b0babf;
	}
  }
  
  .secondary-footer__icon--profile {
	svg {
	  stroke: #b0babf;
	}
  }
  
  .secondary-footer__number {
	position: absolute;
	top: -11px;
	right: -13px;
  
	display: flex;
	justify-content: center;
	align-items: center;
  
	width: 21px;
	height: 21px;
  
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #ffefeb;
  
	background-color: #f76659;
  
	border: 2px solid #fff;
	border-radius: 50%;
  }
  
  .secondary-footer__title {
	font-size: 12px;
	font-weight: 600;
	line-height: 200%;
	text-align: center;
	color: #99a4aa;
  }
  
  /* __________ components __________ */
  /* ___ questions ____ */
  .questions__wrapper {
	padding: 55px;
	min-height: 210px;
  
	background: #c1c8d094;
  
	border-radius: 14px;
  }
  
  @media (max-width: 1024px) {
	.questions__wrapper {
	  padding: 45px 22px;
	}
  }
  
  .questions__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-inline: auto;
  }
  
  @media (max-width: 1024px) {
	.questions__row {
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  .questions__content {
	width: 100%;
	max-width: 315px;
  }
  
  @media (max-width: 1024px) {
	.questions__content {
	  max-width: 100%;
  
	  text-align: center;
	}
  }
  
  .questions__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 145%;
	letter-spacing: 0.01em;
	color: #3b5460;
  }
  
  .questions__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 145%;
	color: #000000b8;
  }
  
  .questions__form {
	display: flex;
	gap: 18px;
	align-items: flex-end;
  }
  
  @media (max-width: 768px) {
	.questions__form {
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  .questions__input {
	min-width: 298px;
  }
  
  .questions__button {
	min-height: 44px;
  }
  
  /* ___ breadcrumbs ____ */
  
  .breadcrumbs {
	display: flex;
	align-items: center;
	padding-block: 24px;
  
	overflow-x: auto;
  
	scrollbar-width: none;
	-ms-overflow-style: none;
  
	@media (max-width: 576px) {
	  padding-block: 8px;
	}
    }
  
  .breadcrumbs__item {
	position: relative;
  
	&:not(:last-child) {
	  margin-right: 10px;
	  padding-right: 10px;
  
	  &:after {
		position: absolute;
		right: 0;
		top: 50%;
  
		width: 6px;
		height: 8px;
  
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.625L4.375 4L1 7.375' stroke='%23B0BABF'/%3E%3C/svg%3E%0A") no-repeat;
  
		content: "";
		transform: translateY(-50%);
		transition: transform 0.3s ease;
	  }
	}
  
	&:hover,
	&:focus-visible {
	  &:after {
		background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.625L4.375 4L1 7.375' stroke='%23ED6E00' /%3E%3C/svg%3E") no-repeat;
  
		transform: translate(5px, -50%);
	  }
	}
  }
  
  .breadcrumbs__link {
	font-size: 14px;
	font-weight: 400;
	line-height: 114%;
	white-space: nowrap;
	color: #6e7c87;
  
	&.breadcrumbs__link--active {
	  color: #252c32;
	}
  }
  
  @media (max-width: 576px) {
	.breadcrumbs__link {
	  font-size: 12px;
	}
  }
  
  /* ___ product_secondary ____ */
  
  .product_secondary {
	width: 100%;
	max-width: 465px;
	padding: 25px 30px 30px;
  
	background: #fff;
  
	border: 1px solid #e8e9ea;
	border-radius: 4px;
  
	&.product_secondary--single_mod {
	  max-width: 100%;
	  padding: 0;
  
	  border: none;
  
	  z-index: 1001;
	}
  
	&.product_secondary--single_mob {
	  position: relative;
  
	  padding-block: 10px;
  
	  background-color: white;
  
	  border-radius: 0;
  
	  &:not(:first-child) {
		margin-top: 30px;
	  }
  
	  &:before,
	  &:after {
		position: absolute;
		left: 50%;
  
		height: 1px;
		width: 100vw;
  
		background-color: #e5e5e5;
  
		transform: translateX(-50%);
		content: "";
	  }
  
	  &:before {
		top: 0;
	  }
  
	  &:after {
		bottom: 0;
	  }
	}
  }

  @media(max-width: 1024px){
	.product_secondary--single_mod{
		display: none;
	}
  }

  section.product_secondary--single_mod{
	padding: 10px 15px !important;
	max-width: unset !important;
	position: fixed !important;
	bottom: 80px;
	display: none;
  }

  @media(max-width: 1024px){
	section.product_secondary--single_mod{
		display: block;
	}
  }
  
  @media (max-width: 1024px) {
	.product_secondary {
	  &.product_secondary--single_mod {
		position: relative;
  
		padding-block: 10px;
  
		background-color: white;
  
		border-radius: 0;
  
		&:not(:first-child) {
		  margin-top: 30px;
		}
  
		&:before,
		&:after {
		  position: absolute;
		  left: 50%;
  
		  height: 1px;
		  width: 100vw;
  
		  background-color: #e5e5e5;
  
		  transform: translateX(-50%);
		  content: "";
		}
  
		&:before {
		  top: 0;
		}
  
		&:after {
		  bottom: 0;
		}
	  }
	}
  }
  
  .product_secondary__main {
	display: flex;
	gap: 20px;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  
	.product_secondary--single_mod & {
	  &:not(:last-child) {
		margin-bottom: 16px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.product_secondary__main {
	  .product_secondary--single_mod & {
		&:not(:last-child) {
		  margin-bottom: 8px;
		}
  
		.product__price-row {
		  margin-bottom: 0px;
		}
	  }
	}
  }
  
  @media (min-width: 1025px) {
	.product_secondary.product_secondary--single_mob {
	  display: none;
	}
  }
  
  .product_secondary__image-item {
	max-width: 120px;
  
	aspect-ratio: 1 / 1;
  }
  
  .product_secondary__title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
  
	&:not(:last-child) {
	  margin-bottom: 15px;
	}
  
	.product_secondary--single_mod & {
	  font-size: 26px;
  
	  &:not(:last-child) {
		margin-bottom: 4px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.product_secondary__title {
	  .product_secondary--single_mod & {
		font-size: 22px;
		line-height: 133%;
	  }
	}
  }
  
  .product_secondary__buttons {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
  }
  
  @media (max-width: 576px) {
	.product_secondary__buttons {
	  .button {
		padding: 8px 16px;
  
		font-size: 14px;
	  }
	}
  }
  
  .product_secondary__button_big_icon {
	position: relative;
  
	padding-right: 10px;
  
	&:after {
	  position: absolute;
	  right: 0;
	  top: 50%;
  
	  width: 22px;
	  height: 22px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.5' width='22' height='21' fill='url(%23pattern0_2011_6757)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2011_6757' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2011_6757' transform='matrix(0.00280749 0 0 0.00294118 -0.00534759 0)'/%3E%3C/pattern%3E%3Cimage id='image0_2011_6757' width='360' height='340' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A")
		no-repeat;
  
	  content: "";
	  transform: translateY(-50%);
	  transition: transform 0.3s ease;
	}
  }
  
  .product_secondary__button_gray {
	min-height: 100%;
  
	font-size: 13px;
	font-weight: 400;
	color: #595858;
  
	.product_secondary--single_mod & {
	  margin-left: auto;
	}
  }
  
  @media (max-width: 576px) {
	.product_secondary__button_gray {
	  p {
		display: none;
	  }
  
	  .product_secondary--single_mod & {
		margin-left: unset;
	  }
	}
	.product_secondary__button_gray span {
		display: none;
	}

	.button_gray:hover .product_secondary__button_gray_icon{
		fill: #595858 !important;
		stroke: #595858 !important;
	}

	.button_gray:hover{
		border-color: #595858 !important;
	}

	.product_secondary__button_gray_icon.product__like-active{
		fill: #ed6e00 !important;
		stroke: #ed6e00 !important;
	}

	.button_gray:hover .product_secondary__button_gray_icon.product__like-active{
		fill: #ed6e00 !important;
		stroke: #ed6e00 !important;
	}

	.button_gray.activated{
		border-color: #ed6e00 !important;
	}

	.button_gray.activated:hover{
		border-color: #ed6e00 !important;
	}
  }
  
  .product_secondary__button_gray_icon {
	stroke: #5b6871;
    margin-right: 10px;
	height: 24px;
	width: 21px;
  
	.product_secondary__button_gray:hover &,
	.product_secondary__button_gray:focus-visible & {
	  fill: #ed6e00;
	  stroke: #ed6e00;
	}
  
	.product_secondary--single_mod & {
	  height: 14px;
	  width: 18px;
	  margin-right: 10px;
	}

	.product-compare-button .fa-exchange {
	   margin-right: 10px;
	}
  }
  
  @media (max-width: 576px) {
	.product_secondary__button_gray_icon {
	  .product_secondary--single_mod & {
		margin-right: 0px;
	  }
	}
  }
  
  /* ___ feedback ____ */
  .feedback {
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  .feedback__wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto;
	gap: 16px;
  }
  
  .feedback__account {
	grid-column: 1/2;
	grid-row: 1/2;
  
	display: flex;
	gap: 10px;
	align-items: center;
  }
  
  .feedback__image_wrapper {
	max-width: 36px;
	aspect-ratio: 1;
  
	border-radius: 50px;
  
	overflow: hidden;
  }
  
  .feedback__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .feedback__name {
	font-size: 17px;
	font-weight: 400;
	line-height: 124%;
	letter-spacing: 0.01em;
	color: #000000de;
  }
  
  .feedback__date {
	grid-column: 3/4;
	grid-row: 1/2;
  
	font-size: 13px;
	font-weight: 400;
	color: #9da4aa;
  }
  
  .feedback__content {
	grid-column: span 3;
	grid-row: 2/3;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 157%;
	color: #717172;
  }
  
  .feedback__button_row {
	grid-column: 1/2;
	grid-row: 3/4;
  
	display: flex;
	align-items: flex-end;
	gap: 10px;
  }
  
  .feedback__respond {
	position: relative;
  
	padding: 0 0 0 18px;
  
	font-size: 14px;
	color: #48759c;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&::before {
	  position: absolute;
	  top: 50%;
	  left: 0;
  
	  height: 16px;
	  width: 13px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55208 9.34538H0.21875L6.05208 15.1787L11.8854 9.34538H8.46875C8.46875 5.17871 9.80208 2.26204 12.7188 0.178711C8.55208 1.01204 4.38542 3.51204 3.55208 9.34538Z' fill='%2348759C' fill-opacity='0.71' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translateY(-50%);
	  content: "";
	}
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }
  
  .feedback__deco {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
  
	height: 3px;
	width: 3px;
  
	background-color: #b0babf;
  
	border-radius: 50px;
  }
  
  .feedback__quantity {
	font-size: 14px;
	line-height: 1;
	color: #b0babf;
  }
  
  /* ___ answer ____ */
  
  .answer {
	padding-left: 30px;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 576px) {
	.answer {
	  padding-left: 15px;
  
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  .answer__wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto;
	gap: 10px;
  }
  
  .answer__image_wrapper {
	grid-column: 1/2;
	grid-row: 1/2;
  
	max-width: 36px;
  
	border-radius: 50px;
  
	aspect-ratio: 1;
	overflow: hidden;
  }
  
  .answer__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  
  .answer__name {
	grid-column: 2/3;
	grid-row: 1/2;
	align-self: center;
  
	font-size: 17px;
	font-weight: 400;
	color: #000000de;
  }
  
  .answer__date {
	grid-column: 3/4;
	grid-row: 1/2;
	align-self: center;
  
	font-size: 13px;
	font-weight: 400;
	color: #9da4aa;
  }
  
  .answer__deco {
	justify-self: center;
  
	width: 1px;
	height: 100%;
  
	background-color: #ebeef1;
  }
  
  .answer__content {
	grid-column: 2/4;
	grid-row: 2/3;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 157%;
	color: #717172;
  }
  
  /* ___ feedback-block ____ */
  
  .feedback_block {
	padding-block: 30px;
  
	border-top: 1px solid #ebeef1;
  
	&:last-child {
	  border-bottom: 1px solid #ebeef1;
	}
  }
  
  @media (max-width: 576px) {
	.feedback_block {
	  padding-top: 0;
	  padding-bottom: 20px;
  
	  border: none;
  
	  &:last-child {
		border: none;
	  }
	}
  }
  
  .feedback_block__button {
	position: relative;
  
	display: block;
  
	margin-inline: auto;
  
	font-size: 14px;
	color: #6291ba;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&::before {
	  position: absolute;
	  bottom: 0;
	  left: 50%;
  
	  height: 1px;
	  width: 100%;
  
	  background-color: #6291ba;
  
	  transform: translateX(-50%);
	  visibility: visible;
	  content: "";
	  transform: visibility 0.3s ease;
	}
  }
  
  .feedback_block__button:hover,
  .feedback_block__button:focus-visible {
	&::before {
	  visibility: hidden;
	}
  }
  
  /* ___ load ____ */
  
  .load__title {
	&:not(:last-child) {
	  margin-bottom: 16px;
	}
  }
  
  .load__item {
	display: flex;
	align-items: center;
	gap: 10px;
  
	&:not(:last-child) {
	  margin-bottom: 16px;
	}
  }
  
  .load__link {
	font-size: 14px;
	font-weight: 400;
	line-height: 164%;
	text-decoration: underline;
	color: #6291ba;
  }
  
  /* ___ parameters ____ */
  .product-parameters {
	width: 100%;
  }
  
  .parameters__wrapper {
	width: 100%;
  }
  
  .parameters__item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
  
	padding: 8px 24px;
  
	&:nth-child(odd) {
	  background: #f7f7f7ad;
	}
  }
  
  @media (max-width: 768px) {
	.parameters__item {
	  flex-direction: column;
	  gap: 0px;
  
	  padding: 8px 10px;
	}
  }
  
  .parameters__label {
	flex: 0 1 50%;
  
	font-size: 15px;
	font-weight: 400;
	color: #101010;
  }
  
  @media (max-width: 576px) {
	.parameters__label {
	  flex: auto;
  
	  font-size: 14px;
	}
  }
  
  .parameters__value {
	flex: 0 1 50%;
  
	font-size: 15px;
	font-weight: 600;
	color: #101010;
  }
  
  @media (max-width: 576px) {
	.parameters__value {
	  flex: auto;
  
	  font-size: 14px;
	}
  }
  
  /* ___ product_overview ____ */
  
  .product_overview {
	position: relative;
  
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	align-items: start;
	gap: 15px;
	grid-template-areas:
	  "b-top main"
	  "list main"
	  "buttons main";
  
	max-width: 640px;
  
	overflow: hidden;
  
	&:not(:last-child) {
	  margin-bottom: 42px;
	}
  
	&.product_overview--modal {
	  grid-template-columns: auto 0.2fr 1fr 0.2fr;
	  max-width: 100%;
	  grid-template-areas:
		"list button-prev main button-next"
		"buttons button-prev main button-next";
  
	  .product_overview__image--main {
		border: none;
		padding: 0;
	  }
  
	  .product__labels {
		display: none;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.product_overview:not(.product_overview--modal) {
	  max-height: 563px;
	  max-width: unset;
  
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.product_overview:not(.product_overview--modal) {
	  display: block;
  
	  &:not(:last-child) {
		margin-bottom: 0px;
	  }
	}
  
	.product_overview {
	  width: 100%;
	  height: 100%;
  
	  aspect-ratio: 1;
  
	  &.product_overview--modal {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	  }
	}
  }
  
  .product_overview__button-prev,
  .product_overview__button-next {
	position: relative;
  
	align-self: center;
	justify-self: center;
  
	width: 46px;
	height: 46px;
  
	border: 1px solid #ddddddb3;
	border-radius: 50px;
  
	background-color: #fff;
  
	cursor: pointer;
	transition: box-shadow 0.3s ease;
  
	&::after {
	  position: absolute;
	  left: 50%;
	  top: 50%;
  
	  width: 10px;
	  height: 15px;
  
	  content: "";
	  transition: background 0.3s ease;
	}
  
	&:hover,
	&:focus-visible {
	  box-shadow: 0 2px 7px 0 #363c3f1f;
	}
  }
  
  .product_overview__button-prev {
	grid-area: button-prev;
  
	&::after {
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.951966 2.38931L6.0905 7.60107L0.951966 12.8128L2.53392 14.4138L9.26562 7.60107L2.53392 0.788315L0.951966 2.38931Z' fill='%23EAEBEB' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(-50%, -50%) rotate(180deg);
	}
  
	&:hover,
	&:focus-visible {
	  &::after {
		background: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.951967 2.38931L6.0905 7.60107L0.951967 12.8128L2.53392 14.4138L9.26562 7.60107L2.53392 0.788315L0.951967 2.38931Z' fill='%23ED6E00' /%3E%3C/svg%3E")
		  no-repeat;
	  }
	}
  }
  
  .product_overview__button-next {
	grid-area: button-next;
  
	&::after {
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.951966 2.38931L6.0905 7.60107L0.951966 12.8128L2.53392 14.4138L9.26562 7.60107L2.53392 0.788315L0.951966 2.38931Z' fill='%23EAEBEB' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(-50%, -50%);
	}
  
	&:hover,
	&:focus-visible {
	  &::after {
		background: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.951967 2.38931L6.0905 7.60107L0.951967 12.8128L2.53392 14.4138L9.26562 7.60107L2.53392 0.788315L0.951967 2.38931Z' fill='%23ED6E00' /%3E%3C/svg%3E")
		  no-repeat;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.product_overview__button-next,
	.product_overview__button-prev {
	  display: none;
	}
  }
  
  .product_overview__image_list {
	grid-area: list;
  
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
  
	max-height: 500px;
  
	overflow-y: auto;
  }

  #hidden-images, #hidden-attrs, #hidden-attrs2, #hidden-attrs3, #hidden-feedbacks{
	display: none;
  }

  .tab__wrapper{
	display: none !important;
  }

  .tab__wrapper.active{
	display: flex !important;
  }

  .parameters{
	display: none !important;
  }

  .parameters.active{
	display: block !important;
  }

  @media (max-width: 1024px) {
	.tab_2__load--mob{
		display: none !important;
	}

	.tab_2__load--mob.active{
		display: block !important;
	}
  }

  .product_overview__image_list a{
	padding: 0 !important;
	margin-bottom: 0 !important;
  }

  .product_overview__image_list a img{
	max-width: 62px;
  }

  /* .product_overview__image_list a div{
	width: 62px;
	height: 62px;
	padding: 5px;
  } */

  .product_secondary__button_gray_icon.product__like-active{
	fill: #9da4aa;
	stroke: #9da4aa;
  }
  
  @media (max-width: 768px) {
	.product_overview__image_list {
	  display: none;
  
	  .product_overview--modal & {
		display: flex;
		flex-direction: row;
  
		width: 100%;
		max-height: unset;
  
		overflow: auto;
	  }
	}
  }
  
  .product_overview__item {
	display: flex;
	align-items: center;
	justify-content: center;
  
	width: 100%;
	max-width: 62px;
  
	border: 1px solid #e8e9ea;
	border-radius: 4px;
  
	aspect-ratio: 1;
	object-fit: contain;
	cursor: pointer;
  
	transition: border 0.3s ease;
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #6e7c87;
	}
  
	&.product_overview__item--active {
	  border: 1px solid #ed6e00;
	}
  }
  
  @media (max-width: 768px) {
	.product_overview__item {
	  .product_overview--modal & {
		max-width: 90px;
		width: 100%;
		height: 100%;
	  }
	}
  }
  
  .product_overview__buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	grid-area: buttons;
  
	min-height: 65px;
  
	padding-bottom: 10px;
  }

  .product_overview__buttons-top{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	grid-area: b-top;

  
	padding-bottom: 10px;
  }
  
  @media (max-width: 768px) {
	.product_overview__buttons {
	  display: none;
	}
  }
  
  .product_overview__quantity {
	display: block;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 173%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #ff2f00;
  
	cursor: pointer;
  
	&:hover,
	&:focus-visible {
	  text-decoration: none;
	  color: #ed6e00;
	}
  }
  
  .product_overview__arrow {
	position: relative;
  
	padding: 10px 20px;
  
	cursor: pointer;
  
	&:after {
	  position: absolute;
  
	  width: 18px;
	  height: 10px;
  
	  bottom: -24;
	  left: 50%;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2266 1L9 8.59375L0.773438 1' stroke='%233E3F40' /%3E%3C/svg%3E") no-repeat;
  
	  transform: translateX(-50%);
	  content: "";
	}
  }

  #scroll-to-top:after{
	transform:  translateX(-50%) rotate(180deg);
  }

  @media (max-width: 769px){
	#scroll-to-top{
	  display: none;
    }
  }
  
  .product_overview__image--main {
	position: relative;
  
	grid-area: main;
	grid-row: span 2;
  
	display: flex;
	align-items: center;
	justify-content: center;
  
	max-width: 562px;
	width: 100%;
	height: 100%;
  
	border: 1px solid #e8e9ea;
	border-radius: 4px;
  
	aspect-ratio: 1;
	overflow: hidden;
  
	padding: 15px;
  
	.product__labels {
	  top: 15px;
	  left: 15px;
  
	  gap: 10px;
	}
  
	.product__labels-label {
	  padding: 6px 12px;
  
	  font-size: 14px;
	}
  }
  
  @media (max-width: 1024px) {
	.product_overview__image--main {
	  max-width: unset;
	}
  }
  @media (max-width: 768px) {
	.product_overview__image--main {
	  border-color: transparent;
  
	  .product__labels {
		top: 0;
		left: 0;
	  }
	}

	.product_overview__image--main a.no-watch{
		pointer-events: none !important;
        cursor: default;
	}
  }
  
  .product_overview__image {
	display: block;
  
	width: 100%;
  
	object-fit: contain;
  }
  
  @media (max-width: 1024px) {
	.product_overview__image {
	  width: 80%;
	}
  }
  
  .product_overview__image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100%;

	
  }

  @media (max-width: 768.99px) {
	.product_overview__image--placeholder {
		border: 1px solid #e8e9ea;
	}
  }
  
  .product_overview__image--text {
	display: block;
	text-align: center;
	font-size: 28px;
	color: #999;
  }
  
  .product_overview__pagination {
	position: absolute;
	left: 50%;
	bottom: 30px;
  
	display: flex;
	gap: 14px;
  
	transform: translateX(-50%);
  }
  
  .product_overview__pagination_item {
	display: block;
  
	height: 6px;
	width: 6px;
  
	background-color: #d5dadd;
  
	border-radius: 50%;
  
	cursor: pointer;
  
	&.product_overview__pagination_item--active {
	  background-color: #ed6e00;
	}
  }
  
  @media (min-width: 769px) {
	.product_overview__pagination {
	  display: none;
	}
  }
  
  /* ___ modal ____ */
  .modal {
	position: fixed;
	top: 0;
	left: 0;
  
	display: flex;
	justify-content: center;
	align-items: center;
  
	width: 100%;
	height: 0;
  
	background: #00000080;
  
	opacity: 0;
	/* visibility: hidden; */
	transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
	z-index: 1000;
  
	&.active {
	  height: 100%;
	  opacity: 1;
	  visibility: visible;
	}
  
	::-webkit-scrollbar {
	  display: none !important;
	}
  }
  .modal-backdrop{
	z-index: 104;
  }
  
  .modal__content {
	position: relative;
  
	width: 80vw;
	max-width: 1156px;
	max-height: 90vh;
	padding: 30px 30px 30px 30px;
  
	background: #ffffff;
  
	border-radius: 16px;
  
	overflow: auto;
  }
  
  @media (max-width: 768px) {
	.modal__content {
	  display: flex;
	  flex-direction: column;
  
	  height: 100%;
	  width: 100%;
	  max-height: 100%;
	  max-width: unset;
  
	  border-radius: 0;
	}
  }
  
  @media (max-width: 576px) {
	.modal__content {
	  padding: 10px 15px;
	}
  }
  
  @media (max-height: 700px) and (not (orientation: landscape)) {
	.modal__content {
	  overflow: auto;
	  height: 100%;
	  max-height: 100%;
	  min-height: 600px;
	}
  }
  
  @media (max-width: 767px) and (max-height: 600px) {
	.modal__content {
	  height: auto;
	}
  }
  
  .modal__close {
	position: absolute;
	top: 50px;
	right: 40px;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&:hover,
	&:focus-visible {
	  .modal__close__wrapper {
		&:after {
		  background: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5078 1.29175L1.50781 19.2917' stroke='%23ED6E00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M1.50781 1.29175L19.5078 19.2917' stroke='%23ED6E00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
			no-repeat;
		}
	  }
	}
  }
  
  @media (max-width: 576px) {
	.modal__close {
	  top: 24px;
	  right: 24px;
	}
  }
  
  .modal__close__wrapper {
	position: relative;
  
	&::after {
	  position: absolute;
	  top: 50%;
	  left: 50%;
  
	  width: 21px;
	  height: 21px;
  
	  background: url("data:image/svg+xml, %3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5078 1.29175L1.50781 19.2917' stroke='%239D9D9D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M1.50781 1.29175L19.5078 19.2917' stroke='%239D9D9D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(-50%, -50%);
	  transition: background 0.3s ease;
	  content: "";
	}
  }
  
  @media (max-width: 576px) {
	.modal__close__wrapper {
	  &::after {
		width: 12px;
		height: 12px;
	  }
	}
  }
  
  .modal__title {
	padding-right: 40px;
  
	font-size: 28px;
	font-weight: 400;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 56px;
	}
  }
  
  @media (max-width: 768px) {
	.modal__title {
	  &:not(:last-child) {
		margin-bottom: 14px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.modal__title {
	  padding-right: 30px;
  
	  font-size: 20px;
	}
  }
  
  .modal__body {
	overflow-y: auto;
  }
  
  @media (max-width: 768px) {
	.modal__body {
	  flex-grow: 1;
	}
  }
  
  .modal__footer {
	display: flex;
	align-items: center;
	gap: 20px;
  
	width: fit-content;
	margin-left: auto;
	margin-top: auto;
  }
  
  @media (max-width: 768px) {
	.modal__footer {
	  display: none;
	}
  }
  
  .modal__price_row {
	display: flex;
	align-items: center;
	gap: 15px;
  }
  
  .modal__price {
	font-size: 24px;
	font-weight: 600;
	color: #ff2f00;
  }
  
  .modal__price_old {
	font-size: 16px;
	font-weight: 400;
	color: #909090;
	text-decoration: line-through;
  }
  
  .modal__button {
	padding-inline: 75px;
	font-size: 16px;
  }
  
  /* ___ play button ____ */
  
  .play_button {
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 14px;
	width: 34px;
	height: 34px;
  
	background-color: #ed6e00;
  
	border-radius: 50%;
  
	cursor: pointer;
  }
  
  .play_button:after {
	display: block;
  
	width: 12px;
	height: 12px;
	margin-left: 2px;
  
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.38724 0.678306C2.055 -0.0329524 0.445312 0.932395 0.445312 2.44261V9.64325C0.445312 11.1534 2.05495 12.1188 3.38719 11.4076L10.1311 7.8074C11.5419 7.05426 11.542 5.03196 10.1312 4.27876L3.38724 0.678306Z' fill='white' /%3E%3C/svg%3E")
	  no-repeat;
  
	content: "";
  }
  
  /* ___ info block ___ */
  
  .info {
	display: flex;
  
	padding-block: 22px;
  
	border-top: 1px solid #c4c4c45e;
  
	&:last-child {
	  border-bottom: 1px solid #c4c4c45e;
	}
  }
  
  @media (max-width: 1024px) {
	.info {
	  padding-block: 12px;
	}
  }
  
  @media (max-width: 768px) {
	.info {
	  flex-direction: column;
	}
  }
  
  .info__item {
	&:not(:first-child) {
	  padding-left: 40px;
	}
  
	&:not(:last-child) {
	  padding-right: 40px;
  
	  border-right: 1px solid #c4c4c45e;
	}
  }
  
  @media (max-width: 1024px) {
	.info__item {
	  flex: 0 1 50%;
	}
  }
  
  @media (max-width: 768px) {
	.info__item {
	  &:not(:first-child) {
		padding-left: 0px;
		padding-top: 12px;
		margin-top: 12px;
  
		border-top: 1px solid #c4c4c45e;
	  }
  
	  &:not(:last-child) {
		padding-right: 0px;
  
		border-right: 0;
	  }
	}
  }
  
  .info__list_title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
  
	&:not(:last-child) {
	  margin-bottom: 2px;
	}
  }
  
  .info__list_title--delivery {
	&:not(:last-child) {
	  margin-bottom: 8px;
	}
  }
  
  .info__list_item {
	font-size: 15px;
	font-weight: 400;
	color: #333333d6;
  
	strong {
	  display: block;
  
	  font-size: 13px;
	  font-weight: 600;
	  color: #252c32;
	}
  
	&:not(:last-child) {
	  margin-bottom: 4px;
	}
  }
  
  .info__list_item--pay {
	position: relative;
  
	padding-left: 14px;
  
	&::before {
	  position: absolute;
	  left: 0;
	  top: 10px;
  
	  width: 4px;
	  height: 4px;
  
	  background-color: #ed6e00;
  
	  border-radius: 50px;
  
	  content: "";
	}
  }
  
  .info__list_item--delivery {
	position: relative;
  
	padding-left: 30px;
  
	&::before {
	  position: absolute;
	  left: 0;
	  top: 0;
  
	  height: 20px;
	  width: 20px;
  
	  background: url(image/info/image_01.png) no-repeat;
  
	  content: "";
	}
  
	&:not(:last-child) {
	  margin-bottom: 10px;
	}
  }
  
  .info__list_item--guarantee {
	position: relative;
  
	padding-left: 30px;
  
	strong {
	  font-size: 16px;
	}
  
	&::before {
	  position: absolute;
	  left: 0;
	  top: 0;
  
	  height: 23px;
	  width: 18px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.10434V13.2889C2 14.6263 2.6684 15.8752 3.7812 16.6171L9 20.0963L14.2188 16.6171C15.3316 15.8752 16 14.6263 16 13.2889V4.10434L9 2.54879L2 4.10434ZM0.78307 2.32598L9 0.5L17.2169 2.32598C17.6745 2.42766 18 2.83347 18 3.30217V13.2889C18 15.295 16.9974 17.1684 15.3282 18.2812L9 22.5L2.6718 18.2812C1.00261 17.1684 0 15.295 0 13.2889V3.30217C0 2.83347 0.32553 2.42766 0.78307 2.32598ZM9 13L6.06107 14.5451L6.62236 11.2725L4.24472 8.95492L7.5305 8.47746L9 5.5L10.4695 8.47746L13.7553 8.95492L11.3776 11.2725L11.9389 14.5451L9 13Z' fill='%23545454' /%3E%3C/svg%3E")
		no-repeat;
  
	  content: "";
	}
  }
  
  .info__list_pay_row {
	display: flex;
	align-items: center;
	gap: 6px;
  
	img {
	  max-width: 50px;
  
	  object-fit: contain;
	}
  }
  
  /* ___ product present___ */
  .product_present {
	position: relative;
  
	display: flex;
	align-items: center;
	gap: 16px;
  }
  
  .product_present__number {
	position: absolute;
	top: 8px;
	left: 0;
  
	font-size: 14px;
	font-weight: 600;
	color: #252c32;
  
	opacity: 0.25;
  }
  
  .product_present__image_wraper {
	max-width: 80px;
	aspect-ratio: 1;
  }
  
  .product_present__image {
	display: block;
  
	width: 100%;
	height: 100%;
  
	object-fit: contain;
  }
  
  .product_present__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #252c32;
  
	&:not(:last-child) {
	  margin-bottom: 6px;
	}
  }
  
  .product_present__options {
	display: flex;
	align-items: center;
	gap: 6px;
  }
  
  .product_present__quantity {
	position: relative;
  
	padding-right: 10px;
  
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	color: #252c32;
  
	&::before {
	  position: absolute;
	  right: 0;
	  top: 50%;
  
	  height: 3px;
	  width: 3px;
  
	  background-color: #c6c9cc;
  
	  border-radius: 50px;
  
	  content: "";
	  transform: translateY(-50%);
	}
  }
  
  .product_present__price {
	font-size: 14px;
	font-weight: 600;
	color: #ed6e00;
	text-decoration: line-through;
  }
  
  /* __________ footer __________ */
  /* ___ footer ____ */
  .footer {
	background-color: #333333;
	padding-top: 20px;
  }
  
  @media (max-width: 1024px) {
	.footer {
	  margin-bottom: 88px;
	}
  }
  
  @media (max-width: 384px) {
	.footer {
	  margin-bottom: 79px;
	}
  }
  
  .footer__container {
	padding: 68px 78px 44px;
  }
  
  @media (max-width: 1200px) {
	.footer__container {
	  padding: 45px;
	}
  }
  
  @media (max-width: 576px) {
	.footer__container {
	  padding: 30px 15px 23px 15px;
	}
  }
  
  .footer__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 16px;
  }
  
  @media (min-width: 1025px) {
	.footer__wrapper {
	  position: relative;
	}
  }
  
  @media (max-width: 1024px) {
	.footer__wrapper {
	  display: flex;
	  flex-direction: column;
	  gap: 27px;
	}
  }
  
  @media (max-width: 576px) {
	.footer__wrapper {
	  gap: 20px;
	}
  }
  
  .footer__column:not(.footer__column--special_mod) {
	grid-row: span 2;
  }
  
  .footer__column--media_mod {
	grid-row: 2/3;
	grid-column: 3/4;
  }
  
  @media (max-width: 1024px) {
	.footer__column {
	  &.footer__column--accordion_mod {
		border-bottom: 1px solid #454545;
  
		padding-bottom: 0px;
  
		overflow: hidden;
  
		transition: padding 0.3s ease;
  
		.footer__title.footer__title--trigger_mod {
		  position: relative;
  
		  width: 100%;
		  padding-bottom: 27px;
  
		  text-align: left;
  
		  cursor: pointer;
  
		  &:after {
			position: absolute;
			right: 9px;
			top: 8px;
  
			width: 9px;
			height: 9px;
  
			background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.77919 0.599854L4.73434 3.59058L7.68949 0.599854L8.60149 1.52284L4.73434 5.43655L0.867188 1.52284L1.77919 0.599854Z' fill='%23949699' /%3E%3C/svg%3E")
			  no-repeat;
  
			transition: background 0.2s ease;
			content: "";
		  }
  
		  &:not(:last-child) {
			margin-bottom: 0px;
		  }
		}
  
		.footer__list {
		  max-height: 0;
		  overflow: hidden;
  
		  .footer__column--active & {
			max-height: 500px;
			overflow: visible;
		  }
		}
	  }
  
	  &.footer__column--active {
		padding-bottom: 20px;
  
		.footer__title.footer__title--trigger_mod {
		  &:after {
			background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6895 5.05469L4.73435 2.06396L1.7792 5.05469L0.867194 4.1317L4.73435 0.217987L8.6015 4.1317L7.6895 5.05469Z' fill='%23949699' /%3E%3C/svg%3E")
			  no-repeat;
		  }
		}
	  }
	}
  }
  
  @media (max-width: 576px) {
	.footer__column {
	  &.footer__column--accordion_mod {
		.footer__title.footer__title--trigger_mod {
		  padding-bottom: 20px;
		}
	  }
	}
  }
  
  .footer__list {
	transition: max-height 0.2s ease, overflow 0.2s ease;
  
	&:not(:last-child) {
	  margin-bottom: 26px;
	}
  }
  
  @media (max-width: 576px) {
	.footer__list {
	  &:not(:last-child) {
		margin-bottom: 32px;
	  }
	}
  }
  
  .footer__title {
	h4 {
	  font-size: 18px;
	  font-weight: 400;
	  color: #ffffff59;
	}
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 768px) {
	.footer__title {
	  text-transform: uppercase;
	}
  }
  
  @media (max-width: 576px) {
	.footer__title {
	  h4 {
		font-size: 16px;
	  }
	}
  }
  
  .footer__title--trigger_mod {
	padding: 0;
  
	background: transparent;
  
	border: 0;
  
	cursor: auto;
  }
  
  .footer__link {
	&:not(:last-child) {
	  margin-bottom: 8px;
	}
  
	a {
	  font-size: 14px;
	  font-weight: 400;
	  color: #fff;
  
	  transition: color 0.3s ease;
  
	  &:hover,
	  &:focus-visible {
		color: #ed6e00;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.footer__link {
	  a {
		font-size: 15px;
	  }
	}
  }
  
  .footer__link--contact {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  @media (max-width: 576px) {
	.footer__link--contact {
	  a:not(.footer__link_mail) {
		font-size: 20px;
	  }
	}
  }
  
  .footer__link--icon--empty {
	width: 14px;
  }
  
  .footer__list_media {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .footer__link_media {
	height: 28px;
	width: 28px;
  
	aspect-ratio: 1;
  
	border-radius: 50px;
  
	transition: background-color 0.3s ease;
  
	&:not(:last-child) {
	  margin-bottom: 0px;
	}
  
	&:hover,
	&:focus-visible {
	  background-color: #ed6e00;
	}
  }
  
  /* ___ footer form ____ */
  
  .footer__form__subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
  
	&:not(:last-child) {
	  margin-bottom: 10px;
	}
  }
  
  .footer__form_wrapper {
	position: relative;
  
	&:not(:last-child) {
	  margin-bottom: 6px;
	}
  }
  
  .footer__form_input {
	width: 100%;
  
	padding-right: 90px;
  }
  
  .footer__form_button {
	position: absolute;
	top: 50%;
	right: 5px;
  
	height: calc(100% - 10px);
	padding-block: 0;
  
	line-height: 1;
	text-transform: uppercase;
  
	transform: translateY(-50%);
  }
  
  @media (max-width: 576px) {
	.footer__form_button {
	  font-size: 13px;
	}
  }
  
  .footer__form_text {
	font-size: 12px;
	font-weight: 400;
	color: #afafaf;
  
	a {
	  color: #63709e;
  
	  &:hover,
	  &:focus-visible {
		text-decoration: underline;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.footer__form_text {
	  a {
		display: block;
	  }
	}
  }
  
  /* ___ footer bottom ____ */
  
  .footer_bottom__row {
	background-color: #231f20;
  }
  
  .footer_bottom__container {
	padding: 10px 78px;
  }
  
  @media (max-width: 1200px) {
	.footer_bottom__container {
	  padding: 10px 45px;
	}
  }
  
  @media (max-width: 1024px) {
	.footer_bottom__container {
	  padding-bottom: 65px;
	}
  }
  
  @media (max-width: 576px) {
	.footer_bottom__container {
	  padding-inline: 15px;
	}
  }
  
  .footer_bottom__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
  
	font-size: 14px;
	font-weight: 400;
	color: #fff;
  }
  
  @media (max-width: 1024px) {
	.footer_bottom__wrapper {
	  flex-direction: column-reverse;
	  align-items: flex-start;
	  gap: 20px;
  
	  width: 100%;
	  padding-right: 23px;
	}
  }
  
  .footer_bottom__column {
	display: flex;
	align-items: center;
	gap: 28px;
  }
  
  @media (max-width: 1024px) {
	.footer_bottom__column {
	  width: 100%;
	}
  
	.footer_bottom__column:last-of-type {
	  padding-bottom: 10px;
  
	  border-bottom: 1px solid #454545;
	}
  
	.footer_bottom__column--logo {
	  display: none;
	}
  }
  
  .footer_bottom__logo {
	display: block;
  
	width: 100%;
	height: 100%;
	max-width: 113px;
  
	object-fit: contain;
  }
  
  .footer_bottom__card {
	width: 100%;
	height: 100%;
	max-width: 54px;
  
	object-fit: contain;
  }
  
  @media (max-width: 576px) {
	.footer_bottom__card {
	  max-width: 34px;
	}
  }
  /* __________ single-page __________ */
  /* ___ tab section ____ */
  .tab__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 70px;
  }
  
  @media (max-width: 1200px) {
	.tab__wrapper {
	  gap: 20px;
	}
  }
  
  .tab__block {
	flex: 1 1 100%;
  }
  
  .tab__header {
	position: relative;
  
	&::after {
	  position: absolute;
	  bottom: -1px;
	  left: 50%;
  
	  min-width: 100vw;
	  height: 1px;
  
	  background: #6e7c8757;
  
	  content: "";
	  transform: translateX(-50%);
	  z-index: 10;
	}
  }
  
  @media (max-width: 576px) {
	.tab__header {
	  display: flex;
	  /* justify-content: space-between; */
	  gap: 10px;
	}
  }
  
  .tab__button {
	padding-block: 18px;
  
	font-size: 16px;
	font-weight: 400;
	color: #252c32;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
	transition: color 0.3s ease;
  
	&:not(:last-child) {
	  margin-right: 40px;
	}
  
	&:hover,
	&:focus-visible {
	  color: #ed6e00;
	}
  
	&.active {
	  border-bottom: 2px solid #ed6e00;
	}
  }
  
  @media (max-width: 576px) {
	.tab__button {
	  padding-block: 10px;
  
	  font-size: 14px;
  
	  &:not(:last-child) {
		margin-right: 0px;
	  }
	}
  }
  
  .tab__content {
	padding-top: 40px;
  }
  
  @media (max-width: 576px) {
	.tab__content {
	  padding-top: 15px;
	}
  }
  
  /* ___ tab 4 ____ */
  .tab_4__title {
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  /* ___ tab 3____ */
  
  .tab_3__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 576px) {
	.tab_3__head {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  }
  
  .tab_3__button {
	display: block;
  
	font-weight: 600;
	font-size: 16px;
	color: #ed6e00;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }
  
  @media (max-width: 768px) {
	.tab_3__button {
	  display: none;
	}
  }
  
  .tab_3__footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
  
	padding-top: 30px;
  }
  
  @media (max-width: 576px) {
	.tab_3__footer {
	  padding-top: 0;
	}
  }
  
  /* ___ tab 2____ */
  
  .tab_2__title {
	font-size: 26px;
	font-weight: 600;
	color: #101010;
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 576px) {
	.tab_2__title {
	  font-size: 22px;
	}
  }
  
  @media (min-width: 1025px) {
	.tab_2__load--mob {
	  display: none;
	}
  }
  
  @media (max-width: 1024px) {
	.tab_2__load--mob {
	  &:not(:first-child) {
		margin-top: 30px;
	  }
	}
  }
  
  /* ___ tab 1____ */
  
  .tab_1__wrapper {
	gap: 30px;
  }
  
  @media (max-width: 1024px) {
	.tab_1__wrapper {
	  flex-direction: column;
	  gap: 0;
	}
  }
  
  .tab_1__block {
	flex: 0 1 50%;
  }
  
  @media (max-width: 1024px) {
	.tab_1__block {
	  width: 100%;
	}
  }
  
  .tab_1__aside {
	flex: 0 1 50%;
  
	padding-top: 40px;
  
	& > div:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 1024px) {
	.tab_1__aside {
	  width: 100%;
	  padding-top: 0px;
  
	  & > div:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.tab_1__aside {
	  & > div:not(:last-child) {
		margin-bottom: 16px;
	  }
	}
  }
  
  .tab_1__aside_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
  
	font-size: 13px;
	font-weight: 400;
	color: #595858;
  
	&:not(:last-child) {
	  margin-bottom: 24px;
	}
  }
  
  @media (max-width: 1200px) {
	.tab_1__aside_header {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 16px;
	}
  }
  
  @media (max-width: 1024px) {
	.tab_1__aside_header {
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.tab_1__aside_header {
	  font-size: 11px;
	}
  }
  
  .tab_1__name {
	color: #000;
	font-weight: 400;
	font-size: 26px;
  
	&:not(:last-child) {
	  margin-bottom: 4px;
	}
  }
  
  .tab_1__parameters {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
  
	&.tab_1__parameters--mob_mod {
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  @media (min-width: 1025px) {
	.tab_1__parameters.tab_1__parameters--mob_mod {
	  display: none;
	}
  }
  
  @media (max-width: 1024px) {
	.tab_1__parameters:not(.tab_1__parameters--mob_mod) {
	  display: none;
	}
  }
  
  @media (max-width: 576px) {
	.tab_1__parameters {
	  gap: 12px;
  
	  &.tab_1__parameters--mob_mod {
		&:not(:last-child) {
		  margin-bottom: 16px;
		}
	  }
	}
  }
  
  .tab_1__parameters_title {
	font-size: 16px;
  }
  
  .tab_1__button {
	font-size: 15px;
	color: #6291ba;
  
	background-color: transparent;
  
	border: none;
  
	cursor: pointer;
  
	span {
	  font-weight: 600;
	}
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	  color: #6291ba;
	}
  }
  
  @media (max-width: 576px) {
	.tab_1__button {
	  font-size: 12px;
	}
  }
  
  .tab_1__present {
	position: relative;
  
	padding: 20px 32px 32px;
  
	border: 2px solid #ed6e00;
	border-radius: 12px;
  }
  
  @media (max-width: 576px) {
	.tab_1__present {
	  padding: 24px 32px;
	}
  }
  
  .tab_1__present_title {
	font-size: 22px;
	font-weight: 600;
	color: #000;
  
	span {
	  color: #ed6e00;
  
	  margin-left: 8px;
	}
  
	&:not(:last-child) {
	  margin-bottom: 16px;
	}
  }
  
  .tab_1__present_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
  }
  
  @media (max-width: 576px) {
	.tab_1__present_wrapper {
	  grid-template-columns: repeat(1, 1fr);
	}
  }
  
  /* ___ tab in section ____ */
  
  .tab_in__button {
	padding: 8px 16px;
  
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #252c32;
  
	background: transparent;
  
	border: 1px solid #dde2e4;
	border-radius: 4px;
  
	cursor: pointer;
  
	transition: color 0.3s ease, border 0.3s ease;
  
	&:hover,
	&:focus-visible {
	  color: #6e7c87;
	}
  
	&.active {
	  color: #ed6e00;
  
	  border: 1px solid #ed6e00;
	}
  
	&:not(:last-child) {
	  margin-right: 10px;
	}
  }

  @media (max-width: 438px) {
    .tab_in__button{
		padding: 8px;
        font-size: 15px;
	}
  }

  @media (max-width: 311px) {
    .tab_in__button{
		padding: 4px;
        font-size: 14px;
	}
  }
  
  .tab_in__header {
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  /* ___ single block____ */
  .single_block__wrapper {
	display: flex;
	gap: 66px;
  }
  
  @media (max-width: 1024px) {
	.single_block__wrapper {
	  flex-direction: column;
	  gap: 30px;
	}
  }
  
  @media (max-width: 576px) {
	.single_block__wrapper {
	  gap: 16px;
	}
  }
  
  .single_block__parameter {
	flex: 0 1 50%;
  
	& > * {
	  &:not(:last-child) {
		margin-bottom: 32px;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.single_block__parameter {
	  & > * {
		&:not(:last-child) {
		  margin-bottom: 30px;
		}
	  }
	}
  }
  
  @media (max-width: 576px) {
	.single_block__parameter {
	  & > * {
		&:not(:last-child) {
		  margin-bottom: 16px;
		}
	  }
	}
  }
  
  .single_block__feedback {
	flex: 0 1 50%;
  
	& > * {
	  &:not(:last-child) {
		margin-bottom: 32px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.single_block__feedback {
	  & > * {
		&:not(:last-child) {
		  margin-bottom: 16px;
		}
	  }
	}
  }
  
  .single_block__feedback_block {
	.feedback {
	  padding-bottom: 16px;
  
	  border-bottom: 1px solid #ebeef1;
  
	  &:not(:last-child) {
		margin-bottom: 26px;
	  }
	}
  }
  
  .single_block__button {
	font-size: 14px;
	font-weight: 600;
	color: #6291ba;
  
	background-color: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	  color: #6291ba;
	}
  }
  
  /* ___ description block + item */
  
  .description_block__title {
	span {
	  margin-left: 18px;
  
	  font-size: 26px;
	  font-weight: 400;
	  color: #909090;
	}
  
	&:not(:last-child) {
	  margin-bottom: 88px;
	}
  }
  
  @media (max-width: 1024px) {
	.description_block__title {
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.description_block__title {
	  font-size: 20px;
  
	  span {
		display: block;
  
		margin-left: 0;
  
		font-size: 20px;
	  }
  
	  &:not(:last-child) {
		margin-bottom: 24px;
	  }
	}
  }
  
  .description_block__wrapper {
	padding-inline: 85px;
  }
  
  @media (max-width: 1024px) {
	.description_block__wrapper {
	  padding-inline: 0;
	}
  }
  
  .description_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 66px;
  
	width: 100%;
  
	&:nth-child(even) {
	  flex-direction: row-reverse;
	}
  
	&:not(:last-child) {
	  margin-bottom: 55px;
	}
  }
  
  @media (max-width: 1024px) {
	.description_item {
	  gap: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.description_item {
	  flex-direction: column;
  
	  &:nth-child(even) {
		flex-direction: column;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.description_item {
	  gap: 10px;
	}
  }
  
  .description_item__text {
	flex: 0 1 50%;
  
	font-size: 16px;
	font-weight: 400;
	color: #333333cc;
  
	p {
	  &:not(:last-child) {
		margin-bottom: 34px;
	  }
	}
  
	ul {
	  padding-left: 10px;
  
	  list-style: "- ";
  
	  &:not(:last-child) {
		margin-bottom: 34px;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.description_item__text {
	  p {
		&:not(:last-child) {
		  margin-bottom: 30px;
		}
	  }
  
	  ul {
		&:not(:last-child) {
		  margin-bottom: 30px;
		}
	  }
	}
  }
  
  @media (max-width: 576px) {
	.description_item__text {
	  p {
		&:not(:last-child) {
		  margin-bottom: 26px;
		}
	  }
  
	  ul {
		&:not(:last-child) {
		  margin-bottom: 26px;
		}
	  }
	}
  }
  
  .description_item__image_wrapper {
	flex: 0 1 50%;
  }
  
  .description_item__image {
	display: block;
  
	width: 100%;
	height: 100%;
  
	object-fit: contain;
  }
  
  .description_item__title {
	font-size: 24px;
	font-weight: 400;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 36px;
	}
  }
  
  @media (max-width: 1024px) {
	.description_item__title {
	  &:not(:last-child) {
		margin-bottom: 30px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.description_item__title {
	  font-size: 18px;
  
	  &:not(:last-child) {
		margin-bottom: 9px;
	  }
	}
  }
  
  /* ___ text block + item */
  @media (max-width: 576px) {
	.text__wrapper {
	  position: relative;
	  overflow: hidden;
  
	  max-height: 240px;
  
	  line-height: 1.3;
  
	  &:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
  
		width: 100%;
		height: 60px;
  
		background: linear-gradient(180deg, #ffffff33 45%, #ffffff 100%);
  
		content: "";
	  }
  
	  &.description__content--open {
		max-height: fit-content;
  
		&::after {
		  display: none;
		}
	  }
	}
  }
  
  @media (min-width: 577px) {
	.text__button {
	  display: none;
	}
  }
  
  .text_item {
	font-size: 15px;
	font-weight: 400;
	color: #333333cc;
  
	&:not(:last-child) {
	  margin-bottom: 60px;
	}
  
	h4 {
	  font-size: 22px;
	  font-weight: 600;
	  color: #000;
  
	  &:not(:last-child) {
		margin-bottom: 6px;
	  }
	}
  
	p {
	  &:not(:last-child) {
		margin-bottom: 24px;
	  }
	}
  
	ul {
	  padding-left: 10px;
  
	  list-style: "- ";
  
	  &:not(:last-child) {
		margin-bottom: 34px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.text_item {
	  font-size: 14px;
  
	  &:not(:last-child) {
		margin-bottom: 10px;
	  }
  
	  h4 {
		font-size: 20px;
  
		&:not(:last-child) {
		  margin-bottom: 15px;
		}
	  }
  
	  p {
		&:not(:last-child) {
		  margin-bottom: 0px;
		}
	  }
	}
  }
  
  /* ___ progress____ */
  .progress-feedbacks {
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	color: #212121;
  }
  
  .progress__wrapper {
	position: relative;
  
	margin-top: 15px;
	width: 100%;
	height: 2px;
  
	background-color: #ebeef1;
  
	border-radius: 2px;
  
	overflow: hidden;
  }
  
  .progress__bar {
	height: 100%;
	width: 20%;
  
	background-color: #ed6e00;
  
	border-radius: 2px;
  }
  
  /* ___ tab aside____ */
  
  .aside {
	flex: 0 0 465px;
  
	padding-top: 40px;
  }
  
  @media (max-width: 1024px) {
	.aside {
	  display: none;
	}
  }
  
  .aside_content > div:not(:last-child) {
	margin-bottom: 20px;
  }
  
  /* ___ top_arrow____ */
  .top_arrow {
	position: absolute;
	left: 0px;
	bottom: 0px;
  
	display: flex;
	align-items: center;
	justify-content: center;
  
	width: 36px;
	height: 36px;
  
	background-color: #fff;
  
	border-radius: 4px;
	border: 1px solid #231f2059;
  
	box-shadow: 0 2px 7px 0 #363c3f1f;
	cursor: pointer;
	transition: border 0.3s ease;
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #231f20c7;
	}
  }
  
  @media (max-width: 1024px) {
	.top_arrow {
	  left: 45px;
	  bottom: 104px;
	}
  }
  
  @media (max-width: 576px) {
	.top_arrow {
	  left: 15px;
	}
  }
  
  /* __________ subcategory page __________ */
  /* ___ subcategory section____ */
  .subcategory {
	margin-top: 40px;
  }
  
  @media (max-width: 576px) {
	.subcategory {
	  margin-top: 10px;
	}
  }
  
  .subcategory__title {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	text-align: center;
  
	&:not(:last-child) {
	  margin-bottom: 40px;
	}
  }
  
  @media (max-width: 576px) {
	.subcategory__title {
	  position: relative;
  
	  padding-left: 16px;
  
	  text-align: left;
	  font-size: 20px;
	  font-weight: 600;
  
	  &:not(:last-child) {
		margin-bottom: 9px;
	  }
  
	  &:before {
		position: absolute;
		left: 0;
		top: 50%;
  
		width: 7px;
		height: 10px;
  
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L2 5L6 9' stroke='%23333333' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
  
		transform: translateY(-50%);
		content: "";
	  }
	}
  }
  
  .subcategory__wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
  
	&.subcategory__wrapper--filter_mod {
	  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
	  gap: 5px;
	}
  }
  
  @media (max-width: 1024px) {
	.subcategory__wrapper,
	.subcategory__wrapper.subcategory__wrapper--filter_mod {
	  display: flex;
	  overflow-x: auto;
  
	  padding-bottom: 5px;
	}
  }
  
  @media (max-width: 1024px) {
	.subcategory__wrapper {
	  margin-right: -15px;
	}
  
	.subcategory__item:last-child {
	  margin-right: 15px;
	}
  }
  
  @media (max-width: 576px) {
	.subcategory__wrapper {
	  gap: 5px;
	}
  }
  
  .subcategory__item {
	display: flex;
	align-items: center;
	gap: 10px;
  
	padding: 8px;
  
	background-color: #fff;
  
	border: 1px solid #e6e6e6;
	border-radius: 4px;
  
	transition: border 0.3s ease;
  
	&.subcategory__item--filter_mod {
	  flex-direction: column;
  
	  text-align: center;
	}
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #ed6e00;
  
	  .subcategory__name {
		color: #ed6e00;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.subcategory__item {
	  flex: 0 0 180px;
	  flex-direction: column;
	  text-align: center;
  
	  gap: 20px;
	}
  }
  
  @media (max-width: 576px) {
	.subcategory__item {
	  flex: 0 0 100px;
	  gap: 10px;
  
	  padding-block: 16px;
	}
  }
  
  .subcategory__image_wrapper {
	max-width: 44px;
	aspect-ratio: 1;
  
	.subcategory__item--filter_mod & {
	  max-width: 85px;
	}
  }
  
  .subcategory__image {
	display: block;
  
	width: 100%;
	min-width: 40px;
	height: 100%;
  
	object-fit: cover;
  }
  
  .subcategory__name {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 1;
  
	transition: color 0.3s ease;
  
	.subcategory__item--filter_mod & {
	  margin-block: auto;
	}
  }
  
  @media (max-width: 1024px) {
	.subcategory__name {
	  margin-block: auto;
	}
  }
  
  @media (max-width: 576px) {
	.subcategory__name {
	  font-size: 10px;
	}
  }
  
  /* ___ subcategory products section____ */
  
  .subcategory_products__wrapper {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(260px, 0.25fr));
	margin-bottom: 60px !important;
  
	.product {
	  transition: border 0.3s ease, box-shadow 0.3s ease, border-top-left-radius 0.3s ease, border-top-right-radius 0.3s ease;
  
	  &:hover,
	  &:focus-visible {
		border: 1px solid #fff;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
  
		box-shadow: 3px 8px 18px 0 #070b170d, 11px 31px 33px 0 #070b170a, 25px 70px 45px 0 #070b1708, 45px 124px 53px 0 #070b1703, 71px 194px 58px 0 #070b1700, 0 0 40px 10px #0000000d;
		z-index: 100;
	  }
	}
  
	.product__additional {
	  border: 1px solid #fff;
	  border-bottom-right-radius: 4px;
	  border-bottom-left-radius: 4px;
	}
  
	.product__additional-button {
	  width: 100%;
	}
  }

  @media (max-width: 1134px) {
	.subcategory_products__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(260px, 0.33fr));
	}
  }

  @media (max-width: 814px) {
	.subcategory_products__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(175px, 0.5fr));
          margin: 0 15px;
	}
  }

  @media (max-width: 576px) {
	.subcategory_products__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(175px, 0.5fr));
	  margin: 0 15px;
	}
  }

  @media (max-width: 414px) {
	.subcategory_products__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(150px, 0.5fr));
	  margin: 0 15px;
	}
  }
  
  @media (max-width: 384px) {
	.subcategory_products__wrapper {
	   grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); 
  
	  margin: 0 15px;
  
	  &:not(:last-child) {
		margin-bottom: 17px;
	  }
	}
  }
  
  .subcategory_products__button {
	display: flex;
  
	margin-inline: auto;
  
	font-size: 14px;
	font-weight: 600;
  }
  
  @media (min-width: 577px) {
	.subcategory_products__button {
	  display: none;
	}
  }
  
  /* ___ subcategory video section____ */
  .subcategory_video__container {
	position: relative;
  }
  
  .subcategory_video__wrapper {
	position: absolute;
	top: -40px;
	left: 50%;
  
	min-height: 489px;
	width: calc(100% - 90px);
  
	background: #dadfe440;
  
	transform: translateX(-50%);
	z-index: -1;
  }
  
  @media (max-width: 768px) {
	.subcategory_video__wrapper {
	  display: none;
	}
  }
  
  .subcategory_video__block {
	max-width: 800px;
	margin-inline: auto;
  
	border-radius: 10px;
  
	overflow: hidden;
  
	.video__title {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	}
  }
  
  .subcategory_video__title {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 32px;
	}
  }
  
  @media (max-width: 576px) {
	.subcategory_video__title {
	  font-size: 20px;
	  font-weight: 600;
  
	  &:not(:last-child) {
		margin-bottom: 15px;
	  }
	}
  }
  
  /* __________ category page __________ */
  /* ___ category section____ */
  
  .category {
	margin-top: 40px;
  }
  
  @media (max-width: 576px) {
	.category {
	  margin-top: 10px;
	}
  }
  
  .category__title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 32px;
	}
  }
  
  @media (max-width: 576px) {
	.category__title {
	  position: relative;
  
	  padding-left: 16px;
  
	  text-align: left;
	  font-size: 20px;
	  font-weight: 600;
  
	  &:not(:last-child) {
		margin-bottom: 9px;
	  }
  
	  &:before {
		position: absolute;
		left: 0;
		top: 50%;
  
		width: 7px;
		height: 10px;
  
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L2 5L6 9' stroke='%23333333' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
  
		transform: translateY(-50%);
		content: "";
	  }
	}
  }
  
  .category__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 0.25fr));
	gap: 10px;
  }

  @media (max-width: 1324px) {
	.category__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(300px, 0.33fr));
	}
  }

  @media (max-width: 954px) {
	.category__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
	}
  }
  
  @media (max-width: 768px) {
	.category__wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	}
  }
  
  .category_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
  
	padding: 30px 60px 40px;
  
	background-color: #fff;
  
	border: 1px solid #e6e6e6;
	border-radius: 8px;
  
	transition: background-color 0.3s ease, border 0.3s ease;
  
	&:hover,
	&:focus-visible {
	  background-color: #f6f7f8;
  
	  border: 1px solid #ed6e00;
  
	  .category__name {
		color: #ed6e00;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.category_item {
	  padding: 20px;
	}
  }
  
  .category__image_wrapper {
	aspect-ratio: 1;
	max-width: 190px;
	min-width: 90px;
  }
  
  @media (max-width: 576px) {
	.category__image_wrapper {
	  max-width: 90px;
	  max-height: 90px;
	}
  }
  
  .category__image {
	display: block;
  
	width: 100%;
	height: 100%;
  
	object-fit: cover;
	mix-blend-mode: multiply;
  }
  
  .category__name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #000;
  
	transition: color 0.3s ease;
  }
  
  @media (max-width: 768px) {
	.category__name {
	  font-size: 14px;
	}
  }
  
  /* __________ catalog page __________ */
  /* ___ catalog section____ */
  
  .catalog {
	margin-top: 40px;
  }
  
  @media (max-width: 576px) {
	.catalog {
	  margin-top: 10px;
	}
  }
  
  .catalog__title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 18px;
	}
  }
  
  @media (max-width: 576px) {
	.catalog__title {
	  text-align: left;
	  font-size: 20px;
	  font-weight: 600;
  
	  &:not(:last-child) {
		margin-bottom: 9px;
	  }
	}
  }
  
  .catalog__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
  }
  
  @media (max-width: 1024px) {
	.catalog__wrapper {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (max-width: 576px) {
	.catalog__wrapper {
	  grid-template-columns: repeat(1, 1fr);
	  gap: 5px;
	}
  }
  
  .catalog__item {
	position: relative;
  
	display: flex;
	align-items: center;
	gap: 20px;
  
	padding: 20px 42px 20px 20px;
  
	border: 1px solid #f8f8f8;
	border-radius: 3px;
  
	transition: background-color 0.3s ease, border 0.3s ease;
  
	&::after {
	  position: absolute;
	  top: 50%;
	  right: 18px;
  
	  width: 8px;
	  height: 13px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07167 6.26078L1.41086 0.599963C1.27757 0.466679 1.06381 0.466679 0.93053 0.599963C0.797245 0.733248 0.797245 0.947006 0.93053 1.08029L6.34993 6.49969L0.93053 11.9191C0.797245 12.0524 0.797245 12.2661 0.93053 12.3994C0.995915 12.4648 1.08393 12.5 1.16944 12.5C1.25494 12.5 1.34296 12.4673 1.40834 12.3994L7.06916 6.73859C7.20244 6.60782 7.20244 6.39155 7.07167 6.26078Z' fill='black' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(0, -50%);
	  transition: translate 0.3s ease, background 0.2s ease;
	  content: "";
	}
  
	&:hover,
	&:focus-visible {
	  background-color: #ed6e000d;
  
	  border: 1px solid #ed6e00;
  
	  .catalog__name,
	  .catalog__quantity {
		color: #ed6e00;
	  }
  
	  &::after {
		transform: translate(5px, -50%);
		background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07167 5.76078L1.41086 0.0999633C1.27757 -0.0333211 1.06381 -0.0333211 0.93053 0.0999633C0.797245 0.233248 0.797245 0.447006 0.93053 0.58029L6.34993 5.99969L0.93053 11.4191C0.797245 11.5524 0.797245 11.7661 0.93053 11.8994C0.995915 11.9648 1.08393 12 1.16944 12C1.25494 12 1.34296 11.9673 1.40834 11.8994L7.06916 6.23859C7.20244 6.10782 7.20244 5.89155 7.07167 5.76078Z' fill='%23ED6E00' /%3E%3C/svg%3E")
		  no-repeat;
	  }
	}
  }
  @media (max-width: 576px) {
	.catalog__item {
	  gap: 10px;
  
	  padding: 15px;
	}
  }
  
  .catalog__image_wrapper {
	max-width: 30px;
	aspect-ratio: 1;
  }
  
  .catalog__image {
	display: block;
  
	width: 100%;
	height: 100%;
  
	object-fit: contain;
	mix-blend-mode: multiply;
  }
  
  .catalog__name {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	color: #333;
  
	transition: color 0.3s ease;
  
	&:not(:last-child) {
	  margin-bottom: 2px;
	}
  }
  
  @media (max-width: 576px) {
	.catalog__name {
	  font-size: 13px;
	  font-weight: 600;
	}
  }
  
  .catalog__quantity {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #909090;
  
	transition: color 0.3s ease;
  }
  
  @media (max-width: 576px) {
	.catalog__quantity {
	  font-size: 13px;
	}
  }
  
  /* __________ common __________ */
  /* ___ bestsellers____ */
  /* @media (max-width: 576px) {
	.bestsellers__row,
	.promotions__row,
	.new__row {
	  margin-inline: -15px;
	}
  
	.videos__row {
	  margin-right: -15px;
	}
  } */

  @import url("reset.css");
@import url("fonts.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
@import url("global.css");
/* header */
.header {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	/* position: relative; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20000;
}
.header-top {
	background: #333333;
	max-height: 200px;
	transition: .3s;
	transition-delay: .2s;
}
.header.fixed .header-top {
  padding: 0;
	/*max-height: 0;*/
	/*overflow: hidden;*/
}
.header-top__flex {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.header-top__logo {
	width: 100%;
	max-width: 301px;
	margin-right: 50px;
}
.header-top__nav {
	margin: 0 auto;
	padding: 10px 15px;
}
.nav-top__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.nav-top__item {
	padding: 0 20px;
}
.nav-top__link {
	font-size: 15px;
	color: #EDEDED;
	letter-spacing: 1px;
}
.nav-top__link .fa {
	font-size: 13px;
	color: #ED6E00;
}
.header-top__phone a {
	font-size: 20px;
	color: #fff;
}
.header-top__phone a:hover {
	color: #ED6E00;
}
.header-top__lang {
	margin-left: 15px;
}
.language-list {
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
}
.language-list__select:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.language-list__btn {
	padding: 2px 8px;
	font-size: 16px;
	color: #646464;
	text-transform: uppercase;
	transition: .3s;
}
.language-list__select.active .language-list__btn {
	color: #fff;
}
.language-list__btn:hover,
.language-list__btn:focus {
	color:#ED6E00 !important;
	text-decoration: none;
}
.header-main {
	position: relative;
	padding: 15px 0;
	background: #fff;
	z-index: 200;
}
.header-main__flex {
	display: flex;
	align-items: center;
	position: relative;
}
.header-main__menu {
	width: 100%;
	max-width: 220px;
}
.main-menu {
	padding-bottom: 15px;
	margin-bottom: -15px;
}
.main-menu__btn {
	width: 100%;
	max-width: 220px;
	position: relative;
	padding: 0 25px 0 40px;
	/*font-weight: 600;*/
	/*font-size: 15px;*/
	line-height: 46px;
	color: #fff !important;
	background:#ED6E00 !important;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
	border: none;
	border-radius: 4px;
	z-index: 51;
	/*font-family: 'MyriadPro', sans-Serif;*/
}
.main-menu__btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('/image/mod/menu_dots.svg') 0 0 no-repeat;
	background-size: cover;
}
.main-nav__collapse {
	display: none;
	width: 100%;
	transition: .3s;
	z-index: 50;
}
.main-menu:hover .main-nav__collapse {
	display: block;
	opacity: 1;
	position: absolute;
	top: calc(100% + 15px);
}
.main-nav__list {
	width: 100%;
	max-width: 240px;
	max-height: calc(100vh - 75px);
	background: #fff;
	overflow: auto;
}
.main-nav__item {
	border-right: 1px solid #ccc;
	transition: .3s;
}
.main-nav__item:hover {
	border-right-color: transparent;
	background: #E5E5E5;
}
.main-nav__link {
	display: block;
	padding: 10px 30px 10px 40px;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	z-index: 1001;
}
.main-nav__item:hover .main-nav__link {
	color: #ED6E00;
}
.main-nav__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	fill:#ED6E00;
}
.main-nav__link i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.main-nav__dropdown {
	display: none;
	/* width: 125%; */
	height: 100%;
	padding-left: 241px;
	position: absolute;
	top: -5px;
	right: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background: #fff;
	z-index: -1;
}
.main-nav__item:hover .main-nav__dropdown {
	display: block;
}
.main-nav-dropdown__inner {
	padding: 20px 0;
}
.main-nav-dropdown__list {
	display: flex;
	flex-wrap: wrap;
}
.main-nav-dropdown__item {
	flex: 1 1 160px;
	max-width: 145px;
	background: #fff;
	transition: .3s;
}
.main-nav-dropdown__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
	padding: 10px;
	position: relative;
}
.main-nav-dropdown__link:hover {
	border-radius: 4px;
	box-shadow: 1px 2px 4px rgb(0 0 0 / 8%);
	z-index: 1;
}
.main-nav-dropdown__img {
	margin-bottom: 10px;
}
.open_mob_menu {
	min-width: auto;
	background: none !important;
	padding: 10px;
	border: none !important;
	box-shadow: none !important;
}
.open_mob_menu i {
	font-size: 17px;
}
.mob-menu {
	width: 100%;
	max-width: 360px;
	background: #fff;
}
@media(min-width: 1025px){
	.mob-menu {
		display: none;
	}
}
.mob-menu__header {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	background: #333333;
	margin-bottom: 40px;
}
.mob-menu__logo {
	max-width: 100px;
}
.categor-mob {
	padding: 20px 10px;
}
.categor-mob__btn {
	display: block;
	position: relative;
	padding: 10px 25px 10px 40px;
	font-weight: 600;
	font-size: 17px;
	color: #ED6E00 !important;
	border: 1px solid #ED6E00;
	border-radius: 4px;
}
.categor-mob__btn:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% + 1px);
	left: 15px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('/image/mod/menu_dots_orange.svg') 0 0 no-repeat;
  background-size: auto;
	background-size: cover;
}
.categor-mob__btn i {
	position: absolute;
	top: calc(50% + 1px);
	right: 15px;
	transform: translateY(-50%);
	transition: .3s;
}
.categor-mob__btn[aria-expanded="true"] i {
	transform: rotate(180deg) translateY(50%);
}
.categor-mob__list {
	padding: 15px 0;
}
.categor-mob__link {
	display: block;
	position: relative;
	padding: 10px 25px 10px 45px;
}
.categor-mob__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	fill: #ED6E00;
}
.categor-mob__arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: .3s;
}
.categor-mob__item.active .categor-mob__arrow {
	transform: rotate(-180deg) translateY(50%);
}
.categor-mob-dropdown {
	display: none;
}
.categor-mob__item.active .categor-mob-dropdown {
	display: block;
}
.categor-mob-dropdown__list {
	padding-left: 30px;
}
.categor-mob-dropdown__link {
	display: block;
	padding: 8px 15px;
}
.mob-menu-top {
	padding: 15px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.mob-menu-top__link {
	position: relative;
	display: block;
	padding: 10px 25px 10px 45px;
}
.mob-menu-top__link .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.mob-menu-top__link--fire .svg-icon {
	fill:#ED6E00;
}
.mob-menu-top__link i {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.mob-menu-top__link[aria-expanded="true"] i {
	transform: rotate(180deg) translateY(50%);
}
.mob-menu-top__dropdown {
	margin-left: 30px;
}
.mob-menu-top__dropdown a {
	display: block;
	padding: 8px 15px;
}
.mob-menu-footer__list {
	padding: 10px 15px;
}
.mob-menu-footer__link {
	display: block;
	position: relative;
	padding: 10px 25px 10px 45px;
}
.mob-menu-footer__link .svg-icon {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	fill:#ED6E00;
}
#modal-mob-menu {
	padding-right: 50px;
}
.header-main__search {
	width: 100%;
	max-width: 775px;
	padding: 0 15px;
}
.main-search {
	position: relative;
}
.main-search__input {
	font-size: 16px !important;
	background: #eee;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.main-search__input:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}
.main-search__btn {
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #c4c4c4;
	transition: .3s;
}
.main-search__btn:hover {
	color:#ED6E00;
}
.main-search__btn .fa {
	font-size: 16px;
}
.header-actions {
	display: flex;
	align-items: center;
	margin: 0 -15px 0 auto;
	gap: 10px;
}
/* .header-actions__item {
	padding: 0 15px;
} */
.header-cart__btn {
	padding: 0;
	border: none;
	box-shadow: none;
}
.header-actions__link {
	position: relative;
	display: block;
	color: #fff;
}
.header-actions__link .svg-icon {
	display: block;
}
.header-actions__link:hover .svg-icon {
	fill: #ED6E00;
}
.header-actions__link > span {
	position: absolute;
	top: -7px;
	right: -8px;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F76659;
	color: #fff;
	border-radius: 50%;
	font-weight: 500;
	font-size: 13px;
	z-index: 1;
}
.header-user__link {
	display: flex;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
}
.header-user__link span {
	margin-left: 5px;
	color: #ed6e00;
}
.header-user__link .svg-icon {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}
.header-user__link:hover .svg-icon {
	fill: #ed6e00;
}
.header-compare__link .svg-icon {
	width: 41px;
	height: 25px;
	fill: #B0BABF;
	transition: .3s;
}
.header-compare__link:hover .svg-icon {
	fill: #ed6e00;
}
/* end header */
/* category_wall */
.category_wall {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.category_wall__item {
	padding: 0 5px;
	/* width: 100%;
	max-width: 200px;
	margin-bottom: 10px; */
	text-align: center;
}
.category_wall__link {
	display: block;
	height: 100%;
	padding: 30px 25px;
	background: #fff;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
	border-radius: 2px;
	transition: .3s;
}
.category_wall__link:hover {
	box-shadow: 4px 13px 21px rgba(176, 186, 191, 0.23);
}
.category_wall__img .svg-icon {
	width: 40px;
	height: 40px;
}
.category_wall__link:hover .svg-icon {
	fill: #ED6E00;
}
.category_wall__name {
	margin: 30px 0 0;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-wrap: break-word;
	width: 100%;
}
.category_wall__btn {
	position: absolute;
	top: -70px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #757575;
	font-size: 16px;
	border: 1px solid rgba(157, 164, 170, 0.38);
	border-radius: 4px;
	z-index: 1;
}
.category_wall__btn--prev {
	right: 35px;
}
.category_wall__btn:hover {
	border-color: #ED6E00;
}
.category_wall__btn i {
	font-size: 18px;
}
.category_wall__btn.slick-disabled {
	opacity: .3;
}
/* end category_wall */

.categories-page__item {
	text-align: center;
	background: #fff;
}
.categories-page__link {
	display: block;
}
.categories-page__img {
	padding: 40px 0;
	margin-bottom: 3px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}
.categories-page__img img {
	margin: 0 auto;
}
.categories-page__name {
	display: block;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 35px;
	background-color: #FCFEFF;
}
.category-products {
	margin: 0 -2.5px;
}
.category-product {
	padding: 0 2.5px;
	margin-bottom: 20px;
}
.category-product:hover {
	z-index: 4;
	transform: scale(1.015);
}
.category-product .product-thumb {
	padding: 20px 0;
	margin-bottom: 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
	border-radius: 2px;
	border: none;
	transition: all .3s ease-in-out;
}
.category-product:hover .product-thumb {
	box-shadow: 4px 11px 26px rgba(188, 188, 188, 0.08), 10px 8px 35px rgba(146, 146, 146, 0.12)
}
.xdstickers_wrapper {position:absolute; z-index:1;}
.xdstickers_wrapper.xdstickers_wrapper_custom.position_upleft {top:5px; left:15px; right:auto;}
.xdstickers_wrapper.xdstickers_wrapper_custom.position_upright {top:5px; right:15px; left:auto;}
.xdstickers {padding:5px 10px; margin-bottom:5px;}
.category-product .xdstickers_wrapper {
	right: 15px;
	bottom: 15px;
}
.category-product .xdstickers {
	width: 90px;
    padding: 12px 5px;
    text-align: center;
    /* border: 1px solid #E1982D; */
    border-radius: 25px;
    font-weight: 600;
    background-color: #E7F2E0;
    font-size: 14px;
    color: #65A75E;
}
.xdstickers.xdsticker_sale {
    width: 45px;
}
.category-product .xdstickers.xdsticker_5,
.category-product .xdstickers.xdsticker_6,
.category-product .xdstickers.xdsticker_7,
.category-product .xdstickers.xdsticker_1 ,
.category-product .xdstickers.xdsticker_2,
.category-product .xdstickers.xdsticker_4,
.category-product .xdstickers.xdsticker_3,
.category-product .xdstickers.xdsticker_8,
.category-product .xdstickers.xdsticker_9, 
.category-product .xdstickers.xdsticker_10,
.owl-carousel .xdstickers.xdsticker_5,
.owl-carousel .xdstickers.xdsticker_6,
.owl-carousel .xdstickers.xdsticker_7,
.owl-carousel .xdstickers.xdsticker_1 ,
.owl-carousel .xdstickers.xdsticker_2,
.owl-carousel .xdstickers.xdsticker_4,
.owl-carousel .xdstickers.xdsticker_3,
.owl-carousel .xdstickers.xdsticker_8,
.owl-carousel .xdstickers.xdsticker_9, 
.owl-carousel .xdstickers.xdsticker_10 {
	width: 90px;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #E1982D;
    border-radius: 5px;
    font-weight: 600;
    background-color: #fff;
    font-size: 14px;
    color: #ED910A;
}

.category-product .xdsticker_novelty {
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #449A10;
	background: #FCBD30;
	border-radius: 50%;
	border: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.category-product .xdsticker_novelty::after {
  content: '';
  border: 5px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.category-product__heart {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	box-shadow: none;
}
.category-product__heart.wl-add i {
	color: #F76659;
}
.category-product__heart.wl-add i.fa-heart-o:before {
	content: '\f004';
}
.category-product__btn {
	padding: 10px 25px;
	min-width: 165px;
	text-align: center;
	font-size: 17px;
}
.category-product__footer {
	width: calc(100% - 5px);
	position: absolute;
	top: calc(100% - 2px);
	left: 2.5px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #fff;
	box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
	overflow: hidden;
	transition: transform .3s ease-in-out;
}
.category-product:hover .category-product__footer {
	padding: 5px 20px;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	box-shadow: 4px 25px 26px rgba(188, 188, 188, 0.08), 10px 25px 35px rgba(146, 146, 146, 0.12);
}
.category-product__rating {
	display: flex;
	align-items: flex-end;
}
.category-product__rating-total {
	margin-left: 5px;
	font-size: 13px;
	color: #5B6871;
	text-decoration-line: underline;
}
.category-product .caption {
	display: flex;
	flex-direction: column;
}
.category-product .price {
	margin-top: auto;
	margin-bottom: 0;
}
.category-product__attributes {
	/*margin-top: 25px;*/
	margin-bottom: 20px;
	font-size: 13px;
	color: #3B3B3B;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.category-product__attribute {
	padding: 2px 0;
}
.category-product__attribute span {
	color: #A6A6A6;
}

/* product */
.product-nav {
	border-top: 1px solid #CED2D6;
	border-bottom: 1px solid #CED2D6;
	margin-bottom: 65px;
}
.product-nav .nav-tabs {
	border: none;
}
.product-nav .nav-tabs > li {
	margin: 0;
	padding: 0 25px;
}
.product-nav .nav-tabs > li:first-child {
	padding-left: 0;
}
.product-nav .nav-tabs > li a {
	padding: 13px 0;
	font-size: 16px;
	background: none;
	border: none !important;
	border-bottom: 2px solid transparent !important;
}
.product-nav .nav-tabs > li.active a {
	border-bottom: 2px solid #ED6E00 !important;
	color: #252C32;
}
.product-nav .nav-tabs > li a:hover {
	border-color: #ED6E00 !important;
}
.product-actions__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 85px;
}
.product-actions__status {
	padding: 5px 15px 5px 15px;
	background: rgba(186, 193, 187, 0.09);
	border-radius: 27px;
	font-size: 14px;
}
.product-actions__status.instock {
	padding-left: 25px;
	position: relative;
	color: #359D3F;
	padding-left: 35px;
	background: rgba(53, 157, 63, 0.09);
}
.product-actions__status.instock:before {
	font: normal normal normal 14px/1 'FontAwesome';
	content: '\f00c';
	position: absolute;
	top: calc(50% - 1px);
	left: 13px;
	transform: translateY(-50%);
}
.product-actions__wishlist button {
	padding: 5px 15px;
	color: #595858;
	background: rgba(186, 193, 187, 0.09);
	border: none;
	border-radius: 27px;
	font-size: 14px;
}
.product-actions__wishlist button i {
	margin-right: 5px;
}
.product-actions__wishlist button.wl-add i {
	color: #F76659;
}
.product-actions__wishlist button.wl-add i.fa-heart-o:before {
	content: '\f004'
}
.product-actions__form-btn {
	color: #ED6E00;
}
.product-rating-top {
	margin-top: -20px;
	margin-bottom: 30px;
}
.product-rating-top a {
	font-size: 14px;
	color: #5B6871;
}
.product-actions__price {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: -0.5px;
	color: red;
}
.product-discount{
	position: relative;
	top: -15px;
	color: #2dd96b;
}
.product-actions__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-actions__buttons {
	display: flex;
	justify-content: flex-end;
}
.product-info {
	margin-top: 20px;
}
.product-info__title {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 16px;
}
.product-info__item {
	margin-bottom: 30px;
}
.product-info__item:last-child {
	margin-bottom: 0;
}
.product-info__list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
	font-size: 15px;
	color: rgba(51, 51, 51, 0.84);
}
.product-info__list li:before {
	content: '';
	background: #c4c4c4;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-info__item--delivery .product-info__list li:before {
	width: 18px;
	height: 18px;
	left: 0;
	background: url('/image/NP_logo2.svg') no-repeat 0 0;
}
.product-attribute {
	margin-top: 100px;
}
.product-attribute__item span {
	color: #909090;
}
.product-actions__buy {
	flex: 1;
}
.product-actions__buy-form {
	width: 100%;
	margin-top: 20px;
}
.product-actions__buy-form .control-label {
	display: none;
}
.pageform .form-control {
	padding: 10px 15px;
	font-size: 16px;
	background: #F8F8F8;
	border-color: #f8f8f8;
	border-radius: 2px;
	height: auto;
	box-shadow: none;
}
.product-small {
  margin-left: 40px;
  padding: 25px 45px;
  box-shadow: 0px 2px 5px rgb(120 144 156 / 8%), 0px 2px 5px rgb(48 48 48 / 5%);
  border-radius: 2px;
}
.product-small__title {
	font-size: 18px;
}
.product-small__price p {
	font-size: 20px;
}
.product-small__rating {
	margin-bottom: 25px;
}
.product-small__wishlist {
	background: rgba(174, 188, 196, 0.08);
	border-radius: 4px;
	width: 180px;
	height: 40px;
	color: #595858;
	font-size: 13px;
	box-shadow: none;
	border: none;
}
.product-small__pay button {
/*	width: 100%;*/
	min-width: auto;
	margin: 0 0 15px !important;
}
.product-actions__buy-form #pageform0 {
	position: relative;
	padding-right: 210px;
}
.product-actions__buy-form #button-buildersubmit0 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.text_no_reviews {
	text-align: center;
	margin-bottom: 30px;
	padding: 40px 0;
	font-size: 16.25px;
	background: rgba(35,31,32, 0.05);
}
.rating-container {
	float: none;
}
.review-author {
	position: relative;
	padding-left: 50px;
}
.review-author:before {
	content: '';
	background: url('/image/user-icon.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 35px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.review-answer-title-container {
	overflow: visible;
	padding-top: 20px;
}
.review-answer-title-container .review-author:before {
	background: url('/image/answer_logo.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}
.review-short__user {
	position: relative;
	padding-left: 50px;
}
.review-short__user:before {
	content: '';
	background: url('/image/user-icon.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 35px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.review-short__user .fa-stack {
	width: 14px;
	height: 14px;
}
.review-short-all {
	margin-top: 30px;
}
.review-short-all a {
	color: #ED6E00;
}
#button-ukrcredits {
	position: relative;
	/*padding-left: 35px;*/
	padding-right: 20px;
	margin-left: 30px;
} 
#button-ukrcredits img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
#button-ukrcredits span {
  position: relative;
  left: 2px;
}
#tab-specification .instructions {
	margin-bottom: 40px;
}
.instructions-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.instructions-item {
	padding: 0 15px;
	margin-bottom: 30px;
}
.instructions-btn {
	font-size: 15px;
	color: #3c3834;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 6%);
}
.instructions-btn:hover {
	color: #fff;
	background: #3c3834;
}
.instructions-btn span {
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: rgba(176, 186, 191, 0.74);
	padding-left: 3px;
}
.product-video {
	margin-bottom: 40px;
}
.product-video__link {
	margin-bottom: 30px;
	opacity: .5;
	cursor: pointer;
}
.product-video__link.active {
	opacity: 1;
}
.attribute-link-all {
	margin-top: 30px;
}
.attribute-link-all a {
  color: #ED6E00;
}
#product-product .xdstickers_wrapper_custom .xdstickers {
	padding: 6px;
	font-size: 12px;
	color: #449A10;
	border: 1px solid #449A10;
	border-radius: 4px;
	background: #E7F2E0;
	position: absolute;
	width: 70px;
	text-align: center;
}
.rotate-cover {
	position: relative;
}
.rotate-cover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/image/360_icon.svg') 0 0 no-repeat;
	background-position: center;
	opacity: 1 !important;
}
#additional {
	padding: 0 15px;
}
#additional.slick-vertical .slick-slide {
	height: 67px;
	border: 1px solid transparent;
}
/* end product */
#layoutform1 {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 100px;
	background: #DADFE4;
	border-radius: 14px;
}
#layoutform1 .form-header {
	width: 50%;
}
#layoutform1 .form-header .h2 {  
	letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 24px;
  color: #3B5460;
  margin-bottom: 10px;
}
#layoutform1 p {
	margin-bottom: 0;
}
#pageform1 {
	display: flex;
	margin-bottom: -15px;
}
#layoutform1 .form-horizontal {
	width: 50%;
}
#pageform1 .control-label {
	display: none;
}
#pageform1 .buttons {
	margin: 0 0 0 30px;
}
#pageform1 .row {
	flex: 1;
}
#button-buildersubmit1 {
	background: #ED6E00;
	color: #fff;
}
.user-review-write-block {
	background: none;
	box-shadow: none;
}
.to-write-review {
	float: none;
	margin-bottom: 30px !important;
}
.registratsija-instrumenta__content {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 40px 15px;
}
.registratsija-instrumenta__form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.registratsija-instrumenta__form .pull-left {
	float: none !important;
}
.registratsija-instrumenta__form button {
	width: 100%;
	background: #ED6E00;
	color: #fff;
}
.registratsija-instrumenta__form button:hover {
	background: #ba5600 !important;
}
.registratsija-instrumenta__slider {
	margin-top: 20px;
}
.registratsija-instrumenta__footer {
	margin-top: 15px;
	width: 100%;
	max-width: 400px;
	font-size: 14px;
	line-height: 1.2;
	color: #797979;
	margin: 0 auto;
}
.registratsija-instrumenta__slider .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.registratsija-instrumenta__slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.registratsija-instrumenta__slider .slick-dots li {
	margin: 0 5px;
}
.registratsija-instrumenta__slider .slick-dots li button {
	width: 35px;
	height: 4px;
	border: none;
	background-repeat: 5%;
	opacity: .2;
	background-color: #000;
}
.registratsija-instrumenta__slider .slick-dots li.slick-active button {
	opacity: 0.4;
}
.registratsija-instrumenta__slider .slick-arrow {
	width: 50px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	opacity: 0;
	color: #fff !important;
	border: none;
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.registratsija-instrumenta__slider:hover .slick-arrow {
	opacity: .5;
}
.registratsija-instrumenta__slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.registratsija-instrumenta__slider .slick-arrow i {
	font-size: 40px;
}
.registratsija-instrumenta__slider .slick-arrow.slick-disabled {
	opacity: 0 !important;
}

/* service map */
.service_map_page #content {
	min-height: auto;
}
.service-map {
	margin-top: 40px;
	padding: 45px;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
#google-maps-searcher {
	width: 100%;
	margin-top: 40px;
	background-color: #00000008;
	border: none;
	margin-top: 0;
	padding: 16px;
	margin-bottom: 30px;
}
.service-sity-item {
	padding: 20px;
	border: none;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(65, 80, 88, 0.14);
	border-radius: 4px;
	margin-bottom: 11px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: .3s;
}
.service-sity-item:hover {
	border-color: #ED6E00;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(65, 80, 88, 0.14);
	border-radius: 4px;
}
.service-sity__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #333333;
	transition: .3s;
}
.service-sity-item:hover .service-sity__name {
	color: #ED6E00;
}
.service-sity__address {
	font-size: 16px;
	line-height: 19px;
	color: rgba(11, 11, 12, 0.45);
}
.service-map__title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
#window_info {
  padding: 5px 10px;
  font-weight: 500;
}
#window_info p {
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
}
#window_info p:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#window_info p.address-map:before {
	background: url("/image/geo-map.svg") no-repeat;
}
#window_info p.phone-map:before {
	background: url("/image/phone.svg") no-repeat;
}
#window_info p.info-time:before {
	background: url("/image/time-map.svg") no-repeat;
}
#window_info p.city-map {
	padding-left: 0;
	margin-bottom: 15px;
  font-size: 20px;
  color: #ED6E00;
}
#window_info .info-loc {
	display: none;
}
.gm-control-active, .gm-style-mtc button {
	background-color: #ED6E00 !important;
	color: #fff !important;
}
.list-noservice li {
	position: relative;
}
.list-noservice li + li {
	text-indent: 35px;
}
.list-noservice li + li:before {
	width: 30px;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	border: 2px solid #000000;
	border-radius: 20px;
}
/* end service map */
/* black list */
.black-list__top {
	background: #333;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.black-list__title {
	font-weight: bold;
	font-size: 36px;
	color: #FC542E;
}
.black-list__name {
	font-size: 24px;
}
.black-list__body {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.black_list_page {
	display: none;
}
#information-information h1 {
	text-align: center;
}
/* end black list */
/* partners-abroad */
.partners-abroad__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
}
.partners-abroad__item {
	width: calc(33.33% - 10px);
	padding: 8px;
	margin: 5px;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
}
.partners-abroad__img img {
	max-width: 100%;
}
.partners-abroad__info {
	padding: 25px;
}
.partners-abroad__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.partners-abroad__col {
	margin-bottom: 25px;
}
.partners-abroad__col:last-child {
	margin-bottom: 0;
}
.partners-abroad__col p {
	margin: 0;
}
.partners-abroad__name {
	font-weight: 600;
}
.intermail {
	position: relative;
	padding-left: 30px;
}
.intermail:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 16px;
	background: url("/image/email_icon.svg") no-repeat;
}
/* end partners-abroad */
/* store-sity */
.store-sity {
	margin-top: 60px;
}
.store-map__title {
	color: #ED6E00;
}
.store-sity__card {
	border: 1px solid #c4c4c4;
}
.store-sity__header {
	margin-bottom: -1px;
	border-bottom: 1px solid #c4c4c4;
}
.store-sity__current {
	padding: 10px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	text-decoration: none !important;
	color: #ED6E00 !important;
}
.store-sity__body  {
	width: 90%;
	margin: 15px auto;
	padding: 10px;
	box-shadow: 0 0 9px 0px #c4c4c4;
}
.store-sity__name {
	font-weight: 600;
}
.store-sity__list {
	display: flex;
	flex-wrap: wrap;
}
.store-sity__col {
	width: 33.33%;
	padding: 0 15px;
}
.store-sity__bold {
	position: relative;
	margin-bottom: 0;
	font-weight: 600;
}
.store-sity__bold:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	border: 4px solid #00D14C;
}
.store-sity__address {
	margin-bottom: 0;
}
/* end store-sity */
/* information-contact */
.information-contact__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.information-contact__item {
	width: 33.33%;
	padding: 0 15px;
	font-size: 18px;
}
.information-contact__name {
	position: relative;
	padding-left: 30px;
	color: rgba(51, 51, 51, 0.7);
}
.information-contact__name:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url('/image/mail-contact.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.information-contact__item--local .information-contact__name:before {
	background-image: url('/image/geo.svg');
}
.information-contact__item--phone .information-contact__name:before {
	background-image: url('/image/phone_contact.svg');
}
.information-contact__text {
  padding-left: 5px;
}
.information-contact__form {
	padding: 35px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}
.information-contact__map {
	margin-top: 30px;
}
.sitemap-page {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
/* end information-contact */
.footer-title {
	margin-bottom: 20px;
	font-size: 18px;
	color: rgb(136, 136, 136);
}
.footer-list li {
	margin-bottom: 15px;
	font-size: 14px;
}
.footer-newsletter {
	margin-top: 20px;
	max-width: 275px;
}
.newsletter-btn {
	min-width: auto;
	padding: 0 15px;
}
.newsletter-descr {
	font-size: 14px;
	line-height: 1.2;
}
.footer-newsletter .form-control {
	box-shadow: none !important;
	background: #464646;
	border-color: #464646;
	color: #fff;
}
.newsletter-private {
	margin: 10px 0 0;
	color: #AFAFAF;
	font-size: 12px;
}
.newsletter-private a {
	color: #63709E;
}
.footer-contact__item {
	position: relative;
	padding-left: 25px;
}
.footer-contact__item:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer-contact__item--phone:before {
	top: calc(50% - 2px);
	background-image: url("/image/phone_footer.svg");
}
.footer-contact__item--email:before {
	background-image: url("/image/group.svg");
}
.social-links {
	margin-top: 15px;
	margin-bottom: 30px;
}
.social-links__list {
	display: flex;
	margin: 0 -5px;
}
.social-links__item {
	padding: 0 5px;
}
.social-links__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 0.5px solid rgba(255, 255, 255, 0.49);
	color: #fff !important;
}
.social-links__link:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer-bottom {
	margin-top: 30px;
	padding: 10px 0;
	font-size: 14px;
	background: #231F20;
}
.payment-home-custom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.payment-home-custom img {
	margin-left: 15px;
}
.footer-copy {
	margin-top: 5px;
	text-align: center;
}
/* account */
.account-content {
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
	padding: 30px 25px;
}
.account-newsletter .newsletter-private {
	display: none;
}
/* end account */
/* account-sidebar */
.account-sidebar {
	padding: 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
.discount-sidebar {
	margin-bottom: 40px;
}
.discount-sidebar__user {
	margin-bottom: 10px;
	text-align: center;
}
.discount-sidebar__user .svg-icon {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 10px;
}
.discount-sidebar__name span {
	color: #ED6E00;
}
.discount-sidebar__steps {
	padding: 0 10px;
	font-size: 0;
	line-height: 0;
}
.discount-sidebar__step {
	display: inline-block;
	width: 25%;
	height: 5px;
	background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), #EEEEEE;
}
.discount-sidebar__background {
	height: 100%;
	background: #ED6E00;
}
.discount-sidebar__step-last {
	display: none;
}
.account-sidebar__item {
	padding: 5px 0;
}
.account-sidebar__link {
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
.account-sidebar__link.active {
	color: #ED6E00;
}
.account-sidebar__link .svg-icon {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.account-sidebar__link:hover .svg-icon,
.account-sidebar__link.active .svg-icon {
	fill: #ED6E00;
}
/* end account-sidebar */
/* discount-module */
.discount-module {
	margin-bottom: 30px;
	padding: 32px 40px 45px 40px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(37, 41, 43, 0.06);
	border-radius: 2px;
}
.discount-module__title {
	margin-bottom: 40px;
}
.discount-module__steps {
	display: flex;
	padding: 20px 0;
	position: relative;
}
.discount-module__step {
	position: relative;
  display: inline-block;
  width: 25%;
  height: 5px;
  background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #EEEEEE, #EEEEEE), #EEEEEE;
	border: none;
  border-radius: 4px;
}
.discount-module__step:before {
	content: "";
	background: #ED6E00;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 9;
}
.discount-module__step--last-step {
	position: absolute;
	right: 0;
	background: none;
}
.discount-module__step--last-step:before {
	left: auto;
	right: 0;
}
.discount-module__step-price {
	position: absolute;
	top: -40px;
	left: -25px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: lowercase;
	color: #000000;
	width: 50px;
	text-align: center;
}
.discount-module__step--first-step .discount-module__step-price {
	left: 0;
}
.discount-module__step-percent {
	position: absolute;
	bottom: -30px;
	left: -0;
	color: #ed6e00;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
}
.discount-module__step--first-step .discount-module__step-percent {
	left: 0;
}
.discount-module__step--last-step .discount-module__step-price {
	left: auto;
	right: 0;
/*	width: 20%;*/
}
.discount-module__step--last-step .discount-module__step-percent {
	left: auto;
	right: 0;
}
.discount-module__background {
	height: 100%;
	background: #ED6E00;
	border-radius: 4px;
}
/* end discount-module*/

/* order-list */
.order-list__item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.21);
}
.order-list__item:last-child {
	border: none;
}
.order-list__top {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.order-list__id {
	font-weight: 600;
}
.order-list__right {
	position: relative;
	padding-right: 20px;
	text-align: right;
}
.order-list__right i {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 18px;
}
.order-list__status {
	margin-bottom: 5px;
}
.order-list__status--3, .order-list__status--5 {
	color: #449A10;
}
.order-list__status--7, .order-list__status--8,.order-list__status--9,.order-list__status--10,.order-list__status--16 {
	color: #EB001B;
}
.order-list__added {
	color: #B0BABF;
}
.order-list__content {
	padding-left: 30px;
}
.order-list__product {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.21);
}
.order-list__product:last-child {
	margin-bottom: 0;
	border: none;
}
.order-list__img {
	margin-right: 10px;
}
.order-list__name {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.order-list__price {
	font-weight: 600;
	font-size: 15px;
}
/* end order-list */
/* account-address */
.account-address {
	position: relative;
	padding-bottom: 40px;
}
.account-address:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.account-address__title {
	margin-bottom: 30px;
	padding-left: 15px;
	font-weight: 600;
}
.account-address__list {
	padding: 0 15px;
}
.account-address__item {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 15px;
	background: #FAFAFA;
	border: 1px solid rgba(229, 229, 229, 0.81);
	border-radius: 4px;
}
.account-address__item:last-child {
	margin-bottom: 0;
}
.account-address__item.active {
	background: rgba(237, 110, 0, 0.04);
	border-color: rgba(237, 110, 0, 0.81);
}
.account-address__name {
	padding-right: 40px;
	color: #333;
	opacity: .8;
}
.account-address__item.active .account-address__name {
	opacity: 1;
}
.account-address__action {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #A2ABB0;
}
.account-address__bottom {
	margin-top: 25px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #B0BABF;
}
.account-address__bottom a {
	color: #ED6E00;
}
.account-address__form {
	padding: 0 15px;
}
/* end account-address */
/* checkout */
/* .simplecheckout-left-column,
#simplecheckout_cart {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */
.simple-content .checkout-heading {
	position: relative;
	padding: 25px 15px;
	background: none;
}
#simplecheckout_customer .checkout-heading,
#simplecheckout_shipping .checkout-heading,
#simplecheckout_payment .checkout-heading {
	padding-left: 60px;
}
#simplecheckout_customer .checkout-heading:before,
#simplecheckout_shipping .checkout-heading:before,
#simplecheckout_payment .checkout-heading:before {
	content: '1';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #ED6E00;
	border-radius: 50%;
}
#simplecheckout_shipping .checkout-heading:before {
	content: '2';
}
#simplecheckout_payment .checkout-heading:before {
	content: '3';
}
.simplecheckout-block {
	margin: 0;
	/* border-bottom: 1px solid #ddd; */
}
.simplecheckout-block-content {
	padding: 0;
}
#simplecheckout_comment {
	border: none;
}
#simplecheckout_comment .simplecheckout-block-content {
	padding: 0 !important;
}
#simplecheckout_payment_form {
	border: none;
}
.simple-content #buttons {
	position: relative;
	margin-top: -15px;
	padding: 30px;
	/* background: #FFFFFF; */
	/* text-align: center; */
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}
#simplecheckout_cart {
	border: none;
}
.simplecheckout-cart-total {
	border: none;
}
#total_total {
	display: flex;
	padding: 25px 35px;
	background: #F6F6F6;
}
#total_total .simplecheckout-cart-total-value {
	margin-left: auto;
	font-weight: 600;
	font-size: 20px;
}
#total_total b {
	font-weight: normal;
	vertical-align: middle;
}
.simplecheckout-cart-total-remove {
	display: none;
}
#total_discount {
	position: relative;
	padding-right: 25px;
	text-align: center;
}
#total_discount .simplecheckout-cart-total-value {
	position: absolute;
	right: 15px;
}
#total_sub_total {
	display: none;
}
.simplecheckout .discount-module {
	padding: 30px 30px 30px 5px;
	background: none;
	box-shadow: none;
}
.simplecheckout .discount-module__step--last-step .discount-module__step-price {
	right: -25px;
}
.discount-info {
	width: 100%;
	max-width: 730px;
	padding: 25px 30px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	background: #F4F0EC;
	border: 1px solid #ED6E00;
	border-radius: 5px;
}
.discount-info__content {
	display: flex;
	align-items: center;
	padding-right: 25px;
}
.discount-info__img {
	margin-right: 25px;
	width: 40px;
	height: 40px;
}
.discount-info__img .svg-icon {
	width: 40px;
	height: 40px;
}
.discount-info__text {
	line-height: 1.2;
}
.discount-info__text a {
	font-weight: 600;
	color: #ED6E00;
	text-decoration: underline;
}
.discount-info__btn:hover {
	background: transparent;
}
.personal-discount {
	padding: 20px;
	text-align: center;
	background: #F4F0EC;
	border: 1px solid #ED6E00;
	border-radius: 5px;
}
.personal-discount span {
	color: #ED6E00;
}
.product-checkout__item {
	position: relative;
	padding: 20px 10px;
}
.product-checkout__col {
	display: flex;
}
.product-checkout__image {
	margin-right: 15px;
}
.product-checkout__info {
	width: 100%;
	max-width: 250px;
	padding-right: 15px;
}
.product-checkout__name {
	margin-bottom: 10px;
	font-size: 14px;
}
.product-checkout__quantity {
	display: flex;
}
.product-checkout__current {
	white-space: nowrap;
}
.product-checkout__quantity .input-group {
	margin-left: auto;
	width: auto;
	height: 34px;
}
#simplecheckout_cart .form-control {
	min-width: none;
	text-align: center;
	border-radius: 5px;
}
.product-checkout__btn {
	padding: 5px 15px;
	height: 100%;
	background: none;
	border: none;
}
.product-checkout__price {
	margin-left: auto;
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}
.product-checkout__new-price {
	font-weight: 600;
	color: #FF2F00;
}
.product-checkout__old-price {
	font-size: 14px;
	color: #C0C0C0;
}
.product-checkout__remove {
	position: absolute;
	top: 0;
	right: 0;
}
.product-checkout__remove .btn {
	padding: 10px;
	font-size: 18px;
	color: #C0C0C0;
	background: none;
	border: none;
}
/* end checkout */
/* Modal popup window*/
.modal {
  display: none; 
  position: fixed; 
  /*z-index: 1; */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.icon {
  fill: #B0BABF;
  transition: fill 0.3s ease;
}

.icon:hover {
  fill: #ED6E00;
}

.fancybox-content{
    /*width: 100% !important;*/
    /*height: 485px !important;*/
}

.fancybox-content iframe{
	width: 100%;
	height: 100%;
  border: 0;
}

#review-modal{
	margin-left: 0 !important;
	width: 50%;
}

.fancybox-image{
	height: 100% !important;
}
/*.category-product.out-of-stock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}*/
.img-out-of-stock {
    position: relative;
    opacity: 0.5;
}
.out-of-stock img{
	  opacity: 0.5;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

#contact-info-header{
    box-shadow: none;
    background: #333;
    padding-top: 13px !important;
    position: fixed;
    top: 50px;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    width: 200px;
    padding: 20px;
}

.more-info-text{
	padding: 0;
}

.more-info-text li{
    list-style: none;
    display: list-item;
}

.item-phone a{
	color: #fff;
}

.more-info-text li.cool{
	color: #ED6E00;
	margin-top: 10px;
}

#field-855{
	  font-style: normal;
    background: #333;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd !important;
    color: #ddd;
    margin: 0 20px;
    width: 150px;
}

#jfrom-submit-1{
	position: relative;
	left: -10px;
}

.modules-menu{
	width: 100%;
	max-width: 265px;
	position: fixed;
	top: 155px;
	/*background: #fff;*/
	display: block;
	overflow-y: auto;
	max-height: calc(100vh - 155px);
}

.modules-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd;
}

.modules-menu::-webkit-scrollbar-thumb {
    background: #ED6E00;
    border-radius: 3px;
}

.modules-menu h2{
	margin-bottom: 10px;
	font-family: Myriad Pro;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 10px;
}

.modules-menu p{
	border-top: 1px solid #ddd;
	display: block;
	margin-bottom: 0;
}

.modules-menu p a{
	margin-left: 0;
  padding: 5px 0 5px 10px;
  margin-bottom: 0;
  display: block;
}

.modules-menu p:last-child a{
	border-bottom: 1px solid #ddd;
}

.modules-menu p:hover, .modules-menu p:focus, .modules-menu p.active-item{
	background: #ED6E00;
}

.modules-menu p:hover a, .modules-menu p:focus a, .modules-menu p.active-item a{
	color: #fff;
}

.module-tab-pane{
	padding-top: 33vh;
	margin-top: -33vh;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

/*.module-tab-pane:last-child div.owl-carousel{
	height: auto;
}*/


.module-tab-pane h3.active {
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ed6e00;
    margin-right: 50px;
    padding: 5px;
}

.btn-modules{
/*	width: 100%;*/
	background: #daf5cc;
	color: #51a351;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 4;
	color: #fff;
	background: #ED910A;
	border: none;
}

.btn-modules:hover{
	color: #fff;
}

.mobile-menu-close{
	display: none;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
}

.xdsticker_novelty{
	position: relative;
/*	top: -15px;*/
}
.last-owl {
	height: auto;
}

.product-mobile-none{
  	display: block;
}  
  .product-desctop-none{
  	display: none;
  }


.catalog-svg-icon{
	fill: #ed6e00;
}

@media(min-width: 1025px){
	.desctop-none{
		display: none;
	}
}

@media(max-width: 1024px){
	.header__actions-row{
        gap: 10px;
	}

	#cart{
		display: none;
	}

	.header-user__link{
		display: none;
	}
}

/* __________ profile-login __________ */

.profile_login {
	position: fixed;
	top: 150px;
	left: calc(50% - 230px);
	padding: 0;
	border-radius: 16px;
	margin: 0 auto !important;
  
	display: flex;
	justify-content: center;
	align-items: center;
  
	/* width: 100%; */
	/* height: 0;
  
	opacity: 0;
	visibility: hidden; */
	transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
	z-index: 100;
  
	&.active {
	  height: auto;
	  opacity: 1;
	  visibility: visible;
	}
  
	::-webkit-scrollbar {
	  display: none !important;
	}
  }

  @media(max-width: 500px){
	.profile_login{
		left: 5%;
	}
  }
  
  .profile_login__content {
	position: relative;
  
	width: 80vw;
	max-width: 460px;
	max-height: 90vh;
	padding: 50px;
  
	background: #ffffff;
  
	border-radius: 16px;
  
	overflow: auto;
  }
  
  @media (max-width: 576px) {
	.profile_login__content {
	  width: 90vw;
	  padding: 40px 20px;
	}
  }
  
  .profile_login__close {
	position: absolute;
	top: 32px;
	right: 32px;
  
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	&:hover,
	&:focus-visible {
	  .profile_login__close__wrapper {
		&:after {
		  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%23ED6E00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
			no-repeat;
		}
	  }
	}
  }
  
  @media (max-width: 576px) {
	.mprofile_login_close {
	  top: 24px;
	  right: 24px;
	}
  }
  
  .profile_login__close__wrapper {
	position: relative;
  
	&::after {
	  position: absolute;
	  top: 50%;
	  left: 50%;
  
	  width: 14px;
	  height: 14px;
  
	  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%239D9D9D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translate(-50%, -50%);
	  transition: background 0.3s ease;
	  content: "";
	}
  }
  
  .profile_login__title {
	font-weight: 600;
	font-size: 28px;
	color: #333;
	text-align: center;
  
	&:not(:last-child) {
	  margin-bottom: 46px;
	}
  
	&.profile_login__title--resset_mod {
	  &:not(:last-child) {
		margin-bottom: 12px;
	  }
	}
  
	&.profile_login__title--logout_mod {
	  &:not(:last-child) {
		margin-bottom: 26px;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.profile_login__title {
	  &:not(:last-child) {
		margin-bottom: 14px;
	  }
	}
  }
  
  .profile_login__description {
	font-size: 15px;
	line-height: 153%;
	letter-spacing: 0.02em;
	text-align: center;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 576px) {
	.profile_login__description {
	  br {
		display: none;
	  }
	}
  }
  
  .profile_login__body {
	overflow-y: auto;
  
	width: 100%;
  
	form {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  
	&.profile_login__body--center_mod {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  @media (max-width: 768px) {
	.profile_login__body {
	  flex-grow: 1;
	}
  }
  
  .profile_login__wrapper {
	display: flex;
	flex-direction: column;
  
	width: 100%;
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 768px) {
	.profile_login__wrapper {
	  &:not(:last-child) {
		margin-bottom: 16px;
	  }
	}
  }
  
  .profile_login__label {
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	text-transform: uppercase;
  
	&:not(:last-child) {
	  margin-bottom: 5px;
	}
  }
  
  .profile_login__button_row {
	display: flex;
	gap: 10px;
  }
  
  .profile_login__button {
	width: 100%;
  
	&.profile_login__button--pink_mod {
	  color: #ed6e00;
  
	  background: #ed6e001a;
  
	  border-color: #ed6e001a;
  
	  &:hover,
	  &:focus-visible {
		background: transparent;
  
		border-color: #ed6e00;
	  }
	}
  
	&.profile_login__button--fit_mod {
	  padding: 8px 46px;
	  width: fit-content;
	}
  }
  
  .profile_login__row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
  }
  
  .profile_login__forgot {
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	text-transform: uppercase;
	color: #ed6e00;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }
  
  .profile_login__or {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
  
	margin-bottom: 20px;
  }
  
  @media (max-width: 576px) {
	.profile_login__or {
	  margin-bottom: 16px;
	}
  }
  
  .profile_login__or_deco {
	display: block;
  
	height: 1px;
	width: 100%;
  
	background: #e6e6e6;
  }
  
  .profile_login__or_text {
	font-weight: 600;
	font-size: 12px;
	line-height: 133%;
	text-transform: uppercase;
	color: #000;
	opacity: 0.5;
  }
  
  .profile_login__buttons {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 15px;
  
	margin-bottom: 50px;
  }
  
  @media (max-width: 576px) {
	.profile_login__buttons {
	  margin-bottom: 44px;
	}
  }
  
  @media (max-width: 384px) {
	.profile_login__buttons {
	  flex-direction: column;
	}
  }
  
  .profile_login__button_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
  
	width: 100%;
  
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	color: #1f1f1f;
  
	background-color: transparent;
  
	border: 1px solid #e6e6e6;
  
	transition: border 0.3s, color 0.3s;
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #ed6e00;
	}
  }
  
  .profile_login__footer {
	text-align: center;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 153%;
	letter-spacing: 0.02em;
	color: #333;
  }
  
  .profile_login__footer_register {
	display: block;
  
	font-weight: 600;
	color: #ed6e00;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }

  .return_order{
	margin-bottom: 20px;
  }

  .return_order a{
	font-weight: 700;
	color: #ed6e00;
  }

  .return_order a:hover{
	text-decoration: underline;
  }
  
  /* __________ registration __________ */
  .registration {
	padding-top: 80px;
	padding-bottom: 113px;
	min-height: 100vh;
  }
  
  @media (max-width: 576px) {
	.registration {
	  padding-top: 18px;
	  padding-bottom: 30px;
	  min-height: unset;
	}
  }
  
  .registration__wrapper {
	max-width: 370px;
	margin-inline: auto;
  }
  
  @media (max-width: 576px) {
	.registration__wrapper {
	  max-width: 100%;
	}
  }
  
  .registration__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
  }
  
  @media (max-width: 576px) {
	.registration__form {
	  gap: 15px;
	}
  }
  
  .registration__title {
	width: 100%;
  
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 18px;
	}
  }
  
  @media (max-width: 576px) {
	.registration__title {
	  order: -2;
  
	  &:not(:last-child) {
		margin-bottom: 0;
	  }
	}
  }
  
  .registration_input__wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
  
	width: 100%;
  }
  
  .registration_input__label {
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	text-transform: uppercase;
	color: #000;
  
	&.registration_input__label--checkbox_mod {
	  position: relative;
  
	  padding-left: 26px;
  
	  font-size: 15px;
	  font-weight: 400;
	  line-height: 153%;
	  letter-spacing: 0.02em;
	  text-transform: none;
  
	  cursor: pointer;
	}
  
	span {
	  display: inline-block;
  
	  padding-right: 4px;
  
	  color: #ed6e00;
	}
  }
  
  @media (max-width: 576px) {
	.registration_input__label {
	  &.registration_input__label--checkbox_mod {
		font-size: 14px;
	  }
	}
  }
  
  .registration__input {
	width: 100%;
	padding: 10px 12px;
  
	color: #1f1f1f;
  
	border: 1px solid #e6e6e6;
	border-radius: 4px;
  
	transition: border 0.3s;
  
	&:hover,
	&:focus {
	  border: 1px solid #7e898e;
	}
  }
  
  .registration_input__label--checkbox_mod::before,
  input[type="checkbox"]:checked + .registration_input__label.registration_input__label--checkbox_mod::after {
	position: absolute;
	left: 0;
	top: 50%;
  
	width: 17px;
	height: 17px;
  
	border: 1px solid #e6e6e6;
	border-radius: 4px;
  
	background-color: #fff;
  
	transform: translateY(-50%);
	transition: 0.3s;
	box-sizing: border-box;
	content: "";
  }
  
  input[type="checkbox"]:checked + .registration_input__label.registration_input__label--checkbox_mod::after {
	background: #f5f7fa;
  }
  
  .registration_input__checkbox_link {
	font-weight: 600;
	color: #ed6e00;
	text-decoration: underline;
  }
  
  .registration__row {
	width: 100%;
  
	text-align: center;
  }
  
  @media (max-width: 576px) {
	.registration__row {
	  order: -1;
  
	  &:not(:first-child) {
		margin-top: -15px;
	  }
	}
  }
  
  @media (max-width: 576px) {
	.registration__text {
	  font-size: 15px;
  
	  br {
		display: none;
	  }
	}
  }
  
  .registration__link {
	font-weight: 600;
	color: #ed6e00;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }
  
  .profile_registration__button {
	width: 100%;
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  /* __________ profile __________ */
  
  .profile__wrapper {
	display: flex;
	gap: 80px;
  
	padding-bottom: 120px;
  }
  
  @media (max-width: 1200px) {
	.profile__wrapper {
	  gap: 40px;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__wrapper {
	  flex-direction: column;
	}
  }
  
  @media (max-width: 768px) {
	.profile__wrapper {
	  gap: 20px;
  
	  padding-bottom: 40px;
	}
  }
  
  /* _____ profile aside _____ */
  
  .profile__aside {
	flex-shrink: 0;
	align-self: flex-start;
  
	padding: 30px 15px 15px 15px;
	margin-bottom: 40px;
	flex: 0 0 290px;
  
	background: #fff;
  
	border: 1px solid #e6e6e6;
	border-radius: 8px;
  }
  
  @media (max-width: 1024px) {
	.profile__aside {
	  flex: none;
  
	  padding: 0;
	  margin-bottom: 0;
	  width: 100%;
  
	  border-color: transparent;
	}
  }
  
  .profile__aside_info {
	display: flex;
	align-items: center;
	gap: 15px;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__aside_info {
	  &:not(:last-child) {
		margin-bottom: 15px;
	  }
	}
  }
  
  .profile__aside_info_photo {
	width: 44px;
	height: 44px;
  
	border-radius: 50%;
  
	overflow: hidden;
  
	img {
	  display: block;
  
	  object-fit: cover;
  
	  width: 100%;
	  height: 100%;
	}
  }
  
  @media (max-width: 768px) {
	.profile__aside_info_photo {
	  width: 32px;
	  height: 32px;
	}
  }
  
  .profile__aside_info_name {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
  }
  
  @media (max-width: 1024px) {
	.profile__aside_list {
	  display: flex;
	  gap: 2px;
  
	  margin-right: -15px;
	  width: 100%;
  
	  overflow-x: auto;
  
	  /* scrollbar-width: none; */
	  /* -ms-overflow-style: none; */
	}
  }
  
  .profile__aside_list_item {
	&:not(:last-child) {
	  margin-bottom: 2px;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__aside_list_item {
	  flex: 1;
  
	  min-width: 120px;
	  min-height: 80px;
  
	  &:not(:last-child) {
		margin-bottom: 0px;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.profile__aside_list_item {
	  min-width: 84px;
	}
  }
  
  .profile__aside_list_link {
	position: relative;
  
	display: inline-flex;
	align-items: center;
  
	width: 100%;
	min-height: 48px;
	padding-right: 14px;
	padding-left: 10px;
  
	font-size: 15px;
	font-weight: 600;
	color: #000;
  
	border: 1px solid #fff;
	border-radius: 8px;
  
	cursor: pointer;
  
	transition: color 0.3s, background-color 0.3s, border 0.3s;
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #e6e6e6;
	}
  
	&.profile__aside_list_link--active {
	  color: #fff;
  
	  background-color: #ed6e00;
  
	  border: 1px solid #ed6e00;
  
	  .profile__aside_list_icon {
		fill: white;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.profile__aside_list_link {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 8px;
  
	  height: 100%;
	  padding: 12px 20px;
  
	  text-align: center;
  
	  border: 1px solid #e6e6e6;
	  border-radius: 4px;
  
	  p {
		margin-block: auto;
  
		line-height: 1.2;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.profile__aside_list_link {
	  font-size: 10px;
	}
  }
  
  .profile__aside_list_icon {
	width: 22px;
	height: 22px;
	margin-right: 15px;
  
	fill: #ed6e00;
  }
  
  @media (max-width: 1024px) {
	.profile__aside_list_icon {
	  margin-right: 0;
	}
  }
  
  /* _____ profile common_____ */
  .profile__main {
	width: 100%;
  }
  
  @media (min-width: 1025px) {
	.profile__main {
	  overflow: hidden;
	}
  }
  
  .profile__block {
	width: 100%;
  
	&:not(:last-child) {
	  margin-bottom: 60px;
	}
  }
  
  @media (max-width: 576px) {
	.profile__block {
	  &:not(:last-child) {
		margin-bottom: 40px;
	  }
	}
  }
  
  @media (max-width: 1024px) {
	.profile__block {
	  &.profile__block--line_mod {
		position: relative;
  
		&::after {
		  position: absolute;
  
		  top: -20px;
		  left: 50%;
  
		  height: 1px;
		  width: calc(100% + 30px);
  
		  background-color: #dde2e4;
  
		  transform: translateX(-50%);
		  content: "";
		}
	  }
	}

	.profile__block p, .profile__block a, .profile__block span{
		text-transform: uppercase;
	}
  }
  
  .profile__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.14;
  
	&:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  @media (max-width: 768px) {
	.profile__title {
	  font-size: 18px;
  
	  &:not(:last-child) {
		margin-bottom: 10px;
	  }
	}
  }
  
  .pforile__subtitle {
	margin-top: -10px;
  
	font-size: 15px;
	font-weight: 400;
	line-height: 153%;
	letter-spacing: 0.02em;
	color: #333;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.pforile__subtitle {
	  margin-top: 0;
  
	  font-size: 12px;
	  line-height: 100%;
	  color: #101010;
  
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  }
  
  /* _____ profile progressbar _____ */
  
  .profile__progressbar {
	width: 100%;
	padding: 12px 18px;
  
	background: #f5f7fa;
  
	border-radius: 8px;
  
	overflow-x: auto;
  
	scrollbar-width: none;
	-ms-overflow-style: none;
  }
  
  @media (max-width: 576px) {
	.profile__progressbar {
	  padding: 16px 0;
	}
  }
  
  .profile__progressbar_inner {
	position: relative;
  
	display: flex;
	gap: 15px;
  
	min-width: fit-content;
	width: max-content;
	margin-inline: auto;
  }
  
  .profile__progressbar_column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
  
	flex: 1 1 0;
	min-width: 80px;
  }
  
  @media (max-width: 576px) {
	.profile__progressbar_column {
	  gap: 20px;
  
	  min-width: 50px;
	}
  }
  
  .profile__progressbar_price,
  .profile__progressbar_percent {
	display: inline-block;
  
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #a6a6a6;
	white-space: nowrap;
	line-height: 1.4;
  }

  .profile__progressbar_column--active_mod span.profile__progressbar_price,
  .profile__progressbar_column--active_mod span.profile__progressbar_percent{
	  font-size: 22px;
	  font-weight: 700;
	  color: #ed6e00;
	  line-height: 1;
	}
  
  @media (max-width: 768px) {
	.profile__progressbar_price,
	.profile__progressbar_percent {
	  font-size: 12px;
	  line-height: 1;
	}
  
	.profile__progressbar_price,
	.profile__progressbar_percent {
	  .profile__progressbar_column--active_mod & {
		font-size: 14px;
	  }
	}
  }
  
  @media (max-width: 768px) {
	.profile__progressbar_price--desc {
	  display: none;
	}
  }
  
  .profile__progressbar_price--mob {
	display: block;
  
	font-size: 8px;
	text-transform: uppercase;
  }
  
  @media (min-width: 769px) {
	.profile__progressbar_price--mob {
	  display: none;
	}
  }
  
  .profile__progressbar_percent {
	margin-top: auto;
  }
  
  .profile__progressbar_line {
	position: absolute;
	top: 50%;
	left: 50%;
  
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
  
	width: calc(100% - var(--column-width));
	height: 4px;
  
	background-color: #cccccc;
  
	transform: translate(-50%, -50%);
  
	/* &:after {
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 30%;
	  height: 100%;
  
	  background-color: #ed6e00;
  
	  border-top-right-radius: 8px;
	  border-bottom-right-radius: 8px;
  
	  content: "";
	} */
  }

  .profile__progressbar_line-after{
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 30%;
	  height: 100%;
  
	  background-color: #ed6e00;
  
	  border-top-right-radius: 8px;
	  border-bottom-right-radius: 8px;
  
	  /* content: ""; */
  }
  
  @media (max-width: 576px) {
	.profile__progressbar_line {
	  top: 56%;
	  height: 2px;
	}
  }
  
  .profile__progressbar_line_dot {
	display: inline-block;
  
	width: 12px;
	height: 12px;
  
	background-color: #cccccc;
  
	border: 3px solid #f5f7fa;
	border-radius: 50%;
  
	z-index: 3;
  
	/* &.profile__progressbar_line_dot--filled_mod {
	  background-color: #ed6e00;
	}
  
	&.profile__progressbar_line_dot--active_mod {
	  background-color: #f5f7fa;
  
	  border-color: #ed6e00;
	} */
  }
  .profile__progressbar_line_dot.profile__progressbar_line_dot--filled_mod{
	background-color: #ed6e00;
  }
  .profile__progressbar_line_dot.profile__progressbar_line_dot--active_mod{
	background-color: #f5f7fa;
  
	border-color: #ed6e00;
  }

  
  @media (max-width: 576px) {
	.profile__progressbar_line_dot {
	  height: 8px;
	  width: 8px;
  
	  border: 2px solid #f5f7fa;
	}
  }
  
  /* _____ profile form _____ */
  
  .profile__form_row {
	display: flex;
	gap: 15px;
  
	width: 100%;
  
	&:not(:last-child) {
	  margin-bottom: 15px;
	}
  
	&:last-of-type {
	  margin-bottom: 30px;
	}
  
	&:has(.toggle) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.profile__form_row {
	  flex-direction: column;
  
	  &:last-of-type {
		margin-bottom: 15px;
	  }
  
	  &:has(.toggle) {
		margin-bottom: 15px;
	  }
	}
  }
  
  .profile__form_column {
	display: flex;
	flex-direction: column;
	gap: 4px;
  
	width: 100%;
  }
  
  @media (max-width: 576px) {
	.profile__form_button {
	  width: 100%;
  
	  font-size: 16px;
	}
  }
  
  /* _____ profile address _____ */
  .profile__address_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
  
	width: 100%;
	padding-bottom: 120px;
  }
  
  @media (max-width: 768px) {
	.profile__address_wrapper {
	  grid-template-columns: repeat(1, 1fr);
	}
  }
  
  .profile__address_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
  
	min-width: 50%;
	padding: 30px;
  
	border: 1px solid #e6e6e6;
	border-radius: 4px;
  
	transition: border 0.3s;
  
	&.profile__address_item--active_mod {
	  border: 1px solid #ed6e00;
	}
  }
  
  @media (max-width: 768px) {
	.profile__address_item {
	  padding: 20px;
	}
  }
  
  .profile__address_city {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #000;
  }
  
  @media (max-width: 768px) {
	.profile__address_city {
	  font-size: 16px;
	}
  }
  
  .profile__address_street {
	font-size: 16px;
	font-weight: 400;
	color: #6e7c87;
  
	margin-top: -15px;
  }
  
  @media (max-width: 768px) {
	.profile__address_street {
	  font-size: 14px;
	}
  }
  
  .profile__address_decor {
	display: inline-block;
  
	height: 1px;
	width: 100%;
  
	background: #e6e6e6;
  }
  
  .profile__address_inner {
	display: flex;
	align-items: center;
  
	width: 100%;
  }
  
  .profile__address_label {
	position: relative;
  
	padding-left: 26px;
  
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ed6e00;
  
	cursor: pointer;
  }
  
  @media (max-width: 768px) {
	.profile__address_label {
	  font-size: 10px;
	}
  }
  
  .profile__address_label--checkbox_mod::before,
  input[type="checkbox"]:checked + .profile__address_label.profile__address_label--checkbox_mod::after,
  input[type="radio"]:checked + .profile__address_label.profile__address_label--checkbox_mod::after{
	position: absolute;
	top: 50%;
  
	border-radius: 50%;
  
	transform: translateY(-50%);
	transition: 0.3s;
	box-sizing: border-box;
	content: "";
  }
  
  .profile__address_label--checkbox_mod::before {
	left: 0;
  
	width: 20px;
	height: 20px;
  
	border: 1px solid #e6e6e6;
  
	background-color: #fff;
  }
  
  input[type="checkbox"]:checked + .profile__address_label.profile__address_label--checkbox_mod::after,
  input[type="radio"]:checked + .profile__address_label.profile__address_label--checkbox_mod::after {
	left: 6px;
  
	width: 8px;
	height: 8px;
  
	border: 1px solid #ed6e00;
  
	background: #ed6e00;
  }
  
  .profile__address_buttons {
	display: flex;
  
	margin-left: auto;
  }
  
  .profile__address_button {
	background: transparent;
  
	border: none;
  
	cursor: pointer;
  
	margin-left: 20px;
  
	&:hover,
	&:focus-visible {
	  .profile__address_button_icon {
		fill: #6e7c87;
	  }
	}
  }
  
  .profile__address_button_icon {
	width: 18px;
	height: 18px;
  
	fill: #ed6e00;
  
	transition: fill 0.3s;
  }
  
  /* _____ profile table _____ */
  
  .profile__table_wrapper {
	border-radius: 8px;
	overflow-x: auto;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_wrapper {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  }
  
  .profile__table {
	display: flex;
	flex-direction: column;
  
	border-radius: 8px;
  
	width: 100%;
	min-width: fit-content;
  }
  
  .profile__table_head {
	color: white;
	text-align: left;
	background-color: #ed6e00;
  
	border: 1px solid #ed6e00;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
  
	& .profile__table_row--head {
	  display: grid;
	  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(180px, 1fr) minmax(86px, auto);
  
	  .profile__table--details-mod & {
		grid-template-columns: minmax(40px, 6%) minmax(400px, 61%) minmax(120px, 11%) minmax(120px, 11%) minmax(120px, 11%);
	  }
  
	  .profile__table--products-mod & {
		grid-template-columns: repeat(5, minmax(150px, 1fr));
	  }
  
	  .profile__table_wrapper--wishlist_mod & {
		grid-template-columns: minmax(230px, 70%) minmax(120px, 10%) minmax(120px, 10%) minmax(140px, 10%);
	  }
	}
  
	& .profile__table_cell {
	  display: inline-flex;
  
	  padding: 8px 10px;
  
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 171%;
	  text-transform: uppercase;
	}

  }

  
  @media (max-width: 1024px) {
	.profile__table_head {
	  display: none;
	}
  }
  
  .profile__table_body {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
  
	& .profile__table_row {
	  display: grid;
	  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(180px, 1fr) minmax(86px, auto);
  
	  .profile__table--details-mod & {
		grid-template-columns: minmax(40px, 6%) minmax(400px, 61%) minmax(120px, 11%) minmax(120px, 11%) minmax(120px, 11%);
	  }
  
	  .profile__table--products-mod & {
		grid-template-columns: repeat(5, minmax(150px, 1fr));
	  }
  
	  .profile__table_wrapper--wishlist_mod & {
		grid-template-columns: minmax(230px, 70%) minmax(120px, 10%) minmax(120px, 10%) minmax(140px, 10%);
	  }
  
	  &:nth-child(odd) {
		background-color: #f6f7f8;
	  }
  
	  & .profile__table_cell {
		display: inline-flex;
  
		padding: 20px 10px;
  
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
  
		&:last-of-type:not(.profile__table--details-mod &, .profile__table--products-mod &) {
		  text-align: right;
		}
	  }

	}
  }
  
  @media (max-width: 1024px) {

	.wishlist-table .profile__table .category-compare-button {
		width: 100%;
		justify-content: flex-start;
	}

	.profile__table_body {
	  border-radius: 4px;
	  border-color: transparent;
  
	  & .profile__table_row {
		display: flex;
		flex-direction: column;
  
		border: 1px solid #e6e6e6;
		border-radius: 4px;
  
		overflow: hidden;
  
		&:nth-child(odd) {
		  background-color: #fff;
		}
  
		&:not(:last-child) {
		  margin-bottom: 40px;
		}

		.wishlist-table & .profile__table_cell {
			display: grid;
                	grid-template-columns: 1fr 1fr 1fr;
		}
  
		& .profile__table_cell {
		  display: flex;
		  align-items: flex-start;
  
		  &:nth-child(odd) {
			background-color: #f6f7f8;
		  }
  
		  &:first-of-type {
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
  
			overflow: hidden;
		  }
  
		  &:last-of-type {
			text-align: left !important;
  
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
  
			overflow: hidden;
		  }
		}
	  }
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_body {
	  & .profile__table_row {
		&:not(:last-child) {
		  margin-bottom: 18px;
		}
  
		& .profile__table_cell {
		  padding: 10px;
  
		  font-size: 12px;
		  font-weight: 400;
		  line-height: 1;
		}
	  }
	}
  }
  
  @media (min-width: 1025px) {
	.profile__table_cell--mob {
	  display: none;
	}
  
	.profile__table_cell--mob_span {
	  display: flex;
	  align-items: center;
	  gap: 16px;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__table_cell--mob {
	  display: inline-block;
  
	  width: 50%;
	  padding-right: 10px;
	}
  
	.profile__table_cell--mob_span {
	  display: flex;
	  align-items: center;
	  gap: 16px;
  
	  width: 50%;
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_cell--mob_span {
	  gap: 8px;
  
	  font-weight: 600;
	}
  
	.profile__table_cell--mob {
	  .profile__table--details-mod &,
	  .profile__table--products-mod & {
		width: 40%;
	  }
	}
  }
  
  .profile__table_body_status {
	display: flex;
	align-items: center;
  
	color: #333333;
  
	&.profile__table_body_status--canceled :not(.profile__table_cell--mob) {
	  color: #e54552;
	}
  
	&.profile__table_body_status--done :not(.profile__table_cell--mob) {
	  color: #00ae34;
	}
  
	&.profile__table_body_status--processing.profile__table_body_dot {
	  color: #b7b7b7;
	}
  }
  
  .profile__table_body_dot {
	display: inline-block;
  
	height: 8px;
	width: 8px;
	margin-right: 10px;
  
	border-radius: 50%;
  
	.profile__table_body_status--canceled & {
	  background-color: #e54552;
	}
  
	.profile__table_body_status--processing & {
	  background-color: #b7b7b7;
	}
  
	.profile__table_body_status--done & {
	  background-color: #00ae34;
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_body_dot {
	  height: 5px;
	  width: 5px;
	  margin-right: 4px;
	}
  }
  
  .profile__table_body_details {
	position: relative;
	padding-right: 15px;
  
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	color: #ed6e00;
  
	border: none;
	background-color: transparent;
  
	cursor: pointer;
  
	&:after {
	  position: absolute;
	  right: 0;
	  top: 50%;
  
	  width: 7px;
	  height: 10px;
  
	  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L5.5 5L1.5 9' stroke='%23ED6E00' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
  
	  transform: translateY(-50%);
	  content: "";
	  transition: right 0.3s;
	}
  
	&:hover:after,
	&:focus-visible:after {
	  right: -6px;
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_body_details {
	  font-size: 10px;
	}
  }
  
  .profile__table_body_actions {
	align-self: center;
  
	padding: 10px;
  
	background: transparent;
  
	border: 1px solid transparent;
	border-radius: 4px;
  
	cursor: pointer;
  
	transition: border 0.3s, background 0.3s;
  
	svg {
	  width: 19px;
	  height: 19px;
  
	  fill: #ed6e00;
	}
  
	&:hover,
	&:focus-visible {
	  background-color: white;
  
	  border: 1px solid #e6e6e6;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__table_body_actions {
	  flex: 1 0 50%;
	  align-self: flex-start;
  
	  display: flex;
	  align-items: center;
	  gap: 10px;
  
	  padding: 0;
  
	  &:hover,
	  &:focus-visible {
		background-color: transparent;
  
		border: 1px solid transparent;
	  }
	}
  }
  
  .profile__table_body_actions_text {
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	color: #ed6e00;
	text-transform: uppercase;
  
	&:hover,
	&:focus-visible {
	  text-decoration: underline;
	}
  }
  
  @media (min-width: 1025px) {
	.profile__table_body_actions_text {
	  display: none;
	}
  }
  
  @media (max-width: 1024px) {
	.product-compare-button.profile__table_body_actions .profile__table_body_actions_text {
	  display: block;
	}
  }
  
  @media (max-width: 768px) {
	.profile__table_body_actions_text {
	  font-size: 10px;
	}
  }
  
  .profile__table_footer {
	max-width: 180px;
	margin-inline: auto;
  
	.progress:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  .profile__table_cell_photo {
	display: inline-block;
  
	width: 100%;
	height: 100%;
	max-width: 40px;
	min-width: 40px;
	aspect-ratio: 1;
  
	object-fit: cover;
  
	border-radius: 4px;
	overflow: hidden;
  }
  
  @media (max-width: 768px) {
	.profile__table_cell_photo {
	  border: 1px solid #e6e6e6;
	}
  }
  
  /* _____ profile order list _____ */
  
  .profile__order_list {
	width: 100%;
  
	border: 1px solid #e6e6e6;
	border-radius: 8px;
  
	overflow: hidden;
  }
  
  .profile__order_list_item {
	display: flex;
	flex-direction: row;
	gap: 20px;
  
	width: 100%;
	padding: 12px 24px;
  
	&:nth-child(odd) {
	  background-color: #f6f7f8;
	}
  }
  
  @media (max-width: 768px) {
	.profile__order_list_item {
	  padding: 8px 12px;
	  gap: 10px;
  
	  &:last-of-type {
		flex-direction: column;
	  }
	}
  }
  
  .profile__order_list_option {
	flex: 0 1 20%;
  
	min-width: 194px;
  
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #333;
  }
  
  @media (max-width: 768px) {
	.profile__order_list_option {
	  min-width: 136px;
  
	  font-size: 12px;
	  line-height: 133%;
	  color: #101010;
	}
  }
  
  .profile__order_list_value {
	flex: 0 1 80%;
  
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #333;
  }
  
  @media (max-width: 768px) {
	.profile__order_list_value {
	  font-size: 12px;
	  line-height: 133%;
	  color: #101010;
	}
  }
  
  /* _____ profile create _____ */
  .profile__create {
	width: 100%;
  
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row;
	gap: 0px 60px;
  }
  
  @media (max-width: 1200px) {
	.profile__create {
	  gap: 0px 30px;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__create {
	  grid-template-columns: repeat(1, 1fr);
	}
  }
  
  .profile__create_image_wrapp {
	grid-column: 2/3;
	grid-row: 1/6;
  
	max-width: 420px;
	width: 100%;
	padding: 60px;
	margin-block: auto;
  
	background: #f5f7fa;
  
	border-radius: 20px;
  
	overflow: hidden;
	aspect-ratio: 1;
  }
  
  @media (max-width: 1024px) {
	.profile__create_image_wrapp {
	  grid-column: 1/2;
  
	  grid-row: 3/4;
  
	  margin-inline: auto;
	}
  }
  
  .profile__create_image {
	display: block;
  
	width: 100%;
	height: 100%;
  
	mix-blend-mode: multiply;
	object-fit: cover;
  }
  
  .profile__create_item {
	grid-column: 1/2;
  
	&:not(:last-child) {
	  margin-bottom: 30px;
	}

	.sn-hint{
		font-size: 14px;
	}

	.sn-active{
		color: #f00 !important;
		border-color: #f00 !important;
	}
  }
  
  @media (max-width: 1024px) {
	.profile__create_item {
	  &:not(:last-child) {
		margin-bottom: 20px;
	  }
	}
  }
  
  .profile__create_label {
	display: block;
  
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	text-transform: uppercase;
	color: #000;
  
	&:not(:last-child) {
	  margin-bottom: 3px;
	}
  
	span {
	  display: inline-block;
  
	  color: #ed6e00;
	}
  }
  
  .profile__create_custom_select {
	position: relative;
  
	display: inline-flex;
	align-items: center;
  
	min-height: 44px;
	width: 100%;
	padding-inline: 12px;
  
	background-color: #fff;
  
	border: 1px solid #e6e6e6;
	border-radius: 4px;
  
	cursor: pointer;
  
	transition: border 0.3s;
  
	&:after {
	  position: absolute;
  
	  top: 50%;
	  right: 12px;
  
	  width: 10px;
	  height: 7px;
  
	  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292908 1.70718L1.70712 0.292969L5.00001 3.58586L8.29291 0.292969L9.70712 1.70718L5.00001 6.41429L0.292908 1.70718Z' fill='black' /%3E%3C/svg%3E")
		no-repeat;
  
	  transform: translateY(-50%);
	  transition: transform 0.3s;
	  content: "";
	}
  
	&:hover,
	&:focus-visible {
	  border: 1px solid #7e898e;
	}
  
	&.profile__create_custom_select--active {
	  border: 1px solid #7e898e;
  
	  &:after {
		transform: translateY(-50%) rotate(180deg);
	  }
	}
  }
  
  @media (max-width: 576px) {
	.profile__create_custom_select.profile__create_custom_select--active:has(.profile__create_select_dropdown--calendar_mod) {
	  z-index: 101;
	}
  }
  
  .profile__create_select_current {
	&.profile__create_select_current--placeholder {
	  color: #a6a6a6;
  
	  .profile__create_select_current-seria {
		display: inline-block;
  
		margin-right: 10px;
  
		color: #000;
	  }
	}
  }
  
  .profile__create_select_dropdown {
	position: absolute;
	top: calc(100% + 5px);
	left: -1px;
  
	width: calc(100% + 2px);
  
	background: #ffffff;
  
	border: 1px solid #e6e6e6;
	border-radius: 8px;
  
	z-index: 10;
  
	height: 0;
	opacity: 0;
	visibility: hidden;
  
	overflow-y: auto;
  
	.profile__create_custom_select--active & {
	  height: auto;
	  max-height: 400px;
	  opacity: 1;
	  visibility: visible;
  
	  transition: height 0.3s ease, opacity 0.2s ease, visibility 0.3s ease;
	}
  }
  
  @media (max-width: 576px) {
	.profile__create_select_dropdown {
	  .profile__create_custom_select--active & {
		max-height: calc(100vh - 68px);
	  }
	}
	.profile__create_select_dropdown:not(.profile__create_select_dropdown--calendar_mod) {
	  position: fixed;
	  top: 134px;
	  left: 20px;
	  width: calc(100% - 40px);
	  max-height: 70%;
  
	  .profile__create_custom_select--active & {
		z-index: 101;
	  }
	}
  
	.profile__create_select_dropdown.profile__create_select_dropdown--calendar_mod {
	  .profile__create_custom_select--active & {
		z-index: 101;
	  }
	}
  }
  
  .profile__create_select_option {
	width: fit-content;
	padding: 10px 12px;
  
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.02em;
  
	transition: color 0.3s;
  
	&:hover:not(.profile__create_select_option--selected),
	&:focus-visible:not(.profile__create_select_option--selected) {
	  color: #ed6e00;
	}
  
	&.profile__create_select_option--selected {
	  opacity: 0.35;
	}
  }
  
  .profile__create_button {
	grid-column: 1/2;
	justify-self: flex-start;
  }
  
  @media (max-width: 576px) {
	.profile__create_button {
	  width: 100%;
	}
  }
  
  /* _____ profile calendar _____ */
  .calendar {
	padding: 20px;
  }
  
  .calendar__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
  
	padding: 0 16px 16px;
  
	font-size: 14px;
	font-weight: 600;
	color: #333;
  }
  
  .calendar__nav {
	width: 16px;
	height: 16px;
  
	background: none;
	border: none;
  
	cursor: pointer;
  
	transition: transform 0.3s;
  
	&:hover,
	&:focus-visible {
	  transform: scale(1.2);
	}
  }
  
  .calendar__title {
	text-align: center;
  }
  
  .calendar__weekdays,
  .calendar__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
  }
  
  .calendar__weekdays div {
	padding: 8px 0;
  
	font-size: 14px;
	font-weight: 600;
	color: #616161;
  
	&.calendar__weekend {
	  color: #ed6e00;
	}
  }
  
  .calendar__day {
	padding: 8px 0;
  
	font-weight: 600;
	border-radius: 4px;
  
	cursor: pointer;
  
	transition: background 0.3s;
  
	&:hover:not(.calendar__day--today),
	&:focus-visible:not(.calendar__day--today) {
	  background: #e6e6e6;
	}
  }
  
  .calendar__day--today {
	color: #fff;
  
	background: #ed6e00;
  }
  
  .calendar__day--prev,
  .calendar__day--next {
	color: #616161;
  }
  
  .calendar__weekend {
	color: #ed6e00;
  }
  
  /* _____ profile checkbox _____ */
  .toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
  
	font-size: 17px;
	color: #333;
  }
  
  .toggle_switch {
	position: relative;
  
	width: 46px;
	height: 25px;
	margin-right: 12px;
  
	background-color: #a6a6a6;
  
	border-radius: 50px;
  
	transition: background-color 0.3s;
  
	&::before {
	  position: absolute;
	  top: 50%;
	  left: 4px;
  
	  width: 17px;
	  height: 17px;
  
	  background-color: white;
  
	  border-radius: 50%;
  
	  opacity: 0.5;
  
	  transform: translateY(-50%);
	  transition: transform 0.3s, opacity 0.3s;
	  content: "";
	}
  }
  
  .toggle_input {
	display: none;
  }
  
  .toggle_input:checked + .toggle_switch::before {
	opacity: 1;
  
	transform: translate(22px, -50%);
  }
  
  .toggle_input:checked + .toggle_switch {
	background-color: #ed6e00;
  }

.simpleregister-block-content input{
	width: 100%;
    padding: 10px 12px;
    color: #1f1f1f;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    transition: border 0.3s;
	height: 44px;
    padding-inline: 18px;
    font-weight: 400;
    font-size: 15px;
    background: #fff;
}
#product-videos{
	display: none;
}

 @media(max-width: 575px){

   #product-videos .swiper-slide .video__wrapper{
	display: block;
   }
 }

   #product-videos .swiper-slide .video__wrapper{
	display: block;
 }


 /* _____ message pages _____ */

.message__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;

	max-width: 740px;
	width: 100%;
	min-height: 700px;
	padding: 40px;
	margin: auto;

	text-align: center;
}

@media (max-width: 576px) {
	.message__block {
		padding: 20px;
	}
}

.message__icon {
	svg {
		width: 80px;
		height: 80px;
	}
}

.message__title {
	font-size: 44px;
	line-height: 1.2;

	span {
		color: #ed6e00;
	}
}

@media (max-width: 576px) {
	.message__title {
		font-size: 28px;
		font-weight: 600;
	}
}

.message__text {
	font-size: 18px;
}

@media (max-width: 576px) {
	.message__text {
		font-size: 15px;

		& br {
			display: none;
		}
	}
}

/* _____ order-registration page _____ */
/* __ radio __ */

.radio-group {
	&:not(:last-child) {
		margin-bottom: 20px;
	}
}

.radio-title {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;

	span {
		color: #ed6e00;
	}

	&:not(:last-child) {
		margin-bottom: 10px;
	}
}

.radio {
	display: flex;
	align-items: flex-start;

	cursor: pointer;

	&:not(:last-child) {
		margin-bottom: 12px;
	}
}

.radio__input {
	display: none;
}

.radio__circle {
	position: relative;

	margin-right: 8px;
	width: 20px;
	height: 20px;

	border: 1px solid #e6e6e6;
	border-radius: 50%;
	top: 0;

	transition: 0.2s;
}

.radio__input:checked + .radio__circle::after {
	position: absolute;
	top: 4px;
	left: 50%;

	width: 8px;
	height: 8px;

	background: #ed6e00;

	border-radius: 50%;

	transform: translate(-50%, 0);
	content: "";
}

.radio__label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ed6e00;

	span {
		display: block;
        margin-left: 35px;
		font-weight: 600;
		color: #252c32;

		opacity: 0.5;
	}
}

/* __ input __ */

.input_block {
	display: flex;
	flex-direction: column;
	gap: 4px;

	width: 100%;
}

.input_block_label {
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	text-transform: uppercase;
	color: #000;

	span {
		display: inline-block;

		padding-right: 4px;

		color: #ed6e00;
	}

	&:not(:last-child) {
		margin-bottom: 2px;
	}
}

/* __ order-registration main __ */

.order-registration {
	padding-block: 60px;
}

@media (max-width: 1024px) {
	.order-registration__container {
		position: relative;

		max-width: 100vw;
	}
}

@media (max-width: 576px) {
	.order-registration {
		padding-block: 30px;
	}
}

.order-registration__block {
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

@media (max-width: 1200px) {
	.order-registration__block {
		gap: 40px;
	}
}

@media (max-width: 1024px) {
	.order-registration__block {
		flex-direction: column;
	}
}

.order-registration__main {
	flex: 1;
}

@media (max-width: 1200px) {
	.order-registration__main {
		min-width: 500px;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.order-registration__main {
		min-width: unset;
	}
}

.order-registration__main_title {
	font-size: 28px;

	&:not(:last-child) {
		margin-bottom: 20px;
	}

	.order-registration--2 & {
		padding-bottom: 20px;

		border-bottom: 1px solid #e6e6e6;
	}
}

@media (max-width: 1024px) {
	.order-registration__main_title {
		padding-bottom: 20px;

		border-bottom: 1px solid #e6e6e6;

		&:not(:last-child) {
			margin-bottom: 30px;
		}
	}
}

@media (max-width: 576px) {
	.order-registration__main_title {
		padding-bottom: 15px;

		font-size: 20px;

		&:not(:last-child) {
			margin-bottom: 20px;
		}
	}
}

.main-registration__text {
	font-size: 18px;
	font-weight: 600;
	line-height: 122%;
	letter-spacing: 0.01em;
	color: #fff;
}


@media (max-width: 576px) {
	.main-registration__text {
		font-size: 15px;
	}
}

.main-registration__icon {
	position: relative;

	display: inline-block;

	height: 14px;
	margin-left: 5px;

	cursor: pointer;

	&::after {
		position: absolute;
		top: 0;
		left: 0;

		width: 18px;
		height: 18px;

		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 17.3333C4.39746 17.3333 0.666504 13.6023 0.666504 9C0.666504 4.39763 4.39746 0.666672 8.99984 0.666672C13.6022 0.666672 17.3332 4.39763 17.3332 9C17.3332 13.6023 13.6022 17.3333 8.99984 17.3333ZM8.99984 15.6667C12.6818 15.6667 15.6665 12.6819 15.6665 9C15.6665 5.3181 12.6818 2.33334 8.99984 2.33334C5.31794 2.33334 2.33317 5.3181 2.33317 9C2.33317 12.6819 5.31794 15.6667 8.99984 15.6667ZM9.83317 7.75V11.5H10.6665V13.1667H7.33317V11.5H8.1665V9.41667H7.33317V7.75H9.83317ZM10.2498 5.66667C10.2498 6.35703 9.69017 6.91667 8.99984 6.91667C8.3095 6.91667 7.74984 6.35703 7.74984 5.66667C7.74984 4.97631 8.3095 4.41667 8.99984 4.41667C9.69017 4.41667 10.2498 4.97631 10.2498 5.66667Z' fill='white'/%3E%3C/svg%3E%0A")
			no-repeat;

		content: "";
	}
}

.main-registration {
	display: flex;
	align-items: center;
	gap: 40px;
    max-width: 670px;
	padding: 20px 20px 20px 30px;

	background: #ed6e00;

	border-radius: 8px;

	&:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.main-registration {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

@media (max-width: 576px) {
	.main-registration {
		padding: 15px;

		&:not(:last-child) {
			margin-bottom: 30px;
		}
	}
}

.main-registration__button {
	&.button_outline {
		margin-left: auto;

		font-size: 16px;
		font-weight: 600;
		color: #333;

		&:hover,
		&:focus-visible {
			color: #ed6e00;

			background-color: #fff;
		}
	}
}

@media (max-width: 1024px) {
	.main-registration__button {
		&.button_outline {
			margin-left: 0;
		}
	}
}

.order-registration__main_form {
	counter-reset: div;
}

.main-contact,
.main-order,
.main-pay {
	&:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media (max-width: 576px) {
	.main-contact,
	.main-order,
	.main-pay {
		&:not(:last-child) {
			margin-bottom: 40px;
		}
	}
}

.main-contact__title,
.main-order__title,
.main-pay__title {
	position: relative;

	padding-left: 35px;

	font-size: 28px;
	font-weight: 600;

	counter-increment: div;

	&:not(:last-child) {
		margin-bottom: 10px;
	}

	&::before {
		position: absolute;
		left: 0;
		top: 0;

		margin-top: 7px;
		width: 24px;
		height: 24px;

		font-size: 16px;
		font-weight: 700;
		text-align: center;
		color: #fff;

		background-color: #ed6e00;

		border-radius: 50%;

		content: counter(div);
	}
}

@media (max-width: 576px) {
	.main-contact__title,
	.main-order__title,
	.main-pay__title {
		font-size: 18px;

		padding-left: 25px;

		&::before {
			margin-top: 2px;
			width: 18px;
			height: 18px;

			font-size: 15px;
		}
	}
}

.main-contact__block_row,
.main-order__block_row {
	display: flex;
	gap: 15px;

	width: 100%;

	&:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (max-width: 1024px) {
	.main-contact__block_row,
	.main-order__block_row {
		flex-direction: column;
	}
}

.main-contact__text {
	display: inline-block;

	width: 100%;

	font-size: 15px;
	letter-spacing: 0.02em;

	&.main-contact__text--border {
		padding-bottom: 15px;

		border-bottom: 1px solid #e6e6e6;
	}

	&:not(:last-child) {
		margin-bottom: 15px;
	}
}

.main-contact__text_in {
	font-weight: 600;
	color: #ed6e00;

	background-color: transparent;

	border: none;

	cursor: pointer;

	&:hover,
	&:focus-visible {
		text-decoration: underline;
	}
}

.main-comment {
	padding-top: 30px;

	/* border-top: 1px solid #e6e6e6; */

	&:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.main-comment {
		&:not(:last-child) {
			margin-bottom: 0px;
		}
	}
}

@media (max-width: 1024px) {
	.order-registration__subblit_button {
		position: absolute;
		bottom: 0;
		left: 50%;

		width: calc(100% - 30px);

		transform: translateX(-50%);
	}
}

/* __ order-registration cart __ */
.order-registration__cart {
	max-width: 510px;
}

@media (max-width: 1200px) {
	.order-registration__cart {
		max-width: 405px;
	}
}

@media (max-width: 1024px) {
	.order-registration__cart {
		max-width: 100%;
		width: 100%;
	}
}

.order-registration__cart_wrapp {
	&:not(:last-child) {
		margin-bottom: 25px;
	}
}

.order-registration__cart_title {
	padding-bottom: 20px;

	font-size: 28px;
	font-weight: 600;

	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1024px) {
	.order-registration__cart_title {
		display: none;
	}
}

.order-registration__cart--mob {
	&:not(:last-child) {
		margin-bottom: 35px;
	}
}

@media (min-width: 1025px) {
	.order-registration__cart--mob {
		display: none;
	}
}

.order-registration__cart_title--mob {
	display: flex;
	justify-content: space-between;
	gap: 20px;

	&:not(:last-child) {
		margin-bottom: 10px;
	}
}

.order-registration__cart_button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	color: #ed6e00;

	&:hover,
	&:focus-visible {
		text-decoration: underline;
	}
}

.order-registration__cart_list--mob {
	display: flex;
	gap: 10px;
}

.order-registration__cart_list__item {
	flex: 1;
}

.order-registration__cart_item_img_wrapp,
.order-registration__cart_item_wrapp {
	width: 100%;
	aspect-ratio: 1;

	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

.order-registration__cart_other {
	height: 100%;
	width: 100%;

	aspect-ratio: 1;
}

.order-registration__cart_item_wrapp {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	background: rgba(237, 110, 0, 0.05);
	border: 1px solid #ed6e00;

	cursor: pointer;
	transition: background 0.2s;

	&:hover,
	&:focus-visible {
		background: rgba(237, 110, 0, 0.2);
	}

	span {
		font-weight: 600;
		font-size: 16px;
		color: #ed6e00;
	}
}

.order-registration__cart_item_img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: contain;
}

@media (min-width: 1025px) {
	.order-registration__progressbar--mob {
		display: none;
	}
}

@media (max-width: 576px) {
	.order-registration__progressbar--mob {
		&:not(:last-child) {
			margin-bottom: 30px;
		}
	}
}

.order-registration__cart_footer {
	padding: 20px;

	background: #f5f5f5;

	border-radius: 4px;
}

@media (max-width: 1024px) {
	.order-registration__cart_footer {
		margin-bottom: 55px;
		padding: 0;
        margin-top: 55px;
		background-color: transparent;
	}
}

.order-registration__cart_footer__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;

	&:not(:last-child) {
		margin-bottom: 14px;
	}
}

.order-registration__cart_footer_name {
	.order-registration__cart_footer__item--main & {
		font-weight: 600;
	}
}

.order-registration__cart_footer_price {
	font-weight: 600;

	.order-registration__cart_footer__item--main & {
		font-size: 22px;
		color: #ff2f00;
	}
}

/* __ Search results __ */
.results__head {
	&:not(:last-child) {
		margin-bottom: 20px;
	}
}

.results__head_title {
	font-size: 24px;
	font-weight: 400;
	line-height: 142%;
	letter-spacing: -0.02em;

	&:not(:last-child) {
		margin-bottom: 10px;
	}

	span {
		font-weight: 600;
		color: #ed6e00;
	}
}

@media (max-width: 576px) {
	.results__head_title {
		font-size: 20px;
		font-weight: 600;

		&:not(:last-child) {
			margin-bottom: 2px;
		}
	}
}

.results__head_text {
	font-size: 18px;
}

@media (max-width: 576px) {
	.results__head_text {
		font-size: 15px;
	}
}

.results__block {
	&.results__block--zero {
		padding: 60px;

		background: #f6f7f8;

		border-radius: 20px;
	}
}

@media (max-width: 576px) {
	.results__block {
		&.results__block--zero {
			padding: 60px 30px;
		}
	}
}

.results__block__message {
	max-width: 552px;
	margin: 0 auto;
	text-align: center;
}

.results__block_icon {
	&:not(:last-child) {
		margin-bottom: 30px;
	}

	& svg {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 576px) {
	.results__block_icon {
		& svg {
			width: 80px;
			height: 80px;
		}
	}
}

.results__block_info {
	font-size: 28px;
	font-weight: 600;
}

@media (max-width: 576px) {
	.results__block_info {
		font-size: 20px;
	}
}

.results__block_main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

	&:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media (max-width: 576px) {
	.results__block_main {
		grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));

		&:not(:last-child) {
			margin-bottom: 20px;
		}
	}
}

.results__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;

	transition: color 0.3s;

	& button,
	& span {
		display: flex;
		justify-content: center;
		align-items: center;

		width: 44px;
		height: 40px;

		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		color: #5b6871cc;

		background-color: #f6f7f8;

		border-radius: 4px;
		border: none;

		transition: color 0.3s;
	}

	& button {
		cursor: pointer;

		&:hover {
			background-color: #e0e0e0;
		}
	}

	& .results__pagination--active {
		color: #fff;
		background-color: #e26b00;
	}

	& .results__pagination--disabled {
		color: #ccc;
		pointer-events: none;
	}

	& .results__pagination--arrow {
		font-size: 12px;
		font-weight: 600;

		background-color: transparent;
	}
}

@media (max-width: 576px) {
	.results__pagination {
		gap: 4px;

		& .results__pagination--arrow {
			width: 30px;
		}
	}
}

@media (max-width: 384px) {
	.results__pagination {
		& button,
		& span {
			width: 30px;
		}
	}
}

/* __ f 20 __ */
.f-20 {
	padding-block: 15px 146px;

	&.f-20--2 {
		padding-block: 120px 146px;
	}
}

@media (max-width: 576px) {
	.f-20 {
		padding-block: 15px 30px;

		&.f-20--2 {
			padding-block: 90px 30px;
		}
	}
}

.f-20__block {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.f-20-aside {
	flex: 0 0 290px;
}

.f-20-aside__list {
	max-height: 1198px;
	padding: 4px 10px 4px 4px;

	background: #c4cbd126;

	border-radius: 4px;

	overflow-y: auto;
}

.f-20-aside__link {
	display: inline-block;

	width: 100%;
	padding: 6px 12px;

	font-weight: 600;
	font-size: 15px;

	border-radius: 4px;

	&:hover,
	&:focus-visible {
		background: #c4cbd140;
	}
}

.f-20__main {
	flex: 1;

	width: 100%;
	min-width: 0;

	> div {
		&:not(:last-child) {
			margin-bottom: 50px;
		}
	}
}

.f-20__main_4,
.f-20__main_5,
.f-20__main_6,
.f-20__main_7,
.f-20__main_8,
.f-20__main_9,
.f-20__main_10,
.f-20__main_11 {
	position: relative;
}

.main__swiper-4,
.main__swiper-5,
.main__swiper-6,
.main__swiper-7,
.main__swiper-8,
.main__swiper-9,
.main__swiper-10,
.main__swiper-11 {
	overflow-y: visible;
	z-index: 10;

	width: 100%;

	&:hover {
		z-index: 11;
	}

	.menu-open & {
		z-index: 1;
	}
}

.f-20__main_title-row {
	display: flex;
	align-items: center;
	gap: 17px;

	margin-bottom: 14px;

	line-height: 1;

	h3 {
		font-size: 28px;
	}

	a {
		color: #ed6e00;

		&:hover,
		&:focus-visible {
			text-decoration: underline;
		}
	}
}

@media (max-width: 1024px) {
	.f-20__main_title-row {
		gap: 10px;

		margin-bottom: 20px;

		h3 {
			font-size: 20px;
		}

		a {
			font-weight: 400;
			font-size: 14px;
		}
	}
}

@media (max-width: 576px) {
	.f-20__main_title-row {
		h3 {
			max-width: 170px;
		}
	}
}

/* __ f 20 -2  __ */

.f-20-categories__container {
	position: relative;
}

.f-20-categories__block {
	position: absolute;
	top: 15px;
	left: 50%;

	width: calc(100% - 90px);

	transform: translateX(-50%);
	z-index: 111;
}

@media (max-width: 1024px) {
	.f-20-categories__block {
		width: calc(100% - 30px);
	}
}

@media (max-width: 576px) {
	.f-20-categories__block {
		top: 10px;

		width: calc(100% - 12px);
	}
}

.f-20-categories__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 4px;

	padding: 4px;
	max-height: 56px;

	background: #fff;

	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;

	box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1);

	overflow: hidden;
	transition: max-height 0.2s, overflow 0.2s;

	.f-20-categories__block--active & {
		max-height: 100%;
		overflow: visible;
	}
}

@media (max-width: 576px) {
	.f-20-categories__list {
		grid-template-columns: 1fr;
		gap: 0;

		max-height: 48px;

		.f-20-categories__block--active & {
			max-height: 678px;
			padding-top: 44px;

			overflow: auto;
		}
	}
}

.f-20-categories__item {
	min-height: 48px;

	border-radius: 4px;

	overflow: hidden;
	transition: background 0.2s;

	&.f-20-categories__item--active {
		background: rgba(230, 230, 230, 0.5);
	}
}

@media (max-width: 576px) {
	.f-20-categories__item {
		min-height: auto;

		&.f-20-categories__item--active {
			position: fixed;
			top: 4px;

			width: calc(100% - 12px);

			background-color: white;

			border: 1px solid #e6e6e6;
		}
	}
}

.f-20-categories__link {
	display: inline-flex;
	align-items: center;

	padding: 8px 16px;
	width: 100%;
	height: 100%;

	font-size: 14px;
	font-weight: 600;
	line-height: 114%;

	.f-20-categories__item--active & {
		color: #ed6e00;
	}

	span {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 576px) {
	.f-20-categories__link {
		padding: 10px;

		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.02em;

		&:not(.f-20-categories__item--active &) {
			border-bottom: 1px solid #e6e6e6;
		}

		.f-20-categories__item--active & {
			color: inherit;
		}
	}
}

.f-20-categories__button {
	position: relative;

	min-height: 25px;

	cursor: pointer;

	&:hover .f-20-categories__button_arrow,
	&:focus-visible .f-20-categories__button_arrow {
		transform: translate(-50%, calc(-50% + 4px));
	}

	&.f-20-categories__button--mob {
		position: fixed;
		top: 0;
		right: 0;

		min-height: 44px;
		width: 68px;

		z-index: 10;
		cursor: pointer;
	}
}

@media (min-width: 577px) {
	.f-20-categories__button--mob {
		display: none;
	}
}

@media (max-width: 576px) {
	.f-20-categories__button--desktop {
		display: none;
	}
}

.f-20-categories__button_arrow {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 10px;
	height: 7px;

	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='2' /%3E%3C/svg%3E") no-repeat;

	transform: translate(-50%, -50%);
	transition: background 0.2s;

	.f-20-categories__block--active & {
		background: url("data:image/svg+xml,%3Csvg  viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5 2L9 6' stroke='white' stroke-width='2' /%3E%3C/svg%3E") no-repeat;

		.f-20-categories__button--mob & {
			background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5 2L9 6' stroke='black' stroke-width='2' /%3E%3C/svg%3E") no-repeat;
		}
	}
}

@media (max-width: 1024px) {
	.order-registration__cart_progressbar--desktop {
		display: none;
	}
}

/* __ modal mobile  __ */

.modal-cart-mobile{
	left: calc(50% - 180px);
	top: calc(50% - 158px); 
	max-height: 316px;
	max-width: 360px;
	background: rgba(255, 255, 255, 0);
}

@media (min-width: 769px) {
	.modal-cart-mobile {
		display: none;
	}
}


.modal-cart-mobile__body {
	position: absolute;
    /* left: calc(50% - 180px);
	top: calc(50% - 158px); */
	padding: 20px;
	max-width: 360px;

	text-align: right;

	background-color: #fff;

	border-radius: 16px;

	/* &:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;

		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.35);

		content: "";
		z-index: -1;
	} */

	& .modal-cart__close {
		position: relative;
		top: -6px;
		right: 6px;
	}
}

.modal-cart-mobile__title {
	font-size: 28px;
	text-align: center;
}

.modal-cart-mobile__text {
	font-size: 15px;
	letter-spacing: 0.02em;
	text-align: center;

	&:not(:last-child) {
		margin-bottom: 20px;
	}
}

.modal-cart-mobile__form {
	text-align: left;
	display: grid;
	gap: 15px;
}

#simple-header{
	padding-left: 0;
	padding-right: 0;
}

@media(max-width: 767px){
  #simple-header{
	padding-left: 15px;;
	padding-right: 15px;
  }
}

@media(min-width: 1025px){
  #common-maintenance h1{
	position: absolute;
	display: block;
	top: calc(37% - 74px);
  }
}

@media(min-width: 1025px) and (max-width: 1199px){
  #common-maintenance h1{
	left: calc(50% - 500px);
	top: calc(32% - 74px);
  }
}

.footer__actions_drop{
	display: none;
	position: fixed;
	top: 76px; 
	right: 0;
	width: 40%;
	/* min-width: 500px; */
	padding-top: 26px;
	border-radius: 8px;
	overflow: hidden;
	
	box-shadow: 0 11px 24px 0 rgba(84, 85, 89, 0.05), 0 44px 44px 0 rgba(84, 85, 89, 0.04), 0 99px 59px 0 rgba(84, 85, 89, 0.03), 0 176px 70px 0 rgba(84, 85, 89, 0.01), 0 275px 77px 0 rgba(84, 85, 89, 0);
	/* height: calc(100vh - 81px);
	min-height: calc(100vh - 81px); */
}

.footer__actions_drop.header__actions_drop--empty{
    height: 284px;
}

@media (max-width: 576px) {
.footer__actions_drop{
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	width: 100vw;
	height: calc(100vh - 81px);
	min-height: calc(100vh - 81px);
	padding-top: 0;
}
}

/* .footer__actions_drop__wrapp{
    height: 100vh;
} */

@media (min-width: 1025px) {
    .footer__actions_drop__wrapp {
        display: none !important; 
    }
}

@media (max-width: 576px) {
    .footer__actions_drop__body {
        height: 100%;
    }

	.cart-main-field{
		height: calc(100vh - 81px - 174px);
	}

	.cart-main-field .header__actions_drop__body--top{
		height: 100%;
	}
}

#comment-wrapper{
	display: none;
}

#customer_customer_hidden_field__{
	/*visibility: hidden;
	margin-bottom: 0;*/
	display: none;
}

@media(max-width: 1200px){
	#customer_customer_hidden_field__{
	   display: none;
    }
}

.logged_addresses{
	display: none;
}

.simplecheckout .discount-module{
	padding-right: 0;
}

.discount-module .profile__progressbar{
	width: auto;
}

.checkout-heading{
	position: relative !important;
    padding-left: 50px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    counter-increment: div !important;
}

.checkout-heading:before{
	font-size: 16px !important;
}

@media (max-width: 576px) {
    .checkout-heading{
       font-size: 18px !important;
       font-weight: 600 !important;
    }

	.checkout-heading:before{
		width: 18px !important;
		height: 18px !important;
	}
}

/* #button-confirm, #simplecheckout_button_confirm{
	position: relative;
	top: -150px;
	left: -35px;
} */

.description__content {
    position: relative;
    overflow: hidden;
    max-height: 400px;
    line-height: 1.3;
}

.description__button {
    position: relative;
    padding: 5px 20px 5px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #f79e1b;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.description__button {
    &::after {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 8px;
        content: "";
        background: url(data:image/svg+xml,%3Csvg viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.943333 0.696289L4 3.78976L7.05667 0.696289L8 1.65098L4 5.69914L0 1.65098L0.943333 0.696289Z' fill='%23F79E1B' /%3E%3C/svg%3E) no-repeat;
        transform: translate(0, -50%);
        height: 6px;
    }
}

.full-text{
	display: none;
}

#FormModal .modal-dialog{
	z-index: 1000;
}

.order-registration__cart_list--mob .order-registration__cart_list__item{
	max-width: 20%;
}

.f-20__container{
	padding: 0;
}

.presentation{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 225px !important;
	margin-top: -225px !important;
}

@media(max-width: 576px){
    .f-20-categories__item{
		display: none;
	}

	.item--active{
		display: block;
	}

	.item-open{
		display: block;
	}
}

.button-outstock{
	visibility: hidden;

}

#search .dropdown-menu{
	width: 100%;
	overflow: auto;
	max-height: 80vh;
}

.search-result {
	/* position: absolute; */
	/* top: calc(100% - 10px); */
	left: 0;
    overflow-y: auto;
	width: 100%;
	height: auto;
	padding: 10px 15px;

	background-color: white;

	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;

	box-shadow: 0 11px 24px 0 rgba(84, 85, 89, 0.05), 0 44px 44px 0 rgba(84, 85, 89, 0.04), 0 99px 59px 0 rgba(84, 85, 89, 0.03), 0 176px 70px 0 rgba(84, 85, 89, 0.01), 0 275px 77px 0 rgba(84, 85, 89, 0);
	z-index: 121;

	> div {
		&:not(:last-child) {
			margin-bottom: 10px;
		}
	}

	/* display: none;
	visibility: hidden;
	opacity: 0; */

	.header__search--active & {
		display: inline-block;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 576px) {
	.search-result {
		left: -52px;

		width: 100vw;
		height: calc(100vh - 92px);

		overflow-y: auto;
	}
}

.search-result__results_info {
	padding-bottom: 5px;

	letter-spacing: -0.01em;
	color: #7f7f7f;

	border-bottom: 1px solid #dde2e4;

	& span:not(.search-result__results_info_value) {
		color: #ed6e00;
	}

	&:not(:last-child) {
		margin-bottom: 10px;
	}
}

.search-result__results_link,
.search-result__categories_link {
	margin-inline: -15px;
	padding-inline: 15px;

	transition: background-color 0.2s;

	&:hover,
	&:focus-visible {
		color: #231f20;

		background-color: #f5f7f7;
	}

	a {
		display: inline-block;

		width: 100%;
		padding-block: 8px;

		font-size: 14px;

		& strong {
			font-weight: 600;
		}

		&:hover,
		&:focus-visible {
			color: #231f20;
		}
	}
}

@media (max-width: 576px) {
	.search-result__results_link,
	.search-result__categories_link {
		a {
			padding-block: 6px;
		}
	}
}

.search-result__categories__title,
.search-result__products__title {
	display: inline-flex;
	align-items: center;
	gap: 15px;

	width: 100%;

	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;

	&:not(:last-child) {
		margin-bottom: 10px;
	}
}

.search-result__categories__title_deco,
.search-result__products__title_deco {
	display: inline-block;

	width: 100%;
	height: 1px;

	background-color: #dde2e4;
}

.search-result__products_image_wrapp {
	max-width: 48px;

	aspect-ratio: 1;
}

.search-result__products {
	padding-bottom: 15px;

	border-bottom: 1px solid #dde2e4;

	margin-bottom: 15px !important;
}

.search-result__products_list {
	> li {
		margin-inline: -15px;
		padding-inline: 15px;

		transition: background-color 0.2s;

		&:not(:last-child) {
			margin-bottom: 10px;
		}

		&:hover,
		&:focus-visible {
			background-color: #f5f7f7;
		}
	}
}

@media (max-width: 576px) {
	.search-result__products_list {
		> li {
			&:not(:last-child) {
				margin-bottom: 0;
			}
		}
	}
}

.search-result__products_item {
	display: flex;
	align-items: center;
	gap: 15px;

	cursor: pointer;

	padding-block: 5px;
	width: 100%;

	&:hover,
	&:focus-visible {
		color: inherit;
	}
}

.search-result__products_image {
	display: block;

	width: 100%;
	height: auto;

	object-fit: contain;
}

.search-result__products_title {
	font-weight: 600;
	font-size: 14px;
	color: #252c32;
	cursor: pointer;
}

.search-result__products_prices {
	display: flex;
	align-items: center;
	gap: 10px;

	font-size: 14px;
	font-weight: 600;

	& .search-result__products_price--old {
		color: #5b6871;
		text-decoration: line-through;
	}

	& .search-result__products_price--new {
		font-size: 18px;
		color: #ff2f00;
	}
}

.search-result__button {
	display: inline-block;

	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ed6e00;

	&:hover .search-result__button_icon,
	&:focus-visible .search-result__button_icon {
		transform: translateX(5px);
	}
}

.search-result__button_icon {
	transition: transform 0.2s;
}

@media(max-width: 576px){
	#search .dropdown-menu{
		width: 100vw;
		position: fixed;
		left: 0;
		height: calc(100vh - 70px);
		max-height: calc(100vh - 75px);
		top: 70px !important;
	}
}

/* Toast повідомлення для порівняння товарів */
.toast-notification {
	position: fixed !important;
	top: 20px !important;
	right: 20px !important;
	z-index: 9999 !important;
	
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	
	padding: 16px 24px !important;
	min-width: 300px !important;
	max-width: 500px !important;
	
	font-size: 16px !important;
	color: #155724 !important;
	
	background-color: #d4edda !important;
	border: 1px solid #c3e6cb !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	
	opacity: 0;
	transform: translateX(400px);
	transition: all 0.3s ease-in-out;
}

.toast-notification.show {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

.toast-notification .fa-check-circle {
	font-size: 20px !important;
	color: #28a745 !important;
}

.toast-notification a {
	color: #0c5460 !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

.toast-notification a:hover {
	color: #062c33 !important;
}

@media (max-width: 576px) {
	.toast-notification {
		top: 10px !important;
		right: 10px !important;
		left: 10px !important;
		min-width: auto !important;
		padding: 12px 16px !important;
		font-size: 14px !important;
	}
}
  
  
.product__crosslinks-block{margin-top:10px}
.product__crosslinks-visible{display:flex;flex-wrap:wrap;gap:5px}
@media (max-width:1024px){.product__crosslinks-visible{display:flex;flex-wrap:wrap;gap:5px}}
.product__crosslinks{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.product__crosslinks--single{margin-top:12px;margin-bottom:16px}
.product__crosslink{display:inline-flex;align-items:center;padding:6px 10px;font-size:14px;font-weight:400;line-height:1.3;color:#5B6871!important;text-decoration:none;border:1px solid #E6E6E6;background:transparent!important;border-radius:4px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.product__crosslink:hover{color:#5B6871!important;border-color:#ed6e00;text-decoration:none}
.product__crosslink--oos{opacity:.6;border:1px solid #E6E6E6!important;cursor:default}
.product__crosslink--oos:hover{opacity:.8;border:1px solid #E6E6E6!important}
.product__crosslink--current{cursor:pointer;color:#5B6871!important;border:1px solid #ed6e00!important}
.product__crosslinks-heading{margin:20px 0 10px;font-weight:700;font-size:14px;color:#000}
.product__crosslinks-more{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;font-size:13px;font-weight:600;line-height:1.3;color:#ed6e00;background:#fff;border:1px solid #E6E6E6;border-radius:4px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.product__crosslinks-more:hover{border:1px solid #ed6e00!important;color:#ed6e00}
.product__crosslinks-hidden{display:none;gap:6px}
.product__crosslinks-hidden.is-open{display:flex;flex-wrap:wrap}
.product__crosslinks-modal-actions .product__additional-button--full .product__additional-text{text-transform:none}
.product__crosslinks-modal-body .product__price{font-size:22px}
.product__crosslinks-modal-body .product__price-old{font-size:17px}
.product__crosslinks-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:2px 16px;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;pointer-events:none;z-index:9999;transition:opacity .2s ease}
.product__crosslinks-modal-overlay{position:absolute;inset:0}
.product__crosslinks-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;z-index:20001}
.crosslinks-modal-open{overflow:hidden}
.product__crosslinks-modal-dialog{position:relative;width:100%;max-width:380px;max-height:100vh;overflow-y:auto;z-index:1}
.product__crosslinks-modal-card{position:relative;background:#fff;border-radius:10px;padding:6px 16px 16px;box-shadow:0 10px 40px rgba(0,0,0,.15)}
.product__crosslinks-modal-card--simple{text-align:center}
.product__crosslinks-modal-body{text-align:center}
.product__crosslinks-modal-top{position:absolute;top:10px;right:5px;display:flex;align-items:center;gap:8px;z-index:2}

.product__crosslinks {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.product__crosslinks--single {
	margin-top:12px;
}

.product__crosslink {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #5B6871 !important;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	background: transparent !important;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product__crosslink:hover {
	color: #5B6871 !important;
	border-color: #ed6e00;
	text-decoration: none;
}

.product__crosslink--oos {
	opacity:0.6;
	border: 1px solid #E6E6E6 !important;
	cursor: default;
}

.product__crosslink--oos:hover {
	opacity:0.8;
	border: 1px solid #E6E6E6 !important;
}

.product__crosslink--current {
	cursor: pointer;

	color: #5B6871 !important;
    border: 1px solid #ed6e00 !important;
}

.product__crosslinks--single {
	margin-bottom: 16px;
}

.product__crosslinks-heading {
	margin: 20px 0 10px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.product__crosslinks-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;

	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #ed6e00;

	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product__crosslinks-more:hover {
	border: 1px solid #ed6e00 !important;
	color: #ed6e00;
}

.product__crosslinks-hidden {
	display: none;
	gap: 6px;
}

.product__crosslinks-modal-actions .product__additional-button--full .product__additional-text {
	text-transform: none;
}

.product__crosslinks-modal-body .product__price {
	font-size: 22px;
}
.product__crosslinks-modal-body .product__price-old {
	font-size: 17px;
}

.product__crosslinks-hidden.is-open {
	display: flex;
	flex-wrap: wrap;
}

.product__crosslinks-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 16px;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 9999;
	transition: opacity 0.2s ease;
}

.product__crosslinks-modal-overlay {
	position: absolute;
	inset: 0;
}

.product__crosslinks-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 20001;
}

.crosslinks-modal-open {
	overflow: hidden;
}

.product__crosslinks-modal-dialog {
	position: relative;
	width: 100%;
	max-width: 380px;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 1;
}

.product__crosslinks-modal-card {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 6px 16px 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.product__crosslinks-modal-card--simple {
	text-align: center;
}

.product__crosslinks-modal-body {
	text-align: center;
}

.product__crosslinks-modal-top {
	position: absolute;
	top: 10px;
	right: 5px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 2;
}

.product__labels--modal {
	position: absolute;
	top: 23px;
	left: 10px;
	z-index: 2;
}

.product__crosslinks-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	background: #f5f5f5;
	border-radius: 50%;
	cursor: pointer;
	display:none;
}

.product__crosslinks-modal-close:before {
	content: "×";
	display: block;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #000;
}

.product__crosslinks-modal-image {
	margin: 0 0 12px;
}

.product__badges--modal {
	align-self: flex-start;
	justify-content: flex-start;
	height: auto;
	margin-bottom: 8px;
}

.product__crosslinks-modal-image--full img {
	width: 100%;
	max-height: 210px;
	object-fit: contain;
	border-radius: 8px;
}

.product__crosslinks-modal-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align:left;
	color:#252C32;
}

.product__rating--modal {
	justify-content: flex-start;
	margin-bottom: 8px;
}

.product__price-row--modal {
	justify-content: flex-start;
	margin-bottom: 14px;
}

.product__crosslinks--modal {
	margin-top: 6px;
	margin-bottom: 16px;
	justify-content: flex-start;
}

.product__crosslinks-modal-actions .product__additional-text {
	text-transform: unset;
}

.product__crosslinks-modal-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product__additional-button--full {
	width: 100%;
	justify-content: center;
}

.product__crosslinks-modal .product__additional-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.product__additional-button--full .product__additional-text {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.product__crosslinks-modal-back {
	width: 100%;
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #ed6e00;
	background: #fff;
	color: #ed6e00;
	font-weight: 600;
	cursor: pointer;
}

.product__crosslinks-modal-actions .product__additional-button {
	padding: 8.3px 25px;
}

.product__additional-button {
	margin-bottom: 28px;
	padding: 8px 25px;

	min-width: 165px;

	font-size: 17px;
	text-align: center;
	text-shadow: none;
	line-height: 1.4;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;

	background-color: #ed6e00;

	border: 1px solid #ed6e00;
	border-radius: 4px;

	cursor: pointer;

	&:hover,
	&:focus {
		background-color: transparent;

		color: #ed6e00;
	}
}

@media (max-width: 576px) {
	.product__additional-button {
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: center;

		margin-bottom: 0;
		width: 100%;
		min-width: unset;

		font-size: 14px;
		font-weight: 400;

		&:hover .product__additional-icon {
			fill: #ed6e00;
		}
	}
}

.product__additional-icon {
	width: 13px;
	height: 13px;

	fill: #fff;
}

@media (min-width: 577px) {
	.product__additional-icon {
		display: none;
	}
}

.product__additional-attributes {
	font-size: 13px;
	line-height: 1;
}

@media (max-width: 576px) {
	.product__additional-attributes {
		display: none;
	}
}

.product__additional-attribute {
	display: flex;
	align-items: flex-start;
	gap: 22px;

	line-height: 1.08;
	color: #101010;

	&:not(:last-child) {
		margin-bottom: 10px;
	}
}

.product__additional-attribute_parameter {
	flex: 0 1 53%;

	font-size: 12px;
	font-weight: 400;
}

.product__additional-attribute_value {
	flex: 0 1 37%;

	font-size: 12px;
	font-weight: 600;
}
.footer-contact{
    padding-left:20px   
}
.footer-social-wrapper{
    padding-left:50px;
 }
 @media (max-width: 772px) {
    .footer-contact-wrapper{
       padding:20px 0 0 50px;  
    }
    .footer-extra-wrapper{
       padding:20px 0 0 50px;  
    }
    .footer-contact{
        padding-left:0;
    }
 }
 .search-result-model{
     font-weight: normal;
 }
  @media (min-width: 1025px) {
    .header .container{
        max-width: 100%;
        width: 100%;
    }
 }
  @media (min-width: 1350px) {
    .header .container{
        max-width: 1350px;
        width: 1350px;
    }
  }
