.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
  align-self: end;
}

.wp-block-media-text > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8% 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
  display: inline-block;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.g-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px !important;
  box-sizing: border-box;
}
.g-container.-s {
  max-width: 960px;
}

.category-wrapper {
  background: #222222;
  padding-top: 100px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .category-wrapper {
    overflow-x: hidden;
    padding-top: 40px;
  }
}
.category-wrapper:not(.-no-bg) {
  background: url("../../images/blog-header.png") no-repeat center top 80px;
  background-size: contain;
}
@media (max-width: 768px) {
  .category-wrapper:not(.-no-bg) {
    background: url("../../images/blog-header.png") no-repeat center top 40px;
  }
}

.breadcrumbs {
  color: #A09F9F;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 14px;
  padding-bottom: 14px;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.category-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.category-header h1 {
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .category-header h1 {
    font-size: 30px;
  }
}

.category-block {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .category-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
  }
}
.category-block .category-block__item {
  background: #1F1F1F;
  border: 1px solid #373737;
  padding: 14px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .category-block .category-block__item {
    margin-bottom: 20px;
  }
}
.category-block .category-block__logo {
  width: 100%;
  height: 220px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-block .category-block__logo.-rev {
  height: 140px;
}
.category-block .category-block__data {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 1rem;
  align-items: center;
  font-size: 14px;
  color: #CBC5C5;
}
.category-block .category-block__bonus {
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.category-block .category-block__bonus span,
.category-block .category-block__bonus strong {
  font-weight: bold;
  color: #ED593B;
}
.category-block .category-block__bonus .category-block__bonus__label {
  font-size: 14px;
  font-weight: bold;
  color: #CBC5C5;
}
.category-block .category-block__views {
  min-height: 18px;
  background: url("../../images/views-icon.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
}
.category-block .category-block__title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
}
.category-block .category-block__title a {
  color: #fff;
}
.category-block .category-block__title a:hover {
  color: #ccc;
}
.category-block .category-block__text {
  font-size: 15px;
  color: #CBC5C5;
  margin: 16px 0;
  line-height: 1.2;
}
.category-block .category-block__btn {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 12px;
}
.category-block .category-block__btn a {
  display: block;
  background: #FF0202;
  text-align: center;
  padding: 8px 14px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.category-block .category-block__btn a:hover {
  opacity: 0.76;
}
.category-block .category-block__link {
  width: 100%;
}
.category-block .category-block__link a {
  display: block;
  background: #333535;
  text-align: center;
  padding: 8px 14px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.category-block .category-block__link a:hover {
  opacity: 0.76;
}

.page-navigation {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  place-items: center;
  place-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-navigation {
    gap: 14px;
  }
}
.page-navigation .page-numbers {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 768px) {
  .page-navigation .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
.page-navigation .page-numbers.prev, .page-navigation .page-numbers.next {
  width: auto;
  padding: 0 32px;
  border-radius: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-navigation .page-numbers.prev, .page-navigation .page-numbers.next {
    font-size: 0;
    width: 30px;
    padding: 0;
  }
}
.page-navigation .page-numbers.prev:hover, .page-navigation .page-numbers.next:hover {
  background: #fff;
  box-shadow: none;
  opacity: 0.86;
  color: #1F1F1F;
}
.page-navigation .page-numbers.prev::after, .page-navigation .page-numbers.next::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../images/pagi-arrow-l.svg") no-repeat center;
  background-size: 20px;
  position: absolute;
  top: 6px;
  left: 24px;
}
@media (max-width: 768px) {
  .page-navigation .page-numbers.prev::after, .page-navigation .page-numbers.next::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-navigation .page-numbers.prev {
  padding-left: 54px;
  left: 0;
}
@media (max-width: 768px) {
  .page-navigation .page-numbers.prev {
    padding: 0;
  }
}
.page-navigation .page-numbers.next {
  padding-right: 54px;
  right: 0;
}
@media (max-width: 768px) {
  .page-navigation .page-numbers.next {
    padding: 0;
  }
}
.page-navigation .page-numbers.next::after {
  background: url("../../images/pagi-arrow-r.svg") no-repeat center;
  background-size: 20px;
  left: unset;
  right: 24px;
}
@media (max-width: 768px) {
  .page-navigation .page-numbers.next::after {
    right: unset;
  }
}

.single-page-header {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
@media (max-width: 768px) {
  .single-page-header {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.single-page-header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 54px;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .single-page-header h1 {
    font-size: 32px;
  }
}
.single-page-header .single-page-header__img img {
  width: 100%;
  height: auto;
}
.single-page-header .single-page-header__data {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 768px) {
  .single-page-header .single-page-header__data {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .single-page-header__author {
    width: 100%;
  }
}
.single-page-header__author .author-small-block {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 0.875rem;
  align-items: center;
}
.single-page-header__author .author-small-block img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-page-header__author .author-small-block span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.single-page-header__date,
.single-page-header__read,
.single-page-header__views {
  color: #CBC5C5;
  font-size: 1rem;
}

.single-page-header__read,
.single-page-header__views {
  padding-left: 24px;
  background: url("../../images/read-icon.svg") no-repeat left center;
  background-size: 16px;
  min-height: 18px;
}

.single-page-header__views {
  padding-left: 24px;
  background: url("../../images/views-icon.svg") no-repeat left center;
  background-size: 16px;
  min-height: 18px;
}

.single-page__short-text {
  border-bottom: 1px solid #373737;
  margin-bottom: 24px;
  font-size: 1rem;
  color: #CBC5C5;
  line-height: 1.5;
}

.post-entry.-white-text {
  line-height: 1.3;
  font-size: 16px;
  color: #CBC5C5 !important;
}
.post-entry.-white-text h2 {
  font-size: 32px;
}
.post-entry.-white-text h3 {
  font-size: 26px;
}
.post-entry.-white-text h2,
.post-entry.-white-text h3,
.post-entry.-white-text h4,
.post-entry.-white-text h5,
.post-entry.-white-text h6 {
  color: #fff !important;
}
.post-entry.-white-text h2::after,
.post-entry.-white-text h3::after,
.post-entry.-white-text h4::after,
.post-entry.-white-text h5::after,
.post-entry.-white-text h6::after {
  content: none;
}
.post-entry.-white-text .wp-block-list {
  margin-left: 0 !important;
}
.post-entry.-white-text .pros-cons-block .pros-cons-block__item {
  background: #222222 !important;
}
.post-entry.-white-text .pros-cons-block .pros-cons-block__item .pros-cons-block__list li.title:before {
  top: 1px;
}
.post-entry.-white-text .pros-cons-block-list .pros-cons-block-list__content.-pros {
  background: #222222 !important;
}
.post-entry.-white-text .pros-cons-block-list .pros-cons-block-list__items .pros-cons-block-list__items__item {
  background: #222222 !important;
}
.post-entry.-white-text .pros-cons-block-list .pros-cons-block-list__items .pros-cons-block-list__items__item .pros-cons-block-list__items__item__title {
  background: url(/wp-content/plugins/lp-taras/images/pros-icon-n.svg) no-repeat left top 0px;
}
.post-entry.-white-text .pros-cons-block-list .pros-cons-block-list__content.-cons .pros-cons-block-list__items__item__title {
  background: url(/wp-content/plugins/lp-taras/images/cons-icon-n.svg) no-repeat left top 0px;
}
.post-entry.-white-text .faq-list .faq-list__item {
  border: 1px solid #373737;
  border-radius: 3px;
  cursor: pointer;
}
.post-entry.-white-text .faq-list .faq-list__item .faq-list__label {
  padding-right: 70px;
  background: url("../../images/faq-icon-red.svg") no-repeat center right 16px;
  background-size: 20px;
}
.post-entry.-white-text .faq-list .faq-list__item .faq-list__text {
  display: none;
}
.post-entry.-white-text .faq-list .faq-list__item.-toggle {
  background: #2D2C2C;
}
.post-entry.-white-text .faq-list .faq-list__item.-toggle .faq-list__label {
  background: url("../../images/faq-icon-white.svg") no-repeat center right 16px;
  background-size: 20px;
}
.post-entry.-white-text .faq-list .faq-list__item.-toggle .faq-list__text {
  display: block;
}

.single-page__grid {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .single-page__grid {
    grid-template-columns: 1fr;
  }
  .single-page__grid .post-entry.-white-text {
    order: -1;
  }
}

.single-page__left-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.side-posts-block {
  background: #393939;
  padding: 18px 12px;
  border-radius: 2px;
}
.side-posts-block .side-posts-block__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.side-posts-block .side-posts-block__posts .side-posts-block__posts__item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #1F1F1F;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 0.875rem;
  align-items: start;
  line-height: 1.3;
}
.side-posts-block .side-posts-block__posts .side-posts-block__posts__item img {
  width: 60px;
  height: auto;
}
.side-posts-block .side-posts-block__posts .side-posts-block__posts__item span {
  font-size: 15px;
  font-weight: medium;
  color: #fff;
}
.side-posts-block .side-posts-block__posts .side-posts-block__posts__item:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related-posts-w {
  background: #181818;
  padding-top: 54px;
  padding-bottom: 32px;
}

.related-posts--title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 14px;
}

.author-single-page-block {
  border: 1px solid #5D1313;
  border-radius: 3px;
  margin: 32px 0;
  padding: 24px;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 20px;
}
.author-single-page-block img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .author-single-page-block img {
    width: 64px;
    height: 64px;
  }
}
.author-single-page-block .author-single-page-block__top {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .author-single-page-block .author-single-page-block__top {
    display: block;
  }
}
.author-single-page-block .author-single-page-block__spec {
  font-size: 14px;
  font-weight: bold;
  color: #FF0202;
  line-height: 1.2;
}
.author-single-page-block .author-single-page-block__name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.author-single-page-block .author-single-page-block__link {
  background: #333535;
  color: #fff;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .author-single-page-block .author-single-page-block__link {
    line-height: 1.3;
    padding: 10px 16px;
    margin-top: 16px;
    display: inline-block;
  }
}
.author-single-page-block .author-single-page-block__text {
  font-size: 16px;
  line-height: 1.3;
  color: #CBC5C5;
}

.catfish-block {
  background: #1d1d1d;
  border-radius: 4px;
  border: 1px solid #373737;
  padding: 16px 20px !important;
  position: fixed !important;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999;
  display: grid;
  grid-template-columns: max-content 146px 1fr 260px;
  grid-gap: 20px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .catfish-block {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    padding: 12px !important;
    bottom: 0;
  }
}
.catfish-block.-hidden {
  display: none;
}
.catfish-block.-toggle {
  bottom: -500px;
}
.catfish-block .catfish-block__logo {
  width: 160px;
}
@media (max-width: 768px) {
  .catfish-block .catfish-block__logo {
    width: 76px;
  }
}
.catfish-block .catfish-block__logo img {
  width: 100%;
  height: auto;
}
.catfish-block .catfish-block__name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.catfish-block .catfish-block__rating {
  width: 88px;
  height: 15px;
  background: url("../../images/rating.svg") no-repeat center top;
  background-size: contain;
}
.catfish-block .catfish-block__text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: url("../../images/bonus-img.svg") no-repeat center;
  background-size: contain;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
@media (max-width: 768px) {
  .catfish-block .catfish-block__text {
    font-size: 17px;
    grid-column: 1/3;
  }
}
.catfish-block .catfish-block__text span {
  color: #ED593B;
}
.catfish-block .catfish-block__link {
  margin-left: 64px;
  align-items: center;
  background: #FF0202;
  border-radius: 4px;
  display: flex;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  gap: 0.375rem;
  justify-content: center;
  padding: 12px 54px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .catfish-block .catfish-block__link {
    grid-column: 1/3;
    margin-left: 0;
  }
}
.catfish-block .catfish-block__link:hover {
  opacity: 0.86;
}
.catfish-block .catfish-block__close {
  width: 30px;
  height: 30px;
  background: #333 url("../../images/close-icon-white.svg") no-repeat center;
  background-size: 16px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: -42px;
  right: 0;
}
@media (max-width: 768px) {
  .catfish-block .catfish-block__close {
    right: 5px;
  }
}
.catfish-block .catfish-block__close:hover {
  opacity: 0.86;
}

.g-page-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #1F1F1F;
  color: #CBC5C5;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .g-page-wrapper {
    padding-top: 50px;
  }
}
.g-page-wrapper *,
.g-page-wrapper :before,
.g-page-wrapper :after {
  box-sizing: border-box;
}
.g-page-wrapper .post-entry {
  color: #CBC5C5;
}
@media (max-width: 768px) {
  .g-page-wrapper .post-entry ul {
    margin-left: 0 !important;
  }
}
.g-page-wrapper h1,
.g-page-wrapper h2,
.g-page-wrapper h3,
.g-page-wrapper h4,
.g-page-wrapper h5,
.g-page-wrapper h6 {
  color: #fff;
  text-align: left;
  text-transform: none;
  display: block;
  font-weight: bold;
  line-height: 1.1;
  scroll-margin-top: 104px;
}
.g-page-wrapper h1:before, .g-page-wrapper h1:after,
.g-page-wrapper h2:before,
.g-page-wrapper h2:after,
.g-page-wrapper h3:before,
.g-page-wrapper h3:after,
.g-page-wrapper h4:before,
.g-page-wrapper h4:after,
.g-page-wrapper h5:before,
.g-page-wrapper h5:after,
.g-page-wrapper h6:before,
.g-page-wrapper h6:after {
  content: none !important;
}
.g-page-wrapper a {
  color: #FF0202;
}
.g-page-wrapper .wp-block-table table {
  background: transparent;
}
.g-page-wrapper .wp-block-table table tr:nth-child(odd) {
  background: #000;
}
.g-page-wrapper .pros-cons-block {
  color: #131313;
  font-weight: normal;
}
.g-page-wrapper .pros-cons-block ul li::before {
  top: 0 !important;
}
.g-page-wrapper .wp-block-quote {
  background: #000 url("../../images/quote.svg") no-repeat left 16px top 16px;
  background-size: 44px;
  border-radius: 10px;
  padding: 20px 20px 20px 76px;
  margin: 0 0 32px 0;
  color: #ED593B;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.g-page-wrapper .wp-block-quote p {
  padding: 0;
  margin: 0;
}
.g-page-wrapper .faq-list__item {
  border: 1px solid #373737;
  padding: 24px 16px;
  position: relative;
}
.g-page-wrapper .faq-list__item .faq-list__label {
  cursor: pointer;
  padding-right: 86px;
  background: url("../../images/faq-item-arrow.svg") no-repeat center right 14px;
  background-size: 20px;
}
.g-page-wrapper .faq-list__item > div {
  display: none;
}
.g-page-wrapper .faq-list__item.-toggle {
  background: #2D2C2C;
}
.g-page-wrapper .faq-list__item.-toggle .faq-list__label {
  background: url("../../images/faq-item-arrow-w.svg") no-repeat center right 14px;
  background-size: 20px;
}
.g-page-wrapper .faq-list__item.-toggle > div {
  display: block;
}

.rev-page-grid {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .rev-page-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    grid-gap: 24px;
  }
}

.rev-sidebar.-hide-mob {
  display: block;
}
@media (max-width: 768px) {
  .rev-sidebar.-hide-mob {
    display: none;
  }
}
.rev-sidebar.-show-mob {
  display: none;
}
@media (max-width: 768px) {
  .rev-sidebar.-show-mob {
    display: block;
    margin-bottom: 24px;
  }
}

.rev-page-header {
  border: 1px solid #373737;
  padding: 16px;
  margin-bottom: 42px;
}

.rev-page-header__top {
  display: grid;
  grid-template-columns: 122px 1fr 205px;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rev-page-header__top {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    gap: 14px;
  }
}

.rev-page-header__logo {
  display: block;
}
.rev-page-header__logo img {
  width: 120px;
  height: auto;
}
@media (max-width: 768px) {
  .rev-page-header__logo img {
    width: 200px;
  }
}

.rev-page-header__title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 32px;
}

