.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


@font-face {
    font-family: 'Golos';
    src: url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.eot');
    src: url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.woff2') format('woff2'), url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.woff') format('woff'), url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosBold';
    src: url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.eot');
    src: url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.woff2') format('woff2'), url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.woff') format('woff'), url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosMedium';
    src: url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.eot');
    src: url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.woff2') format('woff2'), url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.woff') format('woff'), url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media all and (min-width: 1600px) {
    /* WIDE SCREEN & PC */

    .wide-page {
        display: block;
    }

    .tablet-page {
        display: none;
    }

    .mobile-page {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1599px) {
    /* TABLET DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: block;
    }

    .mobile-page {
        display: none;
    }
}

@media all and (max-width: 767px) {
    /* MOBILE DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: none;
    }

    .mobile-page {
        display: block;
    }
}

.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BLOCK */

.wide-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .wide-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .wide-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .wide-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .wide-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .wide-search-block ::placeholder {
        color: #9c9c9c;
    }

/* WIDE CONTENT BLOCK */

.wide-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

    .wide-content-block a, .wide-content-block a:visited {
        text-decoration: none;
    }

        .wide-content-block a:hover {
            text-decoration: none;
        }

        .wide-content-block a.blue-link, .wide-content-block a.blue-link:visited {
            text-decoration: none;
            color: #2f80ed;
        }

            .wide-content-block a.blue-link:hover {
                text-decoration: underline;
            }

    .wide-content-block .header {
        position: relative;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 27px;
        color: #262626;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .wide-content-block .header-buttons {
        position: absolute;
        right: 0px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
    }

    .wide-content-block .price-button {
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        padding: 12px 30px;
        margin: 0 10px 0 0;
        border: 0;
        background: white;
        border-radius: 4px;
        border: 1px solid #2F80ED;
        color: #2F80ED;
        outline: none;
    }

        .wide-content-block .price-button:hover {
            background: #1e6acf;
            border: 1px solid white;
            color: white;
        }

        .wide-content-block .price-button:active {
            background: #1959ae;
            border: 1px solid white;
            color: white;
        }

    .wide-content-block .topic-button {
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        padding: 12px 30px;
        margin: 0;
        border: 0;
        background: #2F80ED;
        border-radius: 4px;
        color: white;
        outline: none;
    }

        .wide-content-block .topic-button:hover {
            background: #1e6acf;
        }

        .wide-content-block .topic-button:active {
            background: #1959ae;
        }

    .wide-content-block .tabs {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0 0 0;
        box-sizing: border-box;
    }

    .wide-content-block .tab {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 33px;
        padding: 0 21px 0 21px;
        margin: 0;
        background: white;
        color: #7D7D7D;
        box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
        border-radius: 4px 4px 0px 0px;
        cursor: pointer;
    }

    .wide-content-block .tab-selected {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 33px;
        padding: 0 21px 0 21px;
        margin: 0;
        background: #2F80ED;
        color: white;
        box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
        border-radius: 4px 4px 0px 0px;
        cursor: pointer;
    }

    .wide-content-block .working-hours {
        position: absolute;
        right: 10px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        color: #262626;
    }

    .wide-content-block table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .wide-content-block td {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .wide-content-block .name-header {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .wide-content-block .name-column {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        cursor: pointer;
    }

    .wide-content-block .status-header {
        position: relative;
        width: 190px;
        max-width: 190px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .wide-content-block .status-column {
        position: relative;
        width: 190px;
        max-width: 190px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        padding: 0 0 0 40px;
        vertical-align: middle;
        cursor: pointer;
    }

    .wide-content-block .replies-header {
        position: relative;
        width: 80px;
        max-width: 80px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .wide-content-block .replies-column {
        position: relative;
        width: 80px;
        max-width: 80px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .wide-content-block .views-header {
        position: relative;
        width: 80px;
        max-width: 80px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .wide-content-block .views-column {
        position: relative;
        width: 80px;
        max-width: 80px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .wide-content-block .last-post-header {
        position: relative;
        width: 240px;
        max-width: 240px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .wide-content-block .last-post-column {
        position: relative;
        width: 240px;
        max-width: 240px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .wide-content-block .icon-waiting-on-customer {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) 0px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-started {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -12px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-finished {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -22px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-requires-feedback {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 15px;
        height: 15px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -34px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-closed {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 9px;
        height: 9px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -49px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-researching {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -58px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-waiting-on-admin {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -70px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .icon-paid {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -97px 0px no-repeat;
        width: 15px;
        height: 15px;
        overflow: hidden;
    }

    .wide-content-block .icon-attachment {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
        background: url(/images/fs/mipmap.png) -82px 0px no-repeat;
        overflow: hidden;
    }

    .wide-content-block .ticket-id {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'GolosBold';
        font-style: bold;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #262626;
        padding: 0 0 5px 0;
    }

    .wide-content-block .title {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'GolosBold';
        font-style: bold;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #262626;
        padding: 0 0 5px 0;
    }

    .wide-content-block .link {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 5px 30px;
    }

    .wide-content-block .date {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4F4F4F;
        padding: 0 0 5px 30px;
    }

    .wide-content-block .no-topics {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 0 100px 0;
        box-sizing: border-box;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        text-align: center;
    }

    .wide-content-block .new-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(226, 235, 248, 0.6);
        border: 1px solid #1959ae;
        border-radius: 7px;
        overflow: hidden;
    }

    .wide-content-block .selected-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: #E2EBF8;
        border: 1px solid #E2EBF8;
        overflow: hidden;
    }

    .wide-content-block .notselected-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid white;
        overflow: hidden;
    }


    .wide-content-block .page-navigator {
        position: relative;
        width: 100%;
        height: auto;
        margin: 20px 0 20px 0;
    }

    .wide-content-block .page-navigator-content {
        display: table;
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto 0 auto;
    }

a.wide-previous-button, a.wide-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px 12px 45px;
    background: url(/images/back.png) 15px center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-previous-button:hover {
        text-decoration: none;
        background: url(/images/back2.png) 15px center no-repeat #2F80ED;
        color: white;
    }

a.wide-next-button, a.wide-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 45px 12px 16px;
    background: url(/images/next.png) right center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-next-button:hover {
        text-decoration: none;
        background: url(/images/next2.png) right center no-repeat #2F80ED;
        color: white;
    }

a.wide-button, a.wide-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-button:hover {
        text-decoration: none;
        background: #2F80ED;
        color: white;
    }

a.wide-current-button, a.wide-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    text-decoration: none;
}

    a.wide-current-button:hover {
        text-decoration: none;
    }


.wide-preview-text-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    max-width: 500px;
    border: 1px solid #2F80ED;
    border-radius: 7px;
    background: white;
    z-index: 100;
}

.wide-preview-text-popup-content {
    position: relative;
    width: auto;
    height: auto;
    max-width: 500px;
    padding: 21px;
    box-sizing: border-box;
}

/* TABLET STYLES -------------------------------------------------------------------------------------- */

.tablet-content {
    position: relative;
    width: 768px;
    height: auto;
    margin: 0 auto 0 auto;
}

.tablet-content2 {
    position: relative;
    width: 688px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* TABLET SEARCH BLOCK */

.tablet-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 50px 0;
    background: #f7f9fc;
}

    .tablet-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .tablet-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .tablet-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .tablet-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .tablet-search-block ::placeholder {
        color: #C5C5C5;
    }

/* TABLET CONTENT BLOCK */

.tablet-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

    .tablet-content-block a, .tablet-content-block a:visited {
        text-decoration: none;
    }

        .tablet-content-block a:hover {
            text-decoration: none;
        }

        .tablet-content-block a.blue-link, .tablet-content-block a.blue-link:visited {
            text-decoration: none;
            color: #2f80ed;
        }

            .tablet-content-block a.blue-link:hover {
                text-decoration: underline;
            }

    .tablet-content-block .header {
        position: relative;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #262626;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .tablet-content-block .header-buttons {
        position: absolute;
        right: 0px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
    }

    .tablet-content-block .price-button {
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        padding: 12px 30px;
        margin: 0 10px 0 0;
        border: 0;
        background: white;
        border-radius: 4px;
        border: 1px solid #2F80ED;
        color: #2F80ED;
        outline: none;
    }

        .tablet-content-block .price-button:hover {
            background: #1e6acf;
            border: 1px solid white;
            color: white;
        }

        .tablet-content-block .price-button:active {
            background: #1959ae;
            border: 1px solid white;
            color: white;
        }

    .tablet-content-block .topic-button {
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        padding: 12px 30px;
        margin: 0;
        border: 0;
        background: #2F80ED;
        border-radius: 4px;
        color: white;
        outline: none;
    }

        .tablet-content-block .topic-button:hover {
            background: #1e6acf;
        }

        .tablet-content-block .topic-button:active {
            background: #1959ae;
        }

    .tablet-content-block .tabs {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0 0 0;
        box-sizing: border-box;
    }

    .tablet-content-block .tab {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 31px;
        padding: 0 21px 0 21px;
        margin: 0;
        background: white;
        color: #7D7D7D;
        box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
        border-radius: 4px 4px 0px 0px;
        cursor: pointer;
    }

    .tablet-content-block .tab-selected {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 31px;
        padding: 0 21px 0 21px;
        margin: 0;
        background: #2F80ED;
        color: white;
        box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
        border-radius: 4px 4px 0px 0px;
        cursor: pointer;
    }

    .tablet-content-block .working-hours {
        position: absolute;
        right: 10px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        color: #262626;
    }

    .tablet-content-block table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .tablet-content-block td {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .tablet-content-block .name-header {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .name-column {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        cursor: pointer;
    }

    .tablet-content-block .status-header {
        position: relative;
        width: 170px;
        max-width: 170px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .status-column {
        position: relative;
        width: 170px;
        max-width: 170px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        padding: 0 0 0 40px;
        vertical-align: middle;
        cursor: pointer;
    }

    .tablet-content-block .replies-header {
        position: relative;
        width: 65px;
        max-width: 65px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .replies-column {
        position: relative;
        width: 65px;
        max-width: 65px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .tablet-content-block .views-header {
        position: relative;
        width: 60px;
        max-width: 60px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .views-column {
        position: relative;
        width: 60px;
        max-width: 60px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .tablet-content-block .last-post-header {
        position: relative;
        width: 150px;
        max-width: 150px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .last-post-column {
        position: relative;
        width: 150px;
        max-width: 150px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        vertical-align: middle;
        cursor: pointer;
    }

    .tablet-content-block .icon-waiting-on-customer {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) 0px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-started {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -12px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-finished {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -22px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-requires-feedback {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 15px;
        height: 15px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -34px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-closed {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 9px;
        height: 9px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -49px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-researching {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -58px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-waiting-on-admin {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -70px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .icon-paid {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0%, -50%);
        background: url(/images/fs/mipmap.png) -97px 0px no-repeat;
        width: 15px;
        height: 15px;
        overflow: hidden;
    }

    .tablet-content-block .icon-attachment {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
        background: url(/images/fs/mipmap.png) -82px 0px no-repeat;
        overflow: hidden;
    }

    .tablet-content-block .ticket-id {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'GolosBold';
        font-style: bold;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #262626;
        padding: 0 0 5px 0;
    }

    .tablet-content-block .title {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'GolosBold';
        font-style: bold;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #262626;
        padding: 0 0 5px 0;
    }

    .tablet-content-block .link {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        padding: 0 5px 5px 30px;
        box-sizing: border-box;
    }

    .tablet-content-block .date {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        padding: 0 0 5px 30px;
    }

    .tablet-content-block .no-topics {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 0 100px 0;
        box-sizing: border-box;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        color: #4F4F4F;
        text-align: center;
    }

    .tablet-content-block .new-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(226, 235, 248, 0.6);
        border: 1px solid #1959ae;
        border-radius: 7px;
        overflow: hidden;
    }

    .tablet-content-block .selected-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: #E2EBF8;
        border: 1px solid #E2EBF8;
        overflow: hidden;
    }

    .tablet-content-block .notselected-topic {
        position: relative;
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid white;
        overflow: hidden;
    }


    .tablet-content-block .page-navigator {
        position: relative;
        width: 100%;
        height: auto;
        margin: 20px 0 20px 0;
        font-size: 13px;
    }

    .tablet-content-block .page-navigator-content {
        display: table;
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto 0 auto;
    }

a.tablet-previous-button, a.tablet-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px 12px 45px;
    background: url(/images/back.png) 15px center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-previous-button:hover {
        text-decoration: none;
        background: url(/images/back2.png) 15px center no-repeat #2F80ED;
        color: white;
    }

a.tablet-next-button, a.tablet-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 45px 12px 16px;
    background: url(/images/next.png) right center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-next-button:hover {
        text-decoration: none;
        background: url(/images/next2.png) right center no-repeat #2F80ED;
        color: white;
    }

a.tablet-button, a.tablet-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-button:hover {
        text-decoration: none;
        background: #2F80ED;
        color: white;
    }

a.tablet-current-button, a.tablet-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    text-decoration: none;
}

    a.tablet-current-button:hover {
        text-decoration: none;
    }


.tablet-preview-text-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    max-width: 500px;
    border: 1px solid #2F80ED;
    border-radius: 7px;
    background: white;
    z-index: 100;
}

.tablet-preview-text-popup-content {
    position: relative;
    width: auto;
    height: auto;
    max-width: 500px;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
}

/* MOBILE STYLES -------------------------------------------------------------------------------------- */

.mobile-page {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.mobile-header-content {
    position: relative;
    width: 320px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.mobile-dumptools {
    position: absolute;
    top: 38px;
    left: 20px;
    width: 129px;
    height: 24px;
    background: url(/images/dump-tools.png) center center no-repeat;
}

.mobile-com {
    position: absolute;
    top: 41px;
    left: 153px;
    width: 27px;
    height: 18px;
    background: url(/images/com.png) center center no-repeat;
}

.mobile-menu {
    position: absolute;
    top: 38px;
    left: 278px;
    width: 72px;
    height: 24px;
    background: url(/images/menu.png) 0px center no-repeat;
    padding: 2px 0 0 30px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
    cursor: pointer;
}

.mobile-header-buttons {
    position: absolute;
    top: 28px;
    left: 200px;
    width: auto;
    height: 42px;
}

.mobile-header-pad {
    position: relative;
    width: 100%;
    height: 100px;
}

.mobile-header-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 366px;
    background: white;
    z-index: 100;
}

.mobile-context-menu-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: black;
    opacity: 0.10;
}

.mobile-header-menu-line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 100;
}

.mobile-header-menu-line2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 81;
}

.mobile-header-menu .content {
    position: absolute;
    left: 20px;
    top: 50px;
    width: calc(100% - 40px);
    height: calc(400px - 50px);
}

.mobile-header-menu .menu {
    position: absolute;
    top: 24px;
    left: 20px;
    width: auto;
    height: auto;
    font-family: GolosBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.mobile-header-menu .close {
    position: absolute;
    top: 23px;
    left: 276px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.mobile-header-menu table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.mobile-header-menu td {
    padding: 14px 0 14px 0;
}

.mobile-header-menu .td-underline {
    border-bottom: 1px solid #E8ECF4;
}

.mobile-header-menu .discount-count {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    background: #F60A34;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-header-menu a, .mobile-header-menu a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #262626;
}

.mobile-header-menu .online {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    background: #2F80ED;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-content {
    position: relative;
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
}

.mobile-content2 {
    position: relative;
    width: 280px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* MOBILE SEARCH BLOCK */

.mobile-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .mobile-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .mobile-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .mobile-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .mobile-search-block ::placeholder {
        color: #C5C5C5;
    }

/* MOBILE CONTENT BLOCK */

.mobile-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #262626;
}

    .mobile-content-block a, .mobile-content-block a:visited {
        text-decoration: none;
        color: #2f80ed;
    }

        .mobile-content-block a:hover {
            text-decoration: underline;
        }

    .mobile-content-block .image-wrapper {
        position: relative;
        width: 100%;
        height: 150px;
    }

    .mobile-content-block img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px;
        padding: 0px;
    }

    .mobile-content-block .header2 {
        position: relative;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        color: #262626;
        padding: 15px 0 10px 0;
        box-sizing: border-box;
    }

    .mobile-content-block .header {
        position: relative;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #262626;
        padding: 15px 0 10px 0;
        box-sizing: border-box;
        text-align: center;
    }

    .mobile-content-block .text {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        color: #262626;
    }

.mobile-content-block .header-buttons {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 10px 0 10px;
    box-sizing: border-box;
}

.mobile-content-block .price-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    border: 0;
    background: white;
    border-radius: 4px;
    border: 1px solid #2F80ED;
    color: #2F80ED;
    outline: none;
}

.mobile-content-block .price-button:hover {
    background: #1e6acf;
    border: 1px solid white;
    color: white;
}

.mobile-content-block .price-button:active {
    background: #1959ae;
    border: 1px solid white;
    color: white;
}

.mobile-content-block .topic-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 30px;
    margin: 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

.mobile-content-block .topic-button:hover {
    background: #1e6acf;
}

.mobile-content-block .topic-button:active {
    background: #1959ae;
}

.mobile-content-block .working-hours {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #262626;
    text-align: center;
}

.mobile-content-block .tab-column {
    position: relative;
    width: 50%;
    min-width: 50%;
}

.mobile-content-block .tabs {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.mobile-content-block .tab {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 31px;
    padding: 0 21px 0 21px;
    box-sizing: border-box;
    margin: 0;
    background: white;
    color: #7D7D7D;
    box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}

.mobile-content-block .tab-selected {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 31px;
    padding: 0 21px 0 21px;
    box-sizing: border-box;
    margin: 0;
    background: #2F80ED;
    color: white;
    box-shadow: 0px 4px 15px rgba(168, 168, 168, 0.25);
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}

.mobile-content-block .no-topics {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 100px 0;
    box-sizing: border-box;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    text-align: center;
}

.mobile-content-block .new-topic {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(226, 235, 248, 0.6);
    border: 1px solid #1959ae;
    border-radius: 7px;
    overflow: hidden;
}

.mobile-content-block .selected-topic {
    position: relative;
    width: 100%;
    height: auto;
    background: #E2EBF8;
    border: 1px solid #E2EBF8;
    overflow: hidden;
}

.mobile-content-block .notselected-topic {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    border: 1px solid white;
    overflow: hidden;
}

.mobile-content-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.mobile-content-block .category {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    text-align: center;
    padding: 10px 0 10px 0;
}

.mobile-content-block .link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 10px 10px 28px;
}

.mobile-content-block a, .mobile-content-block a:visited {
    text-decoration: none;
}

.mobile-content-block a:hover {
    text-decoration: none;
}

.mobile-content-block a.blue-link, .mobile-content-block a.blue-link:visited {
    text-decoration: none;
    color: #2f80ed;
}

.mobile-content-block a.blue-link:hover {
    text-decoration: underline;
}

.mobile-content-block .date {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    text-align: center;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

.mobile-content-block .status {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
}

.mobile-content-block .status-value {
    display: table;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 28px;
}

.mobile-content-block .replies {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    text-align: center;
}

.mobile-content-block .last-post {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    text-align: center;
}

.mobile-content-block .buttons {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 10px 21px 10px;
    box-sizing: border-box;
}

.mobile-content-block .arrow-down {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 10px;
    background: url(/images/arrow-down3.png) center center no-repeat;
}

.mobile-content-block .arrow-up {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 10px;
    background: url(/images/arrow-up.png) center center no-repeat;
}

.mobile-content-block .view-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 30px;
    margin: 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

.mobile-content-block .view-button:hover {
    background: #1e6acf;
}

.mobile-content-block .view-button:active {
    background: #1959ae;
}

.mobile-content-block .view-button2 {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 30px;
    margin: 0;
    border: 0;
    background: white;
    border-radius: 4px;
    border: 1px solid #2F80ED;
    color: #2F80ED;
    outline: none;
}

.mobile-content-block .view-button2:hover {
    background: #1e6acf;
    border: 1px solid white;
    color: white;
}

.mobile-content-block .view-button2:active {
    background: #1959ae;
    border: 1px solid white;
    color: white;
}

.mobile-content-block .preview-text {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 10px 10px 10px;
    box-sizing: border-box;
}

.mobile-content-block .page-navigator {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
}

.mobile-content-block .page-navigator-content {
    display: table;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
}

a.mobile-previous-button, a.mobile-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    color: #2F80ED;
    text-decoration: none;
}

a.mobile-previous-button:hover {
    text-decoration: none;
    background: url(/images/back2.png) 15px center no-repeat #2F80ED;
    color: white;
}

a.mobile-next-button, a.mobile-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

a.mobile-next-button:hover {
    text-decoration: none;
    color: white;
}

a.mobile-button, a.mobile-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

a.mobile-button:hover {
    text-decoration: none;
    background: #2F80ED;
    color: white;
}

a.mobile-current-button, a.mobile-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

a.mobile-current-button:hover {
    text-decoration: none;
}

.mobile-content-block .icon-waiting-on-customer {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) 0px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-started {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -12px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-finished {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -22px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-requires-feedback {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -34px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-closed {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -49px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-researching {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -58px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-waiting-on-admin {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -70px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .icon-paid {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url(/images/fs/mipmap.png) -97px 0px no-repeat;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.mobile-content-block .icon-attachment {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url(/images/fs/mipmap.png) -82px 0px no-repeat;
    overflow: hidden;
}

.mobile-content-block .ticket-id {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'GolosBold';
    font-style: bold;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    padding: 0 0 5px 0;
}

.mobile-content-block .title {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'GolosBold';
    font-style: bold;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    padding: 0 0 5px 0;
}



.wide-banner {
    position: relative;
    width: 1008px;
    height: 120px;
    margin: 0 auto 0 auto;
}

.wide-banner-pad {
    position: relative;
    width: 100%;
    height: 21px;
}

.tablet-banner {
    position: relative;
    width: 688px;
    height: 82px;
    margin: 0 auto 0 auto;
}

.tablet-banner-pad {
    position: relative;
    width: 100%;
    height: 21px;
}

.mobile-banner {
    position: relative;
    width: 280px;
    height: 50px;
    margin: 0 auto 0 auto;
}

.mobile-banner-pad {
    position: relative;
    width: 100%;
    height: 21px;
}