#rec447137312 a:hover {
    color: #F97242 !important;
}

.table-wrapper {
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}   @media (max-width: 768px) {
        .table-wrapper {
            padding: 20px 20px 0;
            font-size: 12px;
            position: relative;
            margin-left: -20px;
            max-width: calc(100% + 40px);
        }
        .table-wrapper::after {
            content: 'Свайпай 👉';
            position: absolute;
            top: 0;
            left: 20px;
        }
    }
.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.table-wrapper td, .table-wrapper th {
    border: 1px solid rgba(255,255,255, .3);
    padding: 10px 15px;
}   @media (max-width: 768px) {
        .table-wrapper td, .table-wrapper th {
            padding: 5px;
        }
    }
.contact-page {
    position: realtive;
}
.t-active:not(.t758__link-item_active) {
    border-bottom: 2px solid #f77856;
}