@font-face {
    font-family: 'SimplerPro';
    src:
            url('../font/simplerpro_bezeq_hebrew2-black.woff2') format('woff2'),
            url('../font/simplerpro_bezeq_hebrew2-black.woff') format('woff'),
            url('../font/simplerpro_bezeq_hebrew2-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src:
            url('../font/simplerpro_bezeq_hebrew2-light.woff2') format('woff2'),
            url('../font/simplerpro_bezeq_hebrew2-light.woff') format('woff'),
            url('../font/simplerpro_bezeq_hebrew2-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src:
            url('../font/simplerpro_bezeq_hebrew2-bold.woff2') format('woff2'),
            url('../font/simplerpro_bezeq_hebrew2-bold.woff') format('woff'),
            url('../font/simplerpro_bezeq_hebrew2-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src:
            url('../font/simplerpro_bezeq_hebrew2-regular.woff2') format('woff2'),
            url('../font/simplerpro_bezeq_hebrew2-regular.woff') format('woff'),
            url('../font/simplerpro_bezeq_hebrew2-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Regular.eot');
    src:
            url('../font/RobotoMono-Regular.woff2') format('woff2'),
            url('../font/RobotoMono-Regular.woff') format('woff'),
            url('../font/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Bold.eot');
    src:
            url('../font/RobotoMono-Bold.woff2') format('woff2'),
            url('../font/RobotoMono-Bold.woff') format('woff'),
            url('../font/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Was: display:none below 319px — hid the whole page in narrow DevTools. Main stylesheet also used (min-width: 319px), so use 0px media below. */
body{
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors#white{
        display: block;
        opacity: 1 !important;
    }
}



/* Original: 319px — below that, nearly all rules in this file did not apply (blank sliders / missing backgrounds). */
@media only screen and (min-width: 0px) {
    body.stop{
        position: fixed;
    }

    /* SimplerPro on the landing block: avoid `#belanding_page *` (can interfere with Slick layout); inherit covers text; form controls need explicit inherit. */
    #belanding_page {
        font-family: 'SimplerPro', sans-serif;
    }
    #belanding_page button,
    #belanding_page input,
    #belanding_page select,
    #belanding_page textarea {
        font-family: inherit;
    }

    /* Keyboard-only focus indicator (mouse: no extra ring). */
    #belanding_page a:focus:not(:focus-visible),
    #belanding_page button:focus:not(:focus-visible),
    #belanding_page input:focus:not(:focus-visible),
    #belanding_page select:focus:not(:focus-visible),
    #belanding_page textarea:focus:not(:focus-visible),
    #belanding_page [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible) {
        outline: none;
    }
    #belanding_page a:focus-visible,
    #belanding_page button:focus-visible,
    #belanding_page input:focus-visible,
    #belanding_page select:focus-visible,
    #belanding_page textarea:focus-visible,
    #belanding_page [tabindex]:not([tabindex="-1"]):focus-visible,
    #belanding_page #living_room_slider .slider_container_lr .slick-dots li > button:focus-visible,
    #belanding_page #be_slider .slider_container_be .slick-dots li button:focus-visible,
    #belanding_page #living_room_slider .slick-arrow:focus-visible {
        border: 2px dashed #fff;
        outline: 3px dashed #000;
        outline-offset: 2px;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::after{
        content: '';
        display: block;

        width: 26px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::before{
        width: 26px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        content: '';
        display: block;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2){
        display: flex;
        align-items: center;
    }

    #belanding_page .row_p:first-child .row_p_image::after{

        content: '';
        display: block;
        position: absolute;
        bottom: 0%;
        left: -4%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 32%;
        height: 22%;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/be_rauter.png') no-repeat center center;
        background-size: contain;

    }


    .pulse {
        display: block;
        border-radius: 50%;
        background: transparent;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation: pulsemobile 2.5s infinite;
        animation: pulsemobile 2.5s infinite;
        position: absolute;
        margin: 0;
        bottom: -4%;
        left: 21.5%;
        width: 40px;
        height: 40px;
        -webkit-transform: rotateX(85deg);
        transform: rotateX(85deg);
    }


    #belanding_page .pulse::after{
        content:'';
        border-radius: 50%;
        position: absolute;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation:  pulsemobile 2.5s infinite 0.4s;
        animation:  pulsemobile 2.5s infinite 0.4s;
    }

    #belanding_page .pulse::before{
        content:'';
        border-radius: 50%;
        position: absolute;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation:  pulsemobile 2.5s infinite 0.8s;
        animation:  pulsemobile 2.5s infinite 0.8s;
    }

    /* .pulse:hover {
      animation: none;
    } */

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        }
        96% {
            -webkit-box-shadow: 0 0 0 800px rgba(255,255,255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        }
    }
    @keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        }
        96% {
            -webkit-box-shadow: 0 0 0 800px rgba(255,255,255, 0);
            box-shadow: 0 0 0 800px rgba(255,255,255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        }
    }



    @-webkit-keyframes pulsemobile {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        }
        96% {
            -webkit-box-shadow: 0 0 0 300px rgba(255,255,255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        }
    }
    @keyframes pulsemobile {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        }
        96% {
            -webkit-box-shadow: 0 0 0 300px rgba(255,255,255, 0);
            box-shadow: 0 0 0 300px rgba(255,255,255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        }
    }




    #belanding_page .mobile{
        display: block;
    }
    #belanding_page .desktop{
        display: none;
    }

    #belanding_page{
        padding-bottom: 0px;
    }

    #belanding_page #belanding_form_box{
        position: fixed;
        right: 50%;
        top: 50%;
        width: 90%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        height: 90vh;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 8px;
        z-index: 9;
        background: #32D4FF;
        border-radius: 10px;
        overflow: scroll;
    }



    #belanding_page #belanding_form_box.show{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #belanding_page .sticky_bar_mobile{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index:5;
        background: #1D2F3D;
    }
    #belanding_page .sticky_bar_mobile .inner_box_sticky{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #belanding_page .button_pill{
        width: 136px;
        height: 40px;
        border-radius: 20px;
        background-color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #16254f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #belanding_page #intro{
        width: 100%;
        height: 640px;
        min-height: 640px;
        background-image: -webkit-linear-gradient(46deg, #008bb0, #092e4b);
        background-image: -o-linear-gradient(46deg, #008bb0, #092e4b);
        background-image: linear-gradient(44deg, #008bb0, #092e4b);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

        align-items: flex-start;
        background: url(https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_360.jpg) no-repeat center center;
        background-size: cover;
        margin-top: -30px;
        padding-top: 30px;
    }
    #belanding_page #intro_back{
        display: none;
    }
    #belanding_page .intro_inner{
        width: 100%;
        padding: 0 3vw;
        margin-top: 37px;
    }
    #belanding_page .intro_inner .intro_text_box{
        max-width: 310px;
        margin: auto;
    }
    #belanding_page .intro_inner .intro_text_box .be_logo{
        float: none;
        width: 90%;
        display: block;
        margin: 0 auto;
        max-width: 170px;
        margin-bottom: 22px;
    }
    #belanding_page .intro_inner .intro_heading1{
        font-family: 'SimplerPro', sans-serif;
        font-size: 26px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    #belanding_page .intro_inner .intro_white_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 10px auto 24px;
        clear: both;
    }
    #belanding_page .intro_inner .intro_blue_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.7px;
        text-align: center;
        color: #32d4ff;
        max-width: 314px;
        margin: 0 auto;
    }

    #belanding_page .button_pill.call_button{
        background: #4dd964;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #16254f;
        text-decoration: none;
    }

    #belanding_page .button_pill.call_button>p{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #16254f;
        text-decoration: none;
    }

    #belanding_page .button_pill.call_button::before{
        content: '';
        display: block;
        margin-left: 15px;
        width: 15px;
        height: 16px;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/phone-receiver.svg') no-repeat center center;
        background-size: contain;
        /* transform: rotate(-94deg); */
    }

    #belanding_page #paralax_images{
        width: 100%;
    }

    #belanding_page #paralax_images .row_p{
        width: 100%;
        padding: 0 16px;
    }
    #belanding_page #paralax_images .row_p_image{
        width: 100%;
        position: relative;

    }
    #belanding_page #paralax_images .row_p_image img{
        width: 100%;
        height: auto;
    }

    #belanding_page #paralax_images .row_p_text h3{
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.8px;
        text-align: right;
        color: #16254f;
        margin: 33px 0 0 0;
    }

    #belanding_page #paralax_images .row_p_text p{
        font-size: 18px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        text-align: right;
        color: #585858;
    }

    #belanding_page #app_screens{
        width: 100%;
        margin-top: 33px;
    }

    #belanding_page #app_screens .row_a{
        width: 100%;
        padding: 33px 16px 0 ;
        background: #f1f1f1;
    }

    #belanding_page #app_screens .row_a .row_a_text h3{
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.8px;
        text-align: right;
        color: #16254f;
        margin: 0px 0 0 0;
    }

    #belanding_page #app_screens .row_a .row_a_text p{
        font-size: 18px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        text-align: right;
        color: #585858;
    }

    #belanding_page #app_screens .row_a .img_perspective_box{
        width: 100%;
        position: relative;
    }

    #belanding_page #app_screens .row_a .img_perspective_box img{
        position: absolute;
        width: 40%;
        top: 0;
        left: 0;
    }
    #belanding_page #app_screens .row_a .row_a_image{
        height: 80vw;
        margin-top: 40px;
    }

    #belanding_page #app_screens .row_a .row_a_image_static{
        display: none;
    }

    #belanding_page #app_screens .row_a .img_perspective_box{
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition:all 0.6s ease-out;
        -o-transition:all 0.6s ease-out;
        transition:all 0.6s ease-out;
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t{
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    #belanding_page #body_form_belanding label.error#changeClient-error{
        width: 100%;
        top: 105%;
        padding: 3px;
        line-height: 1;
        height: auto;
        border: none;
    }




    #belanding_page #app_screens .row_a .img_perspective_box img{
        -webkit-transition: all 2.3s cubic-bezier(0.49, 0, 0.09, 0.995) 0.7s;
        -o-transition: all 2.3s cubic-bezier(0.49, 0, 0.09, 0.995) 0.7s;
        transition: all 2.3s cubic-bezier(0.49, 0, 0.09, 0.995) 0.7s;
        /* -webkit-box-shadow: 1px 0px 17px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 17px -2px rgba(0,0,0,0.75);
box-shadow: 1px 0px 17px -2px rgba(0,0,0,0.75); */
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img{
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg);
        transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg);
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(2){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(100%, 0px, -30px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(100%, 0px, -30px);
        transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(100%, 0px, -30px);
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(3){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(200%, 0px, -60px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(200%, 0px, -60px);
        transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(200%, 0px, -60px);
    }
    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(4){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(300%, 0px, -90px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(300%, 0px, -90px);
        transform: perspective(500px) rotateX(0deg) rotateY(21deg) rotateZ(0deg) translate3d(300%, 0px, -90px);
    }

    #belanding_page  #living_room_slider{
        width: 100%;

    }

    #belanding_page  #living_room_slider .slider_container_lr{
        width: 100%;
        direction: ltr;
        position: relative;
    }

    #belanding_page  #living_room_slider .slider_container_lr div{
        direction: ltr;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom{
        width: 100%;
        height: 359px;
        position: relative;
        padding-top: 119px;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text{
        display: block;
        text-align: center;
        position: absolute;
        top: 0;
        height: 119px;
        width: 100%;
        padding: 0 0px;

    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text h3{
        font-size: 28px;
        font-weight: bold;
        line-height: 0.61;
        letter-spacing: -0.8px;
        text-align: center;
        color: #16254f;
        margin-bottom: 0;
        margin-top: 1em;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text  p {
        margin-top: 1em;
        margin-bottom: 1em;
        color: #585858;
        direction: rtl;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_livingroom img{
        display: none;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr1{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_m_salon1.jpg') no-repeat center bottom;
        background-size: cover;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr2{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_m_salon2.jpg') no-repeat center bottom;
        background-size: cover;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr3{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_m_salon3.jpg') no-repeat center bottom;
        background-size: cover;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slick-dots{
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 56px;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 8px;
        top: auto;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #belanding_page  #living_room_slider .slider_container_lr .slick-dots li{
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slick-dots li>button{
        font-size: 0;
        width: 16px;
        height: 16px;
        overflow: hidden;
        position: relative;
        padding: 3px;
        -webkit-appearance: none;
        background: transparent;
        border: none;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slick-dots li>button:focus:not(:focus-visible){
        outline: none;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slick-dots li>button::after{
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slick-dots li.slick-active>button::after{
        background: #16254f;
        border: 1px solid #16254f;
    }


    #belanding_page #be_slider{
        width: 100%;
        height: auto;
    }

    #belanding_page #be_slider .slider_container_be{
        width: 100%;
        position: relative;
        padding: 30px 0;
        direction: ltr;
    }

    #belanding_page #be_slider .slider_container_be .slick-list{
        direction: ltr;
    }

    #belanding_page #be_slider .slider_container_be .slide_be{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #belanding_page #be_slider .slider_container_be .slide_be h3{
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #16254f;
    }
    #belanding_page #be_slider .slider_container_be .slide_be p{
        text-align: center;
        font-size: 16px;
        line-height: 1.13;
        color: #585858;
        margin: 30px auto 50px;
        width: 92%;
    }



    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85%;
        max-width: 320px;
    }

    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex>span{
        text-align: right;
    }

    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex>span:nth-child(odd){
        width: 110px;
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_image_box{
        position: relative;
        width: 100%;
    }

    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors{
        position: absolute;
        width: 9.8%;
        height: auto;
        top: 50%;
        right: 49.9%;
        -webkit-transform: translate(50% ,-50%);
        -ms-transform: translate(50% ,-50%);
        transform: translate(50% ,-50%);
        opacity: 0;
    }

    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors#white{
        -webkit-animation:  fade 4s infinite 0s;
        animation:  fade 4s infinite 0s;
    }
    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors#blue{
        -webkit-animation:  fade 4s infinite 1s;
        animation:  fade 4s infinite 1s;
    }
    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors#green{
        -webkit-animation:  fade 4s infinite 2s;
        animation:  fade 4s infinite 2s;
    }
    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img.colors#red{
        -webkit-animation:  fade 4s infinite 3s;
        animation:  fade 4s infinite 3s;
    }

    @-webkit-keyframes fade {
        0% {
            opacity:0;
        }
        20% {
            opacity:1;
        }
        40%{
            opacity:0;
        }
        100% {
            opacity:0;
        }
    }
    @keyframes fade {
        0% {
            opacity:0;
        }
        20% {
            opacity:1;
        }
        40%{
            opacity:0;
        }
        100% {
            opacity:0;
        }
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_image_box img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #belanding_page #be_slider .slider_container_be .slide_be.front .slide_be_image_box img{
        width: 70%;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots{
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex!important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width:210px;
        position: absolute;
        bottom: 10px;
        top: auto;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Keyboard focus on tabpanel after Tab from tab — same dashed treatment as tabs */
    #belanding_page #be_slider .slider_container_be .slick-slide[role="tabpanel"]:focus-visible {
        border: 2px dashed #fff;
        outline: 3px dashed #000;
        outline-offset: 2px;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots li button{
        font-size: 0;
        width: 48px;
        height: 48px;
        overflow: hidden;
        position: relative;
        padding: 3px;
        -webkit-appearance: none;
        background: transparent;
        background-size: contain;
        border: none;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li button:focus:not(:focus-visible){
        outline: none;
    }
    /* Icons per dot position (was #slick-slide-control10–12; Slick IDs depend on slider order/instanceUid). */
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(1) button{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/sun_white.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2) button{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/ruler_white.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(3) button{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/cable_white.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(1).slick-active button,
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(1) button:hover{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/sun_blue.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2).slick-active button,
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2) button:hover{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/ruler_blue.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(3).slick-active button,
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(3) button:hover{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/cable_blue.svg') no-repeat center center;
        background-size: contain;
    }
    #belanding_page #be_specs{
        width: 100%;
        padding: 16px;
        background: #f1f1f1;
        margin-top: 40px;
    }

    #belanding_page #be_specs .specs_head{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #belanding_page #be_specs .specs_head h3{
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        color: #16254f;
        margin: 10px 0 10px;
    }

    #belanding_page #be_specs .specs_head::after{
        content: '';
        display: block;
        width: 18px;
        height: 20px;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/arrow-point-to-right.svg') no-repeat center center;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

    #belanding_page #be_specs .specs_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 10px 0;
    }
    #belanding_page #be_specs .specs_row img.specs_icon {
        width: 72%;
        max-width: 43px;
        margin-left: 10px;
        height: 50px;
    }


    #belanding_page #be_specs .specs_row .specs_text h4{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.22;
        text-align: right;
        color: #16254f;
        margin: 0;
        direction: ltr;
    }

    #belanding_page #be_specs .specs_row .specs_text p{
        font-size: 16px;
        line-height: 1.19;
        text-align: right;
        color: #585858;
        margin-top: 3px;
    }

    #belanding_page #be_specs .specs_body{
        display: block;

        height: auto;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        max-height: 0px;
    }

    #belanding_page #be_specs .specs_body.open{
        height: auto;
        max-height: 600px;
        margin-top: 15px;
    }

    #belanding_page #be_specs .specs_head.open::after{
        content: '';
        display: block;
        width: 18px;
        height: 20px;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/arrow-point-to-right.svg') no-repeat center center;
        background-size: contain;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);

    }

    #belanding_page #body_form_belanding{
        max-width: 300px;


        margin: 30px auto 0;

    }

    #belanding_page #body_form_belanding label{
        display: none;
    }

    #belanding_page #form_close{
        position: absolute;
        top: 5px;
        left: 10px;
        color: #16254f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 26px;
    }



    #belanding_page #belanding_form_box.static #form_close{
        display: none;
    }

    #belanding_page #belanding_form_box #static_call_strip{
        display: none;
    }

    #belanding_page #belanding_form_box.static #static_call_strip{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        height: 93px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #16254f;
    }

    #belanding_page #form_close span{
        color: #16254f;
        font-size: 14px;
        line-height: 31px;
    }

    #belanding_page #ty_p{
        display: none;
        position: absolute;
        width: 100%;
        top: 0%;
        right: 0%;
        height: 100%;
        border-radius: 10px;
        z-index: 9;
        background: #32D4FF;
        padding: 0 10px;
    }

    #belanding_page #ty_p p{
        height: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 9;
        color: #fff;
        font-size: 30px;
        text-align: center;
    }

    #belanding_page #ty_p p strong{
        color: #fff;
    }


    #belanding_page .form_text_before{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        max-width: 150px;
        margin: 0 auto 30px;
        color: #16254f;
    }

    #belanding_page input.form-control1 {
        width: 100%;
        border-radius: 5px;
        background-color: #ffffff;
        border: none;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        margin: 0px 0 30px;
        padding: 0 8px;
        font-weight: 400;
    }

    #belanding_page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #666666;
    }
    #belanding_page ::-moz-placeholder { /* Firefox 19+ */
        color: #666666;
    }
    #belanding_page  :-ms-input-placeholder { /* IE 10+ */
        color: #666666;
    }
    #belanding_page  :-moz-placeholder { /* Firefox 18- */
        color: #666666;
    }

    #belanding_page #body_form_belanding .cos_nocos{
        margin-bottom: 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }


    #belanding_page #body_form_belanding .cos_nocos label{
        display: inline-block;
        width: 95px;
        height: 28px;
        border-radius: 20px;
        border: solid 2px #16254f;
        line-height: 24px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        color: #16254f;
    }
    #belanding_page #body_form_belanding .cos_nocos input:checked ~ label#trigger_old_c{
        background-color: #16254f;
        color: #fff;
    }

    #belanding_page #body_form_belanding .cos_nocos input:checked + label{
        background-color: #16254f;
        color: #fff;
    }

    #belanding_page #body_form_belanding .cos_nocos input{
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    #belanding_page #identification_method{display:none;}
    #belanding_page #identification_method.show1{display:block;}
    #belanding_page #body_form_belanding .cos_nocos span{
        font-size: 16px;
        line-height: 1.13;
        text-align: right;
        color: #16254f;
        font-weight: 700;
    }

    #belanding_page #choose_notice{
        font-size: 16px;
        line-height: 1.13;
        text-align: right;
        color: #16254f;
    }

    #belanding_page #body_form_belanding .client1{
        margin-bottom: 30px;
    }

    #belanding_page #body_form_belanding .client1 label{
        display: inline-block;
        font-size: 16px;
        line-height: 1.3;
        text-align: right;
        color: #16254f;
        position: relative;
        margin-right: 31px;
        margin-left: 40px;
    }

    #belanding_page #body_form_belanding .client1 input {
        width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        margin:0;
        padding: 0;
    }

    #belanding_page #body_form_belanding .client1 label::before{
        content: '';
        position: absolute;
        left: calc(100% + 10px);
        display: block;
        width: 21px;
        height: 21px;
        border: solid 1px #16254f;
        border-radius: 50%;
    }

    #belanding_page #body_form_belanding .client1 input:checked ~ label#trigger_old_c::after{
        content: '';
        position: absolute;
        left: calc(100% + 14px);
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        border: none;
        border-radius: 50%;
        top: 4px;
    }

    #belanding_page #body_form_belanding .client1 input:checked + label::after{
        content: '';
        position: absolute;
        left: calc(100% + 14px);
        display: block;
        width: 15px;
        height: 15px;
        background: #16254f;
        border: none;
        border-radius: 50%;
        top: 4px;
    }

    #belanding_page #body_form_belanding .GovID1 {
        display: none;
    }

    #belanding_page #body_form_belanding .GovID1.show1 {
        display: block;
    }

    #belanding_page #body_form_belanding .PhoneNumber1 {
        display: none;
    }

    #belanding_page #body_form_belanding .PhoneNumber1.show1 {
        display: block;
    }

    #belanding_page #body_form_belanding #sub_for{
        width: 207px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 22.5px;
        background-color: #16254f;
        border: solid 1px #16254f;
        -webkit-appearance: none;
        margin: 0px auto;
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;

    }

    #belanding_page #body_form_belanding .rel_form{
        position: relative;
    }

    #belanding_page #body_form_belanding label.error{
        font-size: 14px;
        line-height: 1;
        letter-spacing: -0.3px;
        text-align: right;
        color: #d0021b;
        /* display: block !important; */
        background: #ffe2e2;
        right:0;
        position: absolute;
        top: 40px;
        width: 100%;
        padding: 3px;
        border-radius: 3px;
    }

    #belanding_page #body_form_belanding .error:before{
        content: '';
        display: block;
        width: 100%;

    }

    #belanding_page #chat_bublle{
        position: absolute;
        padding: 10px;
        width: 124px;
        border-radius: 10px;
        height: 121px;
        right: 50%;
        color: #fff;
        -webkit-transform: translateX(107%);
        -ms-transform: translateX(107%);
        transform: translateX(107%);
        top: 7%;
        opacity: 0.85;
        background-color: rgba(28, 57, 126, 0.88);
        -webkit-box-shadow: -2px 7px 11px 1px rgba(0, 0, 0, 0.26);
        box-shadow: -2px 7px 11px 1px rgba(0, 0, 0, 0.26);
        display: none !important;
    }

    #belanding_page #chat_bublle p{
        font-size: 14px;
        letter-spacing: -0.2px;
        text-align: right;
        color: #ffffff;
        margin-top: 2px;
        line-height: 1.3;
    }

    #belanding_page #chat_bublle:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        top: calc(100% - -2px);
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-style: solid;
        border-width: 0 10px 10px 20px;
        border-color: transparent transparent rgba(28, 57, 126, 0.88) transparent;
    }
    #belanding_page #arrow_down_animation{
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 50px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        /* background: pink; */
        cursor: pointer;
    }

    @-webkit-keyframes escalator {
        0%   {top:-5px; opacity: 0;}
        50%  {top:10px; opacity: 1;}
        100% {top:25px; opacity: 0;}
    }

    @keyframes escalator {
        0%   {top:-5px; opacity: 0;}
        50%  {top:10px; opacity: 1;}
        100% {top:25px; opacity: 0;}
    }

    #belanding_page #arrow_down_animation::before{
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        width: 100%;
        height: 14px;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/arrow.svg') no-repeat center center;
        background-size: contain;
        opacity: 0;
        -webkit-animation-name: escalator;
        animation-name: escalator;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    #belanding_page #arrow_down_animation::after{
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        width: 100%;
        height: 14px;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/arrow.svg') no-repeat center center;
        background-size: contain;
        opacity: 0;
        -webkit-animation-name: escalator;
        animation-name: escalator;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }


    #belanding_page #desktop_form_text_box{
        display: none;
    }



    #belanding_page #belanding_form_box.static {
        position: relative;
        right: 0%;
        top: 0%;
        width: 100%;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        height: 90vh;
        display: block !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 8px;
        z-index: 9;
        background: #32D4FF;
        border-radius: 0;
        overflow: auto;
        padding-top: 93px;
        padding-bottom: 80px;

    }




}




