@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Variable.woff2") format("woff2-variations");
  src: url("../fonts/NunitoSans-Variable.woff2") format("woff2");
  font-weight: 300 700;
}

@font-face {
  font-family: "WorkSans-Light";
  src: url("../fonts/WorkSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans-Regular";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans-Medium";
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans-SemiBold";
  src: url("../fonts/WorkSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1.35;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", "sans-serif";
  color: #0e0d0d;
  background-color: #fdfdf0;
  transition: all 0.3s ease;
}

body.menu-open {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1420px;
}

.container-big {
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header__inner {
  display: flex;
  font-weight: 500;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
}

.menu__list {
  display: flex;
  gap: 0 30px;
}

.menu__link {
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.menu__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f7b500;
  transition: width 0.3s ease;
}

.menu__link:hover {
  color: #f7b500;
}

.menu__link:hover::after {
  width: 100%;
}

.header__contacts {
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #0e0d0d;
  font-family: "WorkSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.header__contacts:hover {
  background-color: #f7b500;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(247, 181, 0, 0.3);
}

.about {
  margin-top: 35px;
  margin-bottom: 180px;
}

.about-top {
  text-align: center;
  color: #fdfdf0;
  background-image: url("../images/main-section/main-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
  min-height: 748px;
}

.main-title {
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  padding-top: 60px;
  font-family: "WorkSans-SemiBold", "sans-serif";
}

.p-info {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "WorkSans-Medium", "sans-serif";
}

.about__achievements {
  display: flex;
  justify-content: space-between;
  margin-top: -55px;
  margin-bottom: 90px;
}

.about__achievement {
  display: flex;
  gap: 0 25px;
  max-width: 595px;
  padding: 14px 10px;
  align-items: center;
  border-radius: 20px;
  background-color: #f4f4e7;
}

.about__achievements-img_box {
  position: relative;
  width: 214px;
}

.img_box-title {
  margin-bottom: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.imgbox-text {
  font-weight: 300;
  font-size: 14px;
}

.text-bold {
  font-weight: 600;
}
.text-color {
  font-weight: 600;
  color: #f2a531;
}

.achievements__button {
  position: absolute;
  right: 0;
  top: 5px;
  border: none;
  padding: 0;
  background-color: transparent;
}

.section__info {
  display: flex;
  gap: 0 90px;
  padding: 30px 18px;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 70px;
  background-color: #f4f4e7;
}

.container-stats__item {
  text-align: center;
  width: 300px;
}

.container-stats__item dt {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "WorkSans-SemiBold", sans-serif;
}

.container-stats__item dd {
  font-size: 22px;
  margin: 0;
  opacity: 0.7;
  color: #0e0d0d;
}

.section__progress-text {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.17;
  margin-bottom: 40px;
  font-family: "WorkSans-Light", sans-serif;
}

.text_bold {
  font-weight: 500;
  font-family: "WorkSans-Medium", sans-serif;
}

.container__table-info {
  padding-top: 20px;
}

.container-box__info {
  display: flex;
  gap: 0 140px;
}

.box_info-text {
  font-size: 18px;
  margin-bottom: 45px;
  padding-top: 5px;
  padding-right: 50px;
  line-height: 1.5;
}

.box_info-text .text_bold {
  font-weight: 700;
}

.yellow_text {
  font-weight: 600;
  color: #f2a531;
}

.box-progress-item {
  padding: 10px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(14, 13, 13, 0.23);
}

.box-progress-item dt {
  font-size: 18px;
  font-weight: 500;
}

.box-progress-item dd {
  opacity: 0.71;
}

.box-progress-item dt span {
  color: #f2a531;
  font-weight: 600;
}

.products__wrapper {
  padding: 50px 0;
  border-radius: 20px;
  background-color: #f4f4e7;
}

.products__title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  align-items: center;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: "WorkSans-Medium", sans-serif;
  text-transform: uppercase;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}

.products__item {
  position: relative;
  border-radius: 10px;
  min-height: 220px;
  margin-bottom: 12px;
  padding: 50px 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.products__item-btn {
  position: absolute;
  bottom: -12px;
  left: -8px;
  border: none;
  background-color: transparent;
  padding: 0;
}

.products__item-title {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 14px;
  font-family: "WorkSans-Regular", sans-serif;
}

.products__item-text {
  font-weight: 300;
}

.products__item:nth-child(odd) {
  color: #fff;
}

.products__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  color: #fff;
  padding: 18px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #0e0d0d;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.products__inner {
  align-items: center;
  text-align: center;
}

.partners_info {
  align-items: center;
  text-align: center;
}

.products__link:hover {
  background-color: #f7b500;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(247, 181, 0, 0.3);
}

.products__link .products__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.products__link .products__link-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slogan {
  padding-top: 115px;
  text-align: center;
  text-transform: uppercase;
}

.slogan-text {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  font-family: "WorkSans-Medium";
}

.slogan-title {
  font-weight: 600;
  color: #f2a531;
  font-size: 300px;
  line-height: 1;
  font-family: "WorkSans-SemiBold";
}

.slogan_img {
  margin-top: -145px;
}

.partners {
  padding: 130px 0 150px;
}

.partners_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 120px;
}

.partners_info {
  display: flex;
  max-width: 580px;
  flex-direction: column;
}

.partners_info-title {
  font-family: "WorkSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
}

.partners_info-text {
  margin-top: auto;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  color: #fff;
  padding: 18px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #0e0d0d;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.arrow-btn:hover {
  background-color: #f7b500;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(247, 181, 0, 0.3);
}

.arrow-btn .products__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.arrow-btn .products__link-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.patents-box-top {
  display: flex;
  position: relative;
  border-radius: 10px;
  gap: 0 19px;
  margin-bottom: 15px;
  justify-content: space-between;
  background-color: #f4f4e7;
}

.partners-box-list {
  padding-bottom: 30px;
  padding-left: 24px;
  margin-top: auto;
}

.partners_box-item {
  position: relative;
  color: #000;
  font-weight: 500;
  padding-left: 39px;
}

.partners_box-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/section-slogan/arrow-icon.svg");
  width: 24px;
  height: 24px;
}

.partners_box-item + .partners_box-item {
  margin-top: 15px;
}

.parents_box_text {
  color: #fff;
  font-size: 20px;
  padding: 30px 80px 30px 30px;
  border-radius: 10px;
  background-color: #0d1615;
}

.blog {
  margin-bottom: 80px;
}

.blog-wrapper {
  padding: 100px 0;
  border-radius: 20px;
  background-color: #f4f4e7;
}

.blog__title {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "WorkSans-Medium", sans-serif;
}

.blog__items {
  display: grid;
  gap: 32px 44px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 580px auto;
}

.blog_item-big {
  grid-row: 1 / -1;
}

.blog_item-small {
  display: flex;
  gap: 0 24px;
  align-items: center;
}

.blog__item-info {
  font-size: 14px;
  font-weight: 600;
  color: #f2a531;
}

.blog__item-info,
.blog__item-img {
  margin-bottom: 32;
}

.blog_item-big .blog__item-box {
  padding-top: 40px;
}

.blog__item-title {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  position: relative;
  font-family: "WorkSans-Medium", sans-serif;
}

.blog__item-title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/recent-secction/arrow.svg);
}

