.brand__banner {
  position: relative;
}

.brand__banner::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(50% - 330px);
  max-width: 660px;
  width: 100%;
  height: 156px;
  background: url(/static/img/main__bg.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.brand__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

.brand__container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 28px;
}

.brand__container-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  background: transparent;
  max-width: 700px;
  width: 100%;
  padding-top: 10px;
}

.brand__container-title span {
  display: inline-block;
  font-weight: 900;
  color: #B3CD05;
}

.brand__container-text {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  border-radius: 40px;
  border: 1px solid #AEC356;
  background: rgba(213, 236, 93, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 16px 20px;
  padding-left: 80px;
  max-width: 465px;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.brand__container-text::before {
  content: "";
  position: absolute;
  top: calc(50% - 29px);
  left: 12px;
  width: 58px;
  height: 58px;
  background: url(/static/svg/brand-top.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.model__top-section {
  border: 1px solid rgba(18, 31, 58, 0.05);
  border-left: none;
  border-right: none;
  background: rgba(213, 236, 93, 0.05);
  margin: 35px 0;
  padding: 35px 0 20px;
}

.info__row-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  margin-right: 360px;
}

.info__block-params {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__block-params img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.info__block-params p {
  font-weight: 700;
  line-height: 16px;
}

.info__block-params span {
  font-weight: 700;
  line-height: 16px;
  color: #93AE04;
  text-transform: uppercase;
}

.info__params-garantee span {
  text-transform: initial;
}

.model__top-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.model__title {
  font-weight: 900;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.model__title-mob {
  display: none;
}

.model__finance {
  position: relative;
  border-radius: 39px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 10px 16px;
  padding-left: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.model__finance::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: 16px;
  width: 28px;
  height: 28px;
  background: url(/static/svg/finance.svg) no-repeat center;
  background-size: contain;
}

.model__finance-name {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.model__finance-text {
  position: relative;
  font-weight: 700;
  line-height: 14px;
  padding-right: 18px;
  text-align: right;
}

.model__finance-text::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 13px;
  height: 8px;
  background: url(/static/svg/finance-arrow.svg) no-repeat center;
  background-size: contain;
}

.model__row-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.model__row-price del {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--grey-color);
}

.car__price-main {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin: 5px 0;
  min-width: 265px;
  text-align: right;
}

.car__price-main span {
  font-weight: 700;
  font-size: 38px;
  color: #93AE04;
}

.model__row-credit {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.model__row-credit span {
  font-weight: 700;
  font-size: 18px;
}

.model__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 90px;
}

.model__img {
  max-width: 500px;
  width: 100%;
  height: 250px;
}

.model__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.color__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  bottom: 30px;
  right: 360px;
}

.color__bar-item {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.color__bar-item.active {
  border: 4px solid var(--secondary-color);
}

/* -------------- sale row ----------- */

.special__sale {
  border-radius: 18px;
  border: 1px solid rgba(147, 174, 4, 0.30);
  background: #FFF;
  padding: 15px 20px;
  max-width: 300px;
  margin-top: -80px;
}

.special__sale-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.special__sale-text {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  color: var(--red);
  margin: 10px 0 20px;
  text-align: center;
}

.special__sale-text span {
  font-weight: 900;
}

.sale__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.sale__block {
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 80px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: #D5EC5D;
  border-radius: 52px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.sale__block.active {
  background: #fff;
}

.sale__block:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FAFCF0;
}

.sale-item {
  position: relative;
  width: 37%;
  height: 100%;
  padding: 10px;
  background: #FAFCF0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 10px 50px;
  border-bottom-right-radius: 10px 50px;
}

.sale__block.active .sale-item {
  background: #878F98;
}

.sale__block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66%;
  height: 100%;
  padding: 10px;
  padding-left: 5px;
}

.sale__block-right p {
  font-weight: 700;
  line-height: 18px;
  border-radius: 15px;
  border: 1px solid #93AE04;
  color: #93AE04;
  background: #FFF;
  padding: 5px 15px;
}

.sale-item__val-text {
  font-weight: 700;
}

.sale__result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.sale-result__val {
  font-weight: 700;
}

.sale-item input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sale-item.checkbox__switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38px;
  height: 19px;
  border: 1px solid var(--grey-color);
  border-radius: 25%/50%;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #e1e1e3;
}

.sale-item .checkbox__switch:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 28px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #adadad;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.sale-item input[type="checkbox"]:not(:disabled):active+.checkbox__switch:before {
  background: #D9D9D9;
}

.sale-item input[type="checkbox"]:checked+.checkbox__switch {
  background: #D9D9D9;
  width: 56px;
  height: 30px;
  border-radius: 50px;
  display: block;
}

.sale-item input[type="checkbox"]:checked+.checkbox__switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #a7c120;
}

