@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.offers__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: #202632;
  text-align: center;
}

.offers__text {
  color: #202632;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 5px;
  text-align: center;
}

.highlight {
  padding: 0 4px;
  line-height: 1;
  color: #202632;
  font-weight: 700;
  display: inline-block;
  border-radius: 1px;
}

.card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  padding: 0 0 80px 0;
  margin-top: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 764px) {
  .card__container {
    grid-template-columns: repeat(auto-fit, minmax(243px, 1fr));
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .card__container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .card__container {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    padding: 0;
  }
}

.card__wrap {
  position: relative;
  border-radius: 32px;
  background: #FFF;
  gap: 16px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(32, 38, 50, 0.05);
          box-shadow: 0 5px 15px 0 rgba(32, 38, 50, 0.05);
  padding: 28px 8px 8px 8px;
  margin-top: 28px;
}
@media (min-width: 992px) {
  .card__wrap {
    padding: 20px;
  }
}

.card__container-stars {
  height: 18px;
  max-width: 160px;
  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;
  margin-top: 5px;
}
.card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
.card__container-stars.--color-2 svg:first-child path, .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
.card__container-stars.--color-3 svg:first-child path, .card__container-stars.--color-3 svg:nth-child(2) path, .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
.card__container-stars.--color-4 svg:first-child path, .card__container-stars.--color-4 svg:nth-child(2) path, .card__container-stars.--color-4 svg:nth-child(3) path, .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
.card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  .card__container-stars {
    height: 27px;
  }
}
.card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
.card__container-stars span {
  color: #686868;
  font-size: 10px;
}
@media (min-width: 992px) {
  .card__container-stars span {
    font-size: 14px;
  }
}

.card__img {
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .card__img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .card__img {
    margin-bottom: 10px;
  }
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  .card__img img {
    width: 100%;
  }
}

.cards__color {
  position: relative;
  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-radius: 32px;
  background: #FFF;
  width: 100%;
}

@media (min-width: 992px) {
  .cards__description {
    margin: 20px 0 10px 0;
  }
}
.cards__description-title {
  color: #202632;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .cards__description-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .cards__description-title {
    font-size: 25px;
  }
}
.cards__description-info {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #6C6C6C;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__description-info {
    font-size: 14px;
  }
}

.bg-sum {
  border-radius: 24px;
  background: #EFF3F6;
  padding: 16px;
}

@media (min-width: 1200px) {
  .cards__wrap:nth-child(1) {
    margin-right: 30px;
  }
}

.cards__box {
  background: #F2F4F7;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .cards__box {
    padding: 20px;
    margin-top: 16px;
  }
}

.cards__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cards__info-grid {
    gap: 16px 32px;
  }
}

.cards__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.cards__list {
  font-weight: 400;
  font-size: 12px;
  color: #202632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.cards__list img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .cards__list {
    font-size: 14px;
  }
}

.cards__info {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #202632;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 18px;
}
@media (min-width: 992px) {
  .cards__info {
    font-size: 16px;
  }
}

.cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cards__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .cards__border {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cards__border img {
  padding-right: 10px;
}

.cards__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;
  border-radius: 100px;
  background: #FFC800;
  color: #202632;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  cursor: pointer;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .cards__button {
    margin-top: 12px;
    font-size: 16px;
  }
}

.cards__footer {
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  color: #5A5A5A;
  padding-top: 8px;
  height: 55px;
}
@media (min-width: 992px) {
  .cards__footer {
    font-size: 10px;
  }
}

.bg-card {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: 250px;
  min-height: 24px;
  height: auto;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 100px;
  border-right: 4px solid #EFF3F6;
  border-bottom: 4px solid #EFF3F6;
  border-left: 4px solid #EFF3F6;
  background: #1CED89;
  overflow: hidden;
}
.bg-card img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bg-card .bg-card__text {
  color: #202632;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  padding: 0;
}
@media (min-width: 992px) {
  .bg-card {
    padding: 0 16px;
    min-height: 28px;
  }
  .bg-card .bg-card__text {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  position: relative;
  min-height: 100%;
  background: #EFF3F6;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mirzaym .inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 16px 16px 0 16px;
  width: 100%;
  height: 100%;
}

#mirzaym .footer {
  background-color: rgba(109, 110, 113, 0.3882352941);
}
#mirzaym .footer__wrap {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 20px 0 20px 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
#mirzaym .footer__wrap p {
  padding-bottom: 5px;
}
#mirzaym .footer .footer__container {
  padding: 0 20px 40px 20px;
}
#mirzaym .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
@media (min-width: 992px) {
  #mirzaym .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#mirzaym .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
#mirzaym .footer .footer__container .footer__list .footer__item a {
  color: #000;
  list-style-type: none;
  padding-right: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  #mirzaym .footer .footer__container .footer__list .footer__item a {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

strong {
  font-weight: bold;
}

#mirzaym .error {
  height: 100%;
}
#mirzaym .error__title {
  padding: 10px 0;
}
#mirzaym .error__container {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mirzaym .error__text-new {
  display: none;
}
#mirzaym .error__boxButton {
  display: none;
}
#mirzaym .error__text {
  text-align: center;
  padding-bottom: 5px;
}
#mirzaym .error__info {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
#mirzaym .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#mirzaym .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mirzaym .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #61D663;
  border-radius: 15px;
  max-width: 350px;
  padding: 18px 42px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 992px) {
  #mirzaym .error__button {
    font-size: 22px;
  }
}
#mirzaym .error__button a {
  color: #FFFFFF;
  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;
}