.dealer {
  overflow: hidden;
}

.models__title {
  font-size: 22px;
  line-height: 24px;
  border-bottom: 2px solid var(--blue-color);
  padding-bottom: 5px;
  width: max-content;
  margin-top: 10px;
}

.header__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  padding-top: 20px;
}

@media (max-width: 680px) {
  .header__title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 540px) {
  .header__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.dealer .dealer__header {
  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;
}

@media (max-width: 1199px) {
  .dealer .dealer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 460px) {
  .dealer .dealer__header {
    margin-top: 0;
  }
}

.dealer .dealer__header .dealer__main {
  position: relative;
  min-height: 180px;
}

.dealer .dealer__header .dealer__main .dealer__logo {
  width: 130px;
  height: 130px;
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__main .dealer__logo {
    position: relative;
    top: -20px;
    margin-bottom: -30px;
  }
}

.dealer .dealer__header .dealer__main .dealer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dealer .dealer__header .dealer__main .dealer__back {
  width: 246px;
  height: 246px;
  border-radius: 246px 0 0 0;
  background: var(--blue-color);
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    border-radius: 50%;
    top: 30px;
  }
}

@media (max-width: 580px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    top: 5px;
  }
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    display: block;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    top: -38%;
    right: -42%;
  }
}

@media (max-width: 440px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    right: -48%;
  }
}

@media (max-width: 410px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    right: -52%;
  }
}

@media (max-width: 392px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    right: -55%;
  }
}

@media (max-width: 375px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    width: 175px;
    height: 200px;
    top: -28%;
    right: -35%;
  }
}

@media (max-width: 336px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    right: -38%;
  }
}

@media (max-width: 320px) {
  .dealer .dealer__header .dealer__main .dealer__back {
    right: -40%;
  }
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__main .dealer__img {
    margin-right: 40px;
  }
}

@media (max-width: 375px) {
  .dealer .dealer__header .dealer__main .dealer__img {
    margin-right: 20px;
  }
}

.dealer .dealer__header .dealer__main .dealer__img img {
  width: 760px;
  height: 190px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .dealer .dealer__header .dealer__main .dealer__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.dealer .dealer__header .dealer__main .dealer__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #545454;
  max-width: 607px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

@media (max-width: 1199px) {
  .dealer .dealer__header .dealer__main .dealer__text {
    padding-bottom: 30px;
    max-width: 100%;
    display: block;
  }
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__main .dealer__text {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .dealer .dealer__header .dealer__main .dealer__text {
    font-size: 16px;
  }
}

.dealer .dealer__header .dealer__main .dealer__text span {
  font-weight: 700;
  color: var(--blue-color);
}

.dealer .dealer__header .dealer__form {
  max-width: 400px;
  width: 100%;
  background: var(--bg-secondary-color);
  -webkit-box-shadow: 0px 1px 4px rgba(139, 166, 202, 0.17);
  box-shadow: 0px 1px 4px rgba(139, 166, 202, 0.17);
  border-radius: 10px;
  padding: 40px 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .dealer .dealer__header .dealer__form {
    padding: 20px;
  }
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__form {
    padding: 10px;
  }
}

.dealer .dealer__header .dealer__form .dealer__form_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #515151;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__form .dealer__form_text {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 375px) {
  .dealer .dealer__header .dealer__form .dealer__form_text {
    font-size: 16px;
    line-height: 22px;
  }
}

.dealer .dealer__header .dealer__form .dealer__form_text span {
  font-weight: 700;
  color: var(--blue-color);
}

.dealer .dealer__header .dealer__form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  width: 100%;
}

.dealer .dealer__header .dealer__form label input {
  width: 100%;
  height: 34px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 22px rgb(174 193 207 / 30%);
  box-shadow: 0px 0px 22px rgb(174 193 207 / 30%);
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 0 20px;
}

@media (max-width: 460px) {
  .dealer .dealer__header .dealer__form label input {
    width: 100%;
  }
}

.dealer .dealer__header .dealer__form p {
  color: var(--main-color);
}

