.about {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 62px;
  padding: 0 16px;
  padding-top: 14px;
}

.about__title {
  margin-bottom: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.8px;
  color: #0F172A;
}

.about__container {
  background: #C63123;
}

.about__text {
  padding: 20px;
}

.about__text p {
  margin: 0;
  margin-bottom: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF; 
}

.about__text p:last-child {
  margin-bottom: 0;
}

.about__picture {
  display: block;
}

.about__picture img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.serve {
  
  background: #EDE5D9;
}

.serve__wrapper {
  box-sizing: border-box;
  max-width: 400px;
  padding: 40px 16px;
  margin: 0 auto;
  margin-bottom: 38px;
}

.serve__title {
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #0F172A;
}

.serve__description {
  margin-bottom: 47px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.serve__block {
  margin-bottom: 47px;
}

.serve__block:hover {
  cursor: pointer;
}

.serve__block:hover .serve__line {
  background: #C63123;
}

.serve__block:last-child {
  margin-bottom: 0;
}

.serve__number {
  margin-bottom: 17px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}

.serve__line {
  margin-bottom: 16px;
  width: 100%;
  height: 2px;
  background: #fff;
}

.serve__subtitle {
  margin-bottom: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #0F172A;
}

.serve__text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #403F3F;
}

.footer {
  position: relative;
  padding: 16px;
  padding-top: 27px;
  padding-bottom: 30px;
  background: #000;
}

.footer__title {
  margin-bottom: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
}

.line {
  margin-bottom: 21px;
  border: none;
  border-bottom: 1px solid #FFFFFF
}

.footer__links {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.footer__item {
  display: block;
  width: 50%;
  padding-left: 14px;
  box-sizing: border-box;
}

.footer__link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer__item:nth-child(1),
.footer__item:nth-child(3) {
  padding-right: 14px;
  text-align: right;
}

.footer__item:nth-child(1),
.footer__item:nth-child(2) {
  margin-bottom: 15px;
}

.footer__info {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: -0.15px;
  color: #fff;
  text-align: center;
}

.go-top {
  z-index: 3;
  position: sticky;
  left: calc(100vw - 60px - 16px);
  bottom: 8px;
  width: 60px;
  height: 60px;
  margin: 8px 0;
  padding: 0;
  border: none;
  display: block;
  border-radius: 50%;
  background: #C63123;
  cursor: pointer;
  display: none;
}

.go-top.visible {
  display: block;
}

.go-top svg {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1440px)  {
  .about {
    max-width: 1440px;
    margin-bottom: 58px;
  }

  .about__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .about__picture {
    width: 562px;
    height: 314px;
    margin-right: 50px;
  }

  .about__title {
    margin-bottom: 75px;
    font-size: 56px;
    line-height: 56px;
  }

  .about__text {
    width: calc(100% - 562px - 20px);
    padding: 38px;
  }

  .about__text p {
    font-size: 28px;
    line-height: 30px;
  }

  .about__picture {
    overflow: hidden;
  }

  .footer__item {
    margin-right: 75px;
  }

  .footer {
    padding: 32px;
    padding-top: 38px;
    padding-bottom: 76px;
  }

  .footer__title {
    margin-bottom: 24px;
    text-align: left;
    font-size: 36px;
    line-height: 50px;
  }

  .line {
    margin-bottom: 25px;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
  }

  .footer__item {
    margin: 0;
    width: initial;
    margin-right: 75px;
  }

  .footer__links {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}


@media only screen and (min-width: 1440px)  {
  .serve {
    margin-bottom: 82px;
  }

  .serve__wrapper {
    padding: 105px 0;
    max-width: 1440px;
    box-sizing: border-box;
  }

  .serve__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .serve__title {
    font-size: 56px;
    line-height: 67px;
  }

  .serve__description {
    width: 50%;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
  }

  .serve__blocks {
    display: flex;
    justify-content: space-between;
  }

  .serve__block {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .serve__block:last-child {
    margin-right: 0;
  }

  .serve__number {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .serve__line {
    margin-bottom: 12px;
  }

  .serve__subtitle {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 38px;
  }

  .serve__text {
    font-size: 20px;
    line-height: 30px;
  }

  .go-top {
    left: calc(100vw - 60px - 75px);
    bottom: 75px;
    margin-bottom: 16px;
    margin-top: 0;
  }
}

.element-animation {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}

.element-animation.element-show {
  opacity: 1;
  transform: translateY(0%);
}
