html body .wpcf7-response-output{
	display:none;
}
.form__hidden{
	visibility: hidden;
	opacity: 0;
}

#confidence .modal__content{
 max-height: 500px;
 overflow-y: scroll;
}
.quality-all-item_columns{
	    width: 830px;
    font-size: 0;
    line-height: 0;
}
.quality-all-item_part__text{
    margin-bottom: 35px !important;
}

.quality-all-item_part  .quality-spacer{
	display: none !important;
}

.feedback__slider {
    overflow-y: visible;
    padding: 0 15px !important;
    margin-top: 50px;
}

.feedback__slide img {
    object-fit: cover;
    max-height: 324px;
    height: 100%;
    width: 100%;
}

.slide__wrap {
    cursor: pointer;
    position: relative;
}

.feedback__slide .feedback__adress {
    width: 250px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 140px;
    object-fit: cover;
    left: -100px;
}

.feedback__block {
    height: 680px !important;
}

.feedback__arrow {
    width: 120px;
    position: absolute;
    right: 0;
    top: 70px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    color: #f5b812;
}

.popup__wrap {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 20px;
}

.popup__sliders {
    overflow: hidden;
    height: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.popup__after, .popup__before {
    max-height: 50%;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}

.popup__after .swiper-wrapper, .popup__before .swiper-wrapper {
    height: 90%;
}


.popup__after .swiper-wrapper img, .popup__before .swiper-wrapper img, .popup__after .swiper-wrapper video, .popup__before .swiper-wrapper video  {
    border-radius: 11px;
}

.after__prev::after, .after__next::after, .before__prev::after, .before__next::after {
    color: #fff;
    opacity: 0.8;
    position: relative;
    z-index: 10;
}

.after__prev::before, .after__next::before, .before__prev::before, .before__next::before {
    content: '';
    position: relative;
    width: 100%;
    left: 15px;
    height: 30px;
    filter: blur(15px);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    background: #000;
}

.popup__after img, .popup__before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup__text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.popup__video {
    border-radius: 11px;
    height: 96%;
    max-width: 400px;
    width: 100%;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.7);
    transition: all .3s ease-in-out;
}

.popup__dialog {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 1200px;
    margin: 50px auto
}

.popup__content {
    box-shadow: 0 31px 76px rgb(0 0 0 / 23%);
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 11px;
    height: 85vh;
    overflow-y: auto
}

.popup-close {
    border: none;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    width: 38px;
    height: 38px;
    background: transparent url('https://inros-remont.ru/wp-content/themes/inrose_theme/template/images/close2.svg') no-repeat center center;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.after__prev::after, .after__next::after, .before__prev::after, .before__next::after {
    opacity: 1 !important;
}

.popup__before .swiper-pagination-bullet, .popup__after .swiper-pagination-bullet {
    background: rgba(0,0,0,.5);
    opacity: 0.8;
}

.popup__before .swiper-pagination, .popup__after .swiper-pagination {
    bottom: 15px !important;
}

.popup__before .swiper-pagination-bullet-active, .popup__after .swiper-pagination-bullet-active {
    background: #f5b812;
    opacity: 1;
}

.popup__video-slide {
    width: 100%;
    height: 100%;
}

.popup__preview-photo {
    width: 100%; height: 95%; object-fit: cover; border-radius: 10px;
}

@media (max-width: 992px) {
    .feedback__block .header {
        padding: 0 15px;
        text-align: center;
    }
    .feedback__arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .popup__preview-photo {
        height: 400px;
    }
    .popup__dialog {
        margin: 60px 0;
    }
    .popup__content {
        height: 90vh;
    }
    .after__prev, .after__next, .before__prev, .before__next {
        display: none !important;
    }
    .popup__video {
        max-width: 100%;
        height: 400px;
    }
    .popup__wrap {
        grid-template-columns: 1fr;
    }
    .popup__sliders {
        height: 700px;
    }
    .popup__text {
        padding-bottom: 20px;
    }
    .popup__after .swiper-wrapper, .popup__before .swiper-wrapper {
        height: 88%;
    }
    /*.popup__after, .popup__before {*/
    /*    overflow: visible !important;*/
    /*}*/
    .popup__before .swiper-pagination, .popup__after .swiper-pagination {
        bottom: 0 !important;
    }
}

.feedback-pagination {
    bottom: 300px !important;
}

.feedback-pagination .swiper-pagination-bullet {
    background: rgba(0,0,0,.5);
    opacity: 0.8;
}

.feedback-pagination .swiper-pagination-bullet-active {
    background: #f5b812;
    opacity: 1;
}