.container-w50 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-w50 {
        max-width: 270px
    }
}

@media (min-width: 768px) {
    .container-w50 {
        max-width: 360px
    }
}

@media (min-width: 992px) {
    .container-w50 {
        max-width: 480px
    }
}

@media (max-width: 991px) {
    .navigation-bottom {
        justify-content: center
    }

    .delivery-section-tab-item, .delivery-section-tab-item:focus, .delivery-section-tab-item:hover {
        min-width: auto
    }

    .catalog-pagepanel {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-detail-proplist {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media (max-width: 767px) {
    .top-page {
        padding: 0;
        margin-bottom: 30px
    }

    footer {
        padding-bottom: 0
    }

    footer .socshare {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    footer .socshare > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .catalog-list-item-title {
        font-size: 16px;
        margin: 0 -10px 5px
    }

    .catalog-list-item-prop {
        font-size: 12px;
        margin: 0 -10px
    }

    .top-cart-mobile {
        color: #ca3400;
        font-size: 22px;
        line-height: 14px;
        /*text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff;*/
        border-left: 0;
        margin-left: 0;
    }

    .top-cart-mobile div {
        position: absolute;
        bottom: 0;
        right: 8px;
        padding: 3px;
        border-radius: 50%;
        text-shadow: none;
        font-size: 10px;
        width: 20px;
        height: 20px;
        color: white;
        background-color: #DD2645;
    }

    .catalog-left-brand {
        max-height: 200px;
        max-height: 50vh;
        overflow: auto
    }

    .btn-header-vishlist {
        font-size: 29px;
        color: #B37736;
        opacity: .8
    }

    .btn-header-vishlist {
        width: 60px;
        height: 30px;
        background: no-repeat url(/images/mobile-heart.svg) center center / contain;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        line-height: 27px;
        vertical-align: top;
        text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
    }

    .btn-header-vishlist div {
        position: absolute;
        bottom: 0;
        right: 8px;
        padding: 3px;
        border-radius: 50%;
        text-shadow: none;
        font-size: 10px;
        width: 20px;
        height: 20px;
        color: white;
        background-color: #DD2645;
        line-height: 14px;
    }
}

@media (max-width: 575px) {
    .catalog-detail-proplist {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }

    .main-slider-btn img {
        width: 30px
    }

    .order-list-item-basket-table td {
        padding: 3px 3px;
        font-size: 10px
    }

    .order-list-product-name {
        font-size: 14px
    }

    header .row {
        margin-right: -5px;
        margin-left: -5px
    }

    header .row > .col, header .row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 424px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 90%;
        max-width: 90%
    }

    header > div > .row {
        margin-left: -5px;
        margin-right: -5px
    }

    header > div > .row > * {
        padding-left: 5px;
        padding-right: 5px
    }
}

.btn-mmenu {
    font-size: 32px;
    text-decoration: none;
    outline: 0;
    position: relative;
    line-height: 1em
}

.btn-mmenu, .btn-mmenu:active, .btn-mmenu:focus, .btn-mmenu:hover {
    color: #573138 !important
}

.btn-mmenu > .forclose {
    visibility: hidden;
    transition: visibility 0 linear .25s, transform .25s ease-in;
    position: absolute;
    top: 3px;
    left: 1px
}

body.open-menu .btn-mmenu > .forclose {
    visibility: visible;
    transform: rotate(180deg);
    transition: visibility 0 linear .25s, transform .25s ease-out
}

.btn-mmenu > .foropen {
    visibility: visible;
    transition: visibility 0 linear .25s, transform .25s ease-in
}

body.open-menu .btn-mmenu > .foropen {
    visibility: hidden;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: visibility 0 linear .25s, transform .25s ease-in
}

@media (max-width: 767px) {
    header {
        color: #f9f6ed;
        box-shadow: 0 -3px 20px 0 #333;
        background-color: #fbf8ef
    }

    .top-page:after {
        display: none
    }

    .mmenu {
        position: fixed;
        top: 54px;
        bottom: 100vh;
        right: 0;
        left: 0;
        padding: 0;
        overflow: auto;
        z-index: 6;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    /* body {
        padding-top: 55px
    } */

    body.open-menu {
        overflow: hidden
    }

    body.open-menu .mmenu {
        bottom: 0;
        padding: 30px 0 0;
        z-index: 99
    }

    .mmenu .menu {
        flex-direction: column;
        align-items: baseline
    }

    .mmenu .menu ul {
        position: static;
        background: 0;
        border: 0;
        box-shadow: none
    }

    .mmenu .form-control:focus {
        color: #fff
    }

    .mmenu .menu > li > ul {
        display: block
    }
}

@media (max-height: 380px) {
    .bx-authform .form-top {
        padding-top: 10px
    }

    .bx-authform h3 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .bx-authform .form-control {
        padding: .1rem .75rem
    }

    .bx-authform .form-bottom {
        margin-top: 30px;
        padding-top: 5px
    }

    .bx-authform .form-bottom, .bx-authform .form-top, .bx-authform .popup-bottom {
        padding-left: 25px;
        padding-right: 25px
    }

    .bx-authform .form-group {
        margin-bottom: .5rem
    }
}

@media (max-width: 469px) {
    .navigation {
        margin-top: -30px
    }

    .navigation .navigation-title {
        display: none
    }
}

.catalog-sort:first-letter {
    text-transform: uppercase
}

.small-mobile-logo {
    display: none
}

@media (max-width: 360px) {
    .not-small-mobile-logo {
        display: none
    }

    .small-mobile-logo {
        display: block
    }

    .small-mobile-logo a img {
        width: 35px
    }
}