

/* Start:/fonts/fonts.css?1670501848512*/
@font-face {
font-family: 'Gilroy';
src: url('/fonts/Gilroy-Bold.eot');
src: url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/Gilroy-Bold.woff') format('woff'),
url('/fonts/Gilroy-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lato';
src: url('/fonts/Lato-Regular.eot');
src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/Lato-Regular.woff') format('woff'),
url('/fonts/Lato-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* End */


/* Start:/css/style.css?167869376520372*/
* {
font-family: 'Lato';
font-size: 16px;
line-height: 1.4;
color: #424041;
}

html, body {
max-width: 100%;
overflow-x: hidden;
}

h1, h2, h3 {
font-family: 'Gilroy';
font-weight: normal;
}

h1, h2 {
font-size: 42px;
line-height: 51px;
}

body {
background: #F5F4F2;
}

.bx-breadcrumb {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
}

.bx-breadcrumb .bx-breadcrumb-item {
margin-bottom: 6px;
}

a {
text-decoration: none;
position:relative;
display:inline-block;
}

a:hover {
color: #D6A75D;
}

.button, .sale_order_full_table input[type="submit"] {
display: inline-flex;
align-content: center;
align-items: center;
justify-content: center;
height: 53px;
background: #D6A75D;
border-radius: 12px;
color: #FFFFFF;
padding: 0 30px;
transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
cursor: pointer;
}

.button_i {
background: none;
border:1px solid #BD5349;
color: #BD5349;
}

.button:hover {
transform: translateY(-3px);
color: #fff;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.button_i:hover {
color: #BD5349;
}

.wrapper {
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
position: relative;
}

.header__wrap {
height: 110px;
}

.header_fixed {
position: fixed;
top:0;
left: 0;
width: 100%;
z-index: 3;
}

.header_fixed .header__logo-src {
border-radius: 15px;
}

.header_fixed:before {
position: absolute;
content: '';
background: #F5F4F2;
left: 0;
right: 0;
top: 0;
bottom: 0;
filter: blur(2px);
opacity: 0.95;
border-radius: 15px;
}

.header .wrapper {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
height: 110px;
justify-content: space-between;
}

.header__phone_m, .header__mm {
display: none;
}

.header .header__phone_m {
display: none;
}

.header__left, .header__right {
width: 50%;
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
}

.header__right {
justify-content: flex-end;
}

.header__menu {
margin-left: 40px;
display: flex;
flex-wrap: wrap;
max-width: 550px;
}

.header__menu-item {
font-size: 18px;
line-height: 22px;
text-decoration: none;
color: #424041;
margin-left: 40px;
position: relative;
cursor: pointer;
}

.header__menu-item_price {
color: #D6A75D;
}

.header-menu-prod {
position: absolute;
left: -40px;
}

.header__menu-popup {
background: #fff;
padding: 25px;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.11);
border-radius: 25px;
position: absolute;
z-index: 2;
top:30px;
display: none;
top:22px;
left: -27px;
}

.header__menu-item_prod:hover .header__menu-popup {
display: block;
}

.header__menu-popup-item {
white-space: nowrap;
margin-bottom: 9px;
display: block;
}

.header__menu-item:hover {
color: #D6A75D;
}

.header__menu-item:hover::after {
width:100%;
}

.header__menu-item::after {
content: '';
display: inline-block;
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background-color: #D6A75D;
-webkit-transition: width 0.25s;
transition: width 0.25s;
}

.header__phone {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
color: #424041;
font-size: 18px;
margin-right: 40px;
}

.header__phone-icon {
margin-right: 12px;
}

.header__cart {
height: 44px;
background: #FFFFFF;
border-radius: 12px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
align-items: center;
padding: 0 16px;
-webkit-transition: 0.25s;
}

.header__cart-icon {
margin-right: 13px;
}

.header__cart span {
margin-left: 6px;
}

.header__cart:hover {
background: #D6A75D;
color: #fff;
}

.header__cart:hover span {
color: #fff;
}

.fs {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 15px;
}

.fs__banner {
width: calc(62.29% - 10px);
position: relative;
border-radius: 25px;
overflow: hidden;
padding-left: 5%;
padding-top: 60px;
padding-bottom: 60px;
background: #EEEAE7;
}

.fs__banner-pic {
position: absolute;
top:0;
left: 0;
width: 100%;
height: auto;
z-index: 0;
}

.fs__banner-title {
max-width: 290px;
position: relative;
z-index: 1;
}

.fs__banner-text {
font-size: 20px;
line-height: 30px;
max-width: 290px;
padding-top: 18px;
padding-bottom: 64px;
position: relative;
z-index: 1;
}

.fs__banner-button {
position: relative;
z-index: 1;
}

.fs__facts {
width: calc(32% - 10px);
}

.fs__facts-slider {
height: 100%;
}

.fs__facts-item {
height: calc(100% - 100px);
background: #F1E6E4;
border-radius: 25px;
text-align: center;
}

.fs__facts-item-title {
font-family: 'Gilroy';
font-weight: 700;
font-size: 27px;
line-height: 33px;
text-align: center;
color: #BD5349;
padding: 0 30px;
padding-top: 40px;
}

.fs__facts-item-text {
padding: 12px 30px 27px 30px;
text-align: center;
}

.fs__facts-slider-next {
position: absolute;
z-index: 2;
bottom: 45px;
left: calc(50% - 65px);
cursor: pointer;
}

.fs__cat-title {
padding-top: 74px;
padding-bottom: 50px;
}

.cat-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.cat-list__item {
border-radius: 25px;
padding: 30px 25px;
position: relative;
overflow: hidden;
width: calc(29.29% - 50.25px);
background-size: cover;
background-position: center center;
height: 268px;
margin-bottom: 15px;
}

.cat-list__item:nth-child(2), .cat-list__item:nth-child(4), .cat-list__item:nth-child(5), .cat-list__item:nth-child(7) {
width: calc(19.14% - 50.25px);
}

.cat-list__item:before {
display: block;
content: ' ';
position: absolute;
width: 100%;
height: 324px;
bottom: 0;
left: 0;
background: linear-gradient(0.4deg, rgba(0, 0, 0, 0.7) 0.38%, rgba(0, 0, 0, 0) 55.4%);
}

.cat-list__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(0.4deg, rgba(214, 167, 93, 0.7) 34.38%, rgba(0, 0, 0, 0) 55.4%);
	transition: opacity 1s;
}
.cat-list__item:hover::after {
	opacity: 1;
}

.cat-list__item_title {
position: relative;
z-index: 2;
font-family: 'Gilroy';
font-weight: 700;
font-size: 27px;
line-height: 33px;
color: #FFFFFF;
position: absolute;
left: 25px;
bottom: 30px;
}

.fs__profits {
max-width: 100%;
overflow-x:hidden;
margin-top: 100px;
margin-bottom: 150px;
}

.fs__profits__slider {
margin-top: -125px;
position: relative;
}

.fs__profits__slider .swiper-wrapper {
align-items: flex-end;
align-content: flex-end;
}

.fs__profits__slider .swiper-slide {
width:23.86%;
}

.fs__profits__slider .swiper-slide-active {
width: 33%;
}

.fs__profits__slider .swiper-slide img {
border-radius: 25px;
max-width: 100%;
}

.fs__profits__slider-item-title {
padding: 21px 30px 0 30px;
display: none;
}

.fs__profits__slider .swiper-slide-active .fs__profits__slider-item-title {
display: block;
}

.fs__profits-title {
max-width: 565px;
}

.fs__profits-text {
max-width: 30%;
line-height: 1.5;
padding-top: 22px;
}

.fs__profits__slider-prev {
width: 60px;
height: 60px;
border-radius: 30px;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.11);
position: absolute;
top:0;
right: 96px;
}

