.delivery_price_subtitle {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 15px;
  margin-top: 40px;
}
.delivery_price_subtitle:first-child {
  margin-top: 10px;
}
.delivery_price .help_page_form_list {
  max-width: 425px;
}
.delivery_price .help_page_form_list img {
  margin-bottom: 0;
}
.delivery_price .help_page_form_list_input {
  max-width: 100%;
}
.delivery_price .help_page_form_list > li:last-child {
  margin-bottom: 0;
}
.delivery_price_list {
  width: 100%;
  float: left;
}
.delivery_price_list li {
  width: 100%;
  float: left;
}
.mainContent img.mobpict {
		display: none;
	}
.delivery_price_list li:not(:last-child) {
  margin-bottom: 15px;
}
.delivery_price_list li span {
  width: 100%;
  float: left;
  max-width: 200px;
  padding-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  color: #333333;
}
.delivery_price_list li p {
  width: 100%;
  float: left;
  max-width: calc(100% - 200px);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  /* identical to box height */
  color: #333333;
}
.deliv_modal {
  max-width: 610px;
}
.deliv_modal .help_page_columns_right {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.fancybox-button svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .delivery_price_list li span {
    max-width: 150px;
    font-size: 16px;
    line-height: 20px;
  }
  .delivery_price_list li p {
    max-width: calc(100% - 150px);
  }
  .delivery_price_subtitle {
    margin-top: 40px;
  }
  .deliv_modal {
    padding: 20px!important;
  }
}


