.contacts {
    display: flex;
}
.social_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}
.social_block svg{
    width: 25px;
    height: 25px;
}
.social_block .soc_i{
    height: 25px;
}
.social_block a:hover svg, .wm_i:hover svg{
    fill: #f5b812;
    transition: all .3s;
}
.end-footer .cont_foo.contacts {
    top: auto;
}
a.contacts__item.tel:nth-child(2) {
    letter-spacing: .5px;
}
#bingc-write-button {
    display: block;
    position: fixed;
    bottom: 25%;
    right: 2%;
    z-index: 8;
    width: 97px;
    cursor: pointer;
}
#bingc-cena-button {
    bottom: 55%;
}
#bingc-phone-button {
    bottom: 40%;
}
#bingc-write-button span {
    position: absolute;
    bottom: -8px;
    left: -37px;
    line-height: 16px;
}

.write_me {
    width: 50%;
    /* height: 538px; */
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 10px;
    padding: 40px 80px;
    row-gap: 30px;

}
.write_me.active {
    display: block;
}
.pop_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(-1000px);
    background-color: rgba(68, 68, 68, 0.7);
    z-index: 997;
   
}
.pop_overlay.active {
    display: block;
}
.wm_title{
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.wm_time {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
a.wm_mail {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
}
.wm_i svg{
    height: 60px;
    width: 60px;
}
.wm_i span {
    width: 70px;
    text-align: center;
}
.wm_i {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.write_me_content{
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.feedback{
    border-top: 1px solid #f2f2f2;
    padding: 100px 0;
}
.feedback .header{
    margin-bottom: 50px;
}
.feedback_content{
    flex-direction: column;
    align-items: center;
}
.feedback_post {
    min-height: 260px;
}
.feedback_item {
    padding: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border-radius: 10px;
    margin: 10px;
}
.feedback_item img{
    width: 30px;
    height: 30px;
}
.feedback_item.slick-slide {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.feedback ul.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0px;
}
.feedback .slick-dots button {
   opacity: 0;
}
.feedback .slick-dots li::marker{
    color: rgb(255 255 255 / 0%);
}
.feedback .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid #444;;
    margin: 2px;
    border-radius: 50%;
}
.feedback .slick-dots li.slick-active {
    background-color: #f5b812;
    border: 1px solid #ffd131;
}
.come_back{
    position: absolute;
    left: 0;
    top: 170px;
    font-weight: 400;
}
.come_back:hover{
   color: #f5b812;
}
.come_back:hover svg{
    filter: brightness(0) saturate(100%) invert(70%) sepia(71%) saturate(567%) hue-rotate(353deg) brightness(98%) contrast(96%);
}
.price svg {
    width: 25px;
    height: 30px;
    padding-bottom: 1px;
}
.price a.come_back {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 10px;
    font-weight: 700;
}
.block_header.price {
    height: 230px;
}
.price_containire{
   padding: 0px 20px 100px;
   text-align: center;
}
.price_content {
    display: flex;
    flex-direction: column;
}
.prs_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
}
.block-i.price_containire{
    width: 800px;
}
.prs_opis {
    display: flex;
    column-gap: 80px;
    width: 200px;
    justify-content: space-between;
}
.prs_item:before{
content: '';
border-bottom: 1px dashed #0000003d;
position: absolute;
    height: 16px;
    width: 94%;
}
.prs_unit, .prs_price, .prs_title{
    background-color: #fff;
    z-index: 2;
    padding: 5px;
}
.price_content h2.header {
    margin-top: 100px;
}
.prs_title{
    text-align: left;
    }
.block_cases .slides-menu {
    top: 230px;
}
.cases-items {
    top: 290px;
}
.modal_form .modal__content.calculate {
    font-size: 16px;
    line-height: 28px;
}
#form-calculate .modal__content {
    padding: 70px 20px 0px 285px;
}
#form-calculate .modal__outer {
    height: 650px;
}
.form-calculate-side {
    height: 650px;
}
.calc-section:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
}
#form input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ffa500; 
    border-radius: 50%; 
    outline: none;
    position: relative; 
    padding: 7px;
    margin-top: 4px;
}