.fs__profits__slider-next {
width: 60px;
height: 60px;
border-radius: 30px;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.11);
position: absolute;
top:0;
right: 0;
}

.partner-form {
display: flex;
flex-wrap: wrap;
padding-bottom: 130px;
}

.partner-form__text {
width: calc(50% - 70px);
padding-right: 70px;
}

.partner-form__text-intro {
font-size: 20px;
line-height: 30px;
padding-bottom: 34px;
}

.partner-form__text-item {
margin-bottom: 34px;
}

.partner-form__text-item span {
font-family: 'Gilroy';
font-size: 27px;
line-height: 33px;
color: #D6A75D;
padding-bottom: 5px;
display: block;
}

.partner-form__text-item p {

}

.partner-form__body {
width: 50%;
}

.partner-form__bodyi {
background: #D6A75D url('/img/partner-form__bodyi.jpg') top right no-repeat;
border-radius: 25px;
padding: 37px 25px 50px 25px;
}

.partner-form__bodyi-title {
font-family: 'Gilroy';
font-size: 42px;
line-height: 51px;
color: #FFFFFF;
padding-bottom: 30px;
}

.partner-form__input {
width: 100%;
padding: 0 15px;
min-height: 53px;
background: #FFFFFF;
border: 1px solid #EDECEA;
border-radius: 12px;
}

