.hero {
   padding-top: 71px;
   padding-bottom: 132px;
}
.hero-title {
   color: #111;
   text-align: center;
   font-size: 68px;
   font-style: normal;
   font-weight: 500;
   line-height: 124%;
   margin-bottom: 32px;
}
.hero-title span {
   position: relative;
}
.hero-title span:after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height: 3px;
   background: #FFF337;
}
.hero-after-title {
   color: #888;
   text-align: center;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 72px;
}
.hero-btn-row {
   display: flex;
   align-items: center;
   justify-content: center;
}
.hero-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #FFF337;
   color: #111111 !important;
   font-size: 18px;
   font-style: normal;
   text-align: center;
   font-weight: 600 !important;
   line-height: 24px;
   width: 283px;
   max-width: 100%;
   height: 70px;
   transition: 0.25s;
   text-decoration: none !important;

}
.hero-btn:hover {
   background: #FDE512;
}
.hero-rating-block {
   display: flex;
   align-items: center;
   margin-left: 28px;
}
.hero-rating-icon {
   width: 37px;
   height: 37px;
   margin-right: 16px;
   min-width: 37px;
}
.hero-rating-icon img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
}
.hero-rating-stars-row {
   display: flex;
   align-items: center;
}
.hero-rating-stars-image {
   width: 104px;
   margin-right: 8px;
}
.hero-rating-stars-image img {
   display: block;
   width:100%;
   height: auto;
}
.hero-rating-stars-value {
   color: #111111;
   font-size: 13px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
}
.hero-rating-info-description {
   color: #111111;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-top: 3px;
}
.hero-bottom-wrapper {
   padding-top: 113px;
   position: relative;
   margin-left: -16px;
   margin-right: -16px;
   display: flex;
   flex-wrap: wrap;
   position: relative;
}
.hero-bottom-wrapper:after {
   content:'';
   display: block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 40px;
   width: 1px;
   height: 65px;
   background: #E8E8E8;
}
.hero-bottom-item {
   width: calc(33.33% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   margin-top: 32px;
}
.hero-bottom-item-title {
   color:  #111111;
   text-align: center;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 8px;
}
.hero-bottom-item-text {
   color: #888888;
   text-align: center;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}


@media screen and (max-width: 992px) {
   .hero {
      padding-top: 80px;
      padding-bottom: 72px;
   }
   .hero-title {
      font-size: 34px;
      font-style: normal;
      font-weight: 500;
      width: 350px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px;
   }
   .hero-title br {
      display: none;
   }
   .hero-after-title {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      width: 359px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 44px;
   }
   .hero-btn-row {
      flex-direction: column;
   }
   .hero-btn {
      width: 350px;
      max-width: 100%;
      height: 70px;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
   }
   .hero-bottom-wrapper {
      padding-top: 145px;
      margin-left: 0px;
      margin-right: 0px;
   }
   .hero-bottom-item {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
   }
   .hero-bottom-item:first-child {
      margin-top: 0px;
   }
   .hero-bottom-item-title {
      font-size: 28px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 8px;
   }
   .hero-bottom-item-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%;
   }
   
}