html, body {
    height: 100%;
}
body {
    font-family: 'almoni', Arial, sans-serif;
    direction:rtl;
}

/* --------------------------------  CONTENT  -------------------------------- */
#page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#main {
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
    height: 49vw;
}

#main #bgs * {
    position: absolute;
    width: 100%;
    height: calc(100% - 16vw);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
#main #bgs #bg1 {
    background-image:url('../images/bg-desktop-1.png');
}
#main #bgs #bg2 {
    background-image:url('../images/bg-desktop-2.png');
}
#main #bgs #bg3 {
    background-image:url('../images/bg-desktop-3.png');
}
#main #bgs #bg4 {
    background-image:url('../images/bg-desktop-4.png');
}

#main #models {
    max-width: 100%;
    width: 100%;
    bottom: 3vw;
    right: 0;
    position: absolute;
}
#main #twisted-logo {
    max-width: 100%;
    width: 0.7vw;
    bottom: 0.2vw;
    right: 0.2vw;
    position: absolute;
}
#main h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#main h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#main h2 br{
    display: none;
}
#main h3 {
    font-size: 1vw;
    font-weight: 700;
    color: #0083c0;
    text-align: center;
    font-style: italic;
}

#main #details-mobile,
#main #models-slick,
#main #show_ctc{
    display: none;
}



#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    width: 27.5%;
    height: 46vw;
    color: #ffffff;
}

#sidebar #client-logo-top {
    position: absolute;
    bottom: 5%;
    left: 15%;
    margin: 0 auto;
    width: 30%;
}
#sidebar #client-logo {
    position: absolute;
    bottom: 5%;
    right: 10%;
    margin: 0 auto;
    width: 35%;
}


#sidebar form {
    position: absolute;
    top: 10%;
    right: 9.5%;
    width: 81%;
}

#sidebar form legend {
    font-size: 2.6vw;
    margin: 0;
    text-align: center;
    line-height: 2vw;
    font-style: italic;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2232a;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2232a;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2232a;
}
#sidebar form input[type="text"],
#sidebar form input[type="email"],
#sidebar form input[type="tel"],
#sidebar form select {
    font-family: 'almoni', Arial, sans-serif;
    width: calc(100% - 2vw);
    height: 7vh;
    margin-top: 2vh;
    background-color: transparent;
    background-image:url('../images/input-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    padding: 0 1vw;
    border: 0;
    color: #d2232a;
    font-weight: 900;
    font-size: 1.8vw;
}
#sidebar form select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:url('../images/select-bg.png');
}
#sidebar form input[type="submit"] {
    font-family: 'almoni', Arial, sans-serif;
    background-color: transparent;
    background-image:url('../images/submit-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    width: calc(100%);
    height: 7vh;
    line-height: 7vh;
    text-align: center;
    font-size: 1.8vw;
    margin-top: 2vh;
    font-style: italic;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: 900;
}
#sidebar form .chk {
    margin-top: 1vw;
    font-size: 1.1vw;
}
#footer #disclaimer {
    position: absolute;
    bottom: 6%;
    right: 1vw;
    font-size: 1.3vw;
    font-style: italic;
}
#footer #zihum {
    position: absolute;
    bottom: 1.5%;
    right: 1vw;
    width: 20%;
}

#preloader {
    width: 19vw;
    height: 15vw;
    position: absolute;
    top: 20vw;
    left: 0vw;
    color: #fff;
    font-weight: 600;
    font-size: 2.3vw;
    opacity: 0;
    display: none;
    z-index: 11;
}
#preloader img {
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 0vw;
    right: -4vw;
}


body.sending #preloader {
    display: block;
    opacity: 1;
}
body.sending form {
    display: none;
}

.thanks #sidebar h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 14vw;
    right: 1vw;
    font-size: 4vw;
    line-height: 3.4vw;
    width: 26vw;
}

.ketchup-error {
    position: absolute;
    z-index: 5;
}
.ketchup-error ul {
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    background: rgba(255, 0, 0, 0.6);
    padding: 5px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    list-style: none;
    line-height: 16px;
}
.ketchup-error span {
    display: block;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid red;
    border-top: 10px solid rgba(255, 0, 0, 0.6);
    border-bottom: 0;
    margin-left: 10px;
    left: 10px;
    position: absolute;
}


