.no--pointer {
  cursor: default !important;
}

.page__is--vr_categories .advertiser-line.in-rating-list-page,
.page__is--rating_lists_pages .advertiser-line.in-rating-list-page {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 576px) {
  .page__is--vr_categories .advertiser-line.in-head-block,
  .page__is--rating_lists_pages .advertiser-line.in-head-block {
    display: none !important;
  }
  .page__is--vr_categories .advertiser-line.in-rating-list-page,
  .page__is--rating_lists_pages .advertiser-line.in-rating-list-page {
    display: block;
  }
}
.site-widget.desktop a img {
  max-width: 100%;
}

.site-widget.desktop a:focus-visible img {
  border: 2px solid #5676FD;
  border-radius: 3px;
}

.rating-block {
  padding-top: 22px;
}

.rating-block .line1 {
  padding-bottom: 22px;
  font-size: 14px;
  color: #000;
}

.rating-block .line1 a {
  font-size: 12px;
}

.rating-block .line1 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rating-block .line1 .left img {
  margin-right: 8px;
}

.rating-block h2.rating-list-page__title {
  margin-top: 80px;
  margin-bottom: 20px;
}

.rating-list .rating-item {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 230px;
  width: 100%;
  border: 2px solid #E5E5E5;
  height: auto;
  position: relative;
  /*transition: all 0.1s;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}

.rating-list .rating-item:focus-visible,
.rating-list .rating-item:hover {
  filter: drop-shadow(0px 0px 8px rgba(12, 26, 85, 0.1));
}

.rating-list .rating-item.rating-mark-open {
  z-index: 3;
}

.rating-list .rating-item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F7FA;
  height: 100%;
  width: 65px;
  flex-grow: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px 0 0 8px;
}

.rating-list .rating-item .num-mobile {
  display: none;
}

.rating-list .rating-item .num div {
  background: #FFFFFF;
  /* strokes */
  border: 1px solid #E5E5E5;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  line-height: 38px;
  text-align: center;
  color: #3F4043;
  font-weight: 700;
  font-size: 18px;
}

.rating-list .rating-item .brandlogo {
  width: 300px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 30px;
  flex-direction: column;
  position: relative;
}

.rating-list .rating-item .brandlogo a:focus-visible {
  border: 2px solid #5676FD;
  border-radius: 3px;
}

.rating-list .rating-item .brandlogo.withnum {
  margin-left: 65px;
  align-items: center;
  justify-content: center;
  width: 235px;
  padding-left: 0;
}

.rating-list .rating-item .brandlogo.withoutnum {
  padding-left: 30px;
  padding-top: 10px;
  max-width: 300px;
  width: 24%;
}

.rating-list .rating-item .brandlogo .brandlogo__desktop {
  max-width: 140px;
}

.rating-list .rating-item .brandlogo .brandlogo__mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .rating-list .rating-item .brandlogo .brandlogo__desktop {
    display: none !important;
  }
  .rating-list .rating-item .brandlogo .brandlogo__mobile {
    display: block !important;
  }
}
.rating-list .rating-item .offertext-wrapper {
  border-top: 1px solid #E5E5E5;
  padding: 25px 0 15px;
  margin-top: 20px;
}

.rating-list .rating-item .offertext-wrapper .offertext--text {
  padding: 5px 15px;
  background: rgba(255, 94, 98, 0.1);
  border: 1px dashed #FF5E62;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #FF5E62;
}

@media only screen and (max-width: 768px) {
  .rating-list .rating-item .offertext-wrapper:not(.mobile) {
    justify-content: center;
  }
  .rating-list .rating-item .offertext-wrapper {
    border: none;
    padding: 0;
  }
}
.rating-list .rating-item .rating-mark {
  margin-top: 20px;
}

.rating-mark {
  width: 125px;
  min-width: 125px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
}

.rating-list .rating-item .rating-mark {
  position: static;
}

.rating-mark .mark {
  width: 30px;
  margin-right: 5px;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.rating-mark .rate .stars {
  width: 60px;
  height: 11px;
  position: relative;
  background: url(../images/score.svg) left top no-repeat;
}

.rating-mark .rate .stars div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/score-act.svg) left top no-repeat;
}

.rating-mark .rate .rate-name {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #707177;
  display: flex;
  align-content: center;
  justify-content: space-between;
  white-space: nowrap;
}

.rating-mark .rate .rate-name img {
  margin-left: 2px;
}

.rating-mark .hint {
  display: none;
  position: absolute;
  background: #1C2E6C;
  border-radius: 12px;
  width: 254px;
  padding: 14px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.rating-list .rating-item .rating-mark .hint {
  max-width: 98%;
}

@media (min-width: 769px) {
  /*.rating-mark:hover .hint {
      display: block;
  }*/
  .rating-mark.open .hint {
    display: block;
  }
}
@media (max-width: 768px) {
  .rating-mark.open .hint {
    display: block;
  }
  .top3-block .rating-mark.open .hint {
    z-index: 2;
    font-size: 12px;
    top: 34px;
  }
}
.rating-mark .hint:before {
  width: 8px;
  height: 8px;
  background: #1C2E6C;
  position: absolute;
  display: block;
  content: " ";
  left: calc(50% - 4px);
  top: -4px;
  transform: rotate(45deg);
}

.rating-list .rating-item .label {
  height: 47px;
  padding: 0 20px 0 20px;
  position: absolute;
  top: 16px;
  left: -14px;
  background: #255FA7;
  letter-spacing: 0.5px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 47px;
  border-radius: 4px 0 0 0;
  z-index: 1;
}

.rating-list .rating-item .label:before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 24px solid #255FA7;
  border-bottom: 23px solid #255FA7;
  border-left: 8px solid #255FA7;
  border-right: 8px solid #fff;
}

.rating-list .rating-item .label:after {
  position: absolute;
  display: block;
  content: " ";
  width: 11px;
  height: 17px;
  background: url(../images/bflag_bottom_blue.svg) center center no-repeat;
  left: 3px;
  top: 100%;
}

.rating-list .rating-item .info {
  padding: 30px 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #060F31;
  line-height: 1.5;
  flex-grow: 1;
  align-self: flex-start;
  position: relative;
}

.rating-list .rating-item .info .actions-unit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rating-list .rating-item .info .info-wrap {
  max-width: 470px;
}

.rating-list .rating-item.rating-item__with-rating-score-widget .info .info-wrap {
  max-width: 450px;
}

.rating-list .rating-item .info ul {
  margin: 22px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #707177;
}

.rating-list .rating-item .info ul li {
  display: block;
  padding-left: 34px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 8px;
  color: #707177;
  font-weight: 400;
  background: url(../images/check.svg) left 4px no-repeat;
}

.rating-list .rating-item .info .info-wrap a {
  position: relative;
  z-index: 2;
}

.rating-list .rating-item .info a svg {
  margin-left: 5px;
}

.rating-list .rating-item .actions {
  width: 240px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 30px;
  text-align: center;
  align-self: flex-start;
}

.rating-list .rating-item.rating-item__with-rating-score-widget .actions {
  position: relative;
  z-index: 2;
}

.rating-list .rating-item .actions .rating-score-widget {
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  background: #1C2E6C;
  border-radius: 4px;
  width: 66px;
  position: absolute;
  top: 30px;
  left: -75px;
}

.rating-list .rating-item .actions .rating-score-widget > .rating-score-widget-val {
  cursor: pointer;
}

.rating-list .rating-item .actions .btn {
  margin: 0;
}

.rating-list .rating-item .actions img {
  display: inline-block;
  margin-top: 20px;
  max-width: 100%;
}

.top-services {
  background: #F3F7FA;
  padding: 40px 0;
  text-align: center;
  margin-top: 60px;
}

.faq-block {
  padding: 70px 0 0;
}

.faq-block h2, .faq-block h3, .faq-block .h2, .faq-block .h3 {
  color: #060F31;
}

.faq-list .faq-item {
  border-bottom: 2px solid #E5E5E5;
  padding: 0 0 35px;
  margin-bottom: 35px;
}

.faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.faq-list .faq-item .question {
  padding-left: 41px;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.faq-list .faq-item .question h3 {
  margin: 0;
}

.faq-list .faq-item .question:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: " ";
  display: block;
  background: url(../images/arrow_down.svg) center center no-repeat;
  width: 14px;
  height: 8px;
  background-size: 100% auto;
  transform: rotate(180deg);
  transition: all 0.3s;
}

.faq-list .faq-item.open .question:before {
  transform: rotate(0deg);
}

.faq-list .faq-item .answer {
  display: none;
  margin-top: 25px;
}

.faq-list .faq-item.open .answer {
  display: block;
  line-height: 24px;
}

.info-block {
  padding-top: 70px;
  line-height: 24px;
}

.info-block .wrapper.short > *:first-child {
  margin-top: 0;
}

.info-block h2, .info-block h3, .info-block .h2, .info-block .h3 {
  color: #060F31;
  margin-top: 45px;
}

.info-block p {
  margin: 0 0 30px;
  padding: 0;
}

.review-block ol,
.info-block ol {
  margin: 35px 0 35px;
  padding: 0 0 0 50px;
}

.info-block ul {
  margin: 35px 0 35px;
  padding: 0;
}

.review-block ol li,
.info-block ol li {
  padding: 0 0 0 13px;
  margin: 0 0 15px;
}

.info-block ul li {
  padding: 0 0 0 63px;
  position: relative;
  list-style: none;
  margin: 0 0 15px;
}

.info-block ul li:before {
  position: absolute;
  top: 6px;
  left: 35px;
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #070F31;
}

.info-block ul li:last-child {
  margin-bottom: 0;
}

.review-block {
  padding: 60px 0 80px;
  line-height: 1.5;
}

.review-block .spaceb {
  align-items: stretch;
}

.review-block h1 {
  margin-bottom: 54px;
}

.review-block h2 {
  margin-bottom: 30px;
}

.review-block .left {
  flex-grow: 1;
  flex-shrink: 1;
}

.review-block .right {
  width: 380px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 60px;
  position: relative;
}

.review-block .sub-wrapper {
  line-height: 24px;
}

.review-block .sub-wrapper h2,
.review-block .sub-wrapper h3,
.review-block .sub-wrapper .h2,
.review-block .sub-wrapper .h3 {
  margin-top: 45px;
}

