/*
Theme Name: navigator
Theme URI: seok.com.ua
Version: 1.0
Description:
Author: seok.com.ua (fudzimaru)
Author URI: seok.com.ua
*/

.abo-sub_title{
    text-indent: 376px;
}

.wp-block-table{
    width: 100%;
    overflow: auto;
}

.wp-block-table thead {
    border-bottom: 0;
}

.wp-block-table table th,
.wp-block-table table td{
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.wp-block-table .wp-element-caption{
    margin-bottom: 20px;
}

.navigation-list span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 50px;
    border-radius: 5px;
    color: #0B315D;
    font-size: 20px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.navigation-list li.active span {
    background: #FFF;
}

.fav-box_bottom{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: block;
    position: relative;
    padding-left: 15px;
    color: rgba(27, 27, 27, 0.5);
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.fav-box_bottom ul,
.fav-box_bottom li{
    list-style: initial;
}

.pt-0{
    padding-top: 0;
}
.pb-0{
    padding-bottom: 0;
}

@media (max-width: 1560px) {
    .abo-sub_title{
        text-indent: 290px;
    }
}

@media (max-width: 1200px) {
    .abo-sub_title{
        text-indent: 255px;
    }
}
@media (max-width: 800px) {
    .abo-sub_title{
        text-indent: 0;
    }
}