﻿.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: 1000px) and (max-width: 1599px) {
    /* TABLET DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: block;
    }

    .mobile-page {
        display: none;
    }
}

@media all and (max-width: 999px) {
    /* 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 BAR */

.wide-search-bar {
    position: relative;
    width: 100%;
    height: 60px;
    background: #263238;
}

.wide-search-bar .left {
    position: relative;
    width: 70%;
    height: 60px;
    float: left;
}

.wide-search-bar .right {
    position: relative;
    width: 30%;
    height: 60px;
    float: right;
}

.wide-search-bar input {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 7px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 8px 40px 8px 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-search-bar-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: url(/images/find.png) center center no-repeat;
    cursor: pointer;
}

.wide-search-bar .toolbar {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}

.wide-search-bar .toolbar-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.wide-search-bar select {
    position: relative;
    width: 200px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px 0 0;
    border: 0;
    outline: none;
}

/* WIDE CATEGORY LINE */

.wide-category-line {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #0d5bbc;
}

.wide-category-line table {
    width: 1009px;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.wide-category-line table > tr {
    vertical-align: middle;
}

.wide-category-line tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wide-category-line td {
    display: table-cell;
    vertical-align: inherit;
}

.wide-category-line .image-col {
    position: relative;
    width: 128px;
}

.wide-category-line .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wide-category-line .image {
    position: relative;
    width: 128px;
    height: 98px;
    overflow: hidden;
}

.wide-category-line .name {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 0 30px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: bold;
}

.wide-category-line .description {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 8px 30px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: 500;
}


/* WIDE SCRIPT CONTENT */

.wide-script-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.wide-script-content h3 {
    color: black;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.wide-script-content .table2 {
    width: 100%;
}

.wide-script-content table > tr {
    vertical-align: middle;
}

.wide-script-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wide-script-content .td2 {
    width: 50%;
    vertical-align: top;
}

.wide-script-content .info-table {
    position: relative;
    width: 90%;
    margin: 10px 0 0 0;
}

.wide-script-content .name {
    width: 30%;
    padding: 5px;
    border-bottom: 1px dashed gray;
}

.wide-script-content .value {
    width: 70%;
    padding: 5px;
    text-align: right;
    border-bottom: 1px dashed gray;
}

.wide-script-content .name2 {
    width: 30%;
    padding: 5px;
}

.wide-script-content .value2 {
    width: 70%;
    padding: 5px;
    text-align: right;
}

.wide-script-content .price {
    color: red;
    font-weight: bold;
}

.wide-script-content .description {
    padding: 0 4px 50px 4px;
    box-sizing: border-box;
}

/* 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;
}

/* WIDE TEST RESULT */

.wide-test-result {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
}

.wide-test-result table {
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.wide-test-result .test-result-header {
    background: #1a69cb;
    color: white;
    font-size: 14px;
}

.wide-test-result .test-result-header-td {
    padding: 10px;
    box-sizing: border-box;
}

.wide-test-result .name-column {
    width: 40%;
    min-width: 40%;
    padding: 5px;
    box-sizing: border-box;
}

.wide-test-result .value-column {
    width: 60%;
    min-width: 60%;
    padding: 5px;
    box-sizing: border-box;
}

.wide-test-result .found-result {
    color: white;
    background: #89a465;
    padding: 4px;
    box-sizing: border-box;
}

.wide-test-result .notfound-result {
    color: white;
    background: #cb1a1a;
    padding: 4px;
    box-sizing: border-box;
}

.wide-test-result .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 8px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

.wide-test-result .blue-button {
    box-shadow: inset 0px 1px 0px 0px #717ee2;
    background: linear-gradient(to bottom, #0339c4 5%, #094ca8 100%);
    background-color: #0330c4;
    border-radius: 6px;
    border: 1px solid #0752b8;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    outline: none;
}

/* WIDE GALLERY */

#wide-gallery {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    margin: 21px 0 21px 0;
}

#wide-gallery .gallery-item {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 5px;
}

#wide-gallery .preview-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

/* WIDE GALLERY PREVIEW DIALOG */

.wide-gallery-preview-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#wide-gallery-preview-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#wide-gallery-preview-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 400px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#wide-gallery-preview-dialog .preview-image-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

#wide-gallery-preview-dialog img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#wide-gallery-preview-dialog .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
    z-index: 100;
}

/* WIDE REGISTER INFO */

.wide-register-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 17px;
}

/* TABLET STYLES **********************************************************/

.tablet-content {
    position: relative;
    width: 768px;
    height: auto;
    margin: 0 auto 0 auto;
}

.tablet-content2 {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* TABLET SEARCH BAR */

.tablet-search-bar {
    position: relative;
    width: 100%;
    height: 60px;
    background: #263238;
}

.tablet-search-bar .left {
    position: relative;
    width: 70%;
    height: 60px;
    float: left;
}

.tablet-search-bar .right {
    position: relative;
    width: 30%;
    height: 60px;
    float: right;
}

.tablet-search-bar input {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 7px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 8px 40px 8px 15px;
    box-sizing: border-box;
    outline: none;
}

.tablet-search-bar-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: url(/images/find.png) center center no-repeat;
    cursor: pointer;
}

.tablet-search-bar .toolbar {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}

.tablet-search-bar .toolbar-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.tablet-search-bar select {
    position: relative;
    width: 200px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px 0 0;
    border: 0;
    outline: none;
}

/* TABLET CATEGORY LINE */

.tablet-category-line {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #0d5bbc;
}

.tablet-category-line table {
    width: 1000px;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.tablet-category-line table > tr {
    vertical-align: middle;
}

.tablet-category-line tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tablet-category-line td {
    display: table-cell;
    vertical-align: inherit;
}

.tablet-category-line .image-col {
    position: relative;
    width: 128px;
}

.tablet-category-line .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tablet-category-line .image {
    position: relative;
    width: 128px;
    height: 98px;
    overflow: hidden;
}

.tablet-category-line .name {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 0 30px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: bold;
}

.tablet-category-line .description {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 8px 30px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: 500;
}


/* TABLET SCRIPT CONTENT */

.tablet-script-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.tablet-script-content h3 {
    color: black;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.tablet-script-content .table2 {
    width: 100%;
}

.tablet-script-content table > tr {
    vertical-align: middle;
}

.tablet-script-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tablet-script-content .td2 {
    width: 50%;
    vertical-align: top;
}

.tablet-script-content .info-table {
    position: relative;
    width: 90%;
    margin: 10px 0 0 0;
}

.tablet-script-content .name {
    width: 30%;
    padding: 5px;
    border-bottom: 1px dashed gray;
}

.tablet-script-content .value {
    width: 70%;
    padding: 5px;
    text-align: right;
    border-bottom: 1px dashed gray;
}

.tablet-script-content .name2 {
    width: 30%;
    padding: 5px;
}

.tablet-script-content .value2 {
    width: 70%;
    padding: 5px;
    text-align: right;
}

.tablet-script-content .price {
    color: red;
    font-weight: bold;
}

.tablet-script-content .description {
    padding: 0 4px 50px 4px;
    box-sizing: border-box;
}

/* 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;
}

/* TABLET TEST RESULT */

.tablet-test-result {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
}

.tablet-test-result table {
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.tablet-test-result .test-result-header {
    background: #1a69cb;
    color: white;
    font-size: 14px;
}

.tablet-test-result .test-result-header-td {
    padding: 10px;
    box-sizing: border-box;
}

.tablet-test-result .name-column {
    width: 40%;
    min-width: 40%;
    padding: 5px;
    box-sizing: border-box;
}

.tablet-test-result .value-column {
    width: 60%;
    min-width: 60%;
    padding: 5px;
    box-sizing: border-box;
}

.tablet-test-result .found-result {
    color: white;
    background: #89a465;
    padding: 4px;
    box-sizing: border-box;
}

.tablet-test-result .notfound-result {
    color: white;
    background: #cb1a1a;
    padding: 4px;
    box-sizing: border-box;
}

.tablet-test-result .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 8px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

.tablet-test-result .blue-button {
    box-shadow: inset 0px 1px 0px 0px #717ee2;
    background: linear-gradient(to bottom, #0339c4 5%, #094ca8 100%);
    background-color: #0330c4;
    border-radius: 6px;
    border: 1px solid #0752b8;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    outline: none;
}

/* TABLET GALLERY */

#tablet-gallery {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    margin: 21px 0 21px 0;
}

#tablet-gallery .gallery-item {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 5px;
}

#tablet-gallery .preview-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

/* TABLET GALLERY PREVIEW DIALOG */

.tablet-gallery-preview-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#tablet-gallery-preview-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#tablet-gallery-preview-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 400px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#tablet-gallery-preview-dialog .preview-image-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

#tablet-gallery-preview-dialog img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#tablet-gallery-preview-dialog .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
    z-index: 100;
}

/* TABLET REGISTER INFO */

.tablet-register-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 17px;
}

/* 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 BAR */

.mobile-search-bar {
    position: relative;
    width: 100%;
    height: auto;
    background: #263238;
}

.mobile-search-bar input {
    position: relative;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 7px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 8px 40px 8px 15px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    outline: none;
}

.mobile-search-bar-search {
    position: absolute;
    right: 14px;
    top: 124px;
    width: 25px;
    height: 25px;
    background: url(/images/find.png) center center no-repeat;
    cursor: pointer;
}

.mobile-search-bar .toolbar {
    position: relative;
    width: 100%;
    height: auto;
}

.mobile-search-bar .toolbar-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.mobile-search-bar select {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    margin: 10px 10px 0 0;
    border: 0;
    outline: none;
}

/* MOBIlE CATEGORY LINE */

.mobile-category-line {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #0d5bbc;
}

.mobile-category-line table {
    width: 1000px;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.mobile-category-line table > tr {
    vertical-align: middle;
}

.mobile-category-line tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.mobile-category-line td {
    display: table-cell;
    vertical-align: inherit;
}

.mobile-category-line .image-col {
    position: relative;
    width: 128px;
}

.mobile-category-line .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-category-line .image {
    position: relative;
    width: 128px;
    height: 98px;
    overflow: hidden;
}

.mobile-category-line .name {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
}

.mobile-category-line .description {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: white;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
}

/* MOBILE SCRIPT CONTENT */

.mobile-script-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.mobile-script-content h3 {
    color: black;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.mobile-script-content .table2 {
    width: 100%;
}

.mobile-script-content table > tr {
    vertical-align: middle;
}

.mobile-script-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.mobile-script-content .td2 {
    width: 50%;
    vertical-align: top;
}

.mobile-script-content .info-table {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
}

.mobile-script-content .name {
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

.mobile-script-content .value {
    width: 100%;
    padding: 5px;
    text-align: left;
    border-bottom: 1px dashed gray;
}

.mobile-script-content .name2 {
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

.mobile-script-content .value2 {
    width: 100%;
    padding: 5px;
    text-align: left;
}

.mobile-script-content .price {
    color: red;
    font-weight: bold;
}

.mobile-script-content .description {
    padding: 0 4px 10px 4px;
    box-sizing: border-box;
}

/* MOBILE UPLOAD FORM */

.mobile-upload-form {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.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;
}

/* MOBILE TEST RESULT */

.mobile-test-result {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.mobile-test-result table {
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.mobile-test-result .test-result-header {
    background: #1a69cb;
    color: white;
    font-size: 14px;
}

.mobile-test-result .test-result-header-td {
    padding: 10px;
    box-sizing: border-box;
}

.mobile-test-result .name-column {
    width: 40%;
    min-width: 40%;
    padding: 5px;
    box-sizing: border-box;
}

.mobile-test-result .value-column {
    width: 60%;
    min-width: 60%;
    padding: 5px;
    box-sizing: border-box;
}

.mobile-test-result .found-result {
    color: white;
    background: #89a465;
    padding: 4px;
    box-sizing: border-box;
}

.mobile-test-result .notfound-result {
    color: white;
    background: #cb1a1a;
    padding: 4px;
    box-sizing: border-box;
}

.mobile-test-result .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 8px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

.mobile-test-result .blue-button {
    box-shadow: inset 0px 1px 0px 0px #717ee2;
    background: linear-gradient(to bottom, #0339c4 5%, #094ca8 100%);
    background-color: #0330c4;
    border-radius: 6px;
    border: 1px solid #0752b8;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    outline: none;
}

/* MOBILE REGISTER INFO CONTENT */

.mobile-register-info-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
}

.mobile-register-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 40px 0px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
}