.blog__item-text {
  color: #667085;
}

.footer {
  background-color: #0e0d0d;
  padding: 100px 0;
  color: #fff;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 10px;
}

.footer__element-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer__item + .footer__item {
  padding-top: 10px;
}

.footer__item-adress {
  font-style: normal;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

/* Мобільне меню */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.menu-toggle__line {
  width: 25px;
  height: 3px;
  background-color: #0e0d0d;
  transition: all 0.3s ease;
  transform-origin: 1px;
}

.menu-toggle.active .menu-toggle__line:first-child {
  transform: rotate(45deg);
}

.menu-toggle.active .menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .menu-toggle__line:last-child {
  transform: rotate(-45deg);
}

/* Медіа-запити */
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  .main-title {
    font-size: 200px;
  }

  .p-info {
    font-size: 28px;
  }

  .about__achievements {
    gap: 20px;
  }

  .section__info {
    gap: 0 60px;
  }

  .container-box__info {
    gap: 0 80px;
  }

  .partners_inner {
    gap: 0 80px;
  }

  .slogan-title {
    font-size: 280px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }

  .main-title {
    font-size: 180px;
  }

  .p-info {
    font-size: 24px;
  }

  .about-top {
    min-height: 600px;
  }

  .about__achievements {
    flex-direction: column;
    gap: 25px;
    margin-top: -40px;
  }

  .about__achievement {
    max-width: 100%;
    flex-direction: row;
    gap: 20px;
  }

  .about__achievements-img_box {
    width: 200px;
    flex-shrink: 0;
  }

  .section__info {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .container-stats__item {
    width: calc(50% - 12px);
  }

  .container-stats__item dt {
    font-size: 36px;
  }

  .container-stats__item dd {
    font-size: 20px;
  }

  .section__progress-text {
    font-size: 28px;
  }

  .container-box__info {
    flex-direction: column;
    gap: 30px;
  }

  .box_info-text {
    padding-right: 0;
    font-size: 17px;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .products__item {
    min-height: 200px;
    padding: 40px 20px;
  }

  .products__item-title {
    font-size: 28px;
  }

  .slogan {
    padding-top: 100px;
  }

  .slogan-text {
    font-size: 36px;
  }

  .slogan-title {
    font-size: 220px;
  }

  .slogan_img {
    margin-top: -120px;
  }

  .partners {
    padding: 100px 0 120px;
  }

  .partners_inner {
    flex-direction: column;
    gap: 50px;
  }

  .partners_info-title {
    font-size: 36px;
  }

  .partners_info-text {
    font-size: 19px;
  }

  .patents-box-top {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .partners-box-list {
    padding-left: 0;
  }

  .partners_box-item {
    padding-left: 0;
    text-align: center;
  }

  .partners_box-item::before {
    display: none;
  }

  .parents_box_text {
    font-size: 19px;
    padding: 25px;
  }

  .blog__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .blog_item-big {
    grid-row: auto;
  }

  .blog_item-small {
    flex-direction: column;
    text-align: center;
  }

  .blog__item-title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .main-title {
    font-size: 160px;
  }

  .p-info {
    font-size: 24px;
  }

  .about__achievements {
    flex-direction: column;
    gap: 20px;
  }

  .about__achievement {
    max-width: 100%;
  }

  .section__info {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .container-stats__item {
    width: calc(50% - 15px);
  }

  .section__progress-text {
    font-size: 32px;
  }

  .container-box__info {
    flex-direction: column;
    gap: 40px;
  }

  .box_info-text {
    padding-right: 0;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners_inner {
    flex-direction: column;
    gap: 40px;
  }

  .blog__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .blog_item-big {
    grid-row: auto;
  }

  .blog_item-small {
    flex-direction: column;
    text-align: center;
  }

  .slogan-title {
    display: none;
  }

  .slogan {
    padding-top: 80px;
  }

  .slogan-text {
    margin-bottom: 30px;
  }

  .slogan_img {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .container-big {
    padding: 0;
    margin: 0;
  }

  .menu-toggle {
    display: flex;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fdfdf0;
    transition: right 0.3s ease;
    z-index: 5;
    padding-top: 100px;
  }

  .menu.active {
    right: 0;
  }

  .menu__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .menu__link {
    font-size: 24px;
  }

  .header__contacts {
    display: none;
  }

  .main-title {
    font-size: 120px;
  }

  .p-info {
    font-size: 20px;
  }

  .about-top {
    min-height: 500px;
  }

  .about {
    margin-bottom: 100px;
  }

  .about__achievements {
    margin-top: -30px;
    margin-bottom: 60px;
  }

  .about__achievement {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .about__achievements-img_box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .section__info {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .container-stats__item {
    width: 100%;
  }

  .container-stats__item dt {
    font-size: 32px;
  }

  .container-stats__item dd {
    font-size: 18px;
  }

  .section__progress-text {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .box_info-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .box-progress-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .products__title {
    font-size: 32px;
  }

  .products__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products__item {
    min-height: 180px;
    padding: 30px 20px;
  }

  .products__item-title {
    font-size: 24px;
  }

  .slogan {
    padding-top: 60px;
  }

  .slogan-text {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .slogan-title {
    display: none;
  }

  .slogan_img {
    margin-top: 0;
  }

  .partners {
    padding: 40px 0 60px;
  }

  .partners_info-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .partners_info-text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .arrow-btn {
    padding: 16px 28px;
    font-size: 15px;
    gap: 10px;
  }

  .arrow-btn .products__link-btn {
    width: 20px;
    height: 20px;
  }

  .products__link {
    padding: 16px 28px;
    font-size: 15px;
    gap: 10px;
  }

  .products__link .products__link-btn {
    width: 20px;
    height: 20px;
  }

  .patents-box-top {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }

  .partners-box-list {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .partners_box-item {
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .partners_box-item::before {
    display: none;
  }

  .parents_box_text {
    font-size: 18px;
    padding: 20px;
    margin-top: 20px;
  }

  .blog-wrapper {
    padding: 60px 0;
  }

  .blog__title {
    font-size: 32px;
  }

  .blog__item-title {
    font-size: 20px;
  }

  .footer {
    padding: 60px 0;
  }

  .footer__top {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 5px;
  }

  .main-title {
    font-size: 80px;
  }

  .p-info {
    font-size: 16px;
  }

  .about-top {
    min-height: 400px;
  }

  .section__progress-text {
    font-size: 20px;
  }

  .products__title {
    font-size: 28px;
  }

  .products__item-title {
    font-size: 20px;
  }

  .slogan-text {
    font-size: 24px;
  }

  .slogan-title {
    display: none;
  }

  .partners {
    padding: 30px 0 40px;
  }

  .partners_info-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .partners_info-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .patents-box-top {
    padding: 15px;
  }

  .parents_box_text {
    font-size: 16px;
    padding: 15px;
  }

  .arrow-btn {
    padding: 14px 24px;
    font-size: 14px;
    gap: 8px;
  }

  .arrow-btn .products__link-btn {
    width: 18px;
    height: 18px;
  }

  .products__link {
    padding: 14px 24px;
    font-size: 14px;
    gap: 8px;
  }

  .products__link .products__link-btn {
    width: 18px;
    height: 18px;
  }

  .blog__title {
    font-size: 28px;
  }

  .blog__item-title {
    font-size: 18px;
  }
}
