@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:500&display=swap&subset=cyrillic-ext);
@font-face {
	font-family: Gilroy-Bold;
	font-display: swap;
	src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy-Medium;
	font-display: swap;
	src: url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy-SemiBold;
	font-display: swap;
	src: url(../fonts/Gilroy-SemiBold.woff2) format("woff2"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy-Regular;
	font-display: swap;
	src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
	border: 0
}
.d-flex {display: flex !important;}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

html {
	font-size: 16px
}

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

body {
    padding: 0 20px;
	line-height: 1;
	font-family: Rubik;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

button,
input,
textarea {
	font-family: Rubik;
	font-size: inherit
}

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

button {
	cursor: pointer;
	background-color: inherit
}

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 {
	color: #000
}

body._lock {
	overflow: hidden
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	/* overflow: hidden; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

._container {
	max-width: 1520px;
	margin: 0 auto
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 0
}

.button._fw {
	width: 100%
}

.select {
	position: relative
}

.select__item {
	position: relative
}

.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.select__value span {
	height: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.select__value:before {
	content: "";
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 11px;
	height: 7px;
	background: url(../img/icons/select.svg) center/100% no-repeat
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%
}

.select__options {
	color: #000;
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border-top: 0;
	border: 1px solid #d9d9d9;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0 5px 0
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0
}

.select._active {
	z-index: 5
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.select._active .select__options {
	display: block
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.first-user__line input {
    width: 100%;
    border: 2px solid #f2790f;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #bbb;
    margin-top: 5px;
}
.first-user__line input.email_cabinet {
    max-width: 560px;
}
.first-user__info.requaered input {
    background-color: rgba(225, 120, 120,0.22);
}
input:disabled {
    background-color: unset;
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 0
}

.input {
	display: block;
	padding: 0 20px
}

.input._focus {
	border: 2px solid #000;
	color: #000
}

.input._error {
	border: 1px solid red;
	color: red
}

textarea.input {
	resize: none;
	padding: 0 0
}

.checkbox {
	position: relative
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.checkbox__input:checked+.checkbox__text:before {
	background: #fff url(../img/icons/check.svg) center no-repeat
}

.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.3px;
	line-height: 1.25;
	cursor: pointer
}

.checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #a7a9ac
}

.checkbox a {
	color: #fff;
	text-decoration: underline
}

.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.options__item {
	position: relative;
	cursor: pointer
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden
}

.options__input:checked+.options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.3px;
	line-height: 1.25
}

.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac
}

.options__text:after {
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 40px;
	line-height: .75;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s
}

.rating.rating_sending {
	opacity: .2
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
	cursor: pointer
}

.rating__body {
	position: relative
}

.rating__body::before {
	content: "★★★★★";
	display: block
}

.rating__active {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.rating__active::before {
	content: "★★★★★";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffd300
}

.rating__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.rating__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	height: 100%;
	opacity: 0
}

.rating__value {
	font-size: 50%;
	line-height: 1;
	padding: 0 0 0 10px
}

.quantity {
	width: 88px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer
}

.quantity__button::after,
.quantity__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin: 0 0 0 -4.5px;
	background-color: #a6a6a6;
	width: 9px;
	height: 1px
}

.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.quantity__input input {
	height: 100%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f2790f;
	border: 1px solid transparent;
	height: 43px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 15px;
	min-width: 80px;
	color: #fff;
	-webkit-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s
}

.form__btn {
	width: 50%;
	height: 75px;
	padding: 0 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 600;
	background: #e97e00;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.form__btn_w {
	background: #fff;
	border: 2px solid #e97e00;
	color: #e97e00
}

.page__title {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #cbcbcb;
	font-family: Rubik;
	font-weight: 500;
	font-size: 36px;
	line-height: 119.4444444444%;
	position: relative
}
/*Typography*/
.__text_h2 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 122%;
    margin-bottom: 1rem;
}
.__text_h3 {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 120%;
    margin-bottom: 0.8rem;
}
.__text_desc {
    margin: 1.2rem 0;
}
.__text_paragraph {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 150%;
    padding-left: 1rem;
}
.__text_title {
    font-size: 1.3rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #cb6e00;
}
ul.__text_list {
    padding-left: 2rem;
    line-height: 150%;
    font-size: 1rem;
    list-style: disc;
    margin-bottom: 2rem;
}
ul.__text_list li {
    list-style: disc;
}
/*END Typography*/
.cart__title {
    padding-top: 10px;
    margin-left: 10px;
}
.order-sucsess {
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}
.order-sucsess svg {
    width: 40px;
    fill: #67bc67;
}
.order-sucsess .order-title {
    font-size: 2rem;
    margin-left: 10px;
    font-weight: 600;
}



.__sep {
    margin-left: 6px;
    margin-right: 6px;
}

.__breadcrumbs {
    
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.__breadcrumbs span a {
    color: #f2790f;
}
.__breadcrumbs span a:hover {
    color: #874000;
    transition: 0.3s all;
}
.__breadcrumbs span a:not(:hover) {
    color: #f2790f;
    transition: 0.3s all;
}
.__breadcrumbs span.active {
    color: #B1B1B1;
}

.mini-cart__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mini-cart__body {
	padding: 0 0 30px 0;
	width: 825px;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.mini-cart__body._show {
	display: block
}

.body-mini-cart__header {
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	color: #aaa;
	font-size: 24px
}

.body-mini-cart__title {
	font-size: 24px;
	line-height: 108.3333333333%;
	line-height: 116.6666666667%;
	font-weight: 500;
	color: #000
}

.body-mini-cart__wait {
	font-size: 18px;
	line-height: 116.6666666667%;
	font-weight: 500;
	color: #000
}

.body-mini-cart__table {
	width: 100%;
	border-collapse: collapse;
	font-family: Montserrat
}

.body-mini-cart__table tr {
	border-bottom: 1px solid #f2790f
}

.body-mini-cart__table tr:first-child {
	border: none
}

.body-mini-cart__table tr:last-child {
	border: none
}

.body-mini-cart__table td {
	text-align: center
}

.body-mini-cart__table th {
	padding: 10px 0;
	background: #f9f9f9;
	font-size: 14px;
	line-height: 121.4285714286%
}

.body-mini-cart__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 15px 0 15px 30px
}

.body-mini-cart__image {
	width: 90px;
	padding: 0 0 15% 0
}

.body-mini-cart__name {
	max-width: 115px;
	font-size: 9px;
	line-height: 122.2222222222%;
	font-weight: 700;
	color: #f2790f;
	text-align: left
}

.body-mini-cart__rrc {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 500;
	color: #bebebe
}

.body-mini-cart__price {
	font-family: Rubik;
	font-size: 22px;
	line-height: 118.1818181818%;
	font-weight: 500;
	color: #f2790f
}

.body-mini-cart__number {
	font-family: Rubik;
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 500
}

.body-mini-cart__btn {
	margin: 5px 0 0 0;
	height: 34px;
	width: 127px;
	border-radius: 15px;
	font-size: 12px;
}

.mobile-bottom-menu {
	display: none
}

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

.rub:after {
	content: "₽"
}

ol.counter {
	list-style-type: none;
	counter-reset: item
}

ol.counter li {
	position: relative;
	padding: 0 0 0 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;
	border-radius: 13px;
}
.body-sixth-user-item__left ._ibg img { 
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
    max-width: 81px;
    margin-top: 5px;
}
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 embed,
._video iframe,
._video object,
._video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
	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
}

._more-content {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	overflow: hidden
}

._more-link {
	cursor: pointer
}

._more-link span {
	font-style: normal
}

._more-link span:first-child {
	display: block
}

._more-link span:last-child {
	display: none
}

._more-link._active span {
	font-style: normal
}

._more-link._active span:first-child {
	display: none
}

._more-link._active span:last-child {
	display: block
}

#map {
	background: url(../img/icons/loading.gif) center/50px no-repeat
}

._swiper {
	overflow: hidden
}

._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

._swiper.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

._swiper.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
	display: none !important
}

._tabs-block {
	/*display: none*/
}

._tabs-block._active {
	display: block
}

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

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

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000
}

._custom-scroll__line {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility .8s ease 0s;
	-o-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	z-index: 9999999
}

.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s
}

.popup.show {
	visibility: visible;
	overflow: auto
}

.popup.show::before {
	opacity: 1
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup._active {
	overflow: auto;
	visibility: visible
}

.popup._active::before {
	opacity: 1
}

.popup._active .popup__body {
	-webkit-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

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

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #fff;
	padding: 50px;
	width: 100%;
	max-width: 800px
}

.popup__close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
	z-index: 30;
	background: url(../img/icons/close.svg) 0 0 no-repeat
}

.popup__body {
	max-width: 756px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 35px;
	padding: 37px 98px 24px 98px
}

.popup__title {
	margin: 0 0 20px 0;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 36px;
	line-height: 130.5555555556%;
	color: #da7702;
	text-align: center
}

.popup__form {
	max-width: 560px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.popup__form .form__error {
	display: none
}

.popup__label {
	margin: 0 0 11px 0;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 120.8333333333%;
	color: #faad53
}

.popup__input {
	width: 100%;
	height: 46px;
	margin: 0 0 10px 0;
	border: 1px solid #e8e7e7;
	border-radius: 20px;
	font-size: 13px;
	line-height: 115.3846153846%;
	color: #a6a6a6;
	text-align: center
}

.popup__forgot {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 120%;
	color: #d37200
}

.popup__btn {
	margin: 17px 0;
	padding: 0 40px;
	height: 48px;
	border-radius: 20px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 24px;
	line-height: 120.8333333333%;
	color: #fff
}

.popup__checkbox {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 10px;
	line-height: 120%
}

.popup__checkbox .checkbox__input:checked+.checkbox__text:before {
	border: 1px solid #ff8a00;
	background: #ff8a00 url(../img/icons/checkbox-check.svg) center no-repeat
}

.popup__line {
	margin: 10px 0 0 0;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 122.2222222222%
}

.popup__text {
	margin: 0 7px 0 0
}
#oneClick_modal .modal-content {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 35px;
    padding: 37px 98px 24px 98px;
}

#oneClick_modal .modal-close {
    opacity: 1;
}
#oneClick_body .msoc_product_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 18px;
    border: 1px solid #e97e00;
    padding: 5px;
    margin-bottom: 1rem;
}
#oneClick_body .msoc_product_line_pagetitle {
    color: #f2790f;
}

#oneClick_body .msoc_product_line_image {
    position: relative;
    width: 120px;
    text-align: center;
}
#oneClick_body .msoc_product_line_image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 0;
}
#oneClick_body  .msoc_product_line_pagetitle {
    margin-left: 0;
    padding: 0;
}
#oneClick_body  .msoc_product_line_count {
    width: auto;
    text-align: center;
}
#oneClick_body .forder-popup__price {
    text-align: center;
}
.small {
    font-size: small;
}

#oneClick_body .quantity-info-card__label {
    margin: 0;
    margin-bottom: 5px;
}
#oneClick_body .count-field {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#oneClick_body .popup__form {
    max-width: 100%;
}
#oneClick_body .msoneclick_form-label {
    float: none;
    width: 100%;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 5px;
}
#oneClick_body  .msoneclick_form-field {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
}
#oneClick_body .msoneclick_form-field input {
    width: 100%;
    height: 46px;
    margin: 0 0 10px 0;
    border: 1px solid #e8e7e7;
    border-radius: 20px;
    font-size: 13px;
    line-height: 115.3846153846%;
    color: #a6a6a6;
    text-align: center;
}
#oneClick_body .msoneclick_form .invalid.errorNotic {
    left: 510px !important;
}
#oneClick_body .errorNotic {
    background: rgb(250 173 83) none repeat scroll 0 0;
}
#oneClick_body .errorNotic:after {
    border-right: 4px solid rgb(250 173 83);
}



@media (min-width: 1200px) {
    #oneClick_modal .modal-xl {
        max-width: 900px;
    }
    #oneClick_modal .modal-dialog {
        width: 900px;
    }
}
.popup__link {
	font-weight: 700;
	color: #faad53
}

.header__logo_mobile {
	display: none
}

.top-header {
	border-bottom: 1px solid #cbcbcb
}

.top-header__container {
	padding: 13px 12px 13px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-header__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 575px;
	flex: 0 0 575px
}

.top-header__phone {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 144px;
	flex: 0 0 144px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #000;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s
}

