@font-face {
    font-family: 'almoni';
    font-weight: 300;
    src: url('../fonts/almoni/almoni-dl-aaa-300.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-300.woff') format('woff'),
        url('../fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype');
}

@font-face {
    font-family: 'almoni';
    font-weight: 400;
    src: url('../fonts/almoni/almoni-dl-aaa-400.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-400.woff') format('woff'),
        url('../fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype');
}

@font-face {
    font-family: 'almoni';
    font-weight: 700;
    src: url('../fonts/almoni/almoni-dl-aaa-700.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-700.woff') format('woff'),
        url('../fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype');
}

@font-face {
    font-family: 'almoni';
    font-weight: 900;
    src: url('../fonts/almoni/almoni-dl-aaa-900.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-900.woff') format('woff'),
        url('../fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype');
}

*, html {
    scroll-behavior: smooth !important;
}

body {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'almoni', sans-serif;
    color: #000000;
    direction: rtl;
}
body, body * {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

input,
select {
    font-family: 'almoni', sans-serif;
    font-weight: 500;
}

::placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

.rtl {
    text-align: right;
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.enTXT {
    font-size: 85%;
}

.overlay {
    background: rgba(0, 0, 0, 0.5294117647058824);
    position: fixed;
    z-index: 979;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.hamburger {
    display: none;
}

#main_carousel,
._footer {
    width: 77%;
}

#main_carousel {
    position: relative;
    /* height: 95vh;
    calc(850px - 7vh); */
}

#main_carousel .item {
    width: 100%;
    height: 95vh;
    position: relative;
}

._video {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/bg2-hp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: top center;
    z-index: -1;
}

._video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
}

._topMenu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 77%;
    direction: ltr;
    height: 6vh;
    display: flex;
    align-items: flex-end;
	z-index: 9999;
}

._topMenu ul {
    width: 55vw;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

._topMenu ul li {
    width: 20%;
    text-align: center;
}

._topMenu ul li.active a {
    border-bottom: 3px solid #ffffff;
}

._topMenu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1vw;
    padding-bottom: .1vw;
}

._topMenu ul li a span {
    background-color: #0b233a;
    font-size: 65%;
    padding: 2% 5% 0.5%;
    position: relative;
    display: inline-block;
    top: -.1vw;
}

._topMenu.dark ul li a {
    color: #0b233a;
}

._topMenu.dark ul li.active a {
    border-color: #0b233a;
}

._topMenu.dark ul li a span {
    color: #fff;
}

._logo_subaru {
    position: static;
    width: 7.5vw;
    top: 1.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 1.5vw;
    text-align: center;
    z-index: 2;
}

._logo_subaru img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.samelet {
    position: relative;
    display: flex;
    align-items: flex-end;
    left: 10.5vw;
    top: 0;
    margin: 0;
    text-align: center;
    width: 8.7vw;
    z-index: 4;
    left: 0;
}

.samelet img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.masqu_tel_wrpr {
	color:#ffffff;
	text-align:center;
	margin:3vh auto;
	font-size:135%;
}

.top_content {
    position: absolute;
    font-size: 4vw;
    text-align: center;
    margin: 0 auto;
    padding: 1% 0;
    top: 8vh;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0b233a;
}

.top_content h2 {
    text-align: center;
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.top_content h2 span {
    display: block;
    font-size: 60%;
    font-weight: normal;
}

.top_content h4 {
    font-size: 64%;
    margin: 0;
    margin-bottom: 1vw;
    direction: rtl;
}

.bot_content {
    position: absolute;
    bottom: 2vh;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.logo-4x4 {
    position: absolute;
    bottom: 2vw;
    right: 0;
    width: 12vw;
}

.form-container,
#yomanframe_wrpr {
    width: 23%;
    z-index: 999;
}

.form-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0vw;
    height: 100%;
    min-height: max-content;
    background: #0B233A;
    z-index: 2;
}

.form-container:after {
    content: 'x';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 94%;
    height: 95%;
    font-size: 0;
}

.form-title strong {
    color: #00a5af;
}

._footer {
    height: min-content;
    padding-bottom: 5vh;
    background: #fff;
}

.small-letters {
    background: #ffffff;
    padding: .5vw 1vw;
    font-size: 14px;
    font-weight: normal;
}

.small-letters a {
    color: blue;
}