/* Hover */
.sale-item input[type="checkbox"]:not(:disabled)+.checkbox__switch {
  cursor: pointer;
  background: #D9D9D9;
  width: 56px;
  height: 30px;
  border-radius: 50px;
  display: block;
  margin-left: auto;
}

/* Disabled */
.sale-item input[type="checkbox"]:disabled+.checkbox__switch {
  background: #D9D9D9;
}

.sale-item input[type="checkbox"]:disabled+.checkbox__switch:before {
  background: #fff;
}

.sale-item__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: end;
  color: var(--main-color);
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sale-item__text.active {
  color: #93AE04;
}

.sale__result-text {
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  color: var(--red);
  margin-bottom: 5px;
}

.special__sale-title-bottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--red);
  text-align: center;
  margin-top: 20px;
}

.special__sale-text-bottom {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
}

.special__sale-call {
  display: block;
  font-weight: 700;
  line-height: 16px;
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 10px;
  max-width: 224px;
  width: 100%;
  margin: 0 auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

/* ----------------------- */

/* .section__model-des {
  display: none;
}

.section__model-des.active {
  display: block;
}

.section__form {
  display: block !important;
} */

#finance::before {
  display: block;
  content: "";
  width: 100%;
  height: 138px;
  margin: -138px 0 0;
}

.model__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

.model__menu-item {
  position: relative;
  background: #ffffff;
  padding: 12px 2px 9px;
  border-radius: 6px;
  width: 24%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  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;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 10px 10px 10px rgba(237, 237, 238, 0.52), 5px 5px 4px rgba(237, 237, 238, 0.68);
  box-shadow: 10px 10px 10px rgba(237, 237, 238, 0.52), 5px 5px 4px rgba(237, 237, 238, 0.68);
}

.model__menu-item:hover,
.model__menu-item.active {
  background: #fff;
  color: var(--secondary-color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 4px solid var(--secondary-color);
}

.section__form-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 20px;
}

.finance__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.finance__form-section {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(147, 174, 4, 0.30);
  background: #FDFEF7;
  width: 33%;
  padding: 30px 14px;
  padding-bottom: 14px;
}

.finance__form-section::before {
  content: "2";
  position: absolute;
  top: -25px;
  left: 23px;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 25px;
  border: 1px solid #93AE04;
  color: #93AE04;
  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;
  font-weight: 900;
  font-size: 26px;
  line-height: 28px;
  z-index: 2;
}

.finance__form-section:first-of-type:before {
  content: "1";
}

.finance__form-section:last-of-type:before {
  content: "3";
}

.finance__form-title {
  font-weight: 800;
  margin-bottom: 20px;
}

.finance__form .label {
  margin-bottom: 14px;
}

.finance__img-text {
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  color: var(--secondary-color);
}

.finance__form .main__form-input {
  width: 100%;
  color: var(--main-color);
  background: #fff;
  margin-bottom: 14px;
}

.finance__form .main__form-input::-webkit-input-placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input::-moz-placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input:-ms-input-placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input::-ms-input-placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input::placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input:-moz-placeholder-shown {
  color: var(--main-color);
}

.finance__form .main__form-input:-ms-input-placeholder {
  color: var(--main-color);
}

.finance__form .main__form-input:placeholder-shown {
  color: var(--main-color);
}

.finance__form .main__form-input:focus {
  color: var(--main-color);
}

.finance__img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.finance__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.finance__form-text,
.finance__form-sale,
.finance__form-price {
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  min-width: 290px;
  background: transparent;
}

.finance__form-sale span,
.finance__form-text span,
.finance__form-price span {
  font-weight: 700;
  color: var(--red);
}

.finance__form .main__form-btn {
  width: 100%;
  padding: 7px 17px;
}

.finance__form .main__form-btn::before {
  content: none;
}

.finance__form .form__check-label p {
  color: var(--main-color);
}

.finance__form .form__check-label a {
  color: var(--main-color);
  text-decoration: initial;
}

