.forUser a:hover {
    color: #F59F24;
}
.banner-left__wrap {
overflow:hidden;
border-radius:10px;
}
.promocode {
    margin-bottom: 40px;
}

.promocode-input {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    outline: none;
}

.promocode-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promocode-form > *:not(:last-child) {
    margin-right: 15px;
}

.cart-prod-text__top-title .title a {
    font-weight: 400;
    font-size: 14px;
    color: #353431;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.cart-prod-text__top-title .title a:hover {
    color: #F59F24;
}

.cart-content__bottomWrap {
    margin-top: auto;
}

@media (max-width: 600px) {
    .cart-over .cart {
        width: 100%;
        padding: 30px 16px;
    }

    .cart-over .cart-content {
        max-height: calc(100% - 60px);
    }

    .promocode-input {
        width: 60%;
    }
}


.cart-over {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(13, 13, 13, 0.3);*/
    display: none;
    top: 151px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10;
}

@media (max-width: 600px) {
    .cart-over {
        top: 94px;
    }
}

.cart-over .cart {
    background: #FFFAF2;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px;
    max-width: 535px;
    width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100% - 150px);
}

@media (max-width: 600px) {
    
    .content .cart-over .cart {
        width: 100%;
        max-height: calc(100% - 70px);
    }
}

.cart-over .cart-top {
    margin-bottom: 16px;
}

.cart-over .cart-top__title {
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

.cart-over .cart-top__titles {
    position: relative;
}

.cart-over .cart-top__titles--count {
    position: absolute;
    padding: 2px 7px;
    background: #F91155;
    border-radius: 12.5px;
    font-weight: 500;
    font-size: 16px;
    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;
    color: #FFFFFF;
    top: -9.5px;
    right: -20px;
}

.cart-over .cart-close {
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.cart-over .cart-close:hover {
    opacity: .7;
}

.cart-over .cart-content {
    max-height: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* overflow: auto; */
}

.cart-over .cart-content__prod {
    font-weight: 400;
    font-size: 16px;
    color: #B5B1AB;
}

.cart-over .cart-content__empty {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 180px;
}

.cart-over .cart-content__empty .title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

.cart-over .cart-content__empty .add {
    color: #B5B1AB;
    margin-bottom: 30px;
}

.cart-over .cart-content__wrap {
    margin-top: 20px;
}

.cart-over .cart-content__wrap-prods {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 35px;
}

.cart-over .cart-content__wrap-prods > *:not(:last-child) {
    margin-bottom: 10px;
}

.cart-over .cart-content__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-over .cart-content__bottom-item > *:not(:last-child) {
    margin-right: 15px;
}

.cart-over .cart-content__bottom-item .text {
    font-weight: 500;
    font-size: 18px;
    color: #454440;
}

.cart-over .cart-content__bottom-item .num {
    font-weight: 500;
    font-size: 18px;
    color: #454440;
}

.cart-over .cart-content__bottom-item .diz {
    font-weight: 400;
    font-size: 14px;
    color: #A29F99;
}

.cart-over .cart-content__bottom-item .diznum {
    font-weight: 400;
    font-size: 14px;
    color: #F91155;
}

.cart-over .cart-content__bottom .btn {
    background: #029410;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
}

.cart--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overHide {
    overflow: hidden;
}

.js-cart-content-remove {
    font-weight: 400;
    font-size: 14px;
    color: #F59F24;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    cursor: pointer;
}

.js-cart-content-remove:hover {
    color: #454440;
}

.kol-inCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-prod {
    background: #FDECD3;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: 370px;
    padding: 15px 20px 20px 30px;
}

.cart-prod-img {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    margin-right: 20px;
}

.cart-prod-dizz {
    color: #F91155;
    font-weight: 400;
    font-size: 12px;
}

.cart-prod-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-prod-text__top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    color: #353431;
    max-width: 210px;
    line-height: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-prod-text__top-title > *:not(:last-child) {
    margin-bottom: 4px;
}

.cart-prod-text__top-title .info {
    font-weight: 400;
    font-size: 12px;
    color: #A1988A;
}

.cart-prod-text__top--btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    height: 15px;
    width: 15px;
    cursor: pointer;
    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;
    padding: 0;
}

.cart-prod-text__bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-prod-text__bottom .card-price {
    margin-bottom: 0;
    margin-right: 20px;
}

.cart-prod-priceforone {
    /*display: none;*/
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #A1988A;
}

.kol-inCart {
    min-width: 80px;
    margin-left: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.kol-inCart .block_number--active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.kol-inCart .minus, .kol-inCart .plus, .kol-inCart input {
    height: 20px;
    width: 15px;
}
.block_gallery_card .slick-list{margin:0!important;}

.slider_nav_detail .slick-slide img {
    max-height: 182px;
}

.oneclick-form-top.df.sb .r-reg-form__item label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #454440;
    margin-bottom: 10px;
}

.oneclick-form-top__right  .r-reg-form__item--deliver .r-reg-form__item--little input {
    max-width: 100%;
}

.oneclick-form-top__right .tabs-content .r-reg-form__item--three > *:not(:last-child) {
    margin-right: 0;
}
.oneclick-form-top__right  .r-reg-form__item--little .r-reg-form__item {
    width: calc(100% / 3 - 13.3px)!important;
}
.oneclick-table--center.df.sb {
    border-top:  1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-catalog-items__head--select .selectpicker {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 22px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0.535899 -6.52533e-07L7.4641 -4.68497e-08L4 6Z' fill='%23454440'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 11px) center;
}
.c-catalog-items__head--select .selectpicker::-ms-expand {
  display: none;
}
.oneclick-form-bottom__info {
    width: 100%;
}

.o-ordering-info .bx-soa-pp-desc-container .bx-soa-pp-company {
    margin-top:0;
}
.o-ordering-info  #bx-soa-paysystem {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.o-ordering-info  .r-reg-form__item #bx-soa-orderSave .btn {
    padding: 11px;
    display: block;
    border-radius: 10px;
    height: auto;
    margin-bottom: 20px!important;
    margin-top: 15px!important;
}
.o-ordering-info  .r-reg-form__item #bx-soa-orderSave {
    padding-bottom: 0;
    margin-bottom: 0;
}

