@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Unbounded:wght@200..900&display=swap");
@font-face {
  font-family: "Tinkoff Sans";
  src: url("../fonts/TinkoffSans-Bold.woff2") format("woff2"), url("../fonts/TinkoffSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tinkoff Sans";
  src: url("../fonts/TinkoffSans-Regular.woff2") format("woff2"), url("../fonts/TinkoffSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#dozp24 .offers__title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #dozp24 .offers__title {
    font-size: 46px;
    padding-bottom: 20px;
  }
}

#dozp24 .offers__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #dozp24 .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#dozp24 .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 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) {
  #dozp24 .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #dozp24 .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    padding: 0;
  }
}
#dozp24 .cards .card__wrap {
  position: relative;
  border-radius: 8px;
  border: 1px solid #EDEDEE;
  background: #FFF;
  padding: 5px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  #dozp24 .cards .card__wrap {
    padding: 20px;
  }
}
#dozp24 .cards .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;
}
#dozp24 .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#dozp24 .cards .card__container-stars.--color-2 svg:first-child path,
#dozp24 .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#dozp24 .cards .card__container-stars.--color-3 svg:first-child path,
#dozp24 .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#dozp24 .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#dozp24 .cards .card__container-stars.--color-4 svg:first-child path,
#dozp24 .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#dozp24 .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#dozp24 .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#dozp24 .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #dozp24 .cards .card__container-stars {
    height: 27px;
  }
}
#dozp24 .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #dozp24 .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#dozp24 .cards .card__container-stars span {
  color: #686868;
  font-size: 10px;
}
@media (min-width: 992px) {
  #dozp24 .cards .card__container-stars span {
    font-size: 14px;
  }
}
#dozp24 .cards .card__img {
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #dozp24 .cards .card__img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .card__img {
    margin-bottom: 10px;
  }
}
#dozp24 .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #dozp24 .cards .card__img img {
    width: 100%;
  }
}
#dozp24 .cards .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: 8px;
  background: #F9F9F9;
  padding: 10px;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__color {
    padding: 20px;
  }
}
#dozp24 .cards .cards__description {
  text-align: start;
  margin: 26px 0 0 0;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__description {
    margin: 20px 0 10px 0;
  }
}
#dozp24 .cards .cards__description-title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__description-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__description-title {
    font-size: 25px;
  }
}
#dozp24 .cards .cards__description-info {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #6C6C6C;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__description-info {
    font-size: 14px;
  }
}
#dozp24 .cards .cards__info {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__info {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__info {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__wrap:nth-child(1) {
    margin-right: 30px;
  }
}
#dozp24 .cards .cards__list {
  font-weight: 500;
  font-size: 12px;
  color: #6C6C6C;
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__list {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
#dozp24 .cards .cards__list.--padding {
  padding-bottom: 7px;
}
#dozp24 .cards .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;
}
#dozp24 .cards .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) {
  #dozp24 .cards .cards__border {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#dozp24 .cards .cards__border:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__border:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  #dozp24 .cards .cards__border:not(:last-child) {
    margin-bottom: 0;
  }
}
#dozp24 .cards .cards__border img {
  padding-right: 10px;
}
#dozp24 .cards .cards__button {
  border-radius: 8px;
  background: #FFDD2D;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__button {
    margin-top: 12px;
    font-size: 16px;
  }
}
#dozp24 .cards .cards__footer {
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  color: #5A5A5A;
  padding-top: 8px;
  height: 55px;
}
@media (min-width: 992px) {
  #dozp24 .cards .cards__footer {
    font-size: 10px;
  }
}

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

.bg-card {
  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;
  background: #DBF3DF;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  padding: 7px 5px;
}
.bg-card__text {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 5px;
  text-align: start;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bg-card__text {
    font-size: 14px;
    padding: 6px;
    text-align: center;
    white-space: nowrap;
  }
}
.bg-card img {
  width: 16px;
  height: 16px;
}

.timer-box.timer {
  width: 50px;
}

.timer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .timer-block {
    max-width: 1140px;
    margin: 0 auto auto;
    width: 100%;
    position: relative;
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 40px;
  }
}

.timer-text {
  max-width: 271px;
}
@media (min-width: 768px) {
  .timer-text {
    max-width: 100%;
  }
}

.timer.empty {
  width: 0px;
}

.timer {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  width: 50px;
  display: inline-block;
}

#timertext {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 10px;
}

.timer-box {
  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: 20px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 15px 15px 0px 0px;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  color: white;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .timer-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 1200px) {
  .timer-box {
    max-width: 1140px;
    margin: 0 auto auto;
    width: 100%;
    position: relative;
    border-radius: 16px 16px 16px 16px;
    -webkit-box-shadow: -100px -100px 0px -100px rgba(34, 60, 80, 0);
            box-shadow: -100px -100px 0px -100px rgba(34, 60, 80, 0);
  }
}

.timer-box.gray {
  background: #555972;
}

.timer-box.orange {
  background: #F18B31;
}

.timer-box.red {
  background: #EC5557;
}

.timer-box.blue {
  background: #008fff;
}

* {
  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: "Tinkoff Sans", sans-serif;
  font-size: 15px;
  position: relative;
  min-height: 100%;
  background-color: #FFF;
  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;
}

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

#dozp24 .footer {
  background-color: rgba(109, 110, 113, 0.3882352941);
}
#dozp24 .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;
}
#dozp24 .footer__wrap p {
  padding-bottom: 5px;
}
#dozp24 .footer .footer__container {
  padding: 0 20px 40px 20px;
}
#dozp24 .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) {
  #dozp24 .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#dozp24 .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
#dozp24 .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) {
  #dozp24 .footer .footer__container .footer__list .footer__item a {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

strong {
  font-weight: bold;
}

#dozp24 .error {
  height: 100%;
}
#dozp24 .error__title {
  padding: 10px 0;
}
#dozp24 .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;
}
#dozp24 .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#dozp24 .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dozp24 .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;
}
@media (min-width: 992px) {
  #dozp24 .error__button {
    font-size: 22px;
  }
}
#dozp24 .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;
}