@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Variable.woff2') format('woff2-variations');
  src: url('../fonts/NunitoSans-Variable.woff2') format('woff2') tech('variations');
  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;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #0e0d0d;
  background-color: #fdfdf0;
}

.menu__btn {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}

.container-big {
  max-width: 1840px;
  padding: 0 10px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  font-weight: 500;
}

.menu__list {
  display: flex;
  gap: 0 30px;
}

.menu__item--cta {
  display: none;
}

.menu__link {
  text-transform: uppercase;
}

.header__contacts {
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
  background: #0e0d0d;
  color: #fff;
  border-radius: 50px;
}

.about {
  margin-bottom: 180px;
}

.about__top {
  text-align: center;
  color: #fdfdf0;
  background-image: url(../images/about-bg.avif);
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
  min-height: 748px;
  border-radius: 20px;
}

.about__title {
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.2;
  padding-top: 80px;
}

.about__text {
  font-family: 'WorkSans-Medium', sans-serif;
  font-weight: 500;
  font-size: 65px;
  line-height: 1.2;
}

.about__achievements {
  display: flex;
  justify-content: space-between;
  margin-top: -55px;
  margin-bottom: 90px;
}

.about__achievement {
  border-radius: 20px;
  background-color: #f4f4e7;
  max-width: 580px;
  padding: 14px 10px;
  display: flex;
  gap: 0 25px;
}

.about__achievement-imgbox {
  min-width: 214px;
  position: relative;
}

.about__achievement-img {
  border-radius: 10px;
}

.about__achievement-title {
  margin-bottom: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.about__achievement-text {
  font-weight: 300;
  font-size: 14px;
}

.text--bold {
  font-weight: 600;
}

.about__stats {
  border-radius: 20px;
  background-color: #f4f4e7;
  margin-bottom: 70px;
  display: flex;
  padding: 30px 18px;
  justify-content: space-between;
  gap: 0 90px;
}

.about__stats-item {
  text-align: center;
  width: 300px;
}

.about__stats-item dt {
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
}

.about__stats-item dd {
  margin: 0;
  color: #0e0d0d;
  font-size: 22px;
  opacity: .7;
}

.about__progress-text {
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.17;
  margin-bottom: 40px;
}

.about__progress-text span {
  font-family: 'WorkSans-Medium', sans-serif;
  font-weight: 500;
}

.about__progress-box {
  display: flex;
  gap: 0 140px;
}

.about__progress-boxtext {
  font-size: 18px;
  margin-bottom: 45px;
  padding-right: 50px;
  line-height: 1.5;
  padding-top: 5px;
}

.about__progress-boxtext .text--bold {
  font-weight: 700;
}

.about__progress-img {
  border-radius: 10px;
}

.about__progress-table {
  border-top: 1px solid rgba(14, 13, 13, .23);
}

.about__progress-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(14, 13, 13, .23);
}

.about__progress-item+.about__progress-item {
  padding-top: 20px;
}

.about__progress-item dt {
  font-size: 18px;
  font-weight: 500;
}

.about__progress-item dt span {
  color: #f2a531;
  font-weight: 600;
}

.about__progress-item dd {
  opacity: .71;
}

.products__wrapper {
  padding: 50px 0;
  background-color: #f4f4e7;
  border-radius: 20px;
  margin-bottom: 100px;
}

.products__title {
  font-family: 'WorkSans-Medium', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}

.products__item {
  position: relative;
  border-radius: 10px;
  min-height: 322px;
  padding: 50px 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  user-select: none;
}

.products__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0000004d;
  border-radius: 10px;
}

.products__item-title {
  position: relative;
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 32px;
  color: #fff;
  z-index: 1;
}

.slogan {
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  margin-bottom: 100px;
}

.slogan__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 20px;
}

.slogan__text {
  font-family: 'WorkSans-Medium', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  margin: 0 0 10px 0;
}

.slogan__title {
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 140px;
  margin: 0;
  z-index: 1;
  line-height: 1;
}

.slogan__img-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 600px;
}

.slogan__img-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #00000053;
  border-radius: 20px;
  z-index: 1;
}

.slogan__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.blog {
  margin-bottom: 80px;
}

.blog__wrapper {
  background-color: #f4f4e7;
  border-radius: 20px;
  padding: 100px 0;
}

.blog__title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'WorkSans-Medium', sans-serif;
  font-weight: 500;
  font-size: 40px;
}

.blog__items {
  display: grid;
  grid-template-columns: 580px auto;
  grid-template-rows: 1fr 1fr;
  gap: 32px 44px;
}

