@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-family-kyiv: "KyivTypeSans", sans-serif;
  --font-family-mont: "Montserrat", sans-serif;
  --font-size: 16px;
  --font-weight: 400;
  --main-color: #5765F2;
  --main-color-h: #5765F2;
  --white-color: #fff;
  --pink-color: #FFA7A7;
}

html,
body {
  font-size: 18px;
  height: 100%;
  font-family: var(--font-family-kyiv);
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
}

* {
  padding: 0;
  margin: 0;
}

.title__h2 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
}

.title__h3 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
}

a {
  text-decoration: none;
}

.button__style-border {
  padding: 22px 45px;
  border-radius: 35px;
  border: 1px solid #5765F2;
  color: #5765F2;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.button__style-border:hover {
  background: var(--main-color-h);
  color: #fff;
}

img {
  width: 100%;
}

._container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.section__padding {
  padding: 100px 0;
}

.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1125) 100%);
}

.prostory-hero {
  position: relative;
  background-position: top center;
  width: 100%;
  height: 650px;
  overflow: hidden;
  align-content: end;
}
.prostory-hero .bg__section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prostory-hero .bg__section img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero__body {
  position: relative;
  z-index: 2;
}

.left__content-about {
  padding: 54px 100px 74px 5px;
  border-radius: 0 44px 0 0;
  background: #EB459E;
  max-width: 650px;
  position: relative;
  color: #fff;
}
.left__content-about::after {
  position: absolute;
  content: "";
  background: #EB459E;
  width: 100%;
  height: 100%;
  left: -99%;
  bottom: 0;
}
.left__content-about::before {
  position: absolute;
  content: "";
  border-radius: 0 44px 0 0;
  background: rgba(235, 69, 158, 0.4392156863);
  transform: rotate(-3deg);
  width: 100%;
  height: 112%;
  left: 30px;
  top: -10px;
}
.left__content-about .left__content-wrapp {
  position: relative;
  z-index: 3;
}

.section__wrapp {
  max-width: 894px;
  padding: 0 10px;
  margin: 0 auto;
}

.young__title-block h2 {
  line-height: 1.3;
  margin-bottom: 24px;
}
.young__title-block p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
  margin-bottom: 12px;
}

.ambassador__section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  max-width: 500px;
}

.ambassador__body {
  margin-top: 24px;
}

.amb__row-top {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.amb__row-top .item_row {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(32px, 5vw, 44px);
}
.amb__row-top .item_row span {
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(16px, 5vw, 18px);
  margin-top: 12px;
}
.amb__row-top .item__row_1 {
  font-size: 18px;
  padding: 12px 24px;
  background: var(--pink-color);
  border-radius: 25px;
}
.amb__row-top .item__row_5 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #5F5F5F;
}
.amb__row-top .item__row_5 span {
  display: flex;
  align-items: center;
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-size: clamp(16px, 5vw, 18px);
  margin-top: 12px;
  color: #000;
}
.amb__row-top .item__row_5 span .year {
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(32px, 5vw, 44px);
  margin-right: 6px;
  color: #000;
}

.amb__row-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.amb__row-middle {
  padding: 12px 24px;
  border-radius: 24px;
  background: #A2D6E5;
}
.amb__row-middle .item_row {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(24px, 5vw, 32px);
}
.amb__row-middle .item_row span {
  font-family: var(--font-family-mont);
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
  max-width: 182px;
}

.amb__row-bottom {
  padding: 12px 24px;
  border-radius: 24px;
  background: #EBACC3;
}
.amb__row-bottom .item_row {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(32px, 5vw, 44px);
}
.amb__row-bottom .item_row span {
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(16px, 5vw, 18px);
  margin-top: 12px;
}
.amb__row-bottom .item__row_1 {
  font-size: 18px;
  padding: 12px 24px;
  background: #1E224F;
  border-radius: 25px;
  color: var(--white-color);
}

.strive__section-title h2 {
  text-transform: uppercase;
}
.strive__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
  margin: 24px 0;
}

.strive__body h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.strive__body .strive__list li {
  display: flex;
  align-items: center;
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
  list-style: none;
}
.strive__body .strive__list li img {
  width: 94px;
  height: 94px;
  margin-right: 10px;
}