.o-ordering-info #bx-soa-coupon-node {
    padding: 20px;
}

.o-ordering-block  #bx-soa-coupon-node .r-reg-form__item .label--pink {
    text-align: left;
}

.o-ordering-info  #bx-soa-orderSave .regcheckmark-box, .o-ordering-info #bx-soa-coupon-node .r-reg-form__item--enter, .o-ordering-block  #bx-soa-coupon-node .r-reg-form__item input, .bx_soa_location.row .bx-soa-location-input-container {
    margin-bottom: 0;
}
.quantity input {	
}
.bx-retina .product-item-amount-field {min-height:40px!important;}
@media(max-width:767.5px){
    .block_addbasket_qwenty .link_buy_oneclick {margin-right:0;
    margin-top: 16px!important;}
	.s-c-card .block_addbasket_qwenty .link_buy_oneclick {
    margin-top: 10px!important;}
.oneclick-form-top__right  .r-reg-form__item--little .r-reg-form__item {
    width: calc(100% / 2 - 10px)!important;
}
.main-user-consent-request-popup-cont {height:auto;}
.block_card_info_full .have_old_price {
    margin-top: -7px;
}
.block_card_info_full .have_old_price .block_sale {
    top: -7px;
}
}

@media(min-width:768px){
	.block_addbasket_qwenty .block_price, .block_addbasket_qwenty .link_buy_oneclick, .hide_pc {
		display: none;
	}
}

@media(max-width:600px){
	.o-ordering #bx-soa-order {
    position: unset;
    left: 0;
    top: 0;
    overflow: auto;
    height: auto;
}
.popup-window #bx-soa-order {
	top:70px;
	height:calc(100vh - 150px);
}
.oneclick-form .regcheckmark-box--wrap {margin-bottom:0;}
}
.lkmyorders-content__item:first-child:last-child {
	border-radius:10px;
}
.lkmyorders-content__item:last-child {
    border-radius: 0 0 10px 10px;
    overflow:hidden;
}
.lkmyorders-content__item:first-child {
    border-radius: 10px 10px 0 0;
    overflow:hidden;
}

.lkmyorders-content__item{
    box-shadow: 0px 3px 8px rgb(0 0 0 / 15%);
}
.promotabs-head.lkmyorders-head.is-active 
.lkmyorders-head__item {
    border-radius:10px 10px 0 0;
    padding-bottom: 17px;
    box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
}

.promotabs-content.lkmyorders-content {
    top: -7px;
    position: relative;
}

.oneclick-form .btn-popupclose {z-index:2;cursor:pointer;}

.new-card__top .card-img img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product-item.discount-item.card {
    height: 100%;
}
#search-elem--count {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F59F24;
}

.catalog-block--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:30px;
}

.catalog-block--top .c-catalog-items__head {
    margin-bottom:0;
}

