.header-fix {background-color: #00703c;}
.up-icon__name, .up-icon__link {color: #fff;}
.posts-img__item.before:before {background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);}
@media (min-width: 767.98px){.advantages__name {text-transform: uppercase;}}
/*о нас*/
.about-block {
    display: flex;
    justify-content: space-between;
    gap: 30px 140px;
    margin-top: 100px;
}
.about-img {
   width: 671px;
    position: relative;
    height: auto;
}
.about-img  .video {
    position: absolute;
    top: 35%;
    left: 40%;
    border: 10px solid #fff;
}
.about-desc.page {
    max-width: 610px;
}
.about-desc.page p,
.about-desc.page li,
#toggle-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.about-desc #more {
   display: none;
}
#toggle-link {
    margin-bottom: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.about-numbers-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    position: relative;
}
.about-numbers-item span {
    font-weight: 600;
    font-size: 35px;
    line-height: 140%;
    display: block;
}
.about-numbers-item::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(34, 34, 34, 0.2);
    width: 20px;
    height: 0px;
    transform: rotate(-90deg);
    top: 50%;
    right: 0;
}
.about-numbers-item:last-child::after {
    display: none;
}
.about-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.page {
    line-height: 28px;
}

@media screen and (max-width: 1260px) {
    .about-numbers-item::after {
        right: -10%;
    }
}
@media screen and (max-width: 1199px) {
    .about-block {
        flex-direction: column;
    }
    .about-desc.page {
        max-width: 100%;
    }
    .about-numbers {
       max-width: 600px;
    }
    .about-numbers-item::after {
        right: 0%;
    }
}
@media screen and (max-width: 700px) {
    .about-img {
        width: 100%;
    }
    .about-img .video {
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }
   .about-img .video img {
        width: 300px;
   }
   .about-img .img img {
       width: 100%;
       height: 575px;
       object-fit: cover;
   }
}
@media screen and (max-width: 600px) {
   .about-numbers-item::after,
   .about-numbers-item br {
       display: none;
   } 
   .about-numbers {
       grid-template-columns: 1fr;
   }
}
@media screen and (max-width: 500px) {
   .about-img .img img {
       height: 450px;
   }
    .about-img .video {
        top: 35%;
   }
   .about-img {
      height: 530px;
   }
}
/*этапы*/
.p-l-work {
  margin-bottom: 60px;
}
.p-l-work__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
  position: relative;
}
.p-l-work__item:last-child {
  padding-bottom: 0;
}
.p-l-work__item:last-child:after {
  display: none;
}
.p-l-work__item:after {
  background: #dff7ea;
  content: '';
  position: absolute;
  left: 60px;
  top: 5px;
  width: 2px;
  height: 100%;
}
.p-l-work__img {
  flex: none;
  margin-right: 30px;
  position: relative;
  width: 120px;
  z-index: 2;
}
.p-l-work__img img {
  border-radius: 50%;
  max-width: 100%;
}
.p-l-work__num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #414555;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-l-work__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--font-weight);
  margin-bottom: 20px;
}
.p-l-work__text {
  color: #414555;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .p-l-work {
    margin-bottom: 40px;
  }
  .p-l-work__item {
    padding-bottom: 40px;
  }
  .p-l-work__item:after {
    left: 40px;
  }
  .p-l-work__img {
    margin-right: 20px;
    width: 80px;
  }
  .p-l-work__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  .p-l-work__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-l-work__num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/*подвал*/
a.f-menu__link {
    text-transform: uppercase;
}
/*доставка и оплата*/
.p-ship-pay {
  margin-bottom: 40px;
}
.p-ship-pay__item {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
}
.p-ship-pay__item:first-child {
  margin-top: 0;
}
.p-ship-pay__item ul {
  margin: 0;
}
.p-ship-pay__item ul li {
  margin: 0;
}
.p-ship-pay__img {
  flex: none;
  font-size: 0;
  margin-right: 30px;
  text-align: center;
  width: 80px;
}
.p-ship-pay__img img {
  max-width: 100%;
}
.p-ship-pay__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-weight);
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .p-ship-pay__item {
    padding: 15px;
  }
  .p-ship-pay__img {
    margin-right: 20px;
    width: 60px;
  }
}

.p-our-work {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -40px;
  margin-bottom: 40px;
}
.p-our-work__img {
  font-size: 0;
  margin-bottom: 15px;
}
.p-our-work__img img {
  border-radius: 4px;
}
.p-our-work__item {
  margin-left: 30px;
  margin-top: 40px;
  text-align: center;
  width: calc(33.33% - 30px);
}
.p-our-work__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: var(--font-weight);
  margin-bottom: 10px;
}
.p-our-work__text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-our-work__img {
    margin-bottom: 10px;
  }
  .p-our-work__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-our-work__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 680px) {
  .p-our-work {
    margin-left: -20px;
    margin-top: -30px;
  }
  .p-our-work__item {
    margin-left: 20px;
    margin-top: 30px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .p-our-work__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-our-work__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*шапка моб*/
.header-mobile {
    background: #00703c;
    color: #fff;
}
.header-mobile .location__city {color: #fff;}
.header-mobile .icon-14, .header-mobile .icon-26 {color: #fff;}
/*категории*/

table td {padding: 0.75rem;}