.top-header__phone svg {
	width: 15px;
	height: 15px;
	margin: 0 7px 0 0
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu__body {
	width: 100%
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu__link {
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #000;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s
}

.icon-menu {
	display: none
}

.bottom-header__container {
	padding: 13px 12px 13px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
}

.bottom-header__logo img {
	width: 100%
}
.bottom-header__logo_block {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 15px;
    border-radius: 18px;
    background: linear-gradient(0deg,#f2790f,#ffa200);
}
.bottom-header__logo_block img {
    width: 130px;
}
.catalog_menu {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 18px;
    background: hsla(0,0%,100%,.09);
    box-shadow: 0 6px 8px rgb(89 16 0 / 8%);
    margin-left: 77px;
}
.catalog_menu.open {
    background-color: #fe8e2c;
}
.toggle__icon {
    position: relative;
    display: flex;
    width: 19px;
    height: 2px;
    margin-right: 10px;
    background-color: #fff;
    transition: all 0.3s;
}
.toggle__icon:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    top: -5px;
    background-color: #fff;
    transition: all 0.3s;
}
.toggle__icon:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    top: 5px;
    background-color: #fff;
    transition: all 0.3s;
}
.catalog_menu.open .toggle__icon {
    background-color: transparent;
}
.catalog_menu.open .toggle__icon:before {
    width: 10px;
    top: 1px;
    left: 1px;
    transform: rotate(45deg);
}
.catalog_menu.open .toggle__icon:after {
    width: 10px;
    top: 1px;
    right: 2px;
    transform: rotate(-45deg);
}
.bg_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg_loader.loaded {
    background-color: rgb(120 120 120 / 20%);
    z-index: 100;
}
.bottom-header__logo_block.loaded {
    z-index: 120;
}
.catalog__list.loaded {
    z-index: 120;
    min-height: 450px;
}

.catalog_menu.open .catalog__icon svg {
    display: block;
}
.catalog_menu.open .catalog__icon {
    background: none;
}
.bottom-header__search {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 596px;
	flex: 0 0 516px
}

.additional-header {
	display: none
}

.additional-header__city {
	width: 30px;
	height: 30px;
	background: url(../img/icons/map-point.svg) center/cover no-repeat
}

.search-header {
	padding: 0 5px 0 10px;
	height: 46px;
	background: rgba(0, 0, 0, .0001);
	border: 1px solid #e8e7e7;
	border-radius: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.search-header__input {
	font-family: Rubik;
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #a6a6a6;
	padding: 0 10px;
	width: calc(100% - 35px);
}

.search-header__input._focus {
	border: none
}

.search-header__btn {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #f2790f url(../img/icons/search.svg) center no-repeat;
	-webkit-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s
}

.actions-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px
}

.actions-header__link {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.actions-header__link svg {
	width: 24px;
	height: 21px
}

.actions-header__cart svg {
	height: 23px
}

.actions-header__cart svg:nth-child(2) {
	display: none
}

.actions-header__btn {
	padding: 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 18px
}

.actions-header__btn svg {
	width: 21px;
	height: 21px;
	margin: 0 5px 0 0
}

.catalog {
	background: #cb6e00;
	padding: 13px 0;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog__container {
	width: 100%
}

.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    transition: all 0.3s;
    position: relative;
    padding: 10px 8px 20px 8px;
    background-color: #fff;
    width: 365px;
}
.catalog__list.open {
    
}
.arrow-right {
    position: absolute;
    top: 0;
    right: 20px;
}
.arrow-right:before {
    content: "";
    width: 10px;
    position: absolute;
    height: 2px;
    background-color: #333;
    transform: rotate(45deg);
    top: 12px;
    right: 0;
}
.arrow-right:after {
    content: "";
    width: 10px;
    position: absolute;
    height: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    top: 18px;
    right: 0;
}
.catalog__item.hovered .arrow-right:before {
    background-color: #fff;
}

.catalog__item.hovered .arrow-right:after {
    background-color: #fff;
}




.catalog__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

._no-webp .catalog__icon {
	background: url(../img/icons/list.png) center no-repeat
}

.catalog__icon {
	width: 24px;
	height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 4px 0 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.catalog__icon svg {
	display: none;
	width: 12px;
	height: 9px;
	fill: transparent;
	stroke: #fff;
	stroke-width: 3px
}

.catalog__item {
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
	align-items: center;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.catalog__item a {
	font-size: 16px;
    color: #333;
    font-weight: 300;
}
.catalog__item.hovered a {
    color: #fff;
}
.catalog__item:not(:hover) .subcatalog__item a {
    color: #1f1f1f;
}
.catalog__item .subcatalog__item a {
    color: #1f1f1f;
}
.subcatalog {
	z-index: 10009
}
.catalog__subcatalog {
    background-color: #fff;
}
.subcatalog__item {
    min-width: 236px;
    font-family: Rubik;
    font-size: 16px;
    line-height: 118.75%;
    -webkit-transition: background .3s ease 0s;
    -o-transition: background .3s ease 0s;
    transition: background .3s ease 0s;
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 24px;
}

.catalog__item:first-child .subcatalog__item:last-child {
	color: #a4200e
}

.subcatalog__item._active {
	background: #e97e00;
	color: #fff
}

.subcatalog__item:not(:last-child) {
	/*margin: 0 0 8px 0*/
}

.sub-subcatalog {
	border-left: 1px solid #cbcbcb;
	position: absolute;
	height: 100%;
	top: 0;
	left: 100%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background: #fff;
	color: #000;
	overflow: auto
}

.subcatalog__item:hover>.sub-subcatalog {
	opacity: 1;
	visibility: visible
}

.sub-subcatalog__title {
	display: block;
	margin: 0 0 19px 10px;
	font-weight: 500;
	line-height: 118.75%
}

.sub-subcatalog__item {
	min-width: 236px;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
	font-size: 15px;
	line-height: 120%;
	font-weight: 400
}

.sub-subcatalog__item:not(:last-child) {
	margin: 0 0 8px 0
}
.page .cart {
    padding-bottom: 2em;
}
.cart .delivery-type-single_site-style {
    display: none;
}
#eShopLogisticStatic .app-container {
    overflow-y: initial;
}
.top-footer {
	padding: 0 0 40px 0
}
.top-footer__container {
    border-top: 1px solid #cbcbcb;
    padding-top: 40px!important;
    margin-top: 40px;
}
.top-footer__container {
	padding: 0 12px;
	max-width: 1520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.top-footer__body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 690px;
	flex: 0 0 690px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 70px 0 0
}

.top-footer__title {
	font-weight: 500;
	font-size: 19px;
	line-height: 121.0526315789%;
	margin: 0 0 22px 0
}

.top-footer__item:not(:last-child) {
	margin: 0 0 15px 0
}

.top-footer__link {
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #a6a6a6
}

.contacts-footer__link {
	width: 100%;
	display: inline-block;
	padding: 0 0 0 22px;
	font-size: 15px;
	line-height: 120%;
	color: #000
}

.contacts-footer__link_phone {
	font-weight: 500;
	font-size: 14px;
	line-height: 121.4285714286%;
	background: url(../img/icons/phone.svg) left no-repeat;
	margin: 0 0 14px 0
}

.socials-footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.socials-footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e8e7e7;
	border-radius: 50%
}
.socials-footer__link img {
    width: 25px;
}
.socials-footer__link:not(:last-child) {
	margin: 0 10px 0 0
}

.bottom-footer {
	padding: 10px 0
}

.bottom-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #cbcbcb;
	padding: 17px 12px
}

.bottom-footer__copy {
	font-size: 14px;
	line-height: 121.4285714286%
}
.bottom-footer__copy a {
    color: #247CC6;
}
.bottom-footer__link {
	color: #247cc6
}

.bottom-footer__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bottom-footer__payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 26px 0 0
}

.bottom-footer__payment {
	cursor: pointer
}

.bottom-footer__payment:not(:last-child) {
	margin: 0 14px 0 0
}

.bottom-footer__yandex {
	cursor: pointer
}

/*._no-webp .main {
	background: url(../img/main.jpg) center/cover no-repeat
}*/

.main {
	position: relative
}

.main:before {
	content: "";
	background: rgba(0, 0, 0, .4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: none
}

.main__container {
	padding-top: 216px;
	padding-bottom: 292px;
	position: relative;
}
.main__container.block_menu_main {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.menu_block_nav {
    width: 375px;
    display: flex;
}
.menu_block_nav.menu_hidden {
    display: none;
}
.menu_block_nav.menu_hidden.open {
    position: absolute;
    display: block;
}
.menu_block_nav .submenu {
    position: absolute;
    left: 375px;
    top: 0;
    height: 100%;
    width: 300px;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    overflow-x: hidden;
}
.menu_block_nav .submenu.fixed_nav_menu {
    position: fixed;
    top: 80px;
    background-color: #fff;
    left: 565px;
}
.menu_block_nav .submenu.open {
    background-color: #fff;
    opacity: 1;
    z-index: 120;
}
.submenu .sumbenu__catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sumbenu__catalog .title_catalog {
    margin-bottom: 20px;
    /*margin-right: 50px;*/
    width: 100%;
}
.sumbenu__catalog .title_catalog a {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    transition: all 0.3s;
}
.sumbenu__catalog .title_catalog a:hover {
    color: #f2790f;
    transition: all 0.3s;
}
.sumbenu__catalog .sumbenu_category {
    padding-top: 10px;
}
.sumbenu__catalog .sumbenu_category li {
    margin-bottom: 5px;
}
.sumbenu__catalog .sumbenu_category li a {
    font-size: 14px;
    color: #333;
    font-weight: 100;
    transition: all 0.3s;
}
.sumbenu__catalog .sumbenu_category li a:hover {
    color: #f2790f;
    transition: all 0.3s;
}


.category__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.category__menu::-webkit-scrollbar-track {
    background-color: #EEE !important;
}
.category__menu::-webkit-scrollbar {
    height: 8px !important;
    background-color: #14386 !important;
}
.category__menu::-webkit-scrollbar-thumb {
    background-color: #9d9da5 !important;
    border-radius: 10px !important;
}
.page_catalog_body_block {
	width: 100%;
	overflow-x: hidden;
}
@media (max-width: 1575px) {
    .category__menu {
        margin-bottom: 20px;
    	padding-bottom: 5px;
    	-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	/* width: calc(100vw - 50px); */
    	width: 100%;
    	overflow-x: auto;
    }
    .category__menu .category__menu_item a {
        padding: 10px;
    }
    .category__menu .category__menu_item {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 100%;
	    white-space: nowrap;
    }
}

/* .category__menu .category__menu_item {
    margin-right: 20px;
    margin-bottom: 20px;
} */
.category__menu .category__menu_item a {
    padding: 10px;
    color: #333;
    border: 1px solid #f2790f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    transition: all 0.3s;
    flex-direction: column;
    height: 100%;
}
.category__menu .category__menu_item img {
    width: 50px;
}
.category__menu .category__menu_item span {
    margin-bottom: 10px;
}
.category__menu .category__menu_item a:hover {
    color: #fff;
    background-color: #f2790f;
}
.category__menu .category__menu_item._active a {
    color: #fff;
    background-color: #f2790f;
}
.catalog__list > .preloader-catalog {
    height: 32px;
}
.preloader-catalog {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    height: 30px;
    max-width: 290px;
    width: 290px;
}
.preloader-catalog__title {
    background: #eaf0f2;
    border-radius: 8px;
    height: 10px;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.preloader-catalog__title:after {
    animation: progress 2s linear infinite;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 0 5px 10px hsl(0deg 0% 100% / 60%);
    content: "";
    height: 100%;
    position: absolute;
    width: 30%;
}
@keyframes progress{
    0% {
        left:0;transform:translateX(-100%)
    } to {
        left:100%;transform:translateX(0)
    }
}





.slider-main__slide {
	position: relative;
}
.slider-main {
    width: calc(100% - 375px);
    position: relative;
    /* height: 311px */
}
.slider-main__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-main__title {
	font-weight: 500;
	font-size: 45px;
	line-height: 117.7777777778%;
	color: #fff
}

.slider-main__subtitle {
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	margin: 0 0 20px 0
}

.slider-main__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	width: 202px;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase
}

.slider-main__btn svg {
	width: 7px;
	height: 11px;
	margin: 0 0 0 9px
}

.slider-main__arrow {
	position: absolute;
	background: #d0cfcf;
	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;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.slider-main__arrow svg {
	width: 7px;
	height: 24px;
	position: relative
}

.slider-main__arrow_prev {
	left: 20px
}

.slider-main__arrow_next {
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	transform: translate(0, -50%) rotate(-180deg)
}

.bikes {
	padding-top: 39px;
	padding-botom: 39px
}

.bikes__wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	border-bottom: 1px solid #cbcbcb;
	gap: 40px
}

.item-bike {
	padding: 0 0 18px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.item-bike:after {
	content: "";
	background: #e97e00;
	position: absolute;
	width: 150px;
	height: 3px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden
}

.item-bike__image {
	margin: 0 0 25px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 174px;
	flex: 0 0 174px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.item-bike__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-family: Oswald;
	font-weight: 500;
	line-height: 150%;
	color: #000
}

.sales {
	padding-bottom: 60px;
	position: relative
}

.sales__container {
	max-width: 1592px;
	padding: 0 12px
}

.sales__title {
	max-width: 1520px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #cbcbcb;
	font-family: Oswald;
	font-weight: 500;
	font-size: 19px;
	line-height: 147.3684210526%
}

.sales__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -20px
}
.col-md-9 {
    flex: 0 0 auto;
    width: 75%;
    display: flex;
    flex-direction: column;
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
.__cart-widget {
    margin-left: auto;
    padding: 2em;
    max-width: 360px;
    width: 100%;
    -webkit-box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
    box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
    border-radius: 25px;
    background: #fff;
    border: 1px solid #cbcbcb;
}
.__cart-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.__order-steps p {
    padding: 10px;
	border-bottom: 1px solid #CBCBCB;
	font-weight: 600;
	color: #fff;
	background-color: #f2790f;
	border-radius: 10px 10px 0 0;
}
.__payout-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.__payout-item img {
    /* width: 230px; */
    /* height: 139px; */
    background: #fff;
    border-radius: 7px;
    padding: 12px;
    transition: .2s;
}
.__payout-item:hover img {
    background: #F2790F;
    border-radius: 7px;
    padding: 12px;
    transition: .2s;
}
.__payout-item img {
    width: 230px;
	cursor: pointer;
}
.__delivery-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.cart .custom-checkbox span {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(216, 216, 216);
}
.cart .custom-checkbox input {
    display: none;
}
.cart .custom-checkbox img {
    border-radius: 7px;
    background: transparent;
    padding: 7px 2px 2px 7px;
    transition: all 0.2s ease 0s;
    max-width: 200px;
}
.cart .custom-checkbox span:hover img {
    background: rgb(242, 121, 15);
    transition: all 0.2s ease 0s;
}
.cart .custom-checkbox input:checked + span {
    border-bottom: 2px solid rgba(242, 121, 15);
}
.cart .custom-checkbox input:checked ~ span img {
    background: rgb(242, 121, 15);
    border-radius: 7px;
    padding: 7px 2px 2px 7px;
    transition: all 0.2s ease 0s;
}









h3.cart-total-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cart-total-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total-title {
    padding: .3em 0;
}

.cart-total-title span:first-child {
    font-size: 14px;
}

.__btns {
    border-bottom: 1px solid #CBCBCB;
    padding-top: 0;
    padding-bottom: 1em;
}
.cart-total-title-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 2;
    align-items: center;
}
a.__more-detail {
    color: #000;
    border-bottom: 1px dotted;
}
.cart-total-title-head {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: .8em;
}
a.btn__order {
    width: 100%;
    background: #f2790f;
    padding: .7em 1em;
    margin: .5em 0;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
button.btn__order {
    width: 100%;
    background: #f2790f;
    padding: .7em 1em;
    margin: .5em 0;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a.btn__order:hover {
    background: #b75903;
}
button.btn__order:hover {
    background: #b75903;
}
a.btn__order-fast {
    background: #fff;
    padding: 0.7em 1em;
    margin: 0.5em 0;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    color: #7A7A7A;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    white-space: nowrap;
    border: 2px solid #7A7A7A;
}

a.btn__order-fast:hover {
    background: #fbfbfb;
}

.divtablerowmain.d-flex {
    align-items: center;
    justify-content: space-between;
}
.divtablerow.d-flex {
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #CBCBCB;
    padding: 12px 0;
}
.divtablerowmain {
    padding-top: 27px;
}
.divtablecell.name {
    display: flex;
    align-items: center;
    max-width: 400px;
}
.divtablecell.name a {
    color: #f2790f;
}
.divtablecell.name span {
    min-width: 200px;
}
@media(max-width:370px) {
    .divtablecell.name span {
        min-width: unset;
    }
}
.cart__counter {
    justify-content: space-between;
    background: #F3F3F3;
    padding: 18px;
}

.cart__sucsess .count {
    background: #f3f3f3;
    font-size: 24px;
    line-height: 120.8333333333%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
p.__subtitl {
    text-align: center;
    letter-spacing: 0.1em;
    color: #D4D4D4;
    padding-top: 5px;
}
.divtablerowbtm {
    padding-top: 43px;
}
input.__promo-key {
    border: 1px solid #CACACA;
    padding: 1em;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    font-size: 14px;
}

p.__subtitl-promo {
    text-transform: uppercase;
    color: #B1B1B1;
    margin-top: 10px;
    font-size: 14px;
}
span#__cart-price {
    color: #F2790F;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
}
input.promo {
    width: 250px;
    border: 1px solid #CACACA;
    padding: 1em;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

input.promo::placeholder {
  color: #B0B0B0;
}
.divtablerowbtm.d-flex {
    align-items: baseline;
    justify-content: space-between;
}

span#__total {
    font-weight: 700;
    font-size: 20px;
    padding-right: 50px;
}

span#__total-price {
    color: #F2790F;
    font-weight: 700;
    font-size: 24px;
}
.divtablecell.name img {
    margin-right: 1em;
    max-width: 200px;
    height: 128px;
    width: 200px;
    object-fit: cover;
}

span#__cart-item-name {
    font-weight: 600;
}
input.counter-input {
    text-align: center;
    width: 100px;
    background: transparent;
}
.divtablerow.d-flex .divtablecell:last-child {
    margin-right: 1em;
}

.divtablerow.d-flex .divtablecell:first-child {
    width: 350px;
}
.sales__actions {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	height: 110px;
	right: 0;
	top: 350px;
	z-index: 99999
}
.__order-steps h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0;
}
.__inputs input {
    border: 1px solid #CACACA;
    border-radius: 15px;
    padding: .8em;
    width: 100%;
    margin-bottom: 20px;
}
.__order-steps textarea {
    border: 1px solid #CACACA;
    border-radius: 15px;
    padding: 0.8em;
    width: 100%;
    resize: none;
}
.col-md-6 {
    width: 50%;
}

.__inputs {gap: 20px;}

.pr-2 {
    padding-right: 2em;
}
.sales__actions._show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sales__action {
	background: #e5e5e5;
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer
}

.sales__action svg {
	width: 30px;
	height: 26px;
	fill: #000
}

.sales__action_favorite {
	padding: 15px 0
}

.sales__action_favorite svg {
	width: 28px;
	height: 25px
}

.item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 10px;
	position: relative
}