@media only screen and (min-width: 768px) {


}


@media only screen and (min-width: 1024px) {
    /* #belanding_page #belanding_form_box{
        position: fixed;
        right: 0%;
        top: 0%;
        width: 100%;
        transform: translate(0%, 0%);
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
        z-index: 9;
        background: #32D4FF;
        border-radius: 20px;
    } */

    #belanding_page #body_form_belanding .cos_nocos{

        display: block;

    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img{
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(2){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(100%, 0px, -50px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(100%, 0px, -50px);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(100%, 0px, -50px);
    }

    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(3){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(200%, 0px, -100px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(200%, 0px, -100px);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(200%, 0px, -100px);
    }
    #belanding_page #app_screens .row_a .img_perspective_box.open_t img:nth-child(4){
        -webkit-perspective-origin: 50%, 50%;
        -o-perspective-origin: 50%, 50%;
        -ms-perspective-origin: 50%, 50%;
        perspective-origin: 50%, 50%;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(300%, 0px, -150px);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(300%, 0px, -150px);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(300%, 0px, -150px);
    }

    #belanding_page #intro_router{
        display: none !important;
    }
    #belanding_page.stop{
        position: static;
    }
    #belanding_page .pulse {
        display: block;
        border-radius: 50%;
        background: transparent;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation: pulse 2.5s infinite;
        animation: pulse 2.5s infinite;
        position: absolute;
        margin: 0;
        bottom: 3%;
        left: 24.5%;
        width: 40px;
        height: 40px;
        -webkit-transform: rotateX(85deg);
        transform: rotateX(85deg);
    }


    #belanding_page .pulse::after{
        content:'';
        border-radius: 50%;
        position: absolute;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation:  pulse 2.5s infinite 0.4s;
        animation:  pulse 2.5s infinite 0.4s;
    }

    #belanding_page .pulse::before{
        content:'';
        border-radius: 50%;
        position: absolute;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 rgba(255,255,255, 0.4);
        -webkit-animation:  pulse 2.5s infinite 0.8s;
        animation:  pulse 2.5s infinite 0.8s;
    }

    #belanding_page #belanding_form_box #static_call_strip{
        display: none;
    }

    #belanding_page #belanding_form_box.static #static_call_strip{
        display: none;
    }

    #belanding_page .form_text_before{
        display: none;
    }

    #belanding_page #desktop_form_text_box{
        display: block;
    }

    #belanding_page #desktop_form_text_box .desktop_form_text_heading{
        font-size: 33px;
        font-weight: bold;
        line-height: 1.03;
        text-align: center;
        max-width: 100%;
        margin: 0 auto 20px;
        color: #16254f;
    }


    #belanding_page #desktop_form_text_box .desktop_form_text_p{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        color: #16254f;

        margin-bottom: 35px;
    }
    #belanding_page #desktop_form_text_box .desktop_form_text_p span{
        color: #16254f;
        white-space: nowrap;
        display: block;
    }


    #belanding_page input.form-control1 {
        width: 100%;
        border-radius: 5px;
        background-color: #ffffff;
        border: none;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        margin: 0px 0 35px;
        padding: 0 8px;
        font-weight: 400;
    }

    #belanding_page #form_close{
        display: none;

    }

    #belanding_page #body_form_belanding .client1 {
        margin-bottom: 25px;
    }
    #belanding_page #body_form_belanding #sub_for {
        width: 255px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 22.5px;
        background-color: #16254f;
        border: solid 1px #16254f;
        -webkit-appearance: none;
        margin: 0px auto;
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }

    #belanding_page input.form-control1:focus:not(:focus-visible){
        outline: none;
    }

    #belanding_page input.form-control1.error{
        border: 1px solid #d0021b;
    }

    #belanding_page #body_form_belanding .cos_nocos span{
        display: block;
        margin: 0 0 5px 0;
    }
    #belanding_page #choose_notice {
        font-size: 16px;
        line-height: 1.13;
        text-align: right;
        color: #16254f;
        margin-bottom: 5px;
    }

    #belanding_page #body_form_belanding .cos_nocos label{
        width: 109px;
    }

    #belanding_page #body_form_belanding .cos_nocos label:last-child{
        float: left;
    }

    #belanding_page #body_form_belanding {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0;
    }

    #belanding_page input[type=number]::-webkit-inner-spin-button,
    #belanding_page input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    #belanding_page .mobile{
        display: none;
    }
    #belanding_page .desktop{
        display: block;
    }

    #belanding_page .sticky_bar_mobile{
        display: none !important;
    }
    #belanding_page #belanding_form_box{
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        width: 340px;
        height: 100vh;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px;
        overflow: auto;
        border-radius: 0px;
        background: #32D4FF;
    }

    #belanding_page #belanding_form_box.static{
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        width: 335px;
        height: 100vh;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px;
        overflow: auto;
        border-radius: 0px;
        background: #32D4FF;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #belanding_page .intro_inner .intro_heading1 {
        font-family: 'SimplerPro', sans-serif;
        font-size: 26px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }

    #belanding_page #intro{
        width: calc(100% - 340px);
        height: 560px;
        min-height: 560px;
        background: url(https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_992.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        max-height: 560px;
        margin-top: 0;
        padding-top: 0;
    }

    #belanding_page #intro_back{
        position: absolute;
        left: 4vw;
        top: 0;
        height: 100%;
        width: auto;
        display: block;
    }

    #belanding_page .intro_inner{
        width: calc(100% - 335px);
        padding: 0 3vw;
        margin-top: 40px;
    }

    #belanding_page .intro_inner .intro_text_box{
        width: 31vw;
    }

    #belanding_page .intro_inner .intro_text_box .be_logo{
        float: left;
        width: 100%;
        max-width: none;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        margin-bottom: 40px;
    }

    #belanding_page .intro_inner .intro_white_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;

        margin: auto;
        clear: both;
        margin-top: 2px;
    }
    #belanding_page .intro_inner .intro_blue_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 2.5vw;
        font-weight: 600;
        line-height: 0.9;
        letter-spacing: -1.2px;
        text-align: center;
        color: #32d4ff;
        margin-top: 2.5vw;
        max-width: 260px;
    }

    #belanding_page #paralax_images, #belanding_page #app_screens{
        /*padding-left:335px;*/

    }
    #belanding_page .pulse {
        display: block;}

    #belanding_page .row_p:first-child .row_p_image::after{

        content: '';
        display: block;
        position: absolute;
        bottom: 0%;
        left: -4%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 32%;
        height: 22%;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/be_rauter.png') no-repeat center center;
        background-size: contain;

    }

    #belanding_page .row_p:nth-child(odd) .row_p_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 100px 40px 0 40px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #belanding_page .row_p:nth-child(even) .row_p_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 100px 40px 0 40px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #belanding_page .row_p .row_p_text.desktop{
        position: absolute;
        top: 50%;
        opacity:0;
    }

    #belanding_page .row_p .row_p_text.desktop.viewed{
        -webkit-transition:top 0.55s ease-in, opacity 0.55s ease-in;
        -o-transition:top 0.55s ease-in, opacity 0.55s ease-in;
        transition:top 0.55s ease-in, opacity 0.55s ease-in;
        top: 36%;
        opacity:1;
    }

    #belanding_page .row_p:nth-child(odd) .row_p_text.desktop{

        width: 40vw;
        right: 2.5vw;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        z-index: 2;
        padding: 30px;
    }
    #belanding_page .row_p:nth-child(even) .row_p_text.desktop{

        width: 40vw;
        right: 43%;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        z-index: 2;
        padding: 30px;
    }
    #belanding_page #paralax_images .row_p_text h3 {
        margin: 0 0 0 0;
        font-size: 3.1vw;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.04;
        letter-spacing: -1.6px;
        text-align: right;
        color: #16254f;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex!important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-direction: row-reverse;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        position: absolute;
        bottom: 10px;
        top: auto;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }

    #belanding_page #paralax_images .row_p_text h3>br{
        display: none;
    }
    #belanding_page #paralax_images .row_p_text p {
        font-size: 16px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        text-align: right;
        color: #585858;
    }
    #belanding_page #paralax_images .row_p_image {
        width: 64%;
        position: relative;
    }
    #belanding_page #chat_bublle {
        position: absolute;
        padding: 24px 28px 5px 6px;
        width: 279px;
        border-radius: 10px;
        height: 160px;
        right: auto;
        left: -2%;
        color: #fff;
        -webkit-transform: translateX(0%) scale(0.7);
        -ms-transform: translateX(0%) scale(0.7);
        transform: translateX(0%) scale(0.7);
        top: 15%;
        opacity: 0.85;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent url(https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bubble_png.png) no-repeat center center;
        background-size: contain;
        opacity: 0;
    }

    #belanding_page #chat_bublle.animate{
        -webkit-transform: translateX(0%) scale(1);
        -ms-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        opacity: 1;
        -webkit-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    #belanding_page #chat_bublle:before{
        display: none;
    }
    #belanding_page #living_room_slider {
        width: 100%;
        /*padding-left: 335px;*/
    }

    #belanding_page #be_slider {
        width: 100%;
        height: auto;
        /*padding-left: 335px;*/
    }

    #belanding_page #chat_bublle p {
        font-size: 16px;
        letter-spacing: -0.2px;
        text-align: right;
        color: #ffffff;
    }

    #belanding_page #be_specs .specs_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*padding-left: 335px;*/
    }

    #belanding_page #app_screens .row_a{
        padding: 60px 30px;
    }

    #belanding_page #app_screens .row_a .row_a_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #belanding_page #app_screens .row_a .row_a_inner .row_a_text{
        width: 45%;
    }
    #belanding_page #app_screens .row_a .row_a_text h3{
        font-size: 3vw;
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: 0px;
        text-align: right;
        color: #16254f;
    }
    #belanding_page #app_screens .row_a .row_a_text p{
        font-size: 16px;
        text-align: right;
        color: #585858;
    }
    #belanding_page #app_screens .row_a .row_a_image{
        height: 25vw;
        width: 40%;
        display:none;
    }
    #belanding_page #app_screens .row_a .row_a_image_static{
        display: inline-block;
        max-width: 60%;
        padding-right: 40px;
    }
    #belanding_page #app_screens .row_a .row_a_image_static img{

        width: 100%;
    }
    #belanding_page #app_screens .row_a .img_perspective_box{
        width: auto;
    }
    #belanding_page #living_room_slider .slider_container_lr .slide_livingroom {
        margin-top: 0;
        height: 33.5vw;
        position: relative;
    }

    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr1{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_be1.jpg') no-repeat center bottom;
        background-size: cover;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr2{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_be2.jpg') no-repeat center bottom;
        background-size: cover;
    }
    #belanding_page  #living_room_slider .slider_container_lr .slide_livingroom.lr3{
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_be3.jpg') no-repeat center bottom;
        background-size: cover;
    }

    #belanding_page #living_room_slider .slick-arrow{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        cursor:pointer;
    }

    #belanding_page #living_room_slider{
        position: relative;
    }

    #belanding_page #living_room_slider .slick-next.slick-arrow{
        left: 0;
        -webkit-appearance: none;
        border: none;
        background: rgba(255,255,255,0.8) url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/right.svg') no-repeat 70% center;
        width: 70px;
        background-size: 35%;
        font-size: 0;
        height: 100px;
        border-radius: 50px 0px 0px 50px;
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }

    #belanding_page #living_room_slider .slick-arrow:focus:not(:focus-visible){
        outline: none;
    }

    #belanding_page #living_room_slider .slick-prev.slick-arrow{
        right: 0px;
        -webkit-appearance: none;
        border: none;
        background: rgba(255,255,255,0.8) url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/right.svg') no-repeat 62% center;
        width: 70px;
        background-size: 35%;
        font-size: 0;
        height: 100px;
        border-radius: 50px 0px 0px 50px;
        /* transform: scale(-1); */
    }

    #belanding_page #be_slider .slider_container_be .slide_be{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 60px;
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_text_box{
        width: 100%;
        max-width: 500px;
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_image_box{
        width: 50%;
    }

    #belanding_page #be_slider .slider_container_be .slide_be:focus{
        outline: none;
    }

    #belanding_page #be_slider .slider_container_be .slide_be h3{
        font-size: 45px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
        padding-right: 7vw;
        margin-bottom: 0px;
    }
    #belanding_page #be_slider .slider_container_be .slide_be h3#first_slide_h3{
        margin-top: 0;
    }
    #belanding_page #be_slider .slider_container_be .slide_be p{
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: right;
        color: #585858;
        max-width: 100%;
        padding-right: 7vw;
        width: 100%;
        margin-right: 0;
        margin: 0;
    }

    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex>span{
        width: 200px;
        white-space: nowrap;
    }
    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex{
        width: 90%;
        max-width: none;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li{
        cursor:pointer;
        position: relative;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::after{
        content: '';
        display: block;

        width: 128px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #belanding_page #be_specs .specs_head h3 {
        font-size: 41px;
        font-weight: bold;
        text-align: right;
        color: #16254f;
        margin: 10px 0 10px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::before{
        width: 128px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        content: '';
        display: block;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li>button{
        cursor:pointer;
    }

    #belanding_page #be_specs .specs_body{
        height: auto;
        max-height: 600px;
        margin-top: 15px;
    }
    #belanding_page #be_specs .specs_body{
        width: auto;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
    }
    #belanding_page #be_specs .specs_head{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0px;
    }

    #belanding_page #be_specs .specs_inner_box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #belanding_page #be_specs .specs_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 10px 0;
        width: 45%;
    }

    #belanding_page #be_specs .specs_row:nth-child(odd){
        margin-left: 8%;
    }
    #belanding_page #be_specs{
        /*padding-left: 335px;*/
        -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
    }
    #belanding_page #be_specs .specs_head::after{
        display: none;
    }
    #belanding_page {
        padding-bottom: 0px;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text{
        position: absolute;
        display: block;
        right: 8vw;
        top: 4vw;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text h3{
        font-size: 38px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.82;
        letter-spacing: -1.6px;
        text-align: right;
        color: #16254f;
        margin-bottom: 10px;

    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text p{
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #585858;
        width: 18vw;
        direction: rtl;
        margin: 0;
        float: right;
    }
    #belanding_page #arrow_down_animation {
        width: 55px;
        height: 75px;
        position: absolute;
        top: calc(100vh - 100px);
        right: calc(50% - 100px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        /* background: pink; */
    }

}

@media only screen and (min-width: 1200px) {
    /* #belanding_page #belanding_form_box{
        position: fixed;
        right: 0%;
        top: 0%;
        width: 100%;
        transform: translate(0%, 0%);
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
        z-index: 9;
        background: #32D4FF;
        border-radius: 20px;
    } */



    #belanding_page .form_text_before{
        display: none;
    }

    #belanding_page #desktop_form_text_box{
        display: block;
    }

    #belanding_page #desktop_form_text_box .desktop_form_text_heading{
        font-size: 33px;
        font-weight: bold;
        line-height: 1.03;
        text-align: center;
        max-width: 100%;
        margin: 0 auto 20px;
        color: #16254f;
    }


    #belanding_page #desktop_form_text_box .desktop_form_text_p{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        color: #16254f;

        margin-bottom: 35px;
    }

    #belanding_page input.form-control1 {
        width: 100%;
        border-radius: 5px;
        background-color: #ffffff;
        border: none;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        margin: 0px 0 35px;
        padding: 0 8px;
        font-weight: 400;
    }

    #belanding_page #form_close{
        display: none;

    }

    #belanding_page #body_form_belanding .client1 {
        margin-bottom: 25px;
    }
    #belanding_page #body_form_belanding #sub_for {
        width: 255px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 22.5px;
        background-color: #16254f;
        border: solid 1px #16254f;
        -webkit-appearance: none;
        margin: 0px auto;
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
    }

    #belanding_page input.form-control1:focus:not(:focus-visible){
        outline: none;
    }

    #belanding_page input.form-control1.error{
        border: 1px solid #d0021b;
    }

    #belanding_page #body_form_belanding .cos_nocos span{
        display: block;
        margin: 0 0 5px 0;
    }
    #belanding_page #choose_notice {
        font-size: 16px;
        line-height: 1.13;
        text-align: right;
        color: #16254f;
        margin-bottom: 5px;
    }

    #belanding_page #body_form_belanding .cos_nocos label{
        width: 109px;
    }

    #belanding_page #body_form_belanding .cos_nocos label:last-child{
        float: left;
    }

    #belanding_page #body_form_belanding {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0;
    }

    #belanding_page input[type=number]::-webkit-inner-spin-button,
    #belanding_page input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    #belanding_page .mobile{
        display: none;
    }
    #belanding_page .desktop{
        display: block;
    }

    #belanding_page .sticky_bar_mobile{
        display: none !important;
    }
    #belanding_page #belanding_form_box{
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        width: 340px;
        height: 100vh;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* padding: 5vh; */
        padding: 7vh 40px 0;
        overflow: auto;
        border-radius: 0px;
        background: #32D4FF;
    }

    #belanding_page #belanding_form_box.static{
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        width: 335px;
        height: 100vh;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px;
        overflow: auto;
        border-radius: 0px;
        background: #32D4FF;
        margin-top: 0px;
    }

    #belanding_page{
        width: 100%;
        margin: 0 auto;
    }

    #belanding_page .section#living_room_slider,
    #belanding_page .section#be_slider {
        max-width: 1422px;
        margin: 0 auto;
    }
    #belanding_page #intro{
        width: 100%;
        height: 100vh;
        min-height: 50vw;
        background: url(https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bg_1200.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        max-height: 1080px;
        background-position-y: top;
    }
    #belanding_page .intro_inner .intro_heading1 {
        font-family: 'SimplerPro', sans-serif;
        font-size: 49px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.05;
        letter-spacing: -0.61px;
        text-align: right;
        color: #ffffff;
        margin: 0;
    }
    #belanding_page #intro_back{
        position: absolute;
        left: 4vw;
        top: 0;
        height: 100%;
        width: auto;
        display: block;
    }

    #belanding_page .intro_inner{
        width: calc(100% - 335px);
        padding: 0 3vw;
        margin-top: 200px;
        padding-right: 3%;
    }

    #belanding_page .intro_inner .intro_text_box{
        margin: 0;
        width: 500px;
        max-width: 432px;

    }

    #belanding_page .intro_inner .intro_text_box .be_logo{
        float: left;
        width: 100%;
        max-width: none;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        margin-bottom: 40px;
    }

    #belanding_page .intro_inner .intro_white_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 22.4px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 2px;

    }
    #belanding_page .intro_inner .intro_blue_text{
        font-family: 'SimplerPro', sans-serif;
        font-size: 2.5vw;
        font-weight: 600;
        line-height: 0.9;
        letter-spacing: -1.2px;
        text-align: center;
        color: #32d4ff;
        margin-top: 2.5vw;
        max-width: none;
    }

    #belanding_page #paralax_images, #belanding_page #app_screens{
        /*padding-left:335px;*/

    }
    #belanding_page .pulse {
        display: block;}

    #belanding_page .row_p:first-child .row_p_image::after{

        content: '';
        display: block;
        position: absolute;
        bottom: 0%;
        left: -4%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 32%;
        height: 22%;
        background: url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/be_rauter.png') no-repeat center center;
        background-size: contain;

    }

    #belanding_page .row_p:nth-child(odd) .row_p_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 130px 60px 0 50px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #belanding_page .row_p:nth-child(even) .row_p_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 110px 60px 0px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #belanding_page .row_p .row_p_text.desktop{
        position: absolute;
        top: 50%;
        opacity:0;
    }

    #belanding_page .row_p .row_p_text.desktop.viewed{
        -webkit-transition:top 0.55s ease-in, opacity 0.55s ease-in;
        -o-transition:top 0.55s ease-in, opacity 0.55s ease-in;
        transition:top 0.55s ease-in, opacity 0.55s ease-in;
        top: 36%;
        opacity:1;
    }

    #belanding_page .row_p:nth-child(odd) .row_p_text.desktop{

        width: 45vw;
        right: 2.5vw;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        z-index: 2;
        padding: 30px;
    }
    #belanding_page .row_p:nth-child(even) .row_p_text.desktop{

        width: 42vw;
        right: 43%;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px 0px;
        z-index: 2;
        padding: 30px;
    }
    #belanding_page #paralax_images .row_p_text h3 {
        margin: 33px 0 0 0;
        font-size: 3.1vw;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.04;
        letter-spacing: -1.6px;
        text-align: right;
        color: #16254f;
    }
    #belanding_page #paralax_images .row_p_text h3>br{
        display: block;
    }
    #belanding_page #paralax_images .row_p_text p {
        font-size: 1.05vw;
        line-height: 1.19;
        letter-spacing: -0.2px;
        text-align: right;
        color: #585858;
    }
    #belanding_page #paralax_images .row_p_image {
        width: 64%;
        position: relative;
    }
    #belanding_page #chat_bublle {
        position: absolute;
        padding: 16px 33px 0 0;
        width: 310px;
        border-radius: 10px;
        height: 160px;
        right: auto;
        left: 3%;
        color: #fff;
        -webkit-transform: translateX(0%) scale(0.7);
        -ms-transform: translateX(0%) scale(0.7);
        transform: translateX(0%) scale(0.7);
        top: 23%;
        opacity: 0.85;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/bubble_png.png') no-repeat center center;
        background-size: cover;
        opacity: 0;
    }

    #belanding_page #chat_bublle.animate{
        -webkit-transform: translateX(0%) scale(1);
        -ms-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        opacity: 1;
        -webkit-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    #belanding_page #chat_bublle:before{
        display: none;
    }
    #belanding_page #living_room_slider {
        width: 100%;
        /*padding-left: 335px;*/
    }

    #belanding_page #be_slider {
        width: 100%;
        height: auto;
        /*padding-left: 335px;*/
    }

    #belanding_page #chat_bublle p {
        font-size: 18px;
        letter-spacing: -0.2px;
        text-align: right;
        color: #ffffff;
        margin: 0 0 ;
    }

    #belanding_page #be_specs .specs_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*padding-left: 335px;*/
    }

    #belanding_page #app_screens .row_a{
        padding: 60px 40px;
    }

    #belanding_page #app_screens .row_a .row_a_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #belanding_page #app_screens .row_a .row_a_inner .row_a_text{
        width: 50%;
    }
    #belanding_page #app_screens .row_a .row_a_text h3{
        font-size: 60px;
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: 0px;
        text-align: right;
        color: #16254f;
    }
    #belanding_page #app_screens .row_a .row_a_text p{
        font-size: 20px;
        text-align: right;
        color: #585858;
    }

    #belanding_page #app_screens .row_a .row_a_text strong{
        font-size: 20px;
    }
    #belanding_page #app_screens .row_a .row_a_image{
        height: 25vw;
        width: 38%;
    }
    #belanding_page #app_screens .row_a .img_perspective_box{
        width: auto;
    }
    #belanding_page #living_room_slider .slider_container_lr .slide_livingroom {

        height: 33.5vw;
        position: relative;
    }

    #belanding_page #living_room_slider .slick-arrow{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        cursor:pointer;
    }

    #belanding_page #living_room_slider{
        position: relative;
    }

    #belanding_page #living_room_slider .slick-next.slick-arrow{
        left: 0;
        -webkit-appearance: none;
        border: none;
        background: rgba(255,255,255,0.8) url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/right.svg') no-repeat 70% center;
        width: 70px;
        background-size: 35%;
        font-size: 0;
        height: 100px;
        border-radius: 50px 0px 0px 50px;
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }

    #belanding_page #living_room_slider .slick-arrow:focus:not(:focus-visible){
        outline: none;
    }

    #belanding_page #living_room_slider .slick-prev.slick-arrow{
        right: 0px;
        -webkit-appearance: none;
        border: none;
        background: rgba(255,255,255,0.8) url('https://www.bezeq.co.il/media/minisites/internet_beProductP/img/right.svg') no-repeat 62% center;
        width: 70px;
        background-size: 35%;
        font-size: 0;
        height: 100px;
        border-radius: 50px 0px 0px 50px;
        /* transform: scale(-1); */
    }

    #belanding_page #be_slider .slider_container_be .slide_be{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 25px;
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_text_box{
        width: 50%;
    }

    #belanding_page #be_slider .slider_container_be .slide_be .slide_be_image_box{
        width: 50%;
    }

    #belanding_page #be_slider .slider_container_be .slide_be:focus{
        outline: none;
    }

    #belanding_page #be_slider .slider_container_be .slide_be h3{
        font-size: 45px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
        padding-right: 7vw;
        margin-bottom: 0px;
    }
    #belanding_page #be_slider .slider_container_be .slide_be h3#first_slide_h3{
        margin-top: 0;
    }
    #belanding_page #be_slider .slider_container_be .slide_be p{
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: right;
        color: #585858;
        max-width: 100%;
        padding-right: 7vw;
        width: 100%;
        margin-right: 0;
        margin: 0;
    }

    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex>span{
        width: 200px;
        white-space: nowrap;
    }
    #belanding_page #be_slider .slider_container_be .slide_be p.p_flex{
        width: 100%;
        max-width: 520px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li{
        cursor:pointer;
        position: relative;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::after{
        content: '';
        display: block;

        width: 128px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2)::before{
        width: 128px;
        height: 1px;
        opacity: 0.5;
        background:  #979797;
        content: '';
        display: block;
        margin: 0 3px;
    }
    #belanding_page #be_slider .slider_container_be .slick-dots li:nth-child(2){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #belanding_page #be_specs .specs_head h3 {
        font-size: 41px;
        font-weight: bold;
        text-align: right;
        color: #16254f;
        margin: 10px 0 10px;
    }

    #belanding_page #be_slider .slider_container_be .slick-dots li>button{
        cursor:pointer;
        width: 60px;
        height: 60px;
    }

    #belanding_page #be_specs .specs_body{
        height: auto;
        max-height: 600px;
        margin-top: 15px;
    }
    #belanding_page #be_specs .specs_body{
        width: 950px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
    }
    #belanding_page #be_specs .specs_head{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0px;
    }

    #belanding_page #be_specs .specs_inner_box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #belanding_page #be_specs .specs_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 10px 0;
        width: 45%;
    }

    #belanding_page #be_specs .specs_row:nth-child(odd){
        margin-left: 8%;
    }
    #belanding_page #be_specs{
        /*padding-left: 335px;*/
    }
    #belanding_page #be_specs .specs_head::after{
        display: none;
    }
    #belanding_page {
        padding-bottom: 0px;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text{
        position: absolute;
        display: block;
        right: 8vw;
        top: 4vw;
    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text h3{
        font-size: 60px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.82;
        letter-spacing: -1.6px;
        text-align: right;
        color: #16254f;
        margin-bottom: 10px;

    }

    #belanding_page #living_room_slider .slider_container_lr .slide_lr_text p{
        font-size: 22.1px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #585858;
        width: 19vw;
        direction: rtl;
        margin: 0;
        float: right;
    }
    #belanding_page #arrow_down_animation {
        width: 55px;
        height: 75px;
        position: absolute;
        top: unset;
        bottom: 80px;
        right: calc(50% - 100px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        /* background: pink; */
    }

}
@media only screen and (min-width: 1600px){
    #belanding_page .intro_inner {
        width: calc(100% - 335px);
        padding: 0 3vw;
        margin-top: 200px;
        padding-right: 12%;
    }
}
@media only screen and (min-width: 1920px){
    #belanding_page #belanding_form_box{
        left: calc((100% - 1920px)/2)
    }
}