#form input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px; 
    height: 10px;
    border-radius: 50%; 
    background-color: transparent; 
}

#form input[type='radio']:checked::before {
    background-color: #ffa500;
}
#form input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ffa500;
    border-radius: 3px; 
    outline: none;
    position: relative; 
    margin-top: 4px;
}
#form input[type='checkbox']::after {
    content: '\2713'; /* Галочка */
    font-size: 29px;
    color: transparent; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#form input[type='checkbox']:checked::after {
    color: #ffa500; 
}
.form-calculate-side-big {
    top: auto;
    bottom: 160px;
}
.form-calculate-side__note {
    top: auto;
    bottom: 100px;
}
#form .radio-wrapper {
    display: flex;
    column-gap: 9px;
}
#form .checkbox-wrapper {
    font-weight: 600;
}
#form .range-input {
    width: 100%;
}
#form .heading {
    text-align: center;
}
#form .heading p{
    padding: 20px 0 0;
}
#form input#square-input {
    border-radius: 10px;
    border: 1px solid #a6a6a6;
    text-align: center;
    padding-top: 4px;
    color: #444;
    outline: none;
}
#form-calculate .modal__content #form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#form-calculate .modal__content #form .heading,
#form-calculate .modal__content #form .calc-section:nth-child(2){
    grid-column: span 2;
}
#form .range-input {
    -webkit-appearance: none;
    height: 3px;
    background: #ffd131;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 12px 0px 5px 0px;

}

#form .range-input:hover {
    opacity: 1;
}

#form .range-input::-webkit-slider-thumb {
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: #f5b812;
    cursor: pointer;
}
#form .calc-price-title{
    font-weight: 700;
}
#form .calc-price {
    margin-right: 20px;
    margin-top: 18px;
    font-size: 20px;
    text-align: end;
}
#form button{
    margin-top: 10px;
}
.form-calculate-side__note {
    bottom: 45px;
}
.form-calculate-side-big {
    bottom: 100px;
}
 #form .rooms-radio-real {
    opacity: 0;
    appearance: none;
    height: 0;
    width: 0;
    margin: 0;
} 
#form .calc-section:nth-child(5) input[type='radio'] {
    display: none;
}
#form .rooms-radio-fake {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #e2e2e2;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
}
#form .rooms-radio-real:checked + .rooms-radio-fake {
    background-color: #f5b812;
}
.menu__item_first {
    display: block;
    padding: 0;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: default;
    margin-bottom: 25px;
}
.cases-items__page:nth-child(2) .cases__item:nth-child(1) {
    width: 100%;
}
.full_930.form-case-photos {
    width: 100%;
}
.full_930 .form-case-photos__item {
    width: 930px;
    border-radius: 11px;
}
.cases-items__page:nth-child(2) .cases__item:nth-child(1), .cases-items__page:nth-child(3) .cases__item:nth-child(1) {
    height: 532px;
}
.block_cases {
    height: 1125px;
}
.update_home, .industrial, .appart {
    background-size: cover;
    background-position-y: bottom;
}
.appart {
    background-position-y: center;
}
.industrial {
    background-position-y: center;
}
.modal__close,
.form-case-photos-controls,
.full_screan .form-case-photos-buttons.i-noselect{
    z-index: 1000!important;
}
.full_930 .form-case-photos__item {
    background-size: contain !important;
    background-position-y: center;
}
#case-3-1 .full_930.form-case-photos, #case-3-1 .form-case-photos-items, #case-1-1 .full_930.form-case-photos, #case-1-1 .form-case-photos-items, #case-2-2 .full_930.form-case-photos, #case-2-2 .form-case-photos-items {
    border-radius: 11px;
}
.feedback_image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback_image p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    margin-top: 10px;
}
.feedback a.i-modal {
    margin: 30px auto 0;
    display: block;
    width: fit-content;
}
#form-review .form__input_review {
    border: none;
}
#form-review textarea {
    width: 100%;
    height: 120px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    transition: all .3s;
    padding: 20px 10px;
    resize: none;
    outline: none;
        line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
