.on-x-2 {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.on-x-2 p{
    display: inline-block;
    /*padding-top: 14px;*/
    margin: 0;
}
.on-x-2 p a{
    color: #97caff;
}
.on-x-2 p a:hover{
    text-decoration: underline!important;
}
.on-x-2 span {
    cursor: pointer;
}
.on-x-2 span:hover {
    text-decoration: underline!important;
}

.on_mob_pay_but {
    background: #0B64C0;
    /*padding: 30px 20px 14px;*/
}
.on_mob_pay_but .pay-table{
    display: block;
    width: 100%;
}
.on_mob_pay_but .pay-coll{
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
.pay-coll-left{
    width: 60%;
}
.pay-coll-right {
    width: 38%;
    opacity: 0.5;
}
.on_mob_pay_but .pay-table .pay-button {

}
.on_mob_pay_but .pay-table .pay-button{
    font-size: 1.1em;
    font-family: inherit;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0.5rem;
    color: #ffffff;
    background: #0B64C0;
    display: inherit;
    padding-right: 12px;
}
.on_mob_pay_but .pay-table .pay-button img{
    margin-right: 10px;
}
.on_mob_pay_but .pay-table .pay-message{
    color: #fff;
}
.on_mob_pay_but .pay-table .pay-message img{
    margin-right: 10px;
}


.button-bar__top-button{
    bottom: 125px;
    right: 5px;
    position: fixed;
    z-index: 99999;
    margin-top: -60px;
    margin-right: 10px;
    opacity: 0.6;
    width: 50px;
    height: 50px;
    /*float: right;*/
    background-color: transparent;
    border: none;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    display: none;
    color: #ccc;
    background-image: url(icon/top_grey2.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.on-cookie-top {
    color: #FFFFFF;
    height: 20px;
    font-size: 14px;
}
.on-x-2-none {
    width: auto;
}

.wp-dark-mode-switcher.floating {
    top: 87%;
    right: 15px;
    bottom: auto!important;
}

/* Отключаем кнопку колбекхантера на мобилке */
@media (max-width:481px)  {
    .comagic-c-buttons { display: none!important; }
    .on-cookie-top { display: none; }
}

.on-img-sovety {
    width: 100%;
    text-align: left;
    padding: 15px 0;
}
.on-post-list {
    margin-bottom: 35px;
}
.on-thumbnail-list {
    display: inline-block;
    width: 25%;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}
.on-thumbnail-list img{ width: 100%; }
.on-excerpt-list {
    display: inline-block;
    width: 74%;
}
.type-sovety .entry-info {
    max-width: 800px;
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}