.slam-easyform .row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.partner-form__label {
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
padding-bottom: 7px;
}

.partner-form__label span {
color: #BD5349;
}

.slam-easyform .col-xs-12:nth-child(1) {
width: 50%;
}

.slam-easyform .col-xs-12:nth-child(2) {
width: 50%;
}

.slam-easyform .row:before, .slam-easyform .row:after {
display: none !important;
}

.slam-easyform .warning-buy {
color: #fff;
padding-bottom: 25px;
}

.slam-easyform .warning-buy a {
color: #fff;
}

.slam-easyform .button {
border:1px solid #fff;
color: #fff;
background: transparent;
}

.map__info {
position: absolute;
max-width: 380px;
left: 20px;
top: 85px;
padding: 35px 25px;
background: rgba(255,255,255,0.9);
backdrop-filter: blur(2px);
border-radius: 25px;
}

.map__info-adress {
font-family: 'Gilroy';
font-size: 27px;
line-height: 33px;
}

.map__info-phone {
display: block;
font-size: 36px;
line-height: 42px;
padding-top: 23px;
padding-bottom: 45px;
}

.map__info-soc {
display: flex;
flex-wrap: wrap;
}

.map__info-soc-item {
margin-right: 15px;
}

.footer {
background: #EEEAE7;
}

.footer .wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 80px;
padding-bottom: 45px;
}

.footer__col {
width: 25%;
}

.footer__logo-text {
font-size: 14px;
opacity: .6;
margin-top: 20px;
}

.footer__menu-title {
font-weight: 700;
font-size: 18px;
line-height: 22px;
padding-bottom: 19px;
}

.footer__menu-item {
display: block;
margin-bottom: 10px;
}

.footer .footer__b {
padding-top: 30px;
padding-bottom: 30px;
}

.cat-list-page {
padding-top: 0px;
padding-bottom: 100px;
}

.cat-list-page__title {
padding-bottom: 35px;
}

.cat-list__inner {
padding-top: 30px;
padding-bottom: 100px;
}

.cat-list__inner-title {
padding-bottom: 25px;
}

.cat-list__desc {
padding-bottom: 40px;
max-width: 50%;
}

.cat-list_body {
display: flex;
flex-wrap: wrap;
margin-top: 6vw;
}

.cat-list_body__item {
width: calc(25% - 65px);
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 25px;
padding: 25px;
margin-bottom: 6vw;
margin-right: 20px;
}

.cat-list_body__item:nth-child(4n+4) {
margin-right: 0;
}

.cat-list_body__item-pic {
width: 15vw;
height: 15vw;
max-width: 100%;
max-height: 100%;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
margin-top: -6vw;
}

.cat-list_body__item-pic-src {
max-width: 100%;
width: 100%;
}

.cat-list_body__item-title {
font-family: 'Gilroy';
font-weight: 700;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
margin-top: 30px;
}

