/* --- SINGLE REVIEW STYLE --- */
.bk-content {
  position: relative;
}

/* --- Info Blocks --- */
.bk-content__info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bk-content__info_block {
  border: 1px solid #e2f5ff;
  border-radius: 16px;
  width: 32%;
  position: relative;
  padding: 22px 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  color: #ffffff;
}
.bk-content__info_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.bk-content__info_pattern img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.bk-info-block-payments {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.bk-info-block-payments__content {
  margin: auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bk-info-block-payments__content img {
}
.bk-info-block-payments__more {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.bk-info-block-list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.bk-info-block-list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px;
}
.bk-info-block-list__item:nth-last-child(2n + 2) {
  background-color: rgb(255 255 255 / 0.1);
}
.bk-info-block-list__item_value {
  font-weight: bold;
}

/* --- Header Buttons --- */
.bk-content__buttons {
  display: flex;
  margin-bottom: 25px;
}
.bk-content__buttons .btn-b {
  margin: 0;
  width: 100%;
}
.bk-content__buttons .btn-b.bonus {
  margin-right: 16px;
}
.bk-content__buttons .btn-b a {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  position: relative;
}
.bk-content__buttons .btn-b a::before {
  font-family: "Betru";
  content: "\e902";
  position: absolute;
  left: 22px;
  font-weight: normal;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bk-content__buttons .btn-b.bonus a::before {
  content: "\e90e";
}
.bk-content__about-bonus {
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 8px #d2eefa;
  overflow: unset;
  margin-top: 10px;
  opacity: 0;
  z-index: -1;
}
.bk-content__about-bonus.opened {
  z-index: 2;
}
.bk-content__about-bonus.show {
  opacity: 1;
}
.bk-content__about-bonus .content-block__title {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bk-content__about-bonus::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  left: 35px;
  transform: rotate(45deg);
  z-index: 1;
  box-shadow: 0px 0px 8px #d2eefa;
  border: 1px solid #d9eafa;
}
p.bk-content__about-bonus_text {
  font-weight: 500;
}
.bk-content__about-bonus_text a {
  display: block;
  color: #262f56;
  margin-top: 25px;
}
.close-about-bonus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  margin: auto 0;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
}
.close-about-bonus::before {
  font-family: "Betru";
  content: "\e903";
  color: #000;
  font-size: 14px;
}
.close-about-bonus:hover:before {
  color: #00c659;
}

/* --- Widgets --- */
.plsmn-widget__plus,
.plsmn-widget__minus {
  /*    padding: 0 24px;*/
}
.plsmn-widget__plus p,
.plsmn-widget__minus p {
  margin: 0;
  padding: 20px 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #262f56;
  border-bottom: 1px solid #d9eafa;
  display: flex;
  align-items: center;
}
.plsmn-widget__minus p:last-child {
  border: 0;
}
.plsmn-widget__plus p::before,
.plsmn-widget__minus p::before {
  font-family: "Betru";
  content: "\e92f";
  font-size: 18px;
  margin-right: 20px;
}
.plsmn-widget__plus p::before {
  color: #00c659;
}
.plsmn-widget__minus p::before {
  color: #ec6f6f;
  transform: rotate(180deg);
}
.plsmn-widget__tab-row {
  display: none;
}

@media screen and (max-width: 991px) {
  .plsmn-widget__tab-row {
    display: flex;

    border-bottom: 1px solid #e2f5ff;
  }

  .plsmn-widget__tab-row button {
    position: relative;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 81px;

    font-family: "Rubik";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #262f56;

    padding: 5px;
    background-color: rgba(256, 256, 256, 0);
    border: none;
  }

  .plsmn-widget__tab-row button:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .plsmn-widget__plus p,
  .plsmn-widget__minus p {
    line-height: 1.48;
    padding: 20px 12px 20px 18px;
  }

  .plsmn-widget__tab-row button.active {
    font-weight: 500;
  }

  .plsmn-widget__tab-row button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;

    background: #00c659;
  }

  .plsmn-widget {
    margin-top: 55px;
  }

  .plsmn-widget .side-widget__title {
    display: none;
  }

  .plsmn-widget__content {
    position: relative;
    overflow: hidden;
  }

  .plsmn-widget .js-group-block-toggle {
    position: absolute;
    left: -200%;
    top: 0;
    opacity: 0;
  }

  .plsmn-widget .js-group-block-toggle.active {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .plsmn-widget {
    margin-top: 25px;
  }
}

@media (max-width: 750px) {
  h1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bk-content__header_bottom {
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
    flex-direction: column-reverse;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -588px;
  }
  .bk-header-bottom__item {
    margin-bottom: 8px;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    color: #262f56;
  }
  .bk-header-bottom__item_links {
    color: #262f56;
  }
  .bk-header-bottom__item a {
    color: #262f56;
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .bk-header-bottom__item_links {
    color: #262f56;
  }
  .bk-content__info {
    padding-top: 28px;
    padding-bottom: 202px;
    flex-direction: column-reverse;
    justify-content: flex-start;

    background: #f2f2f2;
    border-radius: 8px;
  }

  .bk-content__info_block {
    overflow: visible;
    box-sizing: border-box;
    padding: 0 11px;
    background: none !important;
    width: 100%;
    border: none;
  }

  .bk-content__info_pattern {
    display: none;
  }

  .bk-info-block-list__item:nth-last-child(2n + 2) {
    background-color: #ffffff;
    border-radius: 4px;
  }

  .bk-content__info_block {
    color: #262f56;
  }

  .bk-info-block-payments {
    margin-top: 13px;
    padding: 0 6px;
  }

  .bk-info-block-payments__title {
    margin-bottom: 10px;
  }

  .bk-info-block-payments__more {
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
    color: #262f56;
  }

  .bk-content__buttons .btn-b {
    box-sizing: border-box;
  }

  .bk-content__buttons .btn-b a {
    box-sizing: border-box;
    /*        text-shadow: 0px 0px 3px #00000085;*/
    text-shadow: 1px 1px 2px #00000094;
    font-weight: 400;
  }
}

@media (max-width: 541px) {
  .bk-content__header_bottom.bk-header-bottom {
    bottom: -546px;
  }
}

@media (max-width: 525px) {
  .bk-content__header_bottom.bk-header-bottom {
    bottom: -616px;
  }

  .bk-content__buttons .btn-b a::before {
    display: none;
  }

  .bk-content {
    display: flex;
    flex-direction: column;
  }

  .bk-content__header {
    order: -3;
  }
  .bk-content__buttons {
    order: -2;
  }
  .bk-content__info {
    order: -1;
    margin-bottom: 15px;
  }

  .bk-content__buttons .btn-b {
    flex: 1 0 50%;
    height: 50px;
  }

  .bk-content__buttons .btn-b a {
    /*        font-size: 12px;*/
  }

  .bk-content__buttons .btn-b.bonus {
    border-radius: 0px 0px 0px 8px;
    margin: 0;
  }

  .bk-content__buttons .btn-b.site {
    border-radius: 0px 0px 8px 0px;
  }

  .bk-content__buttons .btn-b.bonus a {
    border-radius: 0px 0px 0px 8px;
  }

  .bk-content__buttons .btn-b.site a {
    border-radius: 0px 0px 8px 0px;
  }

  .bk-content__header {
    margin-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    flex-direction: column;
    height: 192px;
  }

  .bk-content__header_top {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-left: 0;
    padding-right: 0;
  }

  .bk-content__header_top img {
    /* width: 115px; */
    height: auto;
  }

  .bk-header-ratings {
    margin-top: auto;
    position: static;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;

    border-top: 1px solid #27507c;
  }

  .bk-header-ratings__rating {
    margin: 0;
    padding: 20px 25px;
    box-sizing: border-box;
    flex: 1 0 50%;
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    text-align: center;
  }

  .bk-header-ratings__rating:first-child {
    border-right: 1px solid #27507c;
  }

  .bk-header-ratings__rating.site,
  .bk-header-ratings__rating.users {
    background: none;
  }

  .bk-header-ratings__rating::after,
  .bk-header-ratings__rating::before,
  .bk-content__header_banner,
  .bk-content__header_banner img {
    display: none;
  }

  .bk-header-ratings__rating .value-container {
    margin: 0;
    margin-bottom: 7px;
    width: 38px;
    height: 38px;
  }

  .bk-header-ratings__rating span.value-inner::before {
    font-size: 38px;
  }

  .bk-header-ratings__rating span.value {
    color: #ffffff;
  }

  .site span.value-inner::before {
    color: #0fb7ff;
  }

  .users span.value-inner::before {
    color: #1fcd6d;
  }

  .bk-info-block-payments__title {
    margin-bottom: 2px;
  }

  .bk-info-block-payments__more {
    margin-top: 0;
  }

  .bk-content__header_bottom {
    bottom: -630px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .bk-header-bottom__item_links {
    margin-top: 0;
  }
}
