/* CSS Style for landing page */

/*

MAIN

*/

/* MAIN */
.lp-construction-debris {

}

.node-100-table {

}

.view-show .row_price__titles th {
  font-weight: normal;
}




/* FIRST SCREEN */
.table-responsive .row_price__table {
  margin: 5px 0 40px!important;
}

.lp-construction-debris__table {
  visibility: visible !important;
}

.lp-construction-debris__table .row_price__item {
  padding-left: 20px;
  padding: 0;
  line-height: 19px;
  font-size: 14px;
  width: auto !important;
  display: block;
  min-height: auto;
  max-width: none;
  border: none;
  background-color: #fff;
  /*! justify-content: inherit; */
}

.lp-construction-debris__table .row_price__item {
  margin-bottom: 0;
}


.lp-construction-debris__table-content {
  display: grid!important;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr auto auto auto auto auto auto ;
  column-gap: 2em;
  row-gap: 5px;
  border: none;
  padding: 20px;
  margin: 20px;
  box-shadow: 4px 3px 5px 0 #0000003d;
  background-color: #fff!important;
}

.lp-construction-debris__table-content:hover {
  background-color: #fff!important;
}

.lp-construction-debris__table-image {
  grid-row: 1/9;
  grid-column: 1;
}

.lp-construction-debris__table-title {
  grid-row: 1/3;
  grid-column: 2;
}

.lp-construction-debris__table-title a {
  font-size: 18px;
  font-weight: bold;
  color: #000!important;
  display: inline-block;
}

.lp-construction-debris__table-title a:hover {
  color: #000;
}

.lp-construction-debris__table-size {
  grid-row: 3;
  grid-column: 2;
}

.lp-construction-debris__table-size,
.lp-construction-debris__table-weight,
.lp-construction-debris__table-color,
.lp-construction-debris__table-sort,
.lp-construction-debris__table-value,
.lp-construction-debris__table-top,
.lp-construction-debris__table-bottom,
.lp-construction-debris__table-density,
.lp-construction-debris__table-capacity,
.lp-construction-debris__table-m3 {
  display: grid !important;
  justify-content: space-between !important;
  grid-template-columns: auto auto auto;
  width: 100% !important;
  border-bottom: 1px dotted #000 !important;
}

.lp-construction-debris__table-size span:nth-child(1),
.lp-construction-debris__table-weight span:nth-child(1),
.lp-construction-debris__table-color span:nth-child(1),
.lp-construction-debris__table-sort span:nth-child(1),
.lp-construction-debris__table-value span:nth-child(1),
.lp-construction-debris__table-top span:nth-child(1),
.lp-construction-debris__table-bottom span:nth-child(1),
.lp-construction-debris__table-density span:nth-child(1),
.lp-construction-debris__table-capacity span:nth-child(1),
.lp-construction-debris__table-m3 span:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  border-bottom: 1px solid #fff !important;
  margin-bottom: -1px;
}

.lp-construction-debris__table-size b {
  grid-row: 1;
  grid-column: 2;
  border-bottom: 1px dotted #000 !important;
  width: 100%;
  height: 100%;
  display: block;
}

.lp-construction-debris__table-size span:nth-child(3),
.lp-construction-debris__table-weight span:nth-child(3),
.lp-construction-debris__table-color span:nth-child(3),
.lp-construction-debris__table-sort span:nth-child(3),
.lp-construction-debris__table-value span:nth-child(3),
.lp-construction-debris__table-top span:nth-child(3),
.lp-construction-debris__table-bottom span:nth-child(3),
.lp-construction-debris__table-density span:nth-child(3),
.lp-construction-debris__table-capacity span:nth-child(3),
.lp-construction-debris__table-m3 span:nth-child(3)  {
  grid-row: 1;
  grid-column: 3;
  border-bottom: 1px solid #fff !important;
  margin-bottom: -1px;
  text-align: right;
}

.lp-construction-debris__table-weight {
  grid-row: 4;
  grid-column: 2;
}

.lp-construction-debris__table-color {
  grid-row: 5;
  grid-column: 2;
}

.lp-construction-debris__table-sort {
  grid-row: 6;
  grid-column: 2;
}

.lp-construction-debris__table-value {
  grid-row: 7;
  grid-column: 2;
}