.rev-page-header__short-text {
  font-size: 14px;
  line-height: 1.2;
}
.rev-page-header__short-text p {
  margin: 0;
  padding: 0;
}
.rev-page-header__short-text p:not(:last-child) {
  margin-bottom: 20px;
}

.rev-page-header__bonus {
  background: #000 url("../../images/bonus-bg.svg") no-repeat center;
  background-size: 90%;
  border: 1px solid #373737;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  text-align: center;
}
.rev-page-header__bonus .rev-page-header__bonus__label {
  font-size: 14px;
  font-weight: bold;
  color: #CBC5C5;
}
.rev-page-header__bonus .rev-page-header__bonus__val {
  font-size: 18px;
  color: #fff;
}
.rev-page-header__bonus .rev-page-header__bonus__val span,
.rev-page-header__bonus .rev-page-header__bonus__val strong {
  font-weight: bold;
  color: #ED593B;
}
.rev-page-header__bonus .rev-page-header__bonus__spin {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ED593B;
}

@media (min-width: 768px) {
  .rev-page-header__bottom {
    display: grid;
    grid-template-columns: 1fr 205px;
    grid-gap: 20px;
  }
}
.rev-page-header__features {
  background: #181818;
  padding: 12px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .rev-page-header__features {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.rev-page-header__features .rev-page-header__features__item span {
  background: url("../../images/check-circle.svg") no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
  min-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.rev-page-header__link {
  background: #FF0202;
  color: #fff !important;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  place-content: center;
  place-items: center;
}
@media (max-width: 768px) {
  .rev-page-header__link {
    display: block;
    width: 100%;
    padding: 12px 20px;
  }
}
.rev-page-header__link:hover {
  opacity: 0.86;
  color: #fff !important;
}

.company-info-block {
  border: 1px solid #373737;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .company-info-block {
    margin-bottom: 20px;
  }
}
.company-info-block .company-info-block__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .company-info-block .company-info-block__title {
    margin-bottom: 20px;
  }
  .company-info-block .company-info-block__title.-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .company-info-block .company-info-block__content {
    display: none;
  }
  .company-info-block .company-info-block__content.-toggle {
    display: block;
    margin-top: 20px;
  }
}
.company-info-block .company-info-block__content__item {
  background: #121212;
  padding: 12px;
}
.company-info-block .company-info-block__content__item:not(:last-child) {
  margin-bottom: 12px;
}
.company-info-block .company-info-block__content__item__label {
  font-weight: bold;
  color: #fff;
}
.company-info-block .company-info-block__content__item__val {
  margin-top: 6px;
}
.company-info-block .company-info-block__content__item__val a {
  color: #FF0202;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.company-info-block .company-info-block__content__item__val a:hover {
  text-decoration: none;
}
.company-info-block .toc-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 14px;
  align-items: center;
  background: #333535;
  padding: 14px;
}
.company-info-block .toc-item:not(:last-child) {
  margin-bottom: 12px;
}
.company-info-block .toc-item i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.company-info-block .toc-item span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.company-info-block .toc-item:hover {
  background: rgba(255, 2, 2, 0.076);
}

