/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.form-age18plus .form_footer {
    text-align: center;
}

.form-age18plus h2,
.form-age18plus h4 {
    text-align: center;
}

.button-wide
input.button-wide,
button.button-wide {
    display: block;
    margin: 5px 0 !important;
    width: 100%;
}

.jqmOverlay.jqmOverlay-modal {
    background: rgba(0, 0, 0, .8);
}

.basket_wrapp .wraps_icon_block.age:before {
    background: url("../images/svg/age.svg") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: -9px;
    left: -4px;
}

.__applyed,
.__applyed:hover {
    background-color: #962E39;
}

.popup {
    right: auto;
    left: 50%;
    margin-left: 0 !important;
    transform: translateX(-50%);
}

body .basket-item-price-title,
body .basket-item-amount-field-description,
body .measure {
    display: none !important;
}

.brands_list li {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
}

.brands_list li img {
    display: none;
}

#main {
    /*background-image: url(/upload/iblock/65e/4485a7f205559049c9d6c43a15a190bf.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;*/
    background-color: #FFFFFF;
    opacity: 1;
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
}

.bg_image_site {
    display: none;
}

.brands_list .has_bg {
    position: relative;
}

.brands_list .has_bg a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text, .sku_props .bx_item_detail_size ul li span:before {
    content: "МРЦ: ";
}

.bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text, .sku_props .bx_item_detail_size ul li span:after {
    content: " ₽";
}

form[name="WHOSAL_EBUYERS"] textarea[data-sid="MESSAGE"] {
    max-height: 354px;
}

.optAdvantages {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.optAdvantages .optAdvantagesBonus {
    display: flex;
    flex: 0 0 26%;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    padding: 30px;
    margin-bottom: 20px;
}

.opt-item-Advantages {
    display: flex;
    flex-basis: 260px;
    flex-direction: column;
}

.optAdvantages .optAdvantagesBonus img {
    display: flex;
    margin-right: 20px;
    max-width: 60px;
}

.optAdvantages .optAdvantagesBonus p {
    margin-bottom: 0;
    color: #8f2c30;
    font-weight: 900;
    font-size: 22px;
}

.label_block {
    padding: 0 0 21px;
    margin: -18px 0 0;
    position: relative;
    display: block !important;
    box-shadow: none;
    top: 0;
}

.filter input[type="radio"] + label:before,
.bg_block:before {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}

.filter input[type="radio"] + label:after,
.bg_block1:after {
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
}

form[name='WHOSAL_EBUYERS'] .label_block {
    margin: 0;
    padding: 0;
}

filter .label_block span.required {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: #e62222;
}

.licence_block label[for="licenses_popup_WHOSAL_EBUYERS"] {
    margin-bottom: 20px;
}

.filter input[type="radio"]:checked + label:after {
    background: #9e3135;
}

.btn.btn-default {
    color: #FFF;
}

.__deny {
    position: relative;
}

.__deny:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
}

.ask_small_block + .news_blocks {
    margin-top: 20px;
}

.title_block.mr0 {
    margin-right: 0;
}

.linked_block_products .item_block + .item_block {
    border-top: 1px solid #EAEBEC;
}

.popupOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    background: rgba(0, 0, 0, .4);
}

.popup.best {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    height: auto;
    background-color: #fff;
    z-index: 99;
    border-radius: 11px;
    -webkit-border-radius: 11px;
}

.popup.best .popup-header {
    position: relative;
    padding: 140px 140px 32px 140px;
    /*background: url("../images/weareopened.jpg") center / cover no-repeat;*/
    background: url("../images/pic_up_time.png") center / cover no-repeat;
    border-radius: 5px;
}