@media(max-width: 1024px) {

    body {
        overflow: inherit;
        background-color: #0b233b;
    }

    ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000;
        opacity: 1;
        /* Firefox */
    }

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

    ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #000;
    }

    .hamburger {
        display: block;
        width: 30px;
        padding: 0;
        z-index: 2;
    }

    .hamburger-box {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 100%;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #fff;
    }

    .hamburger-inner:before {
        top: -8px;
    }

    .hamburger-inner:after {
        bottom: -8px;
    }

    .hamburger.is-active,
    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: 1;
    }

    .hamburger.is-active .hamburger-inner {
        top: 8px;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
    }

    #main_carousel,
    ._footer,
    .form-container,
    #yomanframe_wrpr {
        width: 100%;
    }

    #main_carousel {
        height: 60vh;
        padding-top: 14vw;
        /* 14vw -> ._topMenu height */
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin-bottom: 0;
        overflow: hidden;
    }

    #main_carousel .item {
        overflow: hidden;
		height:100%;
    }

    ._video {
        right: 0;
        background-color: #0b233b;
        background-size: cover;
        overflow: hidden;
        top: 0;
        height: 100%;
        background-position: center top;
        z-index: -1;
    }

    ._topMenu {
        z-index: 9999;
        position: fixed;
        right: 0;
        top: 0;
        height: 14vw;
        width: 100%;
        padding: 0 15px;
        background: #0b233b;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top_logos {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 3vw;
        width: fit-content;
        max-width: 60%;
        z-index: 1;
    }

    .top_logos .sep {
        height: 6vw;
        width: 1px;
        background: #ffffff;
    }

    .top_logos>div {
        display: flex;
        align-items: center;
        margin: 0;
        width: auto;
        border: none;
        padding: 0;
    }

    ._topMenu ul {
        border-left: 1px #fff solid;
        position: fixed;
        background: #0b233b;
        display: block;
        padding-top: 15vw;
        z-index: 1;
        height: auto;
        border-bottom: 1px #fff solid;
        width: 60vw;
        padding-bottom: 5vw;
        right: -100%;
        top: 0;
        transition: .6s all;
    }

    ._topMenu.is-active ul {
        right: 0;
    }

    ._topMenu ul li {
        width: 100%;
        margin: 5vw auto;
    }

    ._topMenu ul li a {
        font-size: 5vw;
        color: #fff;
    }

    ._topMenu ul li a span {
        color: #000;
        background-color: #fff;
    }

    ._topMenu.dark ul li a {
        color: #fff;
    }

    ._topMenu.dark ul li a span {
        color: #000;
        background-color: #fff;
    }

    ._topMenu.dark ul li.active a {
        border-color: #ffffff;
    }

    .top_content {
        top: 0;
        font-size: 11vw;
        width: 90vw;
        margin: 0 auto;
        justify-content: space-around;
        padding: 4% 0;
    }

    .top_content h2 {
        font-size: 100%;
        text-align: center;
    }

    .bot_content {
        bottom: 1vh;
    }

    .logo-4x4 {
        bottom: 0px;
        right: -6vw;
        width: 29vw;
    }

    ._footer {
        margin: 0 auto;
        padding-bottom: 0;
        background: #ffffff;
        color: #000;
        width: 100%;
        margin-bottom: 7vh;
    }

    .small-letters {
        width: 90%;
        margin: 0 auto;
        padding-top: 2vw;
        font-size: 2.5vw;
        font-weight: 500;
        text-align: justify;
        background: #ffffff;
    }

    #MCA_banner {
        z-index: 99999999 !important;
    }
}

/*===============================*/
/*===============================*/
/*===============================*/

#formTop h2 {
    color: #ffffff;
    text-align: center;
    direction: rtl;
    margin: 0 auto;
    margin-bottom: 0.8vw;
    font-size: 1.356vw;
    border-radius: 20px;
    width: 20.5vw;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 0px;
}

#formVideo h2 {
    color: #a72c32;
    text-align: center;
    font-size: 1.2vw;
    direction: rtl;
    margin: 0;
    margin-bottom: 7.5%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 0.8vw;
    font-size: 1.4vw;
    border-radius: 20px;
    width: 20.5vw;
    line-height: 1.7;
}