.cat-list_body__item-offer {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 23px;
margin-top: 23px;
}

.optiton-button {
height: 36px;
font-size: 12px;
padding: 0 8px;
display: flex;
align-content: center;
align-items: center;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 12px;
margin-right: 8px;
}

.optiton-button:hover {
cursor: pointer;
border:1px solid rgba(214,167,93,0.6);
}

.optiton-button:last-child {
margin-right: 0;
}

.active-optiton-button {
border:1px solid #D6A75D;
}

.cat-list_body__item-button-price {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
align-items: center;
}

.cat-list_body__item-price-main {
font-family: 'Gilroy';
font-weight: 700;
font-size: 27px;
line-height: 33px;
}

.cat-list_body__item-price-button {
width: 74px;
}

.cat-list_body__item-price-discl {
position: relative;
}

.cat-list_body__item-price-discl-inner {
background: #FFF;
border-radius: 15px;
position: absolute;
overflow: hidden;
height: 0;
width: 230px;
bottom: 25px;
box-shadow: 0px 0px 50px rgb(0 0 0 / 11%);
}

.cat-list_body__item-price-discl:hover .cat-list_body__item-price-discl-inner {
height: auto;
padding: 6px;
}

.basket-popup-wrap {
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
position: fixed;
top:0;
left: 0;
z-index: 2;
cursor: pointer;
display: none;
}

.basket-popup-wrap_a {
display: block;
}

.basket-popup {
width: 600px;
position: fixed;
z-index: 3;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 25px;
padding: 25px;
top:100px;
left: calc(50% - 325px);
cursor: default;
}

.basket-popup__top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.basket-popup__title {
font-family: 'Gilroy';
font-weight: 700;
font-size: 27px;
line-height: 22px;
}

.basket-popup__close {
color: #D6A75D;
cursor: pointer;
}

.basket-popup__item {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
align-items: center;
margin: 35px 0 25px 0;
}

.basket-popup__pic {
max-width: 80px;
border-radius: 25px;
overflow: hidden;
}

.basket-popup__name {
font-family: 'Gilroy';
font-weight: 700;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
width: calc(100% - 190px);
}

.basket-popup__price, .basket-popup__price span {
font-family: 'Gilroy';
font-weight: 700;
font-size: 27px;
line-height: 33px;
}

.basket-popup__price {
width: 80px;
}

.basket-popup__buttons {
display: flex;
flex-wrap: wrap;
}

.basket-popup__buttons-continue {
margin-right: 15px;
}

.idetail__top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
}

.idetail__top-pic {
width: calc(50% - 20px);
}

.idetail__top-pic-slider {
margin-bottom: 15px;
}

.idetail__top-pic-slider a {
width: 100%;
}

.idetail__top-pic-slider-item-pic {
max-width: 100%;
border-radius: 25px;
width:100%;
}

.idetail__top-pic-slider-item-pict {
max-width: 100%;
border-radius: 25px;
}

.idetail__top-pic .swiper-button-next, .idetail__top-pic .swiper-button-prev {
color: #fff;
}

.idetail__top-pic-slider-itemt {
cursor: pointer;
transition: 400ms;
}

.idetail__top-pic-slider-itemt:hover {
opacity: 0.6;
}

.idetail__top-info {
width: calc(50% - 20px);
}

.idetail__top-info-title {
margin-bottom: 20px;
}

.idetail__top-info-opt {
margin-bottom: 15px;
}

.idetail__top-info-opt span {
display: block;
font-weight: 700;
font-size: 20px;
}

.idetail__top-info-opt a {
color: #D6A75D;
}

.idetail__top-info-offer {
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 12px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
align-content: center;
margin-bottom: 10px;
padding-left: 25px;
}

.idetail__top-info-offer-weight {
font-weight: 700;
font-size: 18px;
line-height: 22px;
width: 75px;
}

.idetail__top-info-offer-price-main, .rouble {
font-weight: 700;
font-size: 27px;
line-height: 33px;
font-family: 'Gilroy';
}

.idetail__top-info-offer-price-main {
margin-right: 6px;
}

