@font-face {
    font-family: 'Almoni-DLAAA';
    src: url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-400.ttf') format('ttf'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-400.woff') format('woff'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-400.eot') format('eot');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-DLAAA';
    src: url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-300.ttf') format('ttf'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-300.woff') format('woff'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-300.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-DLAAA';
    src: url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-700.ttf') format('ttf'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-700.woff') format('woff'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-700.eot') format('eot');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-DLAAA';
    src: url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-900.ttf') format('ttf'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-900.woff') format('woff'),
    url('https://electra.netrise.co.il/fonts/almoni-dl-aaa-900.eot') format('eot');
    font-weight: 900;
    font-style: normal;
}

html, body {
    font: 400 16px/1 'Almoni-DLAAA', Arial, sans-serif;
}

body {
    margin: 0;
    background: #000;
    background-size: 100% auto;
    color: #fff;
    direction: rtl;

}
.wrapper{
    position: relative;
}
.wrapper:before{
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 13.7em;
    width: 100vw;
    height: 100vh;
    background: url("../images/bg-main.jpg") no-repeat 0 100%;
    z-index: -1;
}

.form_wrap input, .form_wrap select {
    font: 400 1em/1 'Almoni-DLAAA', Arial, sans-serif;
}

img {
    max-width: 100%;
    vertical-align: top;
}

p {
    margin: 0;
}

/*.form_wrap input[type=text]:focus, .form_wrap input[type=tel].input:focus {
    border: 2px solid red;
}
*/
.container {
    max-width: 101.5em;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

}

.aside {
    width: 27.5em;
    padding-top: 9em;
    padding-left: 7.6em;
}

