.right-block__conference{
    display: flex;
    gap: 24px;
    top: 19px;
    height: inherit;
    position: relative;
}
.main-rooms__conference{
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    margin-bottom:16px;
    position: relative;
}
.main-rooms__item-image.conference{
    width: 561px;
    height: 267px;
}
.rows-variant__conference{
    display: flex;
    gap:24px;
    margin-bottom:13px;
}
.middle-block__conference{
    position: relative;
    left: -36px;
    top: 15px;
}
.conference__btn{
    margin-top:13px;
}
.rows-variant__conference div{
    display: flex;
    gap:8px;
   align-items: center;
}
.title-variant{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}
.title-equipment{
    font-size: 14px;
    font-weight: 300;
    width: 168px;
    line-height: 25.2px;
    color: #333333;
}
.value-equipment{
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.variant-values{
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
    color: #333333;
}
.rows-block__equipment{
    display: flex;
    gap:11px;
    align-items: center;
    height: 32px;
}
text{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 28.8px;
}
.rows-block__equipment svg{
    position:relative;
    top:3px;
}
.section-services__equipment{
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    width: 309px;
    position: absolute;
    top: -7px;
    left: 25px;
    display: none;
     z-index: 99999;
}
.main-rooms.conference{
    padding:0px;
}
.section-services__equipment:before{
    content: url(/local/templates/b4x64_hotel/img/equipment.png);
    position: absolute;
    left: -6px;
    top: 88px;
}
.main-block__equipment{
    position:relative;
}
.main-block__equipment svg path:hover{
    stroke: #760000;
    transition: 0.3s ease-out;
    cursor:pointer;
}
.equipment__title{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111827;
    display: block;
    margin-bottom: 16px;
}
.list__equipment li{
    position: relative;
    left: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
    color: #333333;
    list-style: initial;

}
.list__equipment li::marker{
    color: #760000;
    position:relative;
    right: -10px;
}
.mobile_btn{
    display: none;
}
.right-block__conference.mobile{
    display: none;
}

@media(max-width: 1250px){
    .middle-block__conference{
        left:0px;
    }
    .mobile_btn{
        display: block;
        margin-top:12px;
        padding:11px 0px;
        width: 100%;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #760000;
        text-align:center;
        border-radius:10px;
        border: 1px solid #760000;
    }
    .list__equipment{
        position:relative;
        padding-bottom:10px;
    }
    .list__equipment:after{
        content: '';
        width: 110%;
        left: -16px;
        margin-top: 10px;
        position: relative;
        display: block;
        border-bottom: 1px solid #EBEDF2;
    }
    .main-rooms__item-image.conference{
        width: 100%;
    }

    .right-block__conference{
        position: absolute;
        top:68px;
        right:0px;
    }
    .btn__conference{
        position: absolute;
        bottom: 3px;
        right: 0px;
    }

    .main-rooms__conference {
        flex-direction: column;
        padding-bottom: 32px;
    }
}
@media(max-width: 578px){
    .btn__conference .header__order-button{
        display: flex;
        width: 100%;
    }
    .btn__conference{
        position:relative;
    }
    .right-block__conference{
        top: 59px;
        left: 0;
    }
    .title-variant{
        margin-top:40px;
    }
    .section-services__equipment{
        width: 100%;
        position: fixed;
        top: unset;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
        border-radius:11px;
    }
    .equipment__title{
        font-size: 16px;
        font-weight: 500;
        line-height: 28.8px;

    }
    .right-block__conference.mobile{
        display: flex;
        position: relative;
        top: 20px;
    }
    .right-block__conference{
        display: none;
    }
}

@media (max-width: 375px) {
    .value-equipment {
        text-wrap: nowrap;
    }

    .rows-block__equipment {
        margin-bottom: 10px;
    }

    .title-equipment {
        line-height: 14px;
    }
}