﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.banner_section{
  position: relative;
    height: auto;
  min-height: 460px;
    padding: 80px 0px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  margin-top: -30px;
}
.banner_section__inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.banner_section__content {
   max-width: 600px;
    width: 100%;
    /*flex-basis: 532px;*/
    z-index: 3;
}
.banner_section__title h1{
    font-size: 52px;
    color: inherit;
    margin-bottom: 20px;
  word-wrap: normal;
    overflow-wrap: normal;
}
.banner_section__title h1 span {
    display: block;
    font-weight: 600;
    font-size: 80px;
    text-transform: uppercase;
}

.banner_section__text {
    max-width: 490px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 40px;
}
.banner_section__button {
    border-radius: 30px;
    font-weight: 600;
    padding: 15px 45px;
    font-size: 16px;
    max-width: 275px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 4;
   background-image: linear-gradient(180deg,#FCCF59,#FFE489 50%,#FFB25B 100%);
    position: relative;
    z-index: 4;
    box-shadow: 0 4px 24px rgb(210 162 73 / 70%);
    transition: 0.3s box-shadow
    transition: 0.3s box-shadow ease-in-out;
}

.banner_section__button:hover {
    box-shadow: 0 4px 30px rgb(210 162 73 / 80%);
  color: #000;
  transition: opacity 0.6s;
}

.banner_section__button svg {
    margin-right: 10px;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    transform: translateZ(0);
}

.banner_section__image-decore {
       width: 450px;
       height: auto;
    position: absolute;
}

/*.home .author-info {
display: none;
}
.home .entry-meta {
    display: none;
}*/

@media (min-width: 320px) and (max-width: 767px) { 
    .banner_section{min-height: auto;
      
  }
  
  .banner_section__image-decore {
    display: none;
}
  .banner_section__title h1 {
    font-size: 28px!important;
    font-weight:  600!important;
  }
  .banner_section__title h1 span {
    font-size: 45px;
}
  .banner_section__inner {
    padding: 0px 20px;
}
  .banner_section__button {
    max-width: 100%;
  }
}

@media (min-width:768px) and (max-width:1023px) {
    .banner_section{min-height: auto;
      
  }
  
  .banner_section__image-decore {
    display: none;
}
  .banner_section__title h1 {
    font-size: 28px!important;
    font-weight:  600!important;
  }
  .banner_section__title h1 span {
    font-size: 45px;
}
  .banner_section__inner {
    padding: 0px 70px;
}
  .banner_section__button {
    max-width: 275px;
  }
}

@media (min-width:1024px) and (max-width:1199px) { 
 
  .banner_section__inner {
    padding: 0px 70px;
}
  
}

/*rating*/

.review-box--style2 {
    border-radius: 8px;
    overflow: hidden;
}
.review-box {
   background-color: #f0f3f7;
  margin-bottom: 30px;
}
.review-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
}
.review-box--style2 .review-box-thumb--counter {
    padding: 0 0 0 90px;
}
.review-box--style2 .review-box-thumb {
    padding: 0 40px;
    background-color: transparent;
    border-radius: 0;
}
.reviews-table .review-box-thumb {
    counter-increment: revbox;
}
.review-box-thumb {
    border-radius:0;
    overflow: hidden;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    max-width: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.review-logo--rounded {
    max-width: 110px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.review-logo {
    display: block;
    position: relative;
}
.review-logo--rounded>img {
    border-radius: 50%;
    overflow: hidden;
}
.review-logo>img {
    display: block;
    height: 110px;
    min-width: 110px;
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}
.review-box--style2 .review-box-thumb--counter {
    padding: 0 0 0 70px;
}
.review-box .review-box-thumb {
    counter-increment: revbox;
}

.review-box--style2 .review-box-thumb:after {
  content: counter(revbox);
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(255,255,255,.6);
    color: #1d2730;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
      font-weight: 700;
  text-align: center;
}
.reviews-table .review-box .review-box-thumb--counter:after {
   content: counter(revbox);
    position: absolute;
    background-color: rgb(232 236 242);
    color: #1d2730;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: .875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
 .reviews-table .review-box-thumb--counter:after {
    content: counter(revbox);
}
.reviews-table{
    counter-reset: revbox;
}

.review-logo--rounded img {
    border-radius: 50%;
    overflow: hidden;
}
.review-logo img {
    display: block;
    height: 110px;
    min-width: 110px;
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

.review-box--style2 .review-box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
}
.review-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}
.review-box--style2 .review-box-meta {
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.review-box--style2 .review-badge, .review-box--style2 .review-box-name {
    margin-bottom: 10px;
}
.review-badge {
    background: #d276b3;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0.375rem 1.5625rem;
}
.review-box--style2 .review-badge, .review-box--style2 .review-box-name {
    margin-bottom: 10px;
}
.review-box-name, .wp-block-cover .review-box-name, .wp-block-cover .review-box-name:not(.has-text-color), .wysiwyg-part .review-box-name {
    margin-right: 24px;
    font-size: 1.3125rem;
    color: #4a5b68;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
   
}
.review-box--style2 .review-box-rating {
    margin-left: 0;
    padding-left: 0;
}
.review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: center;
}
.review-rating>span {
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 700;
    color: #4a5b68;
    margin-right: 10px;
}
.review-rating>span strong {
    font-size: 1.125rem;
    line-height: 1.15;
    color: #4a5b68;
    font-weight: 700;
}
.rating .icon {
    color: #ffc106;
    font-size: 1.3125rem;
    line-height: 1;
    margin: 0 1px;
}
.review-pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
      flex-direction: column;
}
.review-pros-cons ul {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    list-style: none;
    padding-left: 0;
}
.review-pros-cons ul {
    list-style: none!important;
    padding-left: 1.875rem!important;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 400;
      margin-bottom: 5px!important;
}
.review-pros-cons p {
    padding-left: 1.875rem!important;
   font-size: .875rem;
    line-height: 1.55;
    font-weight: 400;
    color: #4a5b68;
}
.review-pros-cons ul li {
    position: relative;
   padding-left: 20px!important;
    font-size: .875rem;
    line-height: 1.55;
    font-weight: 400;
    color: #4a5b68;
    margin-bottom: 5px!important;
    word-break: break-all;
  margin-top: 0!important;
}
.review-pros-cons ul li::before {
    content: "+"!important;
    color: #e50539!important;
}
.review-pros-cons ul li::before {
    position: absolute;
    left: 0!important;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
   top: 3px!important;
  border: 0!important;
}
.review-box--style2 .review-box-actions {
    padding: 30px;
}
.review-box-actions {
    background-color: #e8ecf2;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
    padding: 47px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-box-actions .review-bonus {
    margin-bottom: 20px;
}
.review-bonus {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #4a5b68;
    text-align: center;
}
.review-bonus strong {
    color: #e50539;
    font-weight: 700;
}
.review-box-actions .btn {
    margin-bottom: 10px;
}
.review-box-actions .btn.btn--full {
    display: block;
    width: 100%;
      border: 0;
}
.review-box-actions .btn-primary {
    background-color: #e50539;
    color: #fff;
}
.review-box-actions .btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 1.2;
    border-radius: 20px;
    padding: 0.9375rem 1.875rem;
    position: relative;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.btn:hover {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
}
.review-extra-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.review-extra-links-item {
    position: relative;
    padding: 0 0.5rem;
}
.review-extra-links-item a {
    color: #4a5b68;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
}
.review-box--style2 .review-box-disclaimer {
    border-radius: 0;
}
.review-box .review-box-disclaimer {
    background-color: #e8ecf2;
}

.review-box-disclaimer {
    font-size: .75rem;
    color: #4a5b68;
    padding: 12px 30px;
  text-align: center;
}

.icon.poka-star.actives svg{fill:#ffc106;}
.icon.poka-star.noactives svg{fill:#ccc;}

@media (min-width: 320px) and (max-width: 1199px) { 
.review-box-wrap {
    display: flex;
    flex-direction: column;
}
  .review-box--style2 .review-box-thumb--counter {
    padding: 10px 90px;
}
  .review-box--style2 .review-box-thumb {
       background-color: #e8ecf2;
}
  .review-box--style2 .review-box-thumb .review-logo--rounded {
    position: static;
}
  .review-box--style2 .review-box-info {
    display: block;
    padding: 20px;
}
  .review-box-thumb {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: unset;
}
  .review-box-info .review-badge {
    margin-bottom: 10px;
}
  .review-box--style2 .review-box-meta {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
  .review-logo img {
    height: 80px;
    min-width: 80px;
    width: 80px;
}
  .review-box-actions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
