.installers_page .header-block{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #080D10;
}

.installers_page .header-background{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/installers-page/background-header.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.installers_page .header-block > *{
    position: relative;
    z-index: 1;
}

.installers_page .header-text-block{
    height: 369.55px;
    margin-top:5%;
}

@media  (min-width: 1200px){
    .installers_page .header-block{
        width: 100%;
        height: 600px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-color: #080D10;
    }

    .installers_page .header-background{
        position: absolute;
        left: -100px;
        width: 100%;
        height: 100%;
        background-image: url("../../img/installers-page/background-header.jpg");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 110%;
    }

    .installers_page .header-block > *{
        position: relative;
        z-index: 1;
    }

    .installers_page .header-text-block{
        height: 500px;
        margin-right: 5%;
         padding-right: 50px;
    }
}

@media  (max-width: 1200px){
    .installers_page .header-text-block{
        height: 500px;
         padding-right: 50px;
    }
}

.installers_page .header-image{
    width: 150px;
    height: 130px;
    background-image: url("../../img/installers-page/logo-header.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.installers_page .header-text{
    width: 100%;
    color: #ffffff;
    text-align: right;
    font-family: "Almoni", "Heebo", sans-serif;
    font-size: 67px;
    line-height: 1.2;
    font-weight: 900;
}

.installers_page .he-text{
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: right;
    white-space: pre-line;
}

.installers_page .he-text,
.installers_page .header-text,
.installers_page .download-app-text-block h4,
.installers_page .my_daridan-block h3,
.installers_page .lmp-card-title,
.installers_page .tadiran_club_extra-text-block h3 {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    white-space: normal;
}

.installers_page .header-text .ltr-inline{
    direction: ltr;
    unicode-bidi: isolate;
}

.installers_page .scroll-reveal{
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 450ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.installers_page .scroll-reveal.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce){
    .installers_page .scroll-reveal{
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.installers_page .tpb{
    background-color: #f2f4f5;

}

.installers_page .tpb-block{
    width: min(100%, 1040px);
    max-width: 100%;
    margin: 0 auto;

    padding-bottom: 100px;
}

.installers_page .tpb-block .icon{
    width: fit-content;
    margin-inline: auto;
    padding-top: 100px;
}

.installers_page .tpb-title{
    margin-top: 14px;
    font-family: "Heebo", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #212529;
    text-align: center;
}

.installers_page .tpb-subtitle{
    margin-top: 18px;
    max-width: min(1000px, 100%);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    color: #444a4f;
    text-align: center;
    margin-inline: auto;
    padding-inline: 25px;
}

.installers_page .tpb-cards{
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.installers_page .tpb-card{
    background: #ffffff;
    border: 1px solid #dde5e9;
    border-radius: 16px;
    padding: 24px 0px 22px;
    text-align: center;
    box-shadow: 0 29.63px 48.34px 0px rgba(33, 148, 190, 0.08);
}

.installers_page .tpb-card-icon{
    width: 82px;
    height: 82px;
    border-radius: 20px;
    margin: 0 auto 18px;
    background-color: rgba(233, 245, 249, 1);
    display: grid;
    place-items: center;
}

.installers_page .tpb-card-label{
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    line-height: 1.15;
    padding-top: 18px;
    color: #1f6f96;
}

.installers_page .tpb-card-value{
    margin-top: 6px;
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: #0f5f89;
}

/* Prevent iOS Safari from styling detected telephone numbers; force desired color */
.installers_page a[href^="tel"],
.installers_page .tpb-card-value a,
.installers_page .tpb-card-value a[href^="tel"]{
    color: rgba(0, 87, 124, 1) !important;
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    border-bottom: none !important;
}

.installers_page .download-app{
    background: rgba(255, 255, 255, 1);
}

.installers_page .bg-download-app{
    width: calc(100% - 120px);
    max-width: none;
    height: 520px;
        margin: 60px auto;
    border-radius: 24px;
    background: linear-gradient(180deg, #0087C0 -5%, #00577C 109.5%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 110px;
    margin-bottom: 60px;
}

.installers_page .phone-download-app{
    width: 210px;
    height: 434px;
    background-image: url("../../img/installers-page/phone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex: 0 1 210px;
    min-width: 0;
}

.installers_page .download-app-block{
    width: auto;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
    max-width: 770px;
}

.installers_page .download-app-text-block{
    width: 100%;
    display: flex;
    padding-top: 60px;
}

.installers_page .download-app-text-block h4{
    display: inline-block;
    text-align: right;
    font-family: "Almoni", "Heebo", sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    padding-right: 36px;
    color: rgba(255, 255, 255, 1);
}

.installers_page .download-app-text-block .rtl-line{
    display: block;
    direction: rtl;
    unicode-bidi: plaintext;
}

.installers_page .download-app-text-block .ltr-line{
    display: block;
    direction: ltr;
    unicode-bidi: embed;
    text-align: right;
}

.installers_page .download-app-text-block .ltr-inline{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.installers_page .download-app-text-block svg{
    display: inline-block;
}

.installers_page .download-app-button-block{
    width: 100%;
    height: 92px;
    margin-top: 20px;
}

.installers_page .download-app-appstore,
.installers_page .download-app-playmarket {
    display: inline-block;
    float: right;
    width: 180px;
    height: 70px;
    line-height: 0;
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.installers_page .download-app-appstore,
.installers_page .download-app-playmarket,
.installers_page .my_daridan-playmarket,
.installers_page .my_daridan-appstore{
    cursor: pointer;
    display: inline-block;
    transition: transform 400ms ease-out, box-shadow 400ms ease-out;
    transform: translateY(0);
    will-change: transform;
}

.installers_page .download-app-appstore:hover,
.installers_page .download-app-playmarket:hover,
.installers_page .my_daridan-playmarket:hover,
.installers_page .my_daridan-appstore:hover{
    transform: translateY(6px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.installers_page .tadiran_club_extra{
    width: 100%;
    max-width: none;
    padding: 0 55.5px; 
    height: 729px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.installers_page .tadiran_club_extra-image{
    position: relative;
    display: inline-block;
    width: 450px;
    height: 529px;
    background-image: url("../../img/installers-page/tadiran-club-extra.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 0;
    max-width: 100%;
}

.installers_page .tadiran_club_extra-text-block{
    display: inline-block;
    width: 519px;
    height: 529px;
    margin-right: 0;
    text-align: right;
}

.installers_page .tadiran_club_extra-text-block h3{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;
    color: rgba(0, 87, 124, 1);
    line-height: 30px;

}

.installers_page .tadiran_club_extra-block{
    width: 100%;
    height: 284px;
    margin-top: 20px;
}

.installers_page .tadiran_club_extra-section{
    margin-bottom: 15px;
}

.installers_page .tadiran_club_extra-section svg{
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 12px;
}

.installers_page .tadiran_club_extra-section-text{
    display: inline-block;
}

.installers_page .tadiran_club_extra-section-text h4{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.installers_page .tadiran_club_extra-section-text span{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.installers_page .tadiran_club_extra-image .fisrt-info,
.installers_page .tadiran_club_extra-image .second-info,
.installers_page .tadiran_club_extra-image .third-info{
    position: absolute;
    display: flex;
    align-items: center;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}


.installers_page .tadiran_club_extra-image .fisrt-info{
    top: 196px;
    left: 0;
    width: 200px;
    height: 85px;
}

.installers_page .tadiran_club_extra-image .fisrt-info svg{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}

.installers_page .fisrt-info .tadiran_club_extra-image-text{
    display: inline-block;
    width: 102px;
    height: 61px;
    align-self: center;
}

.installers_page .tadiran_club_extra-image .second-info{
    top: 216px;
    right: 30px;
    height: 49px;
}

.installers_page .tadiran_club_extra-image .second-info svg{
    display: inline-block;
    margin-left: 14.5px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.installers_page .second-info .tadiran_club_extra-image-text{
    display: inline-block;
    width: 150px;
    align-self: center;
}

.installers_page .tadiran_club_extra-image .third-info{
    bottom: 53px;
    left: 20px;
    width: 291px;
    height: 70px;
}

.installers_page .tadiran_club_extra-image .third-info svg{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}

.installers_page .third-info .tadiran_club_extra-image-text{
    display: inline-block;
    width: 193px;
    height: 45px;
    align-self: center;
}

.installers_page .tadiran_club_extra-image-text h4{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.installers_page .tadiran_club_extra-image-text h5{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: -50px;
}

.installers_page .tadiran_club_extra-image .fisrt-info svg,
.installers_page .tadiran_club_extra-image .second-info svg,
.installers_page .tadiran_club_extra-image .third-info svg{
    display: block;
}

@media (min-width: 1500px) {
    .installers_page .tadiran_club_extra{
        justify-content: center;
        gap: 162px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding-inline: 56px;
    }

    .installers_page .tadiran_club_extra-image{
        margin-left: 0;
    }

    .installers_page .tadiran_club_extra-text-block{
        margin-right: 0;
    }
}
.installers_page .my_daridan{
    width: 100%;
    height: 606px;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.installers_page .my_daridan::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(233, 245, 249, 1);
    z-index: -1;
    pointer-events: none;
}

@media (min-width: 1500px) {
    .installers_page .my_daridan{
        justify-content: center;
        gap: 110px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding-inline: 56px;
    }

    .installers_page .phone-my_daridan{
        margin-right: 0;
    }

    .installers_page .my_daridan-block{
        margin-right: 0;
        margin-left: 0;
    }

    .installers_page .my_daridan-block{
        margin-left: 80px;
    }
}

.installers_page .phone-my_daridan{
    display: inline-block;
    width: 296px;
    height: 406px;
    margin-right: 80px;
    background-image: url("../../img/installers-page/phone-my_daridan.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.installers_page .my_daridan-block{
    width: 601px;
    height: 380px;
    margin-right: 76.5px;
}

.installers_page .my_daridan-block h3{
    margin-top: 24px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    color: #00577c;
    direction: rtl;
    unicode-bidi: plaintext;
}

.installers_page .my_daridan-ltr{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    margin-left: 8px;
}

.installers_page .my_daridan-rtl{
    direction: rtl;
    unicode-bidi: plaintext;
}

.installers_page .my_daridan-description{
    margin-top: 16px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    text-align: right;
    color: #00577c;
    direction: rtl;
    unicode-bidi: plaintext;
}

.installers_page .my_daridan-block-logo{
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0087C0 -5%, #00577C 109.5%);
}

.installers_page .my_daridan-block-logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.installers_page .my_daridan-block h3{
    line-height: 40px;
}

.installers_page .my_daridan-block .my_daridan-ltr{
    font-family: "Almoni", "Heebo", sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: rgba(33, 148, 190, 1);
}

.installers_page .my_daridan-block .my_daridan-rtl{
    font-family: "Almoni", "Heebo", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(33, 148, 190, 1);
}

.installers_page .my_daridan-description{
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);

}

.installers_page .my_daridan-playmarket,
.installers_page .my_daridan-appstore{
    display: inline-block;
    width: 180px;
    height: 70px;
    line-height: 0;
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Ensure SVG fills the anchor and removes inline whitespace */
.installers_page .download-app-appstore svg,
.installers_page .download-app-playmarket svg,
.installers_page .my_daridan-playmarket svg,
.installers_page .my_daridan-appstore svg{
    display: block;
    width: 100%;
    height: 100%;
}

/* Reset any wrapper inside the anchor */
.installers_page .my_daridan-playmarket > div,
.installers_page .my_daridan-appstore > div{
    margin: 0;
    padding: 0;
    display: block;
}

.installers_page .my_daridan-button{
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    /* justify-content: flex-end; */
}

@media (max-width: 1100px){
    .installers_page .my_daridan-button{
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

.installers_page .leadership-meets-professionalism{
    width: 100%;
    background: #f2f4f5;
    padding: 100px 56px 88px;
}

.installers_page .lmp-shell{
    width: min(100%, 1140px);
    margin: 0 auto;
    text-align: center;
}

.installers_page .lmp-badge{
    position: relative;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0087C0 -5%, #00577C 109.5%);
    border-radius: 20px;
}

.installers_page .lmp-badge svg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.installers_page .lmp-title{
    margin-top: 12px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.02;
    color: rgba(26, 26, 26, 1);

}

.installers_page .lmp-subtitle{
    margin: 20px auto 0;
    max-width: 960px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(26, 26, 26, 1);
}

.installers_page .lmp-cards{
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.installers_page .lmp-card{
    background: #f7f9fb;
    border-radius: 24px;
    padding: 12px 12px 30px;
    box-shadow: 0 29.63px 48.34px 0px rgba(33, 148, 190, 0.08);
    border: 1px solid #e3eaee;
}

.installers_page .lmp-card{
    position: relative;
    transition: transform 400ms ease-out, box-shadow 400ms ease-out;
    transform: translateY(0);
    cursor: pointer;
}

.installers_page .lmp-card:hover{
    transform: translateY(6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}

.installers_page .lmp-card.scroll-reveal{
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 450ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease-out;
    transition-delay: var(--reveal-delay, 0ms);
}

.installers_page .lmp-card.scroll-reveal.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.installers_page .lmp-card.scroll-reveal.is-visible:hover{
    transform: translate3d(0, 6px, 0);
}

.installers_page .lmp-card .lmp-card-link{
    position: relative;
    z-index: 3;
}

.installers_page .lmp-card a:not(.lmp-card-link){
    position: relative;
    z-index: 3;
}

.installers_page .lmp-card-visual{
    height: 248px;
    border-radius: 20px;
    background: linear-gradient(216.82deg, #FFFFFF 9.27%, #C2E4F8 99.23%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.installers_page .lmp-card-visual svg{
    display: block;
    margin: 0 auto;
}

.installers_page .lmp-card-title{
    margin-top: 30px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 700;
    color: #2b97c0;
    direction: rtl;
    text-align: right;
    unicode-bidi: isolate;
    white-space: normal;
    max-width: 300px;
    margin-left: auto;
    margin-right: 20px;
}

.installers_page .lmp-card-link{
    margin-top: 8px;
    padding-right: 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    line-height: 1.2;
    color: #0f6b91;
    text-decoration: underline;
    direction: rtl;
    unicode-bidi: plaintext;
    white-space: nowrap;
    transition: .3s;

}

.installers_page .lmp-card .ltr-inline{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.installers_page .lmp-card-title .lmp-year{
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.installers_page .lmp-card-link:hover{
    text-decoration: underline;
    transform: translateX(-10px);
}

/* Also trigger link animation when hovering the whole card */
.installers_page .lmp-card:hover .lmp-card-link{
    text-decoration: underline;
    transform: translateX(-10px);
}


.installers_page .Blue-and-white_production{
    position: relative;
    width: 100%;
    min-height: 602px;
    background-image: url("../../img/installers-page/flag-of-israel.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0;
}

.installers_page .bawp-bg-block{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(64.91deg, #EFF6F9 0%, #CAF5FF 100%);
    opacity: 0.95;
}

.installers_page .bawp-content{
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 54px 32px 64px;
    text-align: center;
}

.installers_page .bawp-icon{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 100px;
    background: linear-gradient(180deg, #0F97CC -5%, #00577C 109.5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.installers_page .bawp-title{
    margin-top: 12px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
    color: rgba(26, 26, 26, 1);

}

.installers_page .bawp-text{
    margin-top: 56px;
    font-family: "Open Sans", "Heebo", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(0, 87, 124, 1);

}

.installers_page .bawp-text strong{
    font-weight: 700;
}

@media (max-width: 1500px){
    .installers_page .tadiran_club_extra{
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
        height: auto;
        padding: 56px 0;
        gap: 28px;
    }

    .installers_page .tadiran_club_extra-text-block{
        height: auto;
        margin-right: 0;
        flex: 1;
    }

    .installers_page .tadiran_club_extra-image{
        width: 380px;
        height: 448px;
        margin-left: 0;
    }


    .installers_page .tadiran_club_extra{
        flex-direction: column;
        align-items: center;
    }

    .installers_page .tadiran_club_extra-image{
        width: min(100%, 360px);
        margin: 0 auto;
    }
}

@media (max-width: 1200px){
    .installers_page .header-block{
        height: 620px;
    }

    .installers_page .header-text{
        font-size: 56px;
    }

    .installers_page .header-background{
        background-position: right bottom;
        background-size: 150%;
    }

    .installers_page .tpb-block .icon{
        padding-top: 72px;
    }

    .installers_page .tpb-block{
        padding-inline: 24px;
        box-sizing: border-box;
    }

    .installers_page .bg-download-app{
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
        padding-inline: 56px;
    }

    .installers_page .download-app-block{
        width: auto;
        flex: 1;
        height: auto;
    }

    .installers_page .phone-download-app{
        flex: 0 0 240px;
        width: 180px;
        height: 360px;
    }

    .installers_page .tadiran_club_extra{
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
        height: auto;
        padding: 56px 0;
        gap: 28px;
    }

    .installers_page .tadiran_club_extra-text-block{
        height: auto;
        margin-right: 0;
        flex: 1;
    }

    .installers_page .tadiran_club_extra-image{
        width: 380px;
        height: 448px;
        margin-left: 0;
    }


    .installers_page .tadiran_club_extra{
        flex-direction: column;
        align-items: center;
    }

    .installers_page .tadiran_club_extra-image{
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .installers_page .my_daridan{
        height: auto;
        padding: 56px 24px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 28px;
    }

    .installers_page .my_daridan-block{
        width: min(100%, 560px);
        height: auto;
        margin-right: 0;
    }

    .installers_page .phone-my_daridan{
        margin-right: 0;
        width: 240px;
        height: 340px;
    }

    .installers_page .leadership-meets-professionalism{
        padding: 72px 24px;
    }

    .installers_page .lmp-cards{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .installers_page .Blue-and-white_production{
        margin-bottom: 0;
    }

    .installers_page .bawp-title{
        font-size: 34px;
    }

    .installers_page .bawp-text{
        font-size: 25px;
        margin-top: 34px;
    }
}

@media (max-width: 1100px){
    .installers_page .header-block{
        height: 500px;
    }

    .installers_page .header-text-block{
        height: auto;
        width: min(100%, 720px);
         padding-right: 50px;
    }

    .installers_page .header-text{
        font-size: 46px;
    }

    .installers_page .tpb-title{
        font-size: 34px;
    }

    .installers_page .tpb-subtitle{
        font-size: 18px;
    }

    .installers_page .tpb-cards{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .installers_page .bg-download-app{
        height: auto;
        flex-direction: column;
        gap: 28px;
        padding: 42px 24px;
    }

    .installers_page .download-app-block{
        display: contents;
    }

    .installers_page .download-app-text-block{
        padding-top: 0;
        order: 1;
        text-align: center;
    }

    .installers_page .download-app-text-block svg{
        display: block;
        margin: 0 auto;
    }

    .installers_page .phone-download-app{
        order: 2;
        margin: 0 auto;
    }

    .installers_page .download-app-text-block h4{
        font-size: 38px;
        padding-right: 0;
        text-align: center;
    }

    .installers_page .download-app-button-block{
        order: 2;
        width: 100%;
        margin-top: 0;
        height: auto;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .installers_page .download-app-appstore,
    .installers_page .download-app-playmarket{
        float: none;
    }

    .installers_page .tadiran_club_extra{
        flex-direction: column;
        align-items: center;
    }

    .installers_page .tadiran_club_extra-image{
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .installers_page .Blue-and-white_production{
        margin-bottom: 0;
    }

    .installers_page .bawp-content{
        padding: 44px 20px 52px;
    }
}

@media (max-width: 768px){
    .installers_page .header-block{
        margin-top: 0px;
    }

    .installers_page .header-text-block{
        position: absolute;
        z-index: 999;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding-inline: 16px;
        margin-top:30%;
    }

    .installers_page .header-text-block h1{
        text-align: center;
    }

    .installers_page .header-background{
        position: absolute;
        left: 0;
        background-size: 200%;
        background-position: 80% 100%;
    }

    .installers_page .header-image{
        width: 112px;
        height: 96px;
        margin: 36px auto 0;
    }

    .installers_page .header-text{
        display: block;
        max-width: 100%;
        margin-inline: auto;
        font-size: 36px;
        padding-top: 16px;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .installers_page .tpb-block{
        padding: 0 16px 64px;
    }

    .installers_page .tpb-block .icon{
        padding-top: 56px;
    }

    .installers_page .tpb-title{
        font-size: 30px;
    }

    .installers_page .tpb-subtitle{
        font-size: 17px;
        width: auto;
        max-width: 100%;
        padding-inline: 16px;
        overflow-wrap: anywhere;
    }

    .installers_page .tpb-cards,
    .installers_page .lmp-cards{
        grid-template-columns: 1fr;
    }

    .installers_page .tpb-card-label,
    .installers_page .tpb-card-value{
        font-size: 21px;
    }

    .installers_page .bg-download-app{
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        padding: 30px 14px;
    }

    .installers_page .phone-download-app{
        display: block;
        flex: 0 0 auto;
        width: 220px;
        height: 480px;
        margin: 8px auto 0;
    }

    .installers_page .download-app-text-block h4{
        font-size: 31px;
        margin-top: 24px;
        text-align: center;
        padding-right: 0;
    }

    .installers_page .download-app-text-block .ltr-line{
        text-align: center;
    }

    .installers_page .download-app-text-block svg{
        display: block;
        margin-top: 36px;
        margin: 0 auto;
    }

    .installers_page .my_daridan-block-logo,
    .installers_page .tpb-block .tpb-main-icon svg,
    .installers_page .lmp-badge{
        width: 64px;
        height: 64px;
    }

    .installers_page .download-app-button-block{
        gap: 2px;
    }

    .installers_page .download-app-appstore,
    .installers_page .download-app-playmarket{
        width: 172px;
        height: 78px;
    }

    .installers_page .tadiran_club_extra{
        width: calc(100% - 32px);
        margin: 0 16px;
        padding: 44px 0;
    }

    .installers_page .tadiran_club_extra-image{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: auto;
        padding-top: 0;
        background-image: none;
    }

    .installers_page .tadiran_club_extra-image::before{
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 358 / 418;
        background-image: url("../../img/installers-page/tadiran-club-extra.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 20px;
    }

    .installers_page .tadiran_club_extra-image .fisrt-info,
    .installers_page .tadiran_club_extra-image .second-info,
    .installers_page .tadiran_club_extra-image .third-info{
        position: static;
        transform: none;
        margin-right: 0;
        width: 100%;
        margin-inline: auto;
        padding: 20px 14px;
        display: flex;
        flex-direction: row;
        direction: rtl;
        justify-content: flex-start;
        gap: 12px;
        align-items: center;
    }

    .installers_page .tadiran_club_extra-image .second-info{
        order: 0;
    }

    .installers_page .tadiran_club_extra-image .second-info svg{
        order: 0;
    }

    .installers_page .tadiran_club_extra-image .second-info .tadiran_club_extra-image-text{
        order: 1;
    }

    .installers_page .tadiran_club_extra-image .fisrt-info{
        order: 1;
    }

    .installers_page .tadiran_club_extra-image .third-info{
        order: 2;
    }

    .installers_page .tadiran_club_extra-image .fisrt-info{
        min-height: 96px;
    }

    .installers_page .tadiran_club_extra-image .second-info{
        min-height: 66px;
    }

    .installers_page .tadiran_club_extra-image .third-info{
        min-height: 82px;
    }

    .installers_page .tadiran_club_extra-image .fisrt-info svg,
    .installers_page .tadiran_club_extra-image .third-info svg{
        margin: 0;
    }

    .installers_page .tadiran_club_extra-image .second-info svg{
        margin: 0;
    }

    .installers_page .tadiran_club_extra-image .second-info .tadiran_club_extra-image-text,
    .installers_page .tadiran_club_extra-image .fisrt-info .tadiran_club_extra-image-text,
    .installers_page .tadiran_club_extra-image .third-info .tadiran_club_extra-image-text{
        text-align: right;
    }

    .installers_page .fisrt-info .tadiran_club_extra-image-text,
    .installers_page .second-info .tadiran_club_extra-image-text,
    .installers_page .third-info .tadiran_club_extra-image-text{
        width: auto;
        height: auto;
    }

    .installers_page .tadiran_club_extra-text-block{
        width: 100%;
    }

    .installers_page .tadiran_club_extra-text-block h3,
    .installers_page .tadiran_club_extra-section-text h4,
    .installers_page .tadiran_club_extra-section-text span{
        font-size: 16px;
        line-height: 1.5;
    }

    .installers_page .tadiran_club_extra-text-block > svg{
        display: block;
        width: min(100%, 230px);
        height: auto;
        margin: 0 auto;
    }

    .installers_page .tadiran_club_extra-text-block h3{
        margin-top: 16px;
        text-align: center;
    }

    .installers_page .tadiran_club_extra-block{
        height: auto;
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .installers_page .tadiran_club_extra-section{
        margin-bottom: 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .installers_page .tadiran_club_extra-section svg{
        display: block;
        margin: 3px 0 0;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }

    .installers_page .tadiran_club_extra-image svg{
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    .installers_page .tadiran_club_extra-image .second-info svg{
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }

    .installers_page .tadiran_club_extra-section-text{
        display: block;
        flex: 1;
        text-align: right;
    }

    .installers_page .tadiran_club_extra-section-text h4{
        font-weight: 700;
        color: #22242a;
    }

    .installers_page .tadiran_club_extra-section-text span{
        color: #6d6f76;
    }

    .installers_page .my_daridan{
        padding: 44px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .installers_page .my_daridan-block{
        width: min(100%, 420px);
        margin-right: 0;
        text-align: center;
        display: contents;
    }

    .installers_page .my_daridan-block-logo{
        order: 1;
        margin: 0 auto;
    }

    .installers_page .my_daridan-block h3,
    .installers_page .my_daridan-description{
        text-align: center;
    }

    .installers_page .my_daridan-block h3{
        order: 2;
        line-height: 1.15;
    }

    .installers_page .phone-my_daridan{
        order: 4;
        margin: 0 auto;
    }

    .installers_page .my_daridan-button{
        order: 5;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .installers_page .my_daridan-appstore,
    .installers_page .my_daridan-playmarket{
        float: none;

        width: 150px;
        height: 70px;
    }

    .installers_page .my_daridan-block .my_daridan-ltr{
        font-size: 34px;
    }

    .installers_page .my_daridan-block .my_daridan-rtl{
        font-size: 24px;
    }

    .installers_page .my_daridan-description{
        order: 3;
        font-size: 16px;
    }

    .installers_page .leadership-meets-professionalism{
        padding: 56px 16px;
    }

    .installers_page .lmp-title{
        font-size: 34px;
    }

    .installers_page .lmp-subtitle{
        font-size: 17px;
    }

    .installers_page .lmp-card-title{
        font-size: 21px;
        margin-top: 20px;
    }

    .installers_page .lmp-card-link{
        font-size: 18px;
    }

    .installers_page .Blue-and-white_production{
        min-height: 440px;
        margin-bottom: 0;
    }

    .installers_page .bawp-content{
        padding: 34px 16px 36px;
    }

    .installers_page .bawp-icon{
        width: 68px;
        height: 68px;
        border-radius: 16px;
        margin-top: 24px;
    }

    .installers_page .bawp-title{
        font-size: 30px;
    }

    .installers_page .bawp-text{
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.55;
    }
}