.bs_flex_wrap {
    display: flex;
    justify-content: space-between;
}

.bs_model_info_flex_wrap{
    width: 55%;
    margin-right: 0;
}

.bst_employees_accordion {
    width: 45%;
    margin-top: 35px;
}

.single-bs_unit #primary{
    width: 100%;
}

/*akordeon*/

#page .bst_custom_accordion h4 {
    margin-bottom: 20px;
}

#page .bst_custom_accordion .accordion-item {
    border: none;
    border-top: solid 0.2vw #D3E1D7;
}

#page .bst_custom_accordion .accordion .accordion-item:first-child {
    border:none;
}

#page .bst_custom_accordion .accordion-button:not(.collapsed),
#page .accordion-item:first-of-type .accordion-button,
#page .accordion-button,
.bst_custom_accordion .accordion-header a {
    background-color: transparent;
    box-shadow: none;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #005335;
    text-decoration: none;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}

#page .bst_custom_accordion .accordion-body {
    padding-left: 0;
    padding-top: 0;
}

#page .bst_units_accordion {
    padding-left: 8px;
}

#page .bst_units_accordion .accordion-body {
    padding-left: 30px;
}

#page .bst_custom_accordion .accordion-body button {
    padding-left: 0;
    background: transparent;
}

#page .bst_custom_accordion .accordion-body button a {
    font-family: 'Ballinger', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #00613D!important;
    text-align: left;
    padding: 0!important;
    background-color: transparent!important;
    border: none;
    margin-bottom: 20px;
    text-decoration:none;
}



#page .bst_custom_accordion .accordion-body button::after {
    background-image:url(/wp-content/uploads/2021/11/Group-243-1.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    content: "";
    width: 28px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -2.5px;
}

#page .bst_custom_accordion .accordion-button:not(.bst_accordion_basic)::after {
    width: 30px;
    height: 30px;
    background-image:url("/wp-content/uploads/2022/09/Subtract-1.svg");
    background-size: 30px;
}

#page .bst_custom_accordion .accordion-button:not(.collapsed)::after,
#page .bst_custom_accordion .accordion-button:not(.bst_accordion_basic):not(.collapsed)::after {
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2022/09/Subtract-2.svg");
    background-size: 30px;
}

#page .bst_custom_accordion .accordion-button.bst_accordion_basic::after {
    padding-left: 30px;
    width: 0;
    height: 0;
}

#page .bst_custom_accordion.bst_units_accordion .accordion-button::after {
    order: -1;
    margin-left: 0;
    margin-right: 15px;
}

#page .astra-advanced-hook-460705 {
    margin: 50px;
    width: 50%;
}

.bs_accordion_item_header_wrap {
    display: flex;
    align-items: center;
}

.bs_accordion_item_header_wrap .accordion-button {
    width: auto;
}



/*TABLET*/

@media (min-width:781px) and (max-width: 1200px){
    #page .astra-advanced-hook-460705{
        margin: 30px;
        width: 50%;
    }
}



/*MOBILKA*/

@media (max-width:780px){
    .bs_flex_wrap{
        flex-direction: column;
    }

    .bs_model_info_flex_wrap,
    .bst_employees_accordion {
        width: 100%;
    }

    #page .astra-advanced-hook-460705{
        margin: 20px;
        width: 92%;
    }

    #page .bst_custom_accordion h4{
        font-size:24px!important;
    }
}
