#deliverypagetitle {
  margin: 0;
  margin-top: 17px;
  margin-bottom: 5px;
  font-family: Bebas Neue;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #383838;
}
#deliverypagetitle span {
  margin: 0;
  margin-right: 6px;
  font-family: Bebas Neue;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #fa6b00;
}

@media screen and (max-width: 768px) {
  #deliverypagetitle {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  #deliverypagetitle span {
    font-size: 32px;
    line-height: 32px;
  }
}

.delivery {
  padding-left: 4px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .delivery {
    margin-bottom: 10px;
  }
}
.delivery__title {
  margin: 0;
  margin-top: 32px;
  margin-left: 1px;
  margin-bottom: 20px;
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #383838;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .delivery__title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }
}
.delivery__title span {
  margin: 0;
  margin-right: 6px;
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #fa6b00;
}
@media screen and (max-width: 768px) {
  .delivery__title span {
    font-size: 26px;
    line-height: 26px;
  }
}
.delivery__business {
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .delivery__business {
    padding: 20px;
  }
}
.delivery__business_text {
  margin: 0;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .delivery__business_text {
    font-size: 15px;
    line-height: 19.12px;
  }
}
.delivery__individual {
  padding: 40px;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .delivery__individual {
    padding: 20px;
  }
}
.delivery__individual_text {
  max-width: 472px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}
.delivery__individual_text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0px;
  background-image: url('/dostavka-i-oplata/alert.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.delivery__individual_text span {
  font-weight: 700;
  font-family: Onest;
  font-size: 18px;
  line-height: 22.95px;
  text-align: left;
}
.delivery__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-family: Bebas Neue;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #fa6b00;
}

@media screen and (max-width: 768px) {
  .delivery__individual_text {
    font-size: 15px;
    line-height: 19.12px;
  }
  .delivery__individual_text span {
    font-size: 15px;
    line-height: 19.12px;
  }
}

@media screen and (max-width: 768px) {
  .delivery__subtitle {
    font-size: 22px;
    line-height: 22px;
  }
}
.delivery__list {
  margin: 0 !important;
  margin-bottom: 19px !important;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
}
.delivery__list_item {
  margin: 0;
  padding-left: 28px;
  position: relative;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}
.delivery__list_item::before {
  margin: 0 !important;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px !important;
  height: 4px;
  left: 12px;
  top: 8px;
  background-color: #383838;
}

@media screen and (max-width: 768px) {
  .delivery__list {
  }
  .delivery__list_item {
    padding-left: 24px;
    font-size: 15px;
    line-height: 19.12px;
  }
  .delivery__list_item::before {
    left: 8px;
  }
}
.payment {
  padding-left: 4px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .payment {
    margin-bottom: 40px;
  }
}
.payment__title {
  margin: 0;
  margin-top: 32px;
  margin-left: 1px;
  margin-bottom: 20px;
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #383838;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .payment__title {
    font-size: 26px;
    line-height: 26px;
  }
}
.payment__title span {
  margin: 0;
  margin-right: 6px;
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #fa6b00;
}
@media screen and (max-width: 768px) {
  .payment__title span {
    font-size: 26px;
    line-height: 26px;
  }
}
.payment__card {
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .payment__card {
    margin-bottom: 0;
    padding: 20px;
  }
}
.payment__card--title {
  margin: 0;
  margin-bottom: 20px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .payment__card--title {
    font-size: 15px;
    line-height: 19.12px;
  }
}
.payment__list {
  margin: 0 !important;
  margin-bottom: 19px !important;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
}
.payment__list_item {
  margin: 0;
  padding-left: 28px;
  position: relative;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}
.payment__list_item::before {
  margin: 0 !important;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px !important;
  height: 4px;
  left: 12px;
  top: 8px;
  background-color: #383838;
}
.payment__text {
  margin: 0;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .payment__list_item {
    padding-left: 24px;
    font-size: 15px;
    line-height: 19.12px;
  }
  .payment__list_item::before {
    left: 8px;
  }

  .payment__text {
    font-size: 15px;
    line-height: 19.12px;
  }
}

.callrequest__wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.callrequest {
  padding: 15.5px 20px 15.5px 54px;
  border: 1px solid #fa6b00;
  cursor: pointer;
  max-width: 332px;
  width: 100%;
  height: 54px;
}

.callrequest__link {
  margin: 0;
  position: relative;
  text-decoration: none;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #fa6b00;
}

.callrequest__link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: -36px;
  background-image: url('/dostavka-i-oplata/whatsapp.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