.idetail__top-info-offer-stepper {
border-radius: 12px;
border:1px solid #D9D9D9;
height: 40px;
width: 130px;
display: flex;
}

.idetail__top-info-offer-stepper-minus {
width: 38px;
height: 100%;
position: relative;
cursor: pointer;
border-radius: 12px 0 0 12px;
}

.idetail__top-info-offer-stepper-minus:before {
top: 18px;
left: 14px;
width: 10px;
height: 2px;
background: #111;
display: block;
content: ' ';
position: absolute;
}

.stepper-input {
	width: 54px;
	height: 40px;
	display: inline-block;
	text-align: center;
	padding: 0;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.idetail__top-info-offer-stepper-plus {
width: 38px;
height: 100%;
position: relative;
cursor: pointer;
border-radius: 0 12px 12px 0;
}

.idetail__top-info-offer-stepper-plus:before {
top: 18px;
left: 14px;
width: 10px;
height: 2px;
background: #111;
display: block;
content: ' ';
position: absolute;
}

.idetail__top-info-offer-stepper-minus:hover, .idetail__top-info-offer-stepper-plus:hover {
background: #EEEAE7;
}

.idetail__top-info-offer-stepper-plus:after {
top: 14px;
left: 18px;
height: 10px;
width: 2px;
background: #111;
display: block;
content: ' ';
position: absolute;
}

.product-offer-button {
padding: 0 15px;
}

.product-offer-button .add2cart__icon {
margin-right: 15px;
}

.idetail__top-info-chars {
margin-top: 20px;
}

.idetail__top-info-char-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 15px;
}

.idetail__top-info-chars-name {
opacity: 0.6;
width: 30%;
}

.idetail__top-info-chars-vals {
width: calc(70% - 20px);
}

.idetail__text {
padding: 45px;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgb(8 8 8 / 4%);
border-radius: 25px;
margin: 0 20px;
margin-bottom: 50px;
}

.idetail__text h2 {
margin-bottom: 20px;
}

.idetail__text p {
padding-bottom: 15px;
}

.about__block {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
margin-bottom: 70px;
}

.about__block-text {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
}

.about__block-text p {
padding: 0 40px;
font-size: 20px;
}

.about__block-text {
width: 50%;
}

.about__block-pic {
width: 50%;
}

.about__block-pic-src {
max-width: 100%;
border-radius: 25px;
}

.policy {
padding-bottom: 70px;
}

.policy h1 {
padding-bottom: 20px;
}

.policy p {
padding-bottom: 7px;
}

.why-title {
text-align: center;
}

.why__list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 70px;
margin-bottom: 50px;
}

.why__list-item {
width: calc(33.33% - 80px);
background: #F1E6E4;
border-radius: 25px;
padding: 30px 30px 50px 30px;
margin-bottom: 55px;
}

.why__list-item-icon {
width: 90px;
height: 90px;
margin: 0 auto;
margin-top: -55px;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 25px;
border-radius: 50%;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}

.why__list-item-title {
font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 33px;
text-align: center;
color: #BD5349;
margin-top: 33px;
margin-bottom: 17px;
}

.why__list-item-text {
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-align: center;
color: #5A5250;
}

.cond__top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.cond__top-left {
width: calc(50% - 30px);
}

.cond__top-text {
font-size: 20px;
line-height: 33px;
margin-top: 40px;
}

.cond__top-left li {
margin-bottom: 15px;
position: relative;
padding-left: 22px;
}

.cond__top-left li:before {
background: #D6A75D;
border-radius: 50%;
width: 12px;
height: 12px;
display: block;
content: ' ';
position: absolute;
left: 0;
top:5px;
}

.cond__top-right {
width: calc(50% - 120px);
padding: 45px;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 25px;
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}

.cond__top-right-icon {
width: 55px;
margin-right: 45px;
}

.cond__top-right-text {
width: calc(100% - 100px);
}

.cond__top-right-text strong {
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-bottom: 12px;
display: block;
}

.cond__top-right-links {
display: flex;
flex-wrap: wrap;
}