.lp-construction-debris__table-m3 {
  grid-row: 8;
  grid-column: 2;
}

.lp-construction-debris__table-price {
  grid-row: 1;
  grid-column: 3;
  border: 1px solid #D81E1E!important;
  font-weight: bold;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.lp-construction-debris__table-price span {
  font-size: 20px;
  color: #000!important;
}

.lp-construction-debris__table-size > span:nth-child(1),
.lp-construction-debris__table-weight > span:nth-child(1),
.lp-construction-debris__table-color > span:nth-child(1),
.lp-construction-debris__table-sort > span:nth-child(1),
.lp-construction-debris__table-value > span:nth-child(1),
.lp-construction-debris__table-top > span:nth-child(1),
.lp-construction-debris__table-bottom > span:nth-child(1),
.lp-construction-debris__table-density > span:nth-child(1),
.lp-construction-debris__table-capacity > span:nth-child(1),
.lp-construction-debris__table-m3 > span:nth-child(1),
.lp-construction-debris__table-price > span:nth-child(1) {
  color: #808080;
}

.lp-construction-debris__table-button {
  grid-row: 2;
  grid-column: 3;
  display:  grid !important;
  grid-template-columns: 35px auto;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #D81E1E!important;
  padding:  8px 20px !important;
}

.lp-construction-debris__table-button > img {
  grid-row: 1;
  grid-column: 1;
}

.lp-construction-debris__table-button-red {
  display: none;
}

.view-show .lp-construction-debris__table-button-red {
  display: block;
  margin-left: 10px!important;
}

.view-show .lp-construction-debris__table-button-white {
  display: none;
}
.lp-construction-debris__table-button > div {
  grid-row: 1;
  grid-column: 2;
}

.lp-construction-debris__table-button .table-responsive {
  width: 100% !important;
  height: 100% !important;
}

.lp-construction-debris__table-button {
  position: relative;
}

.lp-construction-debris__table-button .order {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lp-construction-debris__table-button input {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.lp-construction-debris__table-button:hover {
  background-color: #F54543!important;
}

.lp-construction-debris__table-button .order-title {
  grid-row: 1;
  grid-column: 1/3;
  color: #fff!important;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 25px;
}

.lp-construction-debris__table-button b {
  display: inline-block;
  grid-column: 1/3;
  grid-row: 1;
  color: #fff;
}

.lp-construction-debris__table-delivery {
    grid-row: 4/9;
    grid-column: 3;
    color: #808080;
    padding-top: 15px !important;
    display: grid!important;
    grid-template-rows: 1.5em 1.5em;
    justify-content: flex-start;
    font-size: 16px;
    row-gap: 1em;
}

.lp-construction-debris__table-delivery span {
  display: flex;
  justify-content: flex-start;
}

.lp-construction-debris__table-delivery span:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.lp-construction-debris__table-delivery span:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.lp-construction-debris__table-delivery img {
  margin-right: 10px;
}

.lp-construction-debris__table-delivery b {
  font-weight: normal;
}





/* SECOND SCREEN */
.paragraphs-items-field-screen > div > div > .field-item:nth-child(1) {
  /*! padding-bottom: 2em; */
}

.embedded_paragraph .field-name-field-landing-screen-content.child_1 > div,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 3fr 1fr;
  column-gap: 2em;
}

#node-231 .paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div {
  display: flex;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_1 > div > div:nth-child(1),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div > div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_1 > div > div:nth-child(2),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div > div:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_1 > div > div:nth-child(3),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div > div:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}

#block-nodeblock-234 #first-screen-button {
  display: inline-block;
  width: 220px;
  height: 54px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  background-color: #d8211f;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  line-height: 22px;
}

#block-nodeblock-234 #first-screen-button a {
  color: #fff;
  line-height: normal;
}

#block-nodeblock-234 #first-screen-button:hover,
#block-nodeblock-234 #first-screen-button a:focus,
#block-nodeblock-234 #first-screen-button a:active {
  background-color: #F54543;
  color: #fff;
}






