#bx-panel{
    opacity: 0.3;
    transition: opacity 0.2s;
}
#bx-panel:hover{
    opacity: 1;
}

#bitrix-panel{
    user-select: none;
    position: fixed !important;
    top: 0;
    width: 90vw !important;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 50;
}
.service-block{
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 999;
}
.service-block-content{
    position: relative;
    height: 50px;
}
.expand-collapse{
    background: white;
    border-radius: 50% 0 0 50%;
    width: 50px;
    height: 50px;
    z-index: 500;
    display: flex;
    cursor: pointer;
    border: solid #0000004f 1px;
    border-right-color: rgba(0, 0, 0, 0.31);
    border-right-style: solid;
    border-right-width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    border-right: none;
}
.expand-collapse img{
    rotate: 180deg;
    transition: 0.3s;
}
.admin-services {
    height: 100%;
    background: white;
    padding-right: 80px;
    display: flex;
    flex-direction: row;
    border-radius: 50px;
    padding-left: 30px;
    border: solid 1px #0000003d;
    transition: 0.5s;
    right: -100vh;
    width: max-content;
    position: absolute;
}
.services-shown .admin-services{
    right: 0;
}
.services-shown .expand-collapse img{
    rotate: 0deg;
}
.admin-services a{
    margin-top: auto;
    margin-bottom: auto;
    color: black;
    font-family: "hero-new", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202226;
}
.admin-services a:not(:first-child){
    margin-left: 25px;
}
@media screen and (max-width: 768px){
    .service-block{
        display: none;
    }
}

.product__right{
    background: none;
}
a.top__slide{
    display: flex;
}

@media only screen and (max-width: 700px) {
    .catalog {
        display: none;
    }
}

.footer__social-top {
    align-items: center;
}