.teaching__section-title h2 {
  text-transform: uppercase;
}
.teaching__section-title h3 {
  text-transform: uppercase;
}
.teaching__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  margin: 24px 0;
  color: #5F5F5F;
}

.teaching__body {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
}
.teaching__body .teaching__text p {
  font-family: var(--font-family-mont);
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 140%;
  color: #5F5F5F;
  margin-bottom: 32px;
}
.teaching__body .teaching__text h3 {
  font-family: var(--font-family-kyiv);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(24px, 4vw, 32px);
}
.teaching__body .teaching__text span {
  font-family: var(--font-family-kyiv);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.ambProject__section-title {
  text-align: center;
}
.ambProject__section-title h2 {
  text-transform: uppercase;
}
.ambProject__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  margin: 24px 0;
  color: #5F5F5F;
}

.ambProject__body {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
}
.ambProject__body .ambProject__text p {
  font-family: var(--font-family-mont);
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 140%;
  color: #5F5F5F;
  margin-bottom: 32px;
}
.ambProject__body .ambProject__text h3 {
  font-family: var(--font-family-kyiv);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(24px, 4vw, 32px);
}
.ambProject__body .ambProject__text span {
  font-family: var(--font-family-kyiv);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.training__section-title h2 {
  text-align: center;
}
.training__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  margin: 24px 0;
  color: #5F5F5F;
}

.training__body h3 {
  font-family: var(--font-family-kyiv);
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(20px, 4vw, 24px);
}

.training__list {
  padding-left: 20px;
  margin-top: 15px;
}
.training__list li {
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
  margin-bottom: 10px;
  list-style: disc !important;
}

.wawes__section-title {
  text-align: center;
}
.wawes__section-title h2 {
  max-width: 500px;
  margin: 0 auto;
}
.wawes__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
  margin: 32px 0;
}

.wawes__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.wawe__item-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item__wawe img {
  max-width: 300px;
  margin-bottom: 30px;
}
.item__wawe h3 {
  font-family: var(--font-family-mont);
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  text-transform: uppercase;
}
.item__wawe p {
  font-family: var(--font-family-mont);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  margin: 12px 0;
  height: 100%;
}

.wawe__btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.wawe__btn a {
  font-family: var(--font-family-kyiv);
  font-weight: 900;
  font-style: Black;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.program {
  padding-bottom: 100px;
}

.program__section-title {
  text-align: center;
}
.program__section-title p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  max-width: 550px;
  margin: 12px auto 32px;
}

.program__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.program__item {
  grid-column: span 3; /* 4 в ряд */
}

.program__item:nth-child(n+5) {
  grid-column: span 4; /* 3 в ряд */
}

.program__item {
  padding: 32px 24px;
  border-radius: 18px;
  background: #FEE75C;
}
.program__item img {
  width: 64px;
  height: 64px;
}
.program__item p {
  font-family: var(--font-family-mont);
  font-weight: 500;
  font-size: 16px;
  color: #CC5722;
}

@media (max-width: 960.98px) {
  .section__padding {
    padding: 50px 0;
  }
  .wawes__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .program__item {
    grid-column: span 4; /* 12 / 3 */
  }
  /* останній блок — на всю ширину */
  .program__item:last-child {
    grid-column: span 12;
  }
}
@media (max-width: 890px) {
  .ambassador__body {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .amb__row-items {
    display: flex;
    flex-wrap: nowrap;
    min-width: 1100px;
    gap: 16px 0;
  }
  .item_row {
    flex: 0 0 auto;
  }
  .teaching__body {
    grid-template-columns: 1fr;
  }
  .ambProject__body {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 760px) {
  .program__item {
    grid-column: span 6; /* 2 в ряд */
  }
  .program__item:nth-child(n+5) {
    grid-column: span 6; /* 3 в ряд */
  }
  /* останній блок */
  .program__item:last-child {
    grid-column: span 12; /* один на всю ширину */
  }
}
@media (max-width: 640.98px) {
  .strive__body h3 {
    font-size: 18px;
  }
  .strive__body .strive__list li {
    flex-direction: column;
    align-items: start;
  }
  .program__item {
    grid-column: span 12; /* по одному */
  }
  .program__item:nth-child(n+5) {
    grid-column: span 12;
  }
}
@media (max-width: 580.98px) {
  .wawes__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
}/*# sourceMappingURL=style.css.map */