.close_btn,
.x {
    display: flex;
    position: absolute;
    top: 7vh;
    margin-top: 15px;
    left: 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-family: sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 2px solid #00aabc;
    border-radius: 100%;
    background: #2b2e44;
    z-index: 99999999;
    cursor: pointer;
    transition: all .2s;
}

.form-container .x {
    top: 4vw;
    right: 4vw;
}

#yomanframe_wrpr {
    display: none;
    position: absolute;
    height: 900px;
    padding: 15px;
    top: 125px;
    left: 0;
    background: #0B233A;
    z-index: 99999999;
}

#yomanframe_wrpr .close_btn {
    top: 0;
    margin-top: 0;
}

#yomanframe {
    height: 100%;
    width: 100%;
    border: 0;
    background: #ffffff;
}

._buttons .mob_select_yoman {
    width: 100%;
}

._buttons #yomanframe_wrpr {
    position: fixed;
    top: 14vw;
    /* 14vw -> ._topMenu height */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(93vh - 14vw) !important;
    /* 14vw -> ._topMenu height */
    padding: 0 5%;
    background: #0b233b;
}

._buttons .close_btn {
    bottom: auto !important;
    top: 15vw;
    left: 13vw;
    position: fixed;
}

._buttons h2.form-title {
    color: #ffffff;
    direction: rtl;
    text-align: center;
    font-weight: 100;
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 2vw;
}

@media (max-width: 1024px) {
    .form-container .close_btn {
        top: 4vw;
        right: 4vw;
    }

    #yomanframe_wrpr {
        top: 0;
        right: 0;
    }

    #yomanframe_wrpr .close_btn {
        top: 20px;
        left: 20px;
    }

    .open_form .form-container {
        z-index: 999999;
    }
}

._thanks #formVideo h2 {
    display: none;
}

.form-container.fix {
    position: absolute;
    top: 2852px;
}

.form-container form {
    position: relative;
    width: 100%;
    margin-top: 2vw;
}

.call {
    text-align: center;
    margin: 0vw auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: .5;
    position: relative;
    left: 10.5vw;
    top: 0;
    z-index: 2;
    left: 0;
}

.call img {
    max-width: 151px;
}

.call a {
    font-size: 43px;
    text-decoration: none;
    line-height: 1;
    position: relative;
    letter-spacing: -1px;
    font-size: 2.5vw;
    font-weight: bold;
    margin-right: -0.4vw;
}

.call a sup {
    position: absolute;
    left: -25%;
    top: 25%;
    font-size: 100%;
}

.mandatory {
    display: none;
}

.form-container .form-row {
    width: 76.5%;
    margin-left: 0;
    margin-bottom: 0;
    margin: 1vw auto .8vw auto;
}

.form-container .form-row input,
.form-container .form-row select {
    width: 100%;
    position: relative;
    display: block;
    border: none;
    background-color: white;
    font-size: 1.5em;
    padding: 8px;
    margin-bottom: 5%;
    color: #fff;
}

.form-container .form-row input,
.form-container .form-row select {
    margin-bottom: .15vw;
    width: 100%;
    position: relative;
    display: block;
    border: none;
    font-size: 14pt;
    margin-bottom: .5vw;
    margin-bottom: .5vw;
    color: #000;
    text-indent: 10px;
    font-size: 1vw;
    padding: 0.7vw 0;
    margin-bottom: 0.75vw;
    border: 1px #f0f0f0 solid;
    color: #000000;
}

@media (max-height: 900px) and (min-width: 1550px) {

    .form-container .form-row input,
    .form-container .form-row select {
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .form-container .form-row input,
    .form-container .form-row select {
        font-size: 1.3em;
        margin-bottom: 0;
    }
}

.form-container .form-row select {
    text-align: right;
    direction: rtl;
}

.form-container .form-row input,
.form-container .form-row select {
    direction: rtl;
}

.form-container .form-row input[type=submit],
.form-container .form-row select[type=submit] {
    background-color: #007edb;
    background-image: url(../images/send.png);
    background-position: center center;
    text-indent: -10000px;
    background-repeat: no-repeat;
    margin-left: 3px;
    width: 105%;
    margin-top: -3px;
}

#allowmailing {
    background: red;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
}

a {
    color: #ffffff;
}

@media (min-width: 1024px) {

    .form-container .form-row input[type=submit],
    .form-container .form-row select[type=submit] {
        cursor: pointer;
    }
}