.item__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 16px;
	height: 100%;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #cbcbcb;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 12px 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.item__info_show {
	display: none;
	opacity: 0;
	visibility: hidden
}

.item__info_hide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
	align-items: center;
}

.item__is {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 115.3846153846%;
	margin: 10px 0;
}

.item__is svg {
	width: 12px;
	height: 9px;
	margin: 0 6px 0 0
}

.item__article {
    font-size: 13px;
    line-height: 120%;
    color: #b9b9b9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item__image {
	width: 100%;
	padding: 0 0 71% 0;
	margin: 0 0 18px 0;
	border-radius: 13px;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.item__image:before {
	content: "";
	background: #f2790f;
	border-radius: 13px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 4px;
	left: 5px;
	opacity: 0;
	visibility: hidden
}

.item__title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	height: 33px;
	color: #404040;
	text-align: center;
	margin: 0 0 8px 0;
	overflow: hidden;
}

.item__title a {
	color: #000;
	word-break: break-word;
}
.item:hover .item__title a {
    color: #404040;
}

.item__wrap {
	margin: 0 0 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px
}

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

.item__reviews {
	font-size: 11px;
	line-height: 125%;
	color: #898989
}

.item__reviews span {
	color: #f2790f
}

.item__star:not(:last-child) {
	margin: 0 4px 0 0
}

.item__star.full svg {
	fill: #f2790f;
	stroke: #f2790f
}

.item__star svg {
	width: 14px;
	height: 14px;
	stroke: rgba(0, 0, 0, .2);
	fill: transparent
}

.item__star svg path:nth-of-type(2) {
	fill: #f2790f
}

.item__table {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	display: none;
	opacity: 0;
	visibility: hidden
}
.item__block__cost {
	margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.item__cost {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 32px;
	line-height: 118.75%;
	color: #f2790f;
	text-align: center;
}
.ms2_product .item__cost.old_price {
    font-size: 16px;
    color: #cbcbcb;
    order: -1;
}
.item__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.item__cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	height: 42px;
	border: 2px solid #f2790f;
	border-radius: 6px
}

.item__cart span {
	display: none
}

.item__cart svg {
	width: 26px;
	height: 26px;
	fill: #f2790f
}

.item__more {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 6px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f2790f;
	border-radius: 6px;
	font-size: 12px;
	line-height: 121.4285714286%;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.item__more svg {
	width: 12px;
	height: 10px;
	margin: 0 6px 0 0
}

.item__favorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	height: 42px;
	border: 2px solid #f2790f;
	border-radius: 6px
}

.item__favorite svg {
	width: 26px;
	height: 26px;
	fill: #f2790f
}
.item__favorite.voted svg {
	fill: #ffffff
}
.item__favorite.voted{
    background: #e97e00;
}
.table-item {
	width: 100%;
	margin: 0 0 20px 0
}

.table-item__caption {
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 118.1818181818%;
	color: #898989
}

.table-item__data {
	text-align: right;
	font-size: 13px;
	line-height: 115.3846153846%;
	color: #f2790f
}

.about {
	padding-bottom: 83px
}

.about__title {
	max-width: 772px;
	border-bottom: 1px solid #f70;
	margin-bottom: 35px;
	font-family: Oswald;
	font-weight: 500;
	font-size: 36px;
	line-height: 147.2222222222%;
	padding: 0 0 15px 0
}

.about p {
	max-width: 1200px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 120%
}

.about__btn {
	width: 158px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase
}

.about__btn svg {
	width: 7px;
	height: 11px;
	margin: 0 0 0 9px
}

.map__title {
	max-width: 772px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 35px;
	font-family: Oswald;
	font-weight: 500;
	font-size: 36px;
	line-height: 147.2222222222%;
	padding: 0 0 15px 0
}

#map {
	width: 100%;
	height: 402px;
	background: url(../img/icons/loading.gif) center no-repeat
}

.ymaps-2-1-79-map-copyrights-promo {
	display: none !important
}

.ymaps-2-1-79-copyright__wrap {
	display: none !important
}

.page-catalog {
	padding-top: 35px;
	padding-bottom: 65px
}

.page-catalog__body {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
}

.page-catalog .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 295px;
    width: 100%;
}
.page-catalog .item.disabled_card {
    opacity: 0.5;
}
.page-catalog .item__wrapper {
	padding: 30px 10px
}

.filter-page-catalog {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 214px;
	flex: 0 0 214px;
	margin: 0 40px 0 0
}

.filter-page-catalog__btn {
	display: none
}

.filter-page-catalog__block:not(:last-child) {
	margin: 0 0 26px 0
}

.block-filter-page-catalog__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 18px;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
	border: 1px solid #cbcbcb
}

.block-filter-page-catalog__title svg {
	height: 9px;
	width: 15px;
	stroke: #000;
	fill: transparent;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.block-filter-page-catalog__title a {
    color: black;
}
.block-filter-page-catalog__title._active {
	background: #f2790f;
	color: #fff;
	border: 1px solid #f2790f
}

.block-filter-page-catalog__title._active svg {
	stroke: #fff;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.block-filter-page-catalog__title_static {
	background: #f2790f;
	color: #fff
}

.block-filter-page-catalog__body {
	padding: 10px 18px 20px 18px;
	border: 1px solid #cbcbcb
}
.block-filter-page-catalog__body li > .block-filter-page-catalog__body {
    border: none;
    padding: 0;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
}
.block-filter-page-catalog__link {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #000;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.block-filter-page-catalog__link._active {
    font-weight: 600;
    color: #f2790f;
}
.block-filter-page-catalog__link:not(:last-child) {
	margin: 0 0 5px 0
}

.body-filter-page-catalog__title {
	margin: 0 0 12px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%
}

.body-filter-page-catalog .page-catalog .checkbox__input:checked+.checkbox__text:before {
	background: #f2790f;
	border: 1px solid #f2790f
}

.page-catalog .checkbox__input:checked+.checkbox__text:before {
	background: #f2790f;
	border: 1px solid #f2790f
}

.checkbox {
	display: block
}

.checkbox:not(:last-child) {
	margin: 0 0 5px 0
}

.checkbox__text {
	color: #000
}

.card {
	padding-top: 40px
}

.card_2 {
	padding-top: 80px
}

.card_3 {
	padding-top: 80px
}

.card__title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 48px;
	line-height: 122.9166666667%
}

.card_2 .card__title {
	margin: 0 0 5px 0
}

.card__article {
	margin: 0 0 20px 0;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	line-height: 122.2222222222%;
	color: #c8c8c8
}

.card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px
}

.card__body_3 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.card__sliders {
	width: 650px
}

.main-slider-card {
	margin: 0 0 25px 0;
	position: relative
}

.main-slider-card__slide {
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
	padding: 0 0 63% 0
}

.main-slider-card__arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #e97e00;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 210px;
	cursor: pointer
}

.main-slider-card__arrow svg {
	width: 20px;
	height: 11px;
	fill: transparent;
	stroke: #e97e00
}

.main-slider-card__arrow_prev {
	left: -50px;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg)
}

.main-slider-card__arrow_next {
	right: -50px;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg)
}

.main-slider-card__dotts {
	position: relative;
	z-index: 2;
	margin: 25px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	counter-reset: item;
	gap: 15px;
	overflow: auto;
}

.main-slider-card__dotts .swiper-pagination-bullet {
	border: 2px solid #eaeaea;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	cursor: pointer;
	padding: 0 0 20% 0;
	overflow: hidden;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 150px;
}

.info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

.card_2 .info-card__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px 0
}

.card_3 .info-card__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px 0
}

.info-card__prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.info-card__price {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 64px;
	line-height: 121.875%;
	color: #e97e00
}

.info-card__price_old {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 36px;
	line-height: 133.3333333333%;
	color: #bebebe
}

.info-card__price_old span {
	text-decoration: line-through
}

.info-card__rating {
	margin: 0 0 12px 0
}

.info-card__is {
	font-size: 18px
}

.info-card__is svg {
	margin: 0 8px 0 0
}

.info-card__help {
	margin: 0 0 20px 0
}

.options-info-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px
}

.options-info-card__item:not(:last-child) {
	margin: 0 0 22px 0
}