.review-block .sub-wrapper > *:first-child {
  margin-top: 0;
}

.review-block p {
  margin: 0 0 30px;
}

.review-block ul {
  margin: 30px 0;
  padding: 0;
}

.review-block ul li {
  display: block;
  list-style: none;
  margin: 0 0 10px;
  position: relative;
  padding-left: 63px;
}

.review-block ul li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #070F31;
  top: 9px;
  left: 35px;
  position: absolute;
}

.pros-cons {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.pros-cons .pros {
  width: 50%;
  border-right: 1px solid #E5E5E5;
  flex-shrink: 0;
}

.pros-cons .cons {
  width: 50%;
}

.pros-cons .title {
  background: #F3F7FA;
  height: 47px;
  line-height: 47px;
  padding-left: 24px;
  font-weight: 500;
  font-size: 22px;
  color: #060F31;
}

.pros-cons .info {
  padding: 30px 20px;
}

.pros-cons ul {
  margin: 0;
  padding: 0;
}

.pros-cons ul li {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.pros-cons ul li:last-child {
  margin-bottom: 0;
}

.pros-cons .pros ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 13px;
  content: " ";
  display: block;
  background: url(../images/check.svg) center center no-repeat;
  background-size: 100% auto;
}

.pros-cons .cons ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 2px;
  background: #3F4043;
  border-radius: 1px;
  content: " ";
  display: block;
}

.review-rate-block {
  padding: 30px 33px;
  border-radius: 8px;
  background: #F3F7FA;
  text-align: center;
  margin: 0 0 35px;
}

.review-rate-block .rating-mark {
  margin: 20px auto;
}

.review-rate-block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #070F31;
  margin-bottom: 12px;
}

.review-rate-block strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #1C2E6C;
}

.review-rate-block .plus {
  margin: 13px 0 30px;
  font-size: 16px;
  font-weight: 500;
  color: #070F31;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-rate-block .plus img {
  margin-left: 5px;
}

.review-rate-block .pricing {
  position: relative;
}