label.error {
    direction: rtl !important;
    color: white !important;
    width: 100%;
    display: block;
    position: relative;
    right: -16px;
}

#full_name-error,
#phone-error,
#agency-error,
#model-error {
    text-align: right;
    right: 0;
    direction: rtl;
    float: right;
    font-size: .8vw;
    padding: .3vw 0;
}

input.error {
    background-color: pink !important;
    margin-bottom: 0 !important;
}

@media(max-width: 1024px) {

    #full_name-error,
    #phone-error,
    #agency-error,
    #model-error {
        text-align: right;
        right: 0;
        direction: rtl;
        float: right;
        font-size: 3vw;
        padding: 1vw 0;
    }
}

select.error {
    background-color: pink !important;
    margin-bottom: 0 !important;
}

._thanks #formTop h2,
._thanks .form-container .form-row {
    opacity: 0;
    visibility: hidden;
}

.thanks {
    position: absolute;
    transition: .3s all;
    background-position: center;
    height: 100%;
    color: #fff;
    direction: rtl;
    text-align: center;
    top: 6vw;
    top: 0;
    left: 0;
    right: 0;
    font-size: 3vw;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    height: auto;
    padding: 5vw 0;
    width: 100%;
    margin: 1.5vw auto;
}

._thanks .thanks {
    opacity: 1;
    visibility: visible;
    background: #0b233b;
    z-index: 9;
}

._thanks .call {
    display: none;
}

.inner-form {
    visibility: visible;
    opacity: 1;
    transition: .3s all;
    position: relative;
    z-index: 1;
}

.thanks h2 {
    font-weight: normal;
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.thanks p {
    margin: 0;
    padding: 0;
    font-size: 1.8vw;
    white-space: inherit;
    line-height: 1.2;
    font-size: 2vw;
    padding: 0;
    font-weight: lighter;
}

.mandatory {
    display: none
}

.form-row input[type=checkbox] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 15px;
}

@media(max-width: 1440px) and (max-height: 900px) {
    select.form-control {
        width: 106.5% !important;
    }
}

@media(max-height: 768px) and (max-width: 1366px) {
    select.form-control {
        width: 106.5% !important;
    }

    .form-container .form-row input,
    .form-container .form-row select {
        font-size: 1em;
    }

    .call img {
        max-width: 130px;
    }

    .call {
        margin: 1.5vw auto;
    }

    .areas {
        margin-bottom: 15px;
    }

    .call img {
        max-width: 93px;
    }
}

@media(min-width: 1025px) {
    select.form-control {
        width: 104.5% !important;
    }

    label[for='privacy'] {
        position: relative;
    }
}

@media(max-width: 1366px) and (max-height: 768px) {
    select.form-control {
        width: 106.5% !important;
    }

    .call {
        margin: 0 auto;
    }
}

@media(max-width: 1280px) and (max-height: 1024px) {
    .areas {
        font-size: 1.5em;
    }

    select.form-control {
        width: 106.5% !important;
    }
}

@media(max-width: 1280px) and (max-height: 800px) {
    .areas {
        font-size: 1.5em;
    }
}

@media(max-width: 1280px) and (max-height: 800px) {
    .areas {
        margin-bottom: 15px;
    }
}

