@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	padding: 0px 10px;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -15px;
}

.form__column {
	padding: 0px 15px;
}

.btn {
	display: inline-block;
	padding: 0px 0px;
}
.btn.fw {
	width: 100%;
}

.select-block {
	position: relative;
}

.select__label {
	z-index: 2;
	position: absolute;
	top: -8px;
	background-color: #f7f7f7;
	padding: 0 5px;
	color: #979797;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	left: 20px;
}

.select {
	position: relative;
	cursor: pointer;
}
.select .select-title {
	z-index: 1;
	width: 100%;
	height: 55px;
	border: 1px solid #dedede;
	position: relative;
	background-color: #fff;
}
.select .select-title__arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	background: url("../img/icons/select-arrow.svg") center no-repeat;
}
.select .select-title__value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	display: block;
	overflow: hidden;
	padding: 0 45px 0 25px;
	white-space: nowrap;
	text-transform: none;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.select .select-options {
	position: absolute;
	z-index: 10;
	top: 54px;
	display: none;
	overflow: hidden;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 20px 10px 25px;
}
.select .select-options-scroll {
	max-height: 80px;
	overflow: auto;
}
.select .select-options-list {
	padding: 0px 0px 0px 0px;
}
.select .select-options__value {
	color: #000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}
.select .select-options__value:last-child {
	margin: 0px 0px 0px 0px;
}
.select .select-options__value:hover {
	color: #000;
}

input[type=text], input[type=email], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}
textarea.input {
	resize: none;
	padding: 0px 0px;
}

.check {
	position: relative;
	padding-left: 25px;
	color: #5f5f5f;
	line-height: 18px;
	cursor: pointer;
}
.check input {
	display: none;
}
.check:before {
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #a3a3a3;
	position: absolute;
}
.check.active:before {
	background: url("../img/icons/check.png") center no-repeat;
}

.option {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
.option:last-child {
	margin-bottom: 0px;
}
.option input {
	display: none;
}
.option:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #7f7f7f;
	border-radius: 50%;
}
.option.active:before {
	background: url("../img/icons/option.png") center no-repeat;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	position: relative;
	width: 73px;
	height: 47px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}

.quantity__input {
	height: 45px;
	width: 50px;
	text-align: center;
	color: #101010;
	font-weight: 300;
}

.quantity__btn {
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}
.quantity__btn:before {
	font-size: 25px;
	display: inline-block;
	line-height: 10px;
	color: #a9a9a9;
}
.quantity__btn:hover:before {
	color: #da0005;
}
.quantity__btn.dwn {
	top: 25px;
}

.category-params-item-price-table {
	margin-bottom: 25px;
}
.category-params-item-price-table .cell:first-child {
	padding-right: 15px;
	position: relative;
}
.category-params-item-price-table .cell:first-child:after {
	content: "-";
	position: absolute;
	right: -4px;
	top: 8px;
	font-size: 20px;
}
.category-params-item-price-table .cell:last-child {
	padding-left: 15px;
}
.category-params-item-price-table .cell input {
	height: 37px;
	border: 2px solid #393939;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-weight: 500;
	width: 100%;
}

.category-params-item-price-range {
	margin: 0 12px 40px 12px;
	background-color: #c9cecf;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-handle {
	width: 23px;
	height: 28px;
	border: 3px solid #fbfbfb;
	background-color: #ea5922;
	display: block;
	position: absolute;
	top: -14px;
	margin-left: -12px;
	cursor: pointer;
}
.category-params-item-price-range .ui-slider-handle span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	font-weight: 500;
	color: #94a6aa;
}

