.desk {

    display: none !important;

}



* {

    padding: 0;

    margin: 0;

}



html, body {

    height: auto;

    width: 100%;

}



body {

    background-color: #000;

    font-family: 'fbpigment_regular', Arial, sans-serif;

    overflow-x: hidden;

    color: #fff;

}



.wrapper {

    width: 100%;

    direction: rtl;

    position: relative;

}



main {

    width: 100%;

}



.creative {

    position: relative;

    width: 100%;

    box-sizing: border-box;

    padding-top: 7rem;

}



.logo {

    display: block;

    position: absolute;

    width: 15%;

    top: 5rem;

    left: 6%;

}



.logo-img {

    width: 100%;

}



.car {

    width: 100%;

    margin-bottom: 2rem;

}



.creative-text {

    width: 100%;

    position: absolute;

    top: 4rem;

    box-sizing: border-box;

}



.text-top {

    width: 100%;

    margin-bottom: 10px;

    text-align: center;

    box-sizing: border-box;

    padding-left: 10%;

}



.text-top img{

    width: 70%;

}



.text-bot {

    width: 100%;

    white-space: nowrap;

    color: #fff;

    font-size: 1.9rem;

    font-family: 'fbpigment_bold', Arial, sans-serif;

    text-align: center;

}



.bottom-text {

    font-size: 1.285rem;

    width: 100%;

    text-align: center;

}



.bottom-top {width: 95%;height: 2rem;line-height: 2rem;margin-right: 2.5%;display: block;font-weight: normal;text-decoration: none;color: #fff;background-color: #df1e26;font-size: 1.3rem;font-family: 'fbpigment_bold';}



.bottom-row{

}



.bottom-bottom {
    color: #fff;
    text-align: justify;
    box-sizing: border-box;
    padding: 0 6%;
    margin: 1rem 0;
    font-size: 14px;
}



.price{

    font-size: 2.3rem;

}



.car-name{

    font-family: "Helvetica Neue",sans-serif;

    font-size: 1.6rem;

    display: block;

}



.c2c, .toForm {

    display: inline-block;

    color: #fff;

    background: url("../img/button-bg.png")no-repeat;

    background-size: 100% 100%;

    width: 48%;

    font-size: 1.8rem;

    height: 4rem;

    line-height: 4.2rem;

    text-decoration: none;

    text-align: center;

    box-sizing: border-box;

}



.c2c_img {

    height: 2.3rem;

    position: relative;

    top: 0.7rem;

    right: 3%;

}



.buttons{
    width: 100%;
    box-sizing: border-box;
    padding: 0 6%;
    margin-bottom: 3rem;
}

.toForm{
    margin-right: 3%;
}

.form-wrapper {
    width: 100%;
    background-color: #000;
    direction: rtl;
    text-align: center;
    box-sizing: border-box;
    padding: 6%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    overflow-y: auto;
}

.form-title-box {
    font-size: 3.05rem;
}

.form-line {
    width: 100%;
}

form {
    margin-top: 12rem;
    width: 100%;
    padding-top: 2rem;
    border: 1px solid #d71920;
    padding-bottom: 3rem;
    position: relative;
}

.close{
    position: absolute;
    right: -5.6%;
    top: -2.2rem;
    height: 4rem;
}

.input-box {
    width: 80%;
    margin-right: 10%;
    text-align: right;
    direction: rtl;
    margin-top: 15px;
    font-size: 2rem;
}

.input-bg {
    width: 100%;
    white-space: nowrap;
}



.field {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    background-color: white;
    padding-right: 3%;
    border-radius: 0;
}



.phone {
    width: 65%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    background-color: white;
    padding-right: 3%;
    border-radius: 0;
}



.prefix {
    width: 30%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    padding-right: 3%;
    border-radius: 0;
    margin-right: 3.6%;
}



.check-box {
    width: 100%;
    padding-right: 9.4%;
    margin-top: 15px;
    margin-bottom: -1.9rem;
}



.checkbox-text {
    display: block;
    text-align: right;
    width: 74%;
    font-size: 1.4rem;
    position: relative;
    top: 0rem;
    right: 7%;
}



.checkbox {
    display: inherit;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    position: relative;
    top: -2.6rem;
}



.error {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #f00;
}

.submit-box, .submit-bg {
    width: 100%;
}

.submit {
    color: #fff;
    background: url("../img/button-bg.png")no-repeat;
    background-size: 100% 100%;
    width: 50%;
    margin-left: 0%;
    font-size: 2rem;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0;
}

.samelet-box {
    position: absolute;
    bottom: 1.2rem;
    left: 4%;
}



.hova{
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 9.7%;
    padding-top: 7px;
    font-size: 1.7rem;
}



.red-line {
    width: 100%;
    background-color: #d71920;
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    box-sizing: border-box;
    padding: 0.6rem 0;
    font-family: 'fbpigment_bold', Arial, sans-serif;
}



footer {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
    box-sizing: border-box;
    font-family: 'fbpigment_bold', Arial, sans-serif;
}



.popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    direction: rtl;
    padding: 3%;
    display: none;
    font-family: sans-serif;
    overflow-y: scroll;
    z-index: 99;
}



table {

    width: 90%;

    margin-right: 7%;

    font-size: 1.25rem;

    margin-bottom: 2rem;

    text-align: center;

    border-collapse: collapse;

}



td {

    border: 1px solid black;

}



.left-table p {

    font-size: 1.9rem;

    margin-right: 7%;

    margin-bottom: 1rem;

}



.table-text p {

    font-size: 1.2rem;

}



.f-span-1 {

    background-color: #f15922;

    margin: 0 1px;

    font-size: 1.5rem;

    padding: 0 6px;

}



.f-span-5 {

    background-color: #268bcb;

    margin: 0px 6px;

    font-size: 1.5rem;

    padding: 0 6px;

}



.f-span-6 {

    background-color: #126fb8;

    margin: 0 1px;

    font-size: 1.5rem;

    padding: 0 7px;

}



.f-span-8 {

    background-color: #fff200;

    margin: 0 1px;

    font-size: 1.5rem;

    padding: 0 6px;

}



.f-span-9 {

    background-color: #ffcb08;

    margin: 0 5px;

    font-size: 1.5rem;

    padding: 0 6px;

}

.f-span-11 {
    background-color: #f5821f;
    margin: 0 1px;
    font-size: 1.5rem;
    padding: 0 6px;
}

.footer-top {
    box-sizing: border-box;
    padding: 5px;
}

.footer-bot {
    border-top: 1px solid black;
    font-size: 1.75rem;
    box-sizing: border-box;
    padding: 5px;
}

select::-ms-expand {
    display: none;
}

input:focus, select:focus, a:focus, img:focus {
    border: 3px solid #fd1e48;
    outline: none;
}

.no_price .mini-text, .no_price .price, .no_price .footer-text-reg{
    display: none;
}

.footer-text-reg{
    display: inline;
    font-size: 13px !important;
}

.footer-text-media{
    display: none;
}

.no_price .footer-text-media{
    display: inline;
}

.nis{
    font-size: 1.4rem;
}

.bold-text{
    font-family: 'fbpigment_black';
    margin-right: -5px;
    font-size: 22.2px;
}

.eng{
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1rem;
}

.eng2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
}