.lk-profile__content-done  .r-reg-form__block {width: 100%;background: #FFFAF2;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);border-radius: 10px;padding: 12px 32px;}
.lk-profile__content-done .r-reg-form__block .form input:disabled {
    height: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #454440;
}
.lk-profile__content-done  .r-reg-form__block .form > *:not(:last-child) {
    margin-bottom: 40px;
}

.lk-profile__content-done  .form--doubleinputs .r-reg-form__item--sex {
    height: auto;
}
.lk-profile__content-done .btn--enter.js-btn-change {
    padding: 0;
    background: none;
    color: orange;
    margin: 0;
    height: auto;
    box-shadow: unset!important;
    max-width: unset;
    display: block;
    margin: 0 auto;
}
.lk-profile__content-done .btn--enter.js-btn-change:hover {
    color: #000000;
}
.lk-profile__content-done .r-reg-form__btns {
    margin: 0 auto;
}


.lk-profile__content .r-reg-form__block, .lk-profile__content  .r-reg-form__block .form {
    width:100%;
    max-width:100%;
}

.lk-profile__content .profile_form  {
    width: 100%;
}

.lk-profile__content .r-reg-form__block {
    max-width: 500px;
    padding: 20px 32px 30px;
}
.lk-profile__content .r-reg-form__item label {
    margin-bottom: 10px;
}
.block_link_add {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F59F24;
    margin-top: 13px;
}

.goodsrate-items .title {
    min-height: 110px;
    display: flex;
    align-items: center;
}

.goodsrate-items .goodsrate-item {
    max-height: unset;
    min-height: 155px;
    padding: 16px;
}
.goodsrate-item__text {
    margin-top: 14px;
    margin-bottom: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.goodsrate-item__img {
    border-right: 0;
}
.goodsrate-items .goodsrate-item .goodsrate-item__img {
    padding: 0 5px!important;
    width: 30%;
    min-width: 100px;
    max-width: 130px;
}

.goodsrate-items .goodsrate-item {
    position: relative;
}

.delete_review {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/icon_delete.png) no-repeat center;
    top: 10px;
    right: 10px;
}

.custom--arrows .goodsrate--prev, .custom--arrows .goodsrate--next {
    display: flex!important;
	opacity:0.5;
	transition:all .3s linear;
}

.custom--arrows .goodsrate--prev:hover, .custom--arrows .goodsrate--next:hover {
	opacity:1;
}
.slick-disabled {
    display: none!important;
}
.slick-arrow:not(.slick-disabled) {
    display: flex!important;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text:hover {
    color: #F59F24;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    transition: all .3s linear;
}
.c-catalog-filter__head .filterbtn--active{
	cursor: default;
}


.pagination-form.last-pag .pagination-btn {
    right: auto;
    left: 5px;
}

.pagination-form.last-pag .pagination-btn svg {
    transform: rotate(180deg);
}
.pagination-form.last-pag .pagination-form input {
    padding-left: 32px;
}

.overHide2 {
    padding-right: 9px;
}
.overHide2 .header:after {
    content: '';
    width: 9px;
    height: 100%;
    background: #fdecd3;
    position: absolute;
    top: 0;
    right: -9px;
}

.overHide2 .header {
    position: relative;
}
button:focus {
    outline: none!important;
}
.header-btnCatalog i img {
	display:none;
}
.header-btnCatalog.is-active  i svg {
	display:none;
}
.header-btnCatalog.is-active i img {
	display:block;
	min-width:20px;
	width:20px;
	height:20px;
}
@media(max-width:1100px){
	.lk-profile__content {
		padding: 0;
		max-width: 100%;
	}

	.lk-profile__content .r-reg-form__block {
		margin: 0 auto;
	}
	.s-goodsrate .custom--arrow__next {
		right: 0;
	}

	.s-goodsrate .custom--arrow__prev {
		left: 0;
	}
}
@media(min-width:768px){
	.link_back_page {display:none;}
}
@media (max-width:767.5px){ 
	.product-item-amount.block_number{max-height:30px;}
	.product-item-info-container.product-item-hidden.kol {margin-bottom:0;}
	.popup-window {z-index:100000!important;}
	body .product-item.card {
		padding: 0;
		background: none;
		border: 0;
		height: 100%;
	}

	.product-item.card .card-img {
		width: 100%;
		background: #FAF0E0;
		border: 2px solid #F59F24;
		border-radius: 10px;
		height: 190px;
		padding: 10px;
		margin-bottom: 5px;
	}

	.product-item a[data-entity="image-wrapper"] {
		width: 100%;
	}

	.product-item-container .product-item .card-img img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}

	.product-item.card  .card-bottom .link_buy_oneclick, .link_buy_oneclick {
		margin-top: 10px!important;
	}

	.product-item-button-container.btn, .product-item.card  .card-title {
		margin-bottom: 0;
	}

	.product-item-container {
		margin-bottom: 20px;
	}
	.new-card__top .card-favorite, .product-item.card .card-favorite{
		top: 20px;
		right: 20px;
	}
.product-item	.card-price span.product-item-price-old {
		font-size: 14px;
		line-height: 17px;
	}
.product-item	.card-price__nodiz {
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
	}
.product-item	.card-price {
		margin-bottom: 10px;
		margin-top: 10px;
	}
.product-item	.card-title .card-title__link {
		height: auto!important;
	}
	.catalog-block--top {display: none;}

	.c-catalog-filter {
		margin: 0 -5px;
		width: calc(100% + 10px);
		max-width: calc(100% + 10px);
	}


	.sec-title {
		justify-content: center;
	}
	.catalog-block--top {display:none!important}

	.lk-profile__content-done .r-reg-form__block {
		padding: 11px 20px 40px;
	}

	.lk-profile__content-done .r-reg-form__item label {
		margin-bottom: 10px;
	}

	.lk-profile__content-done .r-reg-form__block .form > *:not(:last-child) {
		margin-bottom: 20px;
	}
	.lksidebar-procenter.lksidebar-procenter--done {
		margin: -20px -5px 20px;
		padding: 20px 10px  15px;
	}

	.lk-profile__content-done {
		padding: 0 10px;
	} 
	.differen-text .title {
		font-weight: 400;
		font-size: 28px;
		line-height: 28px;
		text-transform:unset;
		margin-bottom:30px;
	}
	.differen-text .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-transform:unset;
}

.a-titles .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-transform: unset;
    margin-bottom: 25px;
}

