@media screen and (max-width: 768px) {
    .filters_list {
        position: unset!important;
        opacity: 1!important;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        overflow: visible;
        height: auto!important;
    }

    .trigger_delete {
        position: relative!important;
    }

    .trigger_delete::before, .trigger_delete::after {
        top: 15px;
        right: 9px;
    }

    .list_all {
        display: none!important;
    }
}

/*.banner_background_picture {*/
/*    height: 331px;*/
/*}*/

.image_banner {
    /*height: 100%;*/
    background-size: cover!important;
}

.da_c2 {
    @media screen and (min-width: 1024px) {
        margin-top: 5%;
    }
}

.delivery_adresses_part {
    @media screen and (min-width: 1024px) {
        margin-top: 0px!important;
    }
}

.expand_info_product {
    @media screen and (max-width: 767px) {
        right: -120px !important;
    }
}

.expand_info_product_arrow {
    @media screen and (max-width: 767px) {
        right: 120px!important;
    }
}

.badge_img_cart.energy_a {
    background-image: url("/img/design/badge_energy_a_60x33.svg");
}

.badge_img_cart.energy_b {
    background-image: url("/img/design/badge_energy_b_60x33.svg");
}

.badge_img_cart.energy_c {
    background-image: url("/img/design/badge_energy_c_60x33.svg");
}

.badge_img_cart.energy_d {
    background-image: url("/img/design/badge_energy_d_60x33.svg");
}

.badge_img_cart.energy_e {
    background-image: url("/img/design/badge_energy_e_60x33.svg");
}

.badge_img_cart.energy_f {
    background-image: url("/img/design/badge_energy_f_60x33.svg");
}

.badge_img_cart.energy_g {
    background-image: url("/img/design/badge_energy_g_60x33.svg");
}

.badge_img_cart {
    width: 65px;
    height: 35px;
    flex-shrink: 0;
    margin-bottom: 6px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.energy_link_margin_cart {
    margin-top: 3%;
}

.shown_on_mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .shown_on_mob {
        display: block;
    }
}

.mob_col {
    display: none;
    @media screen and (max-width: 767px) {
        display: block;
        margin-top: 5%;
    }
}

.eprel-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.eprel-popup-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 700px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eprel-popup-content img {
    max-height: 70vh;
    width: auto;
    object-fit: contain;
}

.eprel-close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #f1f1f1;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.eprel-close:hover {
    color: #999;
}

/*.promo_slider {*/
/*    height: 185px;*/
/*    @media screen and (min-width: 1024px) {*/
/*        height: 420px;*/
/*    }*/
/*}*/

.badge_side_type {
    @media screen and (max-width: 767px) {
        right: -10px!important;
    }
    @media screen and (min-width: 1280px) {
        top: -5px!important;
    }
}

.card_title_side_type {
    @media screen and (max-width: 767px) {
        height: 62px!important;
    }
    @media screen and (min-width: 768px) and (max-width: 1279px) {
        height: 80px!important;
    }
}

.description-slideshow {
    position: relative;
    margin: auto;
}

.description-slide {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: white;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: white;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active_slide, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.quick_warning_text {
    font-weight: 200!important;
    margin-top: 0px!important;
}

.quick_warning_text_bold {
    margin-top: 0px!important;
}

.quic_warn_icon {
    margin-right: 15px;
}

.text_bold {
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .opendoc img {
        max-width: 100% !important;
    }

    .prev {
        left: 0;
    }
}

.gift_card_cancel_line {
    width: 140px;
    margin-top: 12px;
    margin-left: auto;

}

.gift_card_cancel_line a {
    color: #00aeef;
}

.gift_card_cancel_line a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .gift_card_cancel_line {
        width: auto;
        margin: 8px 0 0 20px;
    }
}

@media (max-width: 767px) {
    .gift_card_cancel_line {
        margin-top: 6px;
        width: 181px;
    }
}

.flex_column{
    flex-flow: column;
}

.margin_left_1{
    margin-left: 1%;
}

.margin_left_8{
    margin-left: 8%;
}

.margin_left_12{
    margin-left: 12%;
}

.margin_left_13{
    margin-left: 13%;
}

.margin_top_12 {
    margin-top: 12%;
}

.margin_top_6 {
    margin-top: 6%;
}

.margin_top_4 {
    margin-top: 4%;
}

.no_margin_top {
    margin-top: 0px!important;
}

.category_title_14 {
    height: 14%!important;
}

.width90 {
    width: 90%;
}

.side_by_side {
    display: flex;
    flex-flow: row;
    margin-top: 2%;
    @media screen and (max-width: 767px) {
        flex-flow: column;
    }
}

.field_cols_contacts {
    display: flex;
    flex-flow: row;
    @media screen and (max-width: 767px) {
        flex-flow: column;
    }
}

.field_contacts {
    max-width: 40%;
    flex-grow: 1;
    @media screen and (max-width: 767px) {
        max-width: 100%;
        margin-top: 2%;
    }
}

.field_text_area_contacts {
    max-width: 81%;
    margin-top: 2%;
    @media screen and (max-width: 767px) {
        max-width: 100%;
        margin-top: 4%;
    }
}

.message {
    height: 200px;
}

.contacts_submit_btn_line {
    width: 25%;
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.flex_equal {
    flex: 1;
}

.right_element {
    margin-left: 1%;
}

.contacts_google_map {
    width: 100%!important;
}

.text_black {
    color: black!important;
}

.social_menu_block .item {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}

.social_menu_block .item:before {
    content: '';
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social_menu_block .item.fb:before {
    background-image: url(../img/design/social_fb_blue_10x20.svg);
    width: 10px;
    height: 20px;
}

.social_menu_block .item.ig:before {
    background-size: 20px 20px;
    background-image: url(../img/design/social_ig_blue_20x20.svg);
    width: 20px;
    height: 20px;
}

.social_menu_block .item.tw:before {
    background-size: 20px 20px;
    background-image: url(../img/design/social_tw_blue_28x24.svg);
    width: 20px;
    height: 20px;
}

.social_menu_block .item.tk:before {
    background-size: 30px 21px;
    background-image: url(../img/design/social_tk_blue_48x34.svg);
    width: 30px;
    height: 21px;
}

.mobile_block_header {
    background: #e8e9ea;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 30px 7px 17px;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contacts_title {
    display: none;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    min-height: 60px;
    padding: 12px 58px 12px 20px;
    align-items: center;
    background: #ffffff;
    cursor: pointer;
    @media screen and (max-width:1280px) {
        display: flex;
    }
    @media screen and (max-width:1280px) and (min-width:932px) {
        margin-left: 34px;
        margin-right: 34px;
    }
}

.flex_contacts_menu {
    display: flex;
    flex-flow: row;
    @media screen and (max-width: 1280px) {
        flex-flow: column;
    }
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

#credential_picker_iframe {
    display: none !important;
}

.auto_generated{
    font-size: 12px;
    line-height: 17px;
    color: #bdbdbd;
    margin-top: 50px;
}

.color_price_blue {
    color: #00aeef;
}

@media screen and (max-width: 932px) {
    .hide_mob {
        display: none!important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .card_list_mobile {
        margin-top: -10px!important;
    }

    .filters_left {
        display: block!important;
    }
}

@media screen and (max-width: 1280px) {
    .contacts_title{
        display: none!important;
    }
}

/*@media screen and (max-width: 767px) {*/
/*    .slider-inner_popular10 {*/
/*        height: 300px;*/
/*    }*/

/*    .main_product_card_popular {*/
/*        height: 100%!important;*/
/*    }*/
/*}*/

