main {
    background-color: white;
    color: white;
    height: 672px;
    background: url("/public/static/assets/biznes.jpg") no-repeat;
    background-size: cover;
  }
  
  .hero__header {
    max-width: 521px;
  }
  
  .offer {
    padding-left: 166px;
    padding-right: 166px;
    padding-bottom: 116px;
    color: #FAFAFA;
      background-color: #636363;
  
  }
  
  .offer__photo {
    margin-top: 104px;
    margin-bottom: 55px;
  }
  
  .offer__subheading {
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
  }
  
  .offer__header {
    margin-top: 30px;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
   
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .offer__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
  }
  
  .offer__subdescription {
    font-size: 16px;
    letter-spacing: -0.011em;
    line-height: 20px;
    max-width: 800px;
    margin-bottom: 45px;
  }
  
  .line {
    width: 100%;
    border: 1px solid #878787;
    margin-bottom: 110px;
  }
  
  .our-brands__header {
    margin-top: 63px;
    text-align: center;
    margin-bottom: 45px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  
  .brands {
    margin-left: 166px;
    margin-right: 167px;
    display: flex;
    gap: 15px;
  }
  
  .brand {
    width: 519px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    background-color: #FAFAFA;
    overflow: hidden;
  }
  .brand__top {
    z-index: 99;
  }
  .brand__top, .brand__bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    transition: height 0.4s, transform 0.6s;
  }
  .brand .brand__logo {
    transition: margin 0.4s;
  }
  .brand__product {
    height: 100%;
  }
  
  .brand {
    display: flex;
    background-color: #FAFAFA;
    border-radius: 18px;
    width: 519px;
    height: 492px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s transform;
  }
  
  .brand:hover {
    gap: 0;
  }
  .brand:hover .brand__top {
    height: 0;
  }
  .brand:hover .brand__logo {
    margin-top: 125%;
  }
  .brand:hover .brand__bottom {
    height: 100%;
    transform: scale(1.1);
  }
  
  .brand__logo {
    align-self: center;
  }
  
  .brand__product {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  
  #samsung > .brand__product {
    margin-top: 132px;
  }
  
  #oppo > .brand__product {
    margin-top: 125px;
  }
  
  .guarantee {
    margin-top: 156px;
    background-color: #FAFAFA;
    height: 482px;
    display: flex;
    margin-bottom: 64px;
  }
  
  .guarantee__icon {
    margin: 72px 200px 72px 168px;
  }
  
  .guarantee__text-container {
    margin-top: 133px;
  }
  #mail {
    margin-top: 48px;
    background-color: #FF8552;
    padding: 10px 34px;
    border-radius: 8px;
    width: 220px;
    cursor: pointer;
    display: flex;
    margin-bottom: 51px;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
  }
  
  .btncenter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .guarantee__header {
    color: #135095;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .guarantee__description {
    margin-top: 30px;
    text-align: left;
    max-width: 849px;
    color: #135095;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }
  
  @media screen and (max-width: 576px) {
    .line {
      width: 90%;
    }
    main {
      background: url("/public/static/assets/biznes.jpg") no-repeat;
      background-size: cover;
      height: 446px;
    }
    .hero--container {
      height: 100%;
    }
    .hero__text-container {
      width: 90%;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      margin-left: 24px;
      margin-top: 281px;
      align-items: flex-start;
    }
    .hero__subheading {
      margin-bottom: 0;
    }
    .hero__header {
      margin-top: 25px;
      margin-left: 0;
      text-align: left;
      max-width: 75%;
    }
    .offer {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .offer__photo {
      margin-top: 32px;
      margin-left: 12px;
      margin-right: 0;
      width: 351px;
      height: 184px;
    }
    .offer__subheading {
      text-align: center;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      width: 100%;
     
      margin-left: 12px;
    }
    .offer__header {
      font-size: 20px;
      line-height: 26px;
      margin-left: 12px;
    }
    .offer__description {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.03em;
      margin-left: 12px;
      padding-right: 12px;
    }
    .offer__subdescription {
      font-size: 16px;
      line-height: 24px;
      margin-left: 12px;
      margin-right: 12px;
      margin-bottom: 42px;
    }
    .offer .line {
      margin-bottom: 0;
    }
    .offer .our-brands__header {
      font-family: "Roboto Condensed";
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      margin-top: 42px;
      margin-bottom: 32px;
    }
    .offer .brands {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 16px;
      margin-right: 16px;
      margin-bottom: 32px;
    }
    .offer .brand {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .offer .brand__top, .offer .brand__bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50%;
      width: 100%;
    }
    .offer .brand__product {
      height: 100%;
      margin-top: 0;
    }
    .guarantee {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .guarantee__icon {
      width: 231px;
      margin: 0;
      height: auto;
      margin-top: 41px;
    }
    .guarantee__text-container {
      margin-top: 34px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .guarantee__header {
      max-width: 221px;
      text-align: center;
      margin-bottom: 31px;
    }
    .guarantee__description {
      margin-top: 0;
      font-size: 20px;
      line-height: 26px;
      max-width: 328px;
      text-align: center;
    }
  }/*# sourceMappingURL=business.css.map */
  
  @media screen and (min-width: 576.01px) and (max-width: 1024px) {
    .guarantee {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .guarantee__icon {
      width: 231px;
      margin: 0;
      height: auto;
      margin-top: 41px;
    }
    .guarantee__text-container {
      margin-top: 34px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .guarantee__header {
      max-width: 221px;
      text-align: center;
      margin-bottom: 31px;
    }
    .guarantee__description {
      margin-top: 0;
      font-size: 20px;
      line-height: 26px;
      max-width: 328px;
      text-align: center;
    }
  
    .brands {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
    }
    .brands {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
    }
  }
  