.AboutPageHero {
    background-image: url("../images/AboutUs/bg.jpg");
}
.AboutPageHeroWrapp {
      height: 720px;
      flex-direction: column;
      color: var(--white);
    }
.AboutPageHeroTitle {
      max-width: 900px;
      width: 100%;
        font-size: 52px;
        font-style: normal;
        font-weight: 500;
      line-height: 1.2;
      text-align: center;
}
.AboutPageDescr {
      padding-top: 24px;
      font-family: 'Inter', sans-serif;
 }


@media (width <= 1100px) {
    .AboutPageHeroTitle {
        font-size: 36px;
    }
  .AboutPageHeroDescr {
    text-align: center;
  }
  .AboutPageHeroWrapp {
    height: 600px;
  }

}

.AboutPageAbout {
    margin: 80px 0;
}
.AboutPageImg {
      max-width: 876px;
      width: 100%;
      border-radius: 18px;
}
.AboutPageAboutRight {
      max-width: 824px;
      width: 100%;
      margin-left: auto;
      flex-direction: column;
}
.AboutPageAboutRightSubTitle {
        padding-bottom: 8px;
        color: var(--grey-mid);
        font-size: 28px;
        line-height: 1.2;
        font-weight: 600;
      }
.AboutPageAboutRightTitle {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
      }
.AboutPageAboutRightDescr {
        margin-bottom: 42px;
        margin-top: 42px;
        font-family: 'Inter', sans-serif;
        line-height: 1.7;
}
.AboutPageAboutRightDescr p:not(:last-child) {
          margin-bottom: 1.7em;
    }
      
.AboutPageAboutRightBtn {
        margin-top: auto;
        max-width: max-content;
        padding: 20px 16px;
}

@media (width <= 1500px) {
  .AboutPageAboutWrapp {
    align-items: flex-start;
  }
  .AboutPageAboutImg {
    max-width: 50%;
  }
  .AboutPageAboutRight {
    max-width: calc(50% - 30px);
    width: 100%;
  }
}

@media (width <= 1100px) {
  .AboutPageAboutWrapp {
    flex-direction: column;
  }
  .AboutPageAboutImg {
    max-width: 100%;
  }
  .AboutPageAboutRight {
    max-width: 100%;
    margin: 32px 0 0 0;
    text-align: center;
  }
  .AboutPageAboutRightBtn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width <= 550px) {

  .AboutPageAboutRightBtn{
    display: none;
  }

  .AboutPageAboutRightSubTitle {
    font-size: 20px;
  }
  .AboutPageAboutRightTitle {
    font-size: 24px;
  }
}


.AboutPageGlass {
    background-image: url("../images/AboutUs/decor.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.AboutPageGlassCard {
      justify-content: space-between;
    }
.AboutPageGlassWrapp {
      padding: 87px 72px;
      border-radius: 16px;
      background: var(--Glass-white);
      backdrop-filter: blur(25px);
    }
.AboutPageGlassItem {
      flex-direction: column;
      text-align: center;
}
.AboutPageGlassItemNumber {
        margin: 0;
        font-size: 52px;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
}
.AboutPageGlassItemValue {
        margin-top: 32px;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
}


@media (width <= 1100px) {
    .AboutPageGlassItemNumber {
        font-size: 36px;
    }
  .AboutPageGlassCard {
    justify-content: center;
    flex-wrap: wrap;
  }
  .AboutPageGlassItem {
    position: relative;
    max-width: calc(50% - 32px);
    width: 100%;
    &:nth-child(1),
    &:nth-child(2) {
      margin-bottom: 98px;
      &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -48px;
        width: 100%;
        height: 1px;
        border-bottom: 1px rgba(123, 123, 123, 0.20) solid;
      }
    }
    &:nth-child(odd) {
      border-right: 1px rgba(123, 123, 123, 0.20) solid;
    }
  }
}

@media (width <= 550px) {
  .AboutPageGlassItem {
    max-width: 100%;
  }
  .AboutPageGlassItem:nth-child(odd) {
    border-right: none;
  }
  .AboutPage {
    &Glass {
      background-image: url("../images/AboutUs/decor_mob.svg");
    }
  }
  .AboutPageGlassItem:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    &:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 100%;
      height: 1px;
      border-bottom: 1px rgba(123, 123, 123, 0.2) solid;
    }
  }
}


.AboutPagePhilosophy {
    position: relative;
    margin: 80px 0;
    padding: 62px 0;
    background-color: var(--black);
    color: var(--white);
    overflow: hidden;
}
.AboutPagePhilosophy:before {
      content: '';
      position: absolute;
      top:0;
      left: 0;
      pointer-events: none;
      width: 260px;
      height: 520px;
      display: block;
      background-image: url("../images/AboutUs/philosophy_left.svg");
    }