@media(max-width: 1024px) {
    #formTop h2 {
        display: none;
    }

    .form-row select.form-control {
        width: 105.5% !important;
    }

    .form-container {
        position: relative;
        top: 0;
        z-index: 22;
        left: 0;
        right: 0;
        padding-bottom: 20vw;
    }

    .form-container .form-row {
        position: relative;
        width: 100%;
        margin-bottom: 3vw;
        margin: 0 auto 3vw;
    }

    .form-container .form-row input,
    .form-container .form-row select {
        font-size: 3.5vw;
        padding: 2.5vw 0;
        margin-bottom: 1.5vw;
        background: transparent;
    }

    .form-container .form-row input[type=submit],
    .form-container .form-row select[type=submit] {
        margin-top: 7vw;
    }

    .call {
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: none;
    }

    .call a {
        font-size: 7vw;
    }

    .form-container .form-row input[type=submit],
    .form-container .form-row select[type=submit] {
        text-indent: 0;
    }

    .thanks {
        top: 125vw;
        background-size: contain;
        position: absolute;
        height: 195vw;
        position: fixed;
        top: -10vw;
        left: 0;
        right: 0;
        height: 100%;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        width: 100%;
        padding-top: 0vw;
        height: auto;
    }

    .thanks h2 {
        font-size: 20vw;
    }

    .thanks p {
        font-size: 7vw;
        white-space: inherit;
        padding: 0 10vw;
    }

    .form-container.active {
        display: none;
    }

    label.error {
        color: white !important;
    }

    label[for='privacy'] {
        position: relative;
    }

    ._buttons {
        background: #0b233b;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 3vw 0;
        margin: 0 auto;
    }

    .btn1 {
        width: 45vw;
        padding: 3vw;
        text-align: right;
        font-size: 4.2vw;
        font-weight: bold;
        text-decoration: none;
        background-repeat: no-repeat;
        background-image: url(../images/main/btn1.png);
        background-position: 3vw center;
        background-size: contain;
        background-color: white;
        color: #0b233b;
        border-radius: 0;
    }

    .btn2 {
        background-image: url(../images/main/phonesvg.svg);
        background-size: auto 60%;
    }

    .form-container {
        top: 85vw;
        position: absolute;
        display: none;
    }

    .open_form .form-container {
        display: block;
        margin: 0 auto;
        height: 100vh !important;
        width: 100%;
        top: 0;
        padding-bottom: 10vw;
        background: #0b233b;
        position: fixed;
        z-index: 9999999;
    }

    .open_form .btn1,
    .open_form .btn2 {
        pointer-events: none;
    }

    .open_thanks #formTop {
        opacity: 0;
        visibility: hidden;
    }

    .open_thanks .thanks {
        display: block;
        background: none;
        text-align: center;
        direction: rtl;
        z-index: 0;
    }

    .open_thanks .thanks h2 {
        padding: 0;
        margin: 0;
        font-size: 20vw;
        font-weight: bold;
        margin-top: 25vw;
    }

    .open_thanks .thanks p {
        margin: 0;
        padding: 0;
        font-size: 7vw;
        line-height: 0;
    }
}

.areas {
    display: block;
    text-indent: 0;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.75vw;
    border: 0;
    direction: rtl;
    margin-bottom: 7%;
    font-size: 1.3vw;
    line-height: 1.6;
    padding: .5vw 0 .3vw 0;
    cursor: pointer;
    background: #00aabc;
    color: #0B233A;
    width: 100%;
    /* IE6-9 */
    font-weight: bold;
    border-radius: 3px;
}

@media(max-width: 1024px) {
    .areas {
        margin-bottom: 8vw;
        padding: 1vw 0;
        font-size: 5vw;
        margin-top: 5vw;
        width: 69vw;
        border-radius: 5px;
    }

    .form-container form {
        top: 13vw;
        left: 0;
        right: 0;
        max-width: 80%;
        margin: 0 auto;
    }

    /*.form-container .samelet,*/
    .form-container ._logo_subaru {
        display: none;
    }

    .form-container .samelet {
        right: 0;
        left: 0;
        top: 0;
        width: 35vw;
        margin-top: 5vw;
        position: relative;
    }

    .form-container ._logo_subaru {
        position: absolute;
        top: 4vw;
        margin: 0;
        left: 0;
        right: 0;
        width: 17vw;
        z-index: 1;
        display: none;
    }

    #formTop h2 {
        display: block;
        font-size: 4vw;
        line-height: 1;
        font-weight: normal;
        margin-top: 5vw;
        margin-bottom: 3vw;
        width: 100%;
        font-size: 5vw;
        line-height: 1;
        padding-top: 0vw;
    }

    #formVideo h2 {
        display: block;
        font-size: 4vw;
        line-height: 1;
        font-weight: normal;
        margin-top: 5vw;
        margin-bottom: 3vw;
        width: 100%;
        font-size: 6vw;
        line-height: 1.7;
        padding-top: 0;
    }
}

.blockpage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.blockpage.active {
    visibility: visible;
    opacity: 1;
}

.blockpage i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    top: 44%;
    font-size: 73pt;
    color: #fff;
}

/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    margin-bottom: 19pt;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 10pt;
    text-align: right;
    padding-left: 0;
    padding-right: 21pt;
    margin-top: 9pt;
    font-size: .65vw;
    direction: rtl;
}

