/* import fonts */

/* @font-face {
    font-family:"OpenSans";
    src: url(../fonts/OpenSans-Thn.otf) format("opentype");
    font-weight:400;
    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: #5B5B5B;
}

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

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

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: #5B5B5B;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #5B5B5B;
}

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

.select:hover {
    border-color: #5B5B5B;
}

.select:focus {
    border-color: #5B5B5B;
    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: Arial, sans-serif;
    font-size: 16px;
    color: #2B3437;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

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

.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 {
    display: flex;
    gap: 10px;
}

form .form-group-wrapper .form-group {
    width: 49%;
}

form .form-group-wrapper .form-group .btn, form .form-group-wrapper .form-group input {
    width: 100%;
}

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

form .form-group .btn {
    width: 100%;
}

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



.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;}

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

.not_agree button {
    background-color: #5B5B5B !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;
}


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



.title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}


.desc {
    font-size: 20px;
    color: #5B5B5B;
}

.desc_white {
    color: #fff;
}



.elem-anim {
    opacity: 0;
    transition: all .3s linear;
}
.elem-anim.anim {
    opacity: 1;
}


.btn {
    background: #0B52A0;
    color: white;
    text-align: center;
    width: 230px;
    display: flex;
    align-items: center;
    border: 1px solid #0B52A0;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
    border-radius: 5px;
}

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

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

.btn_dark-blue {
    background: #002751;
    border: 1px solid #002751;
}

.btn_dark-blue:hover {
    background-color: #0B52A0;
    border-color: #0B52A0;  
}

/* common styles END */



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




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