/* THIRD SCREEN */
.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  row-gap: 1em;
  column-gap: 3em;
  background-color: #fff;
  padding: 35px 55px;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div > .field-item:nth-child(1),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div > .field-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div > .field-item:nth-child(2),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div > .field-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div > .field-item:nth-child(3),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div > .field-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2/4;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div > .field-item:nth-child(4),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div > .field-item:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div #first-screen-button,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div #first-screen-button {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
  margin-top: 15px!important;
  margin-bottom: 20px !important;
}

.embedded_paragraph .field-name-field-landing-screen-content.child_3 > div > .field-item:nth-child(4) img,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div > .field-item:nth-child(4) img {
  margin-left: 10px;
  width: 20px;
}






/* FOURTH SCREEN */
.embedded_paragraph .field-name-field-columns-column.child_4 > .field-items,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) .field-name-field-columns-column > .field-items {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  padding: 0;
  column-gap: 2em;
}

.embedded_paragraph .field-name-field-columns-column.child_4 > .field-items p,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) .field-name-field-columns-column > .field-items p {
  text-align: center;
  margin-bottom: 25px!important;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) ul,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 295px);
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) strong {
  font-size: 25px;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) ul li {
  padding: 15px 10px 15px 15px;
  margin: 5px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  transition: all .3s ease;
  min-height: 70px;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) ul li:hover {
  background-color: #d8211f;
  color: #fff;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(4) ul li:before {
  content: '';
  width: 1px;
  height: 35px;
  background-color: #d8211f;
  position: absolute;
  left: 0;
  margin-left: 0;
}




/* FIFTH SCREEN */
.paragraphs-items-field-screen > div > div > .field-item:nth-child(5) {
  margin-bottom: 2em;
}

#node-231 .paragraphs-items-field-screen > div > div > .field-item:nth-child(5) {
  margin-bottom: 0;
}





/* SIXTH SCREEN */
.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) {
  margin-bottom: 4em;
}

#node-231 .paragraphs-items-field-screen > div > div > .field-item:nth-child(6) {
  margin-bottom: 0;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-landing-screen-content > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3em;
  padding-left: 10%;
}

#node-231 .paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-landing-screen-content > div {
  display: flex;
  padding-left: 0;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-text-text .field-item.even h2 {
  margin-bottom: 30px;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-text-text .field-item.even  p:nth-child(2) {
  font-size: 18px;
}

.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-text-text .field-item.even  p:nth-child(3),
.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) a,
.paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-text-text .field-item.even  p:nth-child(4) {
  color: gray;
}

#block-webform-client-block-230 {
  background-color: #fff;
  padding: 50px 65px;
  border: 1px solid #80808063;
}

#block-webform-client-block-230 .block_header {
  font-size: 20px;
  font-weight: bold;
}

#block-webform-client-block-230 input,
#block-webform-client-block-230 textarea {
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #80808063;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#block-webform-client-block-230 .grippie {
  display: none;
}

#block-webform-client-block-230 .webform-button--submit {
  display: inline-block;
  width: 220px;
  height: 54px;
  margin: 15px auto 0 auto;
  padding: 15px 0;
  color: #fff;
  background-color: #d8211f;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}





/* SWITCH VIEW */
.switch-viewer {
  display: flex !important;
  /* grid-template-columns: 20px 20px; */
  justify-content: end;
  margin-top: 20px;
  column-gap: 20px;
  align-items: center;
}
.switch-viewer .row_price_after_table {
  margin-right: auto;
  flex: 1 1 auto;
  padding: 0;
  min-height: 0;
  font-weight: normal;
  border: none;
}

.switch-viewer__table {
  cursor: pointer;
  opacity: 0.4;
}

.switch-viewer__table.view-show,
.switch-viewer__list.view-show {
  opacity: 1;
}

.switch-viewer__table img {
  width: 20px;
  height: 20px;
}

.switch-viewer__list {
  cursor: pointer;
  opacity: 0.4;
}

.switch-viewer__list img {
  width: 20px;
  display: block;
}


/* ALT TABLE */
.switch-view__alt-table-show {

}

.switch-view__alt-table__head {
  display: none;
}

.switch-view__alt-table-show .switch-view__alt-table__head {
  display: none;
}

.view-show .switch-view__alt-table__content {
  display: grid;
  column-gap: 0;
  grid-template-rows: auto;
  margin: 0;
  padding: 0;
}

.view-show .switch-view__alt-table__tr .row_price__title  {
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #ccc;
}

