﻿.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 .header2 {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
        color: #828282;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .wide-content-block .header3 {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #1e6acf;
        padding: 5px 0 15px 0;
        box-sizing: border-box;
        text-align: right;
    }

    .wide-content-block .topic-id {
        color: #2f80ed;
    }

    .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 table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .wide-content-block td {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .wide-content-block .title-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 .title-column {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
    }

    .wide-content-block .category-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 .category-column {
        position: relative;
        width: 190px;
        max-width: 190px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        vertical-align: middle;
    }

    .wide-content-block .status-header {
        position: relative;
        width: 230px;
        max-width: 230px;
        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: 230px;
        max-width: 230px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        padding: 0 0 0 40px;
        vertical-align: middle;
    }

    .wide-content-block .topic-header {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        background: #E2EBF8;
    }

    .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 .topic-message {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 15px;
        box-sizing: border-box;
        background: white;
    }

    .wide-content-block .topic-message-selected {
        background: rgba(238, 243, 250, 0.38) !important;
        border: 1px solid #CDE2FD;
        border-radius: 4px;
    }

    .wide-content-block .topic-message-header {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #4F4F4F;
    }

    .wide-content-block .topic-message-author {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #2F80ED;
        padding: 0 15px 0 0;
    }

    .wide-content-block .topic-message-new {
        position: absolute;
        right: 0px;
        top: 0px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #EE284B;
    }

    .wide-content-block .topic-message-text {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .wide-content-block .topic-message-separator {
        position: absolute;
        left: 15px;
        bottom: 1px;
        width: calc(100% - 30px);
        height: 1px;
        background: #E2EBF8;
    }


    .wide-content-block .topic-message-pay {
        position: relative;
        width: 100%;
        height: auto;
    }

    .wide-content-block .topic-message-pay-info {
        position: relative;
        width: 140px;
        max-width: 140px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px 10px 0;
        color: #262626;
    }

    .wide-content-block .topic-message-pay-price {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #2F80ED;
    }

    .wide-content-block .topic-message-pay-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: #1E9763;
        border-radius: 4px;
        color: white;
        outline: none;
    }

    .wide-content-block .topic-message-pay-button:hover {
            background: #108854;
        }

     .wide-content-block .topic-message-pay-button:active {
            background: #0f7248;
        }

     .wide-content-block .topic-message-pay-button:disabled {
            background: #707070;
            color: white;
        }

     .wide-content-block .topic-message-pay-button[disabled] {
            background: #707070;
            color: white;
        }


    .wide-content-block .topic-message-download {
        position: relative;
        width: 100%;
        height: auto;
    }

    .wide-content-block .topic-message-download-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-message-download-button:hover {
            background: #1e6acf;
        }

        .wide-content-block .topic-message-download-button:active {
            background: #1959ae;
        }

    .wide-content-block .topic-messages {
        position: relative;
        width: 100%;
        height: auto;
    }

    .wide-content-block .topic-error-message {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        padding: 30px 0 0 15px;
        box-sizing: border-box;
        color: red;
    }

    .wide-content-block .topic-form {
        position: relative;
        width: 100;
        height: auto;
        margin: 15px 0 0 0;
        padding: 15px;
        box-sizing: border-box;
        background: white;
    }

    .wide-content-block .topic-message-input {
        position: relative;
        width: 100%;
        height: 250px;
        border: 1px solid gray;
        margin: 0 0 15px 0;
        padding: 15px;
        box-sizing: border-box;
        outline: none;
    }

    .wide-content-block .topic-message-send-button {
        width: 100%;
        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-message-send-button:hover {
            background: #1e6acf;
        }

        .wide-content-block .topic-message-send-button:active {
            background: #1959ae;
        }


.wide-warning {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 10px 10px 30px;
    box-sizing: border-box;
    background: url(/images/alert.png) 0px center no-repeat;
    color: red;
}


.wide-topic-attached-images {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: row;
}

.wide-topic-attached-image {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 96px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.wide-topic-attached-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.wide-topic-attached-files {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.wide-topic-attached-file {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}

.wide-topic-attached-file a, .wide-topic-attached-file a:visited {
    color: #165ebf;
    text-decoration: none;
}

.wide-topic-attached-file a:hover {
    text-decoration: underline;
}

.wide-topic-attached-file-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(0%, -50%);
    background: url(/images/archive.png) center center no-repeat;
}

/* WIDE UPLOAD BOX */
.wide-upload-box {
    position: relative;
    width: 100%;
    height: 109px;
    margin: 21px 0 21px 0;
}

.wide-upload-box .input-file {
    position: absolute;
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.wide-upload-box .normal-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #B1B1B1;
    box-sizing: border-box;
}

.wide-upload-box .upload-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.wide-upload-box .failure-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #E02929;
    box-sizing: border-box;
}

.wide-upload-box .success-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.wide-upload-box .text {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.wide-upload-box .text2 {
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.wide-upload-box .upload1 {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload1.png) center center no-repeat;
}

.wide-upload-box .upload2 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload2.png) center center no-repeat;
}

.wide-upload-box .upload3 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 33px;
    height: 34px;
    transform: translate(-50%, 0%);
    background: url(/images/upload3.png) center center no-repeat;
}

