.dl_slider_block_img_bg {
  position: absolute;
  border-top: 1px solid transparent;
  z-index: 0;
}
.dlp_mat_item_step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.dplmi_step_title {
  height: 25px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  color: #FFFFFF;
  width: 255px;
  margin-bottom: 32px;
}
.dplmi_option_name {
  margin-left: 20px;
}
@media(max-width:560px) {
  .dplmi_option_name {
    margin-left: 40px;
  }
}
span.dplmi_option_chck_box {
  position: absolute;
}
.dplmi_size_title {
  width: 135px;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
}
.dplmi_size_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
}
.dplmi_step_btn_white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  height: 48px;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #205A5A;
  margin-right: 48px;
  cursor: pointer;
}
.dplmi_step_btn_white:hover {
  border: 2px solid #F58626;
  color: #F58626;
}
.dplmi_step_btn_white.c_btn_active {
  border: 2px solid #F58626;
  color: #F58626;
}
.dplmi_step_btn_orange {
  padding: 8px 16px;
  width: 253px;
  text-align: center;
  background: #F58626;
  border-radius: 4px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
}
.dplmi_step_btn_orange:hover {
  box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
.diana_landing_price_block {
  position: relative;
  min-height: 1400px;
  background: #068F9D;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.diana_landing_price_block .dl_slider_block_img_bg3 {
  position: absolute;
  border-top: 1px solid transparent;
  z-index: 0;
  top: 49px;
  right: 0px;
}
.diana_landing_price_block .dl_slider_block_img_bg4 {
  position: absolute;
  border-top: 1px solid transparent;
  z-index: 0;
  top: 603px;
  left: 0px;
}
.diana_landing_price_block .dl_slider_block_img_bg5 {
  position: absolute;
  border-top: 1px solid transparent;
  z-index: 0;
  top: 1001px;
  right: 0px;
}
.diana_landing_price_block .dl_price_block_title {
  margin-top: 88px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diana_landing_price_block .dl_price_mat_item {
  position: relative;
  width: 100%;
  margin-top: 56px;
  z-index: 2;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_title {
  height: 25px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  color: #FFFFFF;
  width: 255px;
  margin-bottom: 32px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item {
  width: 31%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-right: 2%;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box {
  position: relative;
  width: 46%;
  background: #ffffff;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_title {
  margin-top: 68px;
  width: 100%;
  padding: 5px;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #068F9D;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_price_box {
  position: absolute;
  width: 100%;
  bottom: 31px;
  text-align: center;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_price_box .dplmici_price {
  color: #068F9D;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_price_box .dplmici_price .dplmici_price_value {
  display: none;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_price_box .dplmici_price .dplmici_price_value_active {
  display: inline-block;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_price_box .dplmici_unit {
  font-size: 16px;
  color: grey;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_right_box {
  width: 54%;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_right_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item:hover {
  border: 2px solid #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item:hover .dplmici_title {
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .c_item_active {
  border: 2px solid #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .c_item_active .dplmici_title {
  color: #F58626 !important;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 .dplmi_step2_title {
  height: 25px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  color: #FFFFFF;
  width: 255px;
  margin-bottom: 32px;
  margin-top: 10px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 .dplmi_step2_btn_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 .dplmi_step2_btn_box .dplmi_step2_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  height: 48px;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #205A5A;
  margin-right: 48px;
  cursor: pointer;
  margin-bottom: 15px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 .dplmi_step2_btn_box .dplmi_step2_btn:hover {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step2 .dplmi_step2_btn_box .dplmi_step2_btn.c_btn_active {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_step3_title {
  height: 25px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  color: #FFFFFF;
  width: 255px;
  margin-bottom: 32px;
  margin-top: 10px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_title_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_title_box .dplmi_title_width,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_title_box .dplmi_title_height {
  width: 135px;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_title_box .dplmi_title_width {
  margin-bottom: 24px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_width_plus,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_width_plus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_width_minus,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_width_minus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_height_plus,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_height_plus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_height_minus,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_height_minus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_width_count,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_width_count,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row .dplmi_height_count,
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_height_row .dplmi_height_count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
  width: 107px;
  text-align: center;
  cursor: text;
  /* identical to box height */
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step3 .dplmi_size_box .dplmi_size_select_box .dplmi_size_width_row {
  margin-bottom: 24px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_title {
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
  width: 255px;
  margin-bottom: 32px;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item .dplmi_option_chck_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item .dplmi_option_chck_point {
  display: none;
  width: 12px;
  height: 12px;
  background: #F58626;
  border-radius: 4px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item .dplmi_option_chck:checked + .dplmi_option_chck_box > .dplmi_option_chck_point {
  display: block;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item .dplmi_option_name {
  display: inline-block;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height, or 152% */
  color: #FFFFFF;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step4 .dplmi_step4_option_box .dplmi_option_item .dplmi_option_name .dplmi_option_price {
  font-weight: 600;
}

.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 .dplmi_upload_photo_left {
  width: 60%;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 .dplmi_upload_photo_right .dplmi_upload_photo_btn {
  padding: 8px 16px;
  width: 253px;
  text-align: center;
  background: #F58626;
  border-radius: 4px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 .dplmi_upload_photo_right .dplmi_upload_photo_btn:hover {
  box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 .dplmi_upload_photo_right .dplmi_upload_photo_input {
  display: none;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step5 .dplmi_upload_photo_right .dplmi_upload_photo_desc {
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  /* or 115% */
  text-align: center;
  color: #AEDFE2;
  margin-top: 12px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 84px;
  flex-direction: row;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_new_mat {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  height: 48px;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #205A5A;
  margin-right: 48px;
  cursor: pointer;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_new_mat:hover {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_new_mat.c_btn_active {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  height: 48px;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  text-align: center;
  color: #205A5A;
  margin-right: 48px;
  cursor: pointer;
  font-weight: 400;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode:hover {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode.c_btn_active {
  border: 2px solid #F58626;
  color: #F58626;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode_input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #205A5A;
  width: 150px;
  text-align: left;
  cursor: text;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode_load_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode_load_box .dplmi_add_promocode_load_value {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 7px;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_add_promocode_load_box .dplmi_add_promocode_load_close {
  font-size: 36px;
  color: red;
  transform: rotate(45deg);
  cursor: pointer;
}
.diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step6 .dplmi_promocode_hidden {
  display: none;
}
.diana_landing_price_block .dl_price_result_box {
  margin-top: 84px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 84px;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result .dlpr_desc_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result .dlpr_price_count {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
  margin-left: 10px;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_to_basket_btn {
  margin-left: 25px;
  padding: 8px 16px;
  width: 253px;
  text-align: center;
  background: #F58626;
  border-radius: 4px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_to_basket_btn:hover {
  box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
.diana_landing_price_block .dl_price_result_box .dlpr_row_other {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: #AEDFE2;
}
#dlp_modal {
  position: fixed;
  /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 50%;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%;
  /* пoлoвинa экрaнa слевa */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 96%;
  display: none;
  /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0;
  /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 999900;
  /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  border-radius: 8px;
}
#dlp_modal #dlp_modal_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
}
#dlp_modal #dlp_modal_close:hover {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
#dlp_modal #dlp_modal_close .modal_close_btn {
  font-size: 28px;
  transform: rotate(45deg);
  color: #F58626;
}
#dlp_modal .dlp_modal_form_body {
  display: inline-block;
  max-width: 590px;
  width: 96%;
  height: 205px;
  background: #ffffff;
  border: 1px solid #205A5A;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
}
#dlp_modal .dlp_modal_form_body .modal_form_header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#dlp_modal .dlp_modal_form_body .modal_form_header .dlp_modal_request_success {
  color: #205A5A;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#dlp_modal .dlp_modal_form_body .dl_btn_orange {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  background: #F58626;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 15px;
}
#dlp_modal .dlp_modal_form_body .dl_btn_orange:hover {
  box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
#dlp_modal .dlp_modal_form_body .modal_form_btn_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
#dlp_modal .dlp_modal_form_body .modal_form_btn_box .modal_form_btn {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  background: #F58626;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 15px;
}
#dlp_modal .dlp_modal_form_body .modal_form_btn_box .modal_form_btn:hover {
  box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
/* Пoдлoжкa */
#dlp_overlay {
  z-index: 999000!important;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: rgba(40, 40, 40, 0.2);
  /* чернaя */
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */
}
@media screen and (min-width: 10px) and (max-width: 1170px) {
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item {
    width: 49.5%;
    margin-right: 0.5%;
  }
}
@media screen and (min-width: 10px) and (max-width: 740px) {
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box {
    width: 52%;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_title {
    margin-top: 20px;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_right_box {
    width: 48%;
  }
}
@media screen and (min-width: 10px) and (max-width: 660px) {
  .diana_landing_price_block .dl_slider_block_img_bg3 {
    display: none;
  }
  .diana_landing_price_block .dl_slider_block_img_bg4 {
    display: none;
  }
  .diana_landing_price_block .dl_slider_block_img_bg5 {
    display: none;
  }
  .diana_landing_price_block .dl_price_result_box .dlpr_row_first {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result {
    width: 100%;
    margin-bottom: 15px;
  }
  .diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result .dlpr_desc_text {
    text-align: left;
    font-size: 18px;
  }
  .diana_landing_price_block .dl_price_result_box .dlpr_row_first .dlpr_price_result .dlpr_price_count {
    font-size: 18px;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block {
    justify-content: center;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item {
    width: 70%;
  }
  #dlp_modal .dlp_modal_form_body .modal_form_btn_box {
    justify-content: center;
  }
}
@media screen and (min-width: 10px) and (max-width: 500px) {
  .diana_landing_price_block .dl_price_block_title {
    margin-top: 35px;
    font-size: 28px;
    line-height: 32px;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item {
    width: 100%;
  }
  .diana_landing_price_block .dl_price_mat_item .dlp_mat_item_step1 .dplmi_step1_cases_block .dplmi_case_item .dplmici_left_box .dplmici_title {
    margin-top: 15px;
    font-size: 17px;
  }
  .dplmi_step2_btn,
  .dplmi_add_new_mat {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */