.pc.open{
    transform: translate(0%, 0%) scale(1) !important;
    transition: 0.5s all;
}
.popup.open{
    opacity: 1;
    visibility: visible;
    transition: 0.5s all;
}
.hidecity{
    display: none;
}
.popup{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    z-index: 1000;
    transition: 0.5s all;

}
.popup_body{
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;


    z-index: 200;
    position: fixed;
}
.popup_reviews{
    background: #fff;
    box-sizing: border-box;
    padding:20px 30px;
    position: relative;
    transition: 0.5s;
    z-index: 250;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 665px;
}
.popup_title{
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #000000;
}
.popup_content{
    transition: .5s all;
    transform: translate(0%,-50%) scale(1);
    z-index: 300;
    background: #fff;
    color: #000;
    width: 50vh;
    width: calc(var(--vh,1vh) * 50);
    left: calc(50% - 25vh);
    left: calc(50% - calc(var(--vh,1vh) * 30));
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 70px 80px;
    position: relative;
    pointer-events: auto;
    top: calc(50% - calc(var(--vh,1vh) * 40));

}
.popup_close{
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bitrix/templates/barkraft/images/controls.png)no-repeat 59%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.search_list_block{
    margin-top: 20px;
    height: 400px;
    overflow-y: scroll;
}
.si_name{
    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.si_adres,.si_phone{
    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
}
.search_item{
    padding: 10px 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 20px;
}
.group{
    width: 100%;
    position: relative;
}
.group input{
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    padding:15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    outline:none;
}
.group input:focus {
    border: 1px solid #FFB400;;
}
.pop_rev{
    margin-top: 40px;
    margin-bottom: 30px;
}
.stars_block p{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin: 0 !important;
    color: #000000;
}
.stars_add{
    flex-direction: row-reverse;
    display: flex;
    justify-content: end;
}
.star:hover ~ .star, .star:hover{
    fill: #FFB000;

}
.pop_rev .block_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_rev .block_2{
    margin-top: 25px;
}
.pop_rev .block_3{
    margin-top: 30px;
}
.reviews_btn{
width: 100%;
    box-sizing: border-box;
    padding:12px ;
    background: #FFB400;
    border-radius: 3px;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.group textarea{
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    padding:15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    outline:none;
    width: 100%;
}
.reviews_agreement{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
}
.reviews_agreement a{
    color: #FFB400 !important;
}
.starmark{
    fill: #FFB000;
}
@media (max-width: 1766px) {
    .swiper-button-nextt{
        display: none;
    }
    .swiper-button-prevv{
        display: none;
    }
}
@media (max-width: 768px) {
    .popup_reviews{
        top: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        bottom: 0;
        width: 100%;
        transform: none;
    }
}
@media (max-width: 600px) {
    .pop_rev{
        overflow-y: scroll;
        height: 470px;
    }
    .pop_rev .block_1{
        display: block;
    }
    .block_1 .group{
        margin-bottom: 10px;
        width: 100%;
    }
    .group input{
        width: 100%;
        box-sizing: border-box;
    }
    .stars_add{
        margin-top: 10px;
        justify-content: space-between;
    }
    .popup_content{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(100% - 160px);
    }
}
@media (max-width: 475px) {
    .popup_content{
        width: calc(100% - 80px);
        padding: 40px 40px;
    }
}
@media (max-width: 375px) {
    .si_name{
        font-size: 20px;
    }
}