.wide-upload-box .upload4 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 26px;
    transform: translate(-50%, 0%);
    background: url(/images/upload4.png) center center no-repeat;
}

/* 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 .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;
    }

    .tablet-content-block .header2 {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
        color: #828282;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .tablet-content-block .header3 {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #1e6acf;
        padding: 5px 0 15px 0;
        box-sizing: border-box;
        text-align: right;
    }

    .tablet-content-block .topic-id {
        color: #2f80ed;
    }

    .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: 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;
    }

        .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: 14px;
        line-height: 17px;
        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 table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .tablet-content-block td {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .tablet-content-block .title-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;
    }

    .tablet-content-block .title-column {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
    }

    .tablet-content-block .category-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;
    }

    .tablet-content-block .category-column {
        position: relative;
        width: 190px;
        max-width: 190px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        vertical-align: middle;
    }

    .tablet-content-block .status-header {
        position: relative;
        width: 230px;
        max-width: 230px;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        background: white;
        color: #7D7D7D;
    }

    .tablet-content-block .status-column {
        position: relative;
        width: 230px;
        max-width: 230px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        padding: 0 0 0 40px;
        vertical-align: middle;
    }

    .tablet-content-block .topic-header {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        background: #E2EBF8;
    }

    .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 .topic-message {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 15px;
        box-sizing: border-box;
        background: white;
    }

    .tablet-content-block .topic-message-selected {
        background: rgba(238, 243, 250, 0.38) !important;
        border: 1px solid #CDE2FD;
        border-radius: 4px;
    }

    .tablet-content-block .topic-message-header {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #4F4F4F;
    }

    .tablet-content-block .topic-message-author {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #2F80ED;
        padding: 0 15px 0 0;
    }

    .tablet-content-block .topic-message-new {
        position: absolute;
        right: 0px;
        top: 0px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #EE284B;
    }

    .tablet-content-block .topic-message-text {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .tablet-content-block .topic-message-separator {
        position: absolute;
        left: 15px;
        bottom: 1px;
        width: calc(100% - 30px);
        height: 1px;
        background: #E2EBF8;
    }


    .tablet-content-block .topic-message-pay {
        position: relative;
        width: 100%;
        height: auto;
    }

    .tablet-content-block .topic-message-pay-info {
        position: relative;
        width: 140px;
        max-width: 140px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px 10px 0;
        color: #262626;
    }

    .tablet-content-block .topic-message-pay-price {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #2F80ED;
    }

    .tablet-content-block .topic-message-pay-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: #1E9763;
        border-radius: 4px;
        color: white;
        outline: none;
    }

        .tablet-content-block .topic-message-pay-button:hover {
            background: #108854;
        }

        .tablet-content-block .topic-message-pay-button:active {
            background: #0f7248;
        }

        .tablet-content-block .topic-message-pay-button:disabled {
            background: #707070;
            color: white;
        }

        .tablet-content-block .topic-message-pay-button[disabled] {
            background: #707070;
            color: white;
        }

    .tablet-content-block .topic-message-download {
        position: relative;
        width: 100%;
        height: auto;
    }

    .tablet-content-block .topic-message-download-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;
    }

        .tablet-content-block .topic-message-download-button:hover {
            background: #1e6acf;
        }

        .tablet-content-block .topic-message-download-button:active {
            background: #1959ae;
        }

    .tablet-content-block .topic-messages {
        position: relative;
        width: 100%;
        height: auto;
    }

    .tablet-content-block .topic-error-message {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        padding: 30px 0 0 15px;
        box-sizing: border-box;
        color: red;
    }

    .tablet-content-block .topic-form {
        position: relative;
        width: 100;
        height: auto;
        margin: 15px 0 0 0;
        padding: 15px;
        box-sizing: border-box;
        background: white;
    }

    .tablet-content-block .topic-message-input {
        position: relative;
        width: 100%;
        height: 250px;
        border: 1px solid gray;
        margin: 0 0 15px 0;
        padding: 15px;
        box-sizing: border-box;
        outline: none;
    }

    .tablet-content-block .topic-message-send-button {
        width: 100%;
        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;
    }

        .tablet-content-block .topic-message-send-button:hover {
            background: #1e6acf;
        }

        .tablet-content-block .topic-message-send-button:active {
            background: #1959ae;
        }

.tablet-warning {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 10px 10px 30px;
    box-sizing: border-box;
    background: url(/images/alert.png) 0px center no-repeat;
    color: red;
}

.tablet-topic-attached-images {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: row;
}

.tablet-topic-attached-image {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 96px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.tablet-topic-attached-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.tablet-topic-attached-files {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.tablet-topic-attached-file {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}

.tablet-topic-attached-file a, .tablet-topic-attached-file a:visited {
    color: #165ebf;
    text-decoration: none;
}

.tablet-topic-attached-file a:hover {
    text-decoration: underline;
}

.tablet-topic-attached-file-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(0%, -50%);
    background: url(/images/archive.png) center center no-repeat;
}

/* TABLET UPLOAD BOX */

