@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: norma;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
input[type="text"],
input[type="email"],
textarea {
    resize: none;
    outline: none;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border: 0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
}


.land_container {
    width: 824px;
    margin: auto;
}
.land_left {
    float: left;
    width: 414px;
}
.land_right {
    float: right;
    width: 410px;
    padding: 35px 25px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.land_container_in {
    height: 498px;
    background-color: #f9f9f9;
}
.land_container * {
    font-size: 15px;
    line-height: 24px;
}
.land_container h1 {
    margin: 5px auto 25px;
    font-size: 30px;
    color: #000000;
    line-height: 35px;
    text-align: center;
}
.land_container h3 {
    margin: 50px 0 10px 0;
    font-size: 30px;
    color: #000000;
    line-height: 35px;
}
.land_container h2 {
    margin: 0 0 10px 0;
    font-family: 'Avnir', 'Open Sans Hebrew';
    font-size: 30px;
    color: #000000;
    line-height: 35px;
}
.land_container h2:after {
    content: '';
    margin-top: 13px;
    display: block;
    width: 70px;
    height: 4px;
    background-color: #000;
}
.land_container_in.land_container_in_smart {
    height: auto;
}
.form {
    width: 100%;
    margin: 20px auto 0 auto;
}
.form label,
.agr_chbx span {
    font-size: 12px;
    line-height: 16px;
}
.agr_chbx {
    margin-bottom: 20px;
}
.form input[type="text"],
.form input[type="email"] {
    font-size: 16px;
    background-color: transparent;
    padding: 0 7px;
    width: 100%;
    height: 25px;
    color: #000;
    margin-bottom: 8px;
    border: 1px solid #000;
}
.form button {
    cursor: pointer;
    background-color: #000;
    line-height: 22px;
    display: block;
    border: 1px solid #000;
    margin: auto;
    color: #fff;
    font-family: 'Open Sans Hebrew';
    height: 25px;
    text-align: center;
    font-size: 16px;
}
.land_container form p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Open Sans Hebrew';
}
.land_container form p.red {
    margin-top: 10px;
    color: red;
}
.agr_chbx span {
    width: 320px;
}
.agr_chbx input[type="checkbox"] {
    display: none;
}
.agr_chbx input[type="checkbox"]+.land_v {
    margin-left: 10px;
    float: right;
    width: 15px;
    height: 15px;
    background: url('../images/land_v.png') no-repeat;
    background-size: 100% 100%;
}
.agr_chbx input[type="checkbox"]+.land_v .land_vchecked {
    float: right;
    opacity: 0;
    width: 15px;
    height: 15px;
    background: url('../images/land_vchecked.png') no-repeat;
    background-size: 100% 100%;
}
.agr_chbx input[type="checkbox"]:checked+.land_v .land_vchecked {
    opacity: 1;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
b,
strong,
.single_evnt_title {
    font-weight: 700;
}
.form input.redborder {
    border: 1px solid red;
}
@media (max-width:1000px) {
    .land_container_in {
        height: auto;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .land_left:after {
        content: '';
        clear: both;
        display: block;
    }
    body {
        background-color: #f9f9f9;
    }
    .land_container_in {
        height: auto;
    }
    .land_container,
    .land_container_in,
    .land_left,
    .land_left img {
        width: 100%;
    }
    .land_right {
        padding: 40px 0;
        clear: both;
        width: 690px;
        margin: auto;
        float: none;
    }
    .land_right {
        margin: 35px auto
    }
    .land_container h2 {
        font-size: 50px;
        text-align: center;
        line-height: 50px;
    }
    .land_container h2:after {
        display: none;
    }
    .land_container * {
        font-size: 20px;
        line-height: 42px;
    }
    .land_container p,
    .land_container p * {
        font-family: 'Open Sans Hebrew';
        font-size: 19px;
        line-height: 31px;
    }
    .land_container form p {
        font-size: 33px;
        line-height: 40px;
    }
    .form input[type="text"],
    .form input[type="email"] {
        text-align: right;
        height: 80px;
        background-color: #fff;
        border: 1px solid #b1b0b0;
        margin-bottom: 27px;
        padding: 0 15px;
        color: #6c6b6b;
        font-size: 29px;
        line-height: 80px;
    }
    textarea::placeholder,
    input::placeholder {
        /* WebKit browsers */
        color: #6c6b6b;
        font-size: 29px;
    }
    .agr_chbx {
        width: 100%;
        margin-bottom: 50px;
    }
    .agr_chbx input[type="checkbox"] {
        display: none;
    }
    .agr_chbx input[type="checkbox"]+.land_v {
        width: 42px;
        height: 41px;
    }
    .agr_chbx input[type="checkbox"]+.land_v .land_vchecked {
        width: 42px;
        height: 41px;
    }
    .agr_chbx span {
        width: 557px;
    }
    .form button {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        float: none;
        margin: auto;
    }
    .form label,
    .agr_chbx span {
        font-size: 28px;
        line-height: 50px;
        font-family: 'Open Sans Hebrew';
        text-align: right;
    }
    .land_container_in {
        background-color: #f6ebeb;
    }
    .newhead2020 .site_header {
        box-sizing: content-box;
    }
}

@media (max-width:500px) {
    .land_container_in {
        height: auto;
    }
    .land_left:after {
        content: '';
        clear: both;
        display: block;
    }
    body {
        background-color: #f9f9f9;
    }
    .land_container_in {
        height: auto;
    }
    .land_container,
    .land_container_in,
    .land_left,
    .land_left img {
        width: 100%;
    }
    .land_right {
        padding: 20px 0;
        clear: both;
        width: 92%;
        margin: auto;
        float: none;
    }
    .land_right {
        margin: 15px auto
    }
    .land_container h2 {
        font-size: 25px;
        text-align: center;
        line-height: 25px;
    }
    .land_container h2:after {
        display: none;
    }
    .land_container * {
        font-size: 14px;
        line-height: 20px;
    }
    .land_container p,
    .land_container p * {
        font-family: 'Lato', 'Open Sans Hebrew', arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 15px;
    }
    .land_container form p {
        font-family: 'Lato', 'Open Sans Hebrew', arial, helvetica, sans-serif;
        font-size: 18px;
        line-height: 20px;
    }
    .form input[type="text"],
    .form input[type="email"] {
        text-align: right;
        height: 40px;
        background-color: #fff;
        border: 1px solid #b1b0b0;
        margin-bottom: 15px;
        padding: 0 9px;
        color: #6c6b6b;
        font-size: 15px;
        line-height: 40px;
    }
    .form {
        margin-top: 25px;
    }
    .agr_chbx {
        width: 100%;
        margin-bottom: 25px;
    }
    .agr_chbx input[type="checkbox"] {
        display: none;
    }
    .agr_chbx input[type="checkbox"]+.land_v {
        width: 22px;
        height: 21px;
    }
    .agr_chbx input[type="checkbox"]+.land_v .land_vchecked {
        width: 22px;
        height: 21px;
    }
    .agr_chbx span {
        width: 306px;
    }
    .form button {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        float: none;
        margin: auto;
    }
    .form label,
    .agr_chbx span {
        font-size: 14px;
        line-height: 25px;
        font-family: 'Lato', 'Open Sans Hebrew', arial, helvetica, sans-serif;
        text-align: right;
    }
    .land_container_in {
        background-color: #f6ebeb;
    }
}

/* landing end */


.smart_pre_text_content {
    margin-bottom: 20px;
}
.events_box_control {
    width: 100%;
}
.events_box_control > label:not(.visible_label) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.events_box_control > label.visible_label {
    white-space: pre-wrap;
    text-align: start;
}
.events_box_control > input:not(.form-submit) {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid !important;
    background: transparent;
    width: 100%;
    text-align: start;
}
.events_box_control > textarea {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid !important;
    background: transparent;
    width: 100%;
    text-align: start;
}
.events_box_control > .agr_chbx {
    margin-bottom: 15px;
    padding: 10px 0;
}
.events_box_control > .agr_chbx label {
    display: flex;
}
.events_box_control .form-submit {
    margin: 0;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
}
.events_box_control .form-submit:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.events_toggle {
    position: relative;
    margin-bottom: 20px;
}
.events_toggle_button {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
}
.events_toggle_button {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.events_toggle_list {
    position: absolute;
    top: 100%;
    inset-inline: 0 auto;
    display: none;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    overscroll-behavior: none;
}
.events_toggle.open .events_toggle_list {
    display: block;
}
.agr_chbx {
    margin: 0;
    padding: 10px 10px;
}
.agr_chbx:nth-child(2n) {
    background: #f6f6f6;
}
.agr_chbx label {
    display: flex;
    align-items: flex-start;
    text-align: start;
}
.agr_chbx label b {
    display: block;
    line-height: 1;
    text-align: start;
}
.agr_chbx.single_opt label b {
    line-height: 1.3;
    margin-bottom: 2px;
}
.agr_chbx label small {
    opacity: .5;
    line-height: 1.3;
}

/* single option */
.agr_chbx.single_opt {
    padding: 0;
    margin-bottom: 30px;
}
.agr_chbx.single_opt .land_v {
    display: none;
}
.single_evnt_title {
    text-align: start;
    margin-bottom: 5px;
}

.events_toggle.open  .events_toggle_button i.fa-angle-down::before {
    content: "\f106";
} 
.events_toggle.open .events_toggle_list {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
    border: solid 1px #d8d8d8;
    background-color: #fff;
    z-index: 2;
}
.events_box_control p.milanmsg, .events_box_control p.milanmsg p {
    color: red;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1;
}
.events_box_control p.milanmsg:empty {
    display: none;
}
.events_thankyou {
    margin-top: 0;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;

}
.events_thankyou div {
    font-size: 150%;
    line-height: 1.3;
    display: inline-block;
}
.land_container_in.land_container_in_smart{background-color:#fff !important;     position: relative;}

.land_container_in.land_container_in_smart.land_container_in_smart_thanks{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.events_thankyou img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 0px;
    border: 2px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
@media (max-width: 500px) {
    .land_container_in.land_container_in_smart.land_container_in_smart_thanks{
        display: block;
    }
    .events_thankyou {
        margin-top: calc(15vh + 30px);
        margin-bottom: 15vh;
    }
    .land_container_in {
        padding: 0px 0 10px;
    }
    .land_left {
        float: unset;
        margin-bottom: 30px;
    }
    .land_right {
        margin: 0px auto;
        padding: 0;
    }
}