.hidden {
    display: none;
}
@media (min-width: 992px) {
    .wrapper {
        overflow: unset;
    }
    .sidebar--sticky {
        position: sticky;
        top: 160px;
    }
    .catalog-product__body {
        grid-template-columns: 1fr 2fr;
    }
}
.select__value:after {
    background: url("/media/img/icons/icons-font/arrow-top.svg") 0 0 no-repeat;
}
.pagination__link {
    color: #f98613;
}
.btn-slider::before,
.pagination__item:first-child::before,
.pagination__item:last-child::before {
    background: url("/media/img/icons/icons-font/icon-slider.svg") 0 0 no-repeat;
}
.consultation__body::after {
    background: url("/media/img/bg/electric-tower.svg") top right/contain no-repeat;
}
.sidebar-product__form::before {
    background: url("/media/img/icons/search.svg") 0 0 no-repeat;
}
.left-body-cart__remove::before {
    background: url("/media/img/icons/trash.svg") 0 0 no-repeat;
}
@media (max-width: 47.99875em) {
    .item-conditions__icon::before {
        background: url("/media/img/bg/decor-card-mob.svg") 0 0 no-repeat;
    }
}
@media (min-width: 47.99875em) {
    .item-conditions__icon::before {
        background: url("/media/img/bg/decor-card.svg") 0 0 no-repeat;
    }
}
@media (max-width: 61.99875em) {
    .no-webp .menu {
        background-image: url("/media/img/bg/menu.jpg");
    }
    .consultation__body::after {
        background: url("/media/img/bg/electric-tower.svg") bottom right/contain no-repeat;
    }
    .webp .menu {
        background-image: url("/media/img/bg/menu.webp");
    }
}
@media (max-width: 61.9988em) {
    .slide-products__body {
        row-gap: unset;
    }
    .breadcrumbs__list {
        height: 2rem;
    }
    .product__container {
        flex-direction: column;
    }
    .filter-catalog__btn-filter {
        display: flex;
        gap: 5px;
    }
}
@media (max-width: 600px) {
    .catalog-content__top {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -ms-grid-rows: auto 1rem auto;
        grid-template-areas:
        "sort sort"
        "filter info";
        row-gap: 1rem;
    }
    .catalog-content__sort {
        grid-area: sort;
    }
    .catalog-content__filter {
        grid-area: filter;
    }
    .catalog-content__show {
        grid-area: info;
        text-align: right;
    }
}
.block-advantages {
    justify-content: space-evenly;
}
.body-characteristic__block > h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.body-characteristic__block h2 {
    font-size: 2rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 2.5rem;
}
.body-characteristic__block h2::before {
    content: "";
    width: .0625rem;
    height: 2rem;
    background-color: #f98613;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.spheres-body__title {
    margin: 0 0 15px;
    font-size: 16px;
}
.error {
    display: flex;
    align-items: center;
    padding: 120px 0 0 0;
    min-height: 50vh;
}
.error__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
}
.error__code {
    font-size: 160px;
}
.error__body .big-title {
    text-align: center;
}
.error__link {
    max-width: 300px;
}
@media (max-width: 61.9988em) {
    .error__code {
        font-size: 120px;
    }
}
@media (max-width: 29.9988em) {
    .error__code {
        font-size: 80px;
    }
}
.body-characteristic__scheme img {
    object-fit: contain;
}
@media (max-width: 61.9988em) {
    .body-characteristic__installation {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }
}
.documents-body__icon {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 30px;
    height: 30px;
}
.documents-body__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.required-input {
    display: none;
}

