/* top part */

.top_banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin-bottom: 22px
}

.banner_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 81px
}

.bot_banner {
    width: 100%
}

.bot_banner .button {
    width: 100%;
    max-width: 205px;
    height: 52px;
    border-radius: 10px;
}

.bot_banner .button a {
    color: #ffffff;
    line-height: 52px;
    text-decoration: none;
    font-size: 26px;
}

.content_sales {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: calc(100% - 160px);
}

.airplane_container {
    width: 190px;
    position: relative;
    align-self: stretch;
}

.airplane_absolute {
    width: 100%;
    height: calc(100% - 270px);
    position: relative;
    top: 115px;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/Box1.svg) no-repeat 35px 15px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/Box2.svg) no-repeat 55px 286px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/Box3.svg) no-repeat 65px 674px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/Box4.svg) no-repeat 49px 861px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/Box5.svg) no-repeat 49px 1101px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/line_air.svg) repeat-y;
    left: -32px;
}

.all_sales h1 {
    font-size: clamp(35px, 2.5vw, 88px);
    margin-top: 1rem;
    margin-bottom: -1rem;
}

.main_stores {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 190px auto 0;
}

.store {
    width: 20%;
    flex: 1 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
}

.store img {
    max-width: 90%;
    margin: 0 auto;
}

.main {
    padding: 0;
}

.container-inside.stores {
    max-width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/galax.jpg);
    padding-top: 100px;
    z-index: 0;
    position: relative;
    background-size: cover;
}

.container-inside.sales {
    padding-bottom: 120px;
    z-index: 99;
    position: relative;
    margin-bottom: -260px;
    max-width: 100%;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/desktop/back.png) bottom center;
    background-size: cover;
}

.all_sales {
    max-width: 1440px;
    margin: 0 auto;
}

.mobile,
.tablet {
    display: none;
}

.desktop {
    display: block;
}


/* popup store */

.store_popup {
    cursor: pointer;
}


/* new popup */

.popupStores .right_title h1 {
    text-align: center;
    font-size: 30px;
    color: #1B3B5C;
    margin: 5px 16px;
}

.popupStores .right_desc li {
    text-align: right;
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

.popupStores .right_desc li a {
    color: #F48B20;
    text-decoration: underline;
    font-weight: 500;
}

.popupStores .right_desc li a:hover {
    font-weight: 700;
}

.popupStores .right_desc li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: -14px;
    top: 7px;
    background-color: #ed8e28;
    border-radius: 50%
}

.popupStores .right_desc {
    padding-right: 13px;
    margin-bottom: 14px
}

.popupStores .right_example h5 {
    padding: 0!important;
    margin: 0;
    color: #0F2234;
    font-size: 1.2rem!important;
    font-weight: 700;
    text-align: right
}

.popupStores .right_example .right_img img {
    width: 100%;
    cursor: pointer;
}

.popupStores .regForm.forms {
    padding-top: 0px;
}

.popupStores .leftside h2 {
    font-size: 1.4rem;
    color: #F48B20;
    margin-bottom: 11px;
}

.popupStores .popupAddress_body .addressContent>h2 {
    text-align: center;
}

.zoom_img {
    position: absolute;
    top: 50%;
    right: calc(50% - 12.5px);
    display: none;
}

.zoom_img img {
    cursor: pointer;
}

.img_popup {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 9999;
    text-align: center;
    max-width: 650px;
    padding: 0;
    background: #ffffff;
    border: 20px solid #1b3b5c;
    box-shadow: 0px 0px 3px #ffffff;
    width: 100%;
}

.img_popup img {
    width: 100%;
    max-width: 600px;
}

.close_img {
    color: #1b3b5c;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 33px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    text-transform: lowercase;
}

.accordion-item.only_1 div.accordion-collapse.collapse {
    display: block;
}

div.popupStores h2.accordion-header-store {
    color: #fff;
    font-weight: 500;
    line-height: 18px
}

div.popupStores h2.accordion-header-store>span {
    margin-right: 8px
}

div.popupStores h2.accordion-header-store>img {
    vertical-align: middle
}

div.popupStores .accordion-body .block-content,
div.popupStores .popupAddress_body .accordion-body ul li,
div.popupStores .popupAddress_body .accordion-body ul li label,
div.popupStores .popupAddress_body .accordion-body ul li div {
    background: #1b3b5c;
    color: #fff
}

div.popupStores .popupAddress_body .accordion-body ul li label {
    font-size: 18px;
    padding: 0
}

.popupStores .popupAddress_body li div a {
    color: #fff
}

.popupStores .popupAddress_body a.popupStore.pop_btn,
.popupStores .rightside a.popupStore.pop_btn {
    max-width: 243px;
    margin: 15px auto 9px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border-radius: 5px;
    font-size: 18px;
    color: #fff
}

.popupStores .popupAddress_body a.popupStore.pop_btn:hover {
    text-decoration: none;
    background: #ec9c47
}

.popupStores .popupAddress_body .accordion-body ul li {
    margin-bottom: 8px
}

.popupStores .leftside .popupContent {
    padding-right: 37px;
    padding-left: 38px
}