.content {
    width: 61.4%;
    padding-top: 4.1875em;
    margin-bottom: 5em;
}
.main-title h1{
    font-size: 36px;
    background: linear-gradient(to right, #be903e 0%, #eacf8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
    font-weight: 900;
    margin: 0 auto 0.6111em;
    line-height: 0.9;
    letter-spacing: 0.5px;
}
.main-title h1 strong{
    font-size: 40px;
    font-weight: 900;
}

.content .slider-section h1 {
    font-size: 34px;
    background: linear-gradient(to right, #be903e 0%, #eacf8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
    font-weight: 900;
    max-width: 300px;
    margin: 0 auto 0;

}

.content .slider-section h1 strong {
    font-weight: 900;
}

.content .slider-section h1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1em;
    background: #1b1f21;
    top: 0;
    transform: translate(-50%);
    left: 50%;
    z-index: -1;
    border-radius: 5px;
}

h2 {
    margin: 0;
    text-align: center;
    font-size: 2.9em;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.aside h3 {
    font-size: 2.125em;
    font-weight: 900;
    margin: 0 0 0.4em;
    line-height: 0.8;
    text-align: center;
}

.aside h4 {
    margin: 0 0 0.5em;
    font-size: 2.25em;
    color: #2f3033;
    font-weight: 900;
    text-align: center;

}

.wrapper-slide h5 {
    font-size: 1.3em;
    margin: 0 0 3px;
    background: linear-gradient(to right, #be903e 0%, #eacf8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.wrapper-slide.slick-slide.slick-cloned:focus {
    outline: 0;
}

/*form section*/

.popup-success {
    position: absolute;
    background: #c5994b;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.popup-success h4 {
    width: 8em;
}

.form_wrap strong {
    font-size: 1.4em;
    display: block;
    margin-bottom: 0.3em;
    margin-top: 0.4em;
}

.error {
    height: 1em;
    text-align: center;
    font-size: 1em;
    color: red;
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 0.4em;
    bottom: 3.1em;
}

.form_wrap {
    background: #c5994b;
    padding: 2.5em 2.6em 0.9em;
    margin-bottom: 0.6em;
    position: relative;
}

.form_wrap form {
    padding: 0;
    position: relative;
}

.form_wrap .radio {
    width: auto;
    display: block;
    padding-left: 0;
    margin-bottom: 0.8em;
}

.font-ariel {
    font-size: 0.65em;
    line-height: 1.23em;
    display: inline-block;
    padding-right: 2.3em;
    text-align: right;
    padding-left: 1em;
}
.font-ariel a {
    color: #fff
}
.form_wrap label {
    font-size: 1.2em;
    padding-left: 0.4em;
    width: 5.6em;

    text-align: left;
}

.form_wrap .submit {
    background: #2f3033;
    height: 1.4em;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 2.2em;
    cursor: pointer;
    width: 100%;
}

.input_box {
    display: flex;
    align-items: center;
    margin-bottom: 0.91em;
}

.input_box:last-of-type {
    margin-bottom: 1em;
}

.checkmark {
    position: absolute;
    top: 1px;
    right: 4px;
    height: 0.8em;
    width: 0.8em;
    background-color: white;

}

.radio {
    position: relative;
}

.radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    width: 1px;
    top: 0;
    left: 0;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkmark {
    background-image: url(https://electra.netrise.co.il/images/checkbox-arrow.png);
    background-size: 80% 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts {
    background: #c5994b;
    padding: 0.1em 0.6em 0.2em;
    color: #1a1e21;
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: -1px;
    margin-bottom: 0.6em;
}

.logo {
    display: block;
    width: 21em;
    margin: 0 auto
}

.logo img {
    display: block;
    margin: 0 auto;
}

/*slider section*/

.slider-section {
    position: relative;
    padding: 0 10px;
}
.five-years-label{
    background: url("../images/five-years-label.png") no-repeat;
    width: 141px;
    height: 140px;
    background-size: contain;
    text-indent: -9999px;
	position: absolute;
    top: -80px;
    right: -20px;
	z-index: 10;
}

.slider-product {
    width: 100%;
    padding: 0 10px;
}

.slide {
    text-align: center;
    padding: 3px 1.7em 7px;
    box-sizing: border-box;
    background: #1a1e21;
    border-radius: 13px;

}

.wrapper-slide {
    padding: 10px 10px;
    background: #1a1e21;
    border-radius: 13px;
    margin: 0 13px 2em;
}

.wrapper-slide img {
    margin: 0 auto 4px;
}

.wrapper-slide .text {
    max-width: 180px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 19px;
}
 .slick-arrow{
     position: absolute;
     font-size: 0;
     border: none;
     width: 30px;
     height: 30px;
     top: 37%;
     z-index: 1;
     cursor: pointer;
 }
.slick-next {
    background: url("https://electra.netrise.co.il/images/prev-arrow.png") no-repeat;
    left: -4px;
}

.slick-prev {
    background: url("https://electra.netrise.co.il/images/next-arrow.png") no-repeat;
    right: -7px;
}


.border-wrapper {
    padding: 2px;
    background: linear-gradient(to right, #be903e 0%, #eacf8e 100%);
    border-radius: 13px;
}

.border-block {
    position: absolute;
    background: url("../images/border-img.png") no-repeat 50% 50%;
    height: 100%;
    background-size: 98% 95%;
    left: 50%;
    transform: translate(-50%);
    width: 89%;
    top: 0px;
    z-index: -2;
}

.form_wrap input[type=text], .form_wrap input[type=tel], .form_wrap input[type=email], .form_wrap select {
    height: 2em;
    width: 100%;
    border: none;
    font-size: 17px;
    color: #2f3033;
    padding: 0 15px;
}
.form_wrap input:-ms-input-placeholder{
    color: #2f3033;
    opacity: 1;
}
.form_wrap input:-moz-placeholder{
    color: #2f3033;
    opacity: 1;
}
.form_wrap input::-moz-placeholder{
    color: #2f3033;
    opacity: 1;
}
.form_wrap input::-webkit-input-placeholder{
    color: #2f3033;
    opacity: 1;
}
.form_wrap input:focus:-ms-input-placeholder{
    opacity: 0.5;
}
.form_wrap input:focus:-moz-placeholder{
    opacity: 0.5;
}
.form_wrap input:focus::-moz-placeholder{
    opacity: 0.5;
}
.form_wrap input:focus::-webkit-input-placeholder{
    opacity: 0.5;
}
.select-holder{
    position: relative;
}
.select-holder:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: url("../images/select-arrow.gif") no-repeat 50% 50%;
    background-size: cover;
    pointer-events: none;
}
.form_wrap select {
    font-size: 17px;
    color: #2f3033;
    padding: 0 15px;
    background: #fff;
}

.wrapper-video {
    position: relative;
    max-width: 40.93em;
    height: 21.12em;
    margin-right: auto;
}

.wrapper-video iframe {
    width: 100%;
    height: 100%;
}

.wrapper-img {
    width: 23em;
    margin: -62px auto 9px;
    position: relative;
}

.logo-magic-air {
    width: 20em;
    margin: 0 auto 1.125em;
}

@media screen and (min-width: 1001px) {
    .wrapper-img-mobile {
        display: none;
    }

    .mob-btn {
        display: none;
    }

    .section-video-img {
        padding-left: 2.5em;
        position: relative;
        padding-right: 1.7em;
        margin-bottom: 2em;
    }

}

@media screen and (max-width: 1420px) {
    .slick-arrow{
        background-size: contain;
        width: 20px;
    }
    .slick-next{

        left: 9px;
    }
    .slick-prev{
        right: 9px;
    }
    .wrapper-img {
        margin: -45px auto 9px;
        position: relative;
    }
    .five-years-label{
        width: 131px;
        height: 130px;
        top: -60px;
        right: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-right: 20px;
    }

    .contacts {
        padding-left: 0.2em;
        padding-right: 0.2em;
        font-size: 1.8em;
    }

    .logo {
        margin-left: 0;
    }

    .aside {
        width: 35%;
        padding-left: 15px;
    }

    .wrapper-img {
        width: 20em;
    }

    .form_wrap label {
        width: 6.6em;
    }

    .form_wrap {
        padding: 1.2em 1em;
    }

    .wrapper-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .five-years-label{
        width: 111px;
        height: 110px;
        top: -50px;
        right: -20px;
    }
}

@media screen and (max-width: 1100px) {
    .main-title h1{
        font-size: 34px;
    }
}
@media screen and (max-width: 1000px) {
    body {
        background: #000 url("../images/bg-mobile-top.jpg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .wrapper{
        background: url("../images/bg-mobile-bottom.jpg") no-repeat 0 95%;
        background-size: 100% auto;
    }
    .wrapper:before{
        display: none;
    }
    .wrapper-img-mobile {
        text-align: center;
        max-width: 75%;
        margin: -6em auto 0.5em;
    }

    .content {
        width: 100%;
        padding-top: 3.1em;
        margin-bottom: 0;
    }

    .container {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .border-block {
        background-size: 100% 100%;
    }

    .section-video-img {
        padding: 0 15px;
    }

    .logo-section {
        display: flex;
        justify-content: space-between;
        width: 24.55em;
        margin: 0 auto 3.63em;
    }
    .logo-section img{
        width: 100%;
    }

    .content h3 {
        font-size: 3.4em;
        margin: 0 0 0.4em;
        line-height: 0.73;
        text-align: center;
        padding: 0 1em;
    }

    .content h1 {
        font-size: 3.1em;

        max-width: 80%;
        margin: 0 auto 0.9em;
    }
    .content h1 br{
        display: none;
    }
    .content h1 strong{
        font-size: 1em;
        display: block;
    }
    .content .slider-section h1{
        color: #fff;
        background: none;
        -webkit-text-fill-color: inherit;
        margin: 0 0 0.8em;
        width: auto;
        text-align: center;
        max-width: 100%;
        font-size: 3em;
    }
    .content .slider-section h1:after{
        display: none;
    }
    .border-block{
        display: none;
    }
    .five-years-label{
        width: 9.441em;
        height: 9.441em;
        top: -3em;
        right: auto;
        left: 2em;
    }
    .wrapper-img {
        display: none;

    }

    .wrapper-slide {
        padding: 0 10px;
    }

    .slider-product {
        padding: 0;
    }

    .slick-arrow {
        display: none !important;
    }


    .border-block {
        width: 95%;
        top: 0;

    }

    .wrapper-slide h5 {
        font-size: 2.6em;
    }

    .aside {
        width: auto;
        margin: 0 auto 2em;
        background: url("../images/bg-fon.png") no-repeat top center;
        padding: 3em 0 0;
    }

    .contacts {
        margin: 0 0.69em 1.1em;
        font-size: 3.6em;
        padding: 0 0.8em 0.7em;

    }

    .form_wrap {
        margin: 0 2.5em;
        padding-top: 3.1em;
        padding-bottom: 1.5em;
    }


    .form_wrap input[type=text], .form_wrap input[type=tel], .form_wrap input[type=email], .form_wrap select {
        height: 2.4em;
        font-size: 2em;
    }
    .select-holder:after{
        width: 4em;
    }

    .wrapper-slide .text {
        max-width: 12em;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1;
    }

    .slide {
        padding: 8px 1.8em 10px;
    }

    .content {
        width: 100%;
        padding-top: 4.1em;
        text-align: center;
    }

    .slider-section {

        margin-bottom: 1.2em;
    }
    .slider-section .slider-product{
        position: relative;
    }
    .slider-section .slider-product:before,
    .slider-section .slider-product:after{
        content: "";
        position: absolute;
        width: 25%;
        height: 100%;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        z-index: 6;

    }
    .slider-section .slider-product:after{
        background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        left: auto;
        right: 0;
    }

    .logo {
        width: 17em;
        margin: 0 auto;
        display: none;
    }
    .logo img {
        margin: 0 auto;
        display: block;
    }

    .logo-magic-air {
        width: 100%;
        margin: 0;
    }

    .wrapper-slide {
        margin-bottom: 3.3em
    }

    body {
        font-size: 0.75em;
    }

    .mob-btn {
        background: linear-gradient(to right, #be903e 0%, #eacf8e 100%);
        display: inline-block;
        display: inline-block;
        font-weight: 900;
        text-decoration: none;
        height: 1.4em;
        width: 6.7em;
        margin: 0 auto;
        text-align: center;
        font-size: 2.5em;
        color: #000;
        border-radius: 5px;
        line-height: 1.5;
        letter-spacing: -1px;
    }
    .aside h3{
        display: none;
    }
    .aside h4 {
        font-size: 3.5em;
        padding: 0 1.5em;
        line-height: 0.9;
        margin-bottom: 0.6em;
    }

    .form_wrap label {
        width: 4em;
        font-size: 2.8em;
        padding-left: 0.2em;
    }

    .input_box {
        margin-bottom: 2.1em;
    }

    .form_wrap strong {
        font-size: 2.4em;
        text-align: center;
        margin-top: -0.5em;
    }

    .form_wrap strong {
        font-size: 2.4em;
        text-align: right;
        margin-bottom: 0.6em;
    }

    .font-ariel {
        font-size: 0.5em;
        line-height: 1.2em;
        padding-right: 2.3em;
        text-align: right;
        padding-left: 2.5em;
    }

    .checkmark {
        position: absolute;
        top: 4px;
        right: 0;
    }

    .form_wrap .radio {

        margin-bottom: 0.6em;
    }

    .form_wrap .submit {
        height: 1.2em;
        border-radius: 10px;
        font-size: 4.2em;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    h2 {
        margin: 0;
        font-size: 3.8em;
        font-weight: 300;
        letter-spacing: -1px;
    }

    .error {
        font-size: 2em;
        /*bottom: -6%;*/
        margin-bottom: -13px;
        position: relative;
    }
}





