:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-m: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.review-header {
  padding: 40px 0;
  background-color: #F7F8F7;
  margin-bottom: 60px;
}
.review-header .sk-breadcrumbs {
  padding-top: 0;
}
.review-header h1 {
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .review-header h1 {
    font-size: 48px;
  }
}
.review-header-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .review-header-title {
    flex-wrap: nowrap;
  }
}
.review-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .review-header__logo {
    flex: 0 0 22%;
  }
}
@media (min-width: 992px) {
  .review-header__logo {
    flex: 0 0 15%;
  }
}
.review-header__logo .img {
  width: 200px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.review-header__logo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-header__logo .btn {
  margin-bottom: 16px;
}
.review-header__bonus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .review-header__bonus {
    flex: 0 0 44%;
  }
}
@media (min-width: 992px) {
  .review-header__bonus {
    flex: 0 0 19%;
  }
}
.review-header__bonus h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.review-header__bonus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-header__bonus ul li {
  margin: 0 0 20px;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--sk-border-grey-2);
}
.review-header__bonus ul li .title {
  display: flex;
  align-items: center;
}
.review-header__bonus ul li .title span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--sk-color-text-primary);
}
.review-header__bonus ul li .title .image {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
}
.review-header__bonus ul li .title .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-header__bonus ul li .value {
  font-size: 24px;
  font-weight: 600;
  line-height: 21px;
  color: var(--sk-color-teal-600);
}
.review-header__bonus .deposits ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.review-header__bonus .deposits ul li {
  border: none;
}
.review-header__bonus .deposits ul .link {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.review-header__bonus .deposits ul .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-header__rating {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .review-header__rating {
    flex: 0 0 44%;
  }
}
@media (min-width: 992px) {
  .review-header__rating {
    flex: 0 0 26%;
  }
}
.review-header__rating .overall-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--sk-border-grey-2);
  padding-bottom: 20px;
}
.review-header__rating .overall-rating .rating {
  display: flex;
}
.review-header__rating .rating-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
}
.review-header__rating .rating-list .rating {
  display: flex;
  align-items: center;
}
.review-header__rating .rating-list li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .review-header__rating .rating-list li {
    font-size: 16px;
  }
}
.review-header__rating .rating-list li strong {
  font-weight: 400;
}
.review-header__rating .rating-list li .rating {
  display: flex;
  align-items: center;
}
.review-header__rating .rating-list li .rating .star {
  display: flex;
  margin-right: 8px;
}
.review-header__features {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .review-header__features {
    flex: 0 0 44%;
  }
}
@media (min-width: 992px) {
  .review-header__features {
    flex: 0 0 22%;
  }
}
.review-header__features h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 24px;
}
.review-header__features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-header__features ul li {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 40px;
}
.review-header__features ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='%23D0D1D0'/%3E%3Cpath d='M21.3327 12L13.9993 19.3333L10.666 16' stroke='%2303986C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.review-header__features ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.review-header .sk-btn {
  margin: 10px 0;
}

.star {
  width: 15px;
  height: 15px;
}
.star.filled svg {
  fill: #F73DA8;
}
.star svg {
  width: 15px;
  height: 15px;
  fill: #E5E5E5;
}

.scroll-header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.scroll-header.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-header .sk-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1024px) {
  .scroll-header .sk-container {
    justify-content: space-between;
  }
}
.scroll-header .sk-container .img {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 512px) {
  .scroll-header .sk-container .img {
    width: 200px;
    height: 100px;
  }
}
.scroll-header .sk-container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scroll-header .sk-container .bonus {
  font-weight: 700;
  font-size: 20px;
}
.scroll-header .sk-container .tcs-btn {
  flex: 0 0 100%;
  text-align: center;
}

.review.with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .review.with-sidebar {
    grid-template-columns: 1fr 25%;
    gap: clamp-calc(16px, 40px);
  }
}
@media (min-width: 1440px) {
  .review.with-sidebar {
    grid-template-columns: 3fr 1fr;
  }
}
