@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans.woff2") format("woff2-variations");
  src: url("../fonts/NunitoSans.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;
}
.container {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}
.container-big {
  max-width: 1840px;
  padding: 0 10px;
  margin: 0 auto;
}
.header__inner {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.menu__list {
  display: flex;
  gap: 0 30px;
}
.menu__link {
  text-transform: uppercase;
}
.header__contacts {
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  background-color: #0e0d0d;
  border-radius: 50px;
}
.about {
  margin-bottom: 180px;
}
.about__top {
  text-align: center;
  color: #fdfdf0;
  background-image: url("../images/about-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  text-transform: uppercase;
  min-height: 748px;
}
.about__title {
  font-family: "WorkSans-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 250px;
  line-height: 0.9;
  padding-top: 85px;
}
.about__text {
  font-family: "WorkSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}
.about__achievements {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  margin-top: -55px;
}
.about__achievement {
  background-color: #f4f4e7;
  border-radius: 20px;
  max-width: 580px;
  padding: 14px 10px;
  display: flex;
  gap: 0 25px;
}
.about__achievement-imgbox {
  position: relative;
  min-width: 214px;
}
.about__achievement-arrow {
  border: 8px solid #f4f4e7;
  border-radius: 50%;
  padding: 0;
  background-color: #f2a531;
  position: absolute;
  right: -1px;
  top: -1px;
}
.about__achievement-img {
  border-radius: 20px;
}
.about__achievement-title {
  padding-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}
.about__achievement-text {
  font-weight: 300;
  font-size: 14px;
}
.text--bold {
  font-weight: 600;
}
.text--color {
  font-weight: 600;
  color: #f2a531;
}
.about__stats {
  background-color: #f4f4e7;
  border-radius: 20px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  padding: 30px 18px;
  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;
  opacity: 0.7;
  font-size: 22px;
}

.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-table {
  border-top: 1px solid rgba(14, 13, 13, 0.23);
}
.about__progress-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(14, 13, 13, 0.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: 0.71;
}

.products__wrapper {
  padding: 50px 0;
  background-color: #f4f4e7;
  border-radius: 20px;
}
.products__title {
  font-family: "WorkSans-Medium";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}
.products__item {
  border-radius: 10px;
  min-height: 322px;
  margin-bottom: 12px;
  padding: 50px 24px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.products__item-btn {
  position: absolute;
  bottom: -12px;
  left: -8px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.products__item-title {
  font-family: "WorkSans-Regular";
  font-weight: 400;
  margin-bottom: 14px;
  font-size: 32px;
}
.products__item-text {
  font-weight: 300;
}
.products__item:nth-child(odd) {
  color: #fff;
}

.button {
  display: inline-block;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0e0d0d;
  border-radius: 96px;
  padding: 19px 97px 19px 38px;
  color: #fff;
  width: 242px;
}
.button svg {
  position: absolute;
  top: 3px;
  right: 4px;
}
.products__link {
  display: block;
  margin: 0 auto;
}

.slogan {
  text-align: center;
  text-transform: uppercase;
  padding-top: 115px;
}
.slogan__text {
  font-family: "WorkSans-Medium";
  font-weight: 500;
  color: #000;
  font-size: 40px;
}
.slogan__title {
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  color: #f2a531;
  font-size: 300px;
  line-height: 1;
}
.slogan__img {
  margin-top: -140px;
}
.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-texr {
  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/logo-min.png);
  width: 63px;
  height: 56px;
  top: 30px;
  left: 20px;
}
.partners__box-list {
  padding-left: 24px;
  margin-top: auto;
  padding-bottom: 30px;
}
.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-img {
  border-radius: 20px;
}
.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;
}

.blog {
  margin-bottom: 80px;
}

.blog__wrapper {
  background-color: #f4f4e7;
  border-radius: 20px;
  padding: 100px 0;
}

.blog__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #000;

  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-img {
  border-radius: 10px;
}
.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-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;
  padding-right: 30px;
}
.blog__item-title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../images/blog-arrow.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog__item-text {
  color: #667085;
}
.footer {
  background-color: #0e0d0d;
  padding: 100px 0;
  color: #fff;
}

.footer__top {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 100px;
}
.footer__element-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer__item + .footer__item {
  padding-top: 15px;
}
.footer__item-adress {
  font-style: normal;
}
.footer__bottom {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

@media (max-width: 1600px) {
  .container-big {
    padding: 0;
  }
  .slogan__title {
    font-size: 140px;
  }
  .slogan__text {
    font-size: 26px;
  }
  .slogan__img {
    margin-top: -75px;
  }
}
@media (max-width: 1280px) {
  .about__title {
    font-size: 140px;
  }
  .about__achievements {
    gap: 20px;
  }
  .about__progress-box {
    gap: 0 20px;
  }
  .partners__inner {
    gap: 20px;
  }
  .blog__items {
    gap: 20px;
    grid-template-columns: 380px auto;
  }
  .partners__info {
    max-width: 350px;
  }
}
@media (max-width: 1060px) {
  .blog__items {
    grid-template-columns: 1fr;
  }
  .blog__item-titlelink {
    max-width: 500px;
  }
  .blog__item-img {
    width: 100%;
  }
}

@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{
    order: 1;
  }
  .menu__btn span{
    width: 100%;
    height: 3px;
    background-color: #000;
    
  }
  .menu__list{
    position: absolute;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 95px 0;
    gap: 20px 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .5s ease;
  }
  .menu__list.menu--active{
    transform: translateY(0);
  }
  .about__text {
    font-size: 24px;
  }
  .about__title {
    font-size: 100px;
  }
  .about__achievement {
    flex-wrap: wrap;
  }
  .about__stats {
    gap: 20px;
  }
  .partners__inner {
    flex-wrap: wrap;
  }
  .partners__info {
    max-width: 100%;
  }
  .partners__box {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .about__progress-text {
    font-size: 28px;
  }
  .about__progress-box {
    flex-wrap: wrap;
  }
  .about__progress-img {
    width: 100%;
    object-fit: cover;
    height: 340px;
  }
  .about__stats {
    flex-wrap: wrap;
  }
  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .slogan__title {
    font-size: 64px;
  }
  .slogan__img {
    margin-top: -35px;
  }
  .about__stats-item dt{
    font-size: 34px;
  }
  .footer__top{
    padding-right: 0;
  }
}
@media (max-width: 790px){
  .footer__top{
    flex-wrap: wrap;
  }
  .footer__logo{
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .about__stats-item {
    width: 100%;
  }
  .blog__item-small {
    gap: 20px;
    flex-wrap: wrap;
  }
  .partners__box-text {
    padding: 20px;
  }
  .partners__box-top {
    flex-wrap: wrap;
  }
  .partners__box-top img{
    width: 100%;
  }
  .partners__box-list{
    margin-top: 110px;
  }
  .about__stats-item dt{
    font-size: 28px;
  }
}
@media (max-width: 580px){
  .footer__element{
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__bottom{
    display: block;
  }
  .footer__bottom-item{
    margin-bottom: 15px;
  }
}
@media (max-width: 510px) {
  .header__inner{
    flex-wrap: wrap;
    gap: 20px 65px;
  }
  .menu{
    order: 0;
  }
  .header__contacts{
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  .about__title {
    font-size: 64px;
  }
  .about__achievements {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about__text {
    font-size: 18px;
  }
  .about__achievement-img {
    width: 100%;
  }
  .about__achievement-imgbox {
    min-width: 100%;
  }
  .about__top {
    min-height: 440px;
  }
  .about__stats {
    margin-bottom: 30px;
  }
  .about__progress-text {
    font-size: 22px;
  }
  .about {
    margin-bottom: 50px;
  }
  .about__progress-item {
    display: block;
  }
  .about__progress-item dd {
    margin-left: 0;
    margin-top: 15px;
  }
  .products__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .products__item-title {
    font-size: 24px;
  }
  .products__title {
    font-size: 28px;
  }
  .slogan {
    padding-top: 30px;
  }
  .slogan__text {
    font-size: 18px;
  }
  .partners{
    padding: 50px 0;
  }
  .partners__info-title{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .partners__box-list{
    padding-left: 0;
  }
  .blog__wrapper{
    padding: 50px 0;
  }
  .blog__title{
    font-size: 28px;
  }
  .footer{
    padding: 50px 0;
  }
}