.options-info-card__image {
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.options-info-card__text {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 10px;
	line-height: 120%
}

.options-info-card__data {
	font-weight: 600;
	font-size: 14px
}

.form-info-card {
	margin: 0 0 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card_2 .form-info-card {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.card_3 .form-info-card {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.form-info-card__text {
	margin: 0 0 5px 0;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 10px;
	line-height: 120%;
	color: #c8c8c8
}

.form-info-card__btn {
	width: 100%;
	height: 75px;
	border: 2px solid #e97e00;
	font-family: Montserrat;
	font-size: 24px;
	line-height: 120.8333333333%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.form-info-card__btn_one {
	margin: 0 0 12px 0;
	width: 100%;
	color: #fff;
	background: #e97e00;
	border-bottom: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_one_click {
    width: 100%;
}
.form-info-card__btn_cart {
    /*width: 75px;
	margin: 0 18px 0 0;*/
	width: 100%;
	margin: 15px 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.form-info-card__btn_cart svg {
	width: 45px;
	height: 39px;
	fill: #e97e00
}

.form-info-card__line {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.card_2 .form-info-card__line {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 20px
}

.quantity-info-card {
	margin: 0 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card_2 .quantity-info-card {
	border: 2px solid #e97e00;
	margin: 0 0 25px 0
}

.card_3 .quantity-info-card {
	border: 2px solid #e97e00;
	margin: 0 0 25px 0
}

.quantity-info-card__label {
	margin: 0 15px 0 0;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%
}

.quantity {
	border: 2px solid #f3f3f3
}

.quantity__button {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000
}

.quantity__input input {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000
}

.sizes-form-info-card__title {
	margin: 0 0 10px 0;
	font-family: Montserrat;
	font-size: 30px;
	line-height: 123.3333333333%;
	font-weight: 600
}

.sizes-form-info-card__checkboxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 0 0 25px 0
}

.sizes-form-info-card__checkboxes .checkbox__text:before {
	display: none
}

.sizes-form-info-card__checkboxes .checkbox__text {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #e97e00;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.sizes-form-info-card__checkboxes .checkbox__input:checked+.checkbox__text {
	background: #e97e00
}

.features-info-card_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.features-info-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px
}

.features-info-card__item:not(:last-child) {
	margin: 0 0 20px 0
}

.features-info-card__item_vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	row-gap: 10px
}

.features-info-card__text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 121.4285714286%
}

.options-card {
	margin: 80px 0 0 0;
	font-family: Montserrat
}

.options-card__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 60px 0
}

.options-card__item {
	border: 2px solid #f3f3f3;
	padding: 30px;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.options-card__item._active {
	background: #f2790f;
	color: #fff;
	border: 2px solid #f2790f
}

.about-options-card {
	border: 3px solid #f3f3f3;
	border-radius: 15px
}

.about-options-card__title {
	padding: 30px 40px;
	font-size: 36px;
	line-height: 122.2222222222%;
	font-weight: 600
}

.about-options-card__text {
	padding: 30px 40px;
	background: #f7f7f7;
	border-radius: 15px;
	font-size: 24px;
	line-height: 120.8333333333%
}

.about-options-card__text span {
	display: block;
	margin: 0 0 5px 0
}

.settings-options-card__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}

.settings-options-card__table {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	border: 3px solid #f3f3f3;
	border-collapse: collapse
}

.settings-options-card__table tr:nth-child(even) {
	background: #f0f0f0
}

.settings-options-card__table td {
	padding: 20px 40px
}

.settings-options-card__table td:nth-child(2) {
	text-align: right
}

.item-review-options-card {
	border: 3px solid #f3f3f3;
	border-radius: 15px
}

.item-review-options-card:not(:last-child) {
	margin: 0 0 30px 0
}

.item-review-options-card__header {
	padding: 10px 45px 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.item-review-options-card__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	margin: 0 5px 0 0
}

.item-review-options-card__image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden
}

.item-review-options-card__name {
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 500
}

.item-review-options-card__date {
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 500
}

.item-review-options-card__text {
	padding: 20px 35px 20px 25px;
	background: #f7f7f7;
	border-radius: 15px;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 500
}

.card__similar {
	padding-top: 70px;
	padding-top: 70px
}

.similar-moto__title {
	margin: 0 0 30px 0;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	font-size: 48px;
	line-height: 122.9166666667%
}

.similar-moto__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
	gap: 10px
}

.item-similar-moto {
	padding: 30px;
	-ms-grid-column-span: 3;
	grid-column: span 3;
	border: 2px solid #f3f3f3
}

.item-similar-moto__image {
	width: 100%;
	padding: 0 0 59% 0;
	margin: 0 0 15px 0
}

.item-similar-moto__title {
	padding: 0 0 26px 0;
	font-size: 14px;
	line-height: 118.1818181818%;
	text-align: center
}

.item-similar-moto__title a {
	color: inherit
}

.item-similar-moto__info {
	padding: 8px 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	color: #424242
}

.item-similar-moto__info .item__article {
	color: #424242
}

.item-similar-moto__prices {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #e97e00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px
}

.item-similar-moto__prices.similar-other__prices {
	border: none
}

.item-similar-moto__prices .similar-other__is {
	padding: 5px 13px;
	background-color: #e97e00;
	font-size: 12px;
	line-height: 125%;
	color: #fff;
	text-align: center
}

.item-similar-moto__price {
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #ff8a00
}

.item-similar-moto__price.similar-other__price {
	font-size: 24px
}

.item-similar-moto__rating {
	margin: 0
}

.item-similar-moto__rating .item__star.full svg {
	fill: #9b9494;
	stroke: #9b9494
}

.form-similar-moto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding: 20px 0 0 0
}

.form-similar-moto__btn {
	width: 50px;
	height: 37px;
	background: #e97e00;
	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
}

.form-similar-moto__btn svg {
	width: 22px;
	height: 22px;
	fill: #fff
}

.form-similar-moto__btn.form-similar-other__btn {
	border: 1px solid #e97e00;
	background: #fff
}

.form-similar-moto__btn.form-similar-other__btn svg {
	fill: #e97e00
}

.form-similar-moto__quantity {
	width: 66px;
	font-family: Rubik;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px
}

.form-similar-moto__quantity .quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px
}

.form-similar-moto__quantity .quantity__input input {
	font-family: Rubik;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px
}

.form-similar-moto__favorite {
	width: 43px;
	border: 1px solid #f3f3f3;
	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;
	cursor: pointer
}

.form-similar-moto__favorite svg {
	width: 22px;
	height: 20px;
	fill: #e97e00
}

.form-similar-moto__more {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border: 1px solid #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 118.1818181818%;
	color: #000;
	text-transform: uppercase
}

.form-similar-moto__more.form-similar-other__more {
	border: 1px solid #e97e00;
	background: #e97e00;
	color: #fff;
	font-weight: 400
}

.cart {
	font-family: Montserrat;
	padding: 0
}

.wrapper-cart {
	border: 2px solid #f3f3f3;
	border-radius: 5px
}

