.aboutusGreenTop {
  background: url(/assets/i/about/map-m.svg) center 48px/contain no-repeat, url(/assets/i/about/bglines-m.svg) center top no-repeat #BCF0ED;
}
.aboutusGreenTop .textBlocks {
  padding-top: clamp(132px, 26vw, 316px);
}
.aboutusGreenTop .textBlocks .intro {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.27;
  margin-bottom: 5px;
}
.aboutusGreenTop .textBlocks .intro P {
  margin: 0 0 14px;
}
.aboutusGreenTop .textBlocks .intro P:first-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.08;
}
.aboutusGreenTop .textBlocks .aboutus {
  padding: 18px 10px 48px;
  background-color: #F6F6F6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.aboutusGreenTop .textBlocks .aboutus h1.title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
}
.aboutusGreenTop .textBlocks .aboutus .texts {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28;
}
.aboutusGreenTop .textBlocks .aboutus .texts P {
  margin: 0 0 16px;
}
.aboutusGreenTop .textBlocks .aboutus .texts P:last-child {
  font-weight: 400;
}

section.vision {
  position: relative;
  top: -30px;
  margin-bottom: 40px;
}
section.vision h2.title {
  padding: 0 10px;
  margin: 0 0 17px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}
section.vision .pic {
  margin-bottom: 15px;
  padding: 0 10px;
}
section.vision .pic IMG {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.vision .titleNdesc {
  padding: 0 10px;
}
section.vision .titleNdesc .titleNposition {
  margin-bottom: 9px;
}
section.vision .titleNdesc .titleNposition h3.title {
  margin: 0 0 3px;
  color: #00C1AF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
section.vision .titleNdesc .titleNposition span.position {
  display: block;
  color: #00C1AF;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
}
section.vision .titleNdesc .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28;
}

section.aboutBottomTexts {
  display: none;
}

section.buttonContainer {
  margin-bottom: 48px;
}
section.buttonContainer .buttons a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: min(100%, 325px);
  padding: 10px;
  font-size: clamp(1.125rem, 0.799rem + 1.087vw, 1.625rem);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FF4553;
  color: white;
  border-radius: 5px;
}
section.buttonContainer .buttons a.button.orange {
  background-color: #FF9B48;
  color: black;
}
section.buttonContainer .buttons a.button span.icon.arrup {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: url("/assets/i/sprite.svg?v1") -307px -192px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  section.buttonContainer .buttons a.button span.icon.arrup {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}

@media (min-width: 480px) {
  section.buttonContainer .buttons a.button {
    max-width: fit-content;
  }
}
@media (min-width: 900px) {
  .aboutusGreenTop {
    background: url(/assets/i/about/map.webp) center 100px no-repeat, url(/assets/i/about/bglines.webp) center top no-repeat #BCF0ED;
    margin-bottom: 43px;
  }
  .aboutusGreenTop .textBlocks {
    display: grid;
    grid-template-columns: 455px 1fr;
    align-items: flex-end;
    gap: 12px;
    overflow: hidden;
  }
  .aboutusGreenTop .textBlocks .intro {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 16px;
  }
  .aboutusGreenTop .textBlocks .intro P:first-child {
    font-size: 18px;
  }
  .aboutusGreenTop .textBlocks .aboutus {
    padding: 26px 48px 50px;
    grid-row: 1/2;
    grid-column: 1/2;
    transform: translateY(100%);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .aboutusGreenTop .textBlocks .aboutus h1.title {
    margin-bottom: 32px;
    font-size: 50px;
  }
  .aboutusGreenTop .textBlocks .aboutus .texts {
    font-size: 18px;
    line-height: 1.45;
  }
  .aboutusGreenTop .textBlocks .aboutus .texts P:first-child {
    margin-bottom: 22px;
  }
  .aboutusGreenTop .textBlocks .aboutus.active {
    transform: translateY(0);
  }
  section.vision {
    top: 0;
    display: grid;
    grid-template-columns: 454px 1fr;
    gap: 36px;
  }
  section.vision h2.title {
    display: none;
  }
  section.vision .pic {
    margin: 0;
    padding: 0;
  }
  section.vision .titleNdesc .titleNposition {
    margin-bottom: 12px;
  }
  section.vision .titleNdesc .titleNposition h3.title {
    margin-bottom: 20px;
    max-width: 280px;
    font-size: 40px;
    line-height: 1.2;
  }
  section.vision .titleNdesc .titleNposition span.position {
    max-width: 440px;
    font-size: 18px;
    line-height: 1.45;
  }
  section.vision .titleNdesc .desc {
    font-size: 22px;
    line-height: 1.5;
  }
  section.aboutBottomTexts {
    display: block;
    margin-bottom: 56px;
  }
  section.aboutBottomTexts .bottomTopTxt {
    margin-bottom: 22px;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.3;
  }
  section.aboutBottomTexts .bottomTopTxt span.medium {
    font-weight: 500;
  }
  section.aboutBottomTexts .bottomBottomTxt {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  section.vision .titleNdesc {
    padding-left: 80px;
    background: url(/assets/i/uzor.webp) left center no-repeat;
  }
  section.buttonContainer .buttons a.button {
    margin: 0;
    padding: 10px 16px;
    gap: 14px;
    border-radius: 7px;
    transition: all 0.2s linear;
  }
  section.buttonContainer .buttons a.button span.icon.arrup {
    width: 18px;
    height: 18px;
    background-position: -304px -174px;
  }
  section.buttonContainer .buttons a.button:HOVER {
    background: #FF7400;
  }
}