.section-attributes {
  padding: 3.33333vw 2.22222vw;
  gap: 1.92222vw;
}
@media (min-width: 1200px) {
  .section-attributes {
    padding: 20px;
    gap: 20px;
  }
}

.attributes {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
  background: rgb(var(--color-bg-main));
  border-radius: 4.44444vw;
  padding: 2.22222vw;
}
@media (min-width: 1200px) {
  .attributes {
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
  }
}
.attributes__row {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .attributes__row {
    gap: 8px;
    flex-direction: row;
  }
}
.attributes__item {
  padding: 4.16667vw 5.55556vw;
  background: rgb(var(--color-bg-secondary));
  border-radius: 4.44444vw;
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
  text-decoration: none;
  color: rgb(var(--color-text-black));
  border: none;
  text-align: left;
}
@media (min-width: 1200px) {
  .attributes__item {
    padding: 10px 20px;
    min-height: 64px;
    border-radius: 12px;
    gap: 4px;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 205px;
    white-space: nowrap;
  }
}
.attributes__title {
  font-size: 3.33333vw;
  line-height: 1.16667;
  color: rgb(var(--color-gray));
}
@media (min-width: 1200px) {
  .attributes__title {
    font-size: 12px;
  }
}
.attributes__value {
  font-size: 4.44444vw;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .attributes__value {
    font-size: 16px;
  }
}
.attributes__promocode {
  display: flex;
  align-items: center;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .attributes__promocode {
    gap: 4px;
  }
}
.attributes__promocode-icon {
  width: 4.44444vw;
  aspect-ratio: 1;
  stroke: rgb(var(--color-primary));
}
@media (min-width: 1200px) {
  .attributes__promocode-icon {
    width: 16px;
  }
}
.attributes__rating {
  display: flex;
  align-items: center;
  gap: 1.38889vw;
}
@media (min-width: 1200px) {
  .attributes__rating {
    gap: 5px;
  }
}
.attributes__rating-total {
  color: rgb(var(--color-gray));
}
.attributes__rating-icon {
  width: 4.44444vw;
  aspect-ratio: 1;
}
@media (min-width: 1200px) {
  .attributes__rating-icon {
    width: 16px;
  }
}