.tabs-content-block {
  margin-bottom: 32px;
}
.tabs-content-block .tabs-content-block__header {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tabs-content-block .tabs-content-block__header .tabs-content-block__label {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 8px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 3px;
  background: #333535;
  border: none;
}
@media (max-width: 768px) {
  .tabs-content-block .tabs-content-block__header .tabs-content-block__label {
    padding: 8px 10px;
  }
}
.tabs-content-block .tabs-content-block__header .tabs-content-block__label i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .tabs-content-block .tabs-content-block__header .tabs-content-block__label i {
    width: 16px;
    height: 16px;
  }
}
.tabs-content-block .tabs-content-block__header .tabs-content-block__label span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .tabs-content-block .tabs-content-block__header .tabs-content-block__label span {
    font-size: 14px;
  }
}
.tabs-content-block .tabs-content-block__header .tabs-content-block__label.-toggle {
  background: #FF0202;
  color: #fff;
}
.tabs-content-block .tabs-content-block__content {
  display: none;
}
.tabs-content-block .tabs-content-block__content.-toggle {
  display: block;
}
.tabs-content-block .tabs-content-block__data {
  border: 1px solid #373737;
  border-radius: 1px;
  background: #1F1F1F;
}
@media (min-width: 768px) {
  .tabs-content-block .tabs-content-block__data__row {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
.tabs-content-block .tabs-content-block__data__row:nth-child(odd) {
  background: #000;
}
.tabs-content-block .tabs-content-block__data__row .tabs-content-block__data__label {
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .tabs-content-block .tabs-content-block__data__row .tabs-content-block__data__label {
    padding: 10px;
    padding-bottom: 0;
  }
}
.tabs-content-block .tabs-content-block__data__row .tabs-content-block__data__val {
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .tabs-content-block .tabs-content-block__data__row .tabs-content-block__data__val {
    padding: 10px;
  }
}

.rev-page-bottom {
  background: #181818;
  padding: 16px 20px;
  border-radius: 2px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .rev-page-bottom {
    padding: 12px 16px;
    display: block;
  }
}
.rev-page-bottom .rev-page-bottom__date {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .rev-page-bottom .rev-page-bottom__date {
    margin-bottom: 12px;
  }
}
.rev-page-bottom .rev-page-bottom__date i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/date-icon.svg") no-repeat center;
  background-size: contain;
}
.rev-page-bottom .rev-page-bottom__date span {
  font-weight: bold;
  color: #fff;
}
.rev-page-bottom .rev-page-bottom__authors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.rev-page-author {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 0.875rem;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .rev-page-author {
    grid-gap: 8px;
  }
}
.rev-page-author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .rev-page-author img {
    width: 30px;
    height: 30px;
  }
}
.rev-page-author .rev-page-author__label {
  font-size: 12px;
  color: #fff;
}
.rev-page-author .rev-page-author__name {
  font-size: 15px;
  color: #FF0202;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 768px) {
  .rev-page-author .rev-page-author__name {
    font-size: 14px;
  }
}
.rev-page-author .rev-page-author__name:hover {
  text-decoration: none;
}