.popup.best .popup-header .popup-title {
    font-family: "Ubuntu", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.145em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.popup.best .popup-header .popup-closed {
    position: absolute;
    top: 12px;
    width: 24px;
    height: 24px;
    right: 12px;
    border-radius: 50px;
    cursor: pointer;
    background: transparent url("../images/svg/close-circle.svg") center / cover no-repeat;
    filter: drop-shadow(1px 1px 2px black);
}

.popup.best .popup-cnt {
    padding: 32px 80px 64px 80px;
    text-align: center;
}

.popup.best .popup-cnt p {
    font-family: "Ubuntu", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #333236;
    margin-bottom: 32px;
}

.popup.best .popup-cnt .button {
    padding: 16px 80px;
}

.alert-18plus{
    background: #F9F9F9;
    position: relative;
    margin: 15px 0 10px 0;
    padding: 20px 30px;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #eaebec;
    transition: box-shadow ease 0.2s, border ease-out 0.2s;
}

.alert-18plus p{
    line-height: 24px;
    font-size: 14px;
}

.alert-18plus p:last-child{
    margin-bottom: 0;
}

.flexslider .slides > li{
    position: relative;
    z-index: 11;
}

.wrapper_inner.front:after {
  content: "";
  display: table;
  clear: both;
}

/* .love_february_day .wrapper_inner{ */
    /* background-color: transparent; */
/* } */

.march8:before{
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../images/left_8m.svg") 100% 0 repeat-y #FFF;
    background-size: 100%;
    z-index: -1;
}

.march8:after{
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/right_8m.svg") 100% 0 repeat-y #FFF;
    background-size: 100%;
    z-index: -1;
}

.march8 .footer_inner.no_fill,
.march8 .refranchise_form{
    background-color: #f3f3f3e6;
}

.march8 .news__list{
    background-color: #FFF;
}

.popular_block--gifts-14-23-8 .popular_link{
    padding-top: 120px;
}


.popular_block--gifts-14-23-8{
    height: 240px;
  /*   background: url(../images/gifts-14-23-8.jpg) no-repeat 88px 50%;
  background: url(../images/rectangle-132.png) no-repeat 88px 50%;*/
    background-size: contain;
}

.menu_item--catalog-sale- > a,
.menu_top_block.catalog_block .dropdown > li.full:first-child > a,
.menu_top_block li.catalog > .dropdown > li:first-child a{
    background: #d70000 !important;
    color: #FFF !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
}

.menu_top_block li.catalog > .dropdown > li:first-child:hover > a,
.menu_top_block li.catalog > .dropdown > li:first-child:hover > a:before,
.menu_top_block.catalog_block .dropdown > li.full:first-child:hover > a,
.menu_top_block.catalog_block .dropdown > li.full:first-child:hover > a:before,
.menu_top_block li.catalog > .dropdown > li:first-child:hover a:before,
.menu_top_block li.catalog > .dropdown > li:first-child:hover a,
.menu_top_block li.catalog > .dropdown > li:first-child a:hover:before,
.menu_top_block li.catalog > .dropdown > li:first-child a:hover{
    background: #FD0000;
    color: #FFF;
}

.__blur{
	overflow: hidden;
}

.__blur .wrapper{
	filter: blur(14px);
}


.guest .only_18_plus .basket-item-image{
	
}

.guest .only_18_plus .bx-soa-item-imgcontainer{
	filter: blur(6px) !important;
}

.guest .only_18_plus .image_wrapper_block img{
	filter: blur(4px) !important;
}


.guest .only_18_plus .thumb img{
	filter: blur(9px) !important;
}
.guest .news_detail_wrapp.only_18_plus img{
	filter: blur(15px) !important;
}
.guest .module-cart .only_18_plus .thumb img{
	filter: blur(5px) !important;
}
.guest .only_18_plus .item_slider img{
	filter: blur(15px) !important;
}

.guest .fancybox-blur .fancybox-image{
	filter: blur(25px) !important;
}

.jqmOverlay, .popup-window-overlay{
	background: rgba(0,0,0, .5);
}

.age18plus_frame{
	position: fixed;
	top: 20px !important;
}

.age18plus_frame .button-wide{
	display: block;
	margin-left: 0 !important;
}

@media (max-width: 1100px){
    .popular_block--gifts-14-23-8 {
        background-size: cover;
    }
}

@media screen and (max-width: 1200px) {
    .optAdvantages + .wrapper_inner > div {
        margin-right: unset !important;
    }
}

.form.form-age18plus .form_head h2{
	line-height: 130%;
}

@media (max-width: 768px){
	.age18plus_frame{
		left: 0;
		top: 0 !important;
		right: 0;
		width: 100%;
		margin: 0;
		transform: none;
		min-width: 150px;
		max-width: 100%;
	}
	
	.popup.age18plus_frame .form .form_head{
		padding: 15px 10px 15px 10px;
	}
	
	.popup.age18plus_frame .form .form_body{
		padding: 15px 15px 6px;
	}
	
	.popup.age18plus_frame .form .form_footer{
		padding: 0 15px 12px;
	}
}

@media (max-width: 600px) {
    .linked_block {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .optAdvantages {
        justify-content: center;
    }
    .popup.best .popup-cnt p {
        margin-bottom: 22px;
    }
    .popup.best {
        max-width: 320px;
    }
    .popup.best .popup-header {
        padding: 140px 30px 22px 30px;
    }
    .popup.best .popup-cnt {
        padding: 32px 30px 24px 30px;
    }
    .popup.best .popup-header .popup-title {
        font-size: 16px;
        line-height: 18px;
    }
    .popup.best .popup-cnt .button {
        padding: 16px 60px;
    }
}

.menu_top_block.catalog_block .dropdown > li.full.sale-link > a,
.menu_top_block.catalog_block .dropdown > li.full.new-year-link > a,
.menu_top_block.catalog_block .dropdown > li.full.gift-cards-link > a,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-sale-,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-novyy_god- {
    font-size: 13px !important;
    color: #555 !important;
    background: #F9F9F9 !important;
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu_top_block.catalog_block .dropdown > li.full.sale-link > a:before,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-sale-:before {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('../images/svg/sale-icon.svg');
    background-color: unset !important;
    position: static;
}

.menu_top_block.catalog_block .dropdown > li.full.new-year-link> a:before,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-novyy_god-:before {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('../images/svg/tree-icon.svg');
    background-color: unset !important;
    position: static;
}

.menu_top_block.catalog_block .dropdown > li.full.gift-cards-link> a:before {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('../images/svg/gift-card-icon.svg');
    background-color: unset !important;
    position: static;
}

.menu_top_block.catalog_block .dropdown > li.full.sale-link > a:hover,
.menu_top_block.catalog_block .dropdown > li.full.new-year-link > a:hover,
.menu_top_block.catalog_block .dropdown > li.full.gift-cards-link > a:hover,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-sale-:hover,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-novyy_god-:hover {
    background-color: #F9F9F9 !important;
    border-left: 3px solid #555;
}

.menu_top_block.catalog_block .dropdown > li.full.sale-link:hover > a::before,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-sale-::before {
    position: relative !important;
    background: url('../images/svg/sale-icon.svg') !important;
    height: 32px !important;
    width: 32px !important;;
}

.menu_top_block.catalog_block .dropdown > li.full.new-year-link:hover > a::before,
.menu_top_block li.catalog .dropdown > li > a.menu_item--catalog-novyy_god-::before {
    position: relative !important;
    background: url('../images/svg/tree-icon.svg') !important;
    height: 32px !important;
    width: 32px !important;;
}

.menu_top_block.catalog_block .dropdown > li.full.gift-cards-link:hover > a::before {
    position: relative;
    background-color: unset !important;
    background-image: url('../images/svg/gift-card-icon.svg') !important;
}

.articles-list .item.only_18_plus .thumb,
.item.only_18_plus .detail_picture_block{
	position: relative;
}

.news_detail_wrapp.only_18_plus .detail_picture_block:before,
.articles-list .item.only_18_plus .thumb:before{
	content: "18+";
	font-size: 48px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,0.8);
	line-height: 50px;
	z-index: 99;
	margin-top: -25px;
}

.news_detail_wrapp.only_18_plus .detail_picture_block:before{
	font-size: 62px;
	line-height: 70px;
	margin-top: -35px;
}

.news_detail_wrapp.only_18_plus .detail_picture_block:after{
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 101;
	visibility: visible;
}

.sign--18-plus {
    font-weight: 700;
    font-size: 1rem;
    color: #A13337;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

li.full.current > a .sign--18-plus {
    color: #FFF;
}

.tizers-wrapper {
    display: flex;
    gap: 52px;
    margin-top: 64px;
    margin-bottom: -42px;
}

.tizers_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tizers_block .item {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
}

.tizers-wrapper .tizers_block .item .title {
    width: 70%;
}

.tizers_block .item .img {
    margin-right: 15px;
}

.can-order {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 228px;
    flex-shrink: 0;
}

.car-order__title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #555555;
    margin: 0;
}

.can-order__phone {
    color: #952F33;
    font-size: 1.25rem;
    font-weight: 500;
}

.tizers_block a .title {
    color: #9e3135 !important;
}

@media (max-width: 1000px) {
    .tizers_block {
        grid-template-columns: repeat(2, 1fr);
    }

    .tizers_block .item {
        display: inline-block;
    }
}

@media (max-width: 680px) {
    .tizers-wrapper {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: unset;
        gap: 1.25rem;
    }

    .can-order {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 380px) {
    .tizers-wrapper .tizers_block .item .title {
        width: auto;
    }
}