.a-titles .text {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.a-titles {
    margin-bottom: 30px;
}

.a-beemaster-item__text blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    border: 0;
    margin: 0 0 20px;
}

.a-beemaster-item__text {
    padding: 25px 15px 0 0;
}

.a-beemaster-item {
    padding-left: 15px;
}

.a-beemaster--arrows {
    top: 32px;
}
.logistic .a-titles .title {
    margin-bottom: 10px;
}

.logistic .a-titles .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.logistic-item__img {
    margin: 0 -5px 20px;
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
    height: auto;
}

.logistic-item__text .title {
    line-height: 22px;
}

.logistic-item__text {
    padding: 0 10px;
}

.logistic-item__text p {
    line-height: 25px;
    opacity:0.7;
}
.s-differen.s-a-prod .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.s-differen.s-a-prod .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.s-differen.s-a-apperetive p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.s-a-apperetive + .s-members {
    padding-top: 0;
    padding-bottom: 30px;
}


.s-members .differen-text__wrap {
    padding: 0 30px;
}

.members-slide__text {
    padding-left: 0;
    margin-top: 20px;
}

.members-slide__text .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}

.members-slide__text .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.s-a-hands .title {
    margin-bottom: 10px;
}

.s-a-hands .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    opacity:0.7;
}

.s-a-hands .a-titles {
    margin-bottom: 18px;
}

.s-a-hands .hands .hands-text .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.s-a-hands .hands .hands-text .text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #454440;
    opacity: 0.7;
}
.link_back_page {
    background: url("data:image/svg+xml,%3Csvg width='25' height='17' viewBox='0 0 25 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.878258 8.29289C0.487734 8.68342 0.487734 9.31658 0.878258 9.70711L7.24222 16.0711C7.63274 16.4616 8.26591 16.4616 8.65643 16.0711C9.04696 15.6805 9.04696 15.0474 8.65643 14.6569L2.99958 9L8.65643 3.34315C9.04696 2.95262 9.04696 2.31946 8.65643 1.92893C8.26591 1.53841 7.63274 1.53841 7.24222 1.92893L0.878258 8.29289ZM25 8L1.58537 8V10L25 10V8Z' fill='%23454440'/%3E%3C/svg%3E%0A") no-repeat center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 30px;
}
.block_info_good h1 {
    color:  #454440;
}
.block_info_good h1 {
    color:  #454440;
}
.have_old_price span {
    font-weight: 400;
    font-size: 16px!important;
    line-height: 20px;
    text-align: right;
}


.block_subtitle .block_sale {
    display: none!important;
}

.have_old_price .block_sale {
    display: block;
    top: -19px;
    left: -75px;
    width: 60px;
}

.oneclick-form-bottom .oneclick-form-bottom__info--promo {
    flex-direction: column-reverse;
}

.oneclick-form #bx-soa-orderSave {
    width: 100%;
    max-width: 340px;
}

.oneclick-form .regcheckmark-box--wrap lABEL {
    color: rgb(69 68 64 / 50%);
    max-width: 210px;
    padding-left: 32px;
}

.oneclick-form .regcheckmark-box--wrap {
    background: #FFFAF2;
    padding: 0 0 53px;
}

.lk-profile .form--doubleinputs .r-reg-form__item--flex1{
	flex:60%;
}

}
.block_list_reviews {
    max-height: 520px;
    overflow: auto;
    padding: 5px;
}
.white-popup-block .title {
    display: block;
}

#success .white-popup-block  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: hwb(48deg 25% 73% / 50%);
}

.footer ul li a.violet_link {
    color: #FCCF74;
    background: #331B5F;
    border-radius: 15px;
    padding: 5px 17px;
    margin-left: -17px;
}
.header-bottom__navWrap .nav ul a.violet_link {
    color: #FCCF74;
    background: #331B5F;
    border-radius: 15px;
    padding: 5px 17px;
    max-width: 170px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: 30px;
    margin: 30px auto 0;
}


.header-bottom__navWrap .nav ul a.violet_link:hover, 
.footer ul li a.violet_link:hover {
    background: #fff;
    color: #454440;
}

