.right_menu_header{
    display: flex;
    min-width: 333px;
}
.site-header{

}
.socials2 li {
    padding-top: 26px;
}
.img360{
    height: auto !important;
}
.tab-content{
    position: relative;
    height: 51vw;
}
.tab-content  .tab-pane {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tab-content  .active {
    opacity: 1;
    z-index: 9999;
}

.tab-pane .twentytwenty{
    /*height:300px !important;*/
}
.nav-item{
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.nav-tabs{
    padding: 21px 0px;
    margin-top: -81px;
}
.nav-item:not(:last-of-type):after {
    content: "/";
    position: absolute;
    margin: 0 2px;
    color: var(--heading-color);
}
.nav-item .active{
    color: var(--theme-color);
}
.nav-item button{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 9px;
    text-transform: uppercase;
    margin-left: 16px;
    cursor: pointer;
}
.twentytwenty-before-label:before{
    content:"Снаружи" !important;
}
.twentytwenty-after-label:before{
    content:"Внутри" !important;
}