.AboutPagePhilosophy:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      pointer-events: none;
      width: 260px;
      height: 520px;
      display: block;
      background-image: url("../images/AboutUs/philosophy_right.svg");
    }
.AboutPagePhilosophyTitle {
       font-size: 36px;
    font-style: normal;
    font-weight: 500;
    }
 .AboutPagePhilosophyWrapp {
      flex-direction: column;
      text-align: center;
    }
.AboutPagePhilosophyDescr {
      max-width: 876px;
      width: 100%;
      margin-top: 42px;
      text-align: center;
      font-family: 'Inter', sans-serif;
    }

 .AboutPageInformation {
    padding: 80px 0;
 }
.AboutPageInformationCard{
      flex-wrap: wrap;
      gap: 24px;
      align-items: unset;
    }
.AboutPageInformationItem{
      max-width: 276px;
      padding: 42px 24px;
      flex-direction: column;
      width: 100%;
      text-align: center;
      border-radius: 16px;
      background: var(--Light-grey-for-bg);
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    }

.AboutPageInformationItemBlackNoPadd {
    padding: 0;
}

.AboutPageInformationItemBlackNoPadd img {
    border-radius: 16px;
}

.AboutPageInformationItemBlack {
    position: relative;
    max-width: 876px;
    width: 100%;
    background-color: var(--black);
    color: var(--white);
    text-align: left;
}
.AboutPageInformationItemTitle{
         font-size: 28px;
    font-style: normal;
    font-weight: 500;
        padding: 16px 0;
        margin: 0;
        line-height: 1.2;
      }
 .AboutPageInformationItemDescr {
      font-family: 'Inter', sans-serif;
}


@media (width <= 1500px) {
  .AboutPageInformation {
    padding-top: 0;
  }
  .AboutPageInformationItem {
    max-width: calc(50% - 24px);
  }
  .AboutPageInformationItem &:nth-last-child(1) {
      order: 2;
    }
   .AboutPageInformationItem &:nth-last-child(2) {
      order: 3;
    }
}

@media (width <= 550px) {
  .AboutPageInformationItem {
    max-width: 100%;
  }
  .AboutPageInformationItemTitle {
    font-size: 24px;
  }
}

.AboutPageCompanyValues {
    position: relative;
    margin: 80px 0;
    z-index: 2;
    }
.AboutPageCompanyValuesVideo {
      position: relative;
      max-width: 876px;
      width: 100%;
}
.AboutPageCompanyValuesVideo img {
    width: 100%;
        border-radius: 18px;
        height: 100%;
      }
.AboutPageCompanyValuesVideo iframe {
        height: 100%;
        border-radius: 18px;
    }
.AboutPageCompanyValuesWrapp {
      align-items: flex-start;
      gap: 30px;
    }
.AboutPageCompanyValuesDescr {
      max-width: 824px;
      width: 100%;
      margin-left: auto;
}
.AboutPageCompanyValuesDescrTitle{
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
      }
 .AboutPageCompanyValuesDescrText {
        margin-top: 24px;
       font-family: 'Inter', sans-serif;
      }
.AboutPageCompanyValuesDescrCard {
        margin-top: 36px;
      }
.AboutPageCompanyValuesDescrItem {
        position: relative;
        padding-left: 48px;
         font-family: 'Inter', sans-serif;
}
.AboutPageCompanyValuesDescrItem:after {
          content: '';
          position: absolute;
          top: 1px;
          left: 0;
          width: 24px;
          height: 24px;
          background-image: url("../images/AboutUs/list.svg");
        }
.AboutPageCompanyValuesDescrItem:not(:last-child) {
          margin-bottom: 24px;
    }
@media (width <= 1500px) {

  .AboutPageCompanyValuesVideo {
    max-width: 40%;
  }
  .AboutPageCompanyValuesDescr {
    max-width: calc(60% - 30px);
  }
}

@media (width <= 1100px) {
    .AboutPageCompanyValuesDescrTitle {
        font-size: 30px;
    }
  .AboutPageCompanyValuesWrapp {
    flex-direction: column;
  }
  .AboutPageCompanyValuesVideo {
    max-width: 100%
  }
  .AboutPageCompanyValuesDescr {
    margin-top: 32px;
    max-width: 100%;
  }

}