.title-wrapper-cart {
	min-height: 88px;
	background: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.title-wrapper-cart__number {
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 700;
	border-bottom: 2px solid #f2790f
}

.title-wrapper-cart__btn {
	height: 39px;
	margin: 0 40px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #cecece;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.title-wrapper-cart__btn svg {
	position: relative;
	top: -1px;
	width: 15px;
	height: 15px;
	stroke: #cecece;
	margin: 0 12px 0 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.body-wrapper-cart {
	padding: 80px 40px 90px 110px
}

.item-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.item-cart:not(:last-child) {
	margin: 0 0 60px 0
}

.item-cart__image {
	width: 244px;
	height: 164px;
	margin: 0 30px 0 0;
	border-radius: 5px;
	overflow: hidden
}

.item-cart__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.item-cart__name {
	margin: 0 10px 0 0
}

.item-cart__title {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 600
}

.item-cart__subtitle {
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 600;
	color: #d5d5d5
}

.data-item-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.data-item-cart__cost {
	margin: 0 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.data-item-cart__cost span {
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 600;
	color: #f2790f
}

.data-item-cart__cost span:nth-child(2) {
	font-size: 18px;
	line-height: 122.2222222222%;
	color: #d4d4d4
}

.data-item-cart__quantity {
	margin: 0;
	width: 140px;
	height: 40px;
	background: #f3f3f3;
	position: relative
}
.divtablecell.price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divtablecell.price .__cart-price > span{
    color: #F2790F;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.data-item-cart__quantity:before {
	content: "шт";
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 600;
	letter-spacing: .1em;
	color: #d4d4d4;
	position: absolute;
	left: 50%;
	top: calc(100% + 3px);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.data-item-cart__quantity .quantity__input input {
	background: #fff;
	font-size: 24px;
	line-height: 120.8333333333%
}

.data-item-cart__quantity .quantity__button_plus {
	/*background: url(../img/icons/quantity-arrow.svg) center no-repeat;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)*/
	display: flex;
    align-items: center;
    justify-content: center;
}
.data-item-cart__quantity .quantity__button_plus svg {
    width: 28px;
    height: 40px;
}
.data-item-cart__quantity svg {
    width :20px;
    height: 40px;
}
.data-item-cart__quantity .quantity__button_plus:before {
	display: none
}

.data-item-cart__quantity .quantity__button_plus:after {
	display: none
}
.data-item-cart__quantity .quantity__button_plus:hover {
    background-color: #d2d2d2;
    transition: all 0.3s;
}
.data-item-cart__quantity .quantity__button_minus {
	/*background: url(../img/icons/quantity-arrow.svg) center no-repeat*/
	display: flex;
    justify-content: center;
    align-items: center;
}
.data-item-cart__quantity .quantity__button_minus:hover {
    background-color: #d2d2d2;
    transition: all 0.3s;
}
.data-item-cart__quantity .quantity__button_minus:before {
	display: none
}

.data-item-cart__quantity .quantity__button_minus:after {
	display: none
}

.data-item-cart__btn {
    /*visibility: hidden;*/
    /*position: absolute;*/
    right: 0;
    bottom: 0;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.divtablerowmain:hover .data-item-cart__btn {
    visibility: visible;
}
.data-item-cart__btn svg path {
    fill: #bdbdcb;
    transition: fill 0.2s;
}
.data-item-cart__btn svg {
    width: 20px;
    height: 20px;
	stroke: #000;
	margin-top: 4px;
}

.footer-wrapper-cart {
	padding: 0 40px 115px 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-wrapper-cart__input {
	width: 325px;
	height: 58px;
	margin: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 500;
	color: #cecece
}

.footer-wrapper-cart__summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-wrapper-cart__global {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px 0 0
}

.footer-wrapper-cart__info {
	margin: 0 30px 0 0;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 800
}

.footer-wrapper-cart__info p {
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 600;
	color: #cecece
}

.footer-wrapper-cart__sum {
	font-family: Rubik;
	font-size: 36px;
	line-height: 119.4444444444%;
	font-weight: 500;
	color: #f2790f
}

.footer-wrapper-cart__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-wrapper-cart__btn {
	width: 240px;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f2790f;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 700;
	color: #f2790f;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.footer-wrapper-cart__btn:not(:last-child) {
	margin: 0 10px 0 0
}

.footer-wrapper-cart__btn_orange {
	background: #f2790f;
	color: #fff
}

.personal-cart {
	padding: 80px 0 120px 0
}

.personal-cart__title {
	margin: 0 0 40px 0;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 600
}

.personal-cart__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px
}

.user {
	padding: 30px 0 80px 0
}

.user__title {
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	color: #f2790f
}

.wrapper-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Montserrat
}

.wrapper-user__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 291px;
	flex: 0 0 291px;
	margin: 0 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.wrapper-user__title {
	padding: 13px 20px;
	background: #f2790f;
	border-radius: 5px;
	font-size: 17px;
	line-height: 123.5294117647%;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase
}
.wrapper-user__head:after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' stroke='white'/%3E%3Cline x1='11.3536' y1='9.35355' x2='7.35355' y2='13.3536' stroke='white'/%3E%3Cline y1='-0.5' x2='5.65685' y2='-0.5' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11 9)' stroke='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    right: 12px;
    transition: .3s;
    transform: rotate(180deg);
}
.wrapper-user__head._active:after {
    transition: .3s;
    transform: rotate(0);
}
.wrapper-user__head {
    padding: 13px 20px;
    background: #f2790f;
    border-radius: 5px;
    font-size: 17px;
    line-height: 123.5294117647%;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
}
.__group-user {
    /*display: none;*/
    transition: .3s;
}
.__group-user.active {
    display: block;
    transition: .3s;
}
.wrapper-user__btn {
	padding: 13px 20px;
	font-size: 17px;
	line-height: 123.5294117647%;
	font-weight: 300;
	cursor: pointer;
	border: 1px solid #b76300;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wrapper-user__btn._active {
	font-weight: 600
}

.wrapper-user__btn svg {
	margin: 0 0 0 10px;
	width: 15px;
	height: 10px;
	fill: none;
	stroke: #f2790f;
	stroke-width: 3px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	display: none
}

.wrapper-user__blocks {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.wrapper-user__block {
	/* min-height: 381px; */
	border: 2px solid #f2790f;
	border-radius: 10px
}

.first-user {
	padding: 45px
}

.first-user__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: left;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0 0 45px 0;
    flex-wrap: wrap;
    gap: 23px;
}

/* .first-user__info {
    font-size: 17px;
    line-height: 123.5294117647%;
    font-weight: 600;
    color: #f2790f
} */
.first-user__info {
	font-size: 17px;
	line-height: 123.5294117647%;
	font-weight: 600;
	color: #f2790f
	display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#office-profile-form .first-user__info:nth-child(4) {
	order: 1;
	width: 100%;
}

.first-user__info span {
	margin: 2px 0 0 0;
	display: block;
	font-size: 24px;
	line-height: 120.8333333333%;
	color: #939393
}

.first-user__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.first-user__form .form__error {
	display: none
}

.first-user__inputs {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 410px;
	flex: 0 1 410px
}

.first-user__label {
	display: block;
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 123.5294117647%;
	font-weight: 600;
	color: #a6a6a6
}

.first-user__input {
	width: 100%;
	height: 46px;
	border: 1px solid #e8e7e7;
	border-radius: 15px
}

.first-user__input:not(:last-child) {
	margin: 0 0 20px 0
}

.first-user__input._error {
	border: 1px solid red
}

.first-user__btn {
	padding: 0 10px;
	min-width: 100px;
	font-size: 17px;
	line-height: 80.9523809524%;
	font-weight: 600;
	border-radius: 10px;
	cursor: pointer
}

.second-user {
	position: relative
}

.second-user__body {
	min-height: 381px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.second-user__body._active {
	display: none
}
.second-user__body form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.second-user__body .search-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    padding: 1.5rem 0;
}

.second-user__body  .search-result span {
    font-weight: 600;
}
.second-user__body .result_search {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin-bottom: 1rem;
}



.second-user__body_2 {
	padding: 25px 30px 30px 30px;
	display: none;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.second-user__body_2._active {
	display: block
}

.second-user__text {
	margin: 0 0 16px 0;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 700;
	color: #8a8a8a;
	text-align: center
}

.second-user__btn {
	padding: 0 70px;
	height: 58px;
	background: #f2790f;
	border-radius: 25px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 500;
	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
}

.second-user__btn_2 {
	width: 160px;
	height: 46px;
	margin: 0 0 20px 0;
	border: 2px solid #e8e7e7;
	border-radius: 25px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.second-user__btn_2 svg {
	width: 20px;
	height: 10px;
	margin: 0 10px 0 0
}

.second-user__input {
	width: 410px;
	height: 46px;
	margin: 0 0 20px 0;
	background: rgba(196, 196, 196, .08);
	border: 2px solid #e8e7e7;
	border-radius: 15px;
	font-size: 14px;
	line-height: 121.4285714286%;
	color: #a6a6a6
}

.second-user__input._error {
	border: 2px solid red;
	color: red
}

.fourth-user {
	padding: 30px 50px
}

.fourth-user__title {
	margin: 0 0 10px 0;
	font-size: 36px;
	line-height: 122.2222222222%;
	font-weight: 700
}

.fourth-user__table {
	width: 100%;
	border-collapse: collapse
}

.fourth-user__table tr {
	border-radius: 15px
}

.fourth-user__table tr.body {
	background: rgba(203, 203, 203, .15);
	height: 73px;
	border-bottom: 10px solid #fff
}

.fourth-user__table th {
	width: 33%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 121.4285714286%;
	font-weight: 400
}

.fourth-user__table th:not(:last-child) {
	margin: 0 10px 0 0
}

.fourth-user__table td {
	width: 33%;
	text-align: center
}

.fourth-user__table td:not(:last-child) {
	margin: 0 10px 0 0
}

.fourth-user__nubmer {
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	color: #f2790f
}

.fourth-user__nubmer span {
	display: block;
	font-size: 16px;
	line-height: 118.75%;
	font-weight: 400;
	color: #000
}

.fifth-user {
	padding: 0 40px
}

.fifth-user__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px
}

.fifth-user__body .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%
}

.fifth-user__body .item .item__wrapper {
	padding: 20px
}

.sixth-user {
	padding: 30px 40px
}

.sixth-user__title {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 120.8333333333%;
	font-weight: 700
}

.sixth-user .header-sixth-user-item {
	padding: 15px 20px 15px 40px;
	margin: 0 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	background: rgba(203, 203, 203, .15);
	border-radius: 15px;
	cursor: pointer
}

.sixth-user .header-sixth-user-item__number {
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	color: #f2790f;
	text-align: center;
	min-width: 120px;
}

.sixth-user .header-sixth-user-item__number span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 120%;
	font-weight: 500;
	color: #000
}

.sixth-user .header-sixth-user-item__cost {
	margin: 0 5px;
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 500;
	min-width: 80px;
}

.sixth-user .header-sixth-user-item__status {
	font-size: 18px;
	line-height: 122.2222222222%;
	font-weight: 500;
	min-width: 130px;
	text-align: center;
}

.sixth-user .header-sixth-user-item__btn {
	display: block;
	padding: 5px;
	border: 1px solid #f2790f;
	border-radius: 50%
}

.sixth-user .header-sixth-user-item svg {
	width: 15px;
	height: 13px;
	fill: transparent;
	stroke: #f2790f;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

@media (max-width:580px) {
    .sixth-user .header-sixth-user-item__number,
    .sixth-user .header-sixth-user-item__cost,
    .sixth-user .header-sixth-user-item__status {
        min-width: unset;
    }
    .sixth-user .header-sixth-user-item {
        align-items: stretch;
    }
    .sixth-user .header-sixth-user-item__btn {
        align-self: center;
    }
}

.sixth-user .header-sixth-user-item._active svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.sixth-user .body-sixth-user-item {
	padding: 10px;
	background: rgba(203, 203, 203, .15);
	border-radius: 15px;
	margin-bottom: 1rem;
}

.sixth-user .body-sixth-user-item__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sixth-user .body-sixth-user-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sixth-user .body-sixth-user-item__left {
	padding: 0;
	border-right: 1px solid #cbcbcb;
	width: 100px;
}

.sixth-user .body-sixth-user-item__type {
	margin: 0;
	font-family: Rubik;
	font-size: 12px;
	line-height: 116.6666666667%;
	color: #9c9c9c;
	text-transform: uppercase
}

.sixth-user .body-sixth-user-item__image {
    width: 100%;
    padding: 0;
    height: auto;
}

.sixth-user .body-sixth-user-item__right {
    padding: 0 0 0 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 20px
}
.sixth-user .body-sixth-user-item__right .body-sixth-user-item__product_block {
    width: calc(70% - 20px);
    height: 100%;
}
.sixth-user .body-sixth-user-item__right .body-sixth-user-item__info_block {
    width: 100%;
	max-width: 175px;
}
.body-sixth-user-item__price_block .price__title {
    font-size: 14px;
    font-weight: 400;
}
.body-sixth-user-item__price_block .price__product {
    font-size: 16px;
    font-weight: 600;
    color: #f2790f;
}
.body-sixth-user-item__price_block .group_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: end;
}
#mslistorders .order-items {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 24px;
}
.body-sixth-user-item__action_block ul {
    padding: 0.9rem 0;
    display: flex;
    justify-content: flex-end;
}

.body-sixth-user-item__action_block .item__cart {
    padding: 0 10px;
    margin: 0px 12px;
}

.sixth-user .body-sixth-user-item__title {
	padding: 0 0 15px 0;
	/*border-bottom: 1px solid #f2790f;*/
	font-family: Rubik;
	font-size: 18px;
	line-height: 116.6666666667%;
	text-align: left
}

.sixth-user .body-sixth-user-item__title a {
	color: inherit
}

.sixth-user .body-sixth-user-item__table {
	margin: 15px 0 0 0;
	color: #858585
}

.sixth-user .body-sixth-user-item__table .table-item__data {
	color: #858585
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.pagination__show {
    display: flex;
	align-items: center;
	gap: 10px;
}
.pagination__show-title {
    font-size: 20px;
    font-weight: 500;
}
/* .pagination__show-quantity {
    margin-right: 10px;
} */
.pagination__show-quantity a {
    padding: 5px;
    border: 1px solid #f2790f;
    border-radius: 5px;
    color: #333;
}
.pagination__show-quantity--current a {
    background-color: #f2790f;
    color: #fff;
}
.pagination.pagination_top {
    display: flex;
    align-items: center;
}
.sort_products {
    margin-left: 20px;
}
.sort_products span {
    font-size: 20px;
    font-weight: 500;
}
.sort_products #mse2_sort a {
    color: #333;
}
.sort_products #mse2_sort a.active {
    color: #f2790f;
}
.page-catalog__container #mse2_mfilter .pagination {
    display: flex;
}
.page-catalog__container #mse2_selected_wrapper {
    display: flex;
}
.pay {
    display: none;
}
.pay.visible {
    display: block;
}
.item__cost.rrc_price {
    order: 1;
    font-size: 26px;
}
.item__cost.opt_price {
    font-size: 20px;
    color: #a2a2a2;
}
.item-similar-moto__price.rrc_price {
    color: #a2a2a2;
}
#office-profile-form .group_btn {
    display: flex;
    justify-content: space-between;
    flex-direction: wrap;
    width: 100%;
    gap: 30px;
}
@media (min-width: 1200px) {
    .__cart-widget.col-md-3 {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        height: 100%
    }
}
@media (min-width: 991px) {
    .bottom__header.fixed_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 150;
    }
    .bottom__header.fixed_menu .bottom-header__container {
        padding: 5px 12px 5px 12px;
    }
    .catalog__list.fixed_nav_menu {
        position: fixed;
        top: 80px;
        background-color: #fff;
        width: 365px;
    }
}
@media (min-width:768px) {
	.subcatalog {
		min-height: 519px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transition: all .5s ease 0s;
		-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		height: 100%;
        width: 100%;
	}
    
	.catalog__item:hover .subcatalog {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.catalog__item:hover .subcatalog_sub {
	    opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.catalog__subcatalog {
        padding: 10px 8px 20px 8px;
        
	}
}

@media (min-width:991.98px) {

	.quantity__button:hover::after,
	.quantity__button:hover::before {
		background-color: rgba(0, 0, 0, .5)
	}

	.page-catalog__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:992px) {
	.select__option:hover {
		background: #d9d9d9
	}

	.checkbox a:hover {
		text-decoration: none
	}
}

@media (max-width: 1532px) {
    body { padding: 0; }
	._container {
		max-width: 1200px
	}

	.top-footer__container {
		max-width: 1200px
	}
	
	.page-catalog__body {
    	row-gap: 20px;
    }

	.page-catalog .item {
	    padding: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
		max-width: 278px;
	}

	.info-card__price {
		font-size: 44px
	}

	.item-similar-moto__price.similar-other__price {
		font-size: 20px
	}

	.body-wrapper-cart {
		padding: 80px 40px 90px 40px
	}

	.data-item-cart__cost {
		margin: 0 20px 0 0
	}

	.data-item-cart__quantity {
		width: 140px;
		margin: 0 20px 0 0
	}

	.footer-wrapper-cart {
		padding: 0 40px 60px 40px
	}

	.footer-wrapper-cart__actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-wrapper-cart__btn:not(:last-child) {
		margin: 0 0 10px 0
	}

	.fifth-user {
		padding: 10px 20px
	}

	.fifth-user__body {
		margin: 0 -10px
	}

	.fifth-user__body .item {
		padding: 10px
	}
	.item {
	    padding: 10px;
	}
	.item__wrapper {
	    padding: 15px;
	}
    /*
    .slider-main__arrow_prev {top: 33%}
    .slider-main__arrow_next {top: 33%} 
    */
    .item__cost {
	    margin: 0 25px 15px 0;
    }
    .item__block__cost {
    	flex-direction: column-reverse;
    }
    .ms2_product .item__cost.old_price {
        margin: 0;
        order: -1;
    }
    #msCart .__cart-widget { width: 25%}
    
    .first-user__info {
	    width: 30%;
	    min-width: max-content;
	    padding: 0;
	}
	.first-user__line > .first-user__btn {
	    width: 30%;
	    align-self: flex-end;
	}
	
	.__order-steps .col-md-9 {
	    padding-right: 20px;
	}
	
	.sixth-user .body-sixth-user-item__image {
    	width: 155px;
    }
}
@media (max-width:1520px) {
	.main__container {
		padding-top: calc(75px + 141 * ((100vw - 320px)/ 1200))
	}

	.main__container {
		padding-bottom: calc(91px + 201 * ((100vw - 320px)/ 1200))
	}

	.slider-main__title {
		font-size: calc(28px + 17 * ((100vw - 320px)/ 1200))
	}

	.bikes {
		padding-top: calc(20px + 19 * ((100vw - 320px)/ 1200))
	}

	.bikes {
		padding-botom: calc(20px + 19 * ((100vw - 320px)/ 1200))
	}

	/* .sales {
	    padding-top: calc(30px + 28 * ((100vw - 320px)/ 1200))
	} */

	.sales__title {
		margin-bottom: calc(20px + 30 * ((100vw - 320px)/ 1200))
	}

	.about {
		padding-bottom: calc(35px + 48 * ((100vw - 320px)/ 1200))
	}

	.about__title {
		margin-bottom: calc(20px + 15 * ((100vw - 320px)/ 1200))
	}

	.about__title {
		font-size: calc(20px + 16 * ((100vw - 320px)/ 1200))
	}

	.about p {
		margin-bottom: calc(15px + 15 * ((100vw - 320px)/ 1200))
	}

	.map__title {
		margin-bottom: calc(20px + 15 * ((100vw - 320px)/ 1200))
	}

	.map__title {
		font-size: calc(20px + 16 * ((100vw - 320px)/ 1200))
	}

	.page-catalog {
		padding-top: calc(20px + 15 * ((100vw - 320px)/ 1200))
	}

	.page-catalog {
		padding-bottom: calc(20px + 45 * ((100vw - 320px)/ 1200))
	}

	.card {
		padding-top: calc(20px + 20 * ((100vw - 320px)/ 1200))
	}

	.card_2 {
		padding-top: calc(20px + 60 * ((100vw - 320px)/ 1200))
	}

	.card_3 {
		padding-top: calc(20px + 60 * ((100vw - 320px)/ 1200))
	}

	.card__title {
		font-size: calc(26px + 22 * ((100vw - 320px)/ 1200))
	}

	.info-card__price_old {
		font-size: calc(22px + 14 * ((100vw - 320px)/ 1200))
	}

	.card__similar {
		padding-top: calc(30px + 40 * ((100vw - 320px)/ 1200))
	}

	.card__similar {
		padding-top: calc(30px + 40 * ((100vw - 320px)/ 1200))
	}

	.similar-moto__title {
		font-size: calc(26px + 22 * ((100vw - 320px)/ 1200))
	}
}

@media (max-width:1400px) {
	.item__wrapper {
		padding: 30px
	}
}
@media (max-width:1320px) {
    /*
    .slider-main__arrow_prev {
        top: 23%;
    }
    .slider-main__arrow_next {
        top: 23%;
    }
    */
}
@media (max-width: 1230px) {
	._container {
		max-width: 970px
	}
    .page-catalog .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 318px;
    }
	.bottom-header__search {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 450px;
		flex: 0 0 320px
	}

	.top-footer__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 970px
	}

	.top-footer__body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0 0 30px 0
	}

	.bikes__wrapper {
		border: none
	}

	.item-bike__title {
		border-bottom: 1px solid #e2e2e2;
		padding: 0 0 5px 0
	}

	.item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%
	}

	/*.page-catalog .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}*/

	.card_2 .card__title {
		font-size: 28px
	}

	.card__sliders {
		width: 550px
	}

	/* .info-card__wrapper {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse
	} */

	.item-similar-moto {
		-ms-grid-column-span: 6;
		grid-column: span 6;
		padding: 20px
	}

	.item-cart__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.item-cart__name {
		margin: 0 0 10px 0
	}

	.data-item-cart {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer-wrapper-cart__global {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-wrapper-cart__info {
		margin: 0 0 10px 0
	}

	.fifth-user {
		padding: 10px
	}

	.fifth-user__body .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.sixth-user .body-sixth-user-item__left {
		padding: 0 30px 0 0
	}

	.sixth-user .body-sixth-user-item__image {
		width: 200px
	}

	.sixth-user .body-sixth-user-item__right {
		flex-direction: column;
		align-items: center;
	}
	
	.first-user__line {
	    flex-wrap: wrap;
	}
}
@media (min-width: 1231px) and (max-width: 1600px){
    .item {
        flex: 0 1 25%;
    }
    .sales__body {
        margin: 0;
    }
}
@media (max-width:1367px) {
    .menu_block_nav .submenu {
        left: 370px;
    }
    .catalog_menu {
        margin-left: -5px;
    }
}
@media (max-width:1120px) {
	.card_2 .form-info-card__line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px 20px
	}

	.features-info-card_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:991.98px) {
	._container {
		max-width: 750px
	}
    .header__logo_mobile {
        display: block;
        position: absolute;
        top: 22px;
        left: 15px;
    }
    .header__logo_mobile img {
        width: 100px;
    }
    .icon-menu {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 36px;
		height: 36px;
		background: #e97e00;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		z-index: 9999991
	}

	.icon-menu span {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		top: calc(50% - 1px);
		left: 50%;
		position: absolute;
		width: 13px;
		height: 2px;
		background-color: #fff;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	.icon-menu span:first-child {
		top: calc(50% - 7px)
	}

	.icon-menu span:last-child {
		top: calc(50% + 5px)
	}

	.icon-menu._active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}

	.icon-menu._active span:first-child {
		-webkit-transform: translate(-50%, 0) rotate(-45deg);
		-ms-transform: translate(-50%, 0) rotate(-45deg);
		transform: translate(-50%, 0) rotate(-45deg);
		top: calc(50% - 1px)
	}

	.icon-menu._active span:last-child {
		-webkit-transform: translate(-50%, 0) rotate(45deg);
		-ms-transform: translate(-50%, 0) rotate(45deg);
		transform: translate(-50%, 0) rotate(45deg);
		top: calc(50% - 1px)
	}
    .top-header__container {
        display: none;
    }
    .additional-header {
        display: block;
    }
    .search-header._show {
		opacity: 1;
		visibility: visible
	}
	.main__container.block_menu_main {
        padding-top: 100px;
	}
	
	
	
	.mobile-bottom-menu {
		padding: 0 10px;
		position: fixed;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		background: #fff;
		z-index: 99999;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px
	}