.rev-list-block .rev-list-block__item {
  background: #1F1F1F;
  border: 1px solid #373737;
  padding: 16px;
  border-radius: 1px;
}
.rev-list-block .rev-list-block__item:not(:last-child) {
  margin-bottom: 16px;
}
.rev-list-block .rev-list-block__top {
  display: grid;
  grid-template-columns: max-content 1fr 1fr 160px 250px;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__top {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    grid-gap: 12px;
  }
  .rev-list-block .rev-list-block__top .rev-list-block__content {
    text-align: center;
  }
}
.rev-list-block .rev-list-block__logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__logo img {
    width: 200px;
  }
}
.rev-list-block .rev-list-block__title {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__title {
    font-size: 20px;
  }
}
.rev-list-block .rev-list-block__bonus {
  background: url("../../images/bonus-icon-2.svg") no-repeat center right;
  background-size: 60%;
  line-height: 1.2;
}
.rev-list-block .rev-list-block__bonus .rev-page-header__bonus__label {
  color: #CBC5C5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.rev-list-block .rev-list-block__bonus .rev-page-header__bonus__val {
  color: #fff;
  font-size: 18px;
}
.rev-list-block .rev-list-block__bonus .rev-page-header__bonus__val span,
.rev-list-block .rev-list-block__bonus .rev-page-header__bonus__val strong {
  font-weight: bold;
  color: #ED593B;
}
.rev-list-block .rev-list-block__bonus .rev-page-header__bonus__spin {
  color: #ED593B;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
}
.rev-list-block .rev-list-block__payments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6px;
  line-height: 1;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__payments {
    display: none;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    justify-items: center;
    line-height: 1;
  }
}
.rev-list-block .rev-list-block__payments .rev-list-block__payments__item {
  padding: 0;
  margin: 0;
}
.rev-list-block .rev-list-block__payments .rev-list-block__payments__item img {
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__payments .rev-list-block__payments__item img {
    width: auto;
    height: 26px;
  }
}
.rev-list-block .rev-list-block__benefs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__benefs {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.rev-list-block .rev-list-block__benefs .rev-list-block__benefs__item {
  background: url("../../images/benef-icon.svg") no-repeat left top 8px;
  background-size: 16px;
  padding-left: 24px;
}
.rev-list-block .rev-list-block__benefs .rev-list-block__benefs__item span {
  min-height: 17px;
  font-size: 0.9375rem;
  color: #fff;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__btns-w {
    width: 100%;
  }
}
.rev-list-block .rev-list-block__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .rev-list-block .rev-list-block__btns {
    width: 100%;
  }
}
.rev-list-block .rev-list-block__btn {
  background: #FF0202;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.rev-list-block .rev-list-block__btn:hover {
  opacity: 0.86;
}
.rev-list-block .rev-list-block__link {
  background: #333535;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.rev-list-block .rev-list-block__link:hover {
  opacity: 0.86;
}

