bx-404-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bx-404-block {
    margin-top: 100px;
    margin-bottom: 66px;
    text-align: center;
}

.bx-404-block img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.bx-404-text-block {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.bx-404-link {
    text-align: center;
}

.bx-404-link a {
    color: #f7941e;
}

.city-sel {
    text-align: left;
}

.city-sel-center {
    text-align: center;
}

.stiker_wait {
    width: 27px;
}

@media screen and (max-width: 770px) {
    .city-sel {
        text-align: left;
        overflow: hidden;
        max-width: 120px;
        text-overflow: ellipsis;
    }
}

.modals__confbasket {
    font-family: "NotoSans Regular", sans-serif;
}

.container__confbasket {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(26, 26, 26, 0.75);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container__confbasket.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal__confbasket {
    width: 1020px;
    padding: 30px;
    display: none;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: default;
    line-height: 1.15
}

.modal__confbasket .image {
    display: -webkit-inline-flex;
    vertical-align: top;
    width: 48.56%;
    height: 313px;
    border: 1px solid #e5e5e5;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}

.modal__confbasket .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1259px) {
    .modal__confbasket .image {
        height: 261px;
    }
}

@media (max-width: 991px) {
    .modal__confbasket .image {
        width: 38%;
    }
}

@media (max-width: 767px) {
    .modal__confbasket .image {
        width: 100%;
    }
}

.modal__confbasket .text {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 51%;
    line-height: 1.15
}

.modal__confbasket .text .title {
    margin-top: 55px;
    color: #333333;
    font-family: "NotoSans Bold";
    font-weight: 500;
    font-size: 16px;
}

.modal__confbasket .text .art {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.modal__confbasket .text .props {
    margin-top: 40px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.modal__confbasket .text .props span {
    font-family: "NotoSans Bold", sans-serif;
    font-weight: 500;
    display: inline;
}

.modal__confbasket .text .props ruble {
    font-weight: 700 !important;
}

.modal__confbasket .text .props .quantity {
    margin-bottom: 10px;
}

@media (max-width: 1259px) {
    .modal__confbasket .text .props {
        font-size: 14px;
        margin-top: 25px;
    }
}

.modal__confbasket .text .buttons {
    margin-top: 50px;
}

.modal__confbasket .text .buttons .continue__sale {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px dashed #808080;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    margin-left: 30px;
}

.modal__confbasket .text .buttons .continue__sale:hover {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    border-bottom: 1px dashed transparent;
    color: #f7941e;
}

@media (max-width: 1259px) {
    .modal__confbasket .text .buttons .continue__sale {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .modal__confbasket .text .buttons .continue__sale {
        margin-left: 15px;
    }
}

.modal__confbasket .text .buttons .to-cart {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 228px;
    height: 52px;
}

.modal__confbasket .text .buttons .to-cart:hover {
    color: #ffffff;
}

.modal__confbasket .text .buttons .to-cart:focus {
    color: #ffffff;
}

.modal__confbasket .text .buttons .to-cart span {
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .modal__confbasket .text .buttons .to-cart {
        width: 100%;
        margin-bottom: 25px;
    }

    .modal__confbasket .text .buttons .to-cart span {
        margin-right: 0;
    }

    .modal__confbasket .text .buttons .to-cart svg {
        display: none;
    }
}

@media (max-width: 1259px) {
    .modal__confbasket .text .buttons {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .modal__confbasket .text .buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

.modal__confbasket .text h2 {
    position: relative;
    background-image: url("/images/check.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 39px;
    line-height: 29px;
    margin: 0;
    color: #333333;
    font-family: "NotoSans Bold";
    font-weight: 500;
    font-size: 24px;
}

.modal__confbasket h2 {
}

.modal__confbasket .text h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

@media (max-width: 1259px) {
    .modal__confbasket .text h2 {
        background-size: 21px 21px;
        font-size: 18px;
        padding-left: 29px;
    }
}

@media (max-width: 1259px) {
    .modal__confbasket .text {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .modal__confbasket .text {
        width: 61%;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .modal__confbasket .text {
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 1259px) {
    .modal__confbasket {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .modal__confbasket {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .modal__confbasket {
        width: 100%;
        height: 100%;
        padding: 15px;
        overflow-y: auto;
    }
}

.main-btn {
    width: 190px;
    height: 52px;
    box-shadow: inset 0 -3px 0 #f28500;
    background-color: #f7941e;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    font-family: "NotoSans Bold";
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: background-color 0.15s, box-shadow 0.15s;
    transition: background-color 0.15s, box-shadow 0.15s;
}

.main-btn span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.main-btn svg {
    display: inline-block;
    vertical-align: middle;
}

.main-btn:hover {
    box-shadow: inset 0 -3px 0 #f07900;
    background-color: #f68819;
    -webkit-transition: background-color 0.15s, box-shadow 0.15s;
    transition: background-color 0.15s, box-shadow 0.15s;
}

@media (max-width: 1259px) {
    .main-btn {
        width: 170px;
        height: 48px;
    }
}


.product_cart_all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: box-shadow 0.15s, border 0.15s;
    transition: box-shadow 0.15s, border 0.15s;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
    outline: none;
    margin: 1px 10px;
    padding: 20px;
    max-width: 295px;
}

.product_cart_all.fix_widht {
    width: 226px;
}

.product_cart_all:hover {
    -webkit-transition: box-shadow 0.15s, border 0.15s;
    transition: box-shadow 0.15s, border 0.15s;
    box-shadow: 0 0 7px rgba(247, 148, 30, .45) !important;
    border: 1px solid #f7941e;
}

.product_cart_all .card__addbasket {
    /*background-color: #f7941e;*/
    /*color: #f7941e !important;*/
    /*border-color: #fff;*/
}

.product_cart_all .card__addbasket:hover {
    /*border-color: #f7941e;*/
    /*background-color: #fff;*/
}

.product_cart_all .card__addbasket i.basket {
    font-size: 24px !important;
    padding: 0 10px !important;
}

.product_cart_all .new_price {
    margin-top: 8px;
    margin-bottom: -8px;
}

.product_cart_all a.product_image {
    padding-top: 60%;
    height: 150px;
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

.product_cart_all a, .product_cart_all a:active {
    outline: none;
}

.product_cart_all .product__bottom .product__btn {
    width: 56px;
    height: 52px;
    background-color: #f7941e;
    box-shadow: inset 0 -3px 0 #f28500;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: "NotoSans Bold";
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: background-color .15s, box-shadow .15s;
    transition: background-color .15s, box-shadow .15s;
    background-image: url("/images/cart.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1259px) {
    .product_cart_all .product__bottom .product__btn {
        width: 52px;
        height: 48px;
    }
}

.product_cart_all .product__bottom .product__btn:hover {
    box-shadow: inset 0 -3px 0 #f07900;
    background-color: #f68819;
    -webkit-transition: background-color .15s, box-shadow .15s;
    transition: background-color .15s, box-shadow .15s;
}

.product__btn__clear {
    height: 52px;
}

@media (max-width: 1259px) {
    .product__btn__clear {
        height: 48px;
    }
}

.product_cart_all .stikers.stikers-open {
    top: 20px;
}

.stikers .stiker-open {
    vertical-align: middle;
    padding: 4px 5px;
    color: #000;
    font-family: 'NotoSans Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .stikers .stiker-open {
        margin-bottom: 10px;
    }
}

.stikers .stiker-open.stiker_sale2 {
    border-color: #ff5533;
}

.stikers .stiker-open.stiker_top2 {
    border-color: #ff9819;
}

.stikers .stiker-open.stiker_new2 {
    border-color: #7cbf1d;
}

.stikers .stiker-open.stiker_act2 {
    border-color: #7d5ccb;
}

.stikers .stiker-open.stiker_offline {
    border-color: #d9ba74;
}


.product__title_index {
    display: block;
    color: #4d4d4d;
    font-family: 'NotoSans Bold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    margin: 15px 0;
}

@media (max-width: 1259px) {
    .product__title_index {
        font-size: 12px;
        line-height: 18px;
        height: 55px;
    }
}

.product_cart_all .product__props {
    color: #808080;
    font-family: 'NotoSans Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 67px;
    line-height: 1.15
}

.product__props__bottom {
    margin-top: 14px;
}

.product_cart_all .product__props .vendor_code {
    color: #808080;
    font-size: 14px;
}

.product__props .on-stock {
    margin-bottom: 5px;
}

.product__props .order {
    margin-top: 13px;
    line-height: 21px;
}

.product__props .order span {
    display: block;
}

@media (max-width: 1259px) {
    .product_cart_all .product__props {
        font-size: 12px;
        height: 56px;
    }
}

.product__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_cart_all .product__bottom .price_large {
    font-family: "NotoSans Bold";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.8;
    float: none;
    display: inline-flex;
    align-items: center;

}

.product_cart_all .product__bottom .price_large ruble {
    font-weight: 700 !important;
}

.product_cart_all .product__bottom .old_price2 {
    font-family: "NotoSans Bold";
    font-weight: 500;
    color: #f53;
    font-size: 16px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: line-through;
    line-height: 1.15;
}

.product_cart_all .product__bottom .old_price2 ruble {
    font-weight: 700 !important;
}

@media (max-width: 1259px) {
    .product_cart_all .product__bottom .old_price2 {
        font-size: 14px;
    }

    .product_cart_all {
        padding: 10px;
    }

    .product_cart_all .stikers .stiker {
        width: auto;
    }

    .product_cart_all .product__bottom .price_large {
        display: block;
        font-size: 18px;
    }

    .product_cart_all .product__bottom .price_large i {
        font-size: 16px;
    }

    .product_cart_all .product__props .vendor_code {
        font-size: 12px;
        display: block;
    }
}

.history-back {
    display: none;
}

@media screen and (min-width: 1260px) {
    .history-back {
        padding-top: 40px;
        display: block;
        float: left;
        margin-right: 14px;
    }
}

/************* stories ***************************/
.stories h1 {
    margin: 0 0 28px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #333;
}

.stories h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

/*.stories ul,
.stories ol {
    list-style: none;
}*/

.stories ul {
	list-style: disc;
	list-style-position: inside;
}

.stories ul li,
.stories ol li {
    margin-bottom: 4px;
}

.stories ul li:last-child,
.stories ol li:last-child {
    margin-bottom: 32px;
}

.stories ol li::before {
    color: inherit;
}

.stories p + ul,
.stories p + ol {
    margin-top: -20px;
    margin-bottom: 12px;
    line-height: 28px;
}

.stories p {
    font-size: 16px;
    line-height: 26px;
    color: #4c4c4c;
    margin-bottom: 0;
}

.stories p:not(:last-child) {
    margin-bottom: 28px;
}

.stories p + img[class="storie-article__img-big"] {
    display: block;
    margin-top: -16px !important;
}

.stories .storie-article__title-main {
    font-weight: 700;
    font-size: 18px;
}

.stories .storie-article__title-secondary {
    font-weight: 700;
    font-size: 14px;
}

.stories .storie-article__img-big,
.stories .storie-article__img-small {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: auto;
}

.stories .storie-article__img-big {
    margin: 12px 0;
    max-width: 100%;
    width: 100%;
}

.stories .storie-article__img-small {
    max-width: 50%;
}

.stories .storie-article .advice__block {
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 26px;
    background-color: #fef7ef;
}

.stories .storie-article .advice__block span {
    display: inline-block;
    font-weight: 700;
    text-transform: lowercase;
    color: #f7941e;
}

.stories .storie-article .advice__block span::first-letter {
    text-transform: uppercase;
}

.stories .storie-article .item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.stories .storie-article .item-halfed {
    max-width: 47%;
    flex: 1;
}

.stories .storie-article ul,
.storie-article ol,
.storie-article a {
    font-size: 16px;
}

.stories .storie__link {
    font-size: inherit;
    text-decoration: none !important;
    color: #f7941e;
}

/************ tables **********************/
.stories .table-wrapper {
    overflow-x: auto;
}

.stories .storie-article__table-simple,
.stories .storie-article__table-complex {
    width: 100%;
    border-collapse: collapse;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    margin-bottom: 28px;
}

.stories .storie-article__table-simple thead,
.stories .storie-article__table-complex thead {
    background-color: #f7f7f7;
    font-weight: 700;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
}

.stories .storie-article__table-simple thead tr th,
.stories .storie-article__table-complex thead tr th,
.stories .storie-article__table-simple tbody tr td,
.stories .storie-article__table-complex tbody tr td {
    padding: 16px 24px;
    border: 1px solid #e6e6e6;
}

.stories .storie-article__table-simple thead tr th:not(:first-child),
.stories .storie-article__table-complex thead tr th:not(:first-child),
.stories .storie-article__table-simple tbody tr td:not(:first-child),
.stories .storie-article__table-complex tbody tr td:not(:first-child) {
    text-align: center;
}

.stories .storie-article__table-simple tbody tr td,
.stories .storie-article__table-complex tbody tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-align: left;
}

.stories .storie-article__table-simple tbody tr td:first-child,
.stories .storie-article__table-complex tbody tr td:first-child {
    border-left: 1px solid #e6e6e6;
}

.stories .storie-article__table-simple tbody tr td:last-child,
.stories .storie-article__table-complex tbody tr td:last-child {
    border-right: 1px solid #e6e6e6;
}

.stories .storie-article__table-simple tbody tr:nth-child(even),
.stories .storie-article__table-complex tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

@media (max-width: 1259px) {
    .stories .storie-article__table-simple tbody tr td,
    .stories .storie-article__table-complex tbody tr td {
        font-size: 14px;
    }
}

@media (max-width: 1259px) {
    .stories h1 {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 28px;
    }

    .stories p,
    .stories ul,
    .stories ol {
        font-size: 14px;
        line-height: 24px;
    }

    .stories ul li:last-child,
    .stories ol li:last-child {
        margin-bottom: 28px;
    }

    .stories .storie-article ul,
    .storie-article ol,
    .storie-article a {
        font-size: 14px;
    }

    .stories .storie-article .advice__block {
        margin-top: 28px;
        margin-bottom: 28px;
        border-radius: 4px;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 20px;
    }


}

@media (max-width: 991px) {
    .stories ul li:last-child,
    .stories ol li:last-child {
        margin-bottom: 24px;
    }

    .stories .storie-article .item__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stories .storie-article .item__wrapper p {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .stories .storie-article .item-halfed {
        max-width: 100%;
    }

    .stories .storie-article__img-small {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .stories .storie-article .advice__block {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .stories .storie-article__table-simple thead tr th,
    .stories .storie-article__table-simple tbody tr td,
    .stories .storie-article__table-complex thead tr th,
    .stories .storie-article__table-complex tbody tr td {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .stories h1 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .stories h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .stories p {
        font-size: 14px;
        line-height: 24px;
    }

    .stories p:not(:last-child) {
        margin-bottom: 24px;
    }

    .stories p + img {
        display: block;
        margin-top: -12px;
        font-size: 14px;
        line-height: 24px;
    }
}