.header {
    position: fixed;
    width: 100%;
    z-index: 20;
    background: #fff;
    left: 0;
    box-shadow: 0 0 10px 4px #00000017;
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo-block {
    display: flex;
    align-items: stretch;
    background: #1D5A93;
}

.header__logo_2 {
    padding: 0 9px;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
}
.header__main {
    width: 76%;
}
.header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__phone {
    font-weight: 700;
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E3E3E3;
}
.header__menu-item {
    transition: all .2s linear;
}

.header__menu-item:hover {color: #0B52A0;}


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


.intro {
    overflow: hidden;
    padding-top: 127px;
}
.intro__content {
    position: absolute;
    width: 100%;
}
.intro__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.intro__title-block {
    border: 1px solid #FFFFFF;
    background: #FFFFFF4D;
    backdrop-filter: blur(40px);
    padding: 30px;
    border-radius: 20px;
    margin-top: 66px;
}
.intro__title1 {
    font-size: 22px;
    font-weight: 700;
}
.intro__title2 {
    font-size: 36px;
    font-weight: 700;
}
.intro__title2_text-big {
    color: #002751;
    font-size: 1.17em;
}
.intro__props {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.intro__props-item {
    font-size: 24px;
    font-weight: 700;
    padding-left: 29px;
    position: relative;
}
.intro__props-item:before {
    content: "";
    display: block;
    width: 9px;
    height: 41px;
    background: #0B52A0;
    position: absolute;
    top: -4px;
    left: 0;
}
.intro__btn {
    width: 100%;
    margin-top: 30px;
}
.intro__timer-block {
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.timer__form {
    width: 100%;
    max-width: 610px;
}

.timer__form .agree_field {
    color: #fff;
}

.timer__form .form-group input {
    background: #FFFFFF80;
}
.timer__form .form_title {
    text-align: left;
    color: #fff;
    font-size: 24px;
}
.intro__bg {
    position: relative;
    z-index: -1;
    width: 1920px;
    float: right;
}



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


.run_now {
  display: flex;
  align-items: center;
  background: #002751;
  overflow: hidden;
  position: relative;
  /* height: 70px; */
  padding: 20px 0;
  color: #fff;
}
.run_now_cont {
  white-space: nowrap;
  animation: runstring 18s infinite linear;
  font-size: 27px;
  font-weight: 700;
}

.run_now_cont span b {
  text-transform: uppercase;
}

.run_now_cont div {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding-right: 32px;
}
.run_now_cont div:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #fff;
  /* margin-right: 26px; */
}

@keyframes runstring {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


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


.cars {
    margin-top: 120px;
}
.cars__menu {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cars__menu-item {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: #EDF4FB;
    border-radius: 15px;
    border: 1px solid #0027511A;
    padding: 15px 5px;
    height: 120px;
    width: 16%;
    position: relative;
    transition: all .2s linear;
}

.cars__menu-item:hover {
    background: #002751;
    border-color: #002751;
    color: #fff;
}
.cars__menu-img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}
.car {
    margin-top: 120px;
}
.car__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.car__models-wrapper {
    width: 100%;
    max-width: 87%;
}
.car__models-wrapper.wide {
    width: 100%;
    max-width: 85%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.car__models {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.car__models-item {
    padding: 10px 25px;
    border-radius: 50px;
    background: #EDF4FB;
    border: 1px solid #0027511A;
    color: #5B5B5B;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s linear;
}
.car__models-wrapper.wide .car__models {
    justify-content: flex-start;
    width: auto;
    white-space: nowrap;
    transition: all .2s linear;
}

.car__models-item.active {
    color: #fff;
    background: #0B52A0;
    border-color: #0B52A0;
}
.car__models-item:hover {
    color: #fff;
    background: #0B52A066;
    border-color: #0027511A;
}

.car__models-show-more {
    
position: absolute;
    
z-index: 1;
    
right: 0;
    
background: #fff;
    
padding: 20px 0;
    
padding-left: 40px;
    
cursor: pointer;
}

.car__models-show-more.prev {
    right: unset;
    padding-left: 0;
    left: 0;
    display: none;
    transform: rotate(180deg);
}

.car__content {
    margin-top: 20px;
}
.car__main {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: #EDF4FB;
    border: 1px solid #0027511A;
    border-radius: 10px;
    gap: 20px;
}

.car:nth-child(even) .car__main {
    flex-direction: row-reverse;
}
.car__title {
    font-size: 20px;
    background: #002751;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.car__image-block {
    width: 100%;
    max-width: 670px;
}
.car__image-main .swiper-pagination {align-items: center;display: flex;justify-content: center;}

.car__image-main .swiper-pagination-bullet {
    background: #C6C6C6;
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
}

.car__image-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 10px;
    height: 10px;
}
.car__image-main-item img {
    border-radius: 10px;
}
.car__image-thumbs {
    margin-top: 20px;
}
.car__image-thumbs-item img {
    border-radius: 10px;
}
.car__info {
    width: 100%;
    max-width: 590px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.car__name {
    font-size: 34px;
    line-height: 1;
}
.car__name-text2 {
    font-weight: 700;
    color: #002751;
}
.car__profit {
    /* margin-top: 20px; */
    background: #fff;
    border-radius: 50px;
    padding: 11px 20px;
    padding-left: 65px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    transition: all .2s linear;
    cursor: pointer;
}
.car__profit:hover {
    background: #0B52A0;
    color: #fff;
}
.car__profit-ico {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    border-radius: 50px;
    background: #0B52A0;
}
.car__props {
    background: #fff;
    border: 1px solid #0027511A;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.car__props-item {
    padding-left: 23px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.car__props-item:before {
    content: "";
    display: block;
    width: 9px;
    height: 36px;
    background: #002751;
    position: absolute;
    transition: all .2s linear;
    left: 0;
}

.car__props-item:hover:before {
    background: #0B52A0;
}

.car__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.car__btn {
    width: calc(50% - 10px);
}
.car__techs {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 18px 40px;
    background: #EDF4FB;
    border: 1px solid #0027511A;
    border-radius: 10px;
}
.car__techs-item {
    display: flex;
    gap: 20px;
    align-items: center;
}
.car__techs-params {
}
.car__techs-param-name {
    color: #5B5B5B;
}
.car__techs-param-val {
    font-size: 24px;
    color: #002751;
    font-weight: 700;
    line-height: 1;
}


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


.to-order {
    margin-top: 180px;
    padding-top: 120px;
    background: #EDF4FB;
}
.to-order__content {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}
.to-order__main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.to-order__main-item {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 245px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.to-order__main-item-title {
    font-size: 20px;
    font-weight: 700;
}
.to-order__main-item-num {
    color: #0B52A0;
    font-size: 24px;
    font-weight: 700;
}
.to-order__main-item-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.to-order__contact {
    width: 100%;
    max-width: 670px;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.to-order__contact-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.to-order__contact-desc {
}


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


.leasing {
    padding: 120px 0;
    background: #EDF4FB;
}
.leasing__content {
}
.leasing__block {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

.leasing__block-full {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.leasing__block-full-info {
    position: absolute;
    right: 40px;
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.leasing__block-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.leasing__block-main-info {
    width: 64%;
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
    backdrop-filter: blur(20px);
    border: 1px solid #0027511A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.leasing__block-main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.leasing__block-main-title_white {
    color: #fff;
}
.leasing__block-main-desc {
}


.leasing__block-full-bg img {
    border-radius: 10px;
}
.leasing__block-main-image {
    width: 34%;
}
.leasing__block-main-image img {
    border-radius: 10px;
}

.leasing__block-full .leasing__form .form-group input {
    background: #fff;
}
.leasing__block-full .leasing__form .agree_field {
    color: #fff;
}

.leasing__block-num {
    padding: 40px 30px;
    backdrop-filter: blur(20px);
    border: 1px solid #0027511A;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    color: #EDF4FB;
    font-size: 111px;
    font-weight: 900;
    line-height: 1;
    display: flex;
}
.leasing__block-num_2 {
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.leasing__block-num_3 {
    align-items: flex-end;
    background: linear-gradient(
to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.leasing__block-conditions {
    border-radius: 10px;
    background: #fff;
    padding: 20px 40px;
    backdrop-filter: blur(20px);
    border: 1px solid #0027511A;
    position: relative;
    width: 100%;
}
.leasing__block-conditions-title {
    font-size: 18px;
}
.leasing__block-conditions-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #002751;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leasing__block-conditions-btn-part {
    background: #fff;
    width: 14px;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    transition: all .2s linear;
}
.leasing__block-conditions-btn-part_2 {
    transform: rotate(90deg);
}

.leasing__block-conditions-btn.active .leasing__block-conditions-btn-part_2 {
    transform: rotate(180deg);
}

.leasing__block-conditions-text {
    margin-top: 20px;
    display: none;
}
.leasing__block-conditions-text p {
    padding: 10px 0;
}
.leasing__block-conditions-text ul {
    list-style: disc;
    padding-left: 20px;
}


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


.adds {
    margin-top: 120px;
}
.adds__desc {
    margin-top: 60px;
}
.adds__content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.adds__item {
    width: calc(33% - 9px);
    position: relative;
}

.adds__item-search {
    position: absolute;
    left: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}



.adds__item-link {
    position: relative;
    height: 200px;
    padding: 25px;
    display: block;
}
.adds__item-num {
    position: absolute;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
}

.adds__item:last-child .adds__item-num {
    display: none;
}
.adds__item-num_white {
    display: none;
}
.adds__item-title {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}
.adds__item-title_white {
    color: #fff;
}
.adds__item-btn-arrow {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #002751;
}
.adds__item-btn-arrow_white {
    background-color: #fff;
}
.adds__item .adds__item-btn-arrow img.adds__item-btn-arrow-ico_hover {display: none;}
.adds__item:hover .adds__item-btn-arrow {background: #0B52A0 !important;}
.adds__item:hover .adds__item-btn-arrow img {display: none;}
.adds__item:hover .adds__item-btn-arrow img.adds__item-btn-arrow-ico_hover {display: block;}

.adds__item-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.adds__item-img img {border-radius: 10px;}


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


.reviews {
    margin-top: 120px;
    padding-top: 120px;
    background: #EDF4FB;
}
.reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews__content {
    margin-top: 60px;
}
.reviews__slider {
    position: relative;
}
.reviews__slider .swiper-wrapper {
}
.reviews__slider .swiper-slide {
    height: auto;
}
.reviews__item {
    border: 1px solid #0027511A;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.reviews__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.reviews__item-text {
    font-size: 18px;
    margin-top: 20px;
    white-space: pre-line;
}
.reviews__slider-prev,
.reviews__slider-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: #002751;
    background-image: url(../img/arrow__item_white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.reviews__slider-next {right: -60px !important;}
.reviews__slider-prev {
    transform: rotate(180deg);
    left: -60px !important;
}
.reviews__slider-next:after, .reviews__slider-prev:after {
    display: none;
}


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


.best-offer {
    padding-top: 120px;
    background: #EDF4FB;
}
.best-offer__content {
    display: flex;
    gap: 20px;
}
.best-offer__main {
    width: 100%;
    max-width: 980px;
    border-radius: 10px;
    background: url(../img/bg__best-offer.jpg) 100% 0 no-repeat #fff;
    padding: 40px;
    backdrop-filter: blur(20px);
    border: 1px solid #0027511A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.best-offer__title {
    font-size: 38px;
}
.tradein__form {
    width: 100%;
    max-width: 670px;
}
.best-offer__image img {
    border-radius: 10px;
}


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


.contacts {
    padding: 120px 0;
    background: #EDF4FB;
}
.contacts__content {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.contacts__main {
    background: #fff;
    border: 1px solid #0027511A;
    border-radius: 10px;
    overflow: hidden;
    min-width: 440px;
}
.contacts__info {padding: 30px;padding-top: 0;}
.contacts__logo-block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contacts__logo-text {
    line-height: 1;
}
.contacts__logo-text_big {
    font-size: 36px;
    font-weight: 700;
}
.contacts__logo-text_sm {
    color: #5B5B5B;
    font-size: 21px;
}
.contacts__item {
    padding-left: 34px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 13px;
}

.contacts__item:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    left: 0;
    background: url(../img/ico__loc.svg) 50% no-repeat;
}

.contacts__phone:before {
    background: url(../img/ico__phone.svg) 50% no-repeat;
}

.contacts__openours:before {
    background: url(../img/ico__clock.svg) 50% no-repeat;
}

.contacts__btn {
    width: 100%;
    margin-top: 25px;
}

#map1 {
    height: 616px;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    border-radius: 10px;
}


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



.footer {
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    background: #002751;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
    text-align: right;
}
.footer__madein {
    text-align: right;
}
.footer__policy {
    color: inherit;
    text-decoration: none;
    text-align: right;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}


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

/* media */


/* desktop and laptops */

@media only screen and (min-width: 1112px) and (max-width: 1440px) { 
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }



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


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


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

.car__header {
    flex-wrap: wrap;
    gap: 20px;
}
.car__models-wrapper {
    max-width: 100%;
}
.car__models-wrapper.wide {
    max-width: 100%;
}
.car__models {
    gap: 10px;
    justify-content: flex-start;
}
.car__models-item {
    padding: 5px 15px;
    font-size: 16px;
}
.car__main {
    padding: 20px;
}
.car__info {
    gap: 20px;
}
.car__name {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.car__profit {
    font-size: 18px;
}
.car__props-item {
    font-size: 16px;
    padding-left: 16px;
}
.car__props-item:before {
    height: 20px;
    width: 6px;
}
.car__techs {
    padding: 20px;
}
.car__techs-item {
    gap: 7px;
}
.car__techs-param-val {
    font-size: 15px;
}

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

.to-order__contact-title {
    font-size: 28px;
}

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

.leasing__block-main-title {
    font-size: 28px;
}
.leasing__block-num {
    display: none;
}

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

.adds__item {
    width: calc(33% - 10px);
}
.adds__item-link {
    height: 163px;
}

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

.reviews__slider-next {
    right: -18px !important;
}
.reviews__slider-prev {
    left: -18px !important;
}

}

/* tablets */

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

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

.car__props-item {
    font-size: 3.5vw;
    padding-left: 17px;
}


}

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


}

/* mobiles */

@media only screen and (max-width: 767px) { 
    .container {
        max-width: 610px;
        padding: 0 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 {
    flex-direction: column;
}

form .form-group-wrapper .form-group {
    width: 100%;
}

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


    .title {
    font-size: 7vw;
}


    
    .desc {
    font-size: 4vw;
}




    .btn {
        width: 100%;
    }

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

    .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: #002751;
        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;
    }



.header__content {
    flex-wrap: wrap;
}
.header__logo-block {
    /* order: -1; */
    max-width: 116px;
}
.header__main {
    width: auto;
}
.header__addr {
    display: none;
}
.header__phone {
    font-size: 15px;
}
.header__btn {
    display: none;
}
.header__menu {
    position: absolute;
    left: 100%;
    transition: all .2s linear;
    flex-direction: column;
    gap: 30px;
    background: #fff;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    top: 0;
}

.header__menu.active {
    left: 0;
}
.header__menu-item {
    font-size: 20px;
}

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

.intro {
    padding-top: 58px;
}
.intro__slider {
}
.intro__content {
    position: static;
}
.intro__title-block {
    margin-top: 15px;
    padding: 0;
    background: none;
    border: none;
    backdrop-filter: unset;
}
.intro__title2 {
    font-size: 5.5vw;
}
.intro__props-item {
    display: flex;
    align-items: center;
    font-size: 4vw;
    padding-left: 15px;
}
.intro__props-item:before {
    width: 5px;
    height: 39px;
    top: unset;
}
.intro__btn {
    margin-top: 50vw;
}
.intro__timer-block {margin-top: 15px;flex-wrap: wrap;}
.timer__main {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.timer__main div[id*="timer"] {
    transform: scale(.5) !important;
    /* margin-left: -400px; */
    /* left: 7%; */
    /* position: relative; */
    /* min-width: 620px !important; */
    /* max-width: 620px !important; */
}
.timer__form .agree_field {
    color: inherit;
}
.timer__form .form_title {
    color: inherit;
    font-size: 5vw;
    text-align: center;
}
.intro__bg {
    width: 100%;
    position: absolute;
    top: 0;
}

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

.run_now {
    padding: 10px 0;
    margin-top: 25px;
}
.run_now_cont {
    font-size: 20px;
}

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

.cars {
    margin-top: 60px;
}
.cars__menu {
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 0;
    row-gap: 10px;
}
.cars__menu-item {
    width: 49%;
    height: 39vw;
}
.cars__menu-text {
    font-size: 3.4vw;
}
.cars__menu-img {
    top: 20px;
}
.car {
    margin-top: 60px;
}
.car__header {
    flex-wrap: wrap;
}
.car__models-wrapper {
    max-width: 100%;
    margin-top: 25px;
}
.car__models-wrapper.wide {
    max-width: 100%;
}
.car__models {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start !important;
}
.car__models-item {
    padding: 1vw 4vw;
    font-size: 4vw;
}
.car__models-show-more {
    display: none;
}
.car__main {
    flex-wrap: wrap;
    padding: 25px 15px;
}
.car__title {
    font-size: 5vw;
}
.car__info {
    gap: 15px;
}
.car__name {
    font-size: 6vw;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.car__name-text1 {
    /* width: 100%; */
}
.car__profit {
    display: flex;
    align-items: center;
}
.car__profit-ico {
    top: unset;
}
.car__profit-text {
    font-size: 4vw;
}
.car__props {
    padding: 25px 15px;
}
.car__props-item:before {
    width: 6px;
    height: 30px;
}
.car__btns {
    gap: 10px;
}
.car__techs {
    flex-wrap: wrap;
    padding: 25px 15px;
    gap: 15px;
}
.car__techs-item {
    width: 100%;
    gap: 10px;
}
.car__techs-param-name {
    font-size: 3vw;
}
.car__techs-param-val {
    font-size: 4vw;
}

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

.to-order {
    margin-top: 60px;
    padding-top: 60px;
}
.to-order__content {
    flex-wrap: wrap;
    margin-top: 25px;
}
.to-order__main-item {
    padding: 25px 15px;
    height: 40vw;
}
.to-order__main-item-title {
    font-size: 3vw;
}
.to-order__contact {
    padding: 25px 15px;
    gap: 15px;
}
.to-order__contact-title {
    font-size: 6vw;
}

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

.leasing {
    padding: 60px 0;
}
.leasing__content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.leasing__block {
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 15px;
}
.leasing__block-full {
    gap: 15px;
}
.leasing__block-full-info {
    position: static;
    gap: 15px;
}
.leasing__block-main {
    gap: 15px;
}
.leasing__block-main-info {
    width: 100%;
    padding: 25px 15px;
    gap: 15px;
}
.leasing__block-main-title {
    font-size: 6vw;
}
.leasing__block-main-title_white {
    color: inherit;
}
.leasing__block-main-desc {
    color: inherit;
}

.leasing__block-main-desc br {
    display: none;
}
.leasing__block-main-image {
    width: 100%;
}
.leasing__block-full .leasing__form .agree_field {
    color: inherit;
}
.leasing__block-num {
    display: none;
}
.leasing__block-conditions {
    padding: 15px;
}
.leasing__block-conditions-btn {
    top: 7.5px;
}

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

.adds {
    margin-top: 60px;
}
.adds__desc {
    margin-top: 25px;
}
.adds__content {
    margin-top: 25px;
    gap: 0;
    row-gap: 10px;
    justify-content: space-between;
}
.adds__item {
    width: 49%;
    background: #EDF4FB;
    border-radius: 10px;
}
.adds__item-search {
    position: static;
    font-size: 3vw;
    margin-top: 15px;
    margin-left: 10px;
}
.adds__item-link {
    padding: 15px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    gap: 20px;
}
.adds__item-num {display: none;}
.adds__item-title {
    position: static;
    font-size: 4vw;
}
.adds__item-title_white {
    color: inherit;
}
.adds__item-btn-arrow {
    position: static;
}
.adds__item-img {
    position: static;
    display: none;
}

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

.reviews {
    margin-top: 60px;
    padding-top: 60px;
}
.reviews__content {
    margin-top: 25px;
}
.reviews__slider .swiper-slide {
    height: 100%;
}
.reviews__slider-prev, .reviews__slider-next {
    transform: scale(.7);
}
.reviews__slider-next {
    right: -19px !important;
}
.reviews__slider-prev {
    left: -19px !IMPORTANT;
    transform: scale(.7) rotate(180deg);
}

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

.best-offer {
    padding-top: 60px;
}
.best-offer__content {
    flex-wrap: wrap;
}
.best-offer__main {
    padding: 25px 15px;
    gap: 15px;
}

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

.contacts {
    padding: 60px 0;
}
.contacts__content {
    flex-wrap: wrap;
    margin-top: 25px;
}
.contacts__main {
    min-width: unset;
}
.contacts__info {
    padding: 15px;
    padding-top: 0;
}
.contacts__logo-text_big {
    font-size: 7vw;
}
.contacts__logo-text_sm {
    font-size: 5vw;
}

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

.footer__content {
    justify-content: flex-start;
    gap: 25px;
}
.footer__dislamer-btn {
    text-align: left;
}
.footer__madein {
    text-align: left;
}
.footer__policy {
    text-align: left;
}


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


}
@media only screen and (max-width: 640px) { 
}
@media only screen and (max-width: 592px) {
}
@media only screen and (max-width: 568px) { 
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) { 
}
@media only screen and (max-width: 375px) { 
}
@media only screen and (max-width: 360px) { 
}
@media only screen and (max-width: 320px) { 
}


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

/* media END*/