@media(max-width: 1024px) {
    .container-checkbox {
        font-size: 2.5vw;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    right: 0;
    height: 18px;
    width: 18px;
    border: 1px #f0f0f0 solid;
}

@media(max-width: 1024px) {
    .container-checkbox input~.checkmark {
        transform: scale(.7);
        top: 0;
    }
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #fff;
    border: 1px #000 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

._thanks .samelet {
    display: none;
}

@media(max-width: 1024px) {
    ._thanks .samelet {
        display: block;
		border: none;
		width: 30vw;
    }

    .form-container form {
        padding-bottom: 10vw;
    }

    .inner-form {
        width: 85%;
        margin: 0 auto;
        margin-top: 25vw;
        border: 2px #0b233b solid;
        background: #0b233b;
    }

    .form-container form {
        top: 0vw;
        margin-top: 20vw;
        margin-top: 0;
    }

    .form-container .form-row input,
    .form-container .form-row select {
        color: #000;
        background: #fff;
    }

    label.error {
        right: 0;
    }

    .thanks h2 {
        font-size: 18vw;
        margin-top: 35vw;
    }

    .thanks p {
        font-size: 7vw;
        white-space: inherit;
        padding: 0 4vw;
    }

    ._thanks #formTop h2 {
        opacity: 0;
        visibility: hidden;
    }

    ._thanks .form-container .form-row {
        opacity: 0;
        visibility: hidden;
    }
}

.form-row.last-row {
    margin-bottom: 0;
    margin-top: -.5vw;
}

.call-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 75%;
    margin: .5vw auto;
    margin-top: 0;
}

/*===============================
======== CUSTOM SELECT ==========
===============================*/

/* The container must be positioned relative: */
.custom-select,
.custom-select * {
    text-align: right;
    direction: rtl;
}

.custom-select {
    position: relative;
    width: 76.5%;
    margin: 0 auto;
    margin-bottom: 0.8vw;
    padding-right: 0;
    padding-left: 0;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    border: 1px solid #ffffff;
    border-radius: 0;
    background: #ffffff; /*linear-gradient(180deg, rgba(63, 106, 149, 1) 0%, rgba(49, 80, 101, 1) 50%, rgba(29, 66, 88, 1) 99%);*/
}

/* Style the arrow inside the select element: */
.select-selected:before {
    position: absolute;
    content: "";
    top: 0;
	left:0;
    width: 40px;
    height: calc(100% - 2px);
    margin: 1px 0 1px 1px;
    background: #0b233b;
}

.select-selected:after {
	position: absolute;
    content: "";
    top: 15px;
	left:15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 8px;
}

/* style the items (options), including the selected item: */
.select-items div:not(.close_btn),
.select-selected {
    color: #0b233b;
	padding:8px 6px;
    cursor: pointer;
    font-weight: bold;
}

.select-items div:not(.close_btn) {
    color: #00aabc;
    background: #ffffff;
    border-bottom: 1px solid #00aabc;
}

/* Style items (options): */
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #00aabc;
    border-radius: 6px;
    overflow: hidden;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:not(.close_btn):hover,
.same-as-selected {
    background: #00aabc;
    color: #ffffff;
}

._buttons .custom-select {
    width: 75vw;
    padding: 0;
    margin-bottom: 4vw;
}

._buttons .select-items {
    width: 75vw;
    top: 7vw;
    margin: 0 auto;
    position: fixed;
    max-height: calc(100% - 14vw);
    /* 14vw -> ._topMenu height */
    overflow: auto;
}

._buttons .select-selected:before {
    left: 0;
}

@media(max-width: 1024px) {
    .custom-select {
        width: 100%;
    }

    ._buttons .select-items {
        border: 7vw solid #0b233b;
        left: 0;
        right: 0;
        top: 17vw;
    }
	.select-items div:not(.close_btn),
	.select-selected {
		color: #0b233b;
		padding:3vw;
		cursor: pointer;
		font-size:4.2vw;
		font-weight: bold;
	}

	.select-selected:after {
		top: 16px;
	}
}

/*===============================
========= LISSING DATA ==========
===============================*/