.dealer .dealer__header .dealer__form button {
  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;
  padding: 10px;
  width: 100%;
  color: #fcfdfd;
  background: var(--blue-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  margin-bottom: 5px;
}

.dealer .dealer__header .dealer__form .dealer__form_button .checkbox__block .checkbox {
  margin: 0;
  margin-top: 4px;
  margin-right: 10px;
}

.dealer .dealer__header .dealer__form .dealer__form_button .checkbox__block .checkbox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dealer .dealer__header .dealer__form .dealer__form_button .checkbox__block .checkbox p a {
  text-decoration: underline;
}

.dealer .dealer__header .dealer__form .dealer__form_button .checkbox__block .checkbox p a:hover {
  color: var(--blue-color);
}

.dealer .dealer__header .dealer__form .car__bottom_btn {
  width: 205px;
  height: 35px;
  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;
  margin-top: 20px;
}

.dealer .dealer__header .dealer__form .car__bottom_btn .car__bottom_left {
  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;
  width: 84px;
  height: 35px;
  background: var(--blue-color);
  padding: 5px;
}

.dealer .dealer__header .dealer__form .car__bottom_btn .car__bottom_left p {
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  color: var(--white-color);
}

.dealer .dealer__header .dealer__form .car__bottom_btn .car__bottom_right {
  width: 121px;
  height: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  color: #595959;
  background: var(--white-color);
}

.dealer .dealer__description {
  padding: 0 35px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .dealer .dealer__description {
    padding-bottom: 0;
  }
}

.dealer .dealer__description h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

@media (max-width: 460px) {
  .dealer .dealer__description h4 {
    font-size: 14px;
    line-height: 15px;
  }
}

.dealer .dealer__description h4 ul {
  margin: 15px 0;
}

/* ------------------- Блок с обратным звонком ---------------  */

.callback__banner {
  background: url(/img/callback__banner.webp) no-repeat 73% 100% #00000033;
  background-size: cover;
  border-radius: 20px;
  max-width: 1600px;
  width: 100%;
  height: 310px;
  margin: 0 auto;
  margin-top: 50px;
}

.callback__container {
  max-width: 1340px;
  height: 100%;
}

.callback__content {
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback__form-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: var(--white-color);
}

.callback__form-text {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  color: var(--white-color);
}

.callback__form-text br {
  display: none;
}

.callback__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 10px;
  margin-top: 50px;
}

.callback__form-input {
  max-width: 320px;
  width: 100%;
  height: 52px;
  border-radius: 29px;
  padding: 0 15px;
}

.callback__form-btn {
  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;
  max-width: 320px;
  width: 100%;
  height: 52px;
  background: var(--blue-color);
  border-radius: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.callback__form-btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

@media (max-width: 1600px) {
  .callback__banner {
    border-radius: 0;
  }
}

@media (max-width: 1023px) {
  .callback__form-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .callback__banner {
    background-blend-mode: multiply;
    margin-top: 30px;
  }
}

@media (max-width: 579px) {
  .callback__banner {
    height: 420px;
  }

  .callback__form {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }

  .callback__form-title {
    font-size: 18px;
    line-height: 22px;
  }

  .callback__form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .callback__form-text br {
    display: block;
  }

  .callback__form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .callback__form-btn {
    margin-top: 10px;
  }
}

/* ================== */

.models {
  padding-top: 40px;
  min-height: 365px;
}

@media (max-width: 460px) {
  .models {
    padding-top: 0;
    padding: 20px 0;
  }
}

.models .models__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .models .models__container {
    max-width: 910px;
  }
}

@media (max-width: 909px) {
  .models .models__container {
    max-width: 620px;
  }
}

.models .models__container .models__row {
  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;
}

