
._sending{
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.15s ease;
}
.page__overflow:last-child > *:last-child{
    padding-bottom: 0;
}
.overflow-table, .text-section__content{
    overflow-x: auto;
}

/* Базовый стиль таблицы */
table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

/* Границы и отступы */
table th,
table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  vertical-align: top;
  text-align: left;
}

/* Заголовок таблицы */
table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* Полосатость */
table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.text-section__content img{
    max-width: 100%;
    width: 100%;
    border-radius: 0.5rem;
    height: auto;
}

.resultBlock{
    line-height: 130%;
    margin-top: 18px;
    display: grid;
    gap: 12px;
}
.resultBlock .contact-us{
    display: grid;
    gap: 16px;
}
#shedtbl{
    margin-top: 12px;
    overflow-x: auto;
}

.table-content{
    overflow-x: auto;
}


.text-section__content a{
    text-decoration: underline;
}

    .text-section__content h2 {
        margin-bottom: 1.5rem;     
        font-family: "Barlow Condensed";
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: -.025em
    }
    @supports (font-size: clamp(2.625rem ,2.25rem + 1.6666666667vw ,3.5rem)) {
        .text-section__content h2 {
            font-size:clamp(2.625rem ,2.25rem + 1.6666666667vw ,3.5rem)
        }
    }
    @supports not (font-size: clamp(2.625rem ,2.25rem + 1.6666666667vw ,3.5rem)) {
        .text-section__content h2 {
            font-size:calc(2.625rem + .875 * (100vw - 22.5rem)/ 52.5)
        }
    }

    
    .text-section__content h3 {
        margin-bottom: 1.5rem;
        margin-top: 2rem;
        font-family: "Barlow Condensed";
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -.05rem;
    }
    .text-section__content p, .text-section__content ul li, .text-section__content ol li {
        font-weight: 500;
        line-height: 187.5%;
        margin-bottom: 1rem;
    }

    .text-section__content ol li{
        margin-left: 1.4rem;
        padding-left: 0.7rem;
    }
    .point-item, .text-section__content ul:not(.spoller-text__wrapper) li {
        position: relative;
        padding-left: 3.375rem;
        margin-left: 0;
    }
    .text-section__content ul li.spoller-text__item {
        list-style: none;
    }

    .poster-yellow-section__body{
        overflow: visible;
    }

    .text-section__content ol {
        list-style-type: decimal;
    }
    .greenline { border-left:10px solid green; }
    .redline { border-left:10px solid red; }
    .orangeline { border-left:10px solid darkorange; }
	.page__section-onmain-overhang .how-it-works-section__body {
		background-color:#ffffff;
	}
    .category-articles__item-h3 a {
        padding-left: 15px;
    }
    .d-none {
        display: none;
    }
  /* ===================================================== */

.value-calc-form .buttonclass ._icon-arrow-left::before,
.main-black-btn::before,
.main-yellow-btn::before,
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-arrow-right:before,
.value-calc-form .buttonclass ._icon-arrow-left:before,
.main-black-btn:before,
.main-yellow-btn:not(.form-offer-bottom__btn-submit):before {
  content: "\e900";
}
.value-calc-form .buttonclass ._icon-arrow-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.value-calc-form .buttonclass ._icon-arrow-left::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.address-location-main {
    display: flex;
}
.address-location-main .address-location__items {
    display:block;
}
.address-location-main .address-location__items li {
    margin-bottom: 1rem;
}

@media (any-hover: hover) {
  .value-calc-form .buttonclass ._icon-arrow-left.gray-btn:hover::before {
    -webkit-transform: scale(-1, 1) translateX(0.75rem);
        -ms-transform: scale(-1, 1) translateX(0.75rem);
            transform: scale(-1, 1) translateX(0.75rem);
  }
}

.value-calc-main__form .form__body {
  max-width: 36rem;
}
.value-calc-form__body .form__item {
    gap: 0;
}
.value-calc-form__body .form__item .form__label {
    margin-bottom: 1rem;
}
.value-calc-form__body .form__item .attention-example {
    margin-bottom: 0.5rem;
}
.value-calc-form__body.value-calc-form__body--submit .form__label {
    margin-bottom: 0;
}

.zipcode-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}

.zipcode-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.6875rem;
          flex: 0 0 15.6875rem;
}

.zip-search-result {
  position: absolute;
  top: calc(100% + 0.3125rem);
  padding: .75rem;
  background-color: #f0f0f0;
  z-index: 1;
  border-radius: 6px;
  min-width: 100%;
  max-width: 15.6875rem;
  max-height: 18.75rem;
  overflow: auto;
}
.zip-search-item {
    padding: 9px 16px;
    margin-bottom: 1px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: .9rem;
    line-height: 120%;
}
.photos-upload-status > div {
    padding: 15px;
  margin-bottom: 12px;
  background-color: #f0fff0;
  -webkit-box-shadow: 0px 0px 0px 2px rgb(107, 196, 82) inset;
  box-shadow: 0px 0px 0px 2px rgb(107, 196, 82) inset;
  border-radius: 5px;
}
.photos-upload-status.uploaded-photos-error > div {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 118, 118) inset;
    box-shadow: 0px 0px 0px 2px rgb(255, 118, 118) inset;
}
.form-error {
    color:rgb(255, 118, 118);
}
.form-messblock {
  text-align: center;
  margin: auto;
}
.form-messblock button {
    margin: auto;
}
.form-green {
  color: green;
} 
.form-red {
  color: red;
} 
.form-mess {
  font-weight: 800;
  margin-bottom: 3rem;
}

.opacity-25 {
    opacity: .25;
}

/* .address-location__container{
    width: 100%;
} */
.address-location__column-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
}


@media (max-width: 29.99875em) {

  .zipcode-form__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .zipcode-form__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
  }
}

.text-section__point-item p{
    font-weight: 700;
}

/* cookies */

#cookie-banner{
  display:none;
  position:fixed;
  left:0; right:0;
  padding:14px;
  z-index:2147483646;
  background:#222222;
  color:#ffffff;
  bottom:0;
  font:inherit;
}
#cookie-banner .cb-wrap{
  max-width:1120px;
  margin:0 auto;
  display:flex;
  gap:12px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
#cookie-banner .cb-text{
}
#cookie-banner .cb-text a{
  color:#ffffff;
  text-decoration:underline;
}
#cookie-banner .cb-actions{
text-align: center;
  width: 100%;
}
#cookie-banner .cb-btn{
  border:0;
  padding:8px 16px;
  cursor:pointer;
  border-radius:6px;
  line-height:1;
  font:inherit;
  white-space:nowrap;
}
#cookie-banner .cb-btn-accept{
  background:#27ae60 !important;
  color:#fff !important;
}
#cookie-banner .cb-btn-decline{
  background:#7f8c8d !important;
  color:#fff !important;
}
@media (max-width:768px){
  #cookie-banner .cb-wrap{ flex-direction:column; align-items:flex-start; }
  #cookie-banner .cb-actions{ justify-content:flex-start; }
}
/* cookies */