@media screen and (max-width: 640px) {
    /* --------------------------------  CONTENT  -------------------------------- */
    html, body {
        height: auto;
    }
    #page {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
    }
    #main {
        position: static;
        width: 100%;
        height: 125vw;
    }

    #main #bgs * {
        width: 100%;
        height: 70vw;
    }
    #main #bgs #bg1 {
        background-image:url('../images/bg-mobile-1.png');
    }
    #main #bgs #bg2 {
        background-image:url('../images/bg-mobile-2.png');
    }
    #main #bgs #bg3 {
        background-image:url('../images/bg-mobile-3.png');
    }
    #main #bgs #bg4 {
        background-image:url('../images/bg-mobile-4.png');
    }

    #main #content {
        position: static;
    }
    #main #content #models {
        display: none   ;
    }
    #main #content #flex {
        display: block;
    }
    #main #content #text {
        width: 100%;
        padding-top: 45vw;
    }
    #main h1 {
        font-size: 11.5vw;
        line-height: 9vw;
        top: 10vw;
        left: 2vw;
    }

    #main h2 {
        font-size: 6vw;
        margin-top: -2vw;
        top: 41vw;
        left: 2vw;
        line-height: 5vw;
    }
    #main h2 br{
        display: block;
    }
    #main #details-mobile {
        display: none;
        width: 25vw;
        right: 0;
        top: 47vw;
        position: absolute;
    }
    #main #details-mobile img {
        max-width: 100%;
    }
    #main #models {
        display: none;
    }
    #main #models-slick-wrapper {
        width: 100%;
        top: 72vw;
        right: 0;
        position: absolute;
        background: #fff;
    }
    #main #models-slick{
       display: flex;
    }
    #main #models-slick .slick-arrow{
        width: 50vw;
    }
    #main #models-slick img {
        max-width: 100%;
        margin: 0 auto;
    }
    #sidebar {
        position: static;
        width: 100%;
        top: 102vw;
        height: auto;
    }
    #sidebar #client-logo-top {
        top: auto;
        bottom: 39vw;
        right: auto;
        left: 5vw;
        margin: auto;
        width: 30vw;
    }
    #sidebar #client-logo {
        top: auto;
        bottom: 39vw;
        right: 5vw;
        margin: auto;
        width: 40vw;
    }
    #sidebar form {
        position: static;
        padding-top: 7%;
        padding-bottom: 170px;
        margin: 0 9.5%;
    }
    #sidebar form legend {
        font-size: 9vw;
        margin: 0 0;
        line-height: 8.4vw;
    }
    #sidebar form input[type="text"],
    #sidebar form input[type="email"],
    #sidebar form input[type="tel"],
    #sidebar form select {
        width: calc(100% - 10vw);
        height: 32px;
        margin-top: 15px;
        padding: 0 5vw;
        font-size: 25px;
    }
    #sidebar form select {
        width: 100%;
    }
    #sidebar form input[type="submit"] {
        height: 32px;
        line-height: 32px;
        font-size: 25px;
        margin-top: 15px;
    }
    #sidebar form .chk {
         margin-top: 15px;
         font-size: 3.5vw;
     }
    #footer #disclaimer {
        position: static;
        font-size: 4.5vw;
        margin: 3vw 3vw;
    }
    #footer #zihum {
        position: static;
        margin: 1vw 2vw;
        width: 67vw;
    }
    #preloader {
        position: static;
        width: 100%;
        height: auto;
        font-size: 10vw;
        margin-right: 6vw;
        padding-bottom: 180px;
        padding-top: 100px;
    }

    .thanks #details-mobile {
        display: none!important;
    }

    .thanks #sidebar h4 {
        position: static;
        font-size: 10vw;
        line-height: 8vw;
        width: 80vw;
        margin-right: 10vw;
        padding-bottom: 180px;
        padding-top: 100px;
    }

    #main #twisted-logo {
        display: none;
    }
    #main #show_ctc {
        display: block;
        width: 27vw;
        top: 111vw;
        position: absolute;
        right: 0;
    }
    #main #show_ctc img {
        max-width: 100%;
    }

}