:root {
  --text-main: #262626;
  --text-accent: #00b896;
  --text-danger: #e62121;
  --text-warning: #ffa140;
  --text-light: #ffffff;
}



.body__one {
  padding: 56px 0 0 64px;
}

.body__two {
  padding: 80px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.text-property {
  line-height: 176%;
  letter-spacing: 0.4px;
}

.numberic-property {
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #F85F5F;
}

.numberic-fs-24 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-hero {
  font-size: 40px;
}

.text-title {
  font-size: 32px;
}

.text-subtitle {
  font-size: 24px;
}

.text-lead {
  font-size: 20px;
}

.text-body {
  font-size: 18px;
}

.text-content {
  font-size: 16px;
  color: var(--text-main);
}

.text-caption {
  font-size: 14px;
}

.text-mini {
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: var(--text-light);

}


.text-accent,
.text-accent-with-underline {
  color: var(--text-accent);
}

.text-accent-with-underline {
  font-weight: 700;
}

.text-main {
  color: var(--text-main);
}

.text-main--80 {
  color: rgba(38, 38, 38, 0.8);
}

.text-danger {
  color: var(--text-danger) !important;
}

.text-light {
  color: var(--text-light) !important;
}

.text-warning {
  color: var(--text-warning) !important;
}

.text_subtitle {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header__content img {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.body__content {
  margin-top: 56px;
  margin-bottom: 80px;
  display: flex;
  gap: 40px;
}

.text__body__content {
  padding: 32px 0 32px 40px;
}

.text__content {
  margin-top: 40px;
  display: block;
  line-height: 275%;
  font-size: 18px;
}

.text-underline,
.text-underline__orange,
.text-accent-with-underline {
  position: relative;
  display: inline-block;
}

.text-underline::after,
.text-underline__orange::after,
.text-accent-with-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 62px;
  height: 10px;
  background-color: rgba(0, 184, 150, 0.25);
  z-index: -1;
}

.text-underline__orange::after {
  background-color: rgba(255, 161, 64, 0.35);
  width: 128px;
}

.text-accent-with-underline::after {
  background-color: rgba(0, 184, 150, 0.1);
  width: 100%;
  z-index: 0;
}

.body__infomation {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

.infomation-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--text-accent);
  border-radius: 50%;
}

.dot__warning::before {
  background: var(--text-warning);
}

.dot__small::before {
  width: 6px;
  height: 6px;
  margin: 0px 8px 2.5px 0;
}

.inforation-parameter {
  width: 520px;
  background-color: #F2FBF9;
  border-radius: 12px;
  padding: 20px 40px;
  height: 280px;
  flex-shrink: 0;
}

.parameter-item {
  border-bottom: 2px dashed var(--text-accent);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.numerical-order {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: #787B7B;
  text-align: center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.wall__experience {
  background: #F8F8F8;
  padding: 32px;
  margin-top: 48px;
  border-radius: 12px;
}

.timeline {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
}

.timeline .dash::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 230px;
  top: 50%;
  left: 67px;
  height: 1px;
  background-color: var(--text-accent);

}

.estate-item {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 16px;
  width: 33.33333%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.container-sevice {
  margin-top: 121.95px;
  background-color: var(--text-accent);
  padding: 80px 64px;
}

.estate-sevice {
  padding: 80px 56px 80px 80px;
  border-radius: 20px;
}

.sevice-content {
  display: flex;
  gap: 40px;
}

.content__note {
  background-color: #F2FBF9;
  padding: 24px;
  border-radius: 12px;
}

.instruct__item {
  width: 486px;
  height: 200px;
  padding: 32px 40px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.instruct-waring {
  border: 4px solid #FFCF9E;
}

.instruct-accent {
  border: 4px solid #B3EAE0;
}

.instruct__label {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  color: var(--text-light);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i__label--warning {
  background-color: var(--text-warning);
}

.i__label--accent {
  background-color: var(--text-accent);
}

.i__label--danger {
  background-color: #F85F5F;
}


.label__certification {
  width: 214px;
  height: 36px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  padding: 4px 8px;
}

.label__certification img {
  padding: 2px;
  width: 24px;
  height: 24px;
}

.arrow-icon {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 16px 0;
}

.sevice-footer {
  margin-top: 40px;
  padding: 32px;
  height: 202px;
}


.circle__bade {
  width: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 50%;
  background-color: var(--text-accent);
  color: var(--text-light);
  position: absolute;
}

.footer__content:first-child {
  border-right: 1px solid #e4e4e4;
  padding-right: 40px;
}

.last__footer  {
  padding-left: 24px;
}

.btn-circle-large {
  height: 41px;
  width: 326px;
}

@media (min-width: 1281px) {

  .body__two,
  .img_main {
    border-radius: 32px;
  }
}

@media (max-width: 1280px) {
  .container-body {
    max-width: calc(100% + 64px);
    padding-left: 64px;
    padding-right: 0px;
  }

}

@media (max-width: 768px) {
  .container-body {
    padding: 20px 16px;
  }
  .btn-circle-large.with-icon-right {
    height: 41px;
  }

  .body__content,
  .header__content {
    flex-direction: column;
  }

  h5 {
    margin: 0;
  }

  .text_subtitle {
    text-shadow: none;
    padding-bottom: 40px;
    display: block;
    font-size: 14px;
  }

  .header__content {
    position: relative;
    height: 156px;
  }

  .img-header {
    position: absolute;
    bottom: -6px;
    left: 16px;
  }

  .body__content {
    margin-top: 0;
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 40px;
  }

  .title-body-mobile {
    margin-top: 40px;
  }

  .text__body__content {
    padding: 0;
  }

  .text__content {
    margin-top: 0;
    line-height: 200%;
  }

  .body__two {
    padding: 40px 16px;
    width: calc(100% + 32px);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: -16px;
  }

  .body__infomation {
    flex-direction: column;
    gap: 24px;
  }

  .content__infomation {
    width: 100% !important;
  }

  .inforation-parameter {
    width: 100% !important;
    height: auto;
    padding: 16px;
  }

  .wall__experience {
    padding: 20px 16px;
    width: 100%;
  }

  .timeline {
    margin-top: 14px;
    padding-left: 8px;
    border-left: 1px solid #00B896;
    height: 315px;
  }

  .timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    left: -11.5px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #00B896;
    border-radius: 50%;
  }

  .img-old-shop {
    height: 127px;
  }
  .img-closed-shop {
    height: 102px;
  }
  .img-juice-bar {
    height: 109px;
  }
  .text-decoration-underline {
    font-size: 12px;
  }
  .container-sevice {
    margin-top: 0;
    padding: 40px 16px;
  }
  .estate-sevice {
    padding: 40px 16px;
  }
  .sevice-content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .title-sevice {
    margin-bottom: 32px !important;
    text-align: center;

  }
  .text-lead {
    font-size: 16px;
  }

  .text-hero,
  .text-title {
    font-size: 24px;
  }

  .text-content-mobile {
    font-size: 14px;
  }
  .container-sevice .text-content-mobile {
    text-align: center;
    display: block;
  }
  
  .instruct__item {
    width: 100%;
    height: auto;
    padding: 16px;
    gap: 10px;
    justify-content: center;
  }
  .instruct__item .item__img {
    width: 104px;
    height: 104px;
    
  }
  .instruct__label {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .label__certification{
    width: 100%;
    height: auto;
  }
  .label__certification .text-content
  {
    font-size: 12px;
    white-space: nowrap;
  }
  .sevice-footer {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  
  .footer__content:first-child {
    border-right: none;
    padding-right: 0;
  }
  .footer__content {
    gap: 12px!important;
    width: 100% !important;
  }
  .i__label--danger {
    margin-top: 12px;
    width: 100%;
  }
  .last__footer {
    border-top: 1px solid #e4e4e4;
    padding-top: 32px;
    margin-top: 32px;
    padding-left: 0;
  }
  .labe_content span {
    white-space: wrap !important;
  }
  .label_img img {
    width: 105px;
    height: auto;
    padding: 0 !important;
  }

  .img-couple {
    margin-top: 35px !important;
    margin-left: 21px;
    width: 80px !important;
  }
  .img_main {
    width: 359px;
    height: 263px;
  }

  .text-underline::after,
  .text-underline__orange::after,
  .text-accent-with-underline::after {
    width: 100%;
  }



}