.blog__item-big {
  grid-row: 1 / -1;
}

.blog__item-small {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.blog__item-info {
  color: #f2a531;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog__item-big .blog__item-img {
  margin-bottom: 32px;
}

.blog__item-big {
  border-radius: 10px;
}

.blog__item-img {
  border-radius: 10px;
}

.blog__item-titlelink {
  display: block;
  margin-bottom: 12px;
}

.blog__item-title {
  font-size: 24px;
  font-family: 'WorkSans-Medium', sans-serif;
  font-weight: 500;
  color: #101828;
  position: relative;
  margin-bottom: 12px;
}

.blog__item-text {
  color: #667085;
}

.partners {
  padding: 130px 0 150px;
}

.partners__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 120px;
}

.partners__info {
  max-width: 580px;
  display: flex;
  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;
}

.partners__box-top {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4e7;
  border-radius: 10px;
  gap: 0 19px;
  margin-bottom: 15px;
  position: relative;
}

.partners__box-top::before {
  content: '';
  position: absolute;
  background-image: url(../images/mlogo.avif);
  width: 63px;
  height: 56px;
  top: 30px;
  left: 20px;
}

.partners__box-list {
  padding-left: 24px;
  padding-bottom: 30px;
  margin-top: auto;
}

.partners__box-item+.partners__box-item {
  margin-top: 15px;
}

.partners__box-item {
  font-weight: 500;
  color: #000;
  padding-left: 39px;
  position: relative;
}

.partners__box-item::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../images/partners-dots.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.partners__box-item span {
  font-weight: 600;
  color: #f2a531;
}

.partners__box-img {
  border-radius: 10px;
}

