

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
  background-color: #f4f0ef;
  direction: ltr;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

.d_rtl {
    direction: rtl;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.flx {
    display: flex;
    flex-flow: row nowrap;
}

.flx > div:nth-child(2){
    padding: 0 32px;
}

.img_r { 
    max-width:100%;
    height: auto;
}

.d-block {
    max-width: 328px;
}


.bg_m {
    padding-bottom: 27.8%;
    background:  url("http://image.mail.dutyfree.co.il/lib/fe3911707564047a701071/m/1/e787e391-8565-4998-89d9-5fd881c1d8fb.jpg") center no-repeat;
  
        background-size: cover;
}

.bg_frm {
    width:100%;
    max-width:1400px;
    min-height:773px;
    margin-top: 3%;
    background:  url("http://image.mail.dutyfree.co.il/lib/fe3911707564047a701071/m/1/d5b9a672-247b-4108-82af-0c92db198750.png") top center no-repeat;
  
    background-size: contain;
}

.bg_frm > div:nth-child(1) {
    max-width: 1200px;
    padding-top: 36%;
}

.frm {
    max-width: 650px;
    position: relative;
}

.agr {
    max-width: 600px;
    font-size: 13px;
    font-weight: bold;
    background:rgba(0,0,0, 0.5);
    margin-top: 20px;
    color:#fff;
    padding: 5px;
}

.agr >div:nth-child(2){
    display: inline;
    padding: 5px;
}

button {
    background:  url("http://image.mail.dutyfree.co.il/lib/fe3911707564047a701071/m/1/b51ee000-bcc3-4f45-8973-6c45539b505b.png") 0 0 repeat-x;
   
    border: 0;
    width: 316px;
    line-height: 31px;
    margin-top: 5px;
}

.btn_s {
    width: 238px;
}

.btn_sa {
    width: 100%;
    text-align: left;
    padding-left: 3px;
}

input, button {
    font-size:20px;
    font-family: 'Almoni DL AAA';
    font-weight: bold;
}

input.s1 {
    width: 316px;
    height: 31px;
    padding:5px;
    margin: 5px;
}

select {
    border: 0;
    height: 31px;
    margin:5px 5px 0 0;
}

.err {
    color:#fff;
    font-weight: bold;
    background:rgba(255,0,0, 0.8);
    margin: -5px 5px 5px 5px;
    padding-right: 5px;
    max-width: 316px;
}

.ldr {
    background:rgba(255,255,255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.ldr >img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.msg {
    color:#fff;
    text-align: center;
    font-weight: bold;
    background:rgba(0,0,0, 0.5);
    font-size: 25px;
}

.mb_h {
    display: none;
}

.sbt {
    padding-right: 5px;
}

.coup_cont {
    justify-content: center;
    padding: 0 7%;
}

.ntc_1 {
    margin: 2% 0;
}


.ftr {
    max-width: 1200px;
    font-weight: bold;
    font-size: 27px;
    margin: 3% 0 1% 0;
}

.cnd{display: none;}

@media only screen and (max-width: 1350px) {
    .flx > div:nth-child(2) {
        padding: 0 18px;
    }

    .bg_frm {
        min-height:auto;
    }
}



@media only screen and (max-width: 840px) {

    .d-flex {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    

    .da-flex {
        flex-direction: row;
    }

    .bg_frm > div:nth-child(1) {
        padding-top: 40%;
    }

    .agr {
        max-width: 316px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .err {
        max-width: 316px;
        margin: -5px auto 0 auto;
    }

    .ab {
        text-align:center
    }

    .ph.s1 {
        width: 267px;
        margin-left: 2px;
    }

    .btn_s {
        width: 316px;
    }

    .btn_sa {
        text-align: center;
        padding-left: 0px;
    }

    .msg {
        max-width: 320px;
        margin: 0 auto;
    }

    .area {
        margin:5px 0 0 0;
    }

    .sbt {
        padding-right: 0px;
    }

    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ftr {
        font-size: 16px;
    }

 .cnd {
        display: block;
        color:#ffffff;
        direction: rtl;
        font-size: 20px;
        text-align: left;
        max-width: 316px;
    }
}

@media only screen and (max-width: 560px) {

    .flx-c {
        flex-direction: column;
    }

    .flx > div {
        text-align: center;
        padding: 0 0 !important;
    }

    .coup_cont {
        padding: 0 6%;
    }

}
