.modal {
    display: none;
}
#qr-modal {
    width: 100%;
    padding: 5px 10px;
}
#html5-qrcode-anchor-scan-type-change {
    visibility: hidden;
}
#qr-reader button {
    min-height: 40px;
}
.bottom__navigation {
    background-color: #1e1e1e;
    min-height: 42px;
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 30;
}
.bottom__navigation-block {
    padding: 3px 55px;
    display: flex;
    align-items: center;
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}
.bottom__navigation-block .checkbox_block [data-filter=brand] {
	display: none;
}
.bottom__navigation-block .checkbox_block.brand {
	margin: 0;
}
.line {
    width: 1px;
    height: 35px;
    background-color: #505050;
}
.bottom__navigation .checkbox_block .checkbox:before{
    background: transparent;
}
.bottom__navigation label, .bottom__navigation span {
    color: white;
    font-size: 13px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.bottom__navigation-block .youtube {
    margin-right: 30px;
    width: 32px;
    height:32px;
    background-image: url("images/youtube.png");
}
.bottom__navigation-block .youtube:hover{
    background-image: url("images/youtube_active.png");
}
.bottom__navigation-block .reset {
	margin-left: 17px;
	margin-right: 45px !important;
}
.bottom__navigation-block .reset > * {
    cursor: pointer;
}
.bottom__navigation-block .reset > div {
    position: absolute;
    top: 7px;
    right: -30px;
    width: 18px;
    height:18px;
    background-image: url("images/reset.png");
}
.bottom__navigation-block .reset:hover > div{
    background-image: url("images/reset_active.png");
}
.bottom__navigation-block .basket {
    position: absolute;
    top: 0px;
    left: 35px;
    width: 31px;
    height: 32px;
    background: url("images/cart_disabled.svg") no-repeat;
}
.basket + label{
    margin-left:80px;
}
/*
.bottom__navigation-block .basket:hover{
	background-image: url("/assets/img/bot-nav-basket-ac.png");
}
*/
.bottom__navigation-block .basket.basket-active{
    background-image: url("images/cart_active.svg");
}
.bottom__navigation-block .checkbox_block, .bottom__navigation-block .footer_block {
    margin-right: 25px;
    position: relative;
}
.bottom__navigation .basket-footer__button__checkout {
    width: 144px;
    height: 30px;
    padding: 0px;
    font-size: 13px;
    position:absolute;
    right: 70px;
}
.basket-footer__button__checkout.no-active {
    background-color: #c8c8c8 !important;
    background-image: none;
    border-color: #c8c8c8 !important;
    cursor: default;
}


.date_filter-wrapper{
    width: 100%;
}
.date_filter-wrapper .date_filter-block{
    padding: 0 5px 0 5px;
    background: #f0f0f0;
    max-width: max-content;
    margin-bottom: 5px;
}
.date-filter-title__block{
    padding: 10px 0;
    min-width: max-content;
}
.date_filter-wrapper .date_filter-block .checked{
    margin: 0 5px;
    color: #eb5e0b;
    cursor: pointer;
}
.date_filter-wrapper .date_filter-block .rotated{
    margin: 2px 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #eb5e0b;
    border-left: 1px solid #eb5e0b;
    transition: transform 0.3s ease;
    transform: rotate(225deg);
    padding: 0;
}
.date_filter-wrapper .date_filter-block .unrotated{
    margin: 2px 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #eb5e0b;
    border-left: 1px solid #eb5e0b;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    padding: 0;
}
.date_filter-wrapper .date-filter-description{
    right: 0;
    top: 36px;
    display: none;
    position: absolute;
    font-size: inherit;
    font: inherit;
    width: 95px;
    margin-left: auto;
    background: #f0f0f0;
    padding: 5px;
}
.date_filter-wrapper .date-filter-input{
    display: none;
}
.date_filter-wrapper .date-filter-label{
    display: block;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.date_filter-wrapper .date-filter-label:hover{
    color: #eb5e0b;
}

.bottom__navigation .date_filter-wrapper {
    width: auto;
    /*display: none;*/
    display: inline-block;
}

.bottom__navigation .date_filter-wrapper .date_filter-block{
    background: transparent;
}

.bottom__navigation .date_filter-wrapper .date_filter-block .date-filter-title__block{
    padding: 0;
}

.bottom__navigation .date_filter-wrapper .date_filter-block .checked{
    padding-right: 10px;
}

.bottom__navigation .date_filter-wrapper .date-filter-description{
    top: auto;
    bottom: 27px;
    background: rgb(30, 30, 30);
}

.bottom__navigation .date_filter-wrapper .date_filter-block .rotated,
.bottom__navigation .date_filter-wrapper .date_filter-block .unrotated{
    margin: 0;
}

.basket-label{display: inline-block;}
.footer_block.basket-icon .basket-label{margin-left: 80px;}

@media (max-width: 1199px){
    .bottom__navigation-block {
        padding: 3px 15px;
    }
    .bottom__navigation-block .youtube, .bottom__navigation-block .checkbox_block, .bottom__navigation-block .footer_block {
        margin-right: 15px;
    }
    .bottom__navigation-block .basket {
        left: 15px;
		top: 0;
    }
    .basket + label {
        margin-left: 60px;
    }
    .bottom__navigation .basket-footer__button__checkout {
        right: 15px;
        margin-top: 0px;
        width: 120px;
    }
}
@media (max-width: 991px){
    .bottom__navigation-block .youtube, .bottom__navigation-block .checkbox_block, .bottom__navigation-block .footer_block {
        margin-right: 10px;
    }
    .bottom__navigation-block {
        padding: 3px 5px;
    }
    .bottom__navigation label {
        font-size: 11px;
    }
    .bottom__navigation-block .basket {
        left: 8px;
		top: 4px;
    }
    .basket + label {
        margin-left: 45px;
    }
    .bottom__navigation .basket-footer__button__checkout {
        right: 5px;
        width: 110px;
        font-size: 11px;
    }
    .bottom__navigation .mob label {
        max-width: 70px;
    }
	.bottom__navigation-block .reset {
		margin-left: 10px;
	}
}
@media (max-width: 767px){
    .checkbox_block, .bottom__navigation-block .youtube, .line, .footer_block.reset {
        /*display: none;*/
    }
    .subscribe__form.mob {
        display: block;
    }
    .bottom__navigation .mob label {
        max-width: inherit;
    }
}
@media (max-width: 390px){
    .bottom__navigation .basket-footer__button__checkout {
        width: 90px;
    }
    .bottom__navigation .mob label {
        max-width: 80px;
        width: auto;
    }
    .bottom__navigation-block .basket {
        top: 8px;
    }
}

.footer-filterpane
{
    display: flex;
    align-items: center;
}

.footer-data
{
    display: flex;
    align-items: center;
}

.footer-filterpane-opener
{
    display: none;
    color: #ffffff;
    background-color: #625f5e;
    font-size: 14px;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 6px;
    margin-right: 5px;
}

.footer-filterpane-opener:hover
{
    text-decoration: none;
}

.footer-filterpane-opener.active
{
    background-color: #f63403;
}

.footer_block .basket_counter{display: none;}

@media (max-width: 1080px)
{
    .footer-filterpane-opener
    {
        display: block;
    }

    .footer-filterpane
    {
        flex-direction: column;
        position: fixed;
        bottom: 42px;
        background: #1e1e1e;
        left: 0;
        display: none;
        align-items: start;
        padding: 20px 0;
    }

    .footer-filterpane.visibility
    {
        display: flex;
    }

    .footer-filterpane > .line{display: none;}
    .footer-filterpane > .checkbox_block, .footer-filterpane > .footer_block
    {
        margin-left: 0 !important;
        padding: 2px 15px;
        border-bottom: 1px solid #2e2e2e;
        width: 100%;
        cursor: pointer;
    }

    .footer-filterpane > .checkbox_block:hover, .footer-filterpane > .footer_block:hover
    {
        border-bottom: 1px solid #eb5e0b;
    }

    .footer-filterpane > .checkbox_block.brand{display:none;}
    .bottom__navigation .date_filter-wrapper .date-filter-description{box-shadow: 0px 1px 1px 0px;}

    .footer_block.basket-icon label{display: none;}
    .footer_block.basket-icon .basket{position: static}

    .footer_block.basket-sum{margin: 0;}
    .footer_block.basket-sum .basket-sum-header{display: none;}
    
    .footer_block.mob.basket-icon
    {
        position: relative;
    }

    .footer_block.mob.basket-icon .basket-label
    {
        position: absolute;
        margin-left: 0;
        top: 3px;
        right: 0;
    }

    .footer_block.mob.basket-icon .basket-label #fastbasket
    {
        display: block;
        position: absolute;
        color: #eb5e0b;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 19px;
        text-align: center;
        right: -4px;
        top: -4px;
        overflow: hidden;
        padding: 0;
    }

    .footer_block.basket-sum .basket-currency {
        font-size: 13px;
    }

    #plashka .line{display: none;}
    .bottom__navigation-block{justify-content: space-between;}
    .bottom__navigation .basket-footer__button__checkout{position: static;}

    .footer-filterpane > .footer_block.reset
    {
        text-align: center;
        padding: 6px 15px;
    }

    .bottom__navigation-block .reset > div
    {
        position: static;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: -4px;
    }
}

.qr {
    display: none;
}

@media (max-width: 500px){
    .qr {
        display: block;
    }

    .bottom__navigation .basket-footer__button__checkout {
        display: none;
        width: 144px;
        height: 30px;
        padding: 0px;
        font-size: 13px;
        position:absolute;
        right: 70px;
    }
    .basket-footer__button__checkout.no-active {
        display: none;
        background-color: #c8c8c8 !important;
        background-image: none;
        border-color: #c8c8c8 !important;
        cursor: default;
    }
}