.main-navigation .title-class-nav,
.main-subcontent .title-class-nav,
.title-class-nav {
    background-color: #83ccff !important;
}

.details-class a:not(.green-btn):not(.dark-btn):not(.white-btn):not(.wide-white-btn):not(.wide-darkblue-btn):hover,
.details-class a:not(.dark-btn-a):not(.wide-btn-a):hover,
.details-class .vip-title:hover .glyphicon,
.details-class .vip-title:hover a {
    color: #83ccff !important;
}

.details-class .vip-title:hover .glyphicon {
    color: #83ccff !important;
}

.details-class a:not(.green-btn):not(.dark-btn):not(.white-btn):not(.wide-white-btn):not(.wide-darkblue-btn),
.details-class.site-nav,
.vip-title span,
.details-class a:not(.dark-btn-a):not(.wide-btn-a),
.vip-title a {
    color: #240d07 !important;
}

@media (min-width: 992px) {
    .offer table.classic-main-table tbody tr:last-child {
       background: #84ccff38 !important;
    }

    .offer .classic-main-table thead tr {
        background-color: #82ccff !important;
    }

    .offer table th {
        border: none !important;
    }
}

@media (max-width: 992px) {
    .table-pricing tbody tr th {
        background: #83ccff;
    }
}