.cond__top-right-link {
width: 50%;
color: #D6A75D;
margin-bottom: 12px;
}

.cond__blocks {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
align-items: center;
margin-top: 90px;
margin-bottom: 100px;
}

.cond__blocks-col {
width: calc(50% - 30px);
}

.cond__blocks-inner {
padding: 45px;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(8, 8, 8, 0.04);
border-radius: 25px;
}

.cond__blocks-inner h2 {
margin-bottom: 25px;
}

.cond__blocks-inner p {
margin-bottom: 20px;
}

.contacts {
display: flex;
flex-wrap: wrap;
}

.contacts__text {
width: calc(50% - 30px);
margin-right: 30px;
}

.contacts__ooo {
font-family: 'Gilroy';
font-weight: 300;
font-size: 36px;
line-height: 42px;
margin-top: 27px;
margin-bottom: 22px;
}

.contacts__item {
display: flex;
margin-bottom: 15px;
align-content: center;
align-items: center;
}

.contacts__item-icon {
width: 40px;
}

.contacts__item-icon-src {
max-width: 24px;
max-height: 24px;
}

.contacts__button {
margin-top: 22px;
}

.contacts__map {
width: 50%;
}

.basket-items-list, .bx-soa-section, .bx-soa-cart-total {
box-shadow: 0px 3px 8px rgb(8 8 8 / 4%);
background: #fff;
border: none;
border-radius: 25px !important;
}

.bx-soa-cart-total {

}

.basket-items-list-table {
border:none;
}

.bx-step-completed .bx-soa-item-img-block {
width: 60px !important;
}

.bx-soa-section-title-container {
background: none !important;
}

.bx-soa-item-imgcontainer {
height: 50px;
width: 50px;
border:none !important;
}
/* End */


/* Start:/css/media.css?16723246897624*/
@media (max-width:1440px) {

.header__left {
width: 65%;
}

.header__right {
width: 35%;
}

}

@media (max-width:1280px) {

.header__menu-item {
margin-left: 20px;
}

.header__phone {
margin-right: 15px;
}

.cat-list_body__item {
padding: 15px;
width: calc(25% - 45px);
}

.optiton-button {
margin-bottom: 8px;
}
	
}

@media (max-width:1024px) {
	
h1, h2 {
font-size: 36px;
line-height: 1.3;
}
	
.header__logo-src {
max-width: 75px;
}

.header__phone {
font-size: 16px;
}

.fs__facts-item-text {
padding: 12px 10px 27px 10px;
}

.header__menu {
margin-left: 10px;
}

.header__menu-item {
font-size: 16px;
}

.header-menu-prod {
display: none;
}

.header__left {
width: 72%;
}

.header__right {
width: 28%;
}

.header__phone {
display: none;
}

.fs__banner {
width: 100%;
margin-bottom: 15px;
}

.fs__facts {
width: 100%;
}

.fs__facts-slider-next {
right: 20px;
left: auto;
}

.cat-list__item, .cat-list__item:nth-child(2), .cat-list__item:nth-child(4), .cat-list__item:nth-child(5), .cat-list__item:nth-child(7) {
width: calc(33.3% - 60px);
}

.cat-list__item_title {
font-size: 24px;
line-height: 1;
}

.slam-easyform .col-xs-12:nth-child(1), .slam-easyform .col-xs-12:nth-child(2) {
width: 100%;
}

.cat-list_body__item {
width: calc(33% - 45px);
}

.cat-list_body__item:nth-child(3n+3) {
margin-right: 0px;
}

.cat-list_body__item:nth-child(4n+4) {
margin-right: 20px;
}

.idetail__top-pic {
width: 100%;
}

.idetail__top-pic-slider a {
display: flex;
justify-content: center;
}

.idetail__top-pic-slider-item-pic {
max-height: 300px;
width: auto;
}

.idetail__top-pic-slidert {
display: none;
}

.idetail__top-info {
width: 100%;
}

.about__block-text p {
font-size: 16px;
}

.why__list-item {
width: calc(33.33% - 60px);
padding: 20px 20px 40px 20px;
margin-bottom: 55px;
}

.why__list-item-title {
font-size: 24px;
line-height: 1.3;
}

.why__list-item-text {
font-size: 16px;
line-height: 1.3;
}

.cond__top-left {
width: 100%;
}

.cond__top-text {
font-size: 16px;
line-height: 1.3;
margin-top: 20px;
margin-bottom: 25px;
}

.cond__top-right {
width: calc(100% - 90px);
}

.cond__blocks {
margin-top: 40px;
margin-bottom: 20px;
}

.cond__blocks-col {
width: 100%;
margin-bottom: 20px;
}
	
}

