.tabContainer.tabs-items {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    box-shadow: 0 74.7632px 29.9053px rgb(199 199 199 / 1%), 0 41.71px 25.1834px rgb(199 199 199 / 5%), 0 18.8876px 18.8876px rgb(199 199 199 / 9%), 0px 4.72189px 10.2308px rgb(199 199 199 / 10%), 0px 0px 0px rgb(199 199 199 / 10%);
    border-radius: 1.57396px;
}
.block_info_tab {
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin: 75px 0;
}
.buch_reviews__info {position: relative;}
.buch_reviews__info > a {
    color: red;
    text-align: right;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 40px;
}
.buch_reviews__info > a::after{
    content: url("/local/templates/new-buch/components/bitrix/news.list/items_list_programms/arrow.svg");
    vertical-align: middle;
    width: 17.5px;
    height: 5px;
    display: inline-block;
    padding-left: 10px;
}
#tabs {
    width: 100%;
    max-width: inherit;
    min-width: 300px;
    height: auto;
    display: block;
}
.tabs-nav {
    display: flex;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    margin: 0 0 60px 0;
    list-style-type: none;
    gap: 22px;
    flex-flow: row wrap;
}
.body ul li:before{display: none;}
.tabs-nav > li {
    margin: 0;
    padding: 0;
    position: static;
}
.tabs-nav a {
    display: block;
    padding: 10px 35px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
    background: #E6E6E6;
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tabs-nav li:last-child a {
    display: block;
}
.tabs-nav a.active {
    background: #D31C21;
    color: white;
}
.tabs-items.tabs_top{
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 -8px 14.619999885559082px 0 rgba(153, 153, 153, 0.25), 0 8px 15px 0 rgba(153, 153, 153, 0.25);
}
.tabContainer.tabs-items{
    margin-top:70px;
    > div{
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px -8px 14.619999885559082px 0px rgba(153, 153, 153, 0.25), 0px 8px 15px 0px rgba(153, 153, 153, 0.25);
    }
}
.tabs-item {padding: 35px;}
.tabs-item ul {
    padding-left: 26px;
    margin: 0;
}
.tabs-item ul li{
    list-style-type: disc;
    padding-left: 0;
    margin: 0;
}
.tabs_item__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;
    flex-flow: row wrap;
}
.tabs_item__header > p{
    color: #D31C21;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.item__info_vacancy {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 51px;
    overflow:hidden;
}
.item__info_vacancy > .info_vacancy > .info_vacancy_title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
}
.item__info_vacancy > .info_vacancy > .info_vacancy_title.title_second{
    margin-top: 55px;
}
.tabs_item__info_vacancy{
    display:block;
    overflow:hidden;
}
.tabs_item__info_vacancy > .btn-default {
    margin-top: 58px;
}
.info_vacancy {
    position: relative;
}
.info_vacancy:after {
    content: "";
    border-left: 1px solid #BBB;
    height: 100%;
    width: 1px;
    position: absolute;
    left: auto;
    right: -25px;
    top: 0;
}
.item__info_vacancy > .info_vacancy:last-child:after {
    content: none;
}
.block_btns{
    margin-top:30px;
    display: flex;
    gap: 20px;
    .btn_show_text{
        color: #D31C21;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0.7px;
    }
}
.btn_show_text{display:none;}
@media (max-width: 720px){
    .tabs-nav{
        justify-content: flex-start;
        scrollbar-width: none;
        overflow-x: auto;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
        flex-flow: nowrap;
        margin: 0;
    }

    .tabs-nav > * {
        scroll-snap-align: start;
    }
    .tabs-nav::-webkit-scrollbar{
        width: 0;
        height: 0;
        background-color: transparent;
    }
    #tabs {
        padding:0 10px;
    }
    .tabContainer.tabs-items{
        margin-top:30px;
    }
}
@media screen and (max-width: 680px){
    .info_vacancy:after{content: none}
    .tabs_item__info_vacancy > .btn-default {margin-top: 30px;}
}