.form__info {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	line-height: 60px;
	text-align: center;
	color: #888;
	z-index: 2;
	font-size: 14px;
}
@media (max-width: 769.98px) {
	.form__info {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.form-range-line {
	position: relative;
	height: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #e0e0e0;
	margin: -2px 0px 0px 0px;
}
.form-range-line .ui-slider-range {
	background-color: #093454;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
}
.form-range-line .ui-slider-handle {
	background: url("../img/icons/range.svg") 0 0 no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: -9px 0px 0px -14px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-range-line .ui-state-hover {
	background: url("../img/icons/range_a.svg") 0 0 no-repeat;
}

.form-range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px 0px 0px 0px;
}

.form-range-values__item {
	font-size: 12px;
	color: #888;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}
.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup.show {
	display: block;
}
.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}
.popup-table > .cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url("../img/icons/close.png") 0 0 no-repeat;
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

.header {
	padding: 0px 10px;
}
.header .catalog__list.sub2 {
	display: none;
}
.header__nav {
	height: 80px;
}
.header__nav .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav__logo {
	font-size: 16px;
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.nav__list li {
	margin: 0px 30px 0px 0px;
}
.nav__list li:last-child {
	margin: 0px 0px 0px 0px;
}
.nav__link {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.nav__link:hover {
	color: #f37b2f;
}
.nav__show {
	display: none;
}

.logo__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo__img {
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0px 5px 0px 0px;
}
.logo__img img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.logo__text h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}
.logo__text p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}

.header {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header__sticky {
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	height: 70px;
	position: sticky;
	top: 0;
}
.header__sticky .container {
	height: 100%;
}
.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
}
.header__input {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0px 20px;
}
.header__input input {
	background-color: #f5f5f5;
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding: 0px 0px 0px 15px;
}
.header__input input::-webkit-input-placeholder {
	color: #8e8e8e;
	opacity: 0.4;
	font-size: 14px;
}
.header__input input::-moz-placeholder {
	color: #8e8e8e;
	opacity: 0.4;
	font-size: 14px;
}
.header__input input:-ms-input-placeholder {
	color: #8e8e8e;
	opacity: 0.4;
	font-size: 14px;
}
.header__input input::-ms-input-placeholder {
	color: #8e8e8e;
	opacity: 0.4;
	font-size: 14px;
}
.header__input input::placeholder {
	color: #8e8e8e;
	opacity: 0.4;
	font-size: 14px;
}
.header__links a {
	font-size: 26px;
	font-weight: 700;
	border: 2px solid orange;
	border-radius: 6px;
	padding: 8px 25px;
	color: black;
}
.header__links a:hover {
	color: orange;
}
.header__burger {
	display: none;
	position: fixed;
	z-index: 14;
	top: 20px;
	left: 19px;
}
.header__burger span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	margin: 0px 0px 3px 0px;
}

.catalog {
	width: 252px;
	position: relative;
}
.catalog__head {
	position: relative;
	background-color: #f37b2f;
	width: 252px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 16px 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.catalog__logo {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin: 0px 14px 0px 0px;
}
.catalog__title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.catalog__list {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 252px;
	background-color: #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.catalog__item {
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.catalog__item img {
	margin: 0px 15px 0px 0px;
	width: 30px;
}
.catalog__item:hover .sub-list {
	display: block;
}
.catalog__item:hover {
	background-color: rgba(243, 123, 47, 0.4);
}
.catalog__item:hover .arrow {
	border-left: 6px solid #eb8484;
}
.catalog__first-link {
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.catalog:hover .catalog__list {
	display: block;
}

.catalog:hover .catalog__head {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.catalog:hover .catalog__head .arrow1 {
	border-top: 6px solid orange;
}

.arrow1 {
	width: 0;
	height: 0;
	border-top: 6px solid black;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.arrow {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid black;
	position: absolute;
	right: 10px;
}

.sub-list {
	display: none;
	width: 250px;
	position: absolute;
	top: 0;
	left: 252px;
	font-size: 16px;
	background-color: #efefef;
	-webkit-box-shadow: 8px 0px 5px -5px rgba(243, 123, 47, 0.4) inset;
	        box-shadow: 8px 0px 5px -5px rgba(243, 123, 47, 0.4) inset;
}
.sub-list__link {
	color: #000;
}
.sub-list li {
	padding: 20px 30px;
}
.sub-list li:hover {
	background-color: rgba(243, 123, 47, 0.4);
}

.search-pc {
	display: block;
}

.search-mobile {
	display: none;
}

@media (max-width: 769.98px) {
	.search-pc {
		display: none;
	}

	.search-mobile {
		display: block;
	}

	.nav__list {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #efefef;
		z-index: 15;
		font-size: 26px;
		padding: 30% 0;
		text-align: center;
	}
	.nav__list li:active {
		background-color: rgba(255, 165, 0, 0.6);
	}
	.nav__list.show1 {
		display: block;
		overflow: auto;
	}
	.nav__logo {
		position: fixed;
		top: 14px;
		left: 50px;
		z-index: 20;
	}
	.nav__hide {
		display: none;
	}
	.nav__show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.nav__show .arrow-1 {
		width: 0;
		height: 0;
		border-left: 6px solid black;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
	}
	.nav__show a {
		margin: 0px 20px 0px 0px;
	}
	.nav__show img {
		width: 14px;
		height: 14px;
		margin: 0px 5px 0px 0px;
	}
	.nav .logo__img {
		width: 30px;
		height: 30px;
		text-align: center;
		margin: 0px 5px 0px 0px;
	}
	.nav .logo__text h2 {
		font-size: 16px;
		font-weight: 700;
	}
	.nav .logo__text p {
		font-size: 10px;
	}

	.nav.hide {
		display: none;
	}

	.nav__list::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 55px;
		background-color: #f37f51;
		z-index: 15;
	}

	.global__close {
		display: none;
		position: fixed;
		top: 12px;
		right: 18px;
		z-index: 10;
		width: 30px;
		height: 30px;
	}
	.global__close-item {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.global__close-item:before {
		content: "";
		height: 2px;
		width: 30px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.global__close-item::after {
		content: "";
		height: 2px;
		width: 30px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.global__close.show {
		display: block;
		z-index: 20;
	}

	.con-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.header {
		height: 56px;
		padding: 7px 0px;
	}
	.header__links {
		text-align: right;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 52%;
		        flex: 1 1 52%;
	}
	.header__links a {
		font-size: 14px;
		font-weight: 700;
		border: 2px solid orange;
		border-radius: 6px;
		padding: 4px;
		color: black;
	}
	.header__links a:hover {
		color: orange;
	}
	.header__sticky {
		padding: 0 10px;
		outline: 7px solid white;
		width: 100%;
		height: 42px;
		position: fixed;
		z-index: 14;
		top: 7px;
		left: 0;
	}
	.header__sticky .container {
		height: 100%;
		width: 100%;
	}
	.header__nav {
		height: 42px;
	}
	.header__nav li {
		margin: 0px 0px 30px 0px;
	}
	.header__burger {
		display: block;
	}
	.header__input {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding: 0px 10px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.header__input input {
		background-color: #f5f5f5;
		height: 30px;
		width: 100%;
		border-radius: 7px;
		padding: 0px 0px 0px 15px;
	}
	.header__input input::-webkit-input-placeholder {
		font-size: 12px;
	}
	.header__input input::-moz-placeholder {
		font-size: 12px;
	}
	.header__input input:-ms-input-placeholder {
		font-size: 12px;
	}
	.header__input input::-ms-input-placeholder {
		font-size: 12px;
	}
	.header__input input::placeholder {
		font-size: 12px;
	}

	.catalog {
		width: 330px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.catalog__head {
		display: block;
		padding: 0;
		margin: 0;
		width: 38px;
		height: 38px;
		border-radius: 5px;
	}
	.catalog__logo, .catalog__title,
.catalog .arrow1 {
		display: none;
	}
	.catalog__list {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 14;
		border-radius: 0;
		padding: 60px 20px 20px;
	}
	.catalog__list a {
		pointer-events: none;
	}
	.catalog__list::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 55px;
		background-color: #f37f51;
		z-index: 28;
	}
	.catalog__item:hover .sub-list {
		display: none;
	}

	.catalog__list.show2 {
		display: block;
		overflow: auto;
		z-index: 16;
	}

	.sticky-index {
		z-index: 44;
	}

	.catalog:hover .catalog__list {
		display: none;
	}

	.catalog:hover .catalog__head {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.touch-title {
		position: absolute;
		top: 18px;
		left: 50%;
		-webkit-transform: translate(-50%, 0px);
		    -ms-transform: translate(-50%, 0px);
		        transform: translate(-50%, 0px);
		font-size: 18px;
		font-weight: 500;
		z-index: 21;
	}

	.arrow-back {
		display: none;
		width: 0;
		height: 0;
		border-right: 18px solid black;
		border-top: 18px solid transparent;
		border-bottom: 15px solid transparent;
		position: fixed;
		top: 12px;
		left: 12px;
		z-index: 29;
	}

	.arrow-back.show {
		display: block;
	}

	body.scroll {
		overflow: hidden;
	}
}
.hiddenx {
	display: none;
}

.catalog__list.sub2.show2 {
	display: block;
}

.first-section {
	padding: 160px 0px 0px 0px;
}
.first-section .container {
	background-color: #f7b4b4;
	height: 500px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 40px;
}

.second-section .container {
	background-color: #b4f7c5;
	height: 500px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 40px;
}

.popup1 {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 460px;
	background-color: #fff;
	padding: 20px 50px 50px;
}
.popup1__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}
.popup1__title {
	font-size: 24px;
	font-weight: 700;
}
.popup1__close {
	width: 20px;
	height: 20px;
}
.popup1__close:hover .popup1__close-item::after,
.popup1__close:hover .popup1__close-item::before {
	background-color: orange;
}
.popup1__sub-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
}
.popup1__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	margin: 0px 0px 30px 0px;
}
.popup1__buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.popup1__buttons a {
	display: inline-block;
}
.popup1__close-item {
	position: relative;
	width: 100%;
	height: 100%;
}
.popup1__close-item:before {
	content: "";
	height: 2px;
	width: 14px;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popup1__close-item::after {
	content: "";
	height: 2px;
	width: 14px;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.popup1 .pop-card {
	width: 100%;
}
.popup1 .pop-card__item {
	width: 100%;
	height: 70px;
	border: 2px solid #ebebeb;
	border-radius: 12px;
	margin: 0px 0px 20px 0px;
}
.popup1 .quick {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border: 1px solid black;
	border-radius: 20px;
	padding: 10px 30px;
}
.popup1 .quick:hover {
	color: orange;
}
.popup1 .regular {
	font-size: 16px;
	font-weight: 600;
	color: white;
	background-color: black;
	border: 1px solid black;
	border-radius: 20px;
	padding: 10px 30px;
}
.popup1 .regular:hover {
	color: orange;
}
.popup1 .line {
	height: 1px;
	width: 100%;
	background-color: #ebebeb;
	margin: 5px 0;
}

.popup1.open {
	display: block;
}

@media (max-width: 769.98px) {
	.wrapper {
		padding: 0;
	}

	.first-section {
		padding: 56px 0px 0px 0px;
	}

	.popup1 {
		overflow: auto;
		display: none;
		position: fixed;
		z-index: 30;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 20px;
	}
	.popup1__close {
		width: 40px;
		height: 40px;
	}
	.popup1__close:hover .popup1__close-item::after,
.popup1__close:hover .popup1__close-item::before {
		background-color: orange;
	}
	.popup1__sub-total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 16px;
		font-weight: 500;
		color: #666666;
	}
	.popup1__total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 16px;
		font-weight: 500;
		color: #666666;
		margin: 0px 0px 40px 0px;
	}
	.popup1__buttons {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.popup1__buttons a {
		display: inline-block;
	}
	.popup1__close-item {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.popup1__close-item:before {
		content: "";
		height: 2px;
		width: 22px;
		background-color: #000;
		position: absolute;
		top: 15px;
		left: 15px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.popup1__close-item::after {
		content: "";
		height: 2px;
		width: 22px;
		background-color: #000;
		position: absolute;
		top: 15px;
		left: 15px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.popup1 .pop-card {
		width: 100%;
	}
	.popup1 .pop-card__item {
		width: 100%;
		height: 70px;
		border: 2px solid #ebebeb;
		border-radius: 12px;
		margin: 0px 0px 20px 0px;
	}
	.popup1 .quick {
		font-size: 16px;
		font-weight: 600;
		color: #000;
		border: 1px solid black;
		border-radius: 20px;
		padding: 10px 10px;
	}
	.popup1 .quick:hover {
		color: orange;
	}
	.popup1 .regular {
		font-size: 16px;
		font-weight: 600;
		color: white;
		background-color: black;
		border: 1px solid black;
		border-radius: 20px;
		padding: 10px 10px;
	}
	.popup1 .regular:hover {
		color: orange;
	}
	.popup1 .line {
		height: 1px;
		width: 100%;
		background-color: #ebebeb;
		margin: 5px 0;
	}
}