.model__info {
  background: var(--main-background);
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.model__info h2 {
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.model__info h2 span {
  font-weight: 700;
  color: var(--secondary-color);
}

.model__info p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
}

.model__info p span {
  font-weight: 600;
  color: var(--secondary-color);
}

.section__foto-block {
  margin-top: 20px;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.section__foto-link {
  height: 150px;
}

.section__foto-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__tech-container {
  position: relative;
  border-radius: 14px;
  border: 1px solid #93AE04;
  background: #FFF;
  padding: 12px;
}

.section__tech-container::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background: #93AE04;
}

.tech__top {
  margin-bottom: 10px;
}

.tech__top ul,
.tech__row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech__top ul>li,
.tech__row ul>li {
  padding: 10px;
  min-width: 140px;
  text-align: center;
}

.tech__top ul>li {
  padding: 5px;
  min-width: 146px;
  min-height: 54px;
}

.tech__top ul>li:first-child,
.tech__row ul>li:first-child {
  width: 320px;
  text-align: left;
}

.tech__top ul>li span,
.tech__row ul>li span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
}

.tech__top ul>li span {
  font-size: 16px;
  line-height: 22px;
}

.section__com-title {
  font-size: 20px;
  line-height: 24px;
  color: #757575;
  margin-bottom: 20px;
}

.section__com-title span {
  font-weight: 600;
}

.equipment__main:last-child {
  border-bottom: 1px solid #cecece;
}

.equipment__row-top,
.equipment__row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.equipment__row-top {
  padding: 20px;
  background: #eff0f0;
}

.equipment__row-top p {
  background: transparent;
}

.com__label-credit {
  max-width: 190px;
  width: 100%;
}

.equipment__block {
  padding: 20px 10px;
}

/* .equipment__block:not(:last-child) {
  border-bottom: 1px solid #cecece;
} */

.row__btn-name {
  position: relative;
  width: 200px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row__btn-count {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  width: 82px;
  text-align: center;
}

.row__btn-old {
  font-size: 16px;
  line-height: 18px;
  color: var(--grey-color);
  width: 150px;
  text-align: center;
}

.row__btn-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.row__btn-price span {
  font-weight: 700;
}

.row__credit-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 5px;
  padding: 11px 40px;
}

.equipment__collapse {
  display: none;
  padding-top: 20px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.equipment__collapse h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.equipment__list {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.credit__banner-section {
  margin-top: 30px;
}

/* ------------------ card model ------------------- */

.section__com-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}

.section__com-block::-webkit-scrollbar {
  width: 0;
}

.section__block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 18px 0;
}

.equipment__main {
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: #D5EC5D;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.equipment__main.active {
  background: #fff;
  border: 1px solid #93AE04;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.equipment__main h3 {
  font-weight: 700;
}

.model__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.card__model {
  border-radius: 14px;
  border: 1px solid #93AE04;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 10px;
  min-width: 282px;
}

.card__model-left {
  width: 48%;
}

.card__model .card__special-name {
  line-height: 18px;
  margin: 0;
  margin-bottom: 8px;
}

.card__model-config {
  line-height: 16px;
}

.card__model-right {
  width: 52%;
}

.card__model-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
}

.card__model-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__model .card__price-main {
  color: var(--main-color);
  text-align: initial;
  min-width: 135px;
  width: 135px;
  font-size: 18px;
  margin: 10px 0;
}

.card__model .card__btn {
  padding: 8px 5px;
  margin: 0;
  width: 100%;
}

/* -------------------- @media ---------------------- */