#form-review .form__input_review {
    height: 120px;
}
#form-review textarea:focus, #form-review textarea:hover {
    border-bottom: 1px solid #f5b812;
}
#form-review .modal__subheader, #form-review .form__submit .button {
    width: 100%;
}
#form-review .form__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form-review .form__input {
    width: 46%;
}
#form-review .form__input.form__input_review {
    width: 100%;
}
#form-review .modal__content-inner {
    width: 100%;
    padding: 30px 80px 30px 0;
}
#form-review {
    height: 500px !important;
}



@media (max-width: 736px) {
    #form-review {
    height: 630px !important;
}
#form-review .modal__content-inner {
    padding: 30px 0px 30px 0;
}
#form-review .form-confidence {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#form-review .form-confidence__text {
    max-width: 255px;
}


    .block.block_cases .block_cases .slides-menu__item {
        margin: 10 7px!important;
    }
    .feedback_post {
        min-height: 170px;
    }
    #form-calculate .modal__outer {
        height: 820px;
    }
    .calc-section {
        grid-column: span 2;
    }
    #form button {
        margin-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }
    #form .calc-price {
        margin-top: 10px;
    }
    #form .rooms-radio-fake {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 40px;
    }
    #form .heading p {
        padding: 10px 0 0;
    }
    #form-calculate .modal__content #form {
        gap: 20px 10px;
        grid-template-columns: 45% 55%;
    }
    #form-calculate .modal__content {
        padding: 30px 20px 20px;
    }
   .modal_form .modal__content #form{
        text-align: left;
    }
    #bingc-write-button {
        bottom: 28%;
        right: 3%;
    }
    #bingc-cena-button {
        bottom: 52%;
    }
    .price_containire{
        padding: 0px 20px 50px;
    }
    .boby_prs .block_header .logo, .boby_prs .block_header .descriptor {
        left: 20px;
    }
    .price_content h2.header {
        margin-top: 70px;
    }
    .block-i.price_containire {
        width: auto;
    }
    .price a.come_back {
        margin-left: 20px;
    }
    .contacts {
        flex-direction: column;
    }
    .social_block {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 10px;
        column-gap: 5px;
    }
    .end-footer .cont_foo.contacts {
        margin-top: -50px;
    }
    .end-footer .social_block {
        justify-content: flex-end;
        column-gap: 20px;
    }
    .feedback {
        padding: 50px 20px;
    }
    .feedback .block-i {
        text-align: center;
    }
    .feedback .header {
        margin-bottom: 30px;
    }
    .feedback_item.slick-slide {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    .cases-items__page:nth-child(1) .cases__item:nth-child(4) {
        left: 315px;
        top: 410px;
        width: 50%;
    }
    .cases-items__page:nth-child(1) .cases__item:nth-child(3) {
        top: 410px;
        height: 425px;
        width: 50%;
    }
    .cases-items__page:nth-child(1) .cases__item:nth-child(1) {
        width: 50%;
        top: 625px;
        left: 50%;
        height: 210px;
    }
    .cases-items__page:nth-child(1) .cases__item:nth-child(2) {
        top: 0px;
        height: 410px;
        left: 0%;
        width: 100%;
    }
    .slides-menu__item.button.button_mini:nth-child(3) {
        margin-top: 10px;
    }
    .block_cases .slides-menu {
        top: 180px;
    }
    .full_930.form-case-photos {
        height: 100%;
    }
    .full_930 .form-case-photos__item {
        height: 100%;
        width: 590px;
    }
    .full_930 .form-case-photos-controls__item {
        position: absolute;
        top: 45%;
    }
    .full_930 .form-case-photos-buttons__item {
        margin-top: 5px;
    }
}