.about {
  margin-bottom: 150px;
}

.about .container {
  margin-bottom: 100px;
}

.about .breadcrumbs {
  padding: 0;
}

.about-head {
  background-image: linear-gradient(180deg, #ffeae7 0%, #fffcfb 100%);
  margin-bottom: 30px;
  padding-top: 39px;
}

.about-head .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.about-head-main {
  width: 545px;
  padding-top: 50px;
}

.about-head-main .c-p7 {
  width: 453px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-head-main .c-link {
  width: 321px;
  display: flex;
  align-items: center;
}

.about-head-main .c-link img {
  margin-right: 30px;
}

.about-head-main .c-link:last-child {
  margin-top: 40px;
}

.about-head-img {
  display: flex;
  align-items: flex-start;
}

.about-head-img img:first-child {
  position: relative;
  margin-right: -61px;
  margin-top: 91px;
  margin-bottom: -51px;
  border-radius: 250px 250px 1px 1px;
}

.about-head-img img:last-child {
  border-radius: 1px;
}

.about-bread {
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.about-bread *:not(:last-child) {
  opacity: 0.68;
  display: flex;
  align-items: center;
}

.about-bread *:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 2px;
  background: #4b4b4b;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

.about-mission {
  display: grid;
  margin-bottom: 100px;
  grid-template-areas:
    "A B"
    "A C";
  column-gap: 120px;
  row-gap: 130px;
}

.a {
  grid-area: A;
}

.b {
  grid-area: B;
}

.c {
  grid-area: C;
}

.about-mission > img {
  border-radius: 1px;
  max-width: 725px;
}

.about-mission-title {
  padding-top: 50px;
  padding-right: 80px;
}

.about-mission-title .c-h2 {
  margin-bottom: 30px;
}

.about-mission-add {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 90px;
  padding-bottom: 48px;
}

.about-mission-add__item {
  display: flex;
}
.about-mission-add__item img {
  margin-right: 30px;
}

.about-offer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border-radius: 1px;
  margin-bottom: 100px;
  background: linear-gradient(
    95.56deg,
    #ece3de 5.15%,
    #ece3df 31%,
    #ede3df 44.44%,
    #e5dbd6 57.87%,
    #ffeae7 65.22%,
    #f1e7e6 79.29%,
    #f2e9e6 103.49%
  );
}

.about-offer img {
  position: absolute;
  right: 0;
  top: 0;
}

.about-offer__main {
  width: 810px;
  margin-top: 100px;
  margin-left: 75px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.about-offer__main .c-h2 {
  width: 100%;
  margin-bottom: 60px;
}

.about-offer-col {
  width: 355px;
}

.about-offer-col__item {
  margin-bottom: 50px;
}

.about-offer-col__item:last-child {
  margin-bottom: 0;
}

.about-offer-col__item .c-p4 {
  margin-bottom: 10px;
}

.about-img {
  display: block;
  margin-bottom: 150px;
}

.about-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
}

.about-services .c-h2 {
  width: 100%;
  margin-bottom: 75px;
  margin-top: 50px;
}

.about-services-item {
  width: 313px;
}

.about-services-item a {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  margin-top: 40px;
}

@media (max-width: 1439px) {
  .about {
    margin-bottom: 115px;
  }
  .about .container {
    margin-bottom: 75px;
  }

  .about-head {
    margin-bottom: 20px;
  }

  .about-head .container {
    margin-bottom: 0;
  }

  .about-head-main {
    padding-top: 41px;
  }

  .about-head-main .c-p7 {
    width: 397px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .about-head-main .c-link {
    width: 271px;
  }

  .about-head-main .c-link img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .about-head-main .c-link:last-child {
    margin-top: 30px;
  }

  .about-head-img img:first-child {
    width: 317px;
    margin-right: -49px;
    margin-top: 65px;
    margin-bottom: -34px;
  }

  .about-head-main {
    width: 437px;
  }

  .about-head-img {
    margin-top: -9px;
  }

  .about-head-img img:last-child {
    width: 424px;
  }

  .about-bread {
    margin-bottom: 75px;
    font-size: 12px;
    line-height: 120%;
  }

  .about-mission {
    column-gap: 104px;
    row-gap: 125px;
  }

  .about-mission > img {
    max-width: 625px;
  }

  .about-mission-title .c-h2 {
    margin-bottom: 20px;
  }

  .about-mission-add {
    padding-top: 0;
    padding-right: 70px;
  }
  .about-mission-add__item img {
    width: 40px;
  }

  .about-offer {
    margin-bottom: 75px;
  }

  .about-offer__main {
    width: 750px;
    padding-top: 75px;
    padding-left: 50px;
    padding-bottom: 75px;
    margin: 0;
  }

  .about-offer-col {
    width: 300px;
  }

  .about-offer-col:last-child {
    width: 323px;
  }

  .about-offer__main .c-h2 {
    margin-bottom: 50px;
  }

  .about-offer-col__item {
    margin-bottom: 40px;
  }

  .about-offer img {
    height: 514px;
  }

  .about-img {
    margin-bottom: 120px;
  }

  .about-services .c-h2 {
    margin-bottom: 50px;
  }

  .about-services-item {
    width: 263px;
  }

  .about-services-item > img {
    width: 50px;
    height: 50px;
  }

  .about-services-item a {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1279px) {
  .about {
    margin-bottom: 80px;
  }

  .about-head {
    padding-top: 0;
  }

  .about .about-head .container {
    margin-bottom: 10px;
  }

  .about .container {
    margin-bottom: 60px;
  }
  .about-head-main {
    padding-top: 40px;
    width: 330px;
    margin-bottom: 25px;
  }

  .about-head-img {
    margin-top: -43px;
  }

  .about-head-main .c-p7 {
    margin-top: 7px;
    width: 100%;
    font-size: 12px;
  }

  .about-head-main .c-link {
    width: 226px;
    font-size: 12px;
  }

  .about-head-main .c-link img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .about-head-img img:first-child {
    display: none;
  }

  .about-head-img img:last-child {
    width: 274px;
    height: 314px;
    margin-bottom: 0;
    margin-top: 43px;
    margin-right: 0;
    border-radius: 250px 250px 1px 1px;
  }

  .about-bread {
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 60px;
  }

  .about-mission {
    column-gap: 40px;
    row-gap: 45px;
  }

  .about-mission > img {
    max-width: 330px;
  }

  .about-mission-title {
    padding-top: 0;
    padding-right: 0;
  }

  .about-mission-title .c-h2 {
    margin-bottom: 10px;
  }

  .about-mission-add {
    width: 280px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .about-mission-add__item img {
    width: 30px;
    margin-right: 15px;
  }

  .about-offer {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .about-offer__main {
    width: 511px;
    padding-top: 40px;
    padding-left: 23px;
    padding-bottom: 40px;
  }

  .about-offer__main .c-h2 {
    margin-bottom: 40px;
  }

  .about-offer-col {
    width: 214px;
  }

  .about-offer-col:last-child {
    width: 234px;
  }

  .about-offer-col__item {
    margin-bottom: 30px;
  }

  .about-offer img {
    height: 381px;
    right: -120px;
  }

  .about-img {
    margin-bottom: 80px;
  }

  .about-services .c-h2 {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .about-services-item {
    width: 160px;
  }

  .about-services-item > img {
    width: 30px;
    height: 30px;
  }

  .about-services-item a {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 60px;
  }

  .about .container {
    margin-bottom: 40px;
  }

  .about .about-br-ead.container {
    margin-bottom: 20px;
  }

  .about-head .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-head-img img:last-child {
    width: 280px;
    height: 276px;
    margin-left: 50px;
    margin-top: 43px;
  }

  .about-head-main {
    padding-top: 20px;
  }

  .about-head-main {
    margin-bottom: 40px;
  }

  .about-head-main .c-link:last-child {
    margin-top: 20px;
  }

  .about-head-main .c-p7 {
    margin-top: 9px;
  }

  .about-bread {
    margin-bottom: 20px;
  }

  .about-mission {
    grid-template-areas:
      "B"
      "A"
      "C";
    row-gap: 20px;
  }

  .about-mission-title .c-p3 {
    font-size: 14px;
  }

  .about-mission-add {
    height: 138px;
  }

  .about-offer__main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-offer img {
    display: none;
  }

  .about-offer {
    background-image: url(../img/offer-mobile.png);
    background-repeat: no-repeat;
  }

  .about-offer__main .c-h2 {
    margin-bottom: 30px;
  }

  .about-offer-col {
    width: 234px !important;
  }

  .about-offer-col:last-child {
    margin-top: 20px;
  }

  .about-offer-col__item {
    margin-bottom: 20px;
  }

  .about-offer {
    margin-bottom: 40px;
  }

  .about-img {
    margin-bottom: 60px;
  }

  .about-services {
    row-gap: 40px;
  }

  .about-services .c-h2 {
    margin-bottom: 0;
  }

  .about-services-item {
    width: 155px;
  }
}