.popupStores .popupAddress_body .accordion-body ul li .copy_detail {
    padding-right: 0
}

div.popupStores .popupAddress_body .accordion-body ul li label {
    width: 33%
}

.popupStores .popupAddress_body .acc_item .accordion-body ul li {
    margin-bottom: 3px
}

.popupStores .popupAddress_body .addressContent .accordion-item.acc_item {
    background: #E4E4E4;
    height: 31px;
    color: #1B3B5C;
    margin-left: -38px;
    margin-right: -37px;
    padding-right: 37px;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down_blue.svg) no-repeat center left 38px, #E4E4E4;
}

.popupStores .popupAddress_body .addressContent .accordion-item.only_1.acc_item {
    background: 0;
    height: auto;
    margin: 0;
    color: #fff;
    padding-right: 0;
    margin-top: 10px;
}

.popupStores .popupAddress_body .addressContent .accordion-item.acc_item h2 {
    color: #1B3B5C;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 31px;
    cursor: pointer
}

.popupStores .popupAddress_body .addressContent .accordion-item.only_1.acc_item h2 {
    color: #fff;
    margin-bottom: 11px;
    line-height: 18px;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up_white.svg) no-repeat center left;
}

.popupStores .right_title h1 img {
    max-height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.right_example {
    position: relative;
}

div.popupStores .popupAddress_body .accordion-body ul li label {
    width: 36%;
}

.popupAddress_body .accordion-body ul li div.detail {
    width: 47%;
}

#collapse_store4 span.tr_label {
    display: block;
}

.mobile_only {
    display: none;
}

.popupStores .rightside a.popupStore.pop_btn:after,
.popupStores .popupAddress_body a.popupStore.pop_btn:after {
    content: ">";
    display: inline-block;
    margin-right: 1px;
}

.popupStores .popupAddress_body .popupStore.goto a {
    color: #ffffff;
}

.popupStores .popupAddress_body .popupStore.goto a:after {
    display: none;
}

.warehouse_register h3 {
    font-size: 1.2rem;
}

@media screen and (max-width: 1124px) {
    .content_sales {
        width: 100%;
    }
    .banner_box {
        align-items: center;
    }
    .top_banner {
        width: 100%;
    }
    .airplane_absolute {
        left: 0;
    }
}

@media screen and (max-width: 900px) {
    .mobile,
    .desktop {
        display: none;
    }
    .tablet {
        display: block;
    }
    .container-inside.sales {
        padding: 0 40px;
    }
    .all_banners {
        width: calc(100% - 122px);
        max-width: 460px;
    }
    .banner_box img {
        max-width: 100%;
    }
    .airplane_absolute {
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box1.svg) no-repeat 8px 19px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box2.svg) no-repeat 41px 288px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box3.svg) no-repeat 30px 484px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box4.svg) no-repeat 26px 761px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box5.svg) no-repeat 25px 918px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/Box6.svg) no-repeat 14px 1207px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/tablet/line_air.svg) repeat-y;
        top: 110px;
        height: calc(100% - 190px);
    }
    .airplane_container {
        width: 122px;
    }
    .banner_box {
        margin-top: 48px;
    }
    .bot_banner {
        margin-left: 57px;
    }
    .container-inside.sales {
        padding-bottom: 120px;
        margin-bottom: -260px;
    }
}

@media screen and (max-width: 600px) {
    .desktop,
    .tablet {
        display: none;
    }
    .mobile {
        display: block;
    }
    .airplane_absolute {
        width: 100%;
        height: calc(100% - 185px);
        position: relative;
        top: 115px;
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box1.svg) no-repeat 8px 19px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box2.svg) no-repeat 11px 198px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box3.svg) no-repeat 5px 333px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box4.svg) no-repeat 6px 501px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box5.svg) no-repeat 9px 638px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/Box6.svg) no-repeat 4px 797px, url(/National_Library/oe_/https://ushops.co.il/imgs/sales_flags/mobile/line_air.svg) repeat-y;
        left: 0;
    }
    .airplane_container {
        width: 50px;
    }
    .all_banners {
        width: calc(100% - 50px);
        max-width: 320px;
    }
    .top_banner {
        justify-content: start;
        margin-bottom: 16px;
    }
    .bot_banner .button {
        max-width: 150px;
        height: 36px;
        border-radius: 5px;
    }
    .bot_banner .button a {
        font-size: 18px;
        line-height: 36px;
    }
    .banner_box {
        margin-top: 30px;
    }
    .store {
        flex: 1 0 33%;
    }
    #airplane {
        position: absolute;
        top: 0;
        z-index: 99;
        right: 13px;
    }
}

@media screen and (max-width: 480px) {
    .all_sales h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 420px) {
    .container-inside.sales {
        padding: 0 10px 60px;
    }
}

@media screen and (max-width: 360px) {
    .airplane_container {
        display: none;
    }
    .bot_banner .button {
        max-width: 120px;
        height: 30px;
        border-radius: 4px;
        padding: 0;
    }
    .bot_banner .button a {
        line-height: 30px;
        font-size: 16px;
    }
    .bot_banner {
        width: calc(100% - 30px);
        margin-left: 30px;
    }
}