@font-face {
  font-family: 'HyundaiSansHeadKR';
  src: url("../fonts/HyundaiSansHeadKRRegular.woff") format("woff"), url("../fonts/HyundaiSansHeadKRRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansHeadKR';
  src: url("../fonts/HyundaiSansHeadKRLight.woff") format("woff"), url("../fonts/HyundaiSansHeadKRLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansHeadKR';
  src: url("../fonts/HyundaiSansHeadKRMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansHeadKR';
  src: url("../fonts/HyundaiSansHeadKRBold.woff") format("woff"), url("../fonts/HyundaiSansHeadKRBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansTextKR';
  src: url("../fonts/HyundaiSansText-Regular.woff2") format("woff"), url("../fonts/HyundaiSansText-Regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansTextKR';
  src: url("../fonts/HyundaiSansTextKRRegular.woff") format("woff"), url("../fonts/HyundaiSansTextKRRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansTextKR';
  src: url("../fonts/HyundaiSansTextKRMedium.woff") format("woff"), url("../fonts/HyundaiSansTextKRMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HyundaiSansTextKR';
  src: url("../fonts/HyundaiSansTextKRBold.woff") format("woff"), url("../fonts/HyundaiSansTextKRBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
  
   @font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('../application/fonts/GESSTextLight-Light.eot');
	src: local('☺'),
	 url('../application/fonts/GESSTextLight-Light.woff') format('woff'),
	 url('../application/fonts/GESSTextLight-Light.ttf') format('truetype'),
	  url('../application/fonts/GESSTextLight-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.owl-carousel .animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'HyundaiSansTextKR';
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto; }

.fixed {
  overflow: hidden;
  height: 100%; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.mob {
  display: none !important; }

.desk {
  display: block !important; }

.owl-nav.disabled,
.owl-dots.disabled {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

.nav-menu-mob {
  display: none; }

.side-menu {
  position: fixed;
  top: 0;
  right: -380px;
  height: 100%;
  background: #FFF;
  width: 100%;
  max-width: 360px;
  z-index: 3;
  -webkit-box-shadow: -10px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .side-menu.visible {
    right: 0; }

.side-inner {
  padding: 40px;
  padding-right: 80px; }

.side-close {
  position: absolute;
  width: 16px;
  top: 20px;
  right: 24px;
  cursor: pointer; }
  .side-close svg {
    width: 100%;
    display: block;
    height: auto; }

.side-title {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.23;
  color: #4A4A4A;
  font-family: 'HyundaiSansHeadKR';
  font-weight: 300;
  margin-bottom: 12px; }

.side-subtitle {
  font-size: 16px;
  line-height: 1.25;
  color: #A8A8A8;
  margin-bottom: 32px;
  font-weight: 300; }

.side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.side-item {
  font-size: 18px;
  line-height: 1.67;
  color: #4A4A4A;
  margin-bottom: 32px;
  padding-left: 25px;
  position: relative;
  text-decoration: none; }
  .side-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    background: #D8D8D8;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .side-item:after {
    content: "";
    position: absolute;
    top: 90%;
    width: 1px;
    height: 40px;
    background: #D8D8D8;
    left: 4px; }
  .side-item:last-child {
    margin-bottom: 0; }
    .side-item:last-child:after {
      display: none; }
  .side-item:hover {
    color: #00aad2; }
  .side-item.active {
    font-size: 24px;
    line-height: 1.25;
    color: #00aad2; }
    .side-item.active:before {
      background: #00aad2; }

.side-close-button {
  font-size: 14px;
  line-height: 1.2;
  padding: 1em 2.86em;
  border-radius: 3em;
  border: 1px solid #979797;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer; }
  .side-close-button:hover {
    color: #FFF;
    background: #0274c8;
    border-color: #0274c8; }

.wrap {
  margin: auto;
  max-width: 1024px;
  padding: 0 22px;
  width: 100%; }

header {
  position: relative; }
  header * {
    font-family: 'HyundaiSansHeadKR' !important; }
  header .logo {
    padding: 20px 0 19px;
    width: 10px;
    display: block; }
    header .logo svg {
      width: 100%;
      height: 22px;
      display: block; }
  header .start-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .nav-menu {
    margin: 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .nav-menu a {
      color: #4A4A4A;
      text-decoration: none;
      font-family: 'HyundaiSansHeadKR' !important;
      margin: 0 16px;
      padding: 0.5em 0;
      line-height: 1.8;
      position: relative;
      display: block; }
      header .nav-menu a:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        background: #00AAD2;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      header .nav-menu a:hover:after {
        opacity: 1; }
  header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .header-menu {
    text-decoration: none;
    text-transform: uppercase; }
    header .header-menu a {
      font-family: 'HyundaiSansHeadKR';
      font-size: 18px;
      font-weight: bold;
      color: #003469;
      text-decoration: none;
      margin: 0 0.5em;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      header .header-menu a:hover {
        color: #00aad2; }
      header .header-menu a.active {
        color: #00aad2;
        cursor: default; }
  header .end-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header .side-menu-icon {
    width: 24px;
    margin-left: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    header .side-menu-icon.hidden {
      opacity: 0;
      cursor: default; }
  header .region {
    position: relative;
    font-size: 12px; }
    header .region .region__item {
      list-style-type: none;
      font-size: 18px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold; }
      header .region .region__item.active {
        color: #4a82c8; }
      header .region .region__item a {
        text-decoration: none;
        color: #000; }

section {
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto; }

.led-numbers {
  position: absolute;
  width: 14.8%;
  top: 6.4%;
  left: 76.25%;
  display: none; }
  .led-numbers .one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation: led1 3s linear infinite;
    animation: led1 3s linear infinite; }
  .led-numbers .nine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation: led9 4s linear infinite;
    animation: led9 4s linear infinite; }

body[data-region="Riyadh"] .banner {
  background: url(../img/banner-Riyadh.jpg) no-repeat center center/2380px auto; }

body[data-region="Dammam"] .banner {
  background: url(../img/banner-Dammam.jpg) no-repeat center center/2380px auto; }

body[data-region="Jeddah"] .banner {
  background: url(../img/banner-Jeddah.jpg) no-repeat center center/2380px auto; }

.banner {
  position: relative;
  height: 560px;
  overflow: hidden; }
  .banner .wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .banner video {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .banner .banner__subtitle {
    font-size: 0.48em;
    line-height: 1.2;
    margin-top: 4px;
    color: #ffffff;
    font-family: 'HyundaiSansHeadKR';
    font-weight: normal;
    line-height: 1.25; }
  .banner .banner__title {
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    font-size: 25px;
    line-height: 1;
    font-family: 'HyundaiSansHeadKR';
    position: relative;
    z-index: 1;
    line-height: 1.25;
    width: 50%;
    float: right; }
  .banner .banner__video-button {
    position: absolute;
    bottom: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    font-size: 28px;
    line-height: 1;
    font-family: 'HyundaiSansHeadKR'; }
    .banner .banner__video-button svg {
      width: 2em;
      display: block;
      margin-right: 0.5em; }
      .banner .banner__video-button svg path {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    .banner .banner__video-button:hover path {
      -webkit-transform: translate(-6%, -6%) scale(1.1);
      transform: translate(-6%, -6%) scale(1.1); }
    .banner .banner__video-button:active path {
      -webkit-transform: translate(3%, 3%) scale(0.95);
      transform: translate(3%, 3%) scale(0.95); }

.models-slider {
  position: absolute;
  bottom: 0;
  left: 0; }
  .models-slider .model-item {
    width: 71.4%;
    float: left; }
  .models-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 38%; }
  .models-slider .owl-prev,
  .models-slider .owl-next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .models-slider .owl-prev {
    background: url(https://hyundaiyearenddeals.com/img/prev-slider.svg) no-repeat center center/contain;
    left: 22px; }
  .models-slider .owl-next {
    background: url(https://hyundaiyearenddeals.com/img/next-slider.svg) no-repeat center center/contain;
    right: 22px; }
  .models-slider .owl-dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 64px;
    left: 22px;
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .models-slider .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #003469; }
    .models-slider .owl-dot:hover, .models-slider .owl-dot.active {
      background: #000000; }

.model-title {
  font-size: 40px;
  line-height: 1.24;
  color: #003469;
  font-weight: 600;
  position: absolute;
  left: 22px;
  font-family: 'HyundaiSansHeadKR';
  bottom: 88px; }

.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 94px;
  background: rgba(0, 0, 0, 0.8) url(../img/close-icon.png) no-repeat center center;
  z-index: 1;
  cursor: pointer; }
  .popup-close:hover {
    background-color: rgba(0, 120, 255, 0.8); }

[data-region="Dammam"] .section-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 110px 22px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  [data-region="Dammam"] .section-wrap .offer {
    max-width: 460px;
    width: 48%;
    margin: 0; }
  [data-region="Dammam"] .section-wrap .offer-inner {
    border-bottom: #000;
    padding: 0; }
  [data-region="Dammam"] .section-wrap .offer-item {
    width: 100%; }
  [data-region="Dammam"] .section-wrap .form {
    max-width: 400px;
    max-height: 480px;
    width: 48%;
    background: #003469;
    padding: 32px;
    margin: 0; }
  [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap select {
    background-image: url(../img/select-arrow.png); }
  [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 32px; }
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap.error {
      border-color: #F00; }
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap ::-webkit-input-placeholder {
      color: #FFF;
      opacity: 1; }
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap ::-moz-placeholder,
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap :-ms-input-placeholder,
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap :-moz-placeholder {
      color: #FFF;
      opacity: 1; }
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap input,
    [data-region="Dammam"] .section-wrap .form .form-wrapper .input-wrap select {
      color: #FFF;
      padding: 0; }
  [data-region="Dammam"] .section-wrap .form .form-wrapper button {
    background: #FFF;
    color: #003469;
    margin: 0;
    width: 100%; }
  [data-region="Dammam"] .section-wrap .form .form-wrapper .button-wrap {
    padding-top: 0; }
  [data-region="Dammam"] .section-wrap .wrap {
    padding: 0; }
  [data-region="Dammam"] .section-wrap .form-title-wrap {
    display: none; }

.offer-top-wrap {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 270px; }

[data-region="Riyadh"] .offer-top-wrap {
  width: 320px; }

.offer-top {
  font-size: 16px;
  padding: 1em 1.5em;
  background: #003469;
  color: #FFF;
  z-index: 1;
  font-family: 'HyundaiSansHeadKR'; }
  .offer-top.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0.5em; }
    .offer-top.flex .offer-top-inner {
      width: 50%;
      padding: 0 1em; }
      .offer-top.flex .offer-top-inner:first-child {
        border-right: 1px solid #fff; }
    .offer-top.flex .offer-top-logo.rajhi {
      font-size: 0.7em; }
    .offer-top.flex .offer-top-logo.ncb {
      font-size: 0.7em; }

.offer-top-title {
  font-weight: 900;
  text-transform: uppercase; }

.offer-top-text {
  font-size: 0.85em; }

.offer-top-price {
  font-size: 1.2em;
  font-weight: 900; }
  .offer-top-price span {
    font-size: 0.5em;
    font-weight: normal; }

.offer-inner {
  border-bottom: 1px solid #EBEBEB;
  padding: 100px 0 64px; }

.offer-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.24;
  color: #000000;
  margin-bottom: 42px;
  font-family: 'HyundaiSansHeadKR'; }
  .offer-title nobr {
    font-weight: 600;
    font-family: 'HyundaiSansHeadKR'; }

.offer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  padding-bottom: 1.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body[data-region="Riyadh"] .offer-wrap {
  padding-bottom: 0; }

.bank-title:first-child {
  padding-top: 20px; }

.bank-title.rajhi img {
  width: 120px;
  margin: 0; }

.bank-title.ncb {
  border-top: 1px solid #003469;
  padding-top: 1.5em; }
  .bank-title.ncb img {
    width: 90px;
    margin: 0; }

.bank-wrap {
  border: 1px solid #E4DCD3;
  width: calc(50% - 10px);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .bank-wrap .offer-item {
    width: 100%; }
  .bank-wrap .bank-logo {
    margin-bottom: 26px;
    height: 48px; }
    .bank-wrap .bank-logo.ncb {
      width: auto; }
      .bank-wrap .bank-logo.ncb img {
        height: 100%;
        width: auto;
        margin: 0; }
    .bank-wrap .bank-logo.alrajhi {
      width: auto; }
      .bank-wrap .bank-logo.alrajhi img {
        height: 100%;
        width: auto;
        margin: 0; }

.offer-item {
  width: calc(34% - 10px);
  position: relative;
  line-height: 1.17;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .offer-item:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://hyundaiyearenddeals.com/img/offer-icon.svg) no-repeat center center/contain;
    margin-right: 16px; }

.terms {
  font-weight: 300; }

.form-title-wrap {
  padding-bottom: 30px; }

.form-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.form-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.015em;
  color: #000;
  padding-right: 0.5em; }

.form-title-note {
  font-size: 14px;
  line-height: 1.43;
  color: #00aad2; }

.form-title-sub {
  font-size: 14px;
  line-height: 1.43;
  color: #666; }

.input-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.input-title-text {
  font-size: 18px;
  line-height: 1.16;
  font-family: 'HyundaiSansTextKR'; }

.input-title-required {
  font-size: 16px;
  padding-left: 0.4em;
  color: #00aad2;
  line-height: 1.18; }

.checkbox-text-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px; }

.checkbox-text.small {
  font-size: 14px;
  font-weight: 300; }

.checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkbox:checked ~ .checkbox-custom {
  background: url(../img/icon-checkbox.png) no-repeat center center/contain; }

.note-wrap {
  overflow-y: hidden;
  padding: 20px 18px 20px 20px;
  font-size: 14px;
  line-height: 1.428;
  color: #666;
  min-height: 140px;
  border: 1px solid #e4dcd3;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: 300;
  -webkit-transition: all .5s;
  transition: all .5s; }

.form {
  padding: 48px 0 100px;
  position: relative; }
  .form .form-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form .form-wrapper .input-item {
      width: calc(50% - 10px);
      margin-bottom: 24px; }
      .form .form-wrapper .input-item.big {
        width: 100%; }
    .form .form-wrapper .input-wrap {
      border: 1px solid #E4DCD3;
      position: relative;
      border-radius: 0; }
      .form .form-wrapper .input-wrap.error {
        border-color: #F00; }
      .form .form-wrapper .input-wrap .notice {
        display: none;
        position: absolute;
        top: -20px;
        left: 20px;
        background: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        border: 1px solid #FF4828; }
        .form .form-wrapper .input-wrap .notice:before {
          content: "";
          position: absolute;
          left: 10px;
          top: 100%;
          border: 7px solid transparent;
          border-left: 7px solid #FF4828;
          border-top: 7px solid #FF4828; }
        .form .form-wrapper .input-wrap .notice:after {
          content: "";
          position: absolute;
          left: 11px;
          top: 100%;
          border: 6px solid transparent;
          border-left: 6px solid #fff;
          border-top: 6px solid #fff; }
    .form .form-wrapper .button-wrap {
      width: 100%;
      padding-top: 48px; }
    .form .form-wrapper input {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: none;
      border: none;
      width: 100%;
      color: #666;
      font-size: 14px;
      line-height: 40px;
      height: 40px;
      padding: 0 20px;
      font-family: 'HyundaiSansTextKR'; }
      .form .form-wrapper input:focus {
        outline: none; }
    .form .form-wrapper .checkbox {
      display: none; }
    .form .form-wrapper .checkbox-custom {
      width: 18px;
      height: 18px;
      min-width: 18px;
      border: 2px solid #999;
      display: block; }
      .form .form-wrapper .checkbox-custom.error {
        border-color: #f00; }
    .form .form-wrapper select {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      padding: 0 20px;
      padding-right: 23px;
      position: relative;
      background: url(../img/select-arrow.png) no-repeat right 8px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      border: none;
      color: #666;
      width: 100%;
      font-size: 14px;
      line-height: 40px;
      height: 40px;
      border-radius: 0; }
      .form .form-wrapper select option {
        color: #000; }
    .form .form-wrapper button {
      position: relative;
      display: block;
      width: 160px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      background-color: #003469;
      border-radius: 0px;
      cursor: pointer;
      border: none;
      margin: 0 auto;
      padding: 0 15px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .form .form-wrapper button:hover {
        opacity: 0.8; }
      .form .form-wrapper button .submitted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 30px;
        width: 40px;
        display: none; }
  .form .answ {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 22px;
    text-align: center; }

.form-page {
  background: url(../img/quiz-bg.html) no-repeat center top/cover;
  position: relative;
  min-height: 45vw; }

.form-page .popup {
  position: absolute;
  background: #FFF;
  padding: 40px 60px;
  top: 50%;
  left: 50%;
  width: 500px;
  max-height: 90%;
  overflow: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .form-page .popup .form {
    padding-bottom: 0;
    padding-top: 20px; }
  .form-page .popup .popup-title {
    text-align: center;
    font-size: 24px;
    font-family: 'HyundaiSansTextKR';
    color: #003469;
    font-weight: 900;
    line-height: 1.3; }
  .form-page .popup .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background: url(https://hyundaiyearenddeals.com/img/close-icon.svg) no-repeat center center/18px 18px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .form-page .popup .popup-close.close-gallery {
      background: url(https://hyundaiyearenddeals.com/img/close_black.svg) no-repeat center center/18px 18px; }
  .form-page .popup .popup-close:hover {
    background-color: rgba(0, 120, 255, 0.8); }
  .form-page .popup .popup-video {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%; }
  .form-page .popup .popup-video iframe {
    width: 80%;
    margin: auto;
    display: block;
    height: calc(80vh - 100px); }
  .form-page .popup .form-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 50px; }
  .form-page .popup .form {
    background: #FFF; }
  .form-page .popup .form-wrap .form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .form-page .popup .form-wrap .form-line .form-text {
      width: 120px;
      font-size: 16px;
      line-height: 1.3;
      color: #4A90E2; }
    .form-page .popup .form-wrap .form-line .input-wrap {
      position: relative;
      width: calc(100% - 120px); }
      .form-page .popup .form-wrap .form-line .input-wrap .notice {
        display: none;
        position: absolute;
        top: -20px;
        left: 20px;
        background: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        border: 1px solid #FF4828; }
        .form-page .popup .form-wrap .form-line .input-wrap .notice:before {
          content: "";
          position: absolute;
          left: 10px;
          top: 100%;
          border: 7px solid transparent;
          border-left: 7px solid #FF4828;
          border-top: 7px solid #FF4828; }
        .form-page .popup .form-wrap .form-line .input-wrap .notice:after {
          content: "";
          position: absolute;
          left: 11px;
          top: 100%;
          border: 6px solid transparent;
          border-left: 6px solid #fff;
          border-top: 6px solid #fff; }
      .form-page .popup .form-wrap .form-line .input-wrap input,
      .form-page .popup .form-wrap .form-line .input-wrap select {
        display: block;
        width: 100%;
        height: 40px;
        font-size: 16px;
        border: 1px solid #4A90E2;
        padding: 3px 20px 3px 15px;
        border-radius: 0; }
        .form-page .popup .form-wrap .form-line .input-wrap input:focus,
        .form-page .popup .form-wrap .form-line .input-wrap select:focus {
          outline: none; }
        .form-page .popup .form-wrap .form-line .input-wrap input.error,
        .form-page .popup .form-wrap .form-line .input-wrap select.error {
          border-color: #ff4828; }
      .form-page .popup .form-wrap .form-line .input-wrap select::-ms-expand {
        display: none; }
      .form-page .popup .form-wrap .form-line .input-wrap select {
        cursor: pointer;
        position: relative;
        background: url(../img/select-arrow.png) no-repeat right 10px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none; }
    .form-page .popup .form-wrap .form-line .button-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .form-page .popup .form-wrap .form-line .button-wrap .button {
        width: 45%;
        max-width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: none;
        border: 1px solid #4A90E2;
        padding: 5px 15px;
        color: #4A90E2;
        font-size: 16px;
        height: 40px;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        .form-page .popup .form-wrap .form-line .button-wrap .button:hover {
          background: #6cb2ff;
          color: #FFF; }
        .form-page .popup .form-wrap .form-line .button-wrap .button.send {
          background: #003469;
          border-color: #003469;
          color: #FFF; }
          .form-page .popup .form-wrap .form-line .button-wrap .button.send:hover {
            background: #22568b;
            border-color: #22568b; }

.create {
  padding: 70px 0 0; }
  .create .backstage {
    font-size: 290px;
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    font-family: 'HyundaiSansHeadKR';
    color: #f4f5f8;
    letter-spacing: -0.01em;
    font-weight: bold;
    text-align: center; }
  .create .create__rotate {
    position: relative; }
    .create .create__rotate #myEase360 {
      display: block !important; }
    .create .create__rotate canvas {
      height: 100% !important;
      width: 100% !important;
      display: block !important; }
    .create .create__rotate .opacity0 {
      z-index: -1; }
  .create .create__color-select {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .create .create__color-select .create__color-select__item {
      cursor: pointer;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      border: 1px solid #003469;
      position: relative;
      margin: 0 5px; }
      .create .create__color-select .create__color-select__item.with_black:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 50%;
        background: #000;
        height: 100%;
        top: 0;
        border-radius: 0 25px 25px 0; }
      .create .create__color-select .create__color-select__item .color__text {
        position: absolute;
        bottom: -35px;
        left: 50%;
        width: 130px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        display: none;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .create .create__color-select .create__color-select__item.active .color__text {
        display: block; }
      .create .create__color-select .create__color-select__item.active:after {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        top: 50%;
        left: 50%;
        border: solid 1px #7f7f7f;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .create .create-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 1;
    display: none; }
  .create .loader {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 1;
    height: 100%; }
  .create .loader h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #ccc;
    text-align: center;
    z-index: 10; }

.rotate__angle {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 900;
  font-family: 'HyundaiSansHeadKR'; }
  .rotate__angle span {
    font-size: 0.7em;
    vertical-align: middle; }

.create__title {
  position: relative;
  font-size: 28px;
  font-family: 'HyundaiSansHeadKR';
  color: #000;
  padding-bottom: 1em;
  font-weight: bold; }

.create__model {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'HyundaiSansHeadKR';
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-align: center; }

.backstage {
  font-size: 290px;
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  font-family: 'HyundaiSansHeadKR';
  color: #f4f5f8;
  letter-spacing: -0.01em;
  font-weight: bold;
  text-align: center; }

.create__rotate {
  position: relative;
  max-width: 852px;
  margin: auto; }
  .create__rotate #myEase360 {
    display: block !important; }
  .create__rotate canvas {
    height: 100% !important;
    width: 100% !important;
    display: block !important; }
  .create__rotate .opacity0 {
    z-index: -1; }

.buttons-block {
  padding-bottom: 60px;
  text-align: center; }
  .buttons-block .button-download,
  .buttons-block .button-more {
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #003469;
    font-family: 'HyundaiSansTextKR';
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .buttons-block .button-download:hover,
    .buttons-block .button-more:hover {
      background: #0078ff;
      color: #FFF;
      border-color: #0078ff; }
  .buttons-block .button-download {
    margin-right: 20px;
    background: #FFF;
    color: #003469; }
  .buttons-block .button-more {
    background: #003469;
    color: #FFF; }

.terms-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-bottom: 60px;
  padding-top: 30px; }

.terms-title {
  margin: 20px auto; }
  .terms-title.rajhi {
    width: 100px; }
  .terms-title.ncb {
    width: 75px; }

.terms-item {
  font-size: 14px;
  line-height: 1.43;
  color: #A8A8A8;
  margin-bottom: 0.7em;
  font-weight: 300; }
  .terms-item:last-child {
    margin-bottom: 0; }

footer {
  background: rgba(0, 0, 0, 0.05);
  padding: 38px 0; }
  footer .footer__center {
    max-width: 233px;
    margin: auto; }
  footer .footer__center__text {
    font-family: 'HyundaiSansTextKR';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 20px; }
  footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #9B9B9B;
    line-height: 1.43;
    font-weight: normal;
    font-size: 14px; }

.footer__logo_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px; }
  .footer__logo_row svg {
    width: 150px; }

.footer__distr-elem {
  display: none;
  width: 200px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

body[data-region="Riyadh"] .footer__logo_row,
body[data-region="Dammam"] .footer__logo_row,
body[data-region="Jeddah"] .footer__logo_row,
body[data-region="Jordan"] .footer__logo_row,
body[data-region="UAE"] .footer__logo_row,
body[data-region="Qatar"] .footer__logo_row,
body[data-region="Egypt"] .footer__logo_row,
body[data-region="Bahrain"] .footer__logo_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__distr-elem_Riyadh,
.footer__distr-elem_riyadh {
  display: block;
  background-image: url(../img/Wallan_Logo.png); }

.footer__distr-elem_Dammam,
.footer__distr-elem_dammam {
  width: 300px;
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/Dammam.svg); }

.footer__distr-elem_Qatar {
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/Qatar.svg); }

.footer__distr-elem_Jeddah {
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/Jeddah.svg);
  width: 300px; }

.footer__distr-elem_Kuwait {
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/kuwait_distributor_new.svg);
  width: 300px;
  height: 90px; }

.footer__distr-elem_Jordan {
  display: block;
  width: 320px;
  background-image: url(https://hyundaiyearenddeals.com/img/Jordan.svg); }

.footer__distr-elem_UAE {
  display: block;
  width: 300px;
  background-image: url(https://hyundaiyearenddeals.com/img/UAE.svg?v=1); }

.footer__distr-elem_Egypt {
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/Egypt.svg); }

.footer__distr-elem_Bahrain {
  display: block;
  background-image: url(https://hyundaiyearenddeals.com/img/Bahrain.svg?v=1); }

.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background: #000; }
  .video-popup iframe {
    width: 100vw;
    height: 100vh; }
  .video-popup .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .video-popup .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    height: 94px;
    background: rgba(0, 0, 0, 0.8) url(../img/close-icon.png) no-repeat center center;
    z-index: 1;
    cursor: pointer; }
    .video-popup .popup-close:hover {
      background-color: rgba(0, 120, 255, 0.8); }

.overlay {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.popup-form {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 580px;
  width: 90%;
  padding: 50px 60px 30px; }
  .popup-form .popup-form__title {
    font-size: 28px;
    font-family: 'HyundaiSansHeadKR';
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 10px; }
  .popup-form .popup-form__text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.38;
    color: #000; }
  .popup-form .popup-form__timer {
    font-family: 'HyundaiSansHeadKR';
    font-size: 28px;
    font-weight: bold;
    color: #003469;
    text-align: center;
    margin-bottom: 40px; }
  .popup-form .popup-form__cancel {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    text-align: center;
    color: #8a8a8a;
    cursor: pointer;
    display: block;
    text-decoration: none; }

.popup-img {
  max-width: 233px;
  margin: 0 auto 40px; }

.owl-prev.disabled,
.owl-next.disabled,
.owl-nav.disabled {
  display: none; }

.owl-dots {
  text-align: center;
  padding-top: 20px; }

.owl-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: 0 3px;
  background: #DFDFDF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.owl-dot.active,
.owl-dot:hover {
  background-color: #003469; }

.spritespin-instance {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab; }

.spritespin-instance:active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.thank-you {
  background: #F3F3F3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.regions-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .regions-wrap .flag {
    width: 20px;
    margin: 0;
    margin-bottom: 20px; }
  .regions-wrap li {
    list-style-type: none;
    text-align: left; }
    .regions-wrap li a {
      text-decoration: none;
      color: #000;
      font-size: 16px; }

@media (max-width: 1024px) and (orientation: portrait) {
  .form-page .banner {
    min-height: calc(100vh - 261px);
    max-height: 100%; } }

@media (max-width: 1080px) {
  [data-region="Riyadh"] .offer-top-wrap {
    width: 280px; }
  .banner .banner__subtitle {
    font-size: 28px; }
  .banner .banner__title {
    font-size: 40px;
    margin-top: 24px; }
  .models-slider {
    bottom: 50px; }
  .model-title {
    bottom: 50px; }
  .models-slider .owl-dots {
    bottom: 30px; }
  .models-slider .model-item {
    max-width: 635px; }
  .footer-banner {
    font-size: 48px; }
  .offer-top {
    font-size: 14px; }
  .offer-item {
    width: 50%; } }

@media (max-width: 1024px) {
  body[data-region="Riyadh"] .banner {
    background: url(../img/banner-Riyadh-tablet.jpg) no-repeat right center/1080px auto; }
  body[data-region="Dammam"] .banner {
    background: url(../img/banner-Dammam-tablet.jpg) no-repeat right center/1080px auto; }
  body[data-region="Jeddah"] .banner {
    background: url(../img/banner-Jeddah-tablet.jpg) no-repeat right center/1080px auto; }
  .led-numbers {
    left: auto;
    right: 24px;
    width: 146px; } }

@media (max-width: 980px) {
  .create .backstage {
    font-size: 28vw; }
  .advantages .slides .slides__item .slides__content .slides__content__subtitle {
    width: 70%; } }

@media (max-width: 768px) {
  footer .copyright {
    font-size: 12px; } }

@media (max-width: 767px) {
    .sm100 {float:none!important;width:100%!important}
  .wrap {
    padding: 0 22px; } }

@media (max-width: 640px) {
  .desk {
    display: none !important; }
  .mob {
    display: block !important; }
  .footer__logo_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .footer__logo_row svg {
    height: 70px; }
  .wrap {
    padding: 0 22px; }
  header {
    background: #FFF; }
  header .region .region__item {
    font-size: 14px; }
  header .region .region__popup li {
    font-size: 12px; }
  header .logo {
    padding: 15px 0; }
  header .logo svg {
    height: 30px;
    display: block; }
  .lang-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF; }
    .lang-wrap .region__item {
      width: 50%;
      text-align: center;
      font-size: 14px;
      padding: 18px; }
      .lang-wrap .region__item a {
        color: #000;
        text-decoration: none; }
      .lang-wrap .region__item.active {
        color: #4A82C8; }
    .lang-wrap .region-divider {
      width: 1px;
      background: #F3F3F3;
      height: 53px; }
  .nav-menu-mob {
    display: block;
    background: #003469; }
    .nav-menu-mob a {
      color: #FFF;
      text-decoration: none;
      padding: 0;
      margin-right: 24px; }
      .nav-menu-mob a:last-child {
        margin-right: 0; }
  .nav-menu-mob-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body[data-region="Riyadh"] .banner {
    background: url(../img/banner-Riyadh-mob.jpg) no-repeat top center/cover; }
  body[data-region="Dammam"] .banner {
    background: url(../img/banner-Dammam-mob.jpg) no-repeat top center/cover; }
  body[data-region="Jeddah"] .banner {
    background: url(../img/banner-Jeddah-mob.jpg) no-repeat top center/cover; }
  .banner {
    height: 143.75vw; }
  .banner .content {
    direction: ltr;
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner .banner__title {
    font-size: 6.75vw;
    width: 50%;
    margin: 0;
    margin-top: 0.5em; }
  .banner .banner__subtitle {
    font-size: 4.2vw;
    margin-top: 0.1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .banner .banner__video-button {
    margin-top: 0;
    bottom: 9vw;
    border: none; }
    .banner .banner__video-button .banner_video-button__icon {
      background: url(https://hyundaiyearenddeals.com/img/play.svg?v=2) no-repeat center center/contain; }
  .banner .banner__video-button {
    font-size: 5vw; }
  .banner .banner__video-button .banner_video-button__icon {
    width: 8vw;
    height: 8vw; }
  .led-numbers {
    right: auto;
    width: 18.3%;
    top: 7.4vw;
    left: 72.5%; }
  .model-title {
    color:#ffffff;
    bottom: 5vw;
    left: 22px;
    font-size: 5.75vw; }
  .models-slider {
    bottom: 35vw; }
  .models-slider .model-item {
    width: 100%; }
    .models-slider .model-item img {
      -webkit-transform: translateX(-12%);
      transform: translateX(-12%); }
  .models-slider .owl-dot {
    margin: 0 5px; }
  [data-lg="ar"] .models-slider .owl-dots {
    margin: 0; }
    [data-lg="ar"] .models-slider .owl-dots .owl-dot:last-child {
      margin-left: 0; }
  [data-lg="ar"] .owl-dot:first-child {
    margin-right: 0; }
  [data-lg="en"] .models-slider .owl-dots {
    margin: 0; }
    [data-lg="en"] .models-slider .owl-dots .owl-dot:last-child {
      margin-left: 0; }
    [data-lg="en"] .models-slider .owl-dots .owl-dot:first-child {
      margin-right: 0; }
  .models-slider .owl-dots {
    padding: 0;
    bottom: -25vw;
    left: 22px;
    width: calc(100% - 44px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .models-slider .owl-dots .owl-dot {
      width: 100%;
      border-radius: 0;
      height: 3px;
      background: #FFF;
      opacity: 0.4; }
      .models-slider .owl-dots .owl-dot.active {
        opacity: 1; }
  [data-region="Riyadh"] .offer-top-wrap {
    width: calc(100% - 44px); }
  .offer-top-wrap {
    width: calc(100% - 44px);
    left: 22px;
    bottom: 18.75vw; }
  .offer-top.flex .offer-top-inner {
    width: 100%; }
    .offer-top.flex .offer-top-inner:first-child {
      border: none; }
  .offer-top {
    font-size: 3vw;
    top: auto;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .offer-top.flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  [data-region="Dammam"] .section-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 64px 0 0;
    margin-bottom: 0;
    border: none; }
    [data-region="Dammam"] .section-wrap .offer {
      width: 100%;
      max-width: none;
      margin-bottom: 40px;
      padding: 0 22px; }
    [data-region="Dammam"] .section-wrap .form {
      width: 100%;
      max-width: none; }
  .offer-wrap {
    font-size: 16px; }
  .bank-wrap {
    width: 100%;
    margin-bottom: 16px; }
    .bank-wrap .bank-logo {
      height: 35px; }
    .bank-wrap:last-child {
      margin-bottom: 0; }
  .offer-inner {
    padding: 64px 0 48px; }
  .offer-title {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 1em; }
  .offer-item {
    width: 100%;
    padding-bottom: 23px; }
  .form-title-area {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form-title {
    padding: 0;
    font-weight: 600; }
  .form .form-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .form .form-wrapper .input-item {
      width: 100%; }
  .input-title-text {
    font-size: 16px;
    line-height: 1.25; }
  .form .form-wrapper select,
  .form .form-wrapper button,
  .form .form-wrapper input {
    font-size: 14px;
    color: #000;
    padding: 0.8em 1em;
    height: auto;
    line-height: 1.3; }
  .form .form-wrapper select {
    padding-right: 23px;
    background-image: url(https://hyundaiyearenddeals.com/img/arrow-hyundai.svg); }
  .form .form-wrapper .button-wrap {
    padding-top: 40px; }
  .form .form-wrapper button {
    background: #003469;
    color: #FFF; }
  .form .answ {
    font-size: 18px; }
  .offer-top.flex {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .offer-top.flex .offer-top-title {
      padding: 0 0.5em; }
  .offer-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px; }
    .offer-top-inner:last-child {
      margin-bottom: 0; }
  .offer-top-price {
    line-height: 0.9; }
  .offer-top-text {
    padding: 0 0.5em; }
  .terms-wrap {
    padding-bottom: 30px; }
  footer {
    padding-top: 20px;
    padding-bottom: 15px; }
  footer .footer__inner .footer__center {
    max-width: 185px; }
  footer .footer__inner .footer__center__text {
    font-size: 12px; }
  footer .footer__inner .copyright {
    font-size: 12px; }
  .popup-img {
    max-width: 185px;
    margin: 0 auto 20px; }
  .form-page .banner {
    height: auto;
    max-height: 100%; }
  .form-page .popup {
    width: calc(100% - 60px);
    padding: 20px; }
    .form-page .popup .popup-title {
      font-size: 18px; }
    .form-page .popup .form-wrap .form-line {
      margin-bottom: 10px; }
    .form-page .popup .form-wrap .button-line {
      margin-bottom: 0; }
      .form-page .popup .form-wrap .button-line .form-text {
        display: none; }
      .form-page .popup .form-wrap .button-line .button-wrap {
        width: 100%; }
  .form-page .form {
    padding-bottom: 0; } }

@media (max-width: 414px) {
  .gallery .gallery-img-title {
    font-size: 12px; } }

@media (max-width: 375px) {
  .highlights .highlights-subtitle,
  .gallery .gallery-subtitle,
  .quiz .quiz-subtitle {
    font-size: 14px; } }

@media (max-width: 340px) {
  .gallery .gallery-img-title {
    font-size: 11px; }
  .highlights .highlights-title, .gallery .gallery-title, .quiz .quiz-title {
    font-size: 26px; }
  .highlights .highlights-subtitle, .gallery .gallery-subtitle, .quiz .quiz-subtitle {
    font-size: 13px; }
  header .nav-menu a {
    font-size: 11px; } }

@media (min-height: 650px) and (max-height: 749px) {
  .gallery-popup {
    max-width: 650px; } }

@media (min-height: 750px) and (max-height: 799px) {
  .gallery-popup {
    max-width: 700px; } }

@media (min-height: 800px) and (max-height: 3000px) {
  .gallery-popup {
    max-width: 796px; } }

@-webkit-keyframes vawe {
  0% {
    -webkit-transform: scale(1.1);
    opacity: 0.5; }
  40% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.3);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes vawe {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5; }
  40% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes led1 {
  0% {
    opacity: 0; }
  3% {
    opacity: 1; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  27% {
    opacity: 0; }
  28% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  31% {
    opacity: 1; }
  32% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 0; }
  82% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes led1 {
  0% {
    opacity: 0; }
  3% {
    opacity: 1; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  27% {
    opacity: 0; }
  28% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  31% {
    opacity: 1; }
  32% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 0; }
  82% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes led9 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  27% {
    opacity: 0; }
  32% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 0; }
  82% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes led9 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  27% {
    opacity: 0; }
  32% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  80% {
    opacity: 0; }
  82% {
    opacity: 1; }
  100% {
    opacity: 1; } }