/*projects*/
.page-top {
    padding-top: 12.125rem;
    padding-bottom: 3rem;
}
.project__container {
    padding-top: 1rem;
}
.page-top__breadcrumbs,
.page-top__title,
.project__title {
    margin-bottom: 1.5rem;
}
.page-top__text {
    font-size: 1rem;
    line-height: 120%;
    color: rgba(255, 255, 255, .6);
}
.project__block {
    padding: 3rem 0;
}
.project__block:not(:last-of-type) {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.project__item__title {
    margin-bottom: 2.5rem;
}
.project__item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}
.project__item__name {
    font-size: 3.75rem;
    font-weight: 600;
    hyphens: auto;
    color: #f98613;
    margin-bottom: 1.25rem;
}
.project__item__desc {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 1rem;
}
.project__item__image img {
    max-width: 100%;
    aspect-ratio: 1.93 / 1;
    width: 100%;
}
@media (max-width: 767px) {
    .project__item {
        row-gap: 1.375rem;
        grid-template-columns: 1fr;
    }
    .project__item__name {
        font-size: 2.25rem;
    }
    .project__item__desc {
        font-size: 1rem;
    }
}
@media (max-width: 479px) {
    .project__item__name {
        font-size: 1.75rem;
    }
}
.contacts__container {
    position: relative;
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;
}
.contacts__map {
    position: absolute;
    width: 100%;
}
.contacts__block__container {
    display: flex;
    margin-bottom: 140px;
}
.contacts__info {
    position: relative;
    margin-top: 40px;
    padding: 45px;
    background: #fff;
    z-index: 2;
    width: 440px;
    right: 0;
}
.contacts__info .title {
    font-size: 25px;
    line-height: 30px;
    color: #f98613;
}
.contacts__items {
    margin-top: 29px;
}
.contacts__item {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 19px;
    color: #3D3D3D;
    margin-bottom: 31px;
}
.contacts__item:last-child {
    margin-bottom: 0;
}
.contacts__item > svg {
    margin-right: 25px;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .page-top {
        padding-top: 8rem;
    }
    .contacts__block__container {
        margin-bottom: 120px;
    }
    .contacts__info {
        width: 330px;
        padding: 30px;
    }
    .contacts__item {
        font-size: 14px;
    }
    .contacts__item > svg {
        width: 18px;
    }
}
@media screen and (max-width: 767px) {
    .contacts__block__container {
        padding-top: 480px;
        margin-bottom: 30px;
    }
    .contacts__info {
        padding: 15px;
        background: none;
        width: 100%;
    }
    .contacts__item {
        color: #fff;
        font-size: 16px;
    }
}

/* стили для текста статических страниц*/
.safe-section {
    padding-top: 12.125rem;
}
.safe-text__container h1 {
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.safe-text__container h2 {
    margin-top: 1.5rem;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
}
.safe-text__container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 12px 0;
}
.safe-text__container ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 1rem;
    margin: 0 1rem;
}
.safe-text__container ul li {
    list-style: unset;
}
.safe-text__container strong {
    font-weight: 600;
}
.safe-text__container table {
    border-collapse: collapse;
    margin: 1rem 0;
}
.safe-text__container thead {
    font-weight: 600;
}
.safe-text__container tbody {
    font-weight: 400;
}
.safe-text__container table th,
.safe-text__container table td {
    padding: 0.5rem;
    border: 1px solid #fff;
}

/* стили корзины */
.quantity__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__btn::before,
.quantity__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #fff;
  width: 9px;
  height: 1px;
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.quantity__input {
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.quantity__input input {
  background: transparent;
  height: 100%;
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.right-body-cart__block .cart__delivery-checkbox {
    margin-bottom: 2rem;
}
.right-body-cart__block .right-body-cart__link {
    width: 100%;
}
.right-body-cart__error-message {
    display: none;
    margin: 0 0 1.5rem;
    height: 3rem;
    text-align: center;
    align-content: center;
    border: 1px solid #f98613;
    border-radius: 8px;
    background: rgba(249,134,19,.4);
}


.checkbox {
    display: flex;
    gap: 10px;
}
.checkbox__link {
    transition: .15s ease-out;
}
.checkbox__link:hover {
    color: #f98613
}
.slide-products__body--2 .body-slide-product__column {
    margin-bottom: .3125rem;
}
.body-characteristic__reviews .title {
    margin: 30px 0;
}
.reviews-body-characteristic__form {
    margin: 60px 0 0;
}
@media (max-width: 767px) {
    .top-footer__items {
        display: grid;
        row-gap: 1.375rem;
        column-gap: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "phone phone"
        "mail mail"
        "wh tg";
    }
}

/* стили попапов */
.checkbox__label .policy-link {
    color: #f98613;
    text-decoration: underline;
}
.popup__label.checkbox__label {
    width: 100%;
}
.popup__label.checkbox__label:before {
    align-self: center;
}
.popup__label.checkbox__label:after {
    top: unset;
}
.popup__checkbox-wrapper .popup__label {
    line-height: 20px;
    gap: 30px;
}
.popup__block--2 {
    padding: 0;
    margin: 0 2.5rem 3.75rem;
}
.popup .popup__error-message {
    display: none;
    margin: -2rem 2.5rem 2rem;
    height: 3rem;
    text-align: center;
    align-content: center;
    border: 1px solid #f98613;
    border-radius: 8px;
    background: rgba(249,134,19,.4);
}


.consultation__error-message {
    display: none;
    margin: 1.5rem 0 0;
    height: 3rem;
    text-align: center;
    align-content: center;
    border: 1px solid #f98613;
    border-radius: 8px;
    background: rgba(249,134,19,.4);
}
.form-consultation__checkbox .checkbox__label {
    width: 100%;
}