#service-banner-block .mainbanner {
  background-color: var(--card);
  background-image: url("./images/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  gap: clamp(30px,7.6086956522vw + -46.0869565217px, 100px);
  min-height: clamp(500px,10.8695652174vw + 391.3043478261px, 600px); }
  @media (max-width: 1000px) {
    #service-banner-block .mainbanner {
      flex-direction: column;
      gap: 30px; } }
  #service-banner-block .mainbanner__left {
    padding: clamp(30px,1.875vw + 24px, 60px) clamp(15px,2.8125vw + 6px, 60px);
    padding-right: 0;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
    max-width: clamp(450px,26.0869565217vw + 189.1304347826px, 690px);
    flex-shrink: 0; }
    @media (max-width: 1000px) {
      #service-banner-block .mainbanner__left {
        padding-right: unset;
        max-width: unset;
        padding-bottom: 0; } }
    #service-banner-block .mainbanner__left .advantages {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(15px,0.9375vw + 12px, 30px);
      margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
      @media (max-width: 500px) {
        #service-banner-block .mainbanner__left .advantages {
          grid-template-columns: 1fr; } }
      #service-banner-block .mainbanner__left .advantages .advant {
        display: flex;
        flex-direction: column;
        gap: 5px; }
    #service-banner-block .mainbanner__left .text {
      margin-bottom: auto;
      max-height: 280px;
      overflow: auto;
      padding-right: 20px; 
    }
  #service-banner-block .mainbanner__right {
    margin: 30px clamp(15px,0.9375vw + 12px, 30px);
    margin-left: 0;
    height: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1000px) {
      #service-banner-block .mainbanner__right {
        margin: 15px;
        margin-top: 0;
        width: calc(100% - 30px);
        min-height: clamp(240px,16.1764705882vw + 188.2352941176px, 350px); } }
    #service-banner-block .mainbanner__right .rate {
      background-color: var(--card);
      display: flex;
      flex-direction: column;
      margin: clamp(15px,0.3125vw + 14px, 20px);
      padding: clamp(15px,0.3125vw + 14px, 20px);
      width: 100%;
      max-width: 160px; }
      #service-banner-block .mainbanner__right .rate__icon {
        object-fit: contain;
        height: 20px;
        width: auto;
        margin-bottom: 10px;
        align-self: flex-start; }
      #service-banner-block .mainbanner__right .rate__value {
        font-weight: 500;
        font-size: clamp(24px,0.5vw + 22.4px, 32px);
        line-height: 100%;
        color: var(--light-text);
        margin-bottom: 20px; }
        #service-banner-block .mainbanner__right .rate__value span {
          font-weight: inherit;
          line-height: inherit;
          color: inherit;
          font-size: clamp(16px,0.25vw + 15.2px, 20px); }
      #service-banner-block .mainbanner__right .rate__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: var(--light-text); }

/*# sourceMappingURL=block.css.map */