.view-show .switch-view__alt-table__head {
  display: block;
}

.view-show .row_price__titles {
  display: grid;
}

.table-bags .view-show .switch-view__alt-table__content,
.table-bags .view-show .row_price__titles {
  grid-template-columns: 7fr 4fr 3fr 2fr 3fr 110px;
}

.table-big_bags .view-show .switch-view__alt-table__content,
.table-big_bags .view-show .row_price__titles {
  grid-template-columns: 4fr 2fr 2fr 2fr 2fr 2fr 2fr 110px;
}

.view-show .lp-construction-debris__table-title {
  width: 100%;
  grid-row: 1;
  grid-column: 1;
}

.view-show .lp-construction-debris__table-title a {
  font-size: 14px;
  font-weight: normal;
}

.view-show .lp-construction-debris__table-image,
.view-show .lp-construction-debris__table-size,
.view-show .lp-construction-debris__table-color,
.view-show .lp-construction-debris__table-sort,
.view-show .lp-construction-debris__table-delivery {
  display: none !important;
}

.view-show .switch-view__alt-table__tr > th:nth-child(4),
.view-show .switch-view__alt-table__tr > th:nth-child(5) {
  display: none;
}

.view-show .switch-view__alt-table__content .row_price__item {
  background: none;
  padding: 5px;
}

.view-show .switch-view__alt-table__content .lp-construction-debris__table-title,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-button,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-m3,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-value,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-top,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-bottom,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-density,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-capacity,
.view-show .switch-view__alt-table__content .lp-construction-debris__table-weight {
  border: 1px solid #ccc!important;
}

.view-show .switch-view__alt-table__content .row_price__item span {
  border: none!important;
}

.view-show .switch-view__alt-table__content .row_price__item span > input:nth-child(2) {
  background: none;
}

.view-show .lp-construction-debris__table > .switch-view__alt-table__content:nth-child(2n+1) {
  background-color: #fff!important;
}

.view-show .lp-construction-debris__table > .switch-view__alt-table__content:nth-child(2n) {
  background-color: #f7f7f7!important;
}

.view-show .lp-construction-debris__table > .switch-view__alt-table__content:hover {
  background-color: #CCCCCC!important;
}

.view-show .switch-view__alt-table__content .row_price__item > span:nth-child(1),
.view-show .switch-view__alt-table__content .row_price__item > b:nth-child(2),
.view-show .switch-view__alt-table__content .order-title {
  display: none;
}

.view-show .lp-construction-debris__table-weight {
  grid-row: 1;
  grid-column: 2;
}

.view-show .lp-construction-debris__table-value {
  grid-row: 1;
  grid-column: 3;
}
.table-big_bags .lp-construction-debris__table-value {
  grid-column: 6;
}

.view-show .lp-construction-debris__table-m3 {
  grid-row: 1;
  grid-column: 4;
}

.view-show .lp-construction-debris__table-price {
  grid-row: 1;
  grid-column: 5;
  border: 1px solid #ccc!important;
  height: 100%;
}
.table-big_bags .lp-construction-debris__table-price {
  grid-column: 7;
}

.view-show .lp-construction-debris__table-price > span:nth-child(1) {
  display: block!important;
  font-size: 14px;
  font-weight: normal;
}

.view-show .lp-construction-debris__table-button b {
  color: #111;
  margin-left: 8px;
}

.view-show .lp-construction-debris__table-button {
  grid-row: 1;
  grid-column: 6;
  width: 110px;
  background: none!important;
}
.table-big_bags .lp-construction-debris__table-button {
  grid-column: 8;
}

.view-show .view-show .lp-construction-debris__table-button img {
  margin-left: 25px;
  width: 20px;
}

.row_price__item-rub {
  display: inline-block;
}

.view-show .row_price__item-rub {
  display: none;
}















/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {

}

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {
  .lp-construction-debris__table-content {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
  }
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div {
    grid-template-columns: 2fr 2fr;
    column-gap: 1em;
  }
}

