

@font-face {
  font-family: "ChangAnunitype";
  src: local(ChangAnunitype), url(../fonts/ChangAnunitype/ChangAnunitype-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap
}

/* @font-face {
  font-family: "ChangAnunitype";
  src: local(ChangAnunitype), url(../fonts/ChangAnunitype/ChangAnunitype-Light.woff) format("woff");
  font-weight: 300;
  font-display: swap
} */

@font-face {
  font-family: "ChangAnunitype";
  src: local(ChangAnunitype), url(../fonts/ChangAnunitype/ChangAnunitype-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap
}

:root {
  --black: #000;
  --white: #fff;
  --basic-red: red;
  --light-gray: #EFF0F0;
  --gray: #888889;
  --blue: #004595;
  --dark-blue: #002C5F;
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.page-body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: "ChangAnunitype", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: condensed;
  letter-spacing: normal;
  overflow-x: hidden;
  background: radial-gradient(120.08% 50% at 50% 50%, #2C4E76 0%, #041227 100%);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  -ms-flex-line-pack: start;
  align-content: start
}

.oc-progress-bar {
    visibility: hidden;
}

a {
  text-decoration: none;
  cursor: pointer
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

p {
  margin: 0
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

img {
  max-width: 100%;
  height: auto
}

button {
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
    left: -21px;
    bottom: 0;
}

.second-heading {
  margin-bottom: 40px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px
}

.agreement {
  width: 100%;
  margin-top: 25px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: var(--gray)
}

.personal-data-ckeck__link {
  color: var(--gray)
}

.personal-data-ckeck__link:hover {
  color: var(--gray)
}

.modal .agreement {
  color: var(--white)
}

.modal .personal-data-ckeck__link {
  color: var(--white)
}

.modal .personal-data-ckeck__link:hover {
  color: var(--white)
}

.agreement__label {
  position: relative;
  left: 15px;
  cursor: pointer
}

.checkmark {
  position: absolute;
  left: -30px;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: var(--white);
  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
}

.checkmark::before {
  content: "";
  width: 84%;
  height: 84%;
  background-image: url(../img/svg/done.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.agreement__label input:checked~.checkmark::before {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.scroll-compensate {
  padding-right: 17px
}

.logo {
  width: 260px;
  height: 32px;
  background-image: url(../img/svg/logo-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.logo--white {
  background-image: url(../img/svg/logo-white.svg);
  margin-bottom: 30px
}

.me-6 {
  margin-right: 4rem !important
}

.me-7 {
  margin-right: 5rem !important
}

.standart-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 317px;
}

.standart-input {
  width: 100%;
  height: 35px;
  background-color: var(--white);
  border-radius: 5px;
  border: none;
  text-align: center;
  display: flex;
  justify-content: center
}

.standart-input::-webkit-input-placeholder {
  font-family: "ChangAnunitype", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: condensed
}

.standart-input::-moz-placeholder {
  font-family: "ChangAnunitype", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: condensed
}

.standart-input:-moz-placeholder {
  font-family: "ChangAnunitype", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: condensed
}

.standart-input:-ms-input-placeholder {
  font-family: "ChangAnunitype", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: condensed
}

.standart-input+.standart-input {
  margin-top: 6px
}

.phone-icon {
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.arrow-left-icon {
  width: 14px;
  height: 8px;
  background-image: url(../img/svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.benefit-icon {
  width: 105px;
  height: 70px;
  background-image: url(../img/svg/benefit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.credit-icon {
  width: 85px;
  height: 80px;
  background-image: url(../img/svg/credit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.warranty-icon {
  width: 75px;
  height: 72px;
  background-image: url(../img/svg/warranty.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.present-icon {
  height: 22px;
  background-image: url(../img/svg/present.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.list-icon {
  height: 23px;
  background-image: url(../img/svg/paper.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.money-icon {
  height: 15px;
  background-image: url(../img/svg/trade-in-little.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.percent-icon {
  height: 23px;
  background-image: url(../img/svg/percent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.speed-icon {
  width: 25px;
  height: 19px;
  background-image: url(../img/svg/speed.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.engine-icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/engine.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.time-icon {
  width: 23px;
  height: 24px;
  background-image: url(../img/svg/time.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.gas-icon {
  width: 21px;
  height: 23px;
  background-image: url(../img/svg/gas.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.locator-icon {
  width: 28px;
  height: 35px;
  background-image: url(../img/svg/locator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: var(--white);
  display: flex
}

.main-header .container {
  display: flex
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding: 7px 0;
  background-color: var(--white)
}

.mobile-header .logo {
  width: 157px;
  height: 20px
}

.mobile-header .main-heading {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1;
  text-align: center
}

.mobile-header .btn {
  width: unset
}

.shadow-bottom::after {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3029586834733894)), color-stop(33%, rgba(0, 0, 0, 0.20211834733893552)), color-stop(66%, rgba(0, 0, 0, 0.10127801120448177)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3029586834733894) 0%, rgba(0, 0, 0, 0.20211834733893552) 33%, rgba(0, 0, 0, 0.10127801120448177) 66%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3029586834733894) 0%, rgba(0, 0, 0, 0.20211834733893552) 33%, rgba(0, 0, 0, 0.10127801120448177) 66%, #000 100%);
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s
}

.shadow-bottom.active::after {
  opacity: 1
}

.main-heading {
  font-size: 26px;
  line-height: 28px
}

.main-subheading {
  font-size: 18px
}

.phone-link {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  transition: color .3s ease
}

.phone-link:hover {
  color: var(--blue)
}

.callback-btn {
  width: 260px;
  height: 35px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center
}

.btn {
  width: 260px;
  height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-stretch: condensed;
  transition: all .25s ease;
  display: flex;
  justify-content: center;
  align-items: center
}

.btn:hover {
  color: var(--white);
  opacity: .75
}

.btn:focus {
  box-shadow: none
}

.btn:active {
  transform: translateY(4px)
}

.btn--black {
  background-color: var(--black)
}

.btn--gray {
  background-color: var(--gray)
}

.btn--red {
  background-color: var(--basic-red)
}

.btn--border {
  /*box-shadow: 0 0 8px 4px #D1216A;*/
  border: 1px solid #fff
}

.btn--transparent {
  border: 1px solid var(--white);
  background-color: transparent
}

.main-content {
  margin-top: 100px
}

.main-banner {
  height: 600px;
  /* padding: 40px 0 20px; */
  background-image: url(../img/banners/banner-new.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  /* padding-left: 112px; */
}

.main-banner-heading-block {
  padding-bottom: 9vw;
  position: relative;
  max-width: 1296px;
  width: 100%;
  /* height: 170px; */
  /* background-image: url(../img/main-banner-decor.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main-banner-heading {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
  color: var(--white);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 59px;
  margin: 0;
}

.main-banner-text-box {
    max-width: 459px;
    width: 100%;
    border-left: 3px solid #126BE9;
    margin-top: 30px;
    
}

.main-banner-text-box p {
    padding-left: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #2680FF;
    /* text-align: right; */
}

.main-banner-text-box p span {
    font-weight: 700;
}

/* .main-banner-benefit {
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.main-banner-subheading {
    font-size: 33px;
    line-height: 44px;
} */

.main-banner-credit {
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
}

.main-banner__btn {
  margin-top: 79px;
  max-width: 327px;
  height: 48px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90.94deg, #004DBA 1.74%, #153E7E 99.96%);
  border: none;
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); */
  /* border: 1px solid #fff */
}

/* .main-banner__btn:active {
  transform: translate(-50%, 4px)
} */

.main-banner-subheading {
  color: var(--white);
  font-size: 26px;
  /* line-height: 36px; */
  text-align: left;
}

.main-banner-subheading--small {
	font-size: 26px;
	line-height: 24px;
	margin-top: 7px;
}

.benefits-section {
  background-color: #001e42
}

.timer-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.timer {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: normal
}

.timer canvas {
  filter: drop-shadow(0px 0px 11px #0075FF)
}

.special-benefits {
  margin-top: 37px;
  border-top: 2px solid var(--white)
}

.special-benefits-heading {
  margin-bottom: 25px;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  display: none
}

.select-lists {
    gap: 50px;
  margin-bottom: 45px;
  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
}

.benefits-list {
  width: 60%
}

.benefit-heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  text-align: center;
  color: var(--white);
  display: block
}

.models {
    justify-content: center;
}

.cars {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px
}

.cars::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/grad1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center
}

.cars::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/grad1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg)
}

.cars-item {
  height: 372px;
  padding: 0;
  display: flex;
  justify-content: space-between
}

.cars-item+.cars-item {
  margin-top: 40px
}

.cars-item__left {
  position: relative;
  margin-right: 17px;
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  filter: drop-shadow(-7px 7px 10px rgba(0, 69, 149, 0.8));
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  background-image: url(../img/model-bg.webp);
  overflow: hidden;
}

.cars-item__left::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41.83%, rgba(255, 255, 255, 0.8) 67.07%, rgba(255, 255, 255, 0.8) 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0)
}

.car-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.car-info li {
    text-align: right;
}

.car-info li span {
    display: block;
}

.car-name {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 53px;
  display: block;
  text-transform: uppercase;
}

.car-cost {
  margin-bottom: 32px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: var(--blue);
  display: block;
}

.car-description-list {
  font-size: 20px;
  font-weight: 700;
  font-stretch: condensed;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.car-bg_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 170px;
    line-height: 206px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    width: max-content;
}

.car-img {
    position: absolute;
    bottom: 0;
    right: 60%;
    transform: translateX(60%);
    z-index: 1;
}

.car-img img {
    max-width: 600px;
}

.cars-item__right {
  width: 285px;
  padding: 50px 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(-7px 7px 10px rgba(0, 69, 149, 0.8));
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.cars-item__right .btn {
  width: 100%;
  height: 26px;
}

.cars-item__right .btn+.btn {
  margin-top: 15px;
}

.cars-item-list {
  margin-bottom: 30px
}

.cars-item-list li {
  position: relative;
  /* padding-left: 40px; */
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: #004595;
  font-weight: 700;
}

.cars-item-list li+li {
  margin-top: 20px
}

.cars-item-list li span {
    width: 32px;
  /* position: absolute;
  left: 0;
  bottom: 0 */
}

.complictations {
  padding-top: 40px;
  padding-bottom: 120px
}

.dropbtn {
  width: 260px;
  height: 35px;
  position: relative;
  padding: 0 30px;
  color: var(--blue);
  font-weight: 400;
  font-stretch: condensed;
  background-color: var(--white);
  box-sizing: content-box;
  border: 2px solid transparent;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  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
}

.dropbtn:hover,
.dropbtn:focus {
  border: 2px solid var(--dark-blue)
}

.dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 5px;
  background-image: url(../img/svg/down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.dropdown+.dropdown {
  margin-left: 40px
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  max-height: 400px;
  display: none;
  width: 100%;
  padding: 15px 30px;
  margin: 0;
  position: absolute;
  top: 39px;
  border: 2px solid var(--dark-blue);
  background-color: var(--white);
  border-radius: 5px;
  overflow: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 5
}

.dropdown-item {
  padding: 0;
  text-decoration: none;
  display: block;
  color: var(--gray);
  font-weight: 400;
  transition: color .3s ease
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--blue);
  background-color: transparent
}

.show-list {
  display: block
}

.complictation+.complictation {
  margin-top: 30px
}

.complictation__top {
  padding: 13px 25px 18px 18px;
  background-color: #88888985;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center
}

.complictation__top--mobile {
  display: none
}

.complictation__bottom {
  margin-top: 8px;
  background-color: #88888985;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

.complictation-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.complictation-costs {
  padding: 4px 28px 4px 15px;
  background-image: url(../img/costs-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: flex-end
}

.new-cost {
  color: var(--white);
  font-size: 20px;
  line-height: 35px
}

.credit-cost {
  color: var(--white);
  font-size: 20px
}

.complictation-desc-heading {
  color: #B4B4B4;
  text-decoration: underline;
  display: block
}

.complictation-desc-value {
  color: var(--white)
}

.complictation-img {
  margin-bottom: 5px;
  max-width: 25%
}

.details {
  margin-bottom: 20px
}

.details-heading {
  margin-bottom: 4px;
  padding-left: 30px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
  display: block
}

.details-list {
  list-style: disc;
  padding-left: 30px
}

.details-list li {
  color: var(--white);
  font-size: 16px;
  line-height: 20px
}

.benefit-banner {
  height: 521px;
  background-image: url(../img/banners/benefit-banner__desktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.benefit-banner__content {
  padding: 35px 70px 35px 25px;
  background-color: #00459586;
  display: inline-flex;
  flex-direction: column
}

.benefit-banner__text {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  font-stretch: normal
}

.modal .modal-dialog {
  max-width: 880px
}

.modal .modal-content {
  min-height: 370px;
  background-image: url(../img/modal-desk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  background-position-y: center;
  background-color: unset;
  border: 0;
  display: flex;
}
.modal-content--right__inner {
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-heading {
  /*background: radial-gradient(94% 94% at 50% 50%, #004595 0%, #00459596 100%);*/
  color: #184477;
  font-size: 23px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 31px;
  text-transform: uppercase;
  display: block
}

  #thanksModal .modal-heading {
      text-transform: unset;
  }

.modal .modal-heading span {
    display: block;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 13px;
}

.modal .standart-form {
    margin-top: 33px;
}

.modal .standart-input {
    height: 39px;
    /* background: none; */
    border: 1px solid #184477;
}

.modal .standart-input + .standart-input {
    margin-top: 20px;
}

.modal .agreement__label {
    display: flex;
    font-size: 8px;
    color: #000;
    position: static;
    align-items: center;
    margin: 11px 0;
    width: 100%;
    gap: 8px;
}

.modal .agreement__label a {
    color: inherit;
    text-decoration: underline;
}

.modal .agreement__label .checkmark {
    position: static;
    border-radius: 50%;
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .agreement__label input:checked + .checkmark::before {
    position: static;
    background: #184477;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.modal-close {
  position: absolute;
  top: 0;
  right: -65px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  background-image: url(../img/svg/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.modal-close:hover {
  opacity: .75
}

.modal .btn {
    margin-top: 30px;
    height: 38px;
    font-size: 12px;
    font-weight: 300;
}

.main-footer {
  position: relative;
  margin-top: 120px
}

.map {
  height: 600px;
  /* background-image: url(../img/map.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center
}

.feedback {
  position: absolute;
  left: 20%;
  top: -40px;
  padding: 35px 50px 25px;
  background-image: url(../img/feedback-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.feedback-heading {
  margin-bottom: 25px;
  color: var(--white);
  font-size: 20px;
  line-height: 20px;
  display: inline-block
}

.disclaimer .accordion-button {
  color: var(--white);
  font-weight: 700;
  background-color: var(--dark-blue)
}

.disclaimer .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/svg/red-arrow.svg);
  background-size: contain
}

.disclaimer .accordion-button:not(.collapsed)::after {
  background-image: url(../img/svg/red-arrow.svg)
}

.disclaimer .accordion-button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.credit-banner, .tradein-banner {
	/* background: url(../img/banners/credit-desk.webp) no-repeat; */
    background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1920 / 521;
}

.tradein-banner {
	/* background: url(../img/banners/tradein-desk.webp) no-repeat; */
    background-repeat: no-repeat;
}

.credit-banner .container, .tradein-banner .container {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tradein-banner .container {
	flex-direction: row-reverse;
}

.credit-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
    align-items: center;
    background: rgba(0, 106, 222, 0.36);
	/*gap: 30px;*/
	padding: 4vw 0;
	backdrop-filter: blur(5px);
}

.credit-form form {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.credit-form__text span {
	display: block;
	text-transform: uppercase;
}

.tradein-banner .credit-form__text span {
	font-size: 54px;
	line-height: 120%;
}

.credit-form__text p {
	font-weight: 700;
	font-size: 27px;
	line-height: 34px;
}

.credit-form__text {
	align-self: center;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.credit-form label {
	font-size: 11px;
    position: relative;
    left: 15px;
    cursor: pointer;
    color: #fff;
}

.credit-form label, .credit-form label a {
    color: #fff;
}

.credit-form .checkmark {
	top: 4px;
    height: 16px;
    width: 16px;
}

.credit-form .agreement {
	margin-top: 15px;
}

.credit-benefs, .tradein-benefs {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 4vw 0;
}

.tradein-benefs {
	padding: 3vw 0;
}

.credit-benefs li, .tradein-benefs li {
	color: #fff;
	display: flex;
    align-items: center;
    gap: 10px;
}

.tradein-benefs li:first-child {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.tradein-benefs h1 {
	font-size: 72px;
	line-height: 123%;
	margin: 0;
}

.tradein-benefs h2 {
	font-size: 50px;
	line-height: 123%;
}

.credit-banner-mobile, .tradein-banner-mobile {
	display: none;
}

@media screen and (min-width: 1500px) {
  .container {
    width: 1350px
  }
}

@media screen and (max-width: 1500px) {
  .car-img {
    /* right: 26% */
    left: -50%;
  }
}


@media screen and (max-width: 1440px) {
    .main-banner {
        background-image: url(../img/banners/banner-new-laptop.webp);
        height: 450px;
    }

    .main-banner-heading-block {
        max-width: 936px;
        padding-bottom: 11vw;
    }

    .main-banner-text-box {
    max-width: 321px;
    width: 100%;
    border-left: 3px solid #126BE9;
    margin-top: 18px;
    }
    .main-banner-text-box p {
        padding-left: 20px;
        font-size: 15px;
        font-weight: 400;
        color: #2680FF;
        /* text-align: right; */
    }
    .main-banner-text-box p span {
        font-weight: 700;
    }

    .main-banner-heading {
        font-size: 25px;
        line-height: normal;
    }

    .main-banner-credit {
        font-size: 15px;
        margin: 18px 0 20px 0;
    }

    .main-banner__btn {
        margin-top: 25px;
        max-width: 221px;
        height: 32px;
        font-size: 12px;
    }

    /* .main-banner-benefit {
        margin-top: 12px;
    } */
}

@media screen and (max-width: 1260px) {
	.credit-form__text {
		font-size: 18px;
	}

	.credit-form, .credit-benefs {
		padding: 2vw 0;
	}
}

@media screen and (max-width: 1080px) {
	.credit-form__text {
		font-size: 14px;
	}

	.credit-form, .credit-benefs {
		padding: 1vw 0;
	}

	.credit-benefs li {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
  .benefits-list {
    width: 75%
  }
}

@media screen and (max-width: 768px) {
  .shadow-bottom::after {
    height: 15px;
    bottom: -15px
  }

  .timer {
    display: none;
  }

  .car-cost {
      margin: 10px 0 20px;
      width: 100%;
      text-align: center;
      font-size: 28px;
  }

  .dropdown {
    width: 100%;
    display: flex
  }

  .dropbtn {
    width: 100%;
    padding: 0 15px
  }

  .dropdown+.dropdown {
    margin-left: 0;
    margin-top: 10px
  }

  .map {
    height: 400px;
    background-size: 500%;
    /*background-position-x: 72%;
    background-position-y: 100%*/
  }

  .modal-close {
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px
  }

  .mobile-header .main-heading {
    font-size: 12px
  }

  .mobile-header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  .main-content {
    margin-top: 80px
  }

  .phone-link {
    font-size: 14px;
    line-height: 16px;
  }

  .main-banner {
    height: 487px;
    padding: 20px 30px;
    background-image: url(../img/banners/banner-new-mob.webp)
  }

  .main-banner-heading-block {
    background-image: none;
    flex-direction: column;
    height: 92%;
    margin-top: 17vw;
    padding-bottom: 3vw;
  }

  .main-banner-heading {
    position: static;
    transform: none;
    font-size: 20px;
    line-height: normal;
    margin-top: -17vw;
  }

  .main-banner-text-box {
    max-width: 440px;
    width: 100%;
    border-left: 3px solid #126BE9;
    margin-top: 17px;
  }

  .main-banner-text-box p {
      font-size: 12px;
      line-height: normal;
  }

  .main-banner-benefit {
      font-size: 12px;
      line-height: normal;
  }

  .main-banner-credit {
      font-size: 14px;
      line-height: normal;
      margin: 17px 0 0 0;
  }

  .main-banner-subheading {
    font-size: 12px;
    line-height: normal
  }

	.main-banner-subheading--small {
		font-size: 16px;
		line-height: 24px;
	}

  .main-banner__btn {
    max-width: 246px;
    font-size: 14px;
    width: 100%;
    height: 34px;
    position: static;
    transform: none;
	padding: 10px;
    margin-top: 224px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner__btn:active {
    transform: translateY(4px)
  }

  .benefit-heading {
    margin-bottom: 10px
  }

  .timer-title {
    display: none;
  }

  .benefits-list {
    flex-direction: column;
  }

  .cars {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .cars::before {
    display: none
  }

  .cars::after {
    display: none
  }

  .cars-item {
    height: unset;
    flex-direction: column
  }

  .cars-item+.cars-item {
    margin-top: 35px
  }

  .cars-item__left {
    width: 100%;
    height: 372px;
    margin-right: 0;
    padding: 17px 20px;
    filter: none;
    flex-grow: 0;
    justify-content: center;
    overflow: unset;
  }

  /* .cars-item__left::before {
    width: 220%
  } */

  .car-img {
    width: 100%;
    z-index: 2;
    right: 50%;
    left: auto;
    bottom: -40px;
    transform: translateX(50%)
  }

  .car-info {
    align-items: flex-start
  }

  .cars-item__right {
    width: 100%;
    padding: 40px 18% 35px;
    height: auto;
  }

  .car-bg_title {
      display: none;
  }

  .car-img img {
      max-width: 100%;
  }

  .car-description-list {
      height: auto;
      width: 100%;
  }

  .car-info li {
      width: 100%;
      text-align: center;
      font-size: 16px;
  }

  .car-info li span {
      display: inline-block;
      margin-left: 10px;
  }

  .special-benefits {
    border-top: none
  }

  .select-lists {
    flex-direction: column;
    gap: 10px;
  }

  .complictations {
    padding-bottom: 40px
  }

  .complictation-img {
    margin-bottom: 10px;
    max-width: 100%
  }

  .new-cost {
    font-size: 16px;
    line-height: 24px;
  }

  .credit-cost {
    font-size: 14px;
    line-height: 16px;
    text-align: end;
    width: 42%;
  }

  .benefit-banner {
    height: 275px
  }

  .benefit-banner .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .benefit-banner__content {
    padding: 20px;
    align-items: center
  }

  .benefit-banner__text {
    font-size: 18px;
    line-height: 26px;
    text-align: center
  }

  .main-footer {
    margin-top: 30px
  }

  .complictation__top {
    display: none
  }

  .complictation__top--mobile {
    padding: 8px 0;
    background-color: #88888985;
    display: block
  }

  .complictation-costs {
    margin-bottom: 12px;
    padding: 4px 24px 4px 16px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .feedback {
    position: static
  }

  .modal .modal-content {
    filter: none;
    justify-content: center
  }

  #thanksModal .modal-content {
      justify-content: flex-start;
  }

  .logo--white {
    margin-bottom: 10px
  }

  .feedback-heading {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 18px
  }

  .agreement {
    font-size: 10px;
    line-height: 21px
  }

	.credit-banner, .tradein-banner {
		display: none;
	}

	.credit-banner-mobile, .tradein-banner-mobile {
		display: flex;
		/* background: url(../img/banners/credit-mob.png) no-repeat; */
        background-repeat: no-repeat;
		background-size: cover;
		aspect-ratio: 375 / 669;
	}

	.tradein-banner-mobile {
		/* background: url(../img/banners/tradein-mob.webp) no-repeat; */
        background-repeat: no-repeat;
		background-size: cover;
	}

	.credit-form {
		margin: 0 auto;
		width: 100%;
		padding: 20px;
		background: transparent;
		backdrop-filter: none;
	}

	.credit-banner-mobile form, .tradein-banner-mobile form {
		width: 100%;
	}

	.credit-form__text {
		font-size: 32px;
	}

	.credit-benefs li, .tradein-benefs li {
		font-size: 22px;
	}

	.tradein-benefs li:first-child {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.credit-form .agreement {
		width: 45%;
		margin-top: 15px;
	}

    .popup__shadow__desctop {
        width: 90%;
    }

    .modal .modal-heading {
        width: 100%;
        text-align: left;
        font-size: 17px;
        margin-top: 10px;
    }

    .modal .modal-heading span {
        font-size: 24px;
        line-height: 100%;
    }

    .modal .standart-form {
        width: 100%;
        margin-top: 13px;
    }

    .modal .btn {
        box-sizing: border-box;
        margin-top: 155px;
    }

    .modal .standart-input {
        height: 29px;
        font-size: 16px;
    }

    .modal .standart-input + .standart-input {
        margin-top: 14px;
    }

    .feedback .standart-form {
      width: 100%;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: unset;
    }
}

@media screen and (max-width: 576px) {
  .modal .modal-content {
    background-image: url(../img/modal-mob.webp);
    /* filter: drop-shadow(0px 0px 50px #FFF) */
  }

  .feedback {
      padding: 34px 15px 25px;
  }

  .modal .modal-dialog,
  .modal .modal-content {
      max-width: 100%;
  }

  .special-benefits {
    margin-top: 20px
  }

  .benefits-list {
    width: 100%
  }

  .flex-icons {
    margin: 0 auto;
    width: 113px;
    flex-direction: column-reverse !important;
    justify-content: flex-end;
    margin-bottom: unset !important
  }

  img {
    max-width: 90%;
    margin: 0 auto
  }

  .mobile-header .main-heading {
    display: none
  }

  .mobile-header .btn {
    padding: 0 5px;
  }

  .car-name {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
  }

  .py-4 {
    padding-bottom: 1.5rem !important
  }

  .benefit-icon {
    width: 52px;
    height: 35px
  }

  .credit-icon {
    width: 43px;
    height: 41px
  }

  .warranty-icon {
    width: 37px;
    height: 36px
  }

  .mobile-header .container {
    justify-content: center
  }

  .icons-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    margin-bottom: 33px
  }
}

@media screen and (min-width: 768px) {
	.map {
		background-size: 335%;
	}
  .popup__shadow__desctop {
    width: 100%;
    height: 372px;
    padding: 30px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) {
	.map {
		background-size: cover;
	}
}

/* .main-banner-heading-block {
	height: 90%;
} */
@media screen and (max-width: 768px) {
	.main-banner-subheading {
		font-size: 17px;
		margin-bottom: 0!important;
	}

    /* .modal .modal-heading {
        font-size: 14px;
        line-height: 17px;
    }

    .modal .modal-heading span {
        font-size: 16px;
        line-height: 20px;
    } */

    .cars-item__right .btn {
        height: 35px;
    }
}
@media screen and (max-width: 576px) {
	.icons-wrapper {
		flex-wrap: wrap;
        margin-top: 20px;
	}
	.main-banner__btn {
		/* position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); */
        margin: 20vw auto 0;
        margin-top: 224px;
	}

	.credit-benefs, .tradein-benefs {
		justify-content: space-between;
		align-items: flex-start;
		gap: 13px;
	}

	.credit-benefs li, .tradein-benefs li {
		font-size: 14px;
	}

	.credit-benefs li img, .tradein-benefs li img {
		width: 16px;
		height: 16px;
	}

	.credit-form__text {
		background: rgba(0, 110, 231, 0.44);
		font-size: 18px;
		padding: 20px;
		width: 100%;
	}

	.credit-form {
		gap: 20px;
		margin: 0 auto;
		width: 100%;
		padding: 0 7vw 40vw;
		background: transparent;
	}

	.credit-form .agreement {
		width: 100%;
		margin: 15px auto;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
		.benefit-heading__text-hidden {
			display: none;
		}
}

.filtered-show,
.showmore-show {
    display: block;
    opacity: 1;
    transition: .3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more {
    margin: 20px auto;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.js--show-more.hidden {
    display: none;
}

.select2-results__option:hover {
    background: #eee;
    cursor: pointer;
}

.select2-dropdown {
    z-index: 1;
}

@media screen and (min-width: 768px) {    
    .select2-container {
        max-width: 320px;
    }

    a:hover {
        color: inherit !important;
    }
}

/* Родительский блок карты должен иметь явную высоту */
.main-footer .map {
    position: relative;
    min-height: 550px; /* Обязательная минимальная высота для десктопа */
    background-color: #e9ecef; /* Цвет фона, пока карта загружается */
    overflow: hidden;
}

/* Сама карта растягивается на 100% родителя */
.main-footer .map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Форма поверх карты */
.main-footer .map .feedback {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    height: 100%; /* Чтобы форма занимала всю высоту, если нужно */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Центрирование формы по вертикали */
}

/* Затемнение под формой для читаемости текста */
.main-footer .map .feedback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 8px;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .main-footer .map {
        min-height: 400px;
    }
}