.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none;
}


@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;
}

@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-search-block {
    position: relative;
    width: 100%;
    height: 600px;
    background: #273238;
}

.wide-search-block-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    mix-blend-mode: multiply;
    opacity: 0.7;
    background: url(/images/top.png) center center no-repeat;
}

.wide-search-block-h1 {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 100%;
    height: 43px;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
}

.wide-search-block-h2 {
    position: absolute;
    top: 164px;
    left: 0px;
    width: 100%;
    height: 29px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.wide-search-block-h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    position: absolute;
    top: 225px;
    left: 50%;
    width: auto;
    height: 43px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
}

.wide-search-block-links {
    position: absolute;
    width: 330px;
    height: 22px;
    left: 400px;
    top: 316px;
}

.wide-search-block-links-default {
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.wide-search-block-links a, .wide-search-block-links a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

    .wide-search-block-links a:hover {
        text-decoration: underline;
    }

.wide-search-block-input {
    position: absolute;
    top: 362px;
    left: 50%;
    width: 800px;
    height: 60px;
    transform: translate(-50%, 0%);
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 0px 5px 30px rgba(49, 63, 160, 0.15);
    border-radius: 4px;
}

    .wide-search-block-input input {
        width: 100%;
        height: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        line-height: 18px;
        padding: 0px 62px 0 25px;
        box-sizing: border-box;
        border: 0;
        outline: none;
    }

    .wide-search-block-input .search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 19.71px;
        height: 19.71px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .wide-search-block-input .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

.wide-search-block-examples {
    position: absolute;
    top: 438px;
    left: 50%;
    width: auto;
    height: 18px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: skyblue;
}

    .wide-search-block-examples a, .wide-search-block-examples a:visited {
        text-decoration: none;
        color: white;
    }

        .wide-search-block-examples a:hover {
            text-decoration: underline;
        }

.wide-warning {
    position: absolute;
    top: 560px;
    left: 50%;
    width: 1009px;
    height: 220px;
    transform: translate(-50%, 0%);
    background: url(/images/warning-icon.png) 20px center no-repeat #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    z-index: 50;
}

.wide-warning-content {
    position: relative;
    width: calc(100% - 279px);
    height: 220px;
    float: right;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    color: #262626;
}

.wide-warning-shadow {
    position: absolute;
    left: 50%;
    top: 620px;
    width: 863px;
    height: 140px;
    transform: translate(-50%, 0%);
    background: #313FA0;
    opacity: 0.7;
    filter: blur(30px);
    border-radius: 4px;
    z-index: 49;
}

.wide-warning-pad {
    position: relative;
    width: 100%;
    height: 250px;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-important-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.wide-important {
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #F70A34;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.wide-important-content {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #262626;
    border-left: 3px solid #F60A34;
    padding: 0px 20px 0 20px;
    box-sizing: border-box;
}

.wide-important-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.wide-important-pad2 {
    position: relative;
    width: 100%;
    height: 30px;
}

.wide-banner {
    position: relative;
    width: 1008px;
    height: 120px;
}

.wide-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.wide-latest-news-h1 {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

.wide-latest-news-table {
    position: relative;
    width: 100%;
    height: auto;
}

.wide-latest-news-column {
    width: 33.33%;
    max-width: 33.33%;
    height: auto;
    vertical-align: top;
}

.wide-latest-news-item {
    position: relative;
    width: 280px;
    height: auto;
}

.wide-latest-news-center {
    margin: 0 auto 0 auto;
}

.wide-latest-news-image {
    position: relative;
    width: 280px;
    height: 165px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

    .wide-latest-news-image img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px;
        padding: 0px;
    }

.wide-latest-news-link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
}

    .wide-latest-news-link a, .wide-latest-news-link a:visited {
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #2F80ED;
        opacity: 0.8;
        text-decoration: none;
    }

        .wide-latest-news-link a:hover {
            text-decoration: underline;
        }

.wide-latest-news-description {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #262626;
    opacity: 0.8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.wide-latest-news-date {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #B4B4B4;
    opacity: 0.8;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.wide-last-search-requests-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.wide-last-search-requests-h1 {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
}

.wide-last-search-requests {
    position: relative;
    width: 100%;
    height: auto;
}

    .wide-last-search-requests .item {
        position: relative;
        width: 100%;
        height: 60px;
        margin: 0 0 10px 0;
    }

    .wide-last-search-requests a, .wide-last-search-requests a:visited {
        color: #2F80ED;
        text-decoration: none;
    }

        .wide-last-search-requests a:hover {
            text-decoration: underline;
        }

    .wide-last-search-requests .item-wrapper {
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translate(-50%, 0%);
        display: inline-block;
        width: 400px;
        height: 100%;
        background: white;
        overflow: hidden;
    }

    .wide-last-search-requests .item-center {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, 0%);
        position: relative;
        width: auto;
        height: auto;
    }

    .wide-last-search-requests .item-query {
        position: relative;
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #2F80ED;
        float: left;
        padding: 24px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .item-time {
        position: relative;
        width: auto;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #7d7d7d;
        float: left;
        padding: 24px 0 24px 0;
        box-sizing: border-box;
    }

    .wide-last-search-requests .item-arrow-down {
        position: relative;
        width: 11.61px;
        height: 6.75px;
        background: url(/images/arrow-down.png) center center no-repeat;
        cursor: pointer;
        float: left;
        padding: 64px 0 0 36px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .item-arrow-up {
        position: relative;
        width: 11.61px;
        height: 6.75px;
        background: url(/images/arrow-up.png) center center no-repeat;
        cursor: pointer;
        float: left;
        padding: 64px 0 0 36px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .item-expanded {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        background: white;
    }

    .wide-last-search-requests .item-expanded-header {
        position: relative;
        width: 100%;
        height: 60px;
    }

    .wide-last-search-requests .item-separator {
        position: absolute;
        bottom: 0px;
        left: 24px;
        width: calc(100% - 48px);
        height: 1px;
        background: #E2EBF8;
    }

    .wide-last-search-requests table {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
    }

    .wide-last-search-requests .ecu-header {
        width: 120px;
        color: #7d7d7d;
        padding: 25px 15px 25px 15px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .name-header {
        width: 100%;
        color: #7d7d7d;
        padding: 25px 15px 25px 15px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .price-header {
        width: 100px;
        color: #7d7d7d;
        padding: 25px 15px 25px 15px;
        box-sizing: border-box;
    }

    .wide-last-search-requests .button-header {
        width: 100px;
        color: #7d7d7d;
        padding: 25px 0 25px 0;
        box-sizing: border-box;
    }

    .wide-last-search-requests .ecu-column, .wide-last-search-requests .name-column, .wide-last-search-requests .price-column {
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #262626;
        padding: 21px 15px 21px 15px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .wide-last-search-requests .column-separator {
        border-bottom: 1px solid #E2EBF8;
    }

    .wide-last-search-requests .blue-background {
        background: #eef3fb;
    }

    .wide-last-search-requests button {
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        background: #2F80ED;
        color: white;
        outline: none;
    }

        .wide-last-search-requests button:hover {
            background: #1e6acf;
        }

        .wide-last-search-requests button:active {
            background: #1959ae;
        }

    .wide-last-search-requests .cart {
        position: relative;
        display: inline-block;
        width: 13.38px;
        height: 13.38px;
        background: url(/images/cart.png) center center no-repeat;
        margin: 0 5px 0 0;
    }

.wide-last-search-requests-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.wide-categories-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
}

.wide-categories-h1 {
    width: 624px;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
    padding: 50px 0 50px 0;
    box-sizing: border-box;
}

.wide-categories-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.wide-categories-block .column {
    padding: 10px;
    box-sizing: border-box;
}

.wide-categories-block .separator {
    border-bottom: 1px solid #F2F2F2;
}

.wide-categories-block .category {
    position: relative;
    width: 100%;
    height: 100%;
}

.wide-categories-block .link {
    display: inline-block;
    width: auto;
    height: auto;
}

.wide-categories-block .count {
    display: inline-block;
    width: auto;
    height: auto;
    color: #C5C5C5;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.wide-categories-block a, .wide-categories-block a:visited {
    color: #2F80ED;
    text-decoration: none;
}

    .wide-categories-block a:hover {
        text-decoration: underline;
    }

.wide-categories-block-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.wide-categories-block button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 22px 16px;
    margin: 0 0 100px 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .wide-categories-block button:hover {
        background: #1e6acf;
    }

    .wide-categories-block button:active {
        background: #1959ae;
    }

.wide-file-cart-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .wide-file-cart-dialog .background {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #242A50;
        opacity: 0.80;
    }

    .wide-file-cart-dialog .form {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 650px;
        height: 338px;
        transform: translate(-50%, -50%);
        background: #F7F9FC;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .wide-file-cart-dialog .close {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 15px;
        height: 15px;
        background: url(/images/close.png) center center no-repeat;
        cursor: pointer;
    }

    .wide-file-cart-dialog .content {
        position: absolute;
        left: 70px;
        top: 80px;
        width: calc(100% - 140px);
        height: calc(100% - 80px);
    }

    .wide-file-cart-dialog .header {
        width: 100%;
        height: auto;
        font-family: GolosBold;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #262626;
    }

    .wide-file-cart-dialog .file-line {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        padding: 70px 0 70px 0;
        box-sizing: border-box;
    }

    .wide-file-cart-dialog .filename {
        position: relative;
        float: left;
        overflow-wrap: anywhere;
    }

    .wide-file-cart-dialog .price {
        position: relative;
        float: right;
        padding: 0 0 15px 0;
        box-sizing: border-box;
    }

    .wide-file-cart-dialog a, .wide-file-cart-dialog a:visited {
        color: #2F80ED;
        text-decoration: none;
    }

        .wide-file-cart-dialog a:hover {
            text-decoration: underline;
        }

    .wide-file-cart-dialog table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .wide-file-cart-dialog .td-space {
        position: relative;
        width: 21px;
        min-width: 21px;
    }

    .wide-file-cart-dialog button.continue {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        background: #E2EBF8;
        color: #2F80ED;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .wide-file-cart-dialog button.continue:hover {
            background: #b9c7dc;
        }

        .wide-file-cart-dialog button.continue:active {
            background: #8fa3bf;
        }

    .wide-file-cart-dialog button.checkout {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        background: #2F80ED;
        color: white;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .wide-file-cart-dialog button.checkout:hover {
            background: #276dcb;
        }

        .wide-file-cart-dialog button.checkout:active {
            background: #1f5399;
        }

/* TABLET STYLES -------------------------------------------------------------------------------------- */

.tablet-search-block {
    position: relative;
    width: 100%;
    height: 530px;
    background: #273238;
}

.tablet-content {
    position: relative;
    width: 768px;
    height: auto;
    margin: 0 auto 0 auto;
}

.tablet-search-block-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 530px;
    mix-blend-mode: multiply;
    opacity: 0.7;
    background: url(/images/top.png) center center no-repeat;
}

.tablet-search-block-h1 {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 43px;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.tablet-search-block-h2 {
    position: absolute;
    top: 134px;
    left: 0px;
    width: 100%;
    height: 29px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.tablet-search-block-h3 {
    display: table;
    padding: 12px 24px;
    position: absolute;
    top: 180px;
    left: 50%;
    width: 600px;
    height: 43px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
}

.tablet-search-block-links {
    position: absolute;
    top: 300px;
    left: 40px;
    width: 330px;
    height: 22px;
}

.tablet-search-block-links-default {
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.tablet-search-block-links a, .tablet-search-block-links a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

    .tablet-search-block-links a:hover {
        text-decoration: underline;
    }

.tablet-search-block-input {
    position: absolute;
    top: 352px;
    left: 50%;
    width: 688px;
    height: 60px;
    transform: translate(-50%, 0%);
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 0px 5px 30px rgba(49, 63, 160, 0.15);
    border-radius: 4px;
}

    .tablet-search-block-input input {
        width: 100%;
        height: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        line-height: 18px;
        padding: 0px 62px 0 25px;
        box-sizing: border-box;
        border: 0;
        outline: none;
    }

    .tablet-search-block-input .search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 19.71px;
        height: 19.71px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .tablet-search-block-input .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

.tablet-search-block-examples {
    position: absolute;
    top: 428px;
    left: 50%;
    width: 100%;
    height: 18px;
    transform: translate(-50%, 0%);
    text-align: center;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: skyblue;
}

    .tablet-search-block-examples a, .tablet-search-block-examples a:visited {
        text-decoration: none;
        color: white;
    }

        .tablet-search-block-examples a:hover {
            text-decoration: underline;
        }

.tablet-warning {
    position: absolute;
    top: 500px;
    left: 50%;
    width: 728px;
    height: 200px;
    transform: translate(-50%, 0%);
    background: url(/images/warning-icon2.png) 20px center no-repeat #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    z-index: 50;
}

.tablet-warning-content {
    position: relative;
    width: calc(100% - 150px);
    height: 200px;
    float: right;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    color: #262626;
}

.tablet-warning-shadow {
    position: absolute;
    left: 50%;
    top: 550px;
    width: 620px;
    height: 140px;
    transform: translate(-50%, 0%);
    background: #313FA0;
    opacity: 0.7;
    filter: blur(30px);
    border-radius: 4px;
    z-index: 49;
}

.tablet-warning-pad {
    position: relative;
    width: 100%;
    height: 250px;
}

.tablet-content2 {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
}

.tablet-important-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.tablet-important {
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #F70A34;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.tablet-important-content {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #262626;
    border-left: 3px solid #F60A34;
    padding: 0px 20px 0 20px;
    box-sizing: border-box;
}

.tablet-important-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.tablet-important-pad2 {
    position: relative;
    width: 100%;
    height: 30px;
}

.tablet-banner {
    position: relative;
    width: 688px;
    height: 82px;
}

.tablet-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.tablet-latest-news-h1 {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

.tablet-latest-news-table {
    position: relative;
    width: 100%;
    height: auto;
}

.tablet-latest-news-column {
    width: 33.33%;
    max-width: 33.33%;
    height: auto;
    vertical-align: top;
}

.tablet-latest-news-item {
    position: relative;
    width: 200px;
    height: auto;
}

.tablet-latest-news-center {
    margin: 0 auto 0 auto;
}

.tablet-latest-news-image {
    position: relative;
    width: 200px;
    height: 115px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

    .tablet-latest-news-image img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px;
        padding: 0px;
    }

.tablet-latest-news-link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
}

    .tablet-latest-news-link a, .tablet-latest-news-link a:visited {
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #2F80ED;
        opacity: 0.8;
        text-decoration: none;
    }

        .tablet-latest-news-link a:hover {
            text-decoration: underline;
        }

.tablet-latest-news-description {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #262626;
    opacity: 0.8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.tablet-latest-news-date {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #B4B4B4;
    opacity: 0.8;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.tablet-last-search-requests-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.tablet-last-search-requests-h1 {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
}

.tablet-last-search-requests .item {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
}

.tablet-last-search-requests a, .tablet-last-search-requests a:visited {
    color: #2F80ED;
    text-decoration: none;
}

    .tablet-last-search-requests a:hover {
        text-decoration: underline;
    }

.tablet-last-search-requests .item-wrapper {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    display: inline-block;
    width: 400px;
    height: 100%;
    background: white;
    overflow: hidden;
}

.tablet-last-search-requests .item-center {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    position: relative;
    width: auto;
    height: auto;
}

.tablet-last-search-requests .item-query {
    position: relative;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #2F80ED;
    float: left;
    padding: 24px;
    box-sizing: border-box;
}

.tablet-last-search-requests .item-time {
    position: relative;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #7d7d7d;
    float: left;
    padding: 24px 0 24px 0;
    box-sizing: border-box;
}

.tablet-last-search-requests .item-arrow-down {
    position: relative;
    width: 11.61px;
    height: 6.75px;
    background: url(/images/arrow-down.png) center center no-repeat;
    cursor: pointer;
    float: left;
    padding: 64px 0 0 36px;
    box-sizing: border-box;
}

.tablet-last-search-requests .item-arrow-up {
    position: relative;
    width: 11.61px;
    height: 6.75px;
    background: url(/images/arrow-up.png) center center no-repeat;
    cursor: pointer;
    float: left;
    padding: 64px 0 0 36px;
    box-sizing: border-box;
}

.tablet-last-search-requests .item-expanded {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    margin: 0 0 10px 0;
}

.tablet-last-search-requests .item-expanded-header {
    position: relative;
    width: 100%;
    height: 60px;
}

.tablet-last-search-requests .item-separator {
    position: absolute;
    bottom: 0px;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    background: #E2EBF8;
}

.tablet-last-search-requests table {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
}

.tablet-last-search-requests .blue-background {
    background: #eef3fb;
}

.tablet-last-search-requests .ecu-header {
    width: 120px;
    color: #7d7d7d;
    padding: 25px 15px 25px 15px;
    box-sizing: border-box;
}

.tablet-last-search-requests .name-header {
    width: 100%;
    color: #7d7d7d;
    padding: 25px 15px 25px 15px;
    box-sizing: border-box;
}

.tablet-last-search-requests .price-header {
    width: 100px;
    color: #7d7d7d;
    padding: 25px 15px 25px 15px;
    box-sizing: border-box;
}

.tablet-last-search-requests .button-header {
    width: 100px;
    color: #7d7d7d;
    padding: 25px 15px 25px 15px;
    box-sizing: border-box;
}

.tablet-last-search-requests .ecu-column, .tablet-last-search-requests .name-column, .tablet-last-search-requests .price-column {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    padding: 21px 15px 21px 15px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.tablet-last-search-requests .column-separator {
    border-bottom: 1px solid #E2EBF8;
}

.tablet-last-search-requests button {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 12px 16px;
    border: 0;
    border-radius: 4px;
    background: #2F80ED;
    color: white;
    outline: none;
}

    .tablet-last-search-requests button:hover {
        background: #1e6acf;
    }

    .tablet-last-search-requests button:active {
        background: #1959ae;
    }

.tablet-last-search-requests .cart {
    position: relative;
    display: inline-block;
    width: 13.38px;
    height: 13.38px;
    background: url(/images/cart.png) center center no-repeat;
    margin: 0 5px 0 0;
}

.tablet-last-search-requests-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.tablet-categories-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
}

.tablet-categories-h1 {
    width: 624px;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
    padding: 50px 0 50px 0;
    box-sizing: border-box;
}

.tablet-categories-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.tablet-categories-block .column {
    padding: 10px;
    box-sizing: border-box;
}

.tablet-categories-block .separator {
    border-bottom: 1px solid #F2F2F2;
}

.tablet-categories-block .category {
    position: relative;
    width: 100%;
    height: 100%;
}

.tablet-categories-block .link {
    display: inline-block;
    width: auto;
    height: auto;
}

.tablet-categories-block .count {
    display: inline-block;
    width: auto;
    height: auto;
    color: #C5C5C5;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.tablet-categories-block a, .tablet-categories-block a:visited {
    color: #2F80ED;
    text-decoration: none;
}

    .tablet-categories-block a:hover {
        text-decoration: underline;
    }

.tablet-categories-block-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.tablet-categories-block button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 22px 16px;
    margin: 0 0 100px 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .tablet-categories-block button:hover {
        background: #1e6acf;
    }

    .tablet-categories-block button:active {
        background: #1959ae;
    }

/* FILE CART DIALOG */

.tablet-file-cart-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .tablet-file-cart-dialog .background {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #242A50;
        opacity: 0.80;
    }

    .tablet-file-cart-dialog .form {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 650px;
        height: 338px;
        transform: translate(-50%, -50%);
        background: #F7F9FC;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .tablet-file-cart-dialog .close {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 15px;
        height: 15px;
        background: url(/images/close.png) center center no-repeat;
        cursor: pointer;
    }

    .tablet-file-cart-dialog .content {
        position: absolute;
        left: 70px;
        top: 80px;
        width: calc(100% - 140px);
        height: calc(100% - 80px);
    }

    .tablet-file-cart-dialog .header {
        width: 100%;
        height: auto;
        font-family: GolosBold;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #262626;
    }

    .tablet-file-cart-dialog .file-line {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        padding: 70px 0 70px 0;
        box-sizing: border-box;
    }

    .tablet-file-cart-dialog .filename {
        position: relative;
        float: left;
        overflow-wrap: anywhere;
    }

    .tablet-file-cart-dialog .price {
        position: relative;
        float: right;
        padding: 0 0 15px 0;
        box-sizing: border-box;
    }

    .tablet-file-cart-dialog a, .tablet-file-cart-dialog a:visited {
        color: #2F80ED;
        text-decoration: none;
    }

        .tablet-file-cart-dialog a:hover {
            text-decoration: underline;
        }

    .tablet-file-cart-dialog table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .tablet-file-cart-dialog .td-space {
        position: relative;
        width: 21px;
        min-width: 21px;
    }

    .tablet-file-cart-dialog button.continue {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        background: #E2EBF8;
        color: #2F80ED;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .tablet-file-cart-dialog button.continue:hover {
            background: #b9c7dc;
        }

        .tablet-file-cart-dialog button.continue:active {
            background: #8fa3bf;
        }

    .tablet-file-cart-dialog button.checkout {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        background: #2F80ED;
        color: white;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .tablet-file-cart-dialog button.checkout:hover {
            background: #276dcb;
        }

        .tablet-file-cart-dialog button.checkout:active {
            background: #1f5399;
        }

/* 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-search-block {
    position: relative;
    width: 100%;
    height: 468px;
    background: #273238;
}

.mobile-content {
    position: relative;
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
}

.mobile-search-block-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 468px;
    mix-blend-mode: multiply;
    opacity: 0.7;
    background: url(/images/top3.webp) center center no-repeat;
}

.mobile-search-block-h1 {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 44px;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-align: center;
    color: #FFFFFF;
}

.mobile-search-block-h2 {
    position: absolute;
    top: 107px;
    left: 0px;
    width: 100%;
    height: 34px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.mobile-search-block-h3 {
    display: table;
    padding: 12px 24px;
    position: absolute;
    top: 165px;
    left: 50%;
    width: calc(100% - 40px);
    height: 43px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
}

.mobile-search-block-links {
    position: absolute;
    top: 272px;
    left: 20px;
    width: 220px;
    height: 22px;
}

.mobile-search-block-links-default {
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: white;
}

.mobile-search-block-links a, .mobile-search-block-links a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

    .mobile-search-block-links a:hover {
        text-decoration: underline;
    }

.mobile-search-block-input {
    position: absolute;
    top: 307px;
    left: 50%;
    width: 280px;
    height: 50px;
    transform: translate(-50%, 0%);
    font-size: 14px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 0px 5px 30px rgba(49, 63, 160, 0.15);
    border-radius: 4px;
}

    .mobile-search-block-input input {
        width: 100%;
        height: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        line-height: 16px;
        padding: 0px 62px 0 25px;
        box-sizing: border-box;
        border: 0;
        outline: none;
    }

    .mobile-search-block-input .search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 19.71px;
        height: 19.71px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-search-block-input .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

.mobile-search-block-examples {
    position: absolute;
    top: 373px;
    left: 50%;
    width: 100%;
    height: 18px;
    transform: translate(-50%, 0%);
    text-align: center;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: skyblue;
}

    .mobile-search-block-examples a, .mobile-search-block-examples a:visited {
        text-decoration: none;
        color: white;
    }

        .mobile-search-block-examples a:hover {
            text-decoration: underline;
        }

.mobile-warning {
    position: absolute;
    top: 431px;
    left: 50%;
    width: 300px;
    height: 202px;
    transform: translate(-50%, 0%);
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    z-index: 50;
}

.mobile-warning-content {
    position: relative;
    width: 100%;
    height: 200px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    padding: 20px;
    box-sizing: border-box;
    color: #262626;
}

.mobile-warning-shadow {
    position: absolute;
    left: 50%;
    top: 500px;
    width: 256px;
    height: 140px;
    transform: translate(-50%, 0%);
    background: #313FA0;
    opacity: 0.7;
    filter: blur(30px);
    border-radius: 4px;
    z-index: 49;
}

.mobile-warning-pad {
    position: relative;
    width: 100%;
    height: 250px;
}


.mobile-content2 {
    position: relative;
    width: 280px;
    height: auto;
    margin: 0 auto 0 auto;
}

.mobile-important-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.mobile-important {
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #F70A34;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.mobile-important-content {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #262626;
    border-left: 3px solid #F60A34;
    padding: 0px 20px 0 20px;
    box-sizing: border-box;
}

.mobile-important-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.mobile-important-pad2 {
    position: relative;
    width: 100%;
    height: 30px;
}

.mobile-banner {
    position: relative;
    width: 280px;
    height: 50px;
}

.mobile-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}


.mobile-latest-news-h1 {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

.mobile-latest-news-item {
    position: relative;
    width: 100%;
    height: auto;
}

.mobile-latest-news-image {
    position: relative;
    width: 280px;
    height: 161px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

    .mobile-latest-news-image img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px;
        padding: 0px;
    }

.mobile-latest-news-link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
}

    .mobile-latest-news-link a, .mobile-latest-news-link a:visited {
        font-family: Golos;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        color: #2F80ED;
        opacity: 0.8;
        text-decoration: none;
    }

        .mobile-latest-news-link a:hover {
            text-decoration: underline;
        }

.mobile-latest-news-description {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #262626;
    opacity: 0.8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.mobile-latest-news-date {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B4B4B4;
    opacity: 0.8;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}


.mobile-last-search-requests-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f9fc;
}

.mobile-last-search-requests-h1 {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
}

.mobile-last-search-requests {
    position: relative;
    width: 100%;
    height: auto;
}

    .mobile-last-search-requests .item {
        position: relative;
        width: 100%;
        height: auto;
        background: white;
        margin: 0 0 10px 0;
    }

    .mobile-last-search-requests a, .mobile-last-search-requests a:visited {
        color: #2F80ED;
        text-decoration: none;
    }

        .mobile-last-search-requests a:hover {
            text-decoration: underline;
        }

    .mobile-last-search-requests .item-query {
        position: relative;
        width: 45%;
        min-width: 45%;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #2F80ED;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

    .mobile-last-search-requests .item-time {
        position: relative;
        width: 45%;
        min-width: 45%;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #7d7d7d;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

    .mobile-last-search-requests .item-arrow-down {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 11.61px;
        height: 6.75px;
        background: url(/images/arrow-down.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-last-search-requests .item-arrow-up {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 11.61px;
        height: 6.75px;
        background: url(/images/arrow-up.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-last-search-requests .space {
        position: relative;
        width: 100%;
        height: 10px;
    }

    .mobile-last-search-requests .item-expanded {
        position: relative;
        width: 100%;
        height: auto;
        background: white;
        margin: 0 0 10px 0;
    }

    .mobile-last-search-requests .item-expanded-header {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .mobile-last-search-requests .item-separator {
        position: absolute;
        bottom: 0px;
        left: 10px;
        width: calc(100% - 20px);
        height: 1px;
        background: #E2EBF8;
    }

    .mobile-last-search-requests .item-name {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        word-wrap: break-word;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .mobile-last-search-requests .item-file {
        display: inline-block;
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-last-search-requests .blue-background {
        background: #eef3fb;
    }

    .mobile-last-search-requests .item-ecu {
        position: relative;
        width: 40%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        float: left;
    }

    .mobile-last-search-requests .item-price {
        position: relative;
        width: 15%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        float: left;
    }

    .mobile-last-search-requests .item-button {
        position: relative;
        width: 40%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
        float: left;
    }

    .mobile-last-search-requests button {
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        background: #2F80ED;
        color: white;
        outline: none;
        float: right;
    }

        .mobile-last-search-requests button:hover {
            background: #1e6acf;
        }

        .mobile-last-search-requests button:active {
            background: #1959ae;
        }

    .mobile-last-search-requests .cart {
        position: relative;
        display: inline-block;
        width: 13.38px;
        height: 13.38px;
        background: url(/images/cart.png) center center no-repeat;
        margin: 0 5px 0 0;
    }

.mobile-last-search-requests-pad {
    position: relative;
    width: 100%;
    height: 50px;
}

.mobile-categories-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
}

.mobile-categories-h1 {
    width: 90%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

.mobile-categories-block .items {
    position: relative;
    width: 100%;
    height: auto;
}

.mobile-categories-block .item {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
}

.mobile-categories-block .name {
    position: relative;
    width: 70%;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    float: left;
}

.mobile-categories-block .count {
    position: relative;
    width: 30%;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #C5C5C5;
    float: right;
}

.mobile-categories-block a, .mobile-categories-block a:visited {
    color: #2F80ED;
    text-decoration: none;
}

    .mobile-categories-block a:hover {
        text-decoration: underline;
    }

.mobile-categories-block-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.mobile-categories-block button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 22px 16px;
    margin: 0 0 100px 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .mobile-categories-block button:hover {
        background: #1e6acf;
    }

    .mobile-categories-block button:active {
        background: #1959ae;
    }

/* FILE CART DIALOG */

.mobile-file-cart-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .mobile-file-cart-dialog .background {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #242A50;
        opacity: 0.80;
    }

    .mobile-file-cart-dialog .form {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 300px;
        height: 294px;
        transform: translate(-50%, -50%);
        background: #F7F9FC;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .mobile-file-cart-dialog .close {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 15px;
        height: 15px;
        background: url(/images/close.png) center center no-repeat;
        cursor: pointer;
        z-index: 100;
    }

    .mobile-file-cart-dialog .content {
        position: absolute;
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
    }

    .mobile-file-cart-dialog .header {
        width: 100%;
        height: auto;
        font-family: GolosBold;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #262626;
    }

    .mobile-file-cart-dialog .file-line {
        position: relative;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        padding: 30px 0 30px 0;
        box-sizing: border-box;
    }

    .mobile-file-cart-dialog .filename {
        position: relative;
        width: 100%;
        overflow-wrap: anywhere;
    }

    .mobile-file-cart-dialog .price {
        position: relative;
        float: right;
        padding: 0 0 15px 0;
        box-sizing: border-box;
    }

    .mobile-file-cart-dialog a, .mobile-file-cart-dialog a:visited {
        color: #2F80ED;
        text-decoration: none;
    }

        .mobile-file-cart-dialog a:hover {
            text-decoration: underline;
        }

    .mobile-file-cart-dialog table {
        position: relative;
        width: 100%;
        height: auto;
        border-spacing: 0px;
        border-collapse: separate;
        box-sizing: border-box;
        table-layout: fixed;
    }

    .mobile-file-cart-dialog .td-space {
        position: relative;
        height: 10px;
        min-height: 10px;
    }

    .mobile-file-cart-dialog button.continue {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        text-transform: uppercase;
        background: #E2EBF8;
        color: #2F80ED;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .mobile-file-cart-dialog button.continue:hover {
            background: #b9c7dc;
        }

        .mobile-file-cart-dialog button.continue:active {
            background: #8fa3bf;
        }

    .mobile-file-cart-dialog button.checkout {
        position: relative;
        width: 100%;
        font-family: Golos;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        text-transform: uppercase;
        background: #2F80ED;
        color: white;
        padding: 12px 16px;
        border: 0;
        border-radius: 4px;
        outline: none;
    }

        .mobile-file-cart-dialog button.checkout:hover {
            background: #276dcb;
        }

        .mobile-file-cart-dialog button.checkout:active {
            background: #1f5399;
        }