@media (max-width: 1024px) {
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div {
    row-gap: 2em;
    column-gap: 2em;
  }
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-landing-screen-content > div {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(6) .field-name-field-landing-screen-content .field-item.odd {
    margin-top: 2em;
  }
}

@media (max-width: 991px) {
  .lp-construction-debris__table-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
  .lp-construction-debris__table-image {
    grid-row: 1/10;
    grid-column: 1;
  }
  .lp-construction-debris__table-title {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 1em;
  }
  .lp-construction-debris__table-size {
    grid-row: 2;
    grid-column: 2;
  }
  .lp-construction-debris__table-weight,
  .lp-construction-debris__table-top {
    grid-row: 3;
    grid-column: 2;
  }
  .lp-construction-debris__table-color,
  .lp-construction-debris__table-bottom {
    grid-row: 4;
    grid-column: 2;
  }
  .lp-construction-debris__table-sort,
  .lp-construction-debris__table-density {
    grid-row: 5;
    grid-column: 2;
  }
  .lp-construction-debris__table-value,
  .lp-construction-debris__table-capacity {
    grid-row: 6;
    grid-column: 2;
  }
  .lp-construction-debris__table-m3 {
    grid-row: 7;
    grid-column: 2;
  }
  .lp-construction-debris__table-price {
    grid-row: 9;
    grid-column: 2;
  }
  .lp-construction-debris__table-button {
    grid-row: 10;
    grid-column: 2;
  }
  .lp-construction-debris__table-delivery {
    grid-row: 11;
    grid-column: 2;
  }

  .lp-construction-debris__table-button {
    display: flex !important;
    justify-content: center;
  }
  .lp-construction-debris__table-button .order-title {
    margin-left: 15px;
  }
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div {
    display: flex;
    flex-direction: column;
  }
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(4) .field-name-field-columns-column > .field-items {
    display: flex;
    flex-direction: column;
  }
  .embedded_paragraph .field-name-field-landing-screen-content.child_1 > div,
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
  }
}

@media (max-width: 834px) {
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(1) .field-name-field-landing-screen-content > div {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .lp-construction-debris__table-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 0;
  }
  .row_price__titles, .row_price__items {
    width: auto !important;
  }
  .lp-construction-debris__table-image {
    grid-row: 1/12;
    grid-column: 1;
  }
  .row_price__title,
  .row_price__item {
    min-width: auto;
    width: 100%!important;;
  }
}

@media (max-width: 650px) {
  .paragraphs-items-field-screen > div > div > .field-item:nth-child(3) .field-name-field-landing-screen-content > div {
    padding: 15px 35px;
  }
  .switch-viewer .switch-viewer__list,
  .switch-viewer .switch-viewer__table {
    display: none!important;
  }
  .lp-construction-debris__table-content {
    display: flex;
    flex-direction: column;
  }
  .lp-construction-debris__table-price {
    margin-top: 2em;
  }
  #block-webform-client-block-230 {
    padding: 25px 35px;
  }
  .lp-construction-debris__table-content {
    display: flex!important;
    flex-direction: column;
  }
  .lp-construction-debris__table-title {
    margin-bottom: 20px!important;
  }
}

@media (max-width: 480px) {

}

@media (max-width: 450px) {
  
}

@media (max-width: 380px) {

}




