/* import fonts */

/* NunitoSans ***********************************/


/* NunitoSans Variable */
@font-face {
    font-family: 'NunitoSans';
        /* src: url('../fonts/Nunito_Sans_Var/NunitoSans.ttf') format('truetype-variations');*/
    src: url('../fonts/Nunito_Sans_Var/NunitoSans.woff2') format('woff2-variations'),
         url('../fonts/Nunito_Sans_Var/NunitoSans.woff') format('woff-variations'),
         url('../fonts/Nunito_Sans_Var/NunitoSans.woff2') format('woff2'),
         url('../fonts/Nunito_Sans_Var/NunitoSans.woff') format('woff');
    font-weight: 200 900;
    font-style: normal; 
    font-display: swap;
}

/* import fonts END */


/* **************************************************************************************************************************************** */

/* css reset */

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal; 
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #cccccc;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
}

input::-moz-placeholder { color: #cccccc; }
input::-webkit-input-placeholder { color: #cccccc; }
input:-ms-input-placeholder { color: #cccccc; }
input::placeholder { color: #cccccc; } 

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #cccccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #cccccc;
}

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

.select:hover {
    border-color: #cccccc;
}

.select:focus {
    border-color: #cccccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul, ol {
  list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {  
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



body {
    font-family: "NunitoSans", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #000;
}

section {
    margin-top: 16px;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.fancybox-content {
    background: #000 !important;
}

.resp_table{width:100%;}
.resp_table tr td:before{display:none;}
.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}


.form_title {color: inherit;font-size: 20px;padding: 0px;margin: 0px;text-align: center;padding-bottom: 20px;}

.form_title span {
    display: block;
    white-space: nowrap;
}

input, textarea, select, button, .btn {
    height: 50px;
}

form .form-group-wrapper {}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form.form_white input::-moz-placeholder { color: #cccccc; }
form.form_white input::-webkit-input-placeholder { color: #cccccc; }
form.form_white input:-ms-input-placeholder { color: #cccccc; }
form.form_white input::placeholder { color: #cccccc; } 

form.form_white input, form.form_white select, form.form_white textarea {}

form.form_white input {}
form.form_white select {}
form.form_white textarea {}

.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c86461;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;background: white;text-align: center;padding-bottom: 30px;}

.popup_container .btn {
    width: 100%;
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
}

.agree_field > span {
    padding-left: 25px;
    display: inline-block;
}

.main {}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 48px;
    margin: 0 auto;
}



.title {}

.title_white {}

.subtitle {}

.logo-block {}

.logo {}
.logo1 {}
.logo2 {}
.logo__text1 {}
.logo__text2 {}

.cont-info {}

.logo {}

.addr,
.hours,
.phone {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.addr::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico__loc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.phone::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico__phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hours {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.hours:before {
    content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico__clock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__hours::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico__clock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.btn {
    background: #fff;
    color: #000;
    text-align: center;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #000;
}

/* Ãâ€˜ÃÂµÃÂ»ÃÂ°Ã‘Â ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ° - ÃÂ¿ÃÂ¾ Ã‘Æ’ÃÂ¼ÃÂ¾ÃÂ»Ã‘â€¡ÃÂ°ÃÂ½ÃÂ¸Ã‘Å½ */
.btn_white,
.btn {
    background: #EAEAEA;
    color: #000;
    border: 1px solid #EAEAEA;
}

.btn_white:hover,
.btn:hover {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #000;
}

/* ÃÂ§Ã‘â€˜Ã‘â‚¬ÃÂ½ÃÂ°Ã‘Â ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ° */
.btn_black {
    background: #000;
    color: #EAEAEA;
    border: 1px solid #000;
}

.btn_black:hover {
    background: #444;
    border-color: #444;
    color: #EAEAEA;
}

/* ÃÅ¸Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½ÃÂ°Ã‘Â/Ã‘ÂÃ‘â€šÃÂµÃÂºÃÂ»Ã‘ÂÃÂ½ÃÂ½ÃÂ°Ã‘Â ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ° */
.btn_glass {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.btn_glass:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: #000;
}


/* common styles END */



/*************************************************************************************************************************/




.header .mob-menu-btn {
    display: none;
}

.header {
  background-color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  left: 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.header__container:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  gap: 20px;
  flex-wrap: wrap;
}

.header__logo-block {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 37%;
}

.header__logo1 {
  flex-shrink: 0;
  max-width: 66%;
}

.header__logo1 img {
  display: block;
  height: 32px;
  width: auto;
}

.logo2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo__text1 {
  color: #EAEAEA;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo__text2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  margin-top: 0;
  white-space: nowrap;
}

.header__cont-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.header__addr,
.header__hours,
.header__phone {
}

.header__addr::before {
}

.header__phone::before {
}

.header__hours {
}

.header__hours::before {
  
}

.header__to-order-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #EAEAEA;
  text-decoration: none;
  line-height: 20px;
  transition: opacity 0.2s;
  white-space: nowrap;
  text-decoration: underline;
}

.header__to-order-btn:hover {
  opacity: 0.7;
}


.mob-menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EAEAEA;
  transition: all 0.3s;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 40px;
  flex-wrap: wrap;
}

.menu__column {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.menu__item {
  font-size: 14px;
  font-weight: 300;
  color: #EAEAEA;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.menu__item:hover {
  opacity: 0.7;
}


/**************************************************************************************************************/


.intro {margin-top: 94px;position: relative;}
.intro__slider {}
.intro__content {
    position: absolute;
    width: 100%;
    top: 48px;
}
.intro__container {
    height: 100%;
}
.intro__title-block {
    height: 89%;
}
.intro__title {
    font-size: 50px;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.intro__title:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 84%;
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 25px 25px #000;
    z-index: -1;
    opacity: 0.7;
    left: -9%;
    top: 17%;
}

.intro__desc {
    font-size: 18px;
    color: #EAEAEA;
    margin-top: 16px;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.intro__desc:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 84%;
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 25px 25px #000;
    z-index: -1;
    opacity: 0.7;
    left: -9%;
    top: 17%;
}

.intro__btn {
    margin-top: 32px;
}
.intro__bg {
    position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.intro__bg img {}

.intro .swiper-wrapper {
    height: auto;
}
.intro .swiper-slide {
}
.intro__pag {}
.intro__slider-arrows {}
.intro__slider-arrow-prev {}
.intro__slider-arrow-next {}


/**************************************************************************************************************/


.timer {}
.timer__container {
    position: relative;
}
.timer__content {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    right: 48px;
    background: #fff;
    color: #000;
    padding: 30px 50px;
}
.timer__main {}
.timer__title {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}
.timer__timer {
    width: 240px;
}
.timer__timer div[id*="timer"] {}
.timer__timer span[id*="timer"] {}
.timer__form {}


/**************************************************************************************************************/


/* why-us */

.why-us {
}

.why-us__container {
    background: #131313;
    padding: 48px;
}

.why-us__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}

.why-us__left {
    width: 398px;
    flex-shrink: 0;
}

.why-us__heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
    color: #EAEAEA;
    margin-bottom: 16px;
}

.why-us__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.why-us__cards {
    display: flex;
    gap: 16px;
    flex: 1;
}

.why-us__card {
    background: #212121;
    padding: 26px 28px;
    display: flex;
    gap: 16px;
    flex: 1;
}

.why-us__card-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.why-us__card-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.why-us__card-text {
    flex: 1;
}

.why-us__card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #EAEAEA;
    margin-bottom: 8px;
}

.why-us__card-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}


/**************************************************************************************************************/


/* model-range */

.model-range {
}

.model-range__container {
    background: #131313;
    padding: 48px;
}

.model-range__header {
    margin-bottom: 56px;
}

.model-range__heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
    color: #EAEAEA;
    margin-bottom: 16px;
}

.model-range__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.model-range__cards {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* model-card */

.model-card {}

.model-card__inner {
    display: flex;
    align-items: stretch;
}

.model-card__left {
    flex: 1;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    gap: 68px;
}

.model-card__name-block {
    margin-bottom: 32px;
}

.model-card__model-name {
    font-size: 56px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #EAEAEA;
    margin-bottom: 8px;
}

.model-card__subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.model-card__media {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.model-card__gallery {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
    min-height: 0;
}

.model-card__gallery-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.model-card__gallery-main img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.model-card__pagination {
    display: flex;
    flex-direction: column;
    gap: 8px;
    right: 16px;
    top: 50%;
}

.model-card__pagination-dot {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    transition: all 0.2s;
    cursor: pointer;
}

.model-card__pagination-dot.active {
    border: 1px solid #EDEDED;
}

.model-card__specs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}

.model-card__spec {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.model-card__spec-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.model-card__spec-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.model-card__spec-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.model-card__spec-value {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #EAEAEA;
}

.model-card__spec-label {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.model-card__divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
}

.model-card__right {
    width: 410px;
    flex-shrink: 0;
    background: #EDEDED;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.model-card__benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.model-card__benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.model-card__benefit-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.model-card__benefit-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.model-card__benefit-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.model-card__benefit-text strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.model-card__benefit-text span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}

.model-card__price-block {
    margin-top: 24px;
}

.model-card__price {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.model-card__price-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.model-card__price-value {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}

.model-card__cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.model-card__btn {
    width: 100%;
}





.model-card__thumbs {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: none;
    box-sizing: border-box;
}

.model-card__thumb {
    flex: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.model-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s;
}

.model-card__thumb:hover img {
    opacity: 0.8;
}


/**************************************************************************************************************/


/* configurations *****************************************************/

.configurations {
}

.configurations__container {
    margin: 0 auto;
    padding: 48px;
    background: #eaeaea;
}

.configurations__content {
    width: 100%;
}

.configurations__header-block {
    margin-bottom: 48px;
}

.configurations__heading {
    font-size: 38px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.configurations__subheading {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin: 0;
}

.configurations__cards-row {
    display: flex;
    gap: 16px;
}

.configurations__card {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px;
    background: white;
    display: flex;
    flex-direction: column;
}

.configurations__car-image {
    text-align: center;
    margin-bottom: 24px;
}

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

.configurations__info-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.configurations__title-row {
    margin-bottom: 24px;
}

.configurations__model-name {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.configurations__specs-cta {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.configurations__specs-list {
    margin-bottom: 24px;
}

.configurations__spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}

.configurations__spec-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.configurations__spec-value {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.configurations__cta-btns {}

.configurations__btn {width: 100%;}


/* configurations END *************************************************/


/* credit-testdrive ***************************************************/

.credit-testdrive {
    width: 100%;
}

.credit-testdrive__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.credit-testdrive__row {
    display: flex;
    gap: 16px;
}

.credit-testdrive__card {
    flex: 1;
    position: relative;
    /* padding: 48px; */
    display: flex;
    align-items: center;
}

.credit-testdrive__bg {
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.32;
}

.credit-testdrive__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credit-testdrive__content {
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.credit-testdrive__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.credit-testdrive__heading {
    font-size: 38px;
    font-weight: 500;
    color: #EAEAEA;
    text-transform: uppercase;
    margin: 0;
}

.credit-testdrive__benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.credit-testdrive__benefit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.credit-testdrive__benefit-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.credit-testdrive__benefit-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.credit-testdrive__benefit-text {
    font-size: 18px;
    font-weight: 300;
    color: #EAEAEA;
    line-height: 24px;
}

.credit-testdrive__description {
    font-size: 18px;
    font-weight: 300;
    color: #EAEAEA;
    line-height: 24px;
    margin: 0;
}

.credit-testdrive__cta {
}

.credit-testdrive__btn {
    padding: 13px 26px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 427px;
    max-width: 100%;
}

.credit-testdrive__btn:hover {
    opacity: 0.8;
}


/* credit-testdrive END *************************************************/


/* tradein **************************************************************/

.tradein {
    position: relative;
    height: 600px;
}

.tradein__bg {
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.32;
}

.tradein__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tradein__container {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.tradein__content {
    position: absolute;
    top: 48px;
    left: 48px;
    right: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    height: 81%;
}

.tradein__header {
    width: 598px;
    flex-shrink: 0;
}

.tradein__heading {
    font-size: 38px;
    font-weight: 500;
    color: #EAEAEA;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.tradein__description {
    font-size: 18px;
    font-weight: 300;
    color: #EAEAEA;
    line-height: 24px;
    margin: 0 0 40px 0;
}

.tradein__cta {
}

.tradein__btn {
    padding: 13px 26px;
    font-size: 16px;
    font-weight: 500;
    width: 427px;
    max-width: 100%;
}

.tradein__steps {
    display: flex;
    gap: 16px;
    flex: 1;
    margin-top: auto;
}

.tradein__step {
    flex: 1;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tradein__step-number {
    font-size: 32px;
    font-weight: 500;
    color: #EAEAEA;
    line-height: 32px;
}

.tradein__step-title {
    font-size: 16px;
    font-weight: 500;
    color: #EAEAEA;
    line-height: 20px;
}

.tradein__step-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}


/* tradein END **********************************************************/


/**************************************************************************************************************/





/**************************************************************************************************************/


/****************************************************************************************************/





/**************************************************************************************************************/





/**************************************************************************************************************/





/**************************************************************************************************************/





/**************************************************************************************************************/



.contacts {
}

.contacts__container {
    display: flex;
    justify-content: space-between;
    background: #131313;
    padding: 0;
}

.contacts__content {width: fit-content;padding: 48px;}

.contacts__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #EAEAEA;
    margin-bottom: 16px;
}

.contacts__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.contacts__logo-block {
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 14px 16px;
    margin-bottom: 24px;
}

.contacts__logo-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.contacts__logo-icons {
    flex-shrink: 0;
}
.contacts__logo-icons img {
    height: 26px;
    width: 200px;
    display: block;
}

.contacts__divider {
    width: 1px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.16);
}

.contacts__dealer-info {
    display: flex;
    flex-direction: column;
}

.contacts__dealer-name {
    font-weight: 500;
    font-size: 12px;
    color: #EAEAEA;
    white-space: nowrap;
}

.contacts__dealer-tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
}

.contacts__info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.contacts__info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.contacts__info-item:before {
    width: 24px;
    height: 24px;
}

.contacts__info-icon {
}

.contacts__info-text {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.contacts__info-text:hover {
    text-decoration: underline;
}

.contacts__cta {
    background-color: #212121;
    padding: 32px;
    max-width: 458px;
}

.contacts__cta-question {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #EAEAEA;
    margin-bottom: 24px;
}

.contacts__cta-btn {width: 100%;}


#map1 {
    height: 600px;
    width: 66%;
    max-width: 100%;
}


/**************************************************************************************************************/



.footer {
    padding: 24px 0;
    color: inherit;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer__container {}
.footer__content-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__legal-info {}
.footer__legal-label {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.footer__legal-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.92);
}
.footer__links-block {}
.footer__link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    margin-bottom: 5px;
}
.footer__link:hover {
    opacity: 0.7;
}
.footer__credits {
    display: flex;
    align-items: center;
    gap: 4px;
}
.footer__credits-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.92);
}
.footer__credits-logo {
    width: 65px;
    height: 12px;
}
.footer__credits-logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */


@media only screen and (max-width: 1440px) { 
    .header__hours {
        display: none;
    }
}

@media only screen and (max-width: 1366px) { 

    
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }

    .intro__content {
        top: 24px;
        height: 100%;
    }

    .intro__title {
        font-size: 38px;
        line-height: 44px;
    }

    .intro__subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .intro__title-block {
        display: flex;
        flex-direction: column;
    }

    .intro__btn {
        margin-top: auto;
    }

    .why-us__container {
        padding: 48px 15px;
    }

    .timer__content {
        right: 0;
    }

    .header__hours {
        display: none;
    }

    .header__addr {
        display: none;
    }

    .model-range__container {
        padding: 48px 15px;
    }

    .model-card__inner {
        flex-wrap: wrap;
    }

    .model-card__divider {
        display: none;
    }

    .model-card__thumbs {
        flex-direction: row;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-top: unset;
    }

    .configurations__container {
        padding: 48px 15px;
    }

    .tradein__content {
        flex-direction: column;
        left: 0px;
        width: 100%;
    }

    .tradein__steps {
        margin-top: 7vw;
        width: 100%;
    }

    .tradein__container {
        padding: 0;
    }

    .tradein__header {
        padding-left: 48px;
    }

    .credit-testdrive__container {
        padding: 0;
    }

}

/* tablets */

@media only screen and (max-width: 1112px) { 
    .container {
        max-width: 930px;
    }

    .why-us__content {
        flex-wrap: wrap;
        gap: 24px;
    }

    .model-card__left {
        flex-wrap: wrap;
        gap: 24px;
    }

    .model-card__pagination {
        flex-direction: row;
    }

    .model-card__gallery {
        flex-direction: column;
    }

    .model-card__right {
        width: 100%;
    }

    .credit-testdrive__row {
        flex-direction: column;
    }

    .credit-testdrive__container {
        padding: 0;
    }

    .tradein {
        height: auto;
    }

    .tradein__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .tradein__content {
        position: static;
    }

    .tradein__header {
        padding: 0;
    }

    .tradein__content {
        gap: 24px;
    }

    .tradein__steps {
        margin-top: 24px;
    }

    .contacts__container {
        padding: 0;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }

    .header__logo-block {
        flex-wrap: wrap;
        row-gap: 0;
    }

    .menu__column {
        gap: 10px;
    }

    .timer__content {
        position: static;
        padding: 20px 0;
    }

    .timer__container {
        padding: 0;
    }

    .timer__timer {
        margin: 0 auto;
    }

    .configurations__cards-row {
        flex-wrap: wrap;
    }

    .contacts__container {
        flex-wrap: wrap;
    }

    .contacts__content {
        width: 100%;
    }

    .contacts__cta {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }
}

/* mobiles */

@media only screen and (max-width: 767px) { 
    .container {
        max-width: 610px;
        padding: 20px 15px;
    }

    .fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}

    
	.popup_container {width:100%;}

    form .form-group-wrapper {}

    form.form_white input::-moz-placeholder { color: #cccccc; }
    form.form_white input::-webkit-input-placeholder { color: #cccccc; }
    form.form_white input:-ms-input-placeholder { color: #cccccc; }
    form.form_white input::placeholder { color: #cccccc; } 

    form.form_white input, form.form_white select, form.form_white textarea {}

    form.form_white input {}
    form.form_white select {}
    form.form_white textarea {}

    .title {}

    h2 {
        font-size: 6vw !important;
    }

    .title_white {}

    .subtitle {}

    .logo-block {
        max-width: unset;
        order: -1;
        max-width: 80%;
    }

    .logo {}

    .addr {}

    .phone {}

    .btn {
        width: 100%;
    }

    /************************************************************************/

    .header__container {
        padding: 5px 15px;
    }
    
    .header__content {
        gap: 5px;
    }

    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
        order: -1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: all .2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .header .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .header .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }
    
    .header .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        flex-direction: column;
        gap: 4vw;
        padding: 2vw 0;
        position: absolute;
        background: #000;
        width: 100%;
        left: 100%;
        transition: all .2s linear;
    }

    .menu.active {
        left: 0;
    }

    .menu__column {
        flex-direction: column;
        gap: 2vw;
    }

    .header__cont-info {
        order: 1;
    }


    /************************************************************************/

    .intro__container {
        padding: 3vw 15px;
    }

    .intro__content {
        top:0;
    }

    .intro__title {
        font-size: 7vw;
        line-height: 1.2;
    }

    .intro__desc {
        font-size: 4.6vw;
        line-height: 1.2;
        margin-top: 2vw;
    }

    .intro__title-block {
        height: 100%;
    }

    /************************************************************************/

    .why-us__cards {
        flex-direction: column;
    }

    .why-us__card {
        padding: 20px 15px;
    }


    /* why-us mobile */

    .why-us {
        padding: 30px 0;
    }

    .why-us__content {
        flex-direction: column;
        gap: 30px;
    }

    .why-us__left {
        width: 100%;
    }

    .why-us__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .why-us__desc {
        font-size: 16px;
        line-height: 22px;
    }

    .why-us__cards {
        flex-direction: column;
        width: 100%;
    }

    .why-us__card {
        padding: 20px;
    }

    .why-us__card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .why-us__card-body {
        font-size: 14px;
        line-height: 18px;
    }


    /************************************************************************/


    /* model-range mobile */


    .model-card__left {
        padding: 20px 15px;
    }
    
    .model-card__right {
        padding: 20px 15px;
    }

    .model-card__model-name {
        font-size: 8vw;
    }

    .model-card__specs {
        gap: 2vw;
        flex-wrap: wrap;
    }

    .model-card__spec {
        width: 48%;
        justify-content: center;
    }

    .configurations__subheading {
        font-size: 4vw;
    }


    .credit-testdrive__card {
        flex-direction: column;
        gap: 24px;
    }

    .credit-testdrive__content {
        position: static;
    }

    .tradein__description {
        font-size: 4vw;
    }

    .tradein__content {
        gap: 0;
    }

    .tradein__header {
        width: auto;
    }

    .tradein__steps {
        flex-direction: column;
    }

    .tradein__bg {
        margin-top: 24px;
    }

    /************************************************************************/

    .contacts__title {
        font-size: 6vw;
    }

    .contacts__content {
        padding: 0;
    }

    .contacts__cta {
        padding: 20px 15px;
    }

	#map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% 50% !important;
    }

    .contacts__cta-question {
        font-size: 6vw;
    }


    .footer__content-row {
        flex-direction: column;
        gap: 5vw;
    }

}


/* media END*/

