.block.item-content-with-subitems-tabs.no-img {
    text-align: center;
}

.block.item-content-with-subitems-tabs .container-sm .heading-wrapper .title > * {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.block.item-content-with-subitems-tabs .container-sm .heading-wrapper .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 15px;
}

.block.item-content-with-subitems-tabs .container-sm .heading-wrapper .content p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
}

.block.item-content-with-subitems-tabs .container-sm .heading-wrapper .content p:last-of-type {
    margin-bottom: 0;
}


.block.item-content-with-subitems-tabs .container-sm .img-wrapper {
    text-align: center;
}

.block.item-content-with-subitems-tabs .container-sm {
    max-width: 900px;
    width: 900px;
}

.block.item-content-with-subitems-tabs .content-wrapper table {
    border: unset;
}

.block.item-content-with-subitems-tabs .content-wrapper table tr {
    border-bottom: unset;
}

.block.item-content-with-subitems-tabs .content-wrapper table thead tr {
    border-bottom: 2px solid #f0f0f0;
}

.block.item-content-with-subitems-tabs .content-wrapper table tr > * {
    font-size: 13px;
    font-weight: 400;
    color: #1d1d1d;
    padding: 5px 10px;
}

.block.item-content-with-subitems-tabs .content-wrapper table thead tr > * {
    font-size: 13px;
    font-weight: 700;
}

.block.item-content-with-subitems-tabs .content-wrapper table tr:nth-child(2n) {
    background: #f0f0f0;
}

.block.item-content-with-subitems-tabs .tabs-wrapper {
    text-align: center;
}

.block.item-content-with-subitems-tabs .items-wrapper.nav.nav-tabs {
     display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0;
    gap: 0;
    max-width: 400px;
    background: unset;
    overflow-x: unset;
    border: unset;
    flex-flow: row nowrap;
    margin: 30px 0;
    border: 1px solid #949494;
    color: #949494;
    border-radius: 20px;
}

.block.item-content-with-subitems-tabs .items-wrapper.nav.nav-tabs .nav-item {
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    padding: 0;
    cursor: pointer;
    color: #949494;
    border-radius: 20px;
}

.block.item-content-with-subitems-tabs .items-wrapper.nav.nav-tabs .nav-item:has( > .nav-link.active) {
    background: #1d1d1d;
    color: #ffffff;
}

.block.item-content-with-subitems-tabs .items-wrapper.nav.nav-tabs .nav-item a.active {
    color: #ffffff;
}


.block.item-content-with-subitems-tabs .items-wrapper.nav.nav-tabs .nav-item a {
    padding: 0 4px;
    font-size: 13px;
    justify-content: start;
    color: #949494;
}

.block.item-content-with-subitems-tabs.no-img .items-wrapper.nav.nav-tabs .nav-item a {
    justify-content: center;
}

.block.item-content-with-subitems-tabs .items-wrapper.nav-tabs .nav-item.show .nav-link,
.block.item-content-with-subitems-tabs .items-wrapper.nav-tabs .nav-link.active{
    text-shadow: unset;
}
@media (-moz-touch-enabled: 0) {
    .block.item-content-with-subitems-tabs .items-wrapper.nav-tabs .nav-link.active,
    .block.item-content-with-subitems-tabs .items-wrapper.nav-tabs .nav-item.show .nav-link
    {
        text-shadow: unset;
    }
}

.block.item-content-with-subitems-tabs .container-sm > .row {
    margin: 0;
}

@media screen and (max-width: 992px){
    .block.item-content-with-subitems-tabs .container-sm {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .block.item-content-with-subitems-tabs {
        text-align: center;
        padding: 0 20px;
    }
}

@media screen and (max-width: 576px){
    .block.item-content-with-subitems-tabs .content-wrapper table {
        min-width: 100%;
    }
}