@media(max-width:700px){
	.header .logo img {
		height: 30px;
	}

	.header-top {
		padding: 14px 0 18px;
	}

	.header-top .logo {
		padding: 0;
	}
	.header {
		height: 62px;
	}

	.header .header-top {
		position: fixed;
		top: 0;
		z-index: 100000;
		width: 100%;
	}

	.header-bottom {
		position: fixed;
		top: 60px;
		z-index: 100000;
		height:calc(100vh - 60px);
		overflow:auto;
	}
}
@media(max-width:767.5px) {
	
.product-item .card-bottom__btns {
    width: 100%;
}
.product-item .card-bottom__btns .btn--dark {
    max-width: 100px;
}
	
    .pc_banner {
        display: none!important;
    }
.singlebanner {
    border-radius: 0;
    margin: 0 -5px 30px;
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
}
.banner--height {
    margin: 0 -5px;
    width: calc(100% + 10px);
}
.twobanners {margin-bottom:20px;}
.groupsgoods-item__link {
    margin-bottom: 10px;
}
.twobanners > *:not(:last-child) {
    margin-right: 10px;
}
.product-item-container .new-card .new-card__bottom .card-bottom__price {height:auto;}
.product-item-container .new-card .new-card__bottom {min-height:145px;height:auto;}
 .singlebanner--link {border-radius:0;}
    .singlebanner--link img {max-width:100%;width:auto; border-radius:0;}
	.banner-left__slider picture img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}
	section.s-banner .container {
		padding: 0;
	}
.s-groupsgoods .custom--dotswrap button {
    display: block;
}

.s-groupsgoods {
    padding-bottom: 0;
}

	.banner-left__slider .banner-left__slider-item {
		border-radius: 0;
	}
	.banner-left__wrap {
		margin-top:0;
		margin-bottom: 20px;
	}
	.banner-left__three .slick-list {
		margin: 0;
	}
	.banner-left__three-item {
		margin: 0!important;
		padding: 0 5px;
	}
	.banner-left__slider img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.banner-left__wrap {
		margin-bottom: 20px;
	}

	.banner-left__three .slick-list {
		margin: 0;
	}

	.banner-left__three-item {
		margin: 0!important;
		padding: 0 5px;
	}
	.banner-left__three {
		padding: 0 5px;
	}
	.custom--dots .slick-dots > *:not(:last-child) {
		margin-right: 16px;
	}

	.custom--dots .slick-dots li{
		height: 10px;
	}

	.custom--dots .slick-dots button {
		display: block;
	}

	.custom--dotswrap {
		margin-top: 13px;
	}

	.s-banner {
		background: none;
		padding-bottom: 0;
	} 
	.s-goodsrate .sec-title {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #F59F24;
		margin-bottom: 0;
		text-transform:unset;
	}

	.goodsrate-items {
		margin: 0 -5px;
	}

	.goodsrate-item {margin: 20px 0!important;background: #FFFFFF;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);border-radius: 10px;}

	.s-goodsrate {
		padding: 0 0 50px;
		background: none;
	}

	.custom--dotswrap button {
		display: block;
	}

	.goodsrate-items .slick-list {
		margin: 0;
	}

	.custom--dots .slick-dots li {
		height: 8px;
	}

	.custom--dots .slick-dots > *:not(:last-child) {
		margin-right: 8px;
	}
	.custom--dots .slick-dots button {
		width: 8px;
		height: 8px;
	}

	.s-goodsrate .custom--dotswrap, .s-discount .bottom--btnwrap, .s-hits  .bottom--btnwrap, .s-newcat  .bottom--btnwrap{
		margin-top: 0;
	}
	.s-new {
		padding-top: 0;
	}

	.s-new .bottom--btnwrap {
		margin-top: 20px;
	}
	.s-new .product-item-container .new-card {
		height: auto;
	}
	.banner-left__slider {max-height:unset;}
		
	.s-hits {
		padding-bottom: 0;
	}

	.s-hits .sec-title, .discount .sec-title,
	.s-newcat .sec-title, .s-new .sec-title {
		 font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
	}

	.s-discount .abs {
		display: none;
	}

	.s-discount {
		background: url(../images/bg_sale_block.png) no-repeat top center;
		padding-top: 20px;
		margin-top: 20px;
	}
	.s-groupsgoods .slick-slide {
		margin: 0 5px;
	}
	.s-groupsgoods .slick-list {margin:0!important;}
	.sec-title.sec-titlemob {
		margin-bottom: 20px;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
	}

	.block-search-elem-count--mobile.df {
		order: 3;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0;
	}

	.c-catalog-filter__head .searchProd {
		margin: 0;
	}

	.c-catalog-filter__head--wrap {
		margin-bottom: 0!important;
	}

	.c-catalog-filter__head--mob {
		margin-bottom: 0!important;
	}

	.c-catalog-filter__head--mob .selectpicker {
		-o-appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding-right: 22px;
		background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0.535899 -6.52533e-07L7.4641 -4.68497e-08L4 6Z' fill='%23454440'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 11px) center;
	}
	.new-card__top {
		height: calc((100vw - 16px*2)/2);
		/*padding: 0;*/
		align-items: center;
		justify-content: center;
		max-height: 190px;
	}

	.new-card__top img {
		width: 100%;
		height: 100%;
	}

	.new-card__top .card-img {
		width: 100%;
		height: 100%;
	}
	.s-goodsrate .custom--arrow {
		display: none!important;
	}
}

