/* Delivery */

.inner-intro.header_intro{
  display: none!important;
}

.delivery-section {
  margin-bottom: 180px;
}

.delivery-content__block {
  color: #323232;
  display: flex;
}

.delivery-content__img {
  width: calc(45% - 15px);
  margin-right: 15px;
}

.delivery-content__img img {
  border-radius: 24px;
}

.delivery-content__text-block {
  width: calc(55% - 15px);
  margin-left: 15px;
}

.delivery-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.delivery-subtitle{
  margin-bottom: 30px;
  padding: 0 60px;
}

.delivery-content__paragraph{
  margin-bottom: 0px;
}

.delivery-content__paragraph, .delivery-subtitle{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.delivery-content__add-info-block {
  display: flex;
  flex-wrap: wrap;
}

.delivery-content__info {
  width: calc(50% - 30px);
  margin-top: 30px;
  display: flex;
}

.delivery-info__variable, .delivery-info__payment {
  margin-right: 30px;
}

.delivery-info__sale, .delivery-info__free {
  margin-left: 30px;
}

.delivery-content__info svg {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}

.delivery-content__text {
  width: 100%;
}

.delivery-content__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {

  .inner-intro.header_intro{
    display: block!important;
  }

  .delivery-section {
    margin-bottom: 80px;
  }

  .delivery-content__block {
    flex-direction: column;
  }

  .delivery-content__img, .delivery-content__text-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .delivery-content__img {
    margin-bottom: 30px;
  }

  .delivery-title {
    display: none;
  }

  .delivery-content__paragraph, .delivery-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .delivery-subtitle {
    padding: 0;
  }

  .delivery-content__add-info-block {
    flex-direction: column;
    padding: 0 10px;
  }

  .delivery-content__info {
    width: 100%;
  }

  .delivery-info__variable, .delivery-info__payment, .delivery-info__sale, .delivery-info__free {
    margin-right: 0;
    margin-left: 0;
  }

  .delivery-content__title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

}