.section-pros-cons {
  padding: 4.44444vw 2.22222vw;
  gap: 4.44444vw;
}
@media (min-width: 1200px) {
  .section-pros-cons {
    padding: 20px;
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .pros-cons {
    background: rgb(var(--color-bg-main));
    border-radius: 16px;
    padding: 8px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .pros-cons__group {
    background: rgb(var(--color-bg-secondary));
    flex: 1 0 0;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
.pros-cons__group:nth-child(n+2) {
  border-top: 0.55556vw solid rgb(var(--color-bg-main));
  margin-top: 4.16667vw;
  padding-top: 4.16667vw;
}
@media (min-width: 1200px) {
  .pros-cons__group:nth-child(n+2) {
    margin: 0;
    padding: 20px 30px;
    border: none;
    border-left: 2px solid rgb(var(--color-bg-main));
  }
}
.pros-cons__group:first-child {
  border-radius: 12px 0 0 12px;
}
.pros-cons__group:last-child {
  border-radius: 0 12px 12px 0;
}
.pros-cons__title {
  display: none;
}
@media (min-width: 1200px) {
  .pros-cons__title {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
  }
}
.pros-cons__list {
  display: flex;
  flex-direction: column;
  gap: 4.44444vw;
  margin: 0 1.94444vw;
}
@media (min-width: 1200px) {
  .pros-cons__list {
    margin: 0;
    gap: 20px;
  }
}
.pros-cons__item {
  display: flex;
  align-items: center;
  gap: 2.22222vw;
  font-size: 3.33333vw;
  line-height: 1.16667;
  color: rgb(var(--color-gray));
}
@media (min-width: 1200px) {
  .pros-cons__item {
    font-size: 12px;
    gap: 8px;
  }
}
.pros-cons__item-icon {
  width: 5.27778vw;
  aspect-ratio: 1;
  flex-shrink: 0;
  stroke: rgb(var(--color-accident));
  margin: -0.41667vw -0.55556vw;
}
@media (min-width: 1200px) {
  .pros-cons__item-icon {
    width: 18px;
    margin: -1px;
  }
}
.pros-cons__item-icon--red {
  stroke: rgb(var(--color-red));
}

.section-comparison {
  padding: 4.44444vw 2.22222vw 2.22222vw;
  border-radius: 3.33333vw;
}
@media (min-width: 1200px) {
  .section-comparison {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }
}

.comparison {
  background: rgb(var(--color-bg-main));
  border-radius: 2.22222vw;
  padding: 1.11111vw;
}
@media (min-width: 1200px) {
  .comparison {
    background: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.comparison__header {
  display: none;
}
@media (min-width: 1200px) {
  .comparison__header {
    display: flex;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .comparison__header .comparison__cell {
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .comparison__header .comparison__cell:nth-child(2) {
    border: none;
  }
}
.comparison__body {
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .comparison__body {
    background: rgb(var(--color-bg-main));
    padding: 8px;
    gap: 8px;
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .comparison__body .comparison__cell:nth-child(2) {
    border-width: 2px;
  }
}
.comparison__row {
  background: rgb(var(--color-white));
  border-radius: 2.22222vw;
  padding: 4.16667vw 3.33333vw;
  line-height: 1.16667;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .comparison__row {
    padding: 0 20px;
    align-items: center;
    border-radius: 8px;
    line-height: 1.1875;
    flex-wrap: nowrap;
  }
}
.comparison__cell {
  padding: 0 2.77778vw 0 1.11111vw;
  color: rgb(var(--color-gray));
}
@media (min-width: 1200px) {
  .comparison__cell {
    padding: 0 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.comparison__cell--green {
  color: rgb(var(--color-accident));
}
.comparison__cell--red {
  color: rgb(var(--color-red));
}
.comparison__cell:first-child {
  border-bottom: 0.55556vw solid rgb(var(--color-bg-main));
  padding: 0 0 3.05556vw;
  margin-bottom: 3.05556vw;
  width: 100%;
}
@media (min-width: 1200px) {
  .comparison__cell:first-child {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    flex-grow: 1;
    color: rgb(var(--color-text-black));
    justify-content: flex-start;
    text-align: left;
  }
}
.comparison__cell:nth-child(2) {
  border-right: 0.55556vw solid rgb(var(--color-bg-main));
  width: 39.16667vw;
}
.comparison__cell:nth-child(3) {
  text-align: right;
  width: calc(100% - 39.16667vw);
}
@media (min-width: 1200px) {
  .comparison__cell:nth-child(n+2) {
    width: 207px;
    flex-shrink: 0;
    text-align: center;
  }
}
.comparison__cell:nth-child(n+2)::before {
  content: attr(data-column);
  color: rgb(var(--color-gray));
  margin-right: 1.66667vw;
}
@media (min-width: 1200px) {
  .comparison__cell:nth-child(n+2)::before {
    display: none;
  }
}

.best-bonus-list {
  width: 100%;
}
@media (min-width: 1200px) {
  .best-bonus-list {
    max-height: 432px;
    overflow: hidden;
    opacity: 0;
  }
  .best-bonus-list.swiper-initialized {
    opacity: 1;
    max-height: 500vh;
  }
}
.best-bonus-list__prev, .best-bonus-list__next {
  width: 10vw;
  height: 10vw;
  min-height: 0;
}
@media (min-width: 1200px) {
  .best-bonus-list__prev, .best-bonus-list__next {
    width: 48px;
    height: 48px;
  }
}
.best-bonus-list__prev svg, .best-bonus-list__next svg {
  display: block;
  width: 4.4444vw;
  height: auto;
}
@media (min-width: 1200px) {
  .best-bonus-list__prev svg, .best-bonus-list__next svg {
    width: 16px;
  }
}
@media (max-width: 1199.98px) {
  .best-bonus-list {
    width: calc(100% + 2.2222vw);
  }
}
@media (max-width: 1199.98px) {
  .best-bonus-list .swiper-slide {
    width: 80.5556vw !important;
  }
}

.bonus-card {
  --accent-color: var(--colors-accident);
  --accent-background: var(--colors-accident-10);
  position: relative;
  background: var(--background-main);
  border-radius: 4.4444vw;
}
@media (min-width: 1200px) {
  .bonus-card {
    border-radius: 16px;
  }
}
.bonus-card.bonusy {
  --accent-color: var(--colors-accident);
  --accent-background: var(--colors-accident-10);
}
.bonus-card.promokody {
  --accent-color: var(--colors-primary);
  --accent-background: var(--colors-primary-10);
}
.bonus-card.fribety {
  --accent-color: var(--colors-purple);
  --accent-background: var(--colors-purple-10);
}
.bonus-card.akcii {
  --accent-color: var(--Red);
  --accent-background: var(--Red-10);
}
.bonus-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bonus-card__image {
  display: block;
  position: relative;
}
.bonus-card__image:after {
  content: "";
  display: block;
  padding-top: 75.86%;
}
.bonus-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 4.4444vw;
}
@media (min-width: 1200px) {
  .bonus-card__image img {
    border-radius: 16px;
  }
}
.bonus-card__info {
  padding: 3.3333vw;
}
@media (min-width: 1200px) {
  .bonus-card__info {
    padding: 12px;
  }
}
.bonus-card__group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.8889vw;
  font-weight: 400;
  line-height: 4.7222vw;
}
@media (min-width: 1200px) {
  .bonus-card__group {
    font-size: 14px;
    line-height: 17px;
  }
}
.bonus-card__group--sb {
  justify-content: space-between;
}
.bonus-card__group + .bonus-card__group {
  margin-top: 4.4444vw;
}
@media (min-width: 1200px) {
  .bonus-card__group + .bonus-card__group {
    margin-top: 16px;
  }
}
.bonus-card__type {
  display: block;
  position: relative;
  color: var(--accent-color);
  background: var(--accent-background);
  padding: 2.2222vw 1px 2.2222vw 2.7778vw;
  border-radius: 2.2222vw 0 0 2.2222vw;
}
@media (min-width: 1200px) {
  .bonus-card__type {
    padding: 8px 1px 8px 10px;
    border-radius: 8px 0 0 8px;
  }
}
.bonus-card__type:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 3.3333vw;
  user-select: none;
  background-color: var(--accent-background);
  mask: url("../../../assets/img/ui/bonus-type-background.svg") no-repeat left top/auto 100%;
  -webkit-mask: url("../../../assets/img/ui/bonus-type-background.svg") no-repeat left top/auto 100%;
}
@media (min-width: 1200px) {
  .bonus-card__type:after {
    width: 12px;
  }
}
.bonus-card__finish {
  display: block;
  position: relative;
  color: var(--text-gray);
  background-color: var(--background-blue);
  margin-left: 7.7778vw;
  padding: 2.2222vw 2.7778vw 2.2222vw 1px;
  border-radius: 0 2.2222vw 2.2222vw 0;
}
@media (min-width: 1200px) {
  .bonus-card__finish {
    margin-left: 28px;
    padding: 8px 10px 8px 1px;
    border-radius: 0 8px 8px 0;
  }
}
.bonus-card__finish:after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  height: 100%;
  width: 3.3333vw;
  user-select: none;
  background-color: var(--background-blue);
  mask: url("../../../assets/img/ui/bonus-finish-background.svg") no-repeat right top/auto 100%;
  -webkit-mask: url("../../../assets/img/ui/bonus-finish-background.svg") no-repeat right top/auto 100%;
}
@media (min-width: 1200px) {
  .bonus-card__finish:after {
    width: 12px;
  }
}
.bonus-card__logo {
  --height: 8.3333vw;
  display: block;
  min-height: var(--height);
}
@media (min-width: 1200px) {
  .bonus-card__logo {
    --height: 30px;
  }
}
.bonus-card__logo img, .bonus-card__logo svg {
  display: block;
  height: var(--height);
  width: auto;
}
.bonus-card__sum {
  overflow: hidden;
  color: var(--text-black);
  font-weight: 500;
}
.bonus-card__promocode {
  display: block;
  position: relative;
  width: 100%;
  height: 13.3333vw;
  color: var(--text-black);
  font-weight: 500;
  border-radius: 3.3333vw;
  text-decoration: none;
  border: none;
  overflow: hidden;
  background: var(--background-blue);
  z-index: 10;
}
@media (min-width: 1200px) {
  .bonus-card__promocode {
    height: 48px;
    border-radius: 12px;
  }
}
.bonus-card__promocode span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 5vw);
  height: 100%;
  border-radius: 3.3333vw;
  color: var(--colors-white);
  background: var(--accent-color);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .bonus-card__promocode span {
    width: calc(100% - 18px);
    border-radius: 12px;
  }
}
.bonus-card__promocode span:before, .bonus-card__promocode span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5556vw;
  height: 5.5556vw;
}
@media (min-width: 1200px) {
  .bonus-card__promocode span:before, .bonus-card__promocode span:after {
    width: 20px;
    height: 20px;
  }
}
.bonus-card__promocode span:before {
  background: var(--background-blue);
  border-radius: 0 0 0 2.7778vw;
  z-index: 1;
}
@media (min-width: 1200px) {
  .bonus-card__promocode span:before {
    border-radius: 0 0 0 10px;
  }
}
.bonus-card__promocode span:after {
  background-color: var(--colors-light-blue);
  mask: url("../../../assets/img/ui/bonus-promocode-bacground.svg") no-repeat center/100% 100%;
  -webkit-mask: url("../../../assets/img/ui/bonus-promocode-bacground.svg") no-repeat center top/100% 100%;
  z-index: 2;
}
.bonus-card__promocode:hover span {
  left: -5.5556vw;
}
@media (min-width: 1200px) {
  .bonus-card__promocode:hover span {
    left: -20px;
  }
}
.bonus-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.3333vw;
  color: var(--colors-white);
  font-weight: 500;
  border-radius: 3.3333vw;
  text-decoration: none;
  background: var(--accent-color);
  z-index: 10;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .bonus-card__button {
    height: 48px;
    border-radius: 12px;
  }
}
.bonus-card__button:hover {
  opacity: 0.7;
}
.bonus-card__vote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bonus-card__vote_label {
  color: var(--text-gray);
}
.bonus-card__vote_down, .bonus-card__vote_up {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 1.3889vw;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1200px) {
  .bonus-card__vote_down, .bonus-card__vote_up {
    gap: 5px;
  }
}
.bonus-card__vote_down svg, .bonus-card__vote_up svg {
  display: block;
  width: 4.4444vw;
  height: auto;
}
@media (min-width: 1200px) {
  .bonus-card__vote_down svg, .bonus-card__vote_up svg {
    width: 16px;
  }
}
.bonus-card__vote_down:after, .bonus-card__vote_up:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 3.3333vw;
  user-select: none;
}
@media (min-width: 1200px) {
  .bonus-card__vote_down:after, .bonus-card__vote_up:after {
    width: 12px;
  }
}
.bonus-card__vote_down {
  color: var(--text-gray);
  fill: var(--text-gray);
  stroke: var(--text-gray);
  background-color: var(--background-blue);
  padding: 2.2222vw 1px 2.2222vw 2.7778vw;
  border-radius: 2.2222vw 0 0 2.2222vw;
}
@media (min-width: 1200px) {
  .bonus-card__vote_down {
    padding: 8px 1px 8px 10px;
    border-radius: 8px 0 0 8px;
  }
}
.bonus-card__vote_down:after {
  left: calc(100% - 1px);
  background-color: var(--background-blue);
  mask: url("../../../assets/img/ui/bonus-type-background.svg") no-repeat left top/auto 100%;
  -webkit-mask: url("../../../assets/img/ui/bonus-type-background.svg") no-repeat left top/auto 100%;
}
.bonus-card__vote_up {
  color: var(--colors-white);
  fill: var(--colors-white);
  stroke: var(--colors-white);
  background: var(--colors-green);
  margin-left: 7.7778vw;
  padding: 2.2222vw 2.7778vw 2.2222vw 1px;
  border-radius: 0 2.2222vw 2.2222vw 0;
}
@media (min-width: 1200px) {
  .bonus-card__vote_up {
    margin-left: 28px;
    padding: 8px 10px 8px 1px;
    border-radius: 0 8px 8px 0;
  }
}
.bonus-card__vote_up:after {
  right: calc(100% - 1px);
  background-color: var(--colors-green);
  mask: url("../../../assets/img/ui/bonus-finish-background.svg") no-repeat right top/auto 100%;
  -webkit-mask: url("../../../assets/img/ui/bonus-finish-background.svg") no-repeat right top/auto 100%;
}

@media (min-width: 1200px) {
  .section-content {
    padding: 30px;
  }
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 3.33333vw;
}
@media (min-width: 1200px) {
  .content-container {
    gap: 20px;
  }
}

.section-faq {
  padding: 4.44444vw 3.33333vw;
  border-radius: 2.77778vw;
}
@media (min-width: 1200px) {
  .section-faq {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .section-faq .section__title {
    font-size: 36px;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 2.77778vw;
}
@media (min-width: 1200px) {
  .faq {
    gap: 10px;
  }
}
.faq__item {
  border: clamp(1px, .27777vw, .27777vw) solid rgb(var(--color-line-super-light-blue));
  border-radius: 3.33333vw;
  fill: rgb(var(--color-primary));
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .faq__item {
    border-width: 1px;
    border-radius: 12px;
  }
}
.faq__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.77778vw;
  padding: 3.05556vw;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .faq__item-header {
    gap: 10px;
    padding: 10px 19px;
    min-height: 58px;
    font-weight: 500;
  }
}
.faq__item-title {
  line-height: 1.16667;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .faq__item-title {
    line-height: 1.1875;
  }
}
.faq__item-icon {
  width: 6.66667vw;
  aspect-ratio: 1;
  flex-shrink: 0;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .faq__item-icon {
    width: 24px;
  }
}
.faq__item-answer {
  overflow: hidden;
  transition: 0.3s;
  height: 0;
}
.faq__item-content {
  color: rgb(var(--color-white));
  padding: 5.55556vw 5.27778vw 5.27778vw;
  position: relative;
}
@media (min-width: 1200px) {
  .faq__item-content {
    color: rgb(var(--color-black));
    padding: 20px 19px 19px;
  }
}
.faq__item-content::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 296 3' fill='none'%3E%3Cpath d='M0 1.44629H296' stroke='%237AA3FF' stroke-width='2' stroke-dasharray='12 12'/%3E%3C/svg%3E") no-repeat center;
  width: calc(100% - 5.27778vw * 2);
  height: 0.83333vw;
  position: absolute;
  top: clamp(-.27777vw, -.27777vw, -1px);
  left: 5.27778vw;
}
@media (min-width: 1200px) {
  .faq__item-content::before {
    background: rgb(var(--color-line-gray));
    width: calc(100% - 19px * 2);
    height: 1px;
    top: 0;
    left: 19px;
  }
}
.faq__item.active {
  background: rgb(var(--color-text-L-blue));
  border-color: rgb(var(--color-text-L-blue));
  color: rgb(var(--color-white));
  fill: rgb(var(--color-white));
}
@media (min-width: 1200px) {
  .faq__item.active {
    background: rgb(var(--color-bg-main));
    border-color: rgb(var(--color-bg-main));
    color: rgb(var(--color-black));
    fill: rgb(var(--color-primary));
  }
}
.faq__item.active .faq__item-icon {
  transform: rotate(180deg);
}
.faq__item.active .faq__item-title {
  font-weight: 500;
}
.faq__item.active .faq__item-header {
  padding: 5.27778vw;
}
@media (min-width: 1200px) {
  .faq__item.active .faq__item-header {
    padding: 19px;
  }
}

.card-bk {
  background: rgb(var(--color-bg-main));
  padding: 1.11111vw;
  border-radius: 2.22222vw;
  font-size: 2.5vw;
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .card-bk {
    padding: 8px;
    border-radius: 16px;
    font-size: 14px;
    gap: 8px;
  }
}
.card-bk.active {
  background: rgb(var(--color-bg-blue));
}
.card-bk.active .card-bk__more {
  margin-top: 0;
}
.card-bk.active .card-bk__more-icon {
  transform: rotate(180deg);
}
.card-bk__inner {
  display: flex;
  border-radius: 1.66667vw;
  background: rgb(var(--color-bg-secondary));
  padding: 0 1.11111vw;
  min-height: 8.88889vw;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .card-bk__inner {
    padding: 0 12px;
    min-height: 52px;
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .card-bk__inner--big {
    min-height: 60px;
    padding: 0 16px;
  }
  .card-bk__inner--big > * {
    margin-left: auto;
    margin-right: auto;
  }
  .card-bk__inner--big > *:first-child {
    margin-left: 0;
  }
  .card-bk__inner--big > *:last-child {
    margin-right: 0;
  }
  .card-bk__inner--big .card-bk__logo {
    margin-right: 42px;
  }
  .card-bk__inner--big .card-bk__actions {
    margin-left: 12px;
  }
  .card-bk__inner--big .card-bk__bonus {
    width: 120px;
  }
}
.card-bk__logo {
  width: 17.77778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0.83333vw 0;
  margin-right: 2.77778vw;
}
@media (min-width: 1200px) {
  .card-bk__logo {
    width: 95px;
    padding: 7px 0;
    margin-right: 17px;
  }
}
.card-bk__logo-img {
  max-width: 100%;
  max-height: 100%;
}
.card-bk__short-rating {
  width: 9.72222vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .card-bk__short-rating {
    width: 58px;
  }
}
@media (min-width: 1200px) {
  .card-bk__full-rating {
    width: 120px;
    display: flex;
  }
}
.card-bk__rating {
  display: flex;
  align-items: center;
  gap: 1.38889vw;
}
@media (min-width: 1200px) {
  .card-bk__rating {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .card-bk__reviews {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.card-bk__divider {
  margin: 0 auto;
  flex: 0 0 clamp(1px, 0.27777vw, 0.27777vw);
  background: rgb(var(--color-bg-main));
}
@media (min-width: 1200px) {
  .card-bk__divider {
    flex-basis: 2px;
  }
}
.card-bk__stats {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0.83333vw 0 clamp(1px, 0.27777vw, 0.27777vw);
  padding: 0.55556vw 0;
  gap: 0.55556vw;
}
@media (min-width: 1200px) {
  .card-bk__stats {
    gap: 4px;
    padding: 3px 0 5px;
  }
}
.card-bk__stats-label {
  line-height: 1.22222;
}
.card-bk__stats-value {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: rgb(var(--color-gray));
  fill: rgb(var(--color-gray));
  stroke: rgb(var(--color-gray));
  gap: 1.33333vw;
}
@media (min-width: 1200px) {
  .card-bk__stats-value {
    gap: 8px;
    font-weight: 500;
  }
}
.card-bk__stats-value--color-accident {
  color: rgb(var(--color-accident));
  fill: rgb(var(--color-accident));
  stroke: rgb(var(--color-accident));
}
.card-bk__stats-icon {
  width: 4.44444vw;
  aspect-ratio: 1;
  margin: -0.55556vw 0;
}
@media (min-width: 1200px) {
  .card-bk__stats-icon {
    width: 20px;
    margin: -2px 0;
  }
}
.card-bk__stats-icon--small {
  width: 3.33333vw;
  margin: 0;
}
@media (min-width: 1200px) {
  .card-bk__stats-icon--small {
    width: 16px;
  }
}
.card-bk__stats-icon--center {
  margin-left: auto;
  margin-right: auto;
}
.card-bk__bonus {
  width: 19.44444vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .card-bk__bonus {
    width: 110px;
  }
}
.card-bk__actions {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  gap: 1.11111vw;
  padding: 0.83333vw 0;
  width: 30.55556vw;
  margin-left: 1.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__actions {
    gap: 10px;
    padding: 8px 0;
    width: 150px;
    margin-left: 10px;
  }
}
.card-bk__btn {
  padding: 1.38889vw 3.05556vw;
  font-size: 2.77778vw;
  min-height: 6.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__btn {
    min-height: 36px;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 400;
  }
}
.card-bk__more {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  margin-top: -1.11111vw;
}
@media (min-width: 1200px) {
  .card-bk__more {
    margin-top: -4px;
  }
}
.card-bk__more-btn {
  display: flex;
  align-items: center;
  gap: 1.11111vw;
  background: none;
  padding: 0;
  border: none;
  font-size: 2.77778vw;
  line-height: 1.2;
  color: rgb(var(--color-primary));
  fill: rgb(var(--color-black));
  stroke: rgb(var(--color-black));
  margin-left: auto;
  margin-right: 1.11111vw;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .card-bk__more-btn {
    stroke: rgb(var(--color-primary));
    fill: rgb(var(--color-primary));
    font-size: 12px;
    gap: 8px;
    margin-right: 0;
  }
}
.card-bk__more-icon {
  width: 3.88889vw;
  aspect-ratio: 1;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .card-bk__more-icon {
    width: 14px;
  }
}
.card-bk__content {
  background: rgb(var(--color-bg-secondary));
  border-radius: 1.66667vw;
  padding: 2.22222vw;
  display: flex;
  flex-direction: column;
  gap: 3.33333vw;
}
@media (min-width: 1200px) {
  .card-bk__content {
    gap: 0;
    padding: 0;
    border-radius: 12px;
  }
}
.card-bk__features {
  display: flex;
  flex-direction: column;
  gap: 6.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__features {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.card-bk__features > * {
  position: relative;
}
.card-bk__features > *:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -3.33333vw;
  left: 0;
  width: 100%;
  height: clamp(1px, 0.27777vw, 0.27777vw);
  background: rgb(var(--color-bg-main));
}
.card-bk__features-title {
  font-size: 2.77778vw;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .card-bk__features-title {
    font-size: 14px;
    line-height: 1.21429;
    text-align: center;
  }
}
.card-bk__features-list {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .card-bk__features-list {
    gap: 12px;
  }
}
.card-bk__features-item {
  display: flex;
  align-items: center;
  gap: 2.22222vw;
  font-size: 2.77778vw;
  line-height: 1.2;
  color: rgb(var(--color-gray));
}
@media (min-width: 1200px) {
  .card-bk__features-item {
    gap: 8px;
    font-size: 12px;
    line-height: 1.16667;
  }
}
.card-bk__features-icon {
  width: 2.77778vw;
  aspect-ratio: 1;
  flex-shrink: 0;
  stroke: rgb(var(--color-accident));
}
@media (min-width: 1200px) {
  .card-bk__features-icon {
    width: 16px;
  }
}
.card-bk__pros, .card-bk__cons {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .card-bk__pros, .card-bk__cons {
    gap: 8px;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .card-bk__pros {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.card-bk__cons .card-bk__features-icon {
  stroke: rgb(var(--color-red));
}
.card-bk__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1200px) {
  .card-bk__info {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.card-bk__info > * {
  padding: 3.05556vw 1.66667vw;
  border-top: clamp(1px, 0.27777vw, 0.27777vw) solid rgb(var(--color-bg-main));
}
@media (min-width: 1200px) {
  .card-bk__info > * {
    padding: 16px 12px;
    border-top-width: 1px;
    border-right: 1px solid rgb(var(--color-bg-main));
  }
}
@media (max-width: 1199.98px) {
  .card-bk__info > *:nth-child(2n+1) {
    border-right: clamp(1px, 0.27777vw, 0.27777vw) solid rgb(var(--color-bg-main));
  }
}
@media (min-width: 1200px) {
  .card-bk__info > *:last-child {
    border-right: 0;
  }
}
.card-bk__info-label {
  text-align: center;
  color: rgb(var(--color-gray));
  font-size: 3.33333vw;
  line-height: 1.16667;
}
@media (min-width: 1200px) {
  .card-bk__info-label {
    font-size: 12px;
    line-height: 1.16667;
  }
}
.card-bk__info-item {
  display: flex;
  flex-direction: column;
  gap: 3.61111vw;
}
@media (min-width: 1200px) {
  .card-bk__info-item {
    gap: 14px;
  }
}
.card-bk__info-value {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.16667;
}
@media (min-width: 1200px) {
  .card-bk__info-value {
    font-size: 18px;
  }
}
.card-bk__promo {
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .card-bk__promo {
    gap: 4px;
  }
}
.card-bk__promo-btn {
  display: flex;
  align-items: center;
  gap: 2.77778vw;
  padding: 2.22222vw 3.33333vw;
  border-radius: 3.33333vw;
  background: rgb(var(--color-bg-gray));
  border: none;
  fill: rgb(var(--color-primary));
  font-size: 5vw;
  font-weight: 500;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .card-bk__promo-btn {
    gap: 10px;
    padding: 8px 12px;
    font-size: 18px;
    border-radius: 12px;
  }
}
.card-bk__promo-icon {
  width: 6.66667vw;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .card-bk__promo-icon {
    width: 24px;
  }
}
.card-bk__promo-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.card-bk__apps {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bk__apps-links {
  display: flex;
  align-items: center;
  gap: 3.61111vw;
  margin-top: 1.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__apps-links {
    gap: 8px;
    margin-top: 0;
  }
}
.card-bk__apps-link {
  width: 13.33333vw;
  height: 11.11111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-bg-gray));
  border-radius: 2.22222vw;
}
.card-bk__apps-link--thin {
  width: 11.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__apps-link {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}
.card-bk__apps-icon {
  display: block;
  width: 6.66667vw;
  height: 6.66667vw;
}
@media (min-width: 1200px) {
  .card-bk__apps-icon {
    width: 24px;
    height: 24px;
  }
}
.card-bk__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.22222vw;
  padding-bottom: 0.55556vw;
}
@media (min-width: 1200px) {
  .card-bk__footer {
    padding-bottom: 4px;
    gap: 12px;
  }
}
.card-bk__award {
  display: flex;
  align-items: center;
  color: rgb(var(--color-gray));
  fill: rgb(var(--color-gray));
  stroke: rgb(var(--color-gray));
  gap: 0.83333vw;
  font-size: 2.77778vw;
  line-height: 1.2;
  font-weight: 400;
  margin-left: 0.83333vw;
}
@media (min-width: 1200px) {
  .card-bk__award {
    font-size: 12px;
    margin-left: 11px;
    gap: 7px;
  }
}
.card-bk__award-icon {
  width: 3.05556vw;
  height: 2.77778vw;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .card-bk__award-icon {
    width: 15px;
    height: 14px;
  }
}

.section-bk-list {
  padding: 3.33333vw 1.66667vw;
}
@media (min-width: 1200px) {
  .section-bk-list {
    gap: 20px;
    padding: 20px;
  }
}
.section-bk-list--small-padding {
  padding: 1.66667vw;
}
@media (min-width: 1200px) {
  .section-bk-list--small-padding {
    padding: 20px;
  }
}

.bk-list {
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .bk-list {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .bk-list--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=main.css.map */