@media(max-width:535.5px){
    .content .cart-over .cart {max-height: 100%;border-radius: 0;padding: 40px 20px;
    overflow: auto;}
    
    .cart-over {
        top: 61px;
        border-radius: 0;
        z-index: 1000000;
        height: calc(100vh - 61px);
    }
    
    .cart-over .cart-content {
        width: calc(100% + 40px);
        margin: 0 -20px;
		max-height:unset;
    }
    
    .js-cart-content-remove {
        padding: 0 30px;
    }
    .cart-over .cart-top {
        margin-bottom: 20px!important;
    }
    
     .cart-over .cart-content__wrap-prod {
        max-width: 100%;
    }
	
	 .cart-over .cart-content__bottomWrap {
		margin: 0 -15px;
	}
	 .cart-over .cart-content__bottom {
		margin: 0 10px;
	}
	.cart-content__promocode .promocode-input {
		width: calc(100% - 130px);
		margin-right: 0!important;
	}
	.cart-content__promocode .promocode-form.form {
		width: 100%;
		justify-content: space-between;
	}
	.cart-content__promocode .promocode-form.form .btn {
		max-width: 115px;
		width: 100%;
	}

	.cart-content__promocode.promocode {
		margin-bottom: 45px;
	}
	

}
@media(min-width:768px) {
	.banner-left__slider picture img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}
	.mobile_banner {
        display: none!important;
    }
}

.searchProd {
    font-weight: 400;
    margin-bottom:20px;
    font-size: 16px;
    color: #F59F24;
}
.promocode-form .promocode-input {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}

.promocode-form .btn {
    padding: 12px 14px;
    height: auto;
    border-radius: 20px;
    font-size: 14px;
    line-height: 16px;
}
.cart-over .cart-content__bottom .btn:hover {
    box-shadow: unset;
}

@media(max-width:600px){
	.header-top__wrap .catalog-pupop.is-active {
		overflow:auto;
	}
	.catalog-over.active {
		display: none!important;
	}
	.r-reg-formWrap .r-reg-form {margin-top:20px;}

}

@media(max-width:500px){
	
.footer ul li a.violet_link {margin-left:0;}
}

@media(max-width:400px){
	.block_item_nabor .card-favorite.card-abs {right:15px;}
}
@media(max-width:438px){

.block_addbasket_qwenty .block_price {
    width: 150px;
}

.block_addbasket_qwenty .quantity {
    width: 100px;
}}

@media(min-width:1101px){
    .r-reg-form__abs.r-reg-form__abs--nobg.abs.not_pc {
        display: none;
    }
}
@media(max-width:800px){
	.orderway--small__deliverInfo {
		text-align: center;
	}

	.lkmyorders-head__inleft .btn {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		max-width: 160px;
	}
}
@media(max-width:1100px){
    .r-reg-form__abs.r-reg-form__abs--nobg.abs.not_mobile {
        display: none;
    }
    .r-reg-form__abs.r-reg-form__abs--nobg.abs.not_pc {max-width: 370px;position: relative;top: 0;left: 0;right:0;padding-top:0;width: 100%;min-width: unset;}
.r-reg-form__abs--nobg .r-reg-form__abs-bottom p {margin-bottom:10px;}
}

.text-danger .basket-coupon-text , .text-muted .basket-coupon-text  {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    }
.text-danger .basket-coupon-text {
	color:#F91155;

}
.text-muted .basket-coupon-text:after {
    top: calc(100% / 2 - 6px)!important;
    right: 15px!important;
	left:auto!important;
}

.text-muted .basket-coupon-text {
    padding-right: 32px!important;
}
.basket-coupon-alert {
    align-items: center;
}
.basket-coupon-alert-inner .basket-coupon-alert .close-link {
    background: #454440;
    border-radius: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 10px;
    font-family: 'Montserrat';
	margin-left:15px;
    color: #FFFFFF;
}
.basket-coupon-alert-inner .basket-coupon-alert .close-link:hover {
    background: #F59F24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.basket-coupon-alert-inner {
    margin-bottom: 38px;
}

