.mobile {
    display: none !important;
}


.price1 {
	position: absolute;
	bottom: -0px;
	right: 19%;
	font-size: 18px;
}

.price2 {
	left: 27%;
	right: auto;
}

.bigger {
	font-size: 37px;
	font-family: 'fbpigment_bold';
}
.page-container {
    background-image: url(../img/back-desk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 760px;
}

.top-title-content {
    padding-top: 3px;
    font-family: 'fbpigment_regular', Arial, sans-serif;
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
	background-color: #000000;
}

body {
    font-family: 'fbpigment_bold', Arial, sans-serif;
    color: #fff;
	font-weight: 400;
}

.wrapper {
    direction: rtl;
    width: 100%;
    height: 100%;
    min-height: 635px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    box-sizing: border-box;
}

.seperator {
	margin-top: -10px;
}
main {
    width: 992px;
    height: 545px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.creative {
    position: relative;
    height: 545px;
    width: 770px;
    background-size: cover;
    box-sizing: border-box;
}

.logo {
    display: block;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
	width: 100px;
}

.car-container {
    text-align: right;
    display: block;
    align-items: center;
    position: relative;
	margin-top: 20px;
	margin-right: 10px;
	padding-bottom: 25px;
}

.cars-title-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .cars-title-container .cell {
        width: 43%;
        display: table-cell;
        height: 100%;
        float: right;
    }

.car {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}

.creative-text {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.text-top {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 55px;
}

.price {
    font-size: 35px;
    font-family: 'fbpigment_bold', Arial, sans-serif;
    display: inline-block;
}

.bottom-text {
    /* font-size: 16px; */
    /* position: absolute; */
    /* bottom: 19px; */
    /* right: 0; */
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    /* padding-right: 34px; */
}

.bottom-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 10px;
}

.guli-logo {
}

.guli-img {
    height: 40px;
    margin-top: 3px;
}

.price-box {
    padding-right: 10px;
    text-align: right;
    direction: rtl;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.start-from {
    font-size: 16px;
    margin-bottom: -6px;
}

.bottom-mid {
    width: 463px;
    text-align: center;
    margin: 0 auto;
    background-color: #bd1121;
    font-size: 25px;
    padding: 2px 0px;
}

.bottom-bottom {
}

.bottom-row {
    word-spacing: 2.2px;
    margin-right: 0px;
}

@-moz-document url-prefix() {
    .bottom-row {
        word-spacing: 2.2px;
        margin-right: 0px;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .bottom-row {
        word-spacing: 2.2px;
        margin-right: 13.5px;
    }
}

.bottom-bottom {
    width: 463px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    padding: 2px 0;
    padding-top: 5px;
}

.car-name {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 21px;
}

.form-wrapper {
    display: block !important;
    width: 230px;
    height: 525px;
    background-color: #000400;
    direction: rtl;
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #dedfe1;
    position: relative;
    box-shadow: 0px 0px 80px 5px rgba(67,136,168, .4);
}

.form-line {
    width: 100%;
    display: block;
    margin-bottom: -4px;
}

.form-title-box h1 {
    font-family: 'fbpigment_bold', sans-serif;
	font-weight: 400;
    font-size: 30px;
    padding: 10px 0 0px 0;
}

form {
    width: 100%;
    padding-top: 10px;
    /* border: 1px solid #d71920; */
    padding-bottom: 20px;
}

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

.input-bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.field {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: none;
}

.phone {
    width: 65%;
    height: 30px;
    box-sizing: border-box;
    border: none;
}

.prefix {
    width: 30%;
    height: 30px;
    box-sizing: border-box;
    border: none;
}

.check-box {
    width: 100%;
    display: flex;
    padding-right: 0;
    margin-top: 6px;
    flex-direction: row-reverse;
    margin-right: -25px;
}

.checkbox-text {
    text-align: right;
    width: 72%;
    font-size: 11px;
}

.checkbox {
    width: 15px;
    height: 15px;
    margin-left: 3px;
}

.error {
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 16px;
    color: #4388a8;
    align-items: center;
    display: flex;
    justify-content: center;
}

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

.submit {
    color: #fff;
    background-color: #4388a8;
    width: 80%;
    height: 30px;
    font-size: 20px;
    border: none;
    cursor: pointer;
	font-family: 'fbpigment_bold';
}

.samelet-box {
    text-align: right;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 992;
}

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

footer {
    position: relative;
    display: block;
    height: auto;
    width: 992px;
    color: #000;
    font-size: 15px;
	margin-top: -10px;
}

.red-line {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #c5262b;
    color: #fff;
    text-align: left;
    font-size: 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.footer-top {
    padding: 5px;
    color: #fff;
}

.popup {
    position: absolute;
    right: 0;
    bottom: 26px;
    background-color: #fff;
    color: #000;
    direction: rtl;
    padding: 25px;
    z-index: 9999999;
    display: none;
}


.nis {
    font-family: initial;
    font-size: 15px;
    margin-right: 0px;
}

table {
    border: 1px solid #000000;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    border-collapse: collapse;
}

td {
    text-align: center;
    border: 1px solid #000000;
    font-size: 12px;
    direction: rtl;
}

thead {
    font-family: 'fbpigment_bold';
	font-weight: 400;
}

.left-table {
    width: 100%;
    padding: 0 20px;
}

    .left-table p {
        font-weight: 600;
        margin-bottom: 0;
    }

    .left-table table {
        margin-bottom: 0.3rem;
    }

.right-table {
    width: 50%;
}

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

.f-span-5 {
    background-color: #268bcb;
    margin: 0 1px;
    font-size: 0.5rem;
    padding: 0 6px;
}

.f-span-6 {
    background-color: #126fb8;
    margin: 0 1px;
    font-size: 0.5rem;
    padding: 0 6px;
}

.f-span-8 {
    background-color: #fff200;
    margin: 0 1px;
    font-size: 0.5rem;
    padding: 0 6px;
}

.f-span-9 {
    background-color: #ffcb08;
    margin: 0 1px;
    font-size: 0.5rem;
    padding: 0 6px;
}

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

.footer-bot {
    border-top: 1px solid black;
    padding: 5px;
    background-color: #fff;
}

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

.footer-bot:hover .popup {
    display: block;
}

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

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

.english {
	font-family: Arial;
	font-size: 0.9em;
	color: black;
	font-weight: normal;
}
.no_price .mini-text, .no_price .price, .no_price .footer-text-reg {
    display: none;
}

.footer-text-reg {
    display: inline;
	 font-family: 'fbpigment_regular';
	font-size: 1.03em;
	line-height: 1.05em;
}

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

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

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

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

.middle-table {
    border: none !important;
}

.sub-title-row {
    max-width: 50%;
    margin: 0 auto;
}

    .sub-title-row table {
        border: none !important;
    }

        .sub-title-row table tr td,
        .sub-title-row table tr td p {
            text-align: center;
            vertical-align: top;
            white-space: nowrap;
            border: none !important;
            line-height: 14px;
        }

            .sub-title-row table tr td img {
                max-width: 100%;
                height: auto;
                vertical-align: middle;
                margin: 0 auto;
                margin-bottom: 5px;
                height: 45px;
            }

.inline-image {
    vertical-align: -1px;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: auto !important;
}

.bottom-top table,
.bottom-top table tr td {
    border: none;
}


.title1 {
	width: 500px;
}

.text {
	text-align: center;
	margin-top: 20px;
}
.bottom-top table {
    max-width: 80%;
    margin-left: 10%;
}

.benefits {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 0;
}

.custom-table {
    display: table;
    direction: rtl;
    border: none;
    margin-right: 30px;
}

.table-row {
    display: table-row
}

.EDGE .custom-table {
    width: 100%;
}

.cell {
	height: 100px;
}
.EDGE .table-cell {
    width: 50%;
    vertical-align: top;
}


.table-cell {
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.SAFARI .table-cell p {
    vertical-align: 0 !important;
}

.table-cell p {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.table-cell:last-child p {
    padding-left: 10px;
}


.table-cell img {
    vertical-align: middle;
    width: 50%;
}


.stelvio-bg {
    background: url(../img/stelvio.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top;
    width: 200px;
    height: 50px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.english1 {
	font-family: Arial;
	font-size: 0.9em;
}
.guilia-bg {
    background: url(../img/giulia.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 50px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.mobile {
    display: none;
}

.atitle {
	font-weight: 400;
	  font-family: 'fbpigment_regular';
}
@media(max-width: 1024px) {
}