@media (max-width: 612px) {
  .models .models__container .models__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.models .models__container .models__row .models__card {
  width: 270px;
  min-height: 360px;
  margin: 10px;
}

.models .models__container .models__row .models__card .card__img {
  position: relative;
}

.models .models__container .models__row .models__card .card__img .models__round {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  background: var(--blue-color);
}

.models .models__container .models__row .models__card .card__img .models__img {
  position: absolute;
  top: 28px;
  left: 12px;
}

.models .models__container .models__row .models__card .card__img .models__img img {
  max-width: 240px;
  height: auto;
  width: 100%;
}

.models .models__container .models__row .models__card .card__main {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
  width: 100%;
}

.models .models__container .models__row .models__card .card__main .card__name {
  display: block;
  font-weight: 700;
  font-size: 17px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.models .models__container .models__row .models__card .card__main .card__set {
  font-weight: 600;
  font-size: 14px;
  color: var(--blue-color);
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.models .models__container .models__row .models__card .card__main .card__price {
  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: 20px 0;
}

.models .models__container .models__row .models__card .card__main .card__price span {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
}

.models .models__container .models__row .models__card .card__main .card__price p {
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: var(--secondary-color);
}

.models .models__container .models__row .models__card .card__main .card__bottom {
  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;
  border-top: 1px solid #e3e3e5;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.models .models__container .models__row .models__card .card__main .card__bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--red-color);
}

.models .models__container .models__row .models__card .card__main .card__bottom .card__btn {
  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;
  width: 126px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.models .models__container .models__row .models__card .card__main .card__bottom .card__btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
  border: 1px solid var(--blue-color);
}

.express {
  padding: 30px 20px;
}

.express__reverse {
  margin: 30px 20px;
}

@media (max-width: 767px) {
  .express__reverse {
    background: none;
  }
}

.express__container {
  max-width: 1150px;
  min-height: 234px;
  margin: 0 auto;
  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;
  background: var(--bg-main-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .express__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75%;
  }
}

@media (max-width: 640px) {
  .express__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .express__container {
    width: 100%;
  }
}

.express__container .express__left {
  height: 234px;
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 10px 20px 20px 10px/10px 117px 117px 10px;
  padding: 50px;
  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;
}

@media (max-width: 996px) {
  .express__container .express__left {
    padding: 30px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  .express__container .express__left {
    border-radius: 10px 10px 117px 117px/0 0 20px 20px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 420px) {
  .express__container .express__left {
    padding: 25px;
  }
}

.express__container .express__left p {
  max-width: 330px;
  height: 72px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--white-color);
}

@media (max-width: 1000px) {
  .express__container .express__left p {
    font-size: 18px;
    line-height: 27px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .express__container .express__left p {
    font-size: 17px;
    line-height: 18px;
  }
}

.express__container .express__left p strong {
  font-weight: 700;
  color: var(--white-color);
}

.express__container .express__left span {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--white-color);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1000px) {
  .express__container .express__left span {
    font-size: 30px;
    line-height: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .express__container .express__img {
    height: 124px;
  }
}

@media (max-width: 420px) {
  .express__container .express__img {
    display: none;
  }
}

.express__container .express__img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .express__container .express__img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 10px 0;
  }
}

.express__container .express__form {
  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;
  max-width: 360px;
  height: inherit;
  padding: 25px 0;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .express__container .express__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 20px;
  }
}

.express__container .express__form div {
  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;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .express__container .express__form .checkbox__block p {
    text-align: left;
  }
}

.express__container .express__form .express__img__small {
  display: none;
}

@media (max-width: 420px) {
  .express__container .express__form .express__img__small {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

.express__container .express__form h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 1000px) {
  .express__container .express__form h3 {
    line-height: 20px;
    text-align: center;
    max-width: 190px;
  }
}

@media (max-width: 420px) {
  .express__container .express__form h3 {
    text-align: left;
    margin-left: 8px;
  }
}

.express__container .express__form input {
  width: 358px;
  height: 34px;
  background: var(--white-color);
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 6px 36px;
}

@media (max-width: 1000px) {
  .express__container .express__form input {
    width: 100%;
  }
}

.express__container .express__form .express__btn {
  width: 100%;
  height: 44px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: var(--blue-color);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fcfdfd;
  margin-top: 6px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 767px) {
  .express__container .express__form .express__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.express__container .express__form .checkbox__block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.express__container .express__form p {
  margin-top: 10px;
}

@media (max-width: 460px) {
  .choose {
    margin: 20px 0;
  }
}

.choose .choose__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .choose .choose__container {
    max-width: 910px;
  }
}

@media (max-width: 909px) {
  .choose .choose__container {
    max-width: 613px;
  }
}

.choose .choose__container .choose__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.choose .choose__container .choose__text {
  font-size: 14px;
  line-height: 24px;
}

.choose .choose__container .choose__row {
  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;
  margin-top: 40px;
  margin-bottom: 20px;
  gap: 13px;
}

@media (max-width: 767px) {
  .choose .choose__container .choose__row {
    padding-bottom: 10px;
  }
}

@media (max-width: 612px) {
  .choose .choose__container .choose__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.choose .choose__container .choose__row .choose__card {
  width: 280px;
  height: auto;
}

.choose .choose__container .choose__row .choose__card .card__img {
  width: 100%;
  height: 210px;
}

.choose .choose__container .choose__row .choose__card .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  background: #2a4daf26;
}

.choose .choose__container .choose__row .choose__card .card__main {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  /* border-radius: 10px; */
  padding: 10px;
  /* position: absolute;
	top: 96%;
	left: 0;
	width: 100%; */
}

.choose .choose__container .choose__row .choose__card .card__main .card__name {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}

.choose .choose__container .choose__row .choose__card .card__main .card__set {
  font-weight: 600;
  font-size: 14px;
  color: var(--blue-color);
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.choose .choose__container .choose__row .choose__card .card__main .card__price {
  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: 20px 0;
}

.choose .choose__container .choose__row .choose__card .card__main .card__price span {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__price p {
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: var(--secondary-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom {
  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;
  border-top: 1px solid #e3e3e5;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--red-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom .card__btn {
  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;
  width: 134px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom .card__btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
  border: 1px solid var(--blue-color);
}

.choose .choose__container .choose__btn {
  margin-top: 215px;
  width: 267px;
  height: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--blue-color);
  background: var(--white-color);
  border-radius: 5px;
  padding: 5px 88px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 40px;
}

.choose .choose__container .choose__btn:hover {
  color: var(--white-color);
  background: var(--blue-color);
}

@media (max-width: 767px) {
  .pb {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}