.orangeBg {
    background-color: #FA4616 !important;
}

.empty_field {
    background-color: #ffcfc2 !important;
}

.orangeBrdr {
    border-color: #FA4616;
}
.orange2 {
    color: #FA4616;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 0.5em;
    height: 0.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: -0.5em auto;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    display: inline-block;
    left: 50%;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.list_item_order_history {
    display: none;
}
.order_history_sp, .bromo_bask {
    cursor: pointer;
}
.promo_item_text_block {
    width:100%;
    min-height: 186px;

}
.left_menu .left_menu_item.active a{
    text-decoration-line: none;
    color: #fff;
    background-color: #002855;
    /* padding: 20px 0 20px 30px; */
}
.display_none, .item_basket:not([pid]), .item_basket_table_tr:not([uniqid]), .green, .orange  {
    display:none;
}

#removefiles {
    cursor: pointer;
}

.promo_item_img {
    background-size: 80%;
    background-color: #F5F6F8;

}

.order_tr  td:first-child {
    min-width: 367px;
}

.epsilon_img.saleimg {
    min-height: 280px;
}

.sale1block .alpha_text{
    padding-top: 107px;
}

.sale2block .alpha_text{
    padding-top: 90px;

}

.sale2block .alpha_text_head {

    padding-bottom: 37px;
}


.sale1block img , .sale2block img{
    max-height: 404px;
    width: 100%;
    visibility: hidden;
}

.sale1block .alpha_text_head {
    text-transform: uppercase;
    padding-bottom: 76px;
}

.grey_block_text_head{
    color: #5B646E;
    font-family: "EtelkaWideMediumPro", sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.sale1block2 .alpha_ico {
    padding-bottom: 60px;
}

.sale2block5 .delta_ico {
    height: auto;
}

@media (max-width: 1199px) {
    .sale1block .alpha_text{
        width: 100%;
        padding-top: 30px;
        /* height: 300px; */
    }

    .sale2block .alpha_text{
        padding-top: 30px;
    }
    .sale1block .alpha_text_head, .sale2block .alpha_text_head {

        padding-bottom: 0px;
    }
    .sale1block .alpha_img, .sale2block .alpha_img {
        height: auto;
    }
}