.partners__box-text {
  background-color: #0d1615;
  border-radius: 10px;
  padding: 30px 80px 30px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.partners__box-text span {
  color: #f2a531;
  font-weight: 700;
}

.footer {
  background-color: #0e0d0d;
  padding: 100px 0;
  color: #fff;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 100px;
  gap: 20px;
}

.footer__element-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer__item+.footer__item {
  padding-top: 15px;
}

.footer__item-address {
  font-style: normal;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

@media (max-width: 1600px) {
  .slogan__title {
    font-size: 120px;
  }
}

@media (max-width: 1280px) {
  .about__top {
    min-height: 646px;
  }

  .about__title {
    font-size: 130px;
  }

  .about__achievements {
    gap: 20px;
  }

  .about__progress-box {
    gap: 0 20px;
  }

  .slogan__title {
    font-size: 100px;
  }

  .partners__inner {
    gap: 20px;
  }

  .blog__items {
    gap: 20px;
    grid-template-columns: 380px auto;
  }

  .partners__info {
    max-width: 350px;
  }
}

@media (max-width: 1048px) {
  .about__title {
    font-size: 120px;
  }

  .blog__items {
    grid-template-columns: 1fr;
  }

  .blog__item-titlelink {
    max-width: 500px;
  }

  .blog__item-big .blog__item-text {
    margin-bottom: 20px;
  }

  .blog__item-big,
  .blog__item-small {
    display: flex;
    flex-direction: column-reverse;
  }

  .blog__item-img {
    width: 100%;
  }

  /* .blog__item-img:first-child {
    margin-bottom: 10px;
  } */

  .blog__items > div:not(:last-child) .blog__item-img {
    margin-bottom: 10px;
  }

  .slogan__text {
    font-size: 34px;
  }

  .slogan__title {
    font-size: 90px;
  }
}

@media (max-width: 980px) {
  .header__contacts {
    display: none;
  }

  .about__top {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-image: url(../images/img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fdfdf0;
    text-transform: uppercase;
    min-height: 560px;
  }

  .about__top::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.31);
    border-radius: inherit;
    z-index: 1;
  }

  .about__top>* {
    position: relative;
    z-index: 2;
  }


  .about__title {
    font-size: 100px;
  }

  .about__text {
    font-size: 55px;
  }

  .about__achievements {
    position: relative;
    z-index: 2;
  }

  .about__achievement {
    flex-wrap: wrap;
  }

  .about__stats {
    gap: 20px;
  }

  .slogan__title {
    font-size: 80px;
  }

  .partners__inner {
    flex-wrap: wrap;
    gap: 0;
  }

  .partners__info {
    max-width: 100%;
  }

  .partners__info-text {
    margin-bottom: 30px;
  }

  .partners__box {
    width: 100%;
  }

  .menu {
    order: 1;
  }

  .menu__btn {
    display: flex;
    width: 40px;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 5;
  }

  .menu__btn span {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu__btn.menu__btn--active {
    position: fixed;
    top: 42px;
    right: 10px;
    z-index: 10;
  }

  .menu__btn--active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu__btn--active span:nth-child(2) {
    opacity: 0;
  }

  .menu__btn--active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .menu__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    gap: 20px 0;
    transform: translateY(-100%);
    transition: transform .5s ease;
    z-index: 4;
    padding: 0;
  }

  .menu__list.menu--active {
    transform: translateY(0);
  }

  .menu__item--cta {
    display: block;
  }
}

@media (max-width: 870px) {
  .about {
    margin-bottom: 100px;
  }

  .about__title {
    font-size: 80px;
  }

  .about__text {
    font-size: 42px;
  }

  .about__progress-text {
    font-size: 28px;
  }

  .about__progress-img {
    width: 100%;
    object-fit: cover;
    height: 340px;
    margin-bottom: 30px;
  }

  .about__progress-box {
    flex-wrap: wrap;
  }

  .about__stats {
    flex-wrap: wrap;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .slogan__img-block {
    min-height: 500px;
  }

  .slogan__title {
    font-size: 70px;
  }

  .blog {
    margin-bottom: 100px;
  }

  .partners {
    padding: 0;
    margin-bottom: 100px;
  }

  .footer__top {
    padding-right: 0;
  }
}

@media (max-width: 790px) {
  .footer__top {
    flex-wrap: wrap;
  }

  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
  }

  .slogan__title {
    font-size: 60px;
  }
}

@media (max-width: 678px) {
  .about__top {
    min-height: 586px;
    margin-bottom: 85px;
  }

  .about__top::after {
    background: rgb(0 0 0 / 23%);
  }

  .about__title {
    font-size: 62px;
  }

  .about__text {
    font-size: 32px;
  }

  .about__stats-item {
    width: 100%;
  }

  .blog__item-small {
    gap: 20px;
    flex-wrap: wrap;
  }

  .products__wrapper {
    margin-bottom: 50px;
  }

  .slogan {
    margin-bottom: 50px;
  }

  .slogan__img-block {
    min-height: 400px;
  }

  .slogan__text {
    font-size: 26px;
  }

  .slogan__title {
    font-size: 48px;
  }

  .partners__box-text {
    padding: 20px;
  }

  .partners__box-top {
    flex-wrap: wrap;
  }

  .partners__box-top img {
    width: 100%;
  }

  .partners__box-list {
    margin-top: 120px;
  }
}

@media (max-width: 560px) {
  .footer__element {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer__bottom {
    display: block;
  }

  .footer__bottom-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 510px) {
  .mlogo {
    max-width: 85%;
  }

  .about {
    margin-bottom: 30px;
  }

  .about__achievements {
    flex-wrap: wrap;
  }

  .about__title {
    font-size: 41px;
  }

  .about__text {
    font-size: 20px;
  }

  .about__achievement-img {
    width: 70%;
  }

  .about__achievement-imgbox {
    min-width: 100%;
  }

  .about__achievements {
    margin-bottom: 30px;
  }

  .about__stats {
    margin-bottom: 30px;
  }

  .about__stats-item {
    width: 46%;
  }

  .about__stats-item dt {
    font-size: 26px;
  }

  .about__stats-item dd {
    font-size: 17px;
  }

  .about__progress-text {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .about__progress-boxtext {
    margin-bottom: 30px;
  }

  .about__progress-item {
    display: block;
  }

  .about__progress-item dd {
    margin-left: 0;
    margin-top: 15px;
  }

  .slogan__img-block {
    min-height: 300px;
  }

  .slogan__title {
    font-size: 30px;
  }

  .products__wrapper {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .products__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }

  .products__item-title {
    font-size: 24px;
  }

  .products__title {
    font-size: 24px;
  }

  .slogan {
    margin-bottom: 30px;
  }

  .slogan__text {
    font-size: 18px;
  }

  .partners {
    margin-bottom: 50px;
  }

  .partners__info-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .partners__box-list {
    padding-left: 0;
  }

  .blog {
    margin-bottom: 30px;
  }

  .blog__wrapper {
    padding: 30px 0;
  }

  .blog__title {
    font-size: 28px;
  }

  .footer {
    padding: 50px 0;
  }

  .header__inner {
    flex-wrap: wrap;
    gap: 20px 65px;
  }

  .menu {
    order: 0;
  }

  .header__contacts {
    margin-left: auto;
  }
}