body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #0e0d0d;
  background-color: #fdfdf0;
  font-weight: 400;
  line-height: 1.35;
  /* font-family: "Work Sans"; */
}
.menu__btn {
  display: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-big {
  max-width: 1820px;
  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__list {
  text-transform: uppercase;
}
.header__contacts {
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0e0d0d;
}
.about {
  margin-bottom: 180px;
}
.about-top {
  text-align: center;
  color: #0e0d0d;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
  min-height: 748px;
}
.about__title {
  font-size: 250px;
  line-height: 0.9;
  padding-top: 85px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: #fdfdf0;
}
.about__text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  color: #fdfdf0;
}
.about__achievements {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  margin-top: -55px;
}
.about__achievement {
  border-radius: 20px;
  background-color: #f4f4e7;
  max-width: 580px;
  padding: 14px 10px;
  display: flex;
  gap: 25px;
}
.about__achievement-imgbox {
  min-width: 214px;
  position: relative;
}
.about__achievement-arrow {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 5px;
}
.about__achievement-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  padding-top: 10px;
}
.about__achievement-text b {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.about__achievement-text span {
  font-weight: 600;
  font-size: 14px;
  color: #f2a531;
}
.about__achievement-text {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.about-stats {
  border-radius: 20px;
  margin-bottom: 70px;
  background-color: #f4f4e7;
  display: flex;
  padding: 30px 18px;
  justify-content: space-between;
  gap: 0 90px;
}
.about-stats-item {
  text-align: center;
}
.about-stats-item dd {
  margin: 0;
}
.about-stats-item dt {
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Work Sans";
}
.about-stats-item dd {
  font-weight: 400;
  font-size: 22px;
  color: rgba(14, 13, 13, 0.71);
}
.about__progres-text b {
  font-weight: 500;
  font-size: 40px;
  color: rgba(14, 13, 13, 0.84);
  font-family: "Work Sans";
}
.about__progres-text {
  font-weight: 300;
  font-size: 40px;
  color: rgba(14, 13, 13, 0.84);
  font-family: "Work Sans";
  margin-bottom: 40px;
}
.about__progres-box {
  display: flex;
  gap: 0 140px;
}
.about__progres-boxtext b {
  font-weight: 700;
  font-size: 18px;
  color: #0e0d0d;
}
.about__progres-boxtext span {
  font-weight: 600;
  color: #f2a531;
  font-size: 18px;
}
.about__progres-boxtext {
  margin-bottom: 45px;
  padding-right: 50px;
  line-height: 1.5;
  padding-top: 5px;
}
.about__progres-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(14, 13, 13, 0.23);
}
.about__progres-item + .about__progres-item {
  padding-top: 20px;
}
.about__progres-item span {
  font-weight: 600;
  font-size: 18px;
  color: #f2a531;
  font-family: "Nunito Sans", sans-serif;
}
.about__progres-item b {
  font-weight: 500;
  color: #0e0d0d;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}
.about__progres-item dd {
  font-weight: 400;
  font-size: 16px;
  color: rgba(14, 13, 13, 0.71);
  font-family: "Work Sans";
}
.products__wrapper {
  background-color: #f4f4e7;
  padding: 50px 0;
  border-radius: 20px;
}
.products__title {
  font-weight: 500;
  font-size: 40px;
  font-family: "Work Sans";
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}
.products__item {
  border-radius: 10px;
}
.products__item {
  border-radius: 10px;
  min-height: 322px;
  margin-bottom: 12px;
  padding: 50px 24px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products__item-btn {
  position: absolute;
  bottom: -12px;
  left: -8px;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.products__item-title {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  font-family: "Work Sans";
  margin-bottom: 14px;
}
.products__item-text {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.products__item-text2,
.products__item-text4,
.products__item-text6 {
  font-weight: 300;
  font-size: 16px;
  color: #0e0d0d;
}
.products__item-title2,
.products__item-title4,
.products__item-title6 {
  font-weight: 400;
  font-size: 32px;
  color: #0e0d0d;
  font-family: "Work Sans";
}

.button {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0e0d0d;
  border-radius: 96px;
  padding: 19px 97px 19px 38px;
  position: relative;
  color: #fff;
  max-width: 242px;
}

.button svg {
  position: absolute;
  right: 5px;
  top: 3px;
}
.products__link {
  display: block;
  margin: 0 auto;
}
.slogan {
  text-align: center;
  text-transform: uppercase;
  padding-top: 115px;
}
.slogan-text {
  font-weight: 500;
  font-size: 40px;
  font-family: "Work Sans";

  color: #000;
}
.slogan-title {
  font-weight: 600;
  font-size: 300px;
  line-height: 1;
  color: #f2a531;
  font-family: "Work Sans";
}
.slogan__img {
  margin-top: -120px;
  margin: 0 auto;
  padding: 0;
}
.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-weight: 400;
  font-size: 40px;
  line-height: 130%;
  color: #0e0d0d;
  font-family: "Work Sans";
  line-height: 1.3;
}
.partners__info-text {
  font-weight: 300;
  font-size: 20px;
  color: #0e0d0d;
  margin-bottom: 20px;
  margin-top: auto;
}
.partners__box-top {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4e7;
  border-radius: 10px;
  gap: 0 19px;
  margin-bottom: 15px;
}
.partners__box-list {
  padding-left: 24px;
  padding-bottom: 30px;
  margin-top: auto;
}
.partners__box-item {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-left: 39px;
  position: relative;
}
.partners__box-item::before {
  content: " ";
  position: absolute;
  background-image: url(../images/part.arrow.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.partners__box-item + .partners__box-item {
  margin-top: 15px;
}
.partners__box-item span {
  font-weight: 600;
  font-size: 16px;
  color: #f2a531;
}
.logo1 {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 126px;
}
.partners__box-text {
  background-color: #0d1615;
  border-radius: 10px;
  padding: 30px 80px 30px 30px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
.partners__box-text span {
  font-weight: 700;
  font-size: 20px;
  color: #f2a531;
}
.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;
  font-weight: 500;
  font-size: 40px;
  font-family: "Work Sans";
  color: #0e0d0d;
}
.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;
  justify-content: center;
  gap: 0 24px;
}
.blog__item-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #f2a531;
  margin-bottom: 12px;
}
.blog__item-big .blog__item-img {
  margin-bottom: 32px;
}
.blog__item-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  color: #101828;
  font-family: "Work Sans";
  position: relative;
  padding-right: 30px;
}
.blog__item-title::after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/blog.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #667085;
}
.footer {
  background-color: #0d1615;
  padding: 100px 0;
  color: #fff;
}
.footer__botton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  gap: 10px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 100px;
  gap: 20px;
}
.footer__element-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.footer__item + .footer__item {
  padding-top: 15px;
}
.footer__item-adress {
  font-style: normal;
}

@media (max-width: 1600px) {
  .container-big {
    padding: 0;
  }
  .slogan-title {
    font-size: 140px;
  }
  .slogan-text {
    font-size: 24px;
  }
  .partners__inner {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .about__title {
    font-size: 140px;
  }
  .about__achievements {
    gap: 20px;
  }
  .about__progres-box {
    gap: 0 20px;
  }
  .blog__items {
    gap: 20px;
    grid-template-columns: 380px auto;
  }
}
@media (max-width: 1080px) {
  .about__text {
    font-size: 24px;
  }
  .about-title {
    font-size: 100px;
  }
  .about__achievement {
    flex-wrap: wrap;
    text-align: center;
  }
  .about-stats {
    gap: 20px;
  }
  .slogan-text {
    font-size: 18px;
  }
  .slogan-title {
    font-size: 100px;
  }
  .partners {
    padding: 100px 0 100px;
  }
  .partners__box-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog__items {
    grid-template-columns: 1fr;
  }
  .blog__item-title link {
    max-width: 500px;
  }
  .footer__top {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .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;
  }
  .menu {
    order: 1;
  }
  .menu__list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 50px 0;
    gap: 20px 0;
    transform: translateY(-100%);
  }
  .menu__list.menu--active {
    transform: translateY(0);
  }
}
@media (max-width: 880px) {
  .about__progres-text,
  .about__progres-text b {
    font-size: 24px;
  }
  .about__progres-img {
    max-width: 100%;
    height: 340px;
    object-fit: cover;
    margin: 0 auto;
  }
  .about__progres-box {
    flex-wrap: wrap;
  }
  .about-stats {
    flex-wrap: wrap;
  }
  .about__title {
    font-size: 100px;
  }
  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo1 {
    margin-top: 22px;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .partners__box-text {
    text-align: center;
    font-size: 18px;
    padding: 15px 15px;
  }
  .slogan {
    padding-top: 75px;
  }
  .blog__title {
    font-size: 24px;
  }
  .blog__item-small {
    flex-direction: column;
    gap: 20px;
  }
  .partners {
    padding: 30px 0 30px;
  }
  .blog__wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 680px) {
  .about-stats-item {
    width: 100%;
  }
  .partners__info-title {
    font-size: 24px;
    text-align: center;
  }
  .button {
    margin: 0 auto;
  }
  .products__link button svg {
    width: 25px;
    height: 25px;
  }
  .slogan-title {
    font-size: 60px;
  }
  .footer__element {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer {
    padding: 50px 0 20px;
  }
  .footer__botton {
    flex-direction: column;
  }
  .footer__top {
    text-align: center;
  }

  .footer__logo-img{
    margin: 0 auto;
    max-width: 150px;
  }
}
@media (max-width: 510px) {
  .about {
    margin-bottom: 50px;
  }
  .about__title {
    font-size: 64px;
  }
  .about__text {
    font-size: 18px;
  }
  .about__achievements {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .header__inner {
    flex-wrap: wrap;
    gap: 20px 65px;
  }
  .menu {
    orphans: 0;
  }
  .header__contacts {
    margin-left: auto;
  }
  .about__achievement-img {
    width: 100%;
  }
  .about__achievement-imgbox {
    min-width: 100%;
  }
  .about-top {
    min-height: 440px;
  }
  .about-stats {
    margin-bottom: 30px;
  }
  .about-stats-item dt {
    font-size: 24px;
  }
  .about-stats-item dd {
    font-size: 16px;
  }
  .about__progres-text,
  .about__progres-text b {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
  }
  .about__progres-boxtext {
    margin-bottom: 21px;
    padding-right: 10px;
    text-align: center;
  }
  .about__progres-item {
    font-size: 16px;
  }
  .products__wrapper {
    padding: 25px 0;
  }
  .products__title {
    font-size: 26px;
  }
  .products__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .products__item-title {
    font-size: 24px;
  }
  .products__item-title2,
  .products__item-title4,
  .products__item-title6 {
    font-size: 24px;
  }
  .blog {
    margin-bottom: 30px;
  }
}