.lissing_data {
    display: flex;
    flex-direction: column;
    width: min-content;
    margin: 20px auto;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.lissing_data .caption {
    font-size: 26px;
    background: #00a7b9;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 8px 0 7px;
    border-radius: 12px 12px 0 0;
}

.lissing_data .dataCubes_wrpr {
    display: flex;
    justify-content: center;
    padding: 20px 30px 10px 30px;
    background: #001d38;
}

.lissing_data .dataCube {
    padding-bottom: 10px;
    position: relative;
    font-size: 24px;
}

.lissing_data .dataCube.btn {
    padding-bottom: 0px;
}

.lissing_data .dataCube h6,
.lissing_data .dataCube>span {
    display: block;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.lissing_data .dataCube h6 {
    margin-bottom: 0px;
    font-size: 22px;
    color: #ffffff;
}

.lissing_data .dataCube>span {
    color: #00a7b9;
    font-weight: 500;
    line-height: 40px;
    /* 35 => height of the button .btn_style */
}

.lissing_data .insted {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: 20px;
}

.lissing_data .insted:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00a7b9;
    top: 50%;
    transform: rotate(-10deg);
}

.lissing_data .sep {
    width: 1px;
    position: relative;
    padding: 0 30px;
}

.lissing_data .sep span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 1px;
    padding: 0;
    background: #00a7b9;
}

.lissing_data .btn_style {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    height: 40px;
    border: 2px solid #36b3c3;
    border-radius: 8px;
    text-decoration: none;
}

.lissing_data .btn_style span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 7px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, rgba(57, 76, 96, 1) 0%, rgba(10, 34, 58, 1) 49%);
}

.lissing_data .btn_style i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0 5px;
    text-align: center;
    background: #36b3c3;
}

.lis_btn {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 30px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #36b3c3;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(57, 76, 96, 1) 0%, rgba(10, 34, 58, 1) 49%);
}

@media(max-width: 1024px) {
    .lissing_data .insted {
        right: 0;
        left: 0;
        max-width: max-content;
        margin: 0 auto !important;
    }

    .lissing_data {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .lissing_data .caption {
        position: relative;
        border-radius: 0;
        font-size: 30px;
        font-weight: 500;
        background: linear-gradient(180deg, rgba(57, 76, 96, 1) 0%, rgba(10, 34, 58, 1) 49%);
    }

    .lissing_data .caption:before,
    .lissing_data .caption:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, rgba(12, 77, 98, 1) 0%, rgba(15, 159, 177, 1) 50%, rgba(12, 77, 98, 1) 97%);
        box-shadow: 0 0 2px 0px rgba(0, 0, 0, .8);
    }

    .lissing_data .caption:before {
        top: 0;
    }

    .lissing_data .caption:after {
        bottom: 0;
    }

    .lissing_data .dataCubes_wrpr {
        flex-direction: column;
    }

    .lissing_data .dataCube h6 {
        margin-bottom: 0px;
        font-size: 28px;
        font-weight: bold;
        color: #00a7b9;
    }

    .lissing_data .dataCube>span {
        color: #ffffff;
        line-height: 1.5;
    }

    .lissing_data .sep {
        width: 100%;
        padding: 20px 0;
    }

    .lissing_data .sep span {
        top: auto;
        bottom: auto;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, rgba(15, 159, 177, 0) 0%, rgba(15, 159, 177, 1) 50%, rgba(15, 159, 177, 0) 100%);
    }

    .lissing_data .btn_style {
        width: 60%;
    }

    .lissing_data .btn_style i img {
        height: auto;
    }
}


/*================================
============ WHATSAPP ============
================================*/

._whatsapp {
    display: block;
    position: fixed;
    right: auto;
    left: 0;
    bottom: auto;
    width: 2.5vw;
    top: 39vw;
    z-index: 99999;
}

._whatsapp img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px !important;
    max-width: 40px !important;
}

@media(max-width: 1024px) {
    ._whatsapp {
        width: 11vw;
        right: 3vw;
        top: 65vw;
    }
}



.mobile_hide {
    display: block;
}

.desktop_hide {
    display: none;
}

@media(max-width: 1024px) {
    .mobile_hide {
        display: none;
    }

    .desktop_hide {
        display: block;
    }
}

/*===== SUMMER SALE =====
.stmp {
	position: absolute;
    top: 10vh;
    transform: rotate(-10deg);
    left: 1vw;
    width: 220px
}

@media (max-width: 1024px) {
	.stmp {
		width: 110px;
		top:3vh;
		left:3vh;
	}
	
	.top_content h1 {
		text-align:right;
	}
}*/