.page_beluha {
    background: linear-gradient(89.45deg, #331B5F 0.78%, #452482 50.82%, #331B5F 99.83%);
}

.page_beluha .discount .sec-title,.page_beluha .s-groupsgoods .sec-title,.page_beluha .s-new  .sec-title,
.page_beluha .s-group-goods  .sec-title,.page_beluha .s-about  .sec-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btn:active, .btn.active {
	box-shadow:unset
}
.product-item-button-container.btn--dark {
    background: #029410;
    transition:all .3s linear;
}
.product-item-button-container.btn--dark:hover{
    background: #F59F24;
  /*  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.block_two_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 93.5px;
    flex-wrap: wrap;
}



.block_two_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 93.5px;
    flex-wrap: wrap;
}

.block_two_banner .block_item_banner {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: calc(100% / 2 - 15.5px);
    margin-bottom: 15.5px;
}
.block_item_banner img {
    width: 100%;
}

.block_list_tea {
    display: flex;
    justify-content: space-between;
    margin-left: -48px;
}

.block_item_tea {
    display: flex;
    width: 100%;
    align-items: flex-start;
    max-width: 430px;
    padding-right: 15px;
}

.block_item_tea p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.block_item_tea img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
}

.block_item_tea p {
    margin-left: -12px;
}

.block_item_tea:nth-child(3) p {
    margin-left: 0;
    padding-left: 17px;
}

.block_item_tea:nth-child(3) {
    width: 100%;
    max-width: 348px;
    padding-right: 0;
}
.hits-items + .bottom--btnwrap {
    display: none;
}

.link_banner {
    display: block;
    margin: 50px auto 30px;
    border-radius: 10px;
    overflow: hidden;
}

.link_banner img {
    width: 100%;
}
.s-group-goods {
    padding: 90px 0 60px;
}

.block_item_about .block_title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.block_item_about .block_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.block_img_about {
    margin-bottom: 26px;
}

.block_list_about {
    display: flex;
    justify-content: space-between;
}

.block_img_about img {
    margin: 0 auto;
}

.block_item_about {
    width: calc(100% / 3 - 13.3px);
}
.block_img_about {
	position:relative;
}
.s-about {
    padding-bottom: 150px;
}

.block_item_about:nth-child(1) .block_img_about:before, 
.block_item_about:nth-child(2) .block_img_about:before,
.block_item_about:nth-child(3) .block_img_about:before{	
	display:block;
	content:'';
	position:absolute;
}
.block_item_about:nth-child(1) .block_img_about, 
.block_item_about:nth-child(3) .block_img_about{
    padding-bottom: 63px;
}
.block_item_about:nth-child(2) .block_img_about {
    padding-bottom: 109px;
	margin-bottom:0;
}

.block_item_about:nth-child(1) .block_img_about:before{
	width:422px;
	height:428px;
	top:calc(50% - (428px / 2));
	left:calc(50% - (422px / 2));
	background:url(../picture/pic_ornament_1.png) no-repeat center;
}
.block_item_about:nth-child(2) .block_img_about:before {
	width:674px;
	height:673px;
	top:calc(50% - (760px / 2));
	left:calc(50% - (674px / 2));
	background:url(../picture/pic_ornament_2.png) no-repeat center;
}
.block_item_about:nth-child(3) .block_img_about:before {
	width:321px;
	height:305px;
	top:calc(50% - (305px / 2));
	left:calc(50% - (321px / 2));
	background:url(../picture/pic_ornament_3.png) no-repeat center;
}
.btn_about_catalog {
    margin: 50px auto 0;
    display: block;
    max-width: 160px;
    height: auto;
    padding: 9px 16px;
}

.block_banner_big img {
    margin: 0 auto;
    width: 100%;
}

.block_banner_big {
    position: relative;
}

.block_txt_banner_big {
    margin-top: 50px;
    margin-left: auto;
    max-width: 443px;
	width:100%;
    margin-bottom: 270px;
}

.block_txt_banner_big img {
    width: auto;
    margin: 0 0 30px;
}

.block_banner_big .container {
    position: relative;
}

.block_txt_banner_big .block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.block_txt_banner_big p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 30px 0 20px;
}

.block_txt_banner_big .btn {
    width: 160px;
}
.block_banner_two_mini {
    display: flex;
    justify-content: space-between;
}

.block_item_mini {
    display: block;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 36px;
    max-width: calc(100% / 2 - 15px);
}
.block_item_mini img{
	width:100%;
}
.block_banner_big{
	background: url(/local/templates/smartbee/picture/banner_big.jpg) no-repeat center;
}
@media(max-width:1199px){
	.block_banner_two_mini {
    display: flex;
    justify-content: space-between;
}

.block_item_mini {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 36px;
    max-width: calc(100% / 2 - 15px);
}

.block_list_tea {
    flex-wrap: wrap;
}

.block_item_tea, .block_item_tea:nth-child(3) {
    max-width: calc(100% / 2 - 15px);
    width: 100%;
    margin-bottom: 32px;
}

.block_list_tea {
    margin: 0;
    justify-content: space-around;
}

.block_item_tea p {
    margin: 0 0 0 16px;
}
.s-about {
    overflow: hidden;
}

.block_list_about {
    flex-direction: column;
}

.block_item_about {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 64px;
}

.block_item_about:nth-child(2) .block_img_about,.block_item_about:nth-child(1) .block_img_about, .block_item_about:nth-child(3) .block_img_about {
    padding-bottom:32px;
    margin-bottom:0;
}
}
@media(max-width:767.5px){
    .pic_pc, .hide_mob {
        display: none!important;
    } 
    
    .link_banner .pic_mob {
        max-width:100%;
        width:auto;
        border-radius:10px;
        display: block;
        margin: 0 auto;
    }
	.block_list_tea {
		flex-direction: column;
	}

	.block_item_tea, .block_item_tea:nth-child(3) {
		flex-direction: column;
		max-width: 261px;
		margin: 0 auto 50px;
		text-align: center;
		padding: 0;
	}

	.block_item_tea img {
		display: block;
		margin: 0 auto 20px;
	}

	.block_item_tea p {
		margin: 0;
	}
	.block_item_tea:nth-child(3) p {padding:0;}

	.block_two_banner {
		margin-bottom: 50px;
	}

	.s-group-goods {
		padding-bottom: 0;
	}

	.page_beluha .discount .sec-title, .page_beluha .s-groupsgoods .sec-title, .page_beluha .s-new .sec-title, .page_beluha .s-group-goods .sec-title, .page_beluha .s-about .sec-title {
		font-size: 18px;
		line-height: 22px;
	}

	.page_beluha .card-title__link span, .page_beluha .card-price span {
		color: #FFFAF2;
	}

	.page_beluha .s-new {
		padding-bottom: 30px;
	}

	.block_item_about .block_title {
		font-size: 18px;
		line-height: 22px;
	}

	.block_item_about .block_desc {
		font-size: 14px;
		line-height: 17px;
	}

	.block_item_about:last-child {
		margin-bottom: 0;
	}

	.btn_about_catalog {
		margin-top: 40px;
	}
	.block_two_banner {
		flex-direction: column;
	}

	.block_two_banner .block_item_banner {
		width: 100%;
	}
	.s-group-goods {
		padding-top: 50px;
	}
	.s-group-goods {
    padding-top: 50px;
}

.link_banner {
    margin: 0 auto 10px;
}

.block_banner_two_mini {
    flex-direction: column;
}

.block_item_mini {
    margin: 10px 0;
    max-width: 100%;
	
    justify-content: center;
    align-items: center;
    display: flex;
}

.block_banner_big {
    margin-bottom: 20px;
    background: url(/local/templates/smartbee/picture/banner_big_mob.jpg) no-repeat center/cover;
}

.block_txt_banner_big img {
    max-width: 117px;
    margin: 0 auto 6px;
}

.block_txt_banner_big {
    margin: 8px auto 0;
}

.block_txt_banner_big .block_title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
}

.block_txt_banner_big p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
}
.block_txt_banner_big p img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.block_banner_big {
    display: flex;
}

.block_banner_big .container {
}

.block_txt_banner_big .btn {
    margin: 10px auto 20px;
    display: block;
    height: auto;
    padding: 9px 16px;
}
}
@media(min-width:768px){
    .pic_mob, .hide_pc {
        display: none!important;
    }
}

/*t118434*/

.header-btnCatalog.btn--green {box-shadow:unset;}
.header-btnCatalog.btn--green:hover{background: #F59F24;}
.header-bottom__navWrap .df {
    justify-content: space-between;
}
.header-top__wrap .catalog-pupop  .js-item-catalog.js-item-catalog--green {
    max-width:130px;
    width:100%;
    text-align:center;
    color: #029410;
    border-color: #029410;
	
    font-weight: 600;
}
.header-top__wrap .catalog-pupop .js-item-catalog.js-item-catalog--green:hover {
    background: rgb(2 148 16 / 0.5);
    color: #029410;
    border-color: transparent;
}
.header-top .logo {
	padding-left:0;
} 
.header-top .container:before, .header-top .container:after {
    display: none;
}
.product-item-button-container .btn, .link_buy_oneclick {
    font-weight: 500;
}
.new-card__bottom {position: relative;}
.stick-good {
    position: absolute;
    right: 12px;
    top: 0;
    padding: 5px 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #454440;
    color: #FFFFFF;
}

.stick-good:after {
    width: 12px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='25' viewBox='0 0 48 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H48L39 12.5L48 25H0V0Z' fill='%23454440'/%3E%3C/svg%3E%0A");
    background-position: center right;
}

span.bx-filter-param-text[title="Smart Bee"] {
    font-style: normal;
    font-weight: 600;
    color: #F59F24;
}

span.bx-filter-param-text[title="Предгорья Белухи"] {
    font-style: normal;
    font-weight: 600;
    color: #331B5F;
}
.product-item-button-container.btn--dark {
    max-width: 100px;
}

.card-bottom__btns {
    width: 100%;
}
@media(min-width:701px){
    .header, .overHide2 .header {
		position: fixed;
		top: 0;
		z-index: 1040;
		width: 100%;
	 }
    body{
        padding-top:150px;
    }
}

@media(max-width:700px){
	
.stick-good {
    position: relative;
    right: 0;
    width: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.forUser-item .count {top:-5px;}

	.header-top__wrap{height:50px;}
	.forUser-item__img {width:25px;height:25px;margin-bottom:0;}
	.forUser-item__img svg {
		width:25px;height:25px;
	}
	.header-top__forUser.forUser.df {
		flex-direction: row-reverse;
		margin-top:5px;
	}
	.forUser .auth {
		margin-right: 0;
		margin-left: 25px;
	}

	.favorit.forUser-item {
		margin-right: 0;
		margin-left: 25px;
	}
}
@media(max-width:767.5px){
	.banner-left__wrap {
		border-radius: 0;
		padding: 0 10px;
	}
}

.btn_form_expert {
    padding: 23px 14px;
    display: block;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    background: #FFA500;
    border-radius: 10px;
}

.lksidebar-nav li.link_btn {
    height: auto;
}

.btn_form_expert:hover {
    background: #EB9100;
}
@media(max-width:972px){
	.btn_form_expert {
		margin-top: 0;
	}
}
.flex-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.js--block-map.block-map {
    margin-bottom: 32px;
}
