main {
    background-color: #FAFAFA;
    color: white;
    height: 672px;
    -o-object-fit: cover;
       object-fit: cover;
       background: url("/public/static/assets/onas.jpg") no-repeat;
       background-position: center;
    background-size: cover;
  }
  
  .hero__subheading {
    margin-top: 405px;
  }
  
  .hero__header {
    width: 714px;
  }
  .infomation__header {
    margin-top: 32px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 38px;
    float: center; 
    text-align:center; 
  }
  
  .place__header {
    
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-top: 115px;
  }
  .offer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  
  .offer__subheading,
  .features__subheading,
  .new-place__subheading,
  .energy__subheading {
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .offer__description {
    max-width: 788px;
    font-size: 20px;
    letter-spacing: 3%;
    text-align: center;
    font-weight: 500;
  }
  
  .line,
  .line--custom {
    width: 90%;
    border: 1px solid #878787;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .features__subheading,
  .new-place__subheading {
    text-align: center;
  }
  
  .features__container {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: center;
    gap: 8px;
    margin-left: 32px;
    margin-right: 32px;
  }
  
  .feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    width: 252px;
    height: 238px;
  }
  
  .feature__title {
    font-size: 18px;
    text-align: center;
    margin-left: 32px;
    margin-top: 36px;
    margin-right: 32px;
  }
  
  .our-brands__header {
    margin-top: 140px;
    text-align: center;
    margin-bottom: 45px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    margin-bottom: 45px;
  }
  
  .brands {
    margin-left: 166px;
    margin-right: 167px;
    margin-bottom: 111px;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  
  .brand {
    width: 519px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .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:hover {
    gap: 0;
  }
  .brand:hover .brand__top {
    height: 0;
  }
  .brand:hover .brand__logo {
    margin-top: 100%;
  }
  .brand:hover .brand__bottom {
    height: 100%;
    transform: scale(1.2);
  }
  
  .brand,
  .advantage {
    display: flex;
    background-color: #FAFAFA;
    border-radius: 18px;
    width: 519px;
    height: 492px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  
  .brand__logo {
    align-self: center;
  }
  
  .brand__product {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .advantage__photo {
    margin-top: 86px;
    height: 50%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  #samsung > .brand__product {
    margin-top: 132px;
  }
  
  #oppo > .brand__product {
    margin-top: 125px;
  }
  
  .new-place {
    height: 657px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FAFAFA;
  }
  
  .new-place__subheading {
    margin-top: 88px;
    margin-bottom: 19px;
  }
  
  .new-place__header {
    max-width: 658px;
    text-align: center;
    align-self: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 48px;
  }
  
  .new-place__photo {
    align-self: center;
    margin-top: 48px;
    margin-bottom: 86px;
  }
  
  /* .line--custom {
    margin-left: 167px;
  } */
  
  .maps {
    display: flex;
    flex-direction: column;
    margin-left: 166px;
    margin-right: 167px;
  }
  
  .maps-container {
    display: flex;
    flex-direction: row;
    gap: 13px;
    justify-content: center;
  }
  
  .maps__map {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .map__image {
    margin-top: 22px;
    margin-bottom: 38px;
    border-radius: 18px;
  }
  
  .map__city {
    margin-top: 44px;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
  }
  
  .map__description,
  .parking__description {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 505px;
    margin-bottom: 34px;
  }
  
  .map__description {
    height: 107px;
  }
  
  .map__link--primary {
    background-color: #FF8552;
    border-radius: 8px;
    width: 253px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin-bottom: 36px;
  }
  
  .map__link--primary:hover {
    background-color: black;
    border: 1px solid #FF8552;
  }
  
  .map__link--secondary {
    font-weight: 500;
    color: #FF8552;
    letter-spacing: 0.02em;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FF8552;
    margin-bottom: 80px;
  }
  
  .map__photo {
    width: 784px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  
  .energy,
  .comfort,
  .recycling {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 166px;
    margin-right: 167px;
    margin-bottom: 48px;
    gap: 148px;
  }
  
  .energy__header,
  .comfort__header,
  .recycling__header {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    max-width: 650px;
  }
  
  .energy__photo,
  .comfort__photo,
  .recycling__photo {
    width: 787px;
    height: 360px;
  }
  
  .maps__header--custom {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
  }
  
  @media screen and (max-width: 576px) {
    
    .inf {
      float: center; 
      text-align:center; 
      max-width: 220px;
    }
    .line {
      width: 90%;
      margin-left: auto;
    margin-right: auto;
    }
    .place__header {
      font-size: 20px;
      max-width: 350px;
      line-height: 26px;
      font-weight: 500;
    }
    main {
      height: 446px;
      background: url("/public/static/assets/onasm.jpg") no-repeat center;
      background-size: cover;
  
    }
    .hero--container {
      height: 100%;
    }
    .hero__text-container {
      align-items: flex-start;
      margin-left: 24px;
    }
    .hero__subheading {
      margin-top: 378px;
    }
    .hero__header {
      margin-top: 25px;
      margin-left: 0;
      margin-bottom: 24px;
      text-align: left;
    }
    .offer {
      margin-top: 32px;
    }
    .offer .line {
      margin-bottom: 0;
    }
    .offer__subheading {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      text-align: center;
      margin-bottom: 0;
    }
    .offer__description {
      font-size: 16px;
      line-height: 24px;
      margin: 36px 18px 42px 23px;
      font-weight: 400;
    }
    .features__subheading {
      margin-top: 34px;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
    }
    .features__container {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .feature {
      width: 172px;
      height: 162px;
    }
    .feature__icon {
      width: 47px;
      height: 49px;
    }
    .feature__title {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: -0.011em;
      text-align: center;
    }
    .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;
    }
    .brands {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 0;
      margin-right: 16px;
    }
    .brand__logo {
      margin-top: 0;
    }
    .brand {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .brand__top, .brand__bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50%;
      width: 100%;
    }
    .brand__product {
      height: 100%;
      margin-top: 0;
    }
    .new-place {
      height: auto;
    }
    .new-place__subheading {
      margin-top: 61px;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      margin-bottom: 0;
    }
    .new-place__header {
      font-size: 20px;
      line-height: 26px;
      margin-top: 16px;
      max-width: 320px;
    }
    .new-place__photo {
      width: 286px;
      height: 140px;
      margin-bottom: 61px;
    }
    .maps {
      margin-top: 32px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .maps__header--custom {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      margin-left: 16px;
      margin-right: 16px;
    }
    .maps .line {
      margin-bottom: 32px;
    }
    .maps__header {
      font-family: "Roboto Condensed";
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      margin-bottom: 16px;
      text-align: center;
    }
    .maps__header--custom {
      font-size: 20px;
      line-height: 26px;
      text-transform: none;
      font-family: "Roboto";
      letter-spacing: 0;
    }
    .maps__header {
      max-width: 50%;
    }
    .maps-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 16px;
    }
    .maps__map {
      height: auto;
    }
    .map__city {
      margin-top: 0;
      font-size: 20px;
      line-height: 26px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 16px;
    }
    .map__photo {
      border-radius: 18px;
      width: 90%;
      height: 266px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 17px;
    }
    .map__image {
      width: 90%;
      border-radius: 18px;
      height: 156px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 16px;
    }
    .map__description {
      margin-top: 0;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      height: auto;
      margin-left: 32px;
      margin-right: 32px;
    }
    .energy {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .energy__text-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .energy__photo {
      width: 90%;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .energy__subheading {
      text-align: center;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      max-width: 75%;
    }
    .energy__header {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      max-width: 90%;
    }
    .comfort {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      gap: 16px;
    }
    .comfort__text-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .comfort__photo {
      width: 90%;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .recycling {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .recycling__text-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .recycling__photo {
      width: 90%;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .recycling__subheading {
      text-align: center;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      max-width: 75%;
    }
    .recycling__header {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      max-width: 90%;
    }
    .line--custom {
      width: 90%;
      margin-left: 0;
      margin-bottom: 32px;
    }
  }/*# sourceMappingURL=about_us.css.map */