/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
.section-banner {
  position: relative;
  width: 100%;
}
.section-banner::before {
  display: block;
  padding-top: 26%;
  content: "";
}
@media (max-width: 1024px) {
  .section-banner::before {
    padding-top: 35%;
  }
}
.section-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-about {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 1024px) {
  .section-about {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.section-about__grid {
  display: grid;
  grid-template: auto/1fr 2.05fr;
  grid-gap: 3rem;
}
@media (max-width: 1024px) {
  .section-about__grid {
    grid-template: auto/100%;
  }
}
.section-about__title {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #7D7D7D;
  letter-spacing: 0.065em;
}
@media (max-width: 1024px) {
  .section-about__title {
    margin-top: 0;
  }
}
.section-about__content {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section-about__content {
    font-size: 1.8rem;
  }
}
.section-about__content-box {
  max-width: 78rem;
}
.section-about__text-bold {
  margin-bottom: 3.4rem;
}
@media (max-width: 1024px) {
  .section-about__text-bold {
    margin-bottom: 1.6rem;
  }
}
.section-about__text {
  color: #7D7D7D;
}

.section-advantages {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #F6F1EA;
}
@media (max-width: 1024px) {
  .section-advantages {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.section-advantages__title {
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1024px) {
  .section-advantages__title {
    margin-bottom: 4rem;
  }
}
.section-advantages__title-text {
  display: inline-block;
  max-width: 80rem;
}
.section-advantages__grid {
  display: grid;
  grid-template: auto/1fr 2.05fr;
  grid-gap: 3rem;
}
.section-advantages__grid::before {
  content: "";
}
@media (max-width: 1024px) {
  .section-advantages__grid {
    grid-template: auto/100%;
  }
  .section-advantages__grid::before {
    content: none;
  }
}
.section-advantages__list-elem:not(:last-child) {
  margin-bottom: 3.6rem;
  padding-bottom: 3.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.section-advantages__list-elem-content {
  max-width: 57.5rem;
}
.section-advantages__list-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section-advantages__list-title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.section-advantages__list-text {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #414042;
}
@media (max-width: 1024px) {
  .section-advantages__list-text {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.section-callback {
  padding-top: 14rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-callback {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.section-callback__grid {
  display: grid;
  grid-template: auto/3.7fr 1fr;
  grid-gap: 8rem;
}
@media (max-width: 1024px) {
  .section-callback__grid {
    grid-template: auto/100%;
    grid-gap: 0;
  }
}
.section-callback__title {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .section-callback__title {
    margin-bottom: 1.6rem;
  }
}
.section-callback__subtitle {
  margin-bottom: 4rem;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .section-callback__subtitle {
    margin-bottom: 2.4rem;
  }
}
.section-callback__text {
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .section-callback__text {
    margin-bottom: 4rem;
  }
}
.section-callback__img {
  display: block;
  width: 164%;
  max-width: unset;
  -webkit-transform: translateX(8rem);
      -ms-transform: translateX(8rem);
          transform: translateX(8rem);
}
@media (max-width: 1024px) {
  .section-callback__img {
    display: none;
  }
}
.section-callback .fieldset {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  grid-gap: 4rem;
}
@media (max-width: 1024px) {
  .section-callback .fieldset {
    grid-template: auto/100%;
    grid-gap: 2.4rem;
  }
}

.feedback {
  padding: 5rem 4rem 6.4rem;
  background-color: #F6F1EA;
}
@media (max-width: 1024px) {
  .feedback {
    padding: 3rem;
  }
}
.feedback__top {
  display: grid;
  grid-template: auto/9rem auto;
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 560px) {
  .feedback__top {
    display: block;
  }
}
.feedback__img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
}
@media (max-width: 560px) {
  .feedback__img {
    margin-bottom: 1rem;
  }
}
.feedback__top-text {
  padding-top: 1rem;
}
.feedback__name {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 560px) {
  .feedback__name {
    margin-bottom: 0.5rem;
  }
}
.feedback__link {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #7D7D7D;
}
.feedback__content {
  padding-right: 2.4rem;
}
@media (max-width: 1024px) {
  .feedback__content {
    padding-right: 0;
  }
}
.feedback__text {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (max-width: 1024px) {
  .feedback__text {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.feedback__text-small {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 1024px) {
  .feedback__text-small {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.section-feedback {
  padding-top: 8rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-feedback {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.section-feedback__title {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .section-feedback__title {
    margin-bottom: 2.4rem;
  }
  .section-feedback__slider {
    padding-right: 20%;
  }
}

/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
.section-cooperation {
  background-image: url("../images/for-designers/section-cooperation/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-cooperation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 23.6rem;
  padding-bottom: 23.8rem;
}
@media (max-width: 1024px) {
  .section-cooperation__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section-cooperation__title {
  max-width: 61rem;
  margin-bottom: 5rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-cooperation__title {
    margin-bottom: 3.2rem;
  }
}
.section-cooperation__btn {
  width: 100%;
  max-width: 26.7rem;
}
@media (max-width: 1024px) {
  .section-cooperation__btn {
    max-width: unset;
  }
}

.section-socials {
  padding-top: 7rem;
  padding-bottom: 16rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-socials {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.section-socials__title {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .section-socials__title {
    margin-bottom: 2.4rem;
  }
}
.section-socials__text {
  max-width: 38.7rem;
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (max-width: 1024px) {
  .section-socials__text {
    max-width: unset;
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .section-socials__slider {
    padding-right: 20%;
  }
}
.section-socials__slide-link {
  display: block;
  width: 100%;
}
.section-socials__slide-img {
  display: block;
  width: 100%;
}