.AboutPageHistory {
    position: relative;
    padding: 62px 0;
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    overflow: hidden;
}
.AboutPageHistory:before {
      content: '';
      position: absolute;
      top: -300px;
      left: 0;
      width: 259px;
      height: 520px;
      background-image: url("../images/AboutUs/historyLeft.svg");
      pointer-events: none;
    }
.AboutPageHistory:after {
      content: '';
      position: absolute;
      bottom: -300px;
      right: 0;
      width: 259px;
      height: 520px;
      background-image: url("../images/AboutUs/historyRight.svg");
      pointer-events: none;
    }
.AboutPageHistoryTitle{
       font-size: 36px;
    font-style: normal;
    font-weight: 500;
    }
.AboutPageHistorySubTitle {
      padding: 42px 0 16px;
       font-size: 28px;
    font-style: normal;
    font-weight: 500;
    }
.AboutPageHistoryDescr{
 font-family: 'Inter', sans-serif;
    }
.AboutPageHistoryCar {
      position: absolute;
      display: block;
      top:-54px;
      left: 115px;
      width: 48px;
      height: 48px;
      background-image: url("../images/AboutUs/car.svg");
    }
.AboutPageHistoryCards {
      position: relative;
      margin-top: 114px;
      justify-content: space-between;
      color: var(--white);
}
.AboutPageHistoryCards :after {
        content: '';
        position: absolute;
        top: 15px;
        width: 100%;
        display: block;
        height: 1px;
        background-color: rgba(123,123,123,0.7);
      }
.AboutPageHistoryCardsItem {
        position: relative;
        max-width: 275px;
        width: 100%;
        flex-direction: column;
        z-index: 1;
      }
.AboutPageHistoryCardsRound {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 1px solid rgba(123,123,123,0.7);
        background-color: var(--black);
}
.AboutPageHistoryCardsRoundActive {
          background-color: var(--Green);
        }
.AboutPageHistoryCardsNum {
        margin-top: 32px;
       font-size: 36px;
        font-style: normal;
        font-weight: 500;
      }
.AboutPageHistoryTimelineContainer {
      position: relative;
      padding: 50px 0;
    }

.AboutPageHistoryTimelineLine{
      position: relative;
      height: 2px;
      top: 0;
      background: rgba(123, 123, 123, 0.20);
      margin: 66px 0;
      width: 100%;
    }

.AboutPageHistoryTimelineFill {
      position: absolute;
      height: 2px;
      background: var(--Green);
      top: 0;
      left: 0;
      transition: width 0.5s ease;
    }

.AboutPageHistoryTimelinePoint {
      position: absolute;
      top: -16px;
      transform: translateX(-50%);
      cursor: pointer;
      color: #ccc;
      transition: color 0.4s ease-in-out;
}
.AboutPageHistoryTimelinePoint::before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background: #111;
        border: 2px solid rgba(123, 123, 123, 0.20);
        border-radius: 50%;
        margin: 0 auto;
        transition: background 0.6s, border-color 0.6s;
      }
.AboutPageHistoryTimelinePointActive {
        color: #fff;
}
.AboutPageHistoryTimelinePointActive::before {
          background: #4caf50;
          border-color: #4caf50;
        }

 .AboutPageHistoryYear {
      display: block;
      margin-top: 32px;
       font-size: 36px;
    font-style: normal;
    font-weight: 500;
}
.AboutPageHistoryCar {
      position: absolute;
      top: -68px;
      width: 48px;
      height: 48px;
      background: url('../images/AboutUs/car.svg') no-repeat center center / contain;
      transform: translateX(-50%);
      transition: left 0.6s ease;
}



@media (width <= 1500px) {
  .AboutPageHistoryTimelineContainer {
    padding: 50px;
  }
  .AboutPageHistoryYear {
    font-size: 30px;
  }
}

@media (width <= 1100px) {
.AboutPageHistoryYear {
  font-size: 24px;
}
  .AboutPageHistoryTimelinePoint {
    top: -10px;
  }
  .AboutPageHistoryTimelinePoint::before {
      width: 24px;
      height: 24px;
  }
  .AboutPageHistoryCar {
    width: 32px;
    height: 32px;
  }
}

@media (width <= 550px) {
  .AboutPageHistory {
    padding: 32px 0;
  }
  .AboutPageHistoryTitle {
    font-size: 24px;
  }
  .AboutPageHistorySubTitle {
    padding: 12px 0 16px;
    font-size: 20px;
  }
  .AboutPageHistoryYear {
    font-size: 16px;
  }
  .AboutPageHistoryTimelineContainer {
    padding: 10px 25px;
  }
  .AboutPageHistoryCar{
    top: -54px;
  }

}