.breadcrumbs,
.page-title {
  display: none;
}
.cleaning_wrapper {
  width: 50vw;
  margin-left: 50%;
}
.cleaning_wrapper .cleaning_body {
  padding-bottom: 0 !important;
  width: 100vw;
  /* включает в себя полосу прокрутки от body */
  margin-left: -100%;
}
.clean_container {
  display: block;
  box-sizing: border-box;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.clean_line {
  height: 1px;
  background-color: #c8e6e9;
}
body {
  scrollbar-color: #d8d8d8 #afafaf;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #d8d8d8;
}
::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  border-radius: 9em;
  -webkit-box-shadow: inset 1px 1px 10px #afafaf;
  box-shadow: inset 1px 1px 10px #afafaf;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}
@media screen and (max-width: 780px) {
  .clean_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main .title1 {
  margin-top: 0;
}
.modal-main8 .dls_right_rule_box .dls_right_rule_radio_box .dls_right_rule_left {
  position: absolute;
  height: 10px;
  border-left: 4px solid #F58626;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.modal-main8 .dls_right_rule_box .dls_right_rule_radio_box .dls_right_rule_bottom {
  position: absolute;
  bottom: 0;
  width: 20px;
  border-bottom: 4px solid #F58626;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.modal-main8 .dls_right_rule_checkbox {
  display: block;
  position: absolute;
  width: 24px;
  height: 12px;
  top: -5px;
  right: -7px;
  transform: rotate(-45deg);
}