.about-services-block {
  background: url('../img/about-services.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.about-services__inner {
  display: flex;
  color: #ffffff;
}

.about-services__title {
  display: flex;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  border-left: 3px solid var(--yellow-primary);
  padding-left: 40px;
}

.about-services__item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-services-image {
  position: absolute;
  bottom: 0;
}

.about-services__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-services__list-item {
  display: flex;
  gap: 20px;
}

.about-services__list-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-services__list-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.about-services__list-caption {
  font-size: 14px;
  line-height: 1.5;
}

.about-subcaption {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #E4E4E422;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 1px 0 0 #00000033, 0 -1px 0 0 #adadad;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .about-services-block {
    padding: 40px 15px;
  }

  .about-services-image {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .about-services__inner {
    flex-direction: column;
    gap: 30px;
  } 

  .about-services-block {
    padding: 40px 15px;
  }

  .about-services__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .about-subcaption {
    margin-left: auto;
    font-size: 14px;
    padding: 15px;
  }

  .about-services__item {
    gap: 30px;
  }

  .about-services-image {
    display: none;
    max-width: 400px;
    width: 100%;
  }

  .about-services__list-title {
    font-size: 16px;
  }

  .about-services__list-caption {
    font-size: 12px;
  }

  .about-services__list-inner {
    gap: 10px;
  }
}

.guarantee-block {
  background-color: #F3F3F3;
  position: relative;
}

.guarantee {
  padding: 150px 0;
}

.guarantee__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}

.guarantee__image {
  width: 100%;
  max-width: fit-content;
  z-index: 2;
}

.guarantee__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
}

.guarantee__title {
  font-size: 40px;
  line-height: 1.3;
  color: #303030;
  font-weight: 700;
  width: 70%;
}

.guarantee__people {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #303030;
}

.guarantee__grade {
  font-size: 12px;
  line-height: 1.4;
  color: rbga(0, 0, 0, 0.5)
}

.guarantee__caption {
  color: #656565;
  font-size: 14px;
  line-height: 1.5;
}

.guarantee__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.guarantee__deco {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 400px);
  background: linear-gradient(90deg, #FFA515, #FFBB00);
}

@media screen and (max-width: 1024px) {  
  .guarantee {
    padding: 60px 15px;
  }

  .guarantee__inner {
    gap: 80px;
  }

  .guarantee__image {
    max-width: 500px;
  }

  .guarantee__title {
    font-size: 30px;
    width: 80%;
  }

  .guarantee__deco {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .guarantee {
    padding: 30px 15px;
  }

  .guarantee__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .guarantee__deco {
    width: 100%;
    height: 150px;
    top: unset;
    bottom: 0;
  }
  
  .guarantee__text {
    gap: 20px;
  }

  .guarantee__title {
    font-size: 20px;
  }
}

.header-block {
  background: unset;
  background-color: #ffffff;
  height: fit-content;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05 );
}

.about-content {
  height: 780px;
  background: url('../img/header.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.about {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: row;
}

.about__info {
  width: 50%;
}

.about__image-block {
  position: relative;
  height: 100%;
  width: 50%
}

.about__image {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: fit-content;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}

.breadcrumbs__item {
  transition: color 300ms ease-out;
}

.breadcrumbs__item:hover {
  color: var(--yellow-primary);
}

.about__info {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 50px 0;
}

.about__info-top {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about__title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  color: #303030;
  padding-left: 40px;
  border-left: 3px solid var(--yellow-primary);
}

.about__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #656565;
}

.about-card__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-card__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  padding: 20px 30px;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
  background-color: #E4E4E450;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 1px 0 0 #00000033, 0 -1px 0 0 #ffffff;
  width: 176px;
}

.card__top {
  font-weight: 700;
  font-size: 30px;
  user-select: none;
  white-space: nowrap;
}

.card__divider {
  width: 100%;
  border: 0;  
  border-top: 1px solid var(--text-primary);
}

.card__bottom {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05;
  white-space: nowrap;
}

.about__path {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about__path-point {
  color: #303030;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05;
  text-transform: uppercase;
}

.about__path-arrow {
  height: 30px;
  width: 30px;
}

.about-header-mobile {
  display: contents;
}

.about__image-block--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 0 15px;
  }

  .about__image {
    width: 100%;
  }

  .about__title {
    font-size: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }

  .about {
    flex-direction: column;
  }

  .about__info {
    width: 100%;
    padding: 20px 0;
    gap: 15px;
  }

  .about__info-top {
    gap: 20px
  }

  .about__title {
    font-size: 20px;
    line-height: 1.3;
    padding: unset;
    border: none;
  }

  .about__description {
    font-size: 12px;
  }

  .about-card__list {
    flex-direction: column;
    gap: 20px;
    z-index: 1;
  }

  .about-card__item {
    max-width: 400px;
    width: 100%;
    padding: 20px 40px;
  }

  .card__top {
    font-size: 20px;
  }

  .card__bottom {
    font-size: 14px;
  }

  .card__divider {
    width: 40%;
  }

  .about__image {
    position: relative;
    bottom: -10px;
    max-width: 400px;
  }

  .about__path {
    flex-direction: column;
    gap: 10px;
  }

  .about__path-arrow {
    transform: rotate(90deg);
  }

  .about-content {
    height: fit-content;
  }

  .about__image-block {
    width: 100%;
    display: none;
  }

  .about-header-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .about__image-block--mobile {
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.ours {
  padding: 100px 0;
  gap: 80px;
}

.ours__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ours__title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #303030;
}

.ours__divider {
  width: 80px;
  border-top: 3px solid var(--yellow-primary);
}

.ours__caption {
  color: #656565;
  font-size: 16px;
  line-height: 1.4;
  width: 700px;
}

.ours__card-list {
  display: flex;
  justify-content: space-between;
}

.ours__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 45px 30px;
  gap: 10px;
  border-radius: 20px;
  background-color: #E4E4E450;
  backdrop-filter: blur(15px);
  box-shadow: 0 1px 0 0 #00000033, 0 -1px 0 0 #ffffff;
  width: 420px;
}

.ours__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #303030;
  text-align: center;
}

.ours__card-caption {
  font-size: 16px;
  line-height: 1.4;
  color: #656565;
  text-align: center;
}

@media screen and (max-width: 1024px) {
 .ours {
  padding: 60px 15px;
  gap: 50px;
 }

 .ours__head {
  flex-direction: column;
  align-self: flex-start;
  gap: 20px;
 }

 .ours__title {
  width: 100%;
  font-size: 30px;
 }

 .ours__divider {
  margin-right: auto;
 }

 .ours__card-list {
  gap: 30px;
 }

 .ours__card {
  padding: 15px;
 }
}

@media screen and (max-width: 768px) {
  .ours__title {
    font-size: 20px;
  }

  .ours__caption {
    font-size: 12px;
    width: 100%;
  }

  .ours__card-list {
    align-items: center;
    flex-direction: column;
  }

  .ours__card-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .ours__card-caption {
    font-size: 12px;
    line-height: 1.4;
  }

  .ours__card {
    width: 100%;
    max-width: 400px;
  }
}