.rev-list-block__bottom {
  display: grid;
  grid-template-columns: 310px 1fr 1fr 310px;
  grid-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .rev-list-block__bottom {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.rev-list-block__bottom__card {
  background: #181818;
  padding: 8px 12px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 0.625rem;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .rev-list-block__bottom__card {
    padding: 10px 16px;
    flex: 1 0 auto;
    line-height: 1.2;
  }
}
.rev-list-block__bottom__card .rev-list-block__bottom__card__label {
  color: #CBC5C5;
}
.rev-list-block__bottom__card .rev-list-block__bottom__card__val {
  font-size: 16px;
  color: #fff;
}

.rev-page-card--bonus-val {
  width: 100%;
  height: 44px;
  line-height: 40px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 14px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
  width: 88%;
  height: 100%;
  background: linear-gradient(90deg, #FA01CD 0%, #FF0202 100%);
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:hover {
  left: -8px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay span {
  font-size: 12px;
  color: #fff;
  padding: 0 16px;
}
.rev-page-card--bonus-val input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  text-align: center;
  font-size: 17px;
  color: #FF0202 !important;
}
.rev-page-card--bonus-val input:focus {
  outline: none;
}
.rev-page-card--bonus-val.-toggle .rev-page-card--bonus-val--overlay {
  left: -400px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
  border-radius: 3px;
  text-align: center;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
  font-size: 12px;
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay::after {
  background: #fff url("../../images/arrow-left.svg") no-repeat center;
  background-size: 16px;
}
.rev-page-card--bonus-val input {
  background: #1F1F1F;
  border: 1px dashed #FF0202;
  color: #1F1F1F;
  width: 96%;
  height: 40px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
  border: 1px dashed #FF0202;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
  color: #F3F3F3;
}