.tablet-upload-box {
    position: relative;
    width: 100%;
    height: 109px;
    margin: 21px 0 21px 0;
}

.tablet-upload-box .input-file {
    position: absolute;
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.tablet-upload-box .normal-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #B1B1B1;
    box-sizing: border-box;
}

.tablet-upload-box .upload-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.tablet-upload-box .failure-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #E02929;
    box-sizing: border-box;
}

.tablet-upload-box .success-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.tablet-upload-box .text {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.tablet-upload-box .text2 {
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.tablet-upload-box .upload1 {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload1.png) center center no-repeat;
}

.tablet-upload-box .upload2 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload2.png) center center no-repeat;
}

.tablet-upload-box .upload3 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 33px;
    height: 34px;
    transform: translate(-50%, 0%);
    background: url(/images/upload3.png) center center no-repeat;
}

.tablet-upload-box .upload4 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 26px;
    transform: translate(-50%, 0%);
    background: url(/images/upload4.png) center center no-repeat;
}

/* 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 .header {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #262626;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .mobile-content-block .header2 {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .mobile-content-block .header3 {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #1e6acf;
        line-height: 17px;
        padding: 5px 0 15px 0;
        box-sizing: border-box
    }

    .mobile-content-block .topic-id {
        color: #2f80ed;
    }

    .mobile-content-block .header-buttons {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-content-block .price-button {
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        padding: 12px 30px;
        margin: 15px 0 15px 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: 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;
    }

        .mobile-content-block .topic-button:hover {
            background: #1e6acf;
        }

        .mobile-content-block .topic-button:active {
            background: #1959ae;
        }

    .mobile-content-block table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .mobile-content-block td {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .mobile-content-block .title-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;
        text-align: center;
        color: #7D7D7D;
    }

    .mobile-content-block .title-value {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
    }

    .mobile-content-block .category-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;
        text-align: center;
        color: #7D7D7D;
    }

    .mobile-content-block .category-value {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        text-align: center;
        vertical-align: middle;
    }

    .mobile-content-block .status-header {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        text-align: center;
        color: #7D7D7D;
    }

    .mobile-content-block .status-value {
        position: relative;
        width: 100%;
        max-width: 100%;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4F4F4F;
        padding: 15px 0 15px 40px;
        vertical-align: middle;
    }

    .mobile-content-block .topic-header {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        background: #E2EBF8;
    }

    .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;
    }

    .mobiule-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 .topic-message {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 15px;
        box-sizing: border-box;
        background: white;
        overflow: hidden;
    }

    .mobile-content-block .topic-message-selected {
        background: rgba(238, 243, 250, 0.38) !important;
        border: 1px solid #CDE2FD;
        border-radius: 4px;
    }

    .mobile-content-block .topic-message-header {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #4F4F4F;
    }

    .mobile-content-block .topic-message-author {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #2F80ED;
        padding: 0 15px 0 0;
    }

    .mobile-content-block .topic-message-date {
        position: relative;
        width: 100%;
        height: auto;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }

    .mobile-content-block .topic-message-new {
        position: absolute;
        right: 0px;
        top: 0px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #EE284B;
    }

    .mobile-content-block .topic-message-text {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
    }

    .mobile-content-block .topic-message-separator {
        position: absolute;
        left: 15px;
        bottom: 1px;
        width: calc(100% - 30px);
        height: 1px;
        background: #E2EBF8;
    }


    .mobile-content-block .topic-message-pay {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-content-block .topic-message-pay-info {
        position: relative;
        width: 140px;
        max-width: 140px;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        padding: 10px 10px 10px 0;
        color: #262626;
    }

    .mobile-content-block .topic-message-pay-price {
        position: relative;
        font-family: 'Golos';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #2F80ED;
    }

    .mobile-content-block .topic-message-pay-button {
        width: 100%;
        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: #1E9763;
        border-radius: 4px;
        color: white;
        outline: none;
    }

        .mobile-content-block .topic-message-pay-button:hover {
            background: #108854;
        }

        .mobile-content-block .topic-message-pay-button:active {
            background: #0f7248;
        }

        .mobile-content-block .topic-message-pay-button:disabled {
            background: #707070;
            color: white;
        }

        .mobile-content-block .topic-message-pay-button[disabled] {
            background: #707070;
            color: white;
        }

    .mobile-content-block .topic-message-download {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-content-block .topic-message-download-button {
        width: 100%;
        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;
    }

        .mobile-content-block .topic-message-download-button:hover {
            background: #1e6acf;
        }

        .mobile-content-block .topic-message-download-button:active {
            background: #1959ae;
        }

    .mobile-content-block .topic-messages {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-content-block .topic-error-message {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: bold;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        padding: 30px 0 0 15px;
        box-sizing: border-box;
        color: red;
    }

    .mobile-content-block .topic-form {
        position: relative;
        width: 100;
        height: auto;
        margin: 15px 0 0 0;
        padding: 15px;
        box-sizing: border-box;
        background: white;
    }

    .mobile-content-block .topic-message-input {
        position: relative;
        width: 100%;
        height: 250px;
        border: 1px solid gray;
        margin: 0 0 15px 0;
        padding: 15px;
        box-sizing: border-box;
        outline: none;
    }

    .mobile-content-block .topic-message-send-button {
        width: 100%;
        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;
    }

        .mobile-content-block .topic-message-send-button:hover {
            background: #1e6acf;
        }

        .mobile-content-block .topic-message-send-button:active {
            background: #1959ae;
        }

.mobile-warning {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    background: url(/images/alert.png) 0px center no-repeat;
    color: red;
}

.mobile-topic-attached-images {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
}

.mobile-topic-attached-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 96px;
    margin: 5px 0 5px 0;
    cursor: pointer;
}

.mobile-topic-attached-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.mobile-topic-attached-files {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-topic-attached-file {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}

.mobile-topic-attached-file a, .mobile-topic-attached-file a:visited {
    color: #165ebf;
    text-decoration: none;
}

.mobile-topic-attached-file a:hover {
    text-decoration: underline;
}

.mobile-topic-attached-file-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(0%, -50%);
    background: url(/images/archive.png) center center no-repeat;
}

/* MOBILE UPLOAD BOX */

.mobile-upload-box {
    position: relative;
    width: 100%;
    height: 109px;
    margin: 21px 0 21px 0;
}

.mobile-upload-box .input-file {
    position: absolute;
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.mobile-upload-box .normal-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #B1B1B1;
    box-sizing: border-box;
}

.mobile-upload-box .upload-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.mobile-upload-box .failure-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #E02929;
    box-sizing: border-box;
}

.mobile-upload-box .success-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #009E5C;
    box-sizing: border-box;
}

.mobile-upload-box .text {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.mobile-upload-box .text2 {
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    text-align: center;
    color: #262626;
}

.mobile-upload-box .upload1 {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload1.png) center center no-repeat;
}

.mobile-upload-box .upload2 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 25px;
    transform: translate(-50%, 0%);
    background: url(/images/upload2.png) center center no-repeat;
}

.mobile-upload-box .upload3 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 33px;
    height: 34px;
    transform: translate(-50%, 0%);
    background: url(/images/upload3.png) center center no-repeat;
}

.mobile-upload-box .upload4 {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 35px;
    height: 26px;
    transform: translate(-50%, 0%);
    background: url(/images/upload4.png) center center no-repeat;
}