/*     .mobile-bottom-menu.category_resource > div {
    display: flex;
    flex: 0 1 20%;
    align-items: center;
    justify-content: center;
    height: 40px;
} */
    .mobile-bottom-menu > div {
        flex: 0 1 25%;
    }
    .mobile-bottom-menu > div > a {
        display: flex;
        justify-content: center;
    }
    .mobile-bottom-menu > div > .actions-header__link-mobile {
        display: flex;
        justify-content: center;
    }
    .filter-page-catalog__block:not(:last-child) {
        display: none;
    }
    .mobile-bottom-menu .ico {
        width: 35px;
        height: 30px;
        display: block;
        fill: #cbcbcb;
    }
    .actions-header__link-mobile a {
        width: 41px;
        display: inline-block;
        position: relative;
        height: 40px;
    }
    .actions-header__link-mobile .ico {
        position: absolute;
        top: 5px;
        right: 0;
        width: 30px;
    }
    .filter-page-catalog__block {
        display: none;
        position: fixed;
        top: 76px;
        left: 0;
        background-color: #fff;
        height: 100vh;
        z-index: 20;
        width: 100%;
        max-width: 320px;
    }
    .filter-page-catalog__block.open {
        display: block;
    }
    .cart-mobile .ms2_total_count {
        display: flex;
        position: absolute;
        top: -2px;
        right: -9px;
        background-color: #f2790f;
        color: white;
        font-size: 12px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    .favorite-mobile .actions-header__favorite .load {
        font-size: 12px;
        top:-7px;
    }
    .search-header {
		height: 40px;
        position: absolute;
        width: calc(100% - 185px);
        top: 18px;
        z-index: 99999;
        background-color: #fff;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 70px;
	}
    .bottom-header {
		background-color: #fff;
		position: fixed;
		width: 100%;
		height: 75px;
		top: 0;
		left: 0;
		z-index: 999999;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 50%);
	}

	.bottom-header__container {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		
	}

	.bottom-header__logo {
		width: 106px;
		height: 34px
	}
    	.additional-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		position: absolute;
		top: 20px;
		right: 20px;
		width: calc(100% - 100px);
	}
    .additional-header__search {
        width: 100%;
    }
	.search-header__input {
        width: calc(100% - 35px);
	}

	.actions-header {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		display: none;
	}

	.actions-header__favorite {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.actions-header__favorite svg {
		width: 30px;
		height: 30px;
		fill: #000
	}
	
	.actions-header__cart {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.actions-header__cart svg {
		fill: #000
	}

	.actions-header__cart svg:nth-child(1) {
		display: none
	}

	.actions-header__cart svg:nth-child(2) {
		display: block
	}

	.actions-header__btn {
		background: #000;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.actions-header__btn span {
		text-align: center
	}
    .slider-main__arrow {
        top: 30%;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    .slider-main__arrow_next {
        transform: translate(0, 50%) rotate(-180deg);
    }
    
    
    
    
	.select__title {
		font-size: 18px
	}

	.select__options {
		font-size: 18px
	}

	.mini-cart {
		display: none
	}

	.bottom-header__search {
	    padding-right: 2px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px
	}

	.catalog__item:nth-child(3) .subcatalog {
		left: auto;
		right: 0
	}

	.top-footer__container {
		max-width: 750px
	}

	.bikes__wrapper {
		justify-items: center
	}

	.sales__body {
		margin: -10px
	}

	.sales__actions._show {
		display: none
	}

	.sales__actions {
		display: none
	}

	.item {
		padding: 10px
	}

	.item__wrapper {
		padding: 20px
	}

	.item__image:before {
		opacity: 1;
		visibility: visible
	}

	.item__table {
		display: table;
		opacity: 1;
		visibility: visible
	}

	.filter-page-catalog {
		margin: 0 0 30px 0
	}

	.filter-page-catalog__btn {
		margin: 0 0 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 18px;
		font-weight: 500;
		font-size: 15px;
		line-height: 120%;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		cursor: pointer;
		border: 1px solid #cbcbcb
	}

	.filter-page-catalog__btn svg {
		height: 9px;
		width: 15px;
		stroke: #000;
		fill: transparent;
		position: relative;
		top: 2px;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}

	.filter-page-catalog__btn._active {
		background: #f2790f;
		color: #fff;
		border: 1px solid #f2790f
	}

	.filter-page-catalog__btn._active svg {
		stroke: #fff;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	.card__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.card__body_3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.card__sliders {
		width: 80%;
		margin: 0
	}

	.info-card {
		width: 100%
	}

	.info-card__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.card_2 .form-info-card__line {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.features-info-card_row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.settings-options-card__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0
	}

	.settings-options-card__table {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.settings-options-card__table:last-child {
		border-top: 0
	}

	.settings-options-card__table:last-child tr:nth-child(odd) {
		background: #f0f0f0
	}

	.settings-options-card__table:last-child tr:nth-child(even) {
		background: #fff
	}

	.item-review-options-card__text {
		font-size: 18px
	}

	.body-wrapper-cart {
		padding: 40px
	}

	.item-cart__image {
		width: 150px;
		height: 98px
	}

	.item-cart__title {
		font-size: 16px
	}

	.data-item-cart__cost span {
		font-size: 20px
	}

	.data-item-cart__cost span:nth-child(2) {
		font-size: 14px
	}

	.data-item-cart__quantity {
		height: 40px
	}

	.data-item-cart__quantity:before {
		font-size: 14px
	}

	.data-item-cart__quantity .quantity__input input {
		font-size: 20px
	}

	.footer-wrapper-cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 40px 40px 40px
	}

	.footer-wrapper-cart__input {
		margin: 0 0 15px 0
	}

	.footer-wrapper-cart__summary {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.personal-cart {
		padding: 40px 0
	}

	.personal-cart__body .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.first-user {
		padding: 20px
	}

	.first-user__line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
		margin: 0 0 32px 0
	}

	.first-user__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.first-user__inputs {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0 0 15px 0
	}
	
	.first-user__info {
	    width: 100%;
	}

	.first-user__btn {
		width: 100%
	}

	.second-user__input {
		width: 100%
	}

	.fourth-user {
		padding: 20px
	}

	.fourth-user__table th {
		font-size: 12px
	}

	.fourth-user__table td {
		font-size: 14px
	}

	.fourth-user__nubmer {
		font-size: 14px
	}

	.fourth-user__nubmer span {
		font-size: 14px
	}

	.fifth-user__body {
		margin: 0
	}

	.fifth-user__body .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.sixth-user {
		padding: 20px
	}

	.sixth-user .header-sixth-user-item {
		padding: 20px
	}

	.sixth-user .body-sixth-user-item {
		padding: 20px
	}

	.sixth-user .body-sixth-user-item__left {
		padding: 0 20px 0 0
	}

	.sixth-user .body-sixth-user-item__image {
		width: 180px
	}

	.sixth-user .body-sixth-user-item__right {
		padding: 0 0 0 20px
	}
	.slider-main {
        width: 100%;
        position: relative;
        height: auto;
	}
	/*.page-catalog .item__wrapper {
        padding: 20px;
	}*/
	.page-catalog__body {
	    margin: -20px 0;
	}
	
	.favorite-mobile {text-align: center}
	.favorite-mobile .actions-header__favorite svg {fill: #cbcbcb}
	
	.page-catalog .item {
    	-webkit-box-flex: 0;
    	    -ms-flex: 0 1 32%;
    	        flex: 0 1 32%;
    	max-width: unset;
    }
}

@media (max-width:850px) {
	.sixth-user .body-sixth-user-item__top {
		border-bottom: 2px solid #f2790f;
		padding: 0 0 15px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.sixth-user .body-sixth-user-item__left {
		border: none;
		padding: 0 10px 0 0
	}

	.sixth-user .body-sixth-user-item__title {
		border: none;
		padding: 0;
		font-size: 16px
	}
}

@media (max-width:840px) {
	.item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		padding: 5px
	}
}
.item__cart span {
    display: none;
}
@media (max-width:768px) {
	._container {
		max-width: none;
		padding: 0 25px;
	}
	.main__container.block_menu_main {
        padding-top: 0;
	}
    .top-footer__container {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
	
	.popup__body {
		padding: 30px
	}

	.header__logo_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.top-header {
		height: 0;
		border: none
	}

	.top-header__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.top-header__phone {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 0
	}

	.top-header__phone svg {
		width: 25px;
		height: 25px;
		margin: 0
	}

	.menu__body {
		padding: 40px 20px 55px 20px;
		position: fixed;
		background: #f2790f;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		left: -100%;
		-webkit-transition: all .5s ease 0s;
		-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		z-index: 20
	}

	.menu__body._active {
		opacity: 1;
		visibility: visible;
		left: 0
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 15px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.menu__item:not(:last-child) {
		margin: 0 0 15px 0
	}

	.menu__link {
		color: #fff;
		font-size: 26px
	}

/*     .item__cart span {
    display: block;
    color: #fff;
    font-weight: 400;
} */

	.catalog {
		background: 0 0;
		height: auto
	}

	.catalog__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalog__wrap {
		font-size: 16px;
		font-weight: 500;
		flex-direction: row-reverse;
	}

	.catalog__icon {
		background: 0 0 !important
	}

	.catalog__icon._active {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	.catalog__icon svg {
		display: block
	}

	.catalog__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto
	}

	.catalog__item:not(:last-child) {
		padding: 0 0 30px 0
	}

	.subcatalog {
		position: relative;
		padding: 10px 13px;
		display: none;
		margin: 15px 0 0 0;
		border-radius: 10px
	}

	.subcatalog._active {
		display: block
	}

	.subcatalog__item {
		font-family: Montserrat;
		font-weight: 600
	}

	.sub-subcatalog {
		left: 0;
		border-radius: 10px
	}

	.sub-subcatalog__title {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 18px;
		margin: 0 0 10px 10px
	}

	.sub-subcatalog__item {
		font-family: Montserrat;
		font-weight: 600
	}

	.bottom-footer {
		padding: 10px 0 60px 0;
	}

	.bottom-footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
	}

	.bottom-footer__copy {
		margin: 10px 0 10px 0;
	    text-align: center
	}

	.main {
		margin: 94px 0 0 0;
	}

	.main__container {
		padding: 75px 0 90px 0;
	}

	.slider-main__arrow_prev {
		left: 10px
	}

	.slider-main__arrow_next {
		right: 10px
	}

	.bikes__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}

	.page-catalog__body {
		margin: -20px 0
	}

	.card_2 .card__title {
		font-size: 24px
	}

	.main-slider-card__arrow {
		top: 170px
	}

	.options-card__nav {
		width: 100%;
		margin: 0 0 15px 0
	}

	.options-card__item {
		font-size: 16px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
		text-align: center;
		padding: 15px
	}

	.about-options-card__title {
		font-size: 28px;
		padding: 15px
	}

	.about-options-card__text {
		font-size: 16px;
		padding: 15px
	}

	.body-wrapper-cart {
		padding: 25px
	}

	.item-cart:not(:last-child) {
		margin: 0 0 30px 0
	}

	.item-cart__image {
		margin: 0 15px 0 0;
		height: 80px
	}

	.data-item-cart__cost span {
		font-size: 16px
	}

	.data-item-cart__quantity {
		width: 100px
	}

	/*.data-item-cart__btn {
		display: none
	}*/

	.footer-wrapper-cart {
		padding: 20px
	}

	.personal-cart__title {
		margin: 0 0 20px 0
	}

	.user {
		padding: 30px 0
	}

	.wrapper-user__nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin: 0
	}

	.wrapper-user__btn {
		border: 1px solid #b76300;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 5px 0
	}

	.wrapper-user__btn svg {
		display: block
	}

	.wrapper-user__blocks {
		display: none
	}

	.first-user__line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		margin: 0 0 15px 0
	}

	.first-user__info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}

	.second-user__body {
		min-height: auto;
		padding: 20px 0
	}

	.second-user__btn {
		width: 100%
	}

	.fourth-user__title {
		font-size: 28px
	}

	.fourth-user__table tr.body {
		border-bottom: 5px solid #fff
	}

	.fifth-user__body .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}.col-md-9, .col-md-3 {
        width: 100%;
    }.__cart-cont {
        flex-direction: column;
    }
    
    .divtablerow.d-flex {
        display: none !important;
    }
    
    .divtablerowmain.d-flex {
        flex-direction: column;
    }
    
    .divtablerowbtm.d-flex {
        flex-direction: column;
    }
    
    .cart__counter {
        margin: 1em 0 0;
    }
    
    .divtablerowbtm .divtablecell:last-child {
        display: none;
    }
    
    .__order-steps {
        flex-direction: column;
    }
    
    .col-md-6 {
        width: 100%;
    }
    
    .__inputs {
        flex-direction: column;
    }
    
    .__order-steps textarea {
        max-width: 100%;
    }
    
    .__delivery-items {
        justify-content: center;
    }
    .item__wrapper,
    .page-catalog .item__wrapper {
        padding: 20px 5px;
        /* padding: 0;
        border: none;
        display: flex;
        flex-direction: column; */
    }
    .item {
        flex: 0 1 33.33%;
    }
    .item__image:before {
        content: none;
    }
    .item__image {
        border: 1px solid #cbcbcb;
        margin-bottom: 10px;
    }
    .item__wrapper > a {
        order: 1;
    }
    .item__block__cost {
        margin-bottom: 10px;
        order: 2;
    	align-items: center;
    	flex-wrap: wrap;
    	flex-direction: row-reverse;
    	gap: 10px;
    }
    .item__title {
        order: 3;
        color: #9d9da5;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .item__title a {
        color: #9d9da5;
    }
    .item__actions {
        order: 4;
        padding: 10px 0;
        justify-content: center;
	    gap: 5px;
    }
    .item__info_hide {
        order: 4;
        margin-bottom: 0;
    }
    .item__cost {
        margin: 0;
        font-size: 14px;
        color: #333;
    }
    .item__more {
        /* display: none; */
        background: unset;
        border: 2px solid #f2790f;
        flex: 0 1 42px;
    }
    .item__more:hover svg {
    	filter: invert(70%) sepia(34%) saturate(2476%) hue-rotate(21deg) brightness(118%) contrast(119%);
    }
    .item__more span {
        display: none;
    }
    .item__more svg {
        margin: 0;
        width: 18px;
	    height: 15px;
        filter: invert(70%) sepia(54%) saturate(2476%) hue-rotate(21deg) brightness(118%) contrast(119%);
    }
    .item__article {display: none}
    .ms2_product .item__cost.old_price {font-size: 14px}
    .page .cart {padding-bottom:0}
    .sales {margin-top: 20px}
    
    .__order-steps .col-md-9 {padding-right:0}
}