.mhz-meshtypes {
  display: flex;
  flex-direction: column;
}
.mhz-meshtypes__head {
  text-align: center;
}
.mhz-meshtypes__head:not(:last-child) {
  margin-bottom: 30px;
}
.mhz-meshtypes__title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
}
.mhz-meshtypes__title:not(:last-child) {
  margin-bottom: 24px;
}
.mhz-meshtypes__label {
  font-size: 16px;
  line-height: 1.5;
}
.mhz-meshtypes__body {
}
.mhz-meshtypes__item {
}
.item-meshtypes {
}
.item-meshtypes__head {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 7px 15px;
  background-color: #D8211F;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.item-meshtypes_three .item-meshtypes__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 40px 13px;
}
.item-meshtypes__meshok {
  position: relative;
  padding-right: 20px;
  flex: 1 1 auto;
}
.item-meshtypes__meshimage {
  position: relative;
  z-index: 2;
}
.item-meshtypes__meshok_green .item-meshtypes__meshname {
  background-color: #9D9560;
}
.item-meshtypes__meshok_grey .item-meshtypes__meshname {
  background-color: #73695E;
}
.item-meshtypes__meshok_white .item-meshtypes__meshname {
  background-color: #fff;
}
.item-meshtypes__meshname {
  position: absolute;
  width: 70%;
  height: 50%;
  display: flex;
  transform: translateY(-50%);
  justify-content: flex-end;
  align-items: center;
  right: 0;
  top: 50%;
  background-color: var(--mshbgc);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.item-meshtypes__meshname p{
  transform: rotate(-90deg);
  padding: 10px;
}
.item-meshtypes_threepositioning .item-meshtypes__body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 40px 40px;
  margin-top: -5px;
}
.item-meshtypes__sort {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 16px 16px 40px;
  background-color: #fff;
}
.item-meshtypes__sortname {
  text-align: center;
  font-size: 25px;
  color: #D8211F;
  font-weight: 700;
}
.item-meshtypes__sorttext {
  font-size: 16px;
  line-height: 1.5;
}
.item-meshtypes__sortlogo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.item-meshtypes__sortlogo * {
  display: none;
}
.item-meshtypes__sortlogo img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.item-meshtypes_imagetextimage:not(:last-child) {
  margin-bottom: 50px;
}
.item-meshtypes_imagetextimage .item-meshtypes__body  {
  display: flex;
  align-items: center;
  padding: 34px 40px;
  gap: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.item-meshtypes__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.item-meshtypes__text {
  position: relative;
  flex: 1 1 auto;
}
.item-meshtypes__text::before {
  content: '';
  position: absolute;
  background-color: #D8211F;
}

.mhz-main .view-reviews--page {
  margin-top: 50px;
  margin-bottom: 90px;
}

@media (min-width:767px){
  .item-meshtypes_threepositioning .item-meshtypes__body {
    margin-top: -5px;
  }
  .item-meshtypes__text {
    padding-left: 13px;
  }
  .item-meshtypes__text::before {
    width: 1px;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .item-meshtypes__image {
    flex: 0 0 10%;
  }
}
@media (max-width:992px){
  .item-meshtypes_threepositioning .item-meshtypes__body {
    padding-top: 10px;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width:767px){
  .item-meshtypes_imagetextimage .item-meshtypes__body  {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .item-meshtypes__text {
    padding-top: 13px;
  }
  .item-meshtypes__text::before {
    height: 1px;
    width: 90%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .item-meshtypes__image img {
    max-height: 100px;
  }
  .mhz-main .view-reviews--page {
    margin-bottom: 40px;
  }
}

@media (max-width:480px){
  .item-meshtypes_three .item-meshtypes__body {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .item-meshtypes__meshname p {
    font-size: 14px;
    padding: 0;
  }
  .item-meshtypes__sortname {
    font-size: 18px;
  }
  .item-meshtypes__sorttext {
    font-size: 14px;
  }
}


.mhz-charact__head {
}
.mhz-charact__head h2 {
  margin: 0;
}
.mhz-charact__head:not(:last-child) {
  margin-bottom: 30px;
}
.mhz-charact__title {
}
.mhz-charact__body {
  position: relative;
}
.mhz-charact__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 250px);
  position: relative;
  z-index: 2;
  justify-content: center;
}
.mhz-charact__item {
}
.item-charact {
  padding: 23px 15px 20px;
  background-color: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.item-charact__image {
  max-width: 50px;
  max-height: 50px;
}
.item-charact__image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.item-charact__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.item-charact__text {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.mhz-charact__text {
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 0;
  right: 0;
  display: flex;
  justify-content:center;align-items: center;
  background-color: #D8211F;
  width: 100%;
  height: 60%;
  text-align: center;
  padding: 20px;
}
.mhz-charact__text span {
  display: block;
  color: #fff;
  font-size: 20px;
}


@media (max-width:1165px){
  .mhz-charact__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .mhz-charact__text {
    height: 100%;
  }
}

@media (max-width: 1024px){
  .mhz-charact__text span {
    margin-bottom: 70px;
  }
}

@media (max-width:768px){
  .mhz-charact__text span {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

@media (max-width: 450px){
  .mhz-charact__text span {
    margin-bottom: 40px;
  }
}

@media (max-width: 400px){
  .mhz-charact__text span {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px){
  .mhz-charact__text span {
    margin-bottom: 40px;
  }
}

@media (max-width: 360px){
  .mhz-charact__text span {
    margin-bottom: 0;
  }
}