.review-rate-block .pricing .hint {
  display: none;
  position: absolute;
  background: #1C2E6C;
  border-radius: 12px;
  width: 254px;
  padding: 14px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.review-rate-block .pricing.open-hint .hint {
  display: block;
}

.review-rate-block .pricing .hint:before {
  width: 8px;
  height: 8px;
  background: #1C2E6C;
  position: absolute;
  display: block;
  content: " ";
  left: calc(50% + 40px);
  bottom: -4px;
  transform: rotate(45deg);
}

.review-rate-block .btn {
  width: 100%;
}

.review-rate-block a img {
  max-width: 100%;
}

.review-rate-block a:focus-visible img {
  border: 2px solid #5676FD;
  border-radius: 3px;
}

.review-top-offers {
  padding: 22px 24px;
  border-radius: 8px;
  background: #F3F7FA;
  text-align: center;
  margin: 0 0 35px;
  transition: all 0.2s;
}

.review-top-offers.fixed {
  position: fixed;
  top: 35px;
  width: 380px;
}

.review-top-offers.fixed.fixed-bottom {
  top: auto;
  position: absolute;
  bottom: -108px;
}

.review-top-offers h3 {
  margin-bottom: 38px;
}

.top-offers-item {
  padding: 0 40px 0 16px;
  height: 92px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 10px;
  transition: all 0.3s;
}

.top-offers-item:focus-within,
.top-offers-item:focus-visible,
.top-offers-item:hover {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.top-offers-item:last-child {
  margin-bottom: 0;
}

.top-offers-item a img {
  max-width: 132px;
  max-height: 60px;
}

.top-offers-item a:focus-visible img {
  border: 2px solid #5676FD;
  border-radius: 3px;
}

.top-offers-item .label {
  height: 32px;
  padding: 0 20px;
  position: absolute;
  top: -16px;
  left: -14px;
  background: #FFCD4B;
  background-size: auto 100%;
  color: #060F31;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.5px;
  border-radius: 4px 0 0 0px;
  z-index: 3;
  text-transform: none;
}

.top-offers-item .label:before {
  position: absolute;
  display: block;
  content: " ";
  width: 11px;
  height: 32px;
  background: url(../images/flag_right.svg) center center no-repeat;
  left: 100%;
  top: 0;
}

.top-offers-item .label:after {
  position: absolute;
  display: block;
  content: " ";
  width: 11px;
  height: 17px;
  background: url(../images/flag_bottom.svg) center center no-repeat;
  left: 3px;
  top: 100%;
}

@media only screen and (max-width: 1250px) {
  .rating-block .line1 .discloser {
    display: none;
  }
  .rating-list .rating-item .num {
    width: 52px;
  }
  .rating-list .rating-item .num div {
    width: 31px;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
  }
  .rating-list .rating-item .brandlogo {
    padding: 0 10px;
    width: 210px;
  }
  .rating-list .rating-item .brandlogo.withnum {
    width: 23%;
    min-width: 158px;
    margin-left: 52px;
    padding-left: 10px;
  }
  .rating-list .rating-item .info .info-wrap,
  .rating-list .rating-item.rating-item__with-rating-score-widget .info .info-wrap {
    max-width: 100%;
    padding-right: 40px;
  }
  .rating-list .rating-item .brandlogo a img {
    max-width: 100%;
  }
  .rating-list .rating-item .info {
    padding: 16px 10px;
  }
  .rating-list .rating-item .actions {
    padding-top: 16px;
    width: 160px;
    margin-right: 16px;
  }
  .rating-list .rating-item .actions .rating-score-widget {
    display: block;
    line-height: 53px;
    width: 53px;
    position: static;
    margin: 0 0 15px auto;
  }
  .rating-list .rating-item .actions img {
    max-width: 100%;
    display: none;
  }
  .rating-list .rating-item .actions .btn {
    width: 160px;
    padding: 0 0;
    height: 53px;
    line-height: 53px;
  }
  .rating-list .rating-item .label {
    padding: 0 18px 0 10px;
  }
  .top-services .spaceb {
    gap: 30px;
  }
  .top-services a,
  .top-services span {
    flex-shrink: 1;
  }
  .top-services span img,
  .top-services a img {
    max-width: 100%;
  }
  .review-block > .spaceb {
    display: block;
  }
  .review-block .left {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  .review-block .right {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  .pros-cons {
    margin-bottom: 40px;
  }
  .review-block .review-rate-block {
    display: none;
  }
  .review-top-offers {
    padding: 22px 45px;
    position: static !important;
    width: 100% !important;
  }
  .review-block {
    padding-bottom: 20px;
  }
  .sub-wrapper {
    max-width: 770px;
    margin: 0 auto;
  }
  .wrapper2 .left {
    max-width: 770px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .rating-block {
    padding-top: 0;
  }
  .rating-block .line1 {
    background: #F3F7FA;
    width: 100vw;
    margin-left: -10px;
    padding: 0 20px 17px;
    border-bottom: 1px solid #E5E5E5;
  }
  .rating-block h2.rating-list-page__title {
    margin-top: 70px;
    margin-bottom: -15px;
  }
  .rating-list {
    padding-top: 34px;
  }
  .rating-list .rating-item {
    margin-bottom: 20px;
    display: block;
  }
  .rating-list .rating-item.rating-item__with-ribbon {
    margin-top: 33px;
  }
  .rating-list .rating-item .label {
    height: 32px;
    top: -16px;
    line-height: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 40px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
  }
  .rating-list .rating-item .label:after {
    left: -13px;
    top: 0px;
    transform: rotate(90deg);
  }
  .rating-list .rating-item .label:before {
    position: absolute;
    display: block;
    content: " ";
    width: 11px;
    height: 17px;
    background: url(../images/bflag_bottom_blue.svg) center center no-repeat;
    right: -13px;
    left: auto;
    top: 0;
    transform: rotate(-90deg) scaleX(-1);
    bottom: auto;
    border: none;
  }
  .rating-list .rating-item .num {
    height: 31px;
    width: 31px;
    display: none;
    top: 18px;
    left: 12px;
    z-index: 2;
  }
  /*.rating-list .rating-item .num:nth-child(2) { top: 32px; }*/
  .rating-list .rating-item .brandlogo {
    position: relative;
  }
  .rating-list .rating-item .brandlogo a img {
    max-height: 56px;
  }
  .rating-list .rating-item .brandlogo.withnum a img {
    max-width: 120px;
    max-height: 40px;
  }
  .rating-list .rating-item .brandlogo {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .rating-list .rating-item .brandlogo.withnum {
    width: 100%;
    padding-left: 63px;
    padding-right: 63px;
    margin-left: 0;
    text-align: left;
    flex-direction: row;
    align-items: center;
    padding-top: 18px;
    justify-content: space-between;
    background: #F3F7FA;
    padding-bottom: 12px;
    min-height: 66px;
  }
  .rating-list .rating-item .brandlogo.withoutnum {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .rating-list .rating-item .brandlogo > a {
    display: block;
    margin: 0 auto;
  }
  .rating-list .rating-item.rating-item__with-ribbon .brandlogo.withnum {
    padding-top: 28px;
    min-height: 78px;
  }
  .rating-list .rating-item .num-mobile {
    display: block;
    top: 50%;
    margin-top: -13px;
  }
  .rating-list .rating-item.rating-item__with-ribbon .num-mobile {
    margin-top: -13px;
  }
  /*.rating-list .rating-item .brandlogo:nth-child(2) { padding-top: 36px; }
  .rating-list .rating-item .brandlogo.withnum:nth-child(2) { padding-top: 18px; }
  .rating-list .rating-item .brandlogo.withnum:nth-child(3) { padding-top: 30px; }*/
  .rating-list .rating-item .rating-mark {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -63px;
    margin-bottom: -50px;
    z-index: 3;
  }
  .rating-list .rating-item .info {
    padding: 20px 15px;
    font-size: 15px;
  }
  .rating-list .rating-item.rating-item__with-rating-mark .info {
    padding-top: 62px;
  }
  .rating-list .rating-item .info ul {
    font-size: 15px;
  }
  .rating-list .rating-item .actions {
    width: 270px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .rating-list .rating-item.rating-item__with-rating-score-widget .actions {
    position: static;
  }
  .rating-list .rating-item .actions .rating-score-widget {
    line-height: 40px;
    position: absolute;
    top: 13px;
    left: unset;
    right: 12px;
    margin: 0;
  }
  .rating-list .rating-item.rating-item__with-ribbon .actions .rating-score-widget {
    top: 22px;
  }
  .rating-list .rating-item .actions .btn {
    height: 60px;
    line-height: 60px;
    width: 100%;
  }
  .rating-list .rating-item .info .info-wrap,
  .rating-list .rating-item.rating-item__with-rating-score-widget .info .info-wrap {
    padding-right: 0;
  }
  .rating-mark .hint {
    width: 180px;
    font-size: 13px;
  }
  .rating-list .rating-item .rating-mark .hint {
    max-width: unset;
  }
  .top-services .spaceb {
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-services {
    padding: 25px 0;
  }
  .top-services span,
  .top-services a {
    width: calc((100% - 40px) / 3);
  }
  .faq-block {
    padding-top: 40px;
  }
  .faq-block h2, .faq-block .h2 {
    margin-bottom: 35px;
  }
  .faq-list .faq-item .question h3 {
    font-weight: 500;
  }
  .faq-list .faq-item .question {
    padding-left: 0;
    padding-right: 30px;
  }
  .faq-list .faq-item .question:before {
    top: 7px;
    left: auto;
    right: 0;
    width: 10px;
    height: 6px;
  }
  .faq-list .faq-item .answer {
    margin-top: 20px;
  }
  .faq-list .faq-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info-block {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .info-block p {
    margin-bottom: 15px;
  }
  .review-block ol,
  .info-block ol {
    margin: 15px 15px 20px 20px;
    padding: 0 0 0 17px;
  }
  .info-block ul,
  .review-block ul {
    margin: 15px 15px 20px 20px;
  }
  .review-block ol li,
  .info-block ol li {
    padding-left: 7px;
  }
  .info-block ul li,
  .review-block ul li {
    padding-left: 22px;
  }
  .info-block ul li:before,
  .review-block ul li:before {
    left: 0;
  }
  .review-block {
    padding: 35px 0 100px;
  }
  .review-block h1 {
    margin-bottom: 30px;
  }
  .review-block p {
    margin-bottom: 30px;
  }
  .pros-cons {
    display: block;
    margin-bottom: 35px;
  }
  .pros-cons .pros {
    width: 100%;
    border-right: 0;
  }
  .pros-cons .cons {
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
  .review-top-offers {
    padding: 22px;
  }
  .review-top-offers a {
    font-size: 14px;
  }
  .top-offers-item {
    padding: 0 30px 0 15px;
    height: 80px;
  }
  .top-offers-item a img {
    max-width: 120px;
  }
  .review-block {
    position: relative;
  }
  .rating-list .rating-item .info .info-wrap a {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .rating-list .rating-item .brandlogo.withnum {
    padding-left: 40px;
  }
  .rating-list .rating-item .brandlogo a img {
    max-width: 100% !important;
  }
}
/* top3 block styles */
.top3-block {
  gap: 23px;
  margin: 15px 0 20px;
  align-items: stretch;
}

.top3-block .top3-block-item {
  padding: 20px 25px 35px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  transition: all 0.1s;
  text-align: center;
  color: #060F31;
  position: relative;
  width: 33.333%;
}

.top3-block .top3-block-item > a {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top3-block .top3-block-item > a:focus-visible {
  border-radius: 8px;
  border: 1px solid #9e9e9e;
}

.top3-block .rating-mark {
  z-index: 2;
}

.top3-block .top3-block-item.most-popular {
  padding-top: 32px;
}

.top3-block .top3-block-item.most-popular-mobile .label {
  display: none;
}

.top3-block .top3-block-item:hover,
.top3-block .top3-block-item:focus-within {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.top3-block .top3-block-item .spaceb__logo-title {
  text-align: left;
  display: flex;
  align-items: center;
}

.top3-block .top3-block-item .spaceb__logo {
  width: 53px;
}

.top3-block .top3-block-item .spaceb__logo img {
  max-width: 100%;
}

.top3-block .top3-block-item .top3-logo {
  max-height: 40px;
  max-width: 180px;
}

.top3-block .top3-block-item .top3-name {
  margin: 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.top3-block .top3-block-item .top3-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  padding-left: 5px;
}

.top3-block .top3-block-item .top3-link {
  color: #5676FD;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  bottom: 15px;
}

.top3-block .top3-block-item .top3-link svg {
  margin-left: 5px;
}

.top3-block .top3-block-item:focus-visible .top3-link,
.top3-block .top3-block-item:hover .top3-link {
  text-decoration: underline;
}

.top3-block .label {
  height: 32px;
  top: -15px;
  position: absolute;
  line-height: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 25px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 2;
  background: #255FA7;
  color: #FFF;
}

.top3-block .label:after {
  left: -13px;
  top: 0px;
  transform: rotate(90deg);
  position: absolute;
  display: block;
  content: " ";
  width: 11px;
  height: 17px;
  background: url(../images/bflag_bottom_blue.svg) center center no-repeat;
}

.top3-block .label:before {
  position: absolute;
  display: block;
  content: " ";
  width: 11px;
  height: 17px;
  background: url(../images/bflag_bottom_blue.svg) center center no-repeat;
  right: -13px;
  left: auto;
  top: 0px;
  transform: rotate(-90deg) scaleX(-1);
}

@media only screen and (max-width: 1250px) {
  .top3-block .top3-block-item {
    padding: 20px 15px 35px;
  }
  .top3-block .top3-block-item.most-popular {
    padding-top: 40px;
  }
  .top3-block .top3-block-item .top3-name {
    margin: 15px 0;
  }
  .top3-block .top3-block-item .spaceb {
    display: block;
  }
  .top3-block .top3-block-item .spaceb__logo-title {
    text-align: center;
    display: block;
  }
  .top3-block .top3-block-item .spaceb__logo {
    width: 100%;
  }
  .top3-block .top3-block-item .top3-title {
    margin-top: 5px;
    padding-left: 0;
  }
  .top3-block .top3-block-item .spaceb .rating-mark {
    margin: 15px auto 0;
  }
}
@media (min-width: 769px) {
  .top3-block {
    margin-top: -5px;
  }
  .top3-block .top3-block-item:nth-child(1) {
    order: 2;
  }
  .top3-block .top3-block-item:nth-child(2) {
    order: 1;
  }
  .top3-block .top3-block-item:nth-child(3) {
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .top3-block {
    width: 100%;
    overflow: auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .top3-block .top3-block-item {
    min-width: 216px;
    padding-top: 30px;
    z-index: 1;
  }
}
/* -- top3 block styles */
.rating-score-widget-modal {
  position: absolute;
  right: 0;
  top: 71px;
  width: 265px;
  bottom: auto;
  height: auto;
  text-align: left;
  display: none;
}

.rating-score-widget-modal .rating-score-widget-modal-wrap {
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.14));
  border-radius: 4px;
  background: #fff;
}

.rating-list .rating-item .actions .rating-score-widget.act .rating-score-widget-modal {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.rating-score-widget-modal:before {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: #fff;
  top: 72px;
  right: 25px;
  content: " ";
  display: block;
  z-index: 1;
}

.rating-score-widget-modal .rating-score-widget-modal-item {
  padding: 10px 26px;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.1s;
}

.rating-score-widget-modal .rating-score-widget-modal-item .name {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #707177;
  padding-right: 25px;
}

.rating-score-widget-modal .rating-score-widget-modal-item .name div {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 3px;
}

.rating-score-widget-modal .rating-score-widget-modal-item .score {
  background: #1C2E6C;
  border-radius: 4px;
  width: 40px;
  height: 27px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 27px;
}

.rating-score-widget-modal .rating-score-widget-modal-item:hover {
  /*background: #F4F7F9;*/
}

.rating-score-widget-modal .rating-score-widget-modal-footer {
  padding: 5px 26px 14px;
  line-height: 1;
}

.rating-score-widget-modal .rating-score-widget-modal-footer a {
  color: #5676FD;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
}

.rating-score-widget-modal-separate {
  display: none;
}

.rating-score-widget-modal .rating-score-widget-modal-head {
  display: none;
}

.rating-score-widget-modal .rating-score-widget-modal-footer .link__mobile {
  display: none;
}

@media only screen and (max-width: 1250px) {
  .rating-score-widget-modal .rating-score-widget-modal-wrap {
    width: 376px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .rating-score-widget-modal-separate.act {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: block;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head {
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .val {
    width: 52px;
    min-width: 52px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1C2E6C;
    border-radius: 4px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .img {
    padding-right: 14px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .score-brandlogo {
    max-height: 40px;
    max-width: 100%;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .close:before {
    height: 20px;
    width: 2px;
    background: #060F31;
    position: absolute;
    content: " ";
    display: block;
    left: calc(50% - 1px);
    top: 7px;
    transform: rotate(45deg);
    border-radius: 4px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .close:after {
    height: 20px;
    width: 2px;
    background: #060F31;
    position: absolute;
    content: " ";
    display: block;
    left: calc(50% - 1px);
    top: 7px;
    transform: rotate(-45deg);
    border-radius: 4px;
  }
  .rating-score-widget-modal-separate .rating-score-widget-modal:before {
    display: none;
  }
  .rating-score-widget-modal .rating-score-widget-modal-item {
    padding: 10px 30px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-footer {
    padding: 0;
  }
  .rating-score-widget-modal:before {
    display: none;
  }
  .rating-score-widget-modal .rating-score-widget-modal-footer .link__desktop {
    display: none;
  }
  .rating-score-widget-modal .rating-score-widget-modal-footer .link__mobile {
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 30px 19px;
    line-height: 1.2;
  }
  .rating-score-widget-modal .rating-score-widget-modal-footer .link__mobile svg {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .rating-score-widget-modal .rating-score-widget-modal-item {
    padding: 10px 26px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head {
    padding-left: 26px;
    padding-right: 26px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .close {
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-wrap {
    top: 64px;
    width: 300px;
  }
  .rating-score-widget-modal .rating-score-widget-modal-head .close:before, .rating-score-widget-modal .rating-score-widget-modal-head .close:after {
    top: 4px;
  }
}
/**********************
 * Special Offer block
 ***********************/
.rating-list .rating-item.rating-item__with-specialoffer {
  padding-bottom: 104px;
}

.rating-list .rating-item.rating-item__with-specialoffer .info {
  padding-bottom: 20px;
}

.rlp-item__specialoffer {
  position: absolute;
  bottom: 20px;
  left: 65px;
  right: 0;
}

.rlp-item__specialoffer-title {
  color: #5676FD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 235px;
  text-align: center;
}

.rlp-item__specialoffer-title span {
  display: block;
  position: absolute;
  left: 71px;
  border-bottom: 1px dashed #5676FD;
  right: 0;
  transition: all 0.3s;
}

.rlp-item__specialoffer-title svg {
  display: block;
  position: absolute;
  top: 13px;
  left: 255px;
}

.rlp-item__specialoffer-buttons:before {
  display: block;
  position: absolute;
  left: 71px;
  right: 0;
  top: 0;
  border-bottom: 1px dashed #5676FD;
}

.rlp-item__specialoffer-buttons {
  position: relative;
  overflow: hidden;
  padding-left: 255px;
  transition: opacity 0.5s;
  padding-top: 20px;
}

.rlp-item__specialoffer-buttons > a {
  margin-right: 25px;
}

@media only screen and (max-width: 1250px) {
  .rlp-item__specialoffer-title {
    width: 23%;
    min-width: 158px;
  }
  .rlp-item__specialoffer-title span {
    left: calc(11.5% - 47px);
  }
  .rlp-item__specialoffer-title svg {
    left: calc(23% + 10px);
  }
  .rlp-item__specialoffer-buttons {
    padding-left: calc(23% + 10px);
  }
}
@media only screen and (max-width: 900px) {
  .rlp-item__specialoffer-title span {
    left: -13px;
  }
  .rlp-item__specialoffer-buttons {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rating-list .rating-item.rating-item__with-specialoffer {
    padding-bottom: 20px;
  }
  .rlp-item__specialoffer {
    position: static;
    padding-left: 27px;
    padding-right: 27px;
  }
  .rlp-item__specialoffer-title {
    width: 100%;
    position: relative;
  }
  .rlp-item__specialoffer-title span {
    display: none !important;
  }
  .rlp-item__specialoffer-title svg {
    top: 21px;
    left: 17px;
  }
  .rlp-item__specialoffer-buttons > a {
    margin-right: 0;
  }
  .rlp-item__specialoffer-buttons {
    padding-top: 9px;
  }
  .rlp-item__specialoffer-buttons .btn-specialoffer {
    display: block;
    border-radius: 0;
    margin-top: -1px;
    min-width: unset;
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: unset;
  }
  .rlp-item__specialoffer-buttons .btn-specialoffer:first-child {
    border-radius: 6px 6px 0 0;
  }
  .rlp-item__specialoffer-buttons .btn-specialoffer:last-child {
    border-radius: 0 0 6px 6px;
  }
}
/**
 * RLP banner
 */
.rlp-banner-block {
  background: #E6EBFF;
  border: 1px solid #5676FD;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.rlp-banner-block .wrapper {
  padding: 25px 21px 21px;
  display: flex;
  align-items: center;
  position: relative;
}

.rlp-banner-block .left {
  margin: 0 10px;
}

.rlp-banner-block .right {
  margin: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.rlp-banner-block .label {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 6px 15px 4px 38px;
  background: #1C2E6C;
  white-space: nowrap;
  border-radius: 20px 0 0 20px;
  max-height: 40px;
  display: inline-block;
}

.rlp-banner-block .label.custom-icon {
  padding-left: 53px;
}

.rlp-banner-block .label.with-flag {
  margin-left: 60px;
}

.rlp-banner-block .label svg {
  position: absolute;
  top: 8px;
  left: 8px;
}

.rlp-banner-block .label div.icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.rlp-banner-block .label.default-icon div.icon {
  background-position: center;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 31px;
  background-image: url("../svg/bulb.svg");
}

.rlp-banner-block .label.custom-icon div.icon {
  background-position: right center;
  top: -17px;
  left: -22px;
  width: 66px;
  height: 66px;
}

.rlp-banner-block .label div.flag {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -17px;
  left: -80px;
  width: 66px;
  height: 66px;
}

.rlp-banner-block .text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #060F31;
  padding-right: 20px;
}

.rlp-banner-block .link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5676FD;
  display: inline-block;
  white-space: nowrap;
}

.rlp-banner-block .link a:after {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../svg/arrows.svg") 0 0 no-repeat;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 1250px) {
  .rlp-banner-block .wrapper {
    display: block;
  }
  .rlp-banner-block .left {
    margin-bottom: 7px;
    margin-right: 0;
  }
  .rlp-banner-block .right {
    margin-left: 40px;
    align-items: flex-start;
    margin-right: 0;
  }
  .rlp-banner-block .right.with-flag {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .rlp-banner-block {
    /*margin-top: -14px;*/
  }
  .rlp-banner-block .right {
    display: block;
  }
  .rlp-banner-block .right.with-flag {
    margin-left: 15px;
    margin-top: 15px;
  }
  .rlp-banner-block .text {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
/*******************************************
 *              Contact Forms              *
 *******************************************/
.page__is--page article.page__page-contact-us {
  width: 100%;
  padding: 30px 0 60px;
}

.page__page-contact-us h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin: 0 0 30px;
}

.page__page-contact-us .wp-block-contact-form-7-contact-form-selector {
  padding: 25px 20px;
  max-width: 978px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 10px 110px 1px rgba(59, 59, 59, 0.08);
  border-radius: 10px;
}

.page__page-contact-us .wpcf7-form label {
  display: block;
}

.page__page-contact-us .wpcf7-form p {
  margin-bottom: 1.5em;
}

.page__page-contact-us .wp-block-contact-form-7-contact-form-selector form {
  margin: 0 auto;
  max-width: 744px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3F4043;
}

.page__page-contact-us .wpcf7-form input[type=email],
.page__page-contact-us .wpcf7-form input[type=text],
.page__page-contact-us .wpcf7-form textarea {
  display: block;
  width: 100%;
  height: 59px;
  border: 1px solid #A1CBEC;
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 20px;
  font-size: 18px;
  color: #3F4043;
}

.page__page-contact-us .wpcf7-form textarea {
  height: 140px;
}

.page__page-contact-us .wpcf7-form .wpcf7-submit {
  height: 60px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  outline: none;
  border: none;
  cursor: pointer;
  background: #008254;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  width: 180px;
  display: block;
  margin: 0 auto;
}

.page__page-contact-us .wpcf7-form .wpcf7-submit:hover {
  background: #5676fd;
}

@media only screen and (max-width: 768px) {
  .page__page-contact-us h2 {
    font-size: 25px;
    line-height: 37px;
  }
  .page__page-contact-us .wp-block-contact-form-7-contact-form-selector {
    padding: 0 25px;
    border: none;
    box-shadow: unset;
  }
  .page__page-contact-us .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.page__template-is--light .wrapper {
  max-width: 1392px;
}
@media only screen and (min-width: 1251px) {
  .page__template-is--light .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page__template-is--light .wrapper__info-block {
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1251px) {
  .page__template-is--light .wrapper__info-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page__template-is--light .wrapper__info-block .wrapper {
  max-width: 870px;
  margin-right: unset;
  margin-left: unset;
}
.page__template-is--light .advertiser-line .info {
  color: #585858;
}
.page__template-is--light .head-promo {
  background-color: #0c1a54;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .head-promo {
    min-height: 115px;
    background-position-x: calc(100% + 125px);
    padding-bottom: 20px;
  }
  .page__template-is--light .head-promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 26, 68, 0.6);
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .head-promo .wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .head-promo .mobtitle {
    color: #fff;
    padding-right: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
.page__template-is--light .head-promo .block__last-updated {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  line-height: 1;
}
.page__template-is--light .head-promo .block__last-updated img {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -3px;
}
@media only screen and (min-width: 577px) {
  .page__template-is--light .head-promo .block__last-updated {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .page__template-is--light .rating-block .wrapper__with-sidebar {
    max-width: 1312px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 30px;
  }
  .page__template-is--light .rating-block .wrapper__with-sidebar__content {
    width: 100%;
    width: -webkit-fill-available;
  }
}
.page__template-is--light .rating-block .line1 {
  background: unset;
  width: auto;
  margin: 0;
  padding: 0 0 22px;
  border: none;
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-block .line1 {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .page__template-is--light .rating-block .line1 {
    display: none;
  }
}
.page__template-is--light .top3-block {
  margin-top: 0;
  justify-content: center;
  background: #F6F9FC;
  padding: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .top3-block {
    justify-content: left;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.page__template-is--light .top3-block-item {
  padding: 30px 17px 35px;
  max-width: 325px;
}
.page__template-is--light .top3-block-item > a {
  color: #258DF0;
}
.page__template-is--light .top3-block-item .label {
  background: #255FA7;
  color: #FFFFFF;
}
.page__template-is--light .top3-block-item .label:before, .page__template-is--light .top3-block-item .label:after {
  background-image: url("../images/bflag_bottom_blue.svg");
}
.page__template-is--light .top3-block-item .label:before {
  right: -14px;
}
.page__template-is--light .top3-block-item .label:after {
  left: -14px;
}
.page__template-is--light .top3-block-item .spaceb {
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .top3-block-item .top3-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .top3-block-item .rating-mark {
    display: flex !important;
  }
}
.page__template-is--light .rating-list-page__title {
  color: #060F31;
}
.page__template-is--light .rating-list-page__title__num1 {
  margin-top: 40px !important;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark,
.page__template-is--light .rating-list .rating-item .rating-mark {
  width: 125px;
  min-width: 125px;
  height: 43px;
  background: #EBF8FE;
  box-shadow: unset;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: none;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark.with-score-modal,
.page__template-is--light .rating-list .rating-item .rating-mark.with-score-modal {
  cursor: pointer;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark .rate .rate-name,
.page__template-is--light .rating-list .rating-item .rating-mark .rate .rate-name {
  color: #2E6084;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark .mark,
.page__template-is--light .rating-list .rating-item .rating-mark .mark {
  color: #255FA7;
  margin-right: 0;
  margin-left: 4px;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark .hint,
.page__template-is--light .rating-list .rating-item .rating-mark .hint {
  background: #255FA7;
}
.page__template-is--light .top3-block .top3-block-item .rating-mark .hint:before,
.page__template-is--light .rating-list .rating-item .rating-mark .hint:before {
  background: #255FA7;
}
.page__template-is--light .rating-list .rating-item {
  border-width: 1px;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item {
    margin-top: 0;
  }
}
.page__template-is--light .rating-list .rating-item .brandlogo.withnum {
  width: 260px;
  margin-left: 0;
  align-items: flex-start;
  padding: 30px 0 15px 30px;
}
@media only screen and (max-width: 1154px) {
  .page__template-is--light .rating-list .rating-item .brandlogo.withnum {
    width: 260px;
    padding: 30px 0 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .brandlogo.withnum {
    width: 100%;
    background: none;
    display: block;
    text-align: center;
    padding: 60px 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .brandlogo a img {
    max-width: 100%;
    max-height: unset;
    margin: 0 auto;
  }
}
.page__template-is--light .rating-list .rating-item .brandlogo .glance-text {
  color: #060F31;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding-top: 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .page__template-is--light .rating-list .rating-item .brandlogo .glance-text {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .brandlogo .glance-text {
    display: none;
  }
}
.page__template-is--light .rating-list .rating-item .num {
  background: #BED8F0;
  border-radius: 8px 0 0;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  bottom: unset;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .num {
    display: flex;
    height: 43px;
    width: 43px;
    border-radius: 8px 0 0;
  }
}
.page__template-is--light .rating-list .rating-item .num div {
  background: unset;
  border: 0;
  width: auto;
  height: auto;
  line-height: 1;
  color: #255FA7;
}
.page__template-is--light .rating-list .rating-item .num[data-rank~="1"] {
  background: #255FA7;
}
.page__template-is--light .rating-list .rating-item .num[data-rank~="1"] div {
  color: #fff;
}
.page__template-is--light .rating-list .rating-item .ribbon__top {
  display: flex;
  height: 43px;
  border-radius: 0 0 8px;
  background: #BED8F0;
  color: #255FA7;
  position: absolute;
  top: 0;
  left: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1;
}
.page__template-is--light .rating-list .rating-item .ribbon__top[data-rank~="1"] {
  background: #255FA7;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-list .rating-item .ribbon__top {
    height: 50px;
    left: 55px;
    font-size: 17.4419px;
  }
}
.page__template-is--light .rating-list .rating-item .rating-mark.with-score-modal {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .rating-mark {
    display: none;
  }
}
.page__template-is--light .rating-list .rating-item .rating-mark .hint {
  top: calc(100% + 15px);
  left: 25%;
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light .rating-list .rating-item .rating-mark .hint {
    left: 40%;
  }
}
.page__template-is--light .rating-list .rating-item .info {
  padding: 30px;
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .page__template-is--light .rating-list .rating-item .info {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .info {
    padding: 20px 25px 10px;
  }
}
.page__template-is--light .rating-list .rating-item .info-wrap {
  padding: 0 !important;
}
.page__template-is--light .rating-list .rating-item .info:before {
  content: "";
  height: 66px;
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: calc(50% - 33px);
}
@media only screen and (max-width: 1024px) {
  .page__template-is--light .rating-list .rating-item .info:before {
    display: none;
    content: unset;
  }
}
.page__template-is--light .rating-list .rating-item .info:after {
  content: "";
  height: 66px;
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: calc(50% - 33px);
}
@media only screen and (max-width: 1024px) {
  .page__template-is--light .rating-list .rating-item .info:after {
    display: none;
    content: unset;
  }
}
.page__template-is--light .rating-list .rating-item .info .glance-text {
  color: #060F31;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .info ul {
    margin: 0;
  }
}
.page__template-is--light .rating-list .rating-item .info ul li {
  position: relative;
  background: unset;
  padding-left: 26px;
}
.page__template-is--light .rating-list .rating-item .info ul li:before {
  content: "";
  background: url(../svg/ic-check-green.svg);
  width: 16px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
}
.page__template-is--light .rating-list .rating-item .offertext-wrapper {
  margin-top: 0;
  border: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.page__template-is--light .rating-list .rating-item .offertext-wrapper__mobile {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-list .rating-item .offertext-wrapper__mobile {
    display: none;
  }
}
.page__template-is--light .rating-list .rating-item .offertext-wrapper__mobile .offertext--text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .offertext-wrapper__desktop {
    display: none !important;
  }
}
.page__template-is--light .rating-list .rating-item .offertext-wrapper__desktop .offertext--ribbon {
  border: none;
  margin-top: 0;
  padding: 3px 7px;
  background: #EBF8FE;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #255FA7;
}
.page__template-is--light .rating-list .rating-item .offertext-wrapper__desktop .offertext--text {
  border: none;
  margin-top: 0;
  padding: 3px 7px;
  background: #FFEEEF;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #FF5E62;
}
.page__template-is--light .rating-list .rating-item .best-uses__wrapper {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .best-uses__wrapper {
    display: none;
  }
}
.page__template-is--light .rating-list .rating-item .best-uses__item {
  padding: 3px 7px;
  background: #F6F9FC;
  border: 1px solid rgba(18, 67, 102, 0.2);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #255FA7;
}
.page__template-is--light .rating-list .rating-item .actions {
  width: 255px;
  align-self: center;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light .rating-list .rating-item .actions {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1154px) {
  .page__template-is--light .rating-list .rating-item .actions {
    width: 190px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.page__template-is--light .rating-list .rating-item .actions .btn {
  background: #FF5E62;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border-radius: 8px;
  display: block;
  width: 100%;
}
.page__template-is--light .rating-list .rating-item .actions .btn:hover {
  background: #BC2143;
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-list .rating-item .actions .btn {
    max-width: 225px;
  }
}
.page__template-is--light .rating-list .rating-item .actions .btn svg {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.page__template-is--light .rating-list .rating-item .actions .rating-score-widget {
  background: #EBF8FE;
  color: #255FA7;
  border-radius: 0 8px;
  height: 43px;
  width: auto;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-list .rating-item .actions .rating-score-widget {
    display: none;
  }
}
.page__template-is--light .rating-list .rating-item .actions .rating-score-widget-val {
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  color: #255FA7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page__template-is--light .rating-list .rating-item .actions .rating-score-widget-val .stars {
  display: block;
  background: url("../images/star-score-single.svg") left top no-repeat;
  width: 15px;
  height: 14px;
  position: relative;
}
.page__template-is--light .rating-list .rating-item .actions .rating-score-widget-val .stars div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("../images/star-score-single-act.svg") left top no-repeat;
}
.page__template-is--light .rlp-banner-block {
  background: rgba(219, 244, 229, 0.4) !important;
  border: 1px solid rgba(0, 130, 84, 0.4) !important;
  border-radius: 8px !important;
}
.page__template-is--light .rlp-banner-block .label {
  background: #070F31 !important;
}
.page__template-is--light .rlp-banner-block .label .icon {
  background-image: url("../svg/bulb-green.svg") !important;
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light .rlp-banner-block .link {
    display: none;
  }
}
.page__template-is--light .rlp-banner-block .link a {
  color: #258DF0;
}
.page__template-is--light .rlp-banner-block .link a:after {
  background-image: url("../svg/arrows-light.svg");
}
.page__template-is--light .rating-score-widget-modal:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-score-widget-modal-separate.act {
    position: absolute;
    width: 270px;
    height: auto;
    background: none;
    z-index: 1000;
    display: block;
  }
  .page__template-is--light .rating-score-widget-modal-separate.act:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
    display: block;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .rating-score-widget-modal-separate {
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}
.page__template-is--light .rating-score-widget-modal-wrap {
  width: 270px;
  border-radius: 9px;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-score-widget-modal-wrap {
    top: unset;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 769px) {
  .page__template-is--light .rating-score-widget-modal-wrap {
    width: 376px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .page__template-is--light .rating-score-widget-modal-wrap {
    width: unset;
    max-width: 100%;
    left: 10px;
    right: 10px;
    transform: unset;
  }
}
.page__template-is--light .rating-score-widget-modal-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  gap: 15px;
  background: #EBF8FE;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 9px 9px 0 0;
}
.page__template-is--light .rating-score-widget-modal-head .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page__template-is--light .rating-score-widget-modal-head .logo img {
  display: block;
  max-height: 35px;
}
.page__template-is--light .rating-score-widget-modal-head .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 400px) {
  .page__template-is--light .rating-score-widget-modal-head {
    padding-left: 16px;
  }
}
.page__template-is--light .rating-score-widget-modal-head .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #060F31;
}
.page__template-is--light .rating-score-widget-modal-head .rate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page__template-is--light .rating-score-widget-modal-head .rate-name {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  display: flex;
  letter-spacing: 0.04em;
  color: #2E6084;
  justify-content: center;
  align-items: center;
}
.page__template-is--light .rating-score-widget-modal-head .rate .stars {
  display: block;
  background: url("../images/star-score.svg") left top no-repeat;
  width: 85px;
  height: 14px;
  position: relative;
  margin: 0 auto;
}
.page__template-is--light .rating-score-widget-modal-head .rate .stars div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("../images/star-score-act.svg") left top no-repeat;
}
.page__template-is--light .rating-score-widget-modal-head .img {
  margin: 0;
  padding: 0;
}
.page__template-is--light .rating-score-widget-modal-head .close {
  background: #FFFFFF;
  border: 1.05253px solid rgba(46, 96, 132, 0.3);
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 31px;
  height: 31px;
  border-radius: 100%;
}
@media only screen and (min-width: 769px) {
  .page__template-is--light .rating-score-widget-modal-head .close {
    display: none !important;
  }
}
.page__template-is--light .rating-score-widget-modal-head .close:before {
  background: #255FA7;
  height: 14px;
  width: 2px;
  position: absolute;
  content: " ";
  display: block;
  left: calc(50% - 1px);
  top: 7px;
  transform: rotate(45deg);
  border-radius: 4px;
}
.page__template-is--light .rating-score-widget-modal-head .close:after {
  background: #255FA7;
  height: 14px;
  width: 2px;
  position: absolute;
  content: " ";
  display: block;
  left: calc(50% - 1px);
  top: 7px;
  transform: rotate(-45deg);
  border-radius: 4px;
}
.page__template-is--light .rating-score-widget-modal-item {
  cursor: default;
}
.page__template-is--light .rating-score-widget-modal-item:hover {
  background: #F6F9FC;
}
.page__template-is--light .rating-score-widget-modal-item .score {
  background: #005537;
}
.page__template-is--light .rating-score-widget-modal-footer {
  padding: 10px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__template-is--light .rating-score-widget-modal-footer a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page__template-is--light .rating-score-widget-modal-footer a {
    font-size: 14px;
  }
}
.page__template-is--light .rating-score-widget-modal-footer a.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
  background: #255FA7;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .page__template-is--light .rating-score-widget-modal-footer a.btn {
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
  }
}

.page__template-is--light .head-promo.head-light-v2 {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light .head-promo.head-light-v2 {
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--light .head-promo.head-light-v2 {
    min-height: 135px;
    padding: 30px 10px;
  }
  .page__template-is--light .head-promo.head-light-v2 h2.text {
    display: block;
  }
}
@media only screen and (min-width: 577px) {
  .page__template-is--light .head-promo.head-light-v2 .mobtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .page__template-is--light .head-promo.head-light-v2 {
    padding: 20px 10px;
    /*.block__last-updated {
      display: block;
    }*/
  }
  .page__template-is--light .head-promo.head-light-v2 h2.text {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  body.page__with-sidebar {
    /*padding-bottom: 50px;*/
  }
}

@media only screen and (max-width: 1024px) {
  .RLP__sidebar {
    display: none;
  }
}
.RLP__sidebar__widget {
  width: 260px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar__widget {
    width: 220px;
  }
}
.RLP__sidebar__widget.full-bg {
  background: #F6F9FC;
  padding-bottom: 30px;
}
.RLP__sidebar__widget__head {
  padding: 15px 25px;
  background: #F6F9FC;
}
.full-bg .RLP__sidebar__widget__head {
  padding: 30px 25px 0;
}
.RLP__sidebar__widget__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
}
.RLP__sidebar__widget__head .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
.RLP__sidebar__widget__body ul, .RLP__sidebar__widget__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__sidebar__widget__body .score-icons {
  padding: 20px 25px 0;
}
.RLP__sidebar__widget__body .score-icons li {
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(70, 70, 70, 0.1);
  border-radius: 8px;
}
.RLP__sidebar__widget__body .score-icons li .score {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__sidebar__widget__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__sidebar__widget__body .score-icons li .text {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__sidebar__widget__body .score-icons li .text {
    font-size: 16px;
  }
}
.RLP__sidebar__widget__body .articles-list li {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #FFFFFF;
}
.RLP__sidebar__widget__body .articles-list li .name {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar__widget__body .articles-list li .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .articles-list li .name {
    font-size: 16px;
  }
}
.RLP__sidebar__widget__body .articles-list li .link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__sidebar__widget__body .articles-list li .link a:hover, .RLP__sidebar__widget__body .articles-list li .link a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar__widget__body .articles-list li .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .articles-list li .link a {
    text-decoration: none;
    text-transform: uppercase;
  }
}
.RLP__sidebar__widget__body .reviews-list li {
  border-top: 1px solid #E5E5E5;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 13px;
  background: #FFFFFF;
  position: relative;
}
.RLP__sidebar__widget__body .reviews-list li .logo img {
  display: block;
}
.RLP__sidebar__widget__body .reviews-list li .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar__widget__body .reviews-list li .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .reviews-list li .title {
    font-size: 16px;
  }
}
.RLP__sidebar__widget__body .reviews-list li .link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__sidebar__widget__body .reviews-list li .link a:hover, .RLP__sidebar__widget__body .reviews-list li .link a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar__widget__body .reviews-list li .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar__widget__body .reviews-list li .link a {
    text-decoration: none;
    text-transform: uppercase;
  }
}

.RLP__mobile-sidebar {
  padding: 40px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .RLP__mobile-sidebar {
    display: none;
  }
}
.RLP__mobile-sidebar__widget {
  margin: 0 auto;
  margin-bottom: 20px;
  background: #F6F9FC;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px 44px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget {
    padding: 20px;
  }
}
.RLP__mobile-sidebar__widget__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget__head .title {
    text-align: center;
  }
}
.RLP__mobile-sidebar__widget__body ul, .RLP__mobile-sidebar__widget__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__mobile-sidebar__widget__body .score-icons {
  padding: 20px 25px 0;
}
.RLP__mobile-sidebar__widget__body .score-icons li {
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(70, 70, 70, 0.1);
  border-radius: 8px;
}
.RLP__mobile-sidebar__widget__body .score-icons li .score {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__widget__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__mobile-sidebar__widget__body .score-icons li .text {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__widget__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget__body .score-icons li .text {
    font-size: 16px;
  }
}
.RLP__mobile-sidebar__widget__body .articles-list li, .RLP__mobile-sidebar__widget__body .reviews-list li {
  margin-top: 20px;
}
.RLP__mobile-sidebar__widget__body .articles-list li a, .RLP__mobile-sidebar__widget__body .reviews-list li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  background: #FFFFFF;
  min-height: 46px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget__body .articles-list li a, .RLP__mobile-sidebar__widget__body .reviews-list li a {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    gap: 10px;
  }
  .RLP__mobile-sidebar__widget__body .articles-list li a.with-image, .RLP__mobile-sidebar__widget__body .reviews-list li a.with-image {
    position: relative;
    padding-left: 85px;
  }
}
.RLP__mobile-sidebar__widget__body .articles-list li a:hover, .RLP__mobile-sidebar__widget__body .articles-list li a:focus, .RLP__mobile-sidebar__widget__body .reviews-list li a:hover, .RLP__mobile-sidebar__widget__body .reviews-list li a:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.RLP__mobile-sidebar__widget__body .articles-list li .image, .RLP__mobile-sidebar__widget__body .reviews-list li .image {
  position: absolute;
  width: 60px;
  height: 46px;
  left: 10px;
  top: calc(50% - 23px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
}
.RLP__mobile-sidebar__widget__body .articles-list li .image img, .RLP__mobile-sidebar__widget__body .reviews-list li .image img {
  object-fit: cover;
  max-width: unset;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 577px) {
  .RLP__mobile-sidebar__widget__body .articles-list li .image, .RLP__mobile-sidebar__widget__body .reviews-list li .image {
    display: none;
  }
}
.RLP__mobile-sidebar__widget__body .articles-list li .name, .RLP__mobile-sidebar__widget__body .reviews-list li .name {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__mobile-sidebar__widget__body .articles-list li .name, .RLP__mobile-sidebar__widget__body .reviews-list li .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__widget__body .articles-list li .name, .RLP__mobile-sidebar__widget__body .reviews-list li .name {
    font-size: 16px;
  }
}
.RLP__mobile-sidebar__widget__body .articles-list li .link, .RLP__mobile-sidebar__widget__body .reviews-list li .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__mobile-sidebar__widget__body .articles-list li .link:hover, .RLP__mobile-sidebar__widget__body .articles-list li .link:focus, .RLP__mobile-sidebar__widget__body .reviews-list li .link:hover, .RLP__mobile-sidebar__widget__body .reviews-list li .link:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__mobile-sidebar__widget__body .articles-list li .link, .RLP__mobile-sidebar__widget__body .reviews-list li .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__widget__body .articles-list li .link, .RLP__mobile-sidebar__widget__body .reviews-list li .link {
    text-decoration: none;
    text-transform: uppercase;
  }
}
.RLP__mobile-sidebar__widget__body .reviews-list li a {
  min-height: 80px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__widget__body .reviews-list li a {
    flex-direction: row;
    min-height: unset;
    align-items: center;
  }
  .RLP__mobile-sidebar__widget__body .reviews-list li a > * {
    width: 50%;
  }
  .RLP__mobile-sidebar__widget__body .reviews-list li a img {
    max-width: 100%;
  }
  .RLP__mobile-sidebar__widget__body .reviews-list li a .link {
    text-align: right;
    font-size: 13px;
  }
}
.RLP__mobile-sidebar__expert-take {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.RLP__mobile-sidebar__expert-take.open {
  position: relative;
  z-index: 10;
}
.RLP__mobile-sidebar__expert-take:not(.slide-up) {
  transition: all 0.3s;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take {
    /*position: fixed !important;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
  }
}
.RLP__mobile-sidebar__expert-take__head {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 30px;
  cursor: pointer;
  background: #fff;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__head {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  :not(.open) > .RLP__mobile-sidebar__expert-take__head {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, #FFF 34%);
  }
}
.RLP__mobile-sidebar__expert-take__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__head .title {
    font-size: 15px;
    line-height: 24px;
  }
}
.RLP__mobile-sidebar__expert-take__head .title-closed {
  display: inline;
}
.RLP__mobile-sidebar__expert-take__head .title-opened {
  display: none;
}
.RLP__mobile-sidebar__expert-take__head .title svg {
  margin-left: 10px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.open > .RLP__mobile-sidebar__expert-take__head .title svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.open > .RLP__mobile-sidebar__expert-take__head .title-closed {
  display: none;
}
.open > .RLP__mobile-sidebar__expert-take__head .title-opened {
  display: inline;
}
.RLP__mobile-sidebar__expert-take__body {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  background: #fff;
}
.open > .RLP__mobile-sidebar__expert-take__body {
  max-height: 2000px;
  transition: max-height 0.25s ease-in;
}
.RLP__mobile-sidebar__expert-take__body ul, .RLP__mobile-sidebar__expert-take__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__mobile-sidebar__expert-take__body .score-icons {
  padding: 0 40px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons {
    padding: 0 20px;
  }
}
.RLP__mobile-sidebar__expert-take__body .score-icons li {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons li {
    gap: 13px;
  }
}
.RLP__mobile-sidebar__expert-take__body .score-icons li .score {
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__mobile-sidebar__expert-take__body .score-icons li .text {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar__expert-take__body .score-icons li .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom {
    display: none;
  }
}
.RLP__sidebar-bottom__widget {
  width: 260px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.RLP__sidebar-bottom__widget.full-bg {
  background: #F6F9FC;
  padding-bottom: 30px;
  border-color: #F6F9FC;
}
.RLP__sidebar-bottom__widget__head {
  padding: 15px 25px;
  background: #F6F9FC;
}
.full-bg .RLP__sidebar-bottom__widget__head {
  padding: 30px 25px 0;
}
.RLP__sidebar-bottom__widget__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
}
.RLP__sidebar-bottom__widget__head .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
.RLP__sidebar-bottom__widget__body ul, .RLP__sidebar-bottom__widget__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__sidebar-bottom__widget__body .score-icons {
  padding: 20px 25px 0;
}
.RLP__sidebar-bottom__widget__body .score-icons li {
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(70, 70, 70, 0.1);
  border-radius: 8px;
}
.RLP__sidebar-bottom__widget__body .score-icons li .score {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__sidebar-bottom__widget__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__sidebar-bottom__widget__body .score-icons li .text {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__sidebar-bottom__widget__body .score-icons li .text {
    font-size: 16px;
  }
}
.RLP__sidebar-bottom__widget__body .articles-list li {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #FFFFFF;
}
.RLP__sidebar-bottom__widget__body .articles-list li .name {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar-bottom__widget__body .articles-list li .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .articles-list li .name {
    font-size: 16px;
  }
}
.RLP__sidebar-bottom__widget__body .articles-list li .link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__sidebar-bottom__widget__body .articles-list li .link a:hover, .RLP__sidebar-bottom__widget__body .articles-list li .link a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar-bottom__widget__body .articles-list li .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .articles-list li .link a {
    text-decoration: none;
    text-transform: uppercase;
  }
}
.RLP__sidebar-bottom__widget__body .reviews-list li {
  border-top: 1px solid #E5E5E5;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 13px;
  background: #FFFFFF;
  position: relative;
}
.RLP__sidebar-bottom__widget__body .reviews-list li .logo img {
  display: block;
}
.RLP__sidebar-bottom__widget__body .reviews-list li .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar-bottom__widget__body .reviews-list li .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .reviews-list li .title {
    font-size: 16px;
  }
}
.RLP__sidebar-bottom__widget__body .reviews-list li .link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__sidebar-bottom__widget__body .reviews-list li .link a:hover, .RLP__sidebar-bottom__widget__body .reviews-list li .link a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__sidebar-bottom__widget__body .reviews-list li .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__sidebar-bottom__widget__body .reviews-list li .link a {
    text-decoration: none;
    text-transform: uppercase;
  }
}

.RLP__mobile-sidebar-bottom {
  padding: 20px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .RLP__mobile-sidebar-bottom {
    display: none;
  }
}
.RLP__mobile-sidebar-bottom__widget {
  margin: 0 auto;
  margin-bottom: 20px;
  background: #F6F9FC;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px 44px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget {
    padding: 20px;
  }
}
.RLP__mobile-sidebar-bottom__widget__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget__head .title {
    text-align: center;
  }
}
.RLP__mobile-sidebar-bottom__widget__body ul, .RLP__mobile-sidebar-bottom__widget__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__mobile-sidebar-bottom__widget__body .score-icons {
  padding: 20px 25px 0;
}
.RLP__mobile-sidebar-bottom__widget__body .score-icons li {
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(70, 70, 70, 0.1);
  border-radius: 8px;
}
.RLP__mobile-sidebar-bottom__widget__body .score-icons li .score {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__widget__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .score-icons li .text {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__widget__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget__body .score-icons li .text {
    font-size: 16px;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li {
  margin-top: 20px;
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li a, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  background: #FFFFFF;
  min-height: 46px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li a, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    gap: 10px;
  }
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li a.with-image, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a.with-image {
    position: relative;
    padding-left: 85px;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li a:hover, .RLP__mobile-sidebar-bottom__widget__body .articles-list li a:focus, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a:hover, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li .image, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .image {
  position: absolute;
  width: 60px;
  height: 46px;
  left: 10px;
  top: calc(50% - 23px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li .image img, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .image img {
  object-fit: cover;
  max-width: unset;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 577px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li .image, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .image {
    display: none;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li .name, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .name {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1154px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li .name, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li .name, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .name {
    font-size: 16px;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li .link, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #258DF0;
}
.RLP__mobile-sidebar-bottom__widget__body .articles-list li .link:hover, .RLP__mobile-sidebar-bottom__widget__body .articles-list li .link:focus, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .link:hover, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .link:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 1154px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li .link, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__widget__body .articles-list li .link, .RLP__mobile-sidebar-bottom__widget__body .reviews-list li .link {
    text-decoration: none;
    text-transform: uppercase;
  }
}
.RLP__mobile-sidebar-bottom__widget__body .reviews-list li a {
  min-height: 80px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a {
    flex-direction: row;
    min-height: unset;
    align-items: center;
  }
  .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a > * {
    width: 50%;
  }
  .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a img {
    max-width: 100%;
  }
  .RLP__mobile-sidebar-bottom__widget__body .reviews-list li a .link {
    text-align: right;
    font-size: 13px;
  }
}
.RLP__mobile-sidebar-bottom__expert-take {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.RLP__mobile-sidebar-bottom__expert-take.open {
  position: relative;
  z-index: 10;
}
.RLP__mobile-sidebar-bottom__expert-take:not(.slide-up) {
  transition: all 0.3s;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take {
    /*position: fixed !important;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
  }
}
.RLP__mobile-sidebar-bottom__expert-take__head {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 30px;
  cursor: pointer;
  background: #fff;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__head {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  :not(.open) > .RLP__mobile-sidebar-bottom__expert-take__head {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, #FFF 34%);
  }
}
.RLP__mobile-sidebar-bottom__expert-take__head .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__head .title {
    font-size: 15px;
    line-height: 24px;
  }
}
.RLP__mobile-sidebar-bottom__expert-take__head .title-closed {
  display: inline;
}
.RLP__mobile-sidebar-bottom__expert-take__head .title-opened {
  display: none;
}
.RLP__mobile-sidebar-bottom__expert-take__head .title svg {
  margin-left: 10px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.open > .RLP__mobile-sidebar-bottom__expert-take__head .title svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.open > .RLP__mobile-sidebar-bottom__expert-take__head .title-closed {
  display: none;
}
.open > .RLP__mobile-sidebar-bottom__expert-take__head .title-opened {
  display: inline;
}
.RLP__mobile-sidebar-bottom__expert-take__body {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  background: #fff;
}
.open > .RLP__mobile-sidebar-bottom__expert-take__body {
  max-height: 2000px;
  transition: max-height 0.25s ease-in;
}
.RLP__mobile-sidebar-bottom__expert-take__body ul, .RLP__mobile-sidebar-bottom__expert-take__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RLP__mobile-sidebar-bottom__expert-take__body .score-icons {
  padding: 0 40px;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons {
    padding: 0 20px;
  }
}
.RLP__mobile-sidebar-bottom__expert-take__body .score-icons li {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons li {
    gap: 12px;
  }
}
.RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .score {
  font-weight: 900;
  font-size: 38px;
  line-height: 28px;
  color: #009B64;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .score {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .score {
    font-size: 28px;
  }
}
.RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .text {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .RLP__mobile-sidebar-bottom__expert-take__body .score-icons li .text {
    font-size: 16px;
  }
}

.page__template-is--sidebar-bottom .wrapper {
  max-width: 1190px;
}
@media only screen and (min-width: 1251px) {
  .page__template-is--sidebar-bottom .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page__template-is--sidebar-bottom .wrapper__info-block {
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page__template-is--sidebar-bottom .wrapper__info-block {
    padding: 0 20px;
  }
}
.page__template-is--sidebar-bottom .wrapper__info-block .wrapper {
  max-width: 100%;
  margin-right: unset;
  margin-left: unset;
  padding: 0;
}
.page__template-is--sidebar-bottom .advertiser-line .info {
  color: #585858;
}
.page__template-is--sidebar-bottom .head-promo {
  background-color: #0c1a54;
}
@media only screen and (max-width: 768px) {
  .page__template-is--sidebar-bottom .head-promo {
    min-height: 115px;
    background-position-x: calc(100% + 125px);
    padding-bottom: 20px;
  }
  .page__template-is--sidebar-bottom .head-promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 26, 68, 0.6);
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--sidebar-bottom .head-promo .wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--sidebar-bottom .head-promo .mobtitle {
    color: #fff;
    padding-right: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
.page__template-is--sidebar-bottom .head-promo .block__last-updated {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  line-height: 1;
}
.page__template-is--sidebar-bottom .head-promo .block__last-updated img {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -3px;
}
@media only screen and (min-width: 577px) {
  .page__template-is--sidebar-bottom .head-promo .block__last-updated {
    display: none;
  }
}
.page__template-is--sidebar-bottom .rating-block .line1 {
  background: unset;
  width: auto;
  margin: 0;
  padding: 0 0 22px;
  border: none;
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .page__template-is--sidebar-bottom .rating-block .line1 {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .page__template-is--sidebar-bottom .rating-block .line1 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page__template-is--sidebar-bottom .rating-block .rating-list {
    padding-top: 10px;
  }
}
.page__template-is--sidebar-bottom .rating-list-page__title {
  color: #000;
}

.sidebar-bottom__wrapper {
  max-width: 1190px;
  margin: 80px auto;
}
@media only screen and (min-width: 1025px) {
  .sidebar-bottom__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar-bottom__wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar-bottom__wrapper {
    margin-top: 40px;
  }
}
.sidebar-bottom__content {
  width: 100%;
  width: -webkit-fill-available;
}
.sidebar-bottom__content .container__reviews-top2 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .sidebar-bottom__content .container__reviews-top2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidebar-bottom__content .container__reviews-top2__rlp {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}

.top3-block__with-title .top3-block {
  margin-top: 0;
  justify-content: center;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .top3-block__with-title .top3-block {
    justify-content: left;
    width: auto;
    gap: 15px;
    padding: 10px 20px 20px;
  }
}
.top3-block__with-title .top3-block__wrapper {
  padding: 20px 20px 0;
  background: #F4F7F9;
  border-radius: 8px;
}
@media only screen and (max-width: 1250px) {
  .top3-block__with-title .top3-block__wrapper {
    padding: 20px 0 0;
  }
}
.top3-block__with-title .top3-block__head-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0 25px;
}
@media only screen and (min-width: 1251px) {
  .top3-block__with-title .top3-block__head-title {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top3-block__with-title .top3-block__head-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.top3-block__with-title .top3-block-item {
  padding: 30px 17px 50px;
}
.top3-block__with-title .top3-block-item > a {
  color: #258DF0;
}
.top3-block__with-title .top3-block-item .label {
  background: #255FA7;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .top3-block__with-title .top3-block-item .label {
    display: none;
  }
}
.top3-block__with-title .top3-block-item .label:before, .top3-block__with-title .top3-block-item .label:after {
  background-image: url("../images/bflag_bottom_blue.svg");
}
.top3-block__with-title .top3-block-item .label:before {
  right: -14px;
}
.top3-block__with-title .top3-block-item .label:after {
  left: -14px;
}
.top3-block__with-title .top3-block-item .spaceb {
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .top3-block__with-title .top3-block-item .top3-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1250px) {
  .top3-block__with-title .top3-block-item .rating-mark:not(.rating-mark-mobile) {
    display: none !important;
  }
}
@media only screen and (min-width: 1251px) {
  .top3-block__with-title .top3-block-item .rating-mark.rating-mark-mobile {
    display: none !important;
  }
}
.top3-block__with-title .top3-block-item .top3-link {
  bottom: 25px;
}

@media only screen and (min-width: 1251px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark.rating-mark-mobile {
    display: none !important;
  }
  .page__template-is--light-mobile .rating-list .rating-item .ribbon__top {
    display: none !important;
  }
}
@media only screen and (min-width: 1251px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper__mobile {
    display: none;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper__desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark {
    width: 125px;
    min-width: 125px;
    height: 43px;
    background: #EBF8FE;
    box-shadow: unset;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
  }
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark.with-score-modal,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark.with-score-modal {
    cursor: pointer;
  }
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark .rate .rate-name,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .rate .rate-name {
    color: #2E6084;
  }
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark .mark,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .mark {
    color: #255FA7;
    margin-right: 0;
    margin-left: 4px;
  }
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark .hint,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .hint {
    background: #255FA7;
  }
  .page__template-is--light-mobile .top3-block .top3-block-item .rating-mark .hint:before,
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .hint:before {
    background: #255FA7;
  }
  .page__template-is--light-mobile .rating-score-widget-modal:before {
    display: none;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-score-widget-modal-separate.act {
    position: absolute;
    width: 270px;
    height: auto;
    background: none;
    z-index: 1000;
    display: block;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-separate.act:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
    display: block;
    transform: unset;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-score-widget-modal-separate {
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-score-widget-modal-wrap {
    width: 270px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-score-widget-modal-wrap {
    top: unset;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 769px) {
  .page__template-is--light-mobile .rating-score-widget-modal-wrap {
    width: 376px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 400px) {
  .page__template-is--light-mobile .rating-score-widget-modal-wrap {
    width: unset;
    max-width: 100%;
    left: 10px;
    right: 10px;
    transform: unset;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-score-widget-modal-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 26px;
    gap: 15px;
    background: #EBF8FE;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 9px 9px 0 0;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .logo img {
    display: block;
    max-height: 35px;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 400px) {
  .page__template-is--light-mobile .rating-score-widget-modal-head {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-score-widget-modal-head .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #060F31;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .rate-name {
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    display: flex;
    letter-spacing: 0.04em;
    color: #2E6084;
    justify-content: center;
    align-items: center;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .rate .stars {
    display: block;
    background: url("../images/star-score.svg") left top no-repeat;
    width: 85px;
    height: 14px;
    position: relative;
    margin: 0 auto;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .rate .stars div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../images/star-score-act.svg") left top no-repeat;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .img {
    margin: 0;
    padding: 0;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .close {
    background: #FFFFFF;
    border: 1.05253px solid rgba(46, 96, 132, 0.3);
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 31px;
    height: 31px;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-score-widget-modal-head .close {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-score-widget-modal-head .close:before {
    background: #255FA7;
    height: 14px;
    width: 2px;
    position: absolute;
    content: " ";
    display: block;
    left: calc(50% - 1px);
    top: 7px;
    transform: rotate(45deg);
    border-radius: 4px;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-head .close:after {
    background: #255FA7;
    height: 14px;
    width: 2px;
    position: absolute;
    content: " ";
    display: block;
    left: calc(50% - 1px);
    top: 7px;
    transform: rotate(-45deg);
    border-radius: 4px;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-item {
    cursor: default;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-item:hover {
    background: #F6F9FC;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-item .score {
    background: #005537;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-footer {
    padding: 10px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page__template-is--light-mobile .rating-score-widget-modal-footer a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-score-widget-modal-footer a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-score-widget-modal-footer a.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 25px;
    background: #255FA7;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-score-widget-modal-footer a.btn {
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item {
    border-width: 1px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo.withnum {
    width: 260px;
    margin-left: 0;
    align-items: flex-start;
    padding: 30px 0 15px 30px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1154px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo.withnum {
    width: 260px;
    padding: 30px 0 15px 20px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo.withnum {
    width: 100%;
    background: none;
    display: block;
    text-align: center;
    padding: 60px 10px 0;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo a img {
    max-width: 100%;
    max-height: unset;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo .glance-text {
    color: #060F31;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding-top: 20px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo .glance-text {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .brandlogo .glance-text {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .num {
    background: #BED8F0;
    border-radius: 8px 0 0;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    bottom: unset;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .num {
    display: flex;
    height: 43px;
    width: 43px;
    border-radius: 8px 0 0;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .num div {
    background: unset;
    border: 0;
    width: auto;
    height: auto;
    line-height: 1;
    color: #255FA7;
  }
  .page__template-is--light-mobile .rating-list .rating-item .num[data-rank~="1"] {
    background: #255FA7;
  }
  .page__template-is--light-mobile .rating-list .rating-item .num[data-rank~="1"] div {
    color: #fff;
  }
  .page__template-is--light-mobile .rating-list .rating-item .label {
    display: none;
  }
  .page__template-is--light-mobile .rating-list .rating-item .ribbon__top {
    display: flex;
    height: 43px;
    border-radius: 0 0 8px;
    background: #BED8F0;
    color: #255FA7;
    position: absolute;
    top: 0;
    left: 47px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1;
  }
  .page__template-is--light-mobile .rating-list .rating-item .ribbon__top[data-rank~="1"] {
    background: #255FA7;
    color: #fff;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-list .rating-item .ribbon__top {
    height: 50px;
    left: 55px;
    font-size: 17.4419px;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark.with-score-modal {
    cursor: pointer;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark:not(.rating-mark-mobile) {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .hint {
    top: calc(100% + 15px);
    left: 25%;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .rating-mark .hint {
    left: 40%;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .info {
    padding: 30px;
    align-self: center;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  .page__template-is--light-mobile .rating-list .rating-item .info {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .info {
    padding: 20px 25px 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .info-wrap {
    padding: 0 !important;
  }
  .page__template-is--light-mobile .rating-list .rating-item .info .glance-text {
    color: #060F31;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .info ul {
    margin: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .info ul li {
    position: relative;
    background: unset;
    padding-left: 26px;
  }
  .page__template-is--light-mobile .rating-list .rating-item .info ul li:before {
    content: "";
    background: url(../svg/ic-check-green.svg);
    width: 16px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper {
    display: flex;
  }
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper__mobile {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper__mobile {
    display: none;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .offertext-wrapper__desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .best-uses__wrapper {
    margin-top: 20px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .best-uses__wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .best-uses__item {
    padding: 3px 7px;
    background: #F6F9FC;
    border: 1px solid rgba(18, 67, 102, 0.2);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #255FA7;
  }
  .page__template-is--light-mobile .rating-list .rating-item .actions {
    width: 255px;
    align-self: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1154px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions {
    width: 190px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions .btn {
    background: #FF5E62;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 8px;
    display: block;
    width: 100%;
  }
  .page__template-is--light-mobile .rating-list .rating-item .actions .btn:hover {
    background: #BC2143;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions .btn {
    max-width: 225px;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions .btn svg {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
  }
  .page__template-is--light-mobile .rating-list .rating-item .actions .rating-score-widget {
    background: #EBF8FE;
    color: #255FA7;
    border-radius: 0 8px;
    height: 43px;
    width: auto;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions .rating-score-widget {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .page__template-is--light-mobile .rating-list .rating-item .actions .rating-score-widget-val {
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    color: #255FA7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .page__template-is--light-mobile .rating-list .rating-item .actions .rating-score-widget-val .stars {
    display: block;
    background: url("../images/star-score-single.svg") left top no-repeat;
    width: 15px;
    height: 14px;
    position: relative;
  }
  .page__template-is--light-mobile .rating-list .rating-item .actions .rating-score-widget-val .stars div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../images/star-score-single-act.svg") left top no-repeat;
  }
}

.page__template-is--light .rlp-block__top-description,
.page__template-is--sidebar-bottom .rlp-block__top-description {
  padding-top: 20px;
  margin-bottom: 40px;
}
.page__template-is--light .rlp-block__top-description .title,
.page__template-is--sidebar-bottom .rlp-block__top-description .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: #060F31;
  margin-bottom: 25px;
}
@media only screen and (max-width: 578px) {
  .page__template-is--light .rlp-block__top-description .title,
  .page__template-is--sidebar-bottom .rlp-block__top-description .title {
    font-size: 25px;
    line-height: 37px;
  }
}
.page__template-is--light .rlp-block__top-description .text,
.page__template-is--sidebar-bottom .rlp-block__top-description .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3F4043;
}
.page__template-is--light .rlp-block__top-description .text p,
.page__template-is--sidebar-bottom .rlp-block__top-description .text p {
  margin-bottom: 24px;
}
.page__template-is--light .rlp-block__top-description .text p:last-child,
.page__template-is--sidebar-bottom .rlp-block__top-description .text p:last-child {
  margin-bottom: 0;
}
.page__template-is--light .rlp-block__top-description .text ul, .page__template-is--light .rlp-block__top-description .text ol,
.page__template-is--sidebar-bottom .rlp-block__top-description .text ul,
.page__template-is--sidebar-bottom .rlp-block__top-description .text ol {
  margin: 0 0 10px;
  padding-left: 20px;
}
.page__template-is--light .rlp-block__top-description .text ul li,
.page__template-is--sidebar-bottom .rlp-block__top-description .text ul li {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 5px;
}
.page__template-is--light .rlp-block__top-description .text ol li,
.page__template-is--sidebar-bottom .rlp-block__top-description .text ol li {
  list-style: decimal;
  margin: 0 0 10px;
  padding-left: 5px;
}