@media (max-width:600px) {
	.title-wrapper-cart {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 0 0 15px
	}

	.title-wrapper-cart__btn {
		display: none
	}

	.body-wrapper-cart {
		padding: 15px
	}

	.item-cart__image {
		width: 100px;
		height: 70px;
		margin: 0 5px 0 0
	}

	.item-cart__title {
		font-size: 12px
	}

	.item-cart__subtitle {
		font-size: 10px
	}

	.footer-wrapper-cart__input {
		width: 100%
	}

	.footer-wrapper-cart__summary {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-wrapper-cart__global {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 15px 0
	}

	.footer-wrapper-cart__info {
		font-size: 18px
	}

	.footer-wrapper-cart__info p {
		font-size: 8px
	}

	.footer-wrapper-cart__sum {
		font-size: 24px
	}

	.footer-wrapper-cart__actions {
		width: 100%;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer-wrapper-cart__btn {
		width: 150px;
		height: 29px;
		font-size: 12px
	}
}

@media (max-width:576px) {
	.form__btn {
		font-size: 14px;
		height: 50px
	}

	.popup__btn {
		font-size: 18px;
		padding: 0 25px
	}

	.popup__line {
		text-align: center
	}

	.popup__text {
		margin: 0 0 7px 0
	}

	.additional-header {
		right: 20px;
	}

	.actions-header {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.top-footer {
		padding: 25px 30px 11px 30px
	}

	.top-footer__body {
		margin: 0
	}

	.top-footer__wrap:nth-child(2n+1) {
		background: #f8f8f8
	}

	.top-footer__wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin: 0
	}

	.top-footer__list {
		padding: 10px
	}

	.top-footer__title {
		margin: 0;
		padding: 10px;
		position: relative
	}

	._no-webp .top-footer__title:after {
		background: url(../img/icons/arrow-down.png) right no-repeat
	}

	.top-footer__title:after {
		content: "";
		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;
		position: absolute;
		width: 13px;
		height: 8px;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}

	.top-footer__title._active:after {
		-webkit-transform: translate(0, -50%) rotate(-180deg);
		-ms-transform: translate(0, -50%) rotate(-180deg);
		transform: translate(0, -50%) rotate(-180deg)
	}

	.contacts-footer {
		margin: 0 0 15px 0;
		width: 100%
	}

	.contacts-footer__wrap {
		padding: 10px
	}

	.socials-footer {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.socials-footer__title:after {
		display: none
	}

	.bottom-footer__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.bottom-footer__payments {
		margin: 0 0 10px 0
	}

	/*.main:before {
		display: block
	}*/

    .slider-main__slide {
        padding: 0;
    }
    .slider-main__arrow_prev {
        display: none;
    }
    .slider-main__arrow_next {
        display: none;
    }
	.sales__body {
		margin: -5px
	}

	/* .item__wrapper {
	    padding: 0;
	    border: none
	} */
	
	.item__image {
		margin: 0 0 10px 0
	}

	.item__image:before {
		display: none
	}

	.item__title {
		color: #b4b2b2
	}

	.item__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 5px;
		margin: 0 0 10px 0
	}

	.item__table {
		display: none
	}

	.item__cost {
		font-size: 16px;
	}

	.item__actions {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px
	}

	
	/*.page-catalog .item__wrapper {
		padding: 0
	}*/

	.card_2 .card__title {
		font-size: 22px
	}

	.card__sliders {
		width: 100%
	}

	.main-slider-card__arrow {
		display: none
	}

	.main-slider-card__dotts {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		margin: 10px 0 0 0
	}

	.features-info-card_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

    .options-card {
    	margin-top: 0;
    }
	.options-card__item {
		padding: 15px 10px;
    	flex: 0 1 50%;
    	font-size: 20px;
	}

	.about-options-card__title {
		font-size: 22px
	}

	.about-options-card__title {
		font-size: 18px
	}

	.about-options-card__text {
		font-size: 14px
	}

	.settings-options-card__table td {
		padding: 10px;
		font-size: 12px
	}

	.item-review-options-card__header {
		padding: 10px 20px
	}

	.item-review-options-card__image {
		width: 15px;
		height: 15px
	}

	.item-review-options-card__name {
		font-size: 14px
	}

	.item-review-options-card__text {
		font-size: 14px
	}

	.item-similar-moto {
		-ms-grid-column-span: 12;
		grid-column: span 12;
		padding: 10px
	}

	.cart {
		padding: 20px 0 0 0
	}

	.personal-cart {
		padding: 40px 0 20px 0
	}

	.personal-cart__body {
		margin: 0
	}

	/* .first-user {
	    padding: 20px 0
	}
	 */
	.second-user__body_2 {
		padding: 20px 0
	}

	.fourth-user {
		padding: 20px 0
	}

	.fourth-user__title {
		font-size: 24px
	}

	.fourth-user__nubmer {
		font-size: 12px
	}

	.fourth-user__nubmer span {
		font-size: 12px
	}

	.fifth-user {
		padding: 0
	}

	.fifth-user__body .item {
		padding: 5px
	}

	.fifth-user__body .item .item__wrapper {
		padding: 0
	}
	.item {
        flex: 0 1 50%;
    }
    
    
    #mse2_mfilter .pagination {
        display: flex;
        flex-wrap: wrap;
    }
    .pagination__show {
        margin-bottom: 20px;
    }
    .sort_products {
        margin-left: 0;
    }
    .page-catalog .item {
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    }
    .item__wrapper, .page-catalog .item__wrapper {
    	padding: 10px 5px 5px;
    }
}

@media (max-width:530px) {
	.data-item-cart__cost_last {
		display: none
	}
}

@media (max-width:500px) {
	.data-item-cart__cost {
		margin: 0 10px 0 0
	}
}

 @media (max-width:480px) {
    .sixth-user .header-sixth-user-item__btn {margin-left: auto}
    /*.info-card__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }*/
}

@media (max-width:450px) {
    ._container {padding: 0 15px}
    .wrapper-user__block {padding: 15px 10px}
    
    
	.sixth-user {padding: 0}
	.sixth-user .body-sixth-user-item__image {width: 130px}
	.sixth-user .body-sixth-user-item__title {font-size: 14px}
	.sixth-user .header-sixth-user-item__btn {order: 1}
	.sixth-user .header-sixth-user-item__number {
	    width: 35%;
	    text-align: left
	}
	.sixth-user .header-sixth-user-item__status {
	    width: 60%;
	    text-align: right;
	}
	.sixth-user .header-sixth-user-item__cost {
	    margin: 0;
	    order: 1;
	}
	.body-sixth-user-item__action_block ul {justify-content: center}
}

@media (max-width:400px) {
	.item-cart__name {
		text-align: center
	}

	.data-item-cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.data-item-cart__cost {
		text-align: center
	}
}

@media (max-width:375px) {
	.footer-wrapper-cart__actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-wrapper-cart__btn {
		width: 100%
	}
}
@media (max-width: 359.98px) {
    .page-catalog .item {
    	-ms-flex: 0 1 98%;
    	-webkit-box-flex: 0;
    	        flex: 0 1 98%;
    }
}

@media (any-hover:hover) {
	.btn:hover {
		background: #b75903
	}

	.form__btn:hover {
		background: #b75903
	}

	.form__btn_w:hover {
		background: #e97e00;
		color: #fff
	}

	.popup__forgot:hover {
		text-decoration: underline
	}

	.popup__link:hover {
		text-decoration: underline
	}

	.top-header__phone:hover {
		color: #f2790f
	}

	.menu__link:hover {
		color: #f2790f
	}

	.search-header__btn:hover {
		background: #b75903 url(../img/icons/search.svg) center no-repeat
	}

	.actions-header__link:hover svg {
		fill: #cb6e00
	}

	.catalog__item.hovered {
		background: #b75903
	}
	.catalog__item:hover .catalog__wrap a {
	    color: #ffffff;
	}
	.catalog__item .catalog__wrap:hover a {
	    color: #fff;
	}
	.catalog__item .catalog__subcatalog .subcatalog__item:hover a {
        color: #ffffff;
	}
    .catalog__item:hover:first-child {
		/*border-radius: 15px 15px 0 0;*/
	}
	.catalog__item:hover:last-child {
		/*border-radius: 0 0 15px 15px;*/
	}
	.subcatalog__item:hover {
		background: #e97e00;
		color: #fff
	}

	.sub-subcatalog__item:hover {
		background: #e97e00;
		color: #fff
	}

	.top-footer__link:hover {
		text-decoration: underline
	}

	.contacts-footer__link:hover {
		text-decoration: underline
	}

	.socials-footer__link:hover {
		border: 1px solid #000
	}

	.bottom-footer__link:hover {
		text-decoration: underline
	}

	.slider-main__arrow:hover {
		background: #d56a0c
	}

	.slider-main__arrow:hover svg {
		fill: #fff
	}

	.item-bike:hover:after {
		opacity: 1;
		visibility: visible
	}

	.sales__action:hover {
		background: #f2790f
	}

	.sales__action:hover svg {
		fill: #fff
	}

	.item__cart:hover svg {
		fill: #b75903
	}

	.item__more:hover {
	/*     background: #b75903 */
	}

	.item__favorite:hover svg {
		fill: #b75903
	}

	.item:hover {
		top: 0;
	}

	.item:hover>.item__wrapper {
		z-index: 2;
		-webkit-box-shadow: 4px 4px 20px 4px rgba(34, 60, 80, .2);
		box-shadow: 4px 4px 20px 4px rgba(34, 60, 80, .2)
	}

	.item:hover .item__info_show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		visibility: visible
	}

	.item:hover .item__info_hide {
		display: none;
		opacity: 0;
		visibility: hidden
	}

	.item:hover .item__image:before {
		visibility: visible;
		opacity: 1
	}

	.item:hover .item__table {
		display: table;
		opacity: 1;
		visibility: visible
	}

	.block-filter-page-catalog__link:hover {
		color: #f2790f
	}

	.form-info-card__btn:hover {
		color: #fff;
		background: #e97e00
	}

	.form-info-card__btn_one:hover {
		background: #b75903
	}

	.form-info-card__btn_cart:hover svg {
		fill: #fff
	}

	.title-wrapper-cart__btn:hover {
		border: 1px solid #000;
		color: #000
	}

	.title-wrapper-cart__btn:hover svg {
		stroke: #000
	}

	.data-item-cart__btn:hover svg path {
		fill: #000;
	}

	.footer-wrapper-cart__btn:hover {
		background: #f2790f;
		color: #fff
	}

	.footer-wrapper-cart__btn_orange:hover {
		background: #b75903
	}

	.second-user__btn_2:hover {
		border: 2px solid #f2790f
	}
}

._webp .catalog__icon {
	background: url(../img/icons/list.webp) center no-repeat
}