@media (max-width:767px) {
	
.header .wrapper {
height: 80px;
}
	
.header__phone_m, .header__mm {
display: block;
}

.header__left {
width: calc(50% + 30px);
justify-content: space-between;
}

.header__logo-src {
max-width: 60px;
}

.header__menu {
position: absolute;
top:80px;
left: -10px;
z-index: 3;
height: calc(100vh - 140px);
width: 100vw;
background: rgba(255,255,255,0.3);
align-content: flex-start;
padding-top: 60px;
transition: 400ms;
display: none;
}

.header__menu_a {
display: flex;
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
}

.header__menu-item {
font-size: 27px;
font-weight: 700;
display: block;
width: 100%;
margin-bottom: 30px;
text-align: center;
}

.header__menu-item::after {
display: none;
}

.header__menu-popup {
position: relative;
width: 100%;
padding: 0;
left: 0;
background: none;
box-shadow: none;
}

.header__menu-popup-item {
font-size: 18px;
}

.header__phone_m {
margin: 20px auto;
font-size: 20px;
}

.header__mm {
width: 27px;
}

.header__mm-stripe {
width: 27px;
height: 2px;
background: #D6A75D;
border-radius: 2px;
margin-bottom: 6px;
transition: 300ms;
}

.header__mm_a .header__mm-stripe:nth-child(1) {
transform: rotate(45deg);
position: relative;
top: 7px;
}

.header__mm_a .header__mm-stripe:nth-child(2) {
transform: rotate(-45deg);
}

.header__mm_a .header__mm-stripe:nth-child(3) {
opacity: 0;
}

.header__mm-stripe:last-child {
margin-bottom: 0;
}

.header__right {
width: 33.33%;
}

.header__cart {
font-size: 0;
}

.header__cart span {
margin-left: 0;
}

.fs {
margin-top: 0;
}

.fs__banner {
padding-bottom: 30px;
}

.fs__banner-title {
padding-top: 120px;
}

.fs__banner-text {
font-size: 16px;
line-height: 1.3;
}

.fs__banner-text {
padding-bottom: 30px;
}

.fs__facts-item {
padding-bottom: 40px;
}

.fs__facts-slider-next {
position: relative;
left: calc(50% - 65px);
}

.fs__cat-title {
padding-bottom: 30px;
}

.cat-list__item, .cat-list__item:nth-child(2), .cat-list__item:nth-child(4), .cat-list__item:nth-child(5), .cat-list__item:nth-child(7) {
width: calc(100% - 60px);
}

.fs__profits {
margin-top: 40px;
margin-bottom: 90px;
overflow: visible;
}

.fs__profits-text {
max-width: 100%;
}

.fs__profits__slider {
margin-top: 40px;
}

.fs__profits__slider .swiper-slide-active, .fs__profits__slider .swiper-slide {
width: 100%;
}

.fs__profits__slider-item-title {
display: block;
padding: 21px 0 0 0;
}

.fs__profits__slider-next, .fs__profits__slider-prev {
z-index: 3;
top:30%;
opacity: 0.5;
}

.fs__profits__slider-prev {
left: 0;
}

.partner-form__text {
width: 100%;
padding-right: 0;
}

.partner-form__body {
width: 100%;
}

.partner-form__body .partner-form__bodyi {
margin-left: -20px;
margin-right: -20px;
}

.partner-form__bodyi-title {
font-size: 36px;
line-height: 1.3;
}

.map__info-adress {
font-size: 24px;
}

.map__info-phone {
font-size: 27px;
}

.footer__col {
width: 100%;
margin-bottom: 25px;
}

.footer .wrapper {
padding-bottom: 0px;
}

.footer__ooo {
padding-bottom: 15px;
}

.footer .footer__b {
padding-bottom: 30px;
}

.cat-list__inner {
padding-top: 0;
}

.cat-list__desc {
max-width: 100%;
}

.cat-list_body__item {
width: calc(100% - 45px);
margin-right: 0;
}

.cat-list_body__item-pic {
width: 60vw;
height: 60vw;
}

.idetail__top-info-title {
font-size: 27px;
line-height: 1.3;
}

.idetail__top-info-offer-stepper {
display: none;
}

.idetail__top-info-offer-price-main, .rouble {
font-size: 20px;
}

.idetail__top-info-chars {
margin-top: 40px;
}

.idetail__top-info-chars-name {
width: 100%;
margin-bottom: 8px;
}

.idetail__top-info-chars-vals {
width: 100%;
}

.idetail__text {
padding: 20px;
}

.idetail__text h2 {
font-size: 27px;
margin-bottom: 10px;
}

.about__block {
margin-bottom: 30px;
}

.about__block-text {
width: 100%;
padding-bottom: 20px;
}

.about__block-pic {
width: 100%;
}

.about__block-text p {
padding: 15px 0;
}

.about__block_2 .about__block-text {
order: 1;
}

.about__block_2 .about__block-pic {
order: 2;
}

.why__list-item {
width: calc(100% - 40px);
}

.cond__top-right {
width: calc(100% - 40px);
padding: 20px;
}

.cond__top-right-icon {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}

.cond__top-right-text {
width: 100%;
}

.cond__top-right-links {
width: 100%;
margin-top: 15px;
}

.cond__top-right-link {
width: 100%;
}

.cond__blocks-inner {
padding: 20px;
}

.cond__blocks-inner h2 {
font-size: 27px;
}

.contacts__text {
width: 100%;
margin-bottom: 30px;
}

.contacts__ooo {
font-size: 27px;
line-height: 1.3;
margin-top: 20px;
}

.contacts__map {
width: 100%;
}

.basket-popup {
width: calc(100% - 50px);
left: 0;
}

.basket-popup__title {
font-size: 20px;
}

.basket-popup__buttons-continue {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
}

.basket-popup__buttons-order {
width: 100%;
}

tr.basket-items-list-item-container {
justify-content: flex-start;
}

.basket-item-amount-filed {
height: 26px;
}

.basket-item-info-name-link {
margin-left: 10px;
}

.basket-items-list-item-amount {
max-width: 50%;
min-width: 50%;
text-align: left;
}

.basket-items-list-item-price {
max-width: 50%;
min-width: 50%;
text-align: right;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
padding: 0;
margin: 0;
justify-content: left;
}

.basket-item-block-price {
padding-top: 0;
}

#bx-soa-order .form-control {
width: calc(100% - 30px);
}

.sale_order_full_table {
margin-bottom: 20px;
}

.sale_order_full_table:nth-child(2) {
margin-top: 0;
}

}
/* End */


/* Start:/css/swiper-bundle.min.css?167048932616470*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/css/reset.css?16704279973865*/
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
html,
body,
p,
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


ul {
  list-style-type: none;
}
    input:not([type=checkbox]):not([type=radio]),
    textarea, 
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:14px;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}
/* End */


/* Start:/local/templates/snack22/components/bitrix/sale.basket.basket.line/cart/style.min.css?16708727924011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */
/* /fonts/fonts.css?1670501848512 */
/* /css/style.css?167869376520372 */
/* /css/media.css?16723246897624 */
/* /css/swiper-bundle.min.css?167048932616470 */
/* /css/reset.css?16704279973865 */
/* /local/templates/snack22/components/bitrix/sale.basket.basket.line/cart/style.min.css?16708727924011 */
