@font-face {
  font-family: "Atyp";
  src: url("../fonts/atyp/AtypDisplay-Regular.eot");
  src: url("../fonts/atyp/AtypDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/atyp/AtypDisplay-Regular.woff2") format("woff2"), url("../fonts/atyp/AtypDisplay-Regular.woff") format("woff"), url("../fonts/atyp/AtypDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp";
  src: url("../fonts/atyp/AtypDisplay-Bold.eot");
  src: url("../fonts/atyp/AtypDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/atyp/AtypDisplay-Bold.woff2") format("woff2"), url("../fonts/atyp/AtypDisplay-Bold.woff") format("woff"), url("../fonts/atyp/AtypDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoFlex";
  src: url("../fonts/RobotoFlex/RobotoFlex.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Wix Madefor Text", sans-serif;
}

.page-content.blurred {
  filter: blur(5px);
  pointer-events: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.popup__content {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  z-index: 10;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.popup__close {
  position: absolute;
  top: 35px;
  right: 40px;
  background: none;
  border: none;
  font-size: 60px;
  cursor: pointer;
}

.popup__title {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  padding-bottom:50px;
}
.popup__form-label {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
}
.popup__form-container {
  padding-bottom: 20px;
}
.popup__form-field {
  width: 100%;
}
.popup__form-field input {
  width: 100%;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #14204a;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.popup__form-field input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.popup__form-field input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.popup__form .wpcf7-submit {
  width: 100%;
  color: #fff;
  background: #FC7C4D;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  border:none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.title {
  font-family: "Wix Madefor Text";
  font-weight: 800;
  font-size: 55px;
  line-height: 98%;
  text-transform: uppercase;
  color: #fff;
}

.description {
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}

.link {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14204a;
  height: 60px;
  border-radius: 50px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  padding: 0 35px;
}
.business__link {
  position:relative;
}
.button {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background: #FC7C4D;
  color: #fff;
  height: 43px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.button::after {
  content: url("../images/button-arrow.svg");
  position: absolute;
  right: -42px;
  top: 0px;
  height: 43px;
}

.header {
  position: absolute;
  padding: 24px 0;
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 50px 50px;
  z-index:1;
}
.header__content {
  display: flex;
  justify-content: space-between;
}
.header__mob-btn {
  display: none;
}
.header__button {
  margin-right: 50px;
}

.promo {
  background: url("../images/promo-bg.png") no-repeat;
  background-size: cover;
  min-height: 720px;
  border-radius: 0 0 50px 0;
  position:relative;
}
.promo::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100px;
  height: 100px;
  background: #14204a;
  z-index: -1;
}
.promo__content {
  padding-top: 250px;
  padding-bottom: 150px;
  max-width: 600px;
}
.promo__title {
  padding-bottom: 20px;
  line-height: 60px;
}
.promo__description {
  padding-bottom: 20px;
  font-weight: 400;
}

.about__content {
  height: 300px;
  display: flex;
  align-items: center;
}
.about__column {
  width: 50%;
}
.about__data {
  font-size: 260px;
  font-weight: 700;
  color: #fff;
}
.about__advantages__wrapper {
  background: #14204a;
  padding: 50px 0 60px 0;
}
.about__advantages__list {
  display: flex;
  gap: 60px;
}
.about__advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.about__advantages__text {
  font-family: "Wix Madefor Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.about__wrapper {
  background: url("../images/about-bg.png") no-repeat;
  background-size: 100% 100%;
}

.projects {
  background: #778cd5;
  padding-bottom: 100px;
  position: relative;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
}
.projects::before {
  content: url("../images/before-dollar.svg");
  position: absolute;
  top: 55px;
  left: 80px;
}
.projects__title {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1340px) {
  .projects__title {
    padding-left: 30px;
  }
}
.projects__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100px;
  height: 100px;
  background: url("../images/1.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1340px) {
  .projects__title::before {
    left: 0;
  }
}
.projects__title .projects__link {
  display: none;
}
@media (max-width: 1340px) {
  .projects__description {
    padding-left: 30px;
  }
}
@media (max-width: 1340px) {
  .projects__link {
    margin-left: 30px;
  }
}
.projects__top {
  display: flex;
  padding-top: 180px;
  gap: 80px;
}
.projects__column:nth-child(1) {
  width: 60%;
}
.projects__column:nth-child(2) {
  width: 40%;
}
.projects__list {
  display: flex;
  gap: 36px 16px;
  flex-wrap: wrap;
}
.projects__item {
  flex: 1 1 calc(50% - 16px);
  display: flex;
  align-items: center;
  gap: 15px;
}
.projects__item-title {
  font-family: "Wix Madefor Text";
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
.projects__item-title span {
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-align: right;
  color: #fff;
}
.projects__item-img img {
  min-width: 24px;
}
.projects__item-text {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: #fff;
}
.projects__bottom {
  padding-top: 80px;
  display: flex;
  gap: 60px;
  align-items: center;
}
.projects__card {
  background: #fff;
  border-radius: 15px 15px 0 0;
  flex: 1 1 calc(33.3333333333% - 60px);
  padding: 60px 20px 60px 20px;
}
.projects__card-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.projects__card span {
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  color: #394f9a;
}
.projects__card-title {
  font-family: "Wix Madefor Text";
  font-weight: 800;
  font-size: 56px;
  line-height: 112%;
  text-transform: uppercase;
  color: #394f9a;
  padding-bottom: 15px;
}
.projects__card-description {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  color: #394f9a;
  max-width: 250px;
  margin: 0 auto;
}

.projects-stroke {
  background: #394F9A;
  padding: 10px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 60px;
}
.projects-stroke .projects-stroke__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 50s linear infinite;
}
.projects-stroke .projects-stroke__inner span {
  display: inline-block;
  padding-right: 3rem;
  color: #fff;
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 24px;
  position: relative;
}
.projects-stroke .projects-stroke__inner span::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 8px;
  right: 14px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cooperatives {
  background: #fc7c4d;
  position: relative;
  padding: 180px 0 330px 0;
  border-radius: 50px 50px 0 0;
  margin-top: -100px;
  overflow:hidden;
  &::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 40px;
    left: -350px;
    width: 1300px;
    background: url(../images/top.svg) no-repeat;
    background-size: cover;
    height: 1000px;
  }
}
.cooperatives__content {
  display: flex;
}
.cooperatives__column:nth-child(1) {
  width: 40%;
}
.cooperatives__column:nth-child(2) {
  min-height: 340px;
}
.cooperatives__title {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1340px) {
  .cooperatives__title {
    padding-left: 30px;
  }
}
.cooperatives__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100px;
  height: 100px;
  background: url("../images/2.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1340px) {
  .cooperatives__title::before {
    left: 0;
  }
}
.cooperatives__title img {
  position: absolute;
  top: -50px;
  right: -10px;
}
@media (max-width: 1340px) {
  .cooperatives__description {
    padding-left: 30px;
  }
}
@media (max-width: 1340px) {
  .cooperatives__link {
    margin-left: 30px;
  }
}
.cooperatives__description {
  padding-bottom: 30px;
}
.cooperatives__list {
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  width: 40%;
}
.cooperatives__item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px;
  border-radius: 50px 0 0 50px;
  max-width: 100%;
}
.cooperatives__info-title {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #394f9a;
  padding-bottom: 10px;
}
.cooperatives__info-text {
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #394f9a;
  max-width: 375px;
}

.business {
  background: #394f9a;
  padding: 170px 0 100px 0;
  border-radius: 50px 50px 0 0;
  margin-top: -100px;
  position: relative;
  overflow: hidden;
    z-index: 10;
    &::before {
 content: "";
    position: absolute;
    top: -300px;
    left: 533px;
    width: 1385px;
    height: 2000px;
    background: url(../images/bottom.svg) no-repeat;
    background-size: contain;
  }
}
.business__top {
  display: flex;
  gap: 100px;
}
.business__column:nth-child(1) {
  width: 75% ;
}
.business__column:nth-child(2) {
  width:25% ;
}
.business__title {
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1340px) {
  .business__title {
    padding-left: 30px;
  }
}
.business__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100px;
  height: 100px;
  background: url("../images/3.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1340px) {
  .business__title::before {
    left: 0;
  }
}
@media (max-width: 1340px) {
  .business__description {
    padding-left: 30px;
  }
}
@media (max-width: 1340px) {
  .business__link {
    margin-left: 30px;
  }
}
.business__list {
  display: flex;
  gap: 13px;
  padding: 100px 0 0 0;
}
.business__item {
  flex: 1 1 calc(20% - 13px);
  border-radius: 15px;
  background: #fff;
  padding: 30px 20px 30px 20px;
  position: relative;
}
.business__item-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.business__item-title {
  font-family: "Wix Madefor Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #394f9a;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.business__item-text {
  font-family: "Wix Madefor Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #394f9a;
}

.team {
  position: relative;
  background-color: #14204a;
  background-image: url(../images/team-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0;
}
.team__title {
  max-width: 820px;
  position: relative;
  line-height: 120%;
}
.team__title img {
  position: absolute;
  right: -150px;
  top: 20px;
}
.team__after {
  position: absolute;
  top: 0;
  right: 0;
}
.team__list {
  padding: 80px 0 0 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.team__item {
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 16px;
  min-height: 155px;
  flex: 1 1 calc(16.6666666667% - 20px);
  gap: 20px;
}
.team__item-text {
  font-family: "Wix Madefor Text";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #394f9a;
  text-align: center;
}

.services {
  background: #778cd5;
  position: relative;
  height: 900px;
  padding-top: 100px;
  overflow:hidden;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  aspect-ratio: 1439/362;
  transform: translateX(-50%);
  background: url(../images/services-stroke.svg) no-repeat center top;
  background-size: 100% auto;
  height: 100%;
}
.services__title {
  padding-bottom: 20px;
}
.services__logo {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.guarantee {
  background: #fc7c4d;
  padding: 70px 0 110px 0;
}
.guarantee__title {
  display: flex;
  position: relative;
}
.guarantee__title img {
  position: absolute;
  top: -45px;
  left: 50%;
}
.guarantee__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.guarantee__description {
  padding-top: 25px;
}
.guarantee__column:nth-child(1) {
  width: 55%;
}
.guarantee__column:nth-child(2) {
  width: 45%;
}
.guarantee__info {
  font-family: "Wix Madefor Text";
  font-weight: 800;
  font-size: 55px;
  line-height: 98%;
  text-transform: uppercase;
  color: #394f9a;
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 12px;
  width: 100%;
  text-align: center;
}

.footer {
  background: #14204a;
  padding: 140px 0 0 0;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	position:relative;
	z-index:1;
}
.footer__container {
  width: 33%;
}
.footer__container:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__link {
  font-family: "Wix Madefor Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.footer__address {
  font-family: "Wix Madefor Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.footer__logo {
  margin-top: -50px;
}

@media (max-width: 1880px) {
  .services {
    height: 600px;
  }
}
@media (max-width: 1560px) {
  .services::before {
    top: 100px;
  }
}
/* @media(max-width:1440px) {

} */
@media (max-width: 1300px) {
  .about__data {
    font-size: 200px;
    margin-top: 30px;
  }
  .about__advantages__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .about__advantages__item {
    flex: 1 1 calc(50% - 20px);
    justify-content: flex-start;
  }
  .promo {
    background-position-x: 100%;
  }
  .cooperatives__title {
    position: relative;
    z-index: 2;
  }
  .cooperatives__title img {
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .cooperatives__list {
    width: 50%;
  }
  .advantages__list {
    gap: 20px;
  }
  .team {
    background-size: cover;
  }
  .team__list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .team__item {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 1250px) {
  .projects {
    padding-bottom: 160px;
  }
  .projects__column:nth-child(1) {
    width: 100%;
  }
  .projects__column:nth-child(2) {
    width: 100%;
  }
  .projects__top {
    flex-direction: column;
  }
  .projects__bottom {
    flex-direction: column;
  }
  .projects__card {
    width: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .projects__card-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .projects__card-description {
    margin: initial;
    text-align: initial;
  }
    .business__column:nth-child(1) {
    width: 100%;
  }
  .business__column:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .business__top {
    flex-direction: column;
    gap: 20px;
  }

  .business__list {
    flex-wrap: wrap;
    gap: 60px 10px;
  }
  .business__item {
    flex: 1 1 calc(50% - 10px);
  }
  .services {
    height: 500px;
  }
  .services::before {
    top: 150px;
  }
  .services__logo {
    right: 5%;
    display: flex;
    justify-content: flex-end;
  }
  .services__logo img {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .container {
    padding: 0 15px;
  }
  .advantages__list {
    flex-wrap: wrap;
    gap: 50px 0;
    justify-content: space-between;
  }
  .advantages__item {
    width: 50%;
  }
  .guarantee__content {
    flex-direction: column;
  }
  .guarantee__column:nth-child(1) {
    width: 100%;
  }
  .guarantee__column:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 992px) {
 
  .title {
    font-size: 40px;
  }
  .description {
    font-size: 16px;
  }
  .about__content {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 100px;
  }
  .about__column {
    width: 100%;
  }
  .about__data {
    margin-top: 0;
    font-size: 140px;
    text-align: center;
  }
  .about__advantages__text {
    font-size: 13px;
  }
  .link {
    font-size: 14px;
    height: 40px;
    padding: 0 22px;
  }
  .business {
    padding: 60px 0 40px 0;
  }
  .projects-stroke {
    top: 40px;
  }
  .team {
    background-image: none;
  }
  .team__after {
    display: none;
  }
  .team__title {
    font-size: 36px;
  }
  .team__title img {
    width: 60px;
    height: 60px;
    right: 0;
    top: auto;
    bottom: -20px;
  }
  .team__list {
    padding: 40px 0 0 0;
  }
  .team__item {
    padding: 20px 8px;
  }
  .team__item-text {
    max-width: 170px;
  }
  .services {
    padding: 60px 0 0 0;
    height: 860px;
  }
  .services::before {
    top: 200px;
    background: url(../images/mob-stroke.svg) no-repeat;
    background-size: 100% 100%;
    height: 630px;
  }
  .services__logo {
    display: none;
  }
  .guarantee {
    padding: 60px 0 120px 0;
  }
  .guarantee__title img {
    left: initial;
    right: 0;
  }
  .guarantee__info {
    font-size: 32px;
    padding: 20px 40px;
  }
  .footer {
    padding: 60px 0 0 0;
  }
  .footer__row {
    flex-wrap: wrap;
    align-items: center;
  }
  .footer__container:nth-child(1) {
    width: 50%;
    gap: 10px;
  }
  .footer__container:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .footer__container:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__address {
    line-height: 20px;
    font-size: 14px;
    max-width: 140px;
  }
  .footer__logo {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
 .cooperatives {
        &::before {
            z-index: 1;
            content: "";
            position: absolute;
            left: -191px;
            width: 1303px;
            background: url(../images/top.svg) no-repeat;
            background-size: contain;
            height: 583px;
            top: 54%;
        }
    }
    .business {
        &::before {
            content: "";
            position: absolute;
            top: -135px;
            left: 260px;
            width: 1366px;
            height: 750px;
            background: url(../images/bottom.svg) no-repeat;
            background-size: contain;
        }
    }
  .popup__content {
    padding:1rem;

  }
  .popup__close {
        top: 15px;
    right: 15px;
  }
  .popup__title {
    padding-bottom:25px;
  }
  .button {
    font-size: 14px;
  }
  .header__logo {
    padding-left: 20px;
  }
  .header__logo img {
    width: 80px;
  }
  .header__button {
    padding-right: 20px;
    margin-right: 0;
  }
  .header__mob-btn {
    display: block;
  }
  .header__link {
    display: none;
  }
  .promo {
    background: url("../images/promo-mob.png") no-repeat;
    background-size: 100% 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .promo__content {
    padding-top: 180px;
    padding-bottom: 250px;
  }
  .promo__title {
    line-height: 45px;
  }
  .projects__title {
    padding-bottom: 0;
  }
  .projects__title .projects__link {
    display: flex;
    margin-top: 20px;
  }
  .projects__top {
    gap: 70px;
    padding-top: 130px;
  }
  .projects__link {
    display: none;
  }
  .projects__list {
    flex-direction: column;
  }
  .projects__item-title {
    font-size: 38px;
    font-weight: 400;
    text-align: initial;
    text-transform: capitalize;
  }
  .projects__item-title span {
    text-transform: lowercase;
  }
  .projects__item:nth-child(1) {
    order: 2;
  }
  .projects__item:nth-child(2) {
    order: 1;
  }
  .projects__item:nth-child(3) {
    order: 3;
  }
  .projects__item:nth-child(4) {
    order: 4;
  }
  .projects__item:nth-child(5) {
    order: 5;
  }
  .projects__item:nth-child(6) {
    order: 6;
  }
  .projects__card {
    padding: 20px;
  }
  .projects__card-top {
    gap: 5px;
  }
  .projects__card-top span {
    font-size: 12px;
  }
  .projects__card-title {
    font-size: 32px;
    padding-bottom: 0;
  }
  .projects__card-description {
    font-size: 12px;
    max-width: 140px;
  }
  .projects-stroke .projects-stroke__inner span {
    font-size: 18px;
    padding-right: 2rem;
  }
  .projects-stroke .projects-stroke__inner span::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .cooperatives {
    padding: 120px 0 410px 0;
  }
  .cooperatives__content {
    flex-direction: column;
  }
  .cooperatives__title {
    width: -moz-min-content;
    width: min-content;
  }
  .cooperatives__column:nth-child(1) {
    width: 100%;
  }
  .cooperatives__list {
    width: 95%;
    margin-top: 35px;
  }
  .cooperatives__item {
    min-height: 120px;
    padding: 10px 10px 10px 20px;
    gap: 10px;
  }
  .cooperatives__info-title {
    font-size: 16px;
  }
  .cooperatives__info-text {
    font-size: 14px;
  }
  .cooperatives__img {
    width: 40px;
    height: 40px;
  }
  .business__item {
    padding: 20px 10px 10px 10px;
    gap: 10px;
  }
  .business__item-icon {
    top: -25px;
  }
  .business__item-icon img {
    width: 56px;
    height: 56px;
  }
  .business__item-title {
    font-size: 14px;
  }
  .business__item-text {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
     .cooperatives {
        &::before {
            z-index: 1;
            content: "";
            position: absolute;
            left: -120px;
            width: 1287px;
            background: url(../images/top.svg) no-repeat;
            background-size: contain;
            height: 415px;
            top: 65%;
        }
    }
.business {
        &::before {
            content: "";
            position: absolute;
            top: -127px;
            left: 194px;
            width: 1366px;
            height: 536px;
            background: url(../images/bottom.svg) no-repeat;
            background-size: contain;
        }
    }
  .projects__title .projects__link {
    display: inline-flex;
    margin-top: 0px;
  }
}/*# sourceMappingURL=main.css.map */