._webp .main {
	background: url(../img/main.webp) center/cover no-repeat
}
._webp .main.block_menu {
    background: none;
}
@media (max-width:576px) {
	._webp .top-footer__title:after {
		background: url(../img/icons/arrow-down.webp) right no-repeat
	}
}
.breadcrumbs__content {
    margin-top: 30px;
	margin-bottom: 25px;
	padding: 30px 0 30px;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
}
h1 + .breadcrumbs__content {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.block__map {
    margin-top: 35px;
    margin-bottom: 65px;
}
.text-page {
    padding-top: 35px;
}

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

.block__info_item {
    width: calc(50% - 50px);
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.block__info_item .block__info_title {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #cbcbcb;
    font-family: Oswald;
    font-weight: 500;
    font-size: 19px;
    line-height: 147.3684210526%;
    margin-bottom: 20px;
}
.block__info_item p {
    color: #f2790f;
    line-height: 30px;
}
.block__info_item span {
    color: #b1b1b1;
    margin-right: 10px;
}
.block__info_item a {
    color: #f2790f;
}
.block__info_item a:hover {
    color: #874000;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.block__info_item a:not(:hover) {
    color: #f2790f;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.input_status {
    max-width: 300px;
    width: 100%;
    margin-bottom: 1.5rem;
}
#mobile-menu {
    display: none
}
@media (max-width:991px) {
    .bottom-header__logo_block {
        display: none;
    }
    .menu_block_nav {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    .mm-page {
        background-color: #fff;
    }
    .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
        width: 80px;
    }
}
@media (max-width:768px) {
	.block__info_item {
	    width: 100%;
	}
}
/* == 09.06.2023 == */
.modal-content .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}
.modal-header .close {
	margin-top: -2px;
	font-size: 24px;
}

.block-filter-page-catalog__body li + li{margin-top: 8px;}

.item-similar-moto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.form-similar-moto {
	margin-top: auto;
}


@media (max-width:991px) {
    .sixth-user .body-sixth-user-item__right {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: start;
    }
    .sixth-user .body-sixth-user-item__right .body-sixth-user-item__product_block {	width: 100%}
}

@media (max-width:535px) {
    .sixth-user .body-sixth-user-item__top {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	row-gap: 20px;
    }
    .sixth-user .body-sixth-user-item__right {padding: 0;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
    .sixth-user .body-sixth-user-item__left {padding: 0}
    .sixth-user .body-sixth-user-item__title {text-align: center;}
}

@media (max-width:485px) {
    .sixth-user .header-sixth-user-item {-ms-flex-wrap: wrap;flex-wrap: wrap}
}
.delivery_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	
    -webkit-box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
	
            box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
    border-radius: 25px;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 2em;
}
.delivery_cart a {
    font-weight:600;
    color:#000;
    text-decoration:none;
}
.pay_method_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
    -webkit-box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
	
            box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
    border-radius: 25px;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 2em;
}
.pay_method_cart a {
    font-weight:600;
    color:#000;
    text-decoration:none;
}
.checkinput {
        width: 1.2em;
    height: 1.2em;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid rgb(242 121 15);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor:pointer;
}
.checkinput:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
}
.checkinput:checked {
    background-color: #f2790f;
}
/* ====== Cards dots IMG ==== */
.main-slider-card__dotts::-webkit-scrollbar {
    width: 0;
    height: 0;
} 

.swiper-pagination-bullet {
	min-width: 150px;
	height: 150px;
}
.mscarddotts__btn {
	outline: none;
	border: none;
	color: #eaeaea;
	width: 40px;
	height: 40px;
	border: 2px solid #eaeaea;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;

	position: absolute;
	bottom: 55px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	cursor: pointer;
}
.mscarddotts__btn:hover {
	color: #e97e00;
	border-color: #e97e00;
}
.mscarddotts__btn-prev {
	left: -50px;
}
.mscarddotts__btn-next {
	right: -50px;
}
@media(max-width: 1230px){
    .main-slider-card__dotts {
        margin: 25px auto 0;
        max-width: 480px;
        
    }
    .mscarddotts__btn-prev {left: -20px;}
    .mscarddotts__btn-next {right: -20px;}
    .breadcrumbs__content {
        padding: 20px 0 20px;
    }
    h1 + .breadcrumbs__content {
    	padding: 0 0 15px;
    }
}
@media(max-width: 991px){
    .main-slider-card__dotts {
        margin: 25px auto 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    	max-width: unset;
    }
    .mscarddotts__btn-prev,
    .mscarddotts__btn-next {display: none;}
    .main-slider-card__dotts .swiper-pagination-bullet {
        background-size: cover;
        min-width: 100px;
    	max-height: 120px;
    	-ms-flex-preferred-size: 100px;
    	    flex-basis: 100px;
    }

    .main-slider-card__dotts::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        background-color: #e97e00;
        border-radius: 5px;
    } 
    .main-slider-card__dotts::-webkit-scrollbar-thumb {
        background-color: #fff;
        border: 3px solid #e97e00;
        border-radius: 5px;
    }
    .options-card {
        margin-top: 15px;
    }
    .breadcrumbs__content {
        margin-top: 80px;
    }
    h1 + .breadcrumbs__content {
    	margin-top: 0;
    }
}
@media(max-width: 768px){
    .page-catalog__title.page__title {margin: 60px 0 18px 0}
    .breadcrumbs__content {	padding: 10px 0 0 }
    .__breadcrumbs span {
    	margin-bottom: 10px;
    	display: inline-block;
    }
}
/* @media(max-width: 768px){
    .main-slider-card__dotts .swiper-pagination-bullet {
        min-width: 120px;
        max-height: 120px;
    }
    .main-slider-card__dotts {max-width: 390px}
    .mscarddotts__btn {bottom: 40px;}
}
@media(max-width: 625px){
    .mscarddotts__btn-prev {left: -35px;}
    .mscarddotts__btn-next {right: -35px;}
}
@media(max-width: 576px){
    .main-slider-card__dotts {max-width: 250px}
    
    .mscarddotts__btn-prev {left: -22px;}
    .mscarddotts__btn-next {right: -22px;}
} */

/* == filter offset == */
#mse2_filters .mse2_number_inputs label {
    gap: 3px;
	-webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	margin-bottom: 5px;
}

/* === why-we === */
.why-we {
	width: calc(100% - 375px);
	padding: 30px 0;
}
.why-we__title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
.why-we__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.why-we__item {
    padding: 20px;
	width: 271px;
	border: 1px solid #ccc;
}
.why-we__img {
	margin: 80px 0 20px;
}
.why-we__img img {
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}
.why-we__text {
	text-transform: uppercase;
	line-height: 1.2;
}
/* --- wht sprite --- */
.why {
    background-image: url(/assets/template/img/why-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.why-auth {
    width: 65px;
    height: 65px;
    background-position: -5px -5px;
}

.why-card {
    width: 65px;
    height: 65px;
    background-position: -80px -5px;
}

.why-cash {
    width: 65px;
    height: 65px;
    background-position: -155px -5px;
}

.why-cons {
    width: 65px;
    height: 65px;
    background-position: -230px -5px;
}

.why-man {
    width: 65px;
    height: 65px;
    background-position: -305px -5px;
}

.why-map {
    width: 65px;
    height: 65px;
    background-position: -380px -5px;
}

.why-moto {
    width: 65px;
    height: 65px;
    background-position: -455px -5px;
}

.why-shild {
    width: 65px;
    height: 65px;
    background-position: -530px -5px;
}
@media (max-width: 1532px) {
    .why-we__item {width: 260px;}
}
@media (max-width: 991px) {
    .why-we {width: 100%}
    .why-we__item {width: 235px}
    .why-we__img {margin: 50px 0 20px}
}
@media (max-width: 768px) {
    .why-we__list {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
    .why-we__item {width: 180px}
    .why-we__img {margin: 20px 0 10px}
    .why-we__text {font-size: 14px}
}
@media (max-width: 395px) {
    .why-we__list {gap: 10px}
    .why-we__item {
        width: 130px;
        padding: 10px;
    }
    .why-we__img {margin: 20px 0 10px}
    .why-we__text {font-size: 12px}
}
/* === // why-we === */

/* === close button for mobile menu === */
.mm-menu .close__mobmenu-btn {
	position: absolute;
	display: block;
	width: 20px !important;
	height: 20px !important;
	top: 62px;
	right: 12px;
	z-index: 10;		
}
.mm-menu .close__mobmenu-btn::before,
.mm-menu .close__mobmenu-btn::after {
	content: '';
	position:absolute;
	top: 12px;
	height: 2px;
	width: 20px;
	background-color: #bbb;
	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.mm-menu .close__mobmenu-btn::before{ -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg) }
.mm-menu .close__mobmenu-btn::after {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-menu .close__mobmenu-btn:hover::before,
.mm-menu .close__mobmenu-btn:hover::after {
	background-color: #444;
}
/* === close button for mobile menu === */
.divtablerow.d-flex,
.divtablerowmain.d-flex {gap: 10px}
.divtablerow.d-flex .divtablecell:first-child {width: auto}
.divtablerow.d-flex .divtablecell:last-child {margin-right: 0}
.divtablecell.name {max-width: unset}
.data-item-cart__quantity {margin: 0 auto}

.divtablecell {text-align: center}
.divtablecell:first-child  {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.divtablecell:nth-child(2) {width: 145px}
.divtablecell:nth-child(3) {width: 150px; min-width: 150px;}
.divtablecell:nth-child(4) {width: 100px; min-width: 150px;}
.divtablecell:last-child   {width: 100px}
.divtablecell.price,
.divtablecell.summ-price {color:#999}

.divtablerowbtm .divtablecell:last-child {
	width: 100%;
	text-align: right;
}

@media (max-width:1532px) {
    .divtablecell:first-child {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	max-width: 320px;
    }
}
@media (max-width:1230px) {
    .__cart-cont .divtablerowmain {
    	padding-top: 0;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #cbcbcb;
    	height: auto;
    	overflow: hidden;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    }
    .divtablecell.name {max-width: 245px}
    .divtablecell.count {
    	position: static;
    	bottom: unset;
    }
    .data-item-cart__quantity {
    	margin: 0 auto;
    	height: 35px;
    	width: 110px;
    }
    .divtablecell.price {
    	position: static;
    	left: unset;
    	top: unset;
    }
    .divtablecell:nth-child(3) {width: auto}
    .divtablecell.summ-price {
    	position: static;
    	right: unset;
    	top: unset;
    	display: block;
    }
    .divtablecell:nth-child(4) {width: auto}
    .data-item-cart__btn,
    .divtablecell:last-child {
    	width: auto;
    }
    #msOrder .__cart-widget {
        height: auto;
    }
}
@media (max-width:991px) {
    #msCart {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	gap: 50px;
    }
}
@media (max-width:768px) {
    .divtablerow.d-flex, .divtablerowmain.d-flex {gap: 10px}
    .__cart-cont .divtablerowmain {padding-bottom: 30px}
    .data-item-cart__quantity {margin-bottom: 10px}
    
    .divtablecell.summ-price span:last-child {
        text-align: center;
    }
    .divtablecell:nth-child(3) {
        min-width: 130px;
    }
    .divtablecell:nth-child(4) {
         min-width: 130px;
    }
    .divtablecell.summ-price {
        margin-left: auto;
    }
}
@media(max-width:370px) {
    .data-item-cart__btn {
        width: 5%;
    }
    div.eshoplogistic-widget-cart .eshoplogistic-theme-yandex-map__filters {
        gap:5px;
    }
}
/* === cart re-styling === */
.actions-header__favorite[href="#singin"] span,
span.msfavorites-total.number[data-value="0"] {
    display: none;
}

.__order-steps#msOrder {
    margin-top: 0;
}
.__order-steps#msOrder .__cart-widget {
    margin-top: 75px;
}

#eShopLogistic3Info {display: none !important}

.double-street {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
/* === // cart re-styling === */
.user-mobile.logined svg path {
    fill: #e97e00;
}

/* === choice of locality === - Checkout*/
div#eShopLogisticModal .modal_container {
    padding-top: 20px;
    padding-bottom: 20px;
	border-radius: 25px;
}
#eShopLogisticModal .modal_header {
    font-size: 26px;
	font-weight: 700;
}
#eShopLogisticModal .form-floating {
    margin-bottom: 25px;
}
#eShopLogisticModal .form-floating .form-control{
    margin-right: 10px;
    padding: 0 5px 0 10px;
	height: 46px;
	background: rgba(0, 0, 0, .0001);
	border: 1px solid #e8e7e7;
	border-radius: 23px;
	width: 100%;
	max-width: 220px;
	-webkit-box-shadow: 3px 3px 10px 0px rgb(34 60 80 / 20%);
	        box-shadow: 3px 3px 10px 0px rgb(34 60 80 / 20%);
}

#eShopLogisticSearchResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 10px;
}

div#eShopLogisticModal .delivery-region {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 265px;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0 rgb(34 60 80 / 20%);
	        box-shadow: 0px 0px 10px 0 rgb(34 60 80 / 20%);
	border: 1px solid #cbcbcb;
}

div#eShopLogisticModal .delivery-region p {
	font-size: 1.2em;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 100%;
}

div#eShopLogisticModal .delivery-region ul {
	list-style: none;
	padding: 5px 5px 0;
}

.delivery-region a:hover {
	cursor: pointer;
}

@media(max-width: 575px) {
    #eShopLogisticModal .form-floating label{
        display: block;
    }
}

@media(max-width: 420px) {
    div#eShopLogisticModal .modal_container{
    	width: 95%;
    }
}
/* === // choice of locality === - Checkout*/

/* == profile -> private info == */
#office-profile-form .first-user__info:last-child {
    width: 100%;
    order: 2;
}
.first-user__info label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-top: 10px;
	width: 100%;
}

.first-user__info label input[type="radio"] {
	width: auto;
}
.teck_nomer_block {
    background-color: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 1rem;
    padding: 25px;
    display: flex;
    gap: 8px;
} 
.teck_nomer_block .title {
    font-weight: 700;
}

/* меню в шапке */
.btn-blank {color: #fff; padding: 8px 9px; line-height: 14px; height: auto;}
.btn-blank:hover {color: #fff!important;}
/* меню в шапке */