body {
    overflow-x: hidden;
}

.row.ap-u .col-md-4:first-child {
    color: red;
}

.navbar-dark .nav-link {
    color: white!important;
    /*border-right: 1px dotted white;*/
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.nav-item {
    border-right: 1px dotted white;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-item.active a {
    font-weight: bold;
    border-bottom: 1px solid white;
}

/**/
.highlighted {
    margin-top: 16px;
}
.alert-success {
    background-color: #56cc9d!important;
}
/**/



/*Временно для представления:*/
.ap-article-image {
    float: left;
    margin-right: 20px !important;
}
/*Временно для представления.*/


/*Временно... быстро для красоты:*/
#header .region-wrapper-header > .container {
    padding: 0;
}
#block-bootstrap-subtheme-main-menu {
    padding-top: 10px;
}
/*Временно... быстро для красоты.*/


/*Временно - представление Антона:*/
.view-id-predstavlenie_anton {
    padding-bottom: 30px;
}

.view-id-predstavlenie_anton .views-row {
    padding-bottom: 30px;
}

.view-id-predstavlenie_anton .views-field-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.view-id-predstavlenie_anton .views-field-title a {
    font-weight: normal;
    text-decoration: none;
}

.views-field-field-uninteresting {
    font-weight: bold;
    color: red;
}


.view-id-predstavlenie_anton .ap-btn {
    margin-top: 30px;
}

.ap-btn a {
    position: relative;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: auto;
    height: 48px;
    padding: 0 20px;
    background: #055a8e;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .24s ease;
    -o-transition: background-color .24s ease;
    transition: background-color .24s ease;
    font: 600 1rem/1 'Inter', Tahoma, sans-serif;
    -webkit-user-select: none;

    letter-spacing: .1px;

    text-decoration: none;

}

.ap-btn a:hover,
.ap-btn a:focus
{
    background-color: #07466d;
    color: #fff;
}
/*Временно - представление Антона.*/


/**/
.ap-r {
    float: left;
    padding: 30px 0;
}

.ap-r_flex {
    display: flex;
    flex-direction: column;
}
/**/


/*Костыль:*/
.table tr th {
    color: black!important;
    font-weight: 500;
}
/*Костыль.*/