@media screen and (max-width: 1199px) {
  .model__top-section {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .model__title {
    display: none;
  }

  .model__title-mob {
    display: block;
  }

  .info__row-params {
    margin-right: 0;
  }

  .model__top-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .model__img {
    max-width: 350px;
  }

  .model__main {
    margin: 0;
  }

  .color__bar {
    position: initial;
  }

  .special__sale {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .model__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .model__main-icons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }
}

@media screen and (max-width: 1023px) {
  .brand__container-title {
    max-width: 560px;
    font-size: 40px;
    line-height: 44px;
    padding-top: 0;
  }

  .brand__container-left {
    gap: 20px;
    margin-right: 0;
  }

  .brand__banner::before {
    top: 0;
  }

  .finance__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 20px;
  }

  .finance__form-section {
    width: 48%;
  }

  .finance__form-section:last-of-type {
    width: 100%;
  }

  .section__foto-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .equipment__row-top,
  .equipment__row-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .equipment__row-top {
    padding: 10px;
  }

  .equipment__row-top h3,
  .row__btn-name {
    width: 100%;
    margin-bottom: 10px;
  }

  .model__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 860px) {
  .info__row-params {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .brand__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .model__top-section {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .model__title {
    font-size: 24px;
    line-height: 28px;
  }

  .model__img {
    height: auto;
  }

  .model__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .model__menu-item {
    width: 48%;
  }

  #finance::before {
    height: 106px;
    margin: -106px 0 0;
  }

  .finance__form-section {
    width: 100%;
    padding: 15px 10px;
    overflow: hidden;
  }

  .finance__form {
    gap: 15px;
    margin-top: 0;
  }

  .finance__form-section::before,
  .finance__form-section:first-of-type:before,
  .finance__form-section:last-of-type:before {
    content: none;
  }

  .section__foto-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .section__tech-container {
    overflow-x: scroll;
  }

  .com__label {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 640px) {
  .brand__banner::before {
    right: 0;
    background: url(/static/img/main__bg.webp) no-repeat center;
    background-size: cover;
  }

  .model__top-container {
    gap: 0;
  }

  .model__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .row__credit-btn {
    width: 100%;
    margin: 15px auto 0;
  }

  .com__label-credit {
    display: none;
  }

  .row__btn-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .equipment__collapse {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .card__model {
    min-width: 265px;
  }
}

@media screen and (max-width: 580px) {
  .brand__container-left {
    gap: 8px;
  }

  .brand__container-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .info__block-params {
    max-width: 160px;
    width: 100%;
  }

  .model__menu-item {
    width: 100%;
  }

  .section__form-title {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0;
  }

  .finance__form-title {
    margin-bottom: 15px;
  }

  .finance__img-text {
    font-size: 24px;
    line-height: 28px;
  }

  .section__foto-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .credit__top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .credit__row {
    background: #ffffff;
    -webkit-box-shadow: 10px 10px 10px rgba(237, 237, 238, 0.52), 5px 5px 4px rgba(237, 237, 238, 0.68);
    box-shadow: 10px 10px 10px rgba(237, 237, 238, 0.52), 5px 5px 4px rgba(237, 237, 238, 0.68);
    border-radius: 10px;
    padding: 10px;
    border-bottom: none;
  }

  .credit__row p br {
    display: none;
  }

  .model__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .card__model {
    min-width: 282px;
  }
}

@media screen and (max-width: 460px) {
  .equipment__row-top {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .equipment__block {
    padding: 0;
  }

  .equipment__block:not(:last-child),
  .equipment__main:last-child {
    border: none;
  }

  .equipment__collapse {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .row__credit-btn {
    width: 150px;
    margin: 0;
    margin-top: 10px;
    margin-left: auto;
    padding: 5px 0;
  }
}

@media screen and (max-width: 425px) {
  .brand__container-title {
    font-size: 20px;
    line-height: 24px;
  }

  .brand__container-text {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 10px;
    padding-left: 78px;
  }

  .info__block-params img {
    margin-right: 5px;
  }

  .info__block-params:not(:last-child) {
    max-width: 135px;
  }

  .info__block-garantee {
    max-width: 200px;
  }

  .info__block-garantee p {
    font-size: 18px;
    line-height: 22px;
  }

  .info__block-garantee img {
    width: 50px;
    height: 50px;
  }

  .com__label,
  .row__btn-count {
    display: none;
  }

  .row__btn-count,
  .row__btn-old,
  .row__btn-price {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .equipment__row-top {
    margin-top: 20px;
    padding: 10px;
  }

  .model__info {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
  }

  .model__info p {
    font-size: 14px;
    line-height: 18px;
  }

  .form__select {
    padding-left: 10px;
  }

  .select__arrow {
    right: 10px;
  }

  #finance::before {
    height: 90px;
    margin: -90px 0 0;
  }

  .finance__img-text br {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .brand__container-title {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }

  .model__top-section {
    margin: 10px 0;
    background: none;
    border: none;
  }

  .model__title {
    margin-bottom: 10px;
  }

  .model__row-price del {
    font-size: 30px;
    line-height: 30px;
  }

  .section__com-title {
    margin-bottom: 10px;
  }

  .model__menu {
    margin: 20px 0;
  }

  .section__form-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .model__finance {
    padding-left: 40px;
  }

  .model__finance-text {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: -10px;
  }

  .model__finance::before {
    top: 10px;
    width: 18px;
    height: 18px;
  }

  .special__sale {
    background: rgba(213, 236, 93, 0.05);
  }

  .sale__block:last-child {
    background: #fff;
  }
}