.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;
    }

    .wide-message-dialog-box-wrapper {
        display: block;
    }

    .tablet-message-dialog-box-wrapper {
        display: none;
    }

    .mobile-message-dialog-box-wrapper {
        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;
    }

    .wide-message-dialog-box-wrapper {
        display: none;
    }

    .tablet-message-dialog-box-wrapper {
        display: block;
    }

    .mobile-message-dialog-box-wrapper {
        display: none;
    }

}

@media all and (max-width: 999px) {
    /* MOBILE DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: none;
    }

    .mobile-page {
        display: block;
    }

    .wide-message-dialog-box-wrapper {
        display: none;
    }

    .tablet-message-dialog-box-wrapper {
        display: none;
    }

    .mobile-message-dialog-box-wrapper {
        display: block;
    }

}

.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BLOCK */

.wide-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .wide-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .wide-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .wide-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .wide-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .wide-search-block ::placeholder {
        color: #9c9c9c;
    }

/* WIDE CONTENT BLOCK */

.wide-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

    .wide-content-block a, .wide-content-block a:visited {
        text-decoration: none;
        color: #2f80ed;
    }

        .wide-content-block a:hover {
            text-decoration: underline;
        }

.wide-h1 {
    position: relative;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 30px 0;
}

.wide-discount-banner-header {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: red;
    margin: 0 0 10px 0;
}

.wide-discount-banner-description {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: red;
    margin: 0 0 30px 0;
}

.wide-credits {
    position: relative;
    width: 100%;
    height: 90px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.wide-credits .left {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.wide-credits .right {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
}

.wide-credits .separator {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translate(-50%, -50%);
    background: #E2EBF8;
}

.wide-credits .text-left {
    position: absolute;
    left: 50%;
    top: 19px;
    width: 380px;
    height: 30px;
    transform: translate(-50%, 0%);
    background: url(/images/discount.png?3) 0px center no-repeat;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.wide-credits .text2-left {
    position: absolute;
    left: 125px;
    bottom: 20px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #262626;
}

.wide-credits .text-right {
    position: absolute;
    left: 50%;
    top: 19px;
    width: 410px;
    height: 30px;
    transform: translate(-50%, 0%);
    background: url(/images/discount.png?3) 0px center no-repeat;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.wide-credits .text2-right {
    position: absolute;
    left: 110px;
    bottom: 20px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #262626;
}

.wide-content-block .keyword {
    color: #2F80ED;
}

.wide-content-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.wide-content-block td {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.wide-content-block .header-column {
    position: relative;
    padding: 0;
    height: 70px;
    min-height: 70px;
    box-sizing: border-box;
    vertical-align: top;
    word-wrap: break-word;
}

.wide-content-block .buttons-column {
    position: relative;
    width: 440px;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
}

.wide-content-block .table1 {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.wide-content-block .ecu-header {
    position: relative;
    width: 120px;
    max-width: 120px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.wide-content-block .file-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.wide-content-block .size-header {
    position: relative;
    width: 100px;
    max-width: 100px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.wide-content-block .price-header {
    position: relative;
    width: 100px;
    max-width: 100px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.wide-content-block .button-header {
    position: relative;
    width: 120px;
    max-width: 120px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.wide-content-block .archive-file {
    padding: 0 0 0 50px;
}

.wide-content-block .selected {
    background: rgba(226, 235, 248, 0.6);
}

.wide-content-block 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-content-block button:hover {
        background: #1e6acf;
    }

    .wide-content-block button:active {
        background: #1959ae;
    }

.wide-content-block .free-link-button {
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin: 0 20px 0 0;
    padding: 11px 20px;
    border: 0;
    border-radius: 4px;
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    background: white;
    color: #2F80ED;
    outline: none;
    text-transform: uppercase;
}

    .wide-content-block .free-link-button:hover {
        background: #1e6acf;
        color: white;
    }

    .wide-content-block .free-link-button:active {
        background: #1959ae;
        color: white;
    }

.wide-content-block .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-content-block a, .wide-content-block a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #2F80ED;
    text-decoration: none;
}

    .wide-content-block a:hover {
        text-decoration: underline;
    }

.wide-content-block .bold {
    font-family: GolosBold;
    font-weight: bold;
}

.wide-content-block .full {
    color: red;
}

.wide-content-block .flash {
    color: #099f18;
}

.wide-content-block .obd {
    color: #0547a0;
}

.wide-content-block .sgo-obd {
    color: #0547a0;
}

.wide-content-block .frf-obd {
    color: #0547a0;
}

.wide-content-block .page-navigator {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
}

.wide-content-block .page-navigator-content {
    display: table;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
}

/* WIDE GALLERY */

#wide-gallery .gallery {
    position: relative;
    width: 100%;
    height: 100px;
}

#wide-gallery .gallery-back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
}

#wide-gallery .gallery-forward {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
}

#wide-gallery .gallery-items {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    margin: 0 auto 0 auto;
}

#wide-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 100px;
}

#wide-gallery .gallery-space {
    position: relative;
    width: 10px;
    min-width: 10px;
}

#wide-gallery .separator {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #E2EBF8;
}

#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 .back {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url(/images/arrow-left.png) center center no-repeat;
}

    #wide-gallery .back:hover {
        background: url(/images/arrow-left2.png) center center no-repeat;
    }

#wide-gallery .forward {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url(/images/arrow-right.png) center center no-repeat;
}

    #wide-gallery .forward:hover {
        background: url(/images/arrow-right2.png) center center no-repeat;
    }

/* WIDE NAVIGATION */

a.wide-previous-button, a.wide-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px 12px 45px;
    background: url(/images/back.png) 15px center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-previous-button:hover {
        text-decoration: none;
        background: url(/images/back2.png) 15px center no-repeat #2F80ED;
        color: white;
    }

a.wide-next-button, a.wide-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 45px 12px 16px;
    background: url(/images/next.png) right center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-next-button:hover {
        text-decoration: none;
        background: url(/images/next2.png) right center no-repeat #2F80ED;
        color: white;
    }

a.wide-button, a.wide-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.wide-button:hover {
        text-decoration: none;
        background: #2F80ED;
        color: white;
    }

a.wide-current-button, a.wide-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    text-decoration: none;
}

    a.wide-current-button:hover {
        text-decoration: none;
    }

.wide-content-block .view-files-button {
    width: 100%;
    margin: 20px 0 20px 0;
    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-content-block .view-files-button:hover {
    background: #1e6acf;
}

.wide-content-block .view-files-button:active {
    background: #1959ae;
}

.wide-content-block .see-archive-file-label {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
    background: url(/images/arrow-up2.png) center 20px no-repeat;
}

.wide-content-block .bottom-info {
    position: relative;
    width: 100%;
    height: auto;
}

.wide-content-block .bottom-info-left {
    position: relative;
    width: 50%;
    height: auto;
    vertical-align: top;
}

.wide-content-block .bottom-info-right {
    position: relative;
    width: 50%;
    height: auto;
    vertical-align: top;
}

.wide-content-block .bottom-info2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.wide-content-block .quick-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    color: black;
}

.wide-banner {
    position: relative;
    width: 1008px;
    height: 120px;
}

.wide-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.wide-content-block .important-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #F70A34;
    margin: 30px 0 30px 0;
}

.wide-content-block .important-block {
    position: relative;
    width: 100%;
    height: auto;
    border-left: 3px solid #F60A34;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
}

.wide-content-block .important-see-more-button {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 10px;
    box-sizing: border-box;
    background: #F7F9FC;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2F80ED;
}

    .wide-content-block .important-see-more-button:hover {
        background: #F7F9FC;
        border: 1px solid #e7b313;
        border-radius: 4px;
        color: #2F80ED;
    }

.wide-content-block .important-arrow-down {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 17px;
    top: 4px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down2.png) center center no-repeat;
}

.wide-content-block .view-files-open-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down3.png) center center no-repeat;
}

.wide-content-block .view-files-close-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-up3.png) center center no-repeat;
}

/* WIDE FILE CART DIALOG */

.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: 30px 0 70px 0;
        box-sizing: border-box;
    }

    .wide-file-cart-dialog .filename {
        position: relative;
        float: left;
        overflow-wrap: anywhere;
        padding: 0 0 10px 0;
        box-sizing: border-box;
    }

    .wide-file-cart-dialog .price {
        position: relative;
        float: right;
        padding: 0 0 21px 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;
        }

/* 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 FREE LINK DIALOG */

.wide-free-link-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#wide-free-link-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#wide-free-link-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 220px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#wide-free-link-dialog .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
}

#wide-free-link-dialog h5 {
    font-family: GolosBold;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

#wide-free-link-dialog input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    outline: none;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
}

#wide-free-link-dialog 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;
    float: right;
}

    #wide-free-link-dialog button:hover {
        background: #1e6acf;
    }

    #wide-free-link-dialog button:active {
        background: #1959ae;
    }

#wide-free-link-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 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 BLOCK */

.tablet-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .tablet-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .tablet-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .tablet-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .tablet-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .tablet-search-block ::placeholder {
        color: #C5C5C5;
    }

/* TABLET CONTENT BLOCK */

.tablet-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

    .tablet-content-block a, .tablet-content-block a:visited {
        text-decoration: none;
        color: #2f80ed;
    }

        .tablet-content-block a:hover {
            text-decoration: underline;
        }

.tablet-h1 {
    position: relative;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 30px 0;
}

.tablet-discount-banner-header {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: red;
    margin: 0 0 10px 0;
}

.tablet-discount-banner-description {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: red;
    margin: 0 0 30px 0;
}

.tablet-credits {
    position: relative;
    width: 100%;
    height: 90px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.tablet-credits .left {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.tablet-credits .right {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
}

.tablet-credits .separator {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translate(-50%, -50%);
    background: #E2EBF8;
}

.tablet-credits .text-left {
    position: absolute;
    left: 50%;
    top: 19px;
    width: 380px;
    height: 30px;
    transform: translate(-50%, 0%);
    background: url(/images/discount.png?3) 0px center no-repeat;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.tablet-credits .text2-left {
    position: absolute;
    left: 125px;
    bottom: 20px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #262626;
}

.tablet-credits .text-right {
    position: absolute;
    left: 50%;
    top: 19px;
    width: 410px;
    height: 30px;
    transform: translate(-50%, 0%);
    background: url(/images/discount.png?3) 0px center no-repeat;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.tablet-credits .text2-right {
    position: absolute;
    left: 110px;
    bottom: 20px;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #262626;
}

.tablet-content-block .keyword {
    color: #2F80ED;
}

.tablet-content-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.tablet-content-block td {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.tablet-content-block .header-column {
    position: relative;
    padding: 0;
    height: 70px;
    min-height: 70px;
    box-sizing: border-box;
    vertical-align: top;
    word-wrap: break-word;
}

.tablet-content-block .buttons-column {
    position: relative;
    width: 440px;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
}

.tablet-content-block .table1 {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.tablet-content-block .ecu-header {
    position: relative;
    width: 20%;
    max-width: 20%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.tablet-content-block .file-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.tablet-content-block .size-header {
    position: relative;
    width: 100px;
    max-width: 100px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.tablet-content-block .price-header {
    position: relative;
    width: 100px;
    max-width: 100px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.tablet-content-block .button-header {
    position: relative;
    width: 120px;
    max-width: 120px;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.tablet-content-block .archive-file {
    padding: 0 0 0 50px;
}

.tablet-content-block .selected {
    background: rgba(226, 235, 248, 0.6);
}

.tablet-content-block 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-content-block button:hover {
        background: #1e6acf;
    }

    .tablet-content-block button:active {
        background: #1959ae;
    }

.tablet-content-block .free-link-button {
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin: 0 20px 0 0;
    padding: 11px 20px;
    border: 0;
    border-radius: 4px;
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    background: white;
    color: #2F80ED;
    outline: none;
    text-transform: uppercase;
}

.tablet-content-block .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-content-block a, .tablet-content-block a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #2F80ED;
    text-decoration: none;
}

    .tablet-content-block a:hover {
        text-decoration: underline;
    }

.tablet-content-block .bold {
    font-family: GolosBold;
    font-weight: bold;
}

.tablet-content-block .full {
    color: red;
}

.tablet-content-block .flash {
    color: #099f18;
}

.tablet-content-block .obd {
    color: #0547a0;
}

.tablet-content-block .sgo-obd {
    color: #0547a0;
}

.tablet-content-block .frf-obd {
    color: #0547a0;
}

.tablet-content-block .page-navigator {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
}

.tablet-content-block .page-navigator-content {
    display: table;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
}

/* TABLET GALLERY */

#tablet-gallery .gallery {
    position: relative;
    width: 100%;
    height: 100px;
}

#tablet-gallery .gallery-back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
}

#tablet-gallery .gallery-forward {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
}

#tablet-gallery .gallery-items {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    margin: 0 auto 0 auto;
}

#tablet-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 100px;
}

#tablet-gallery .gallery-space {
    position: relative;
    width: 10px;
    min-width: 10px;
}

#tablet-gallery .separator {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #E2EBF8;
}

#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 .back {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url(/images/arrow-left.png) center center no-repeat;
}

    #tablet-gallery .back:hover {
        background: url(/images/arrow-left2.png) center center no-repeat;
    }

#tablet-gallery .forward {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url(/images/arrow-right.png) center center no-repeat;
}

    #tablet-gallery .forward:hover {
        background: url(/images/arrow-right2.png) center center no-repeat;
    }

/* TABLET NAVIGATION */

a.tablet-previous-button, a.tablet-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px 12px 45px;
    background: url(/images/back.png) 15px center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-previous-button:hover {
        text-decoration: none;
        background: url(/images/back2.png) 15px center no-repeat #2F80ED;
        color: white;
    }

a.tablet-next-button, a.tablet-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 45px 12px 16px;
    background: url(/images/next.png) right center no-repeat white;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-next-button:hover {
        text-decoration: none;
        background: url(/images/next2.png) right center no-repeat #2F80ED;
        color: white;
    }

a.tablet-button, a.tablet-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    text-decoration: none;
}

    a.tablet-button:hover {
        text-decoration: none;
        background: #2F80ED;
        color: white;
    }

a.tablet-current-button, a.tablet-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 5px 0 5px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    text-decoration: none;
}

    a.tablet-current-button:hover {
        text-decoration: none;
    }

.tablet-content-block .view-files-button {
    width: 100%;
    margin: 20px 0 20px 0;
    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-content-block .view-files-button:hover {
    background: #1e6acf;
}

.tablet-content-block .view-files-button:active {
    background: #1959ae;
    }

.tablet-content-block .see-archive-file-label {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
    background: url(/images/arrow-up2.png) center 20px no-repeat;
}

.tablet-content-block .bottom-info {
    position: relative;
    width: 100%;
    height: auto;
}

.tablet-content-block .bottom-info-left {
    position: relative;
    width: 50%;
    height: auto;
    vertical-align: top;
}

.tablet-content-block .bottom-info-right {
    position: relative;
    width: 50%;
    height: auto;
    vertical-align: top;
}

.tablet-content-block .bottom-info2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}


.tablet-content-block .quick-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    color: black;
}

.tablet-banner {
    position: relative;
    width: 688px;
    height: 82px;
    margin: 0 auto 0 auto;
}

.tablet-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

.tablet-content-block .important-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #F70A34;
    margin: 30px 0 30px 0;
}

.tablet-content-block .important-block {
    position: relative;
    width: 100%;
    height: auto;
    border-left: 3px solid #F60A34;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
}

.tablet-content-block .important-see-more-button {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 10px;
    box-sizing: border-box;
    background: #F7F9FC;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2F80ED;
}

    .tablet-content-block .important-see-more-button:hover {
        background: #F7F9FC;
        border: 1px solid #e7b313;
        border-radius: 4px;
        color: #2F80ED;
    }

.tablet-content-block .important-arrow-down {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 17px;
    top: 4px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down2.png) center center no-repeat;
}

.tablet-content-block .view-files-open-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down3.png) center center no-repeat;
}

.tablet-content-block .view-files-close-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-up3.png) center center no-repeat;
}

/* TABLET 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: 30px 0 70px 0;
        box-sizing: border-box;
    }

    .tablet-file-cart-dialog .filename {
        position: relative;
        float: left;
        overflow-wrap: anywhere;
        padding: 0 0 10px 0;
        box-sizing: border-box;
    }

    .tablet-file-cart-dialog .price {
        position: relative;
        float: right;
        padding: 0 0 21px 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;
        }

/* 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 FREE LINK DIALOG */

.tablet-free-link-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#tablet-free-link-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#tablet-free-link-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 220px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#tablet-free-link-dialog .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
}

#tablet-free-link-dialog h5 {
    font-family: GolosBold;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

#tablet-free-link-dialog input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    outline: none;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
}

#tablet-free-link-dialog 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;
    float: right;
}

    #tablet-free-link-dialog button:hover {
        background: #1e6acf;
    }

    #tablet-free-link-dialog button:active {
        background: #1959ae;
    }

#tablet-free-link-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;
}

/* 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-banner {
    position: relative;
    width: 280px;
    height: 50px;
}

.mobile-banner-pad {
    position: relative;
    width: 100%;
    height: 30px;
}

/* MOBILE SEARCH BLOCK */

.mobile-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .mobile-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .mobile-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .mobile-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .mobile-search-block ::placeholder {
        color: #C5C5C5;
    }

/* MOBILE CREDITS */

.mobile-discount-banner-header {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: red;
    margin: 0 0 10px 0;
}

.mobile-discount-banner-description {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: red;
    margin: 0 0 30px 0;
}

.mobile-credits {
    position: relative;
    width: 100%;
    height: 156px;
    background: white;
    border-left: 5px solid #F70A34;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
    margin: 0 0 10px 0;
}

    .mobile-credits .separator {
        position: absolute;
        left: 50%;
        top: 78px;
        width: 80%;
        height: 1px;
        transform: translate(-50%, 0%);
        background: #E2EBF8;
    }

    .mobile-credits .first-text {
        position: absolute;
        left: 50%;
        top: 15px;
        width: 210px;
        height: auto;
        transform: translate(-50%, 0%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        color: #F60A34;
        padding: 0;
        box-sizing: border-box;
    }

    .mobile-credits .first-text2 {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 45px;
        transform: translate(-50%, 0%);
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #262626;
    }

    .mobile-credits .second-text {
        position: absolute;
        left: 50%;
        top: 95px;
        width: 240px;
        height: auto;
        transform: translate(-50%, 0%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        color: #F60A34;
        padding: 0;
        box-sizing: border-box;
    }

    .mobile-credits .second-text2 {
        position: absolute;
        left: 50%;
        top: 125px;
        width: 100%;
        transform: translate(-50%, 0%);
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #262626;
    }

/* MOBILE CONTENT BLOCK */

.mobile-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #262626;
}

    .mobile-content-block a, .mobile-content-block a:visited {
        text-decoration: none;
        color: #2f80ed;
    }

        .mobile-content-block a:hover {
            text-decoration: underline;
        }

.mobile-h1 {
    position: relative;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    margin: 0 0 30px 0;
}

.mobile-content-block .free-link-button {
    position: relative;
    width: 100%;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 11px 20px;
    border: 0;
    border-radius: 4px;
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    background: white;
    color: #2F80ED;
    outline: none;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.mobile-content-block .exchange-button {
    position: relative;
    width: 100%;
    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;
    margin: 0 0 10px 0;
}

    .mobile-content-block .exchange-button:hover {
        background: #1e6acf;
    }

    .mobile-content-block .exchange-button:active {
        background: #1959ae;
    }

.mobile-content-block .keyword {
    color: #2F80ED;
}

.mobile-content-block table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

.mobile-content-block .shadow-table {
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
}

.mobile-content-block td {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.mobile-content-block .td2 {
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.mobile-content-block .file-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.mobile-content-block .ecu-header {
    position: relative;
    width: 40%;
    max-width: 40%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 15px 0 15px;
    color: #7D7D7D;
}

.mobile-content-block .size-header {
    position: relative;
    width: 35%;
    max-width: 35%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 15px 0 15px;
    color: #7D7D7D;
}

.mobile-content-block .price-header {
    position: relative;
    width: 35%;
    max-width: 35%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 15px 0 15px;
    color: #7D7D7D;
}

.mobile-content-block .column {
    padding: 10px 15px 15px 15px;
}

.mobile-content-block .name-column {
    position: relative;
    width: 70%;
    max-width: 70%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
}

.mobile-content-block .size-column {
    position: relative;
    width: 30%;
    max-width: 30%;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
}

.mobile-content-block .selected {
    background: rgba(226, 235, 248, 0.6);
}

.mobile-content-block button {
    width: 100%;
    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;
}

    .mobile-content-block button:hover {
        background: #1e6acf;
    }

    .mobile-content-block button:active {
        background: #1959ae;
    }

.mobile-content-block .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-content-block a, .mobile-content-block a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #2F80ED;
    text-decoration: none;
}

    .mobile-content-block a:hover {
        text-decoration: underline;
    }

.mobile-content-block .bold {
    font-family: GolosBold;
    font-weight: bold;
}

.mobile-content-block .full {
    color: red;
}

.mobile-content-block .flash {
    color: #099f18;
}

.mobile-content-block .obd {
    color: #0547a0;
}

.mobile-content-block .sgo-obd {
    color: #0547a0;
}

.mobile-content-block .frf-obd {
    color: #0547a0;
}

.mobile-content-block .page-navigator {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
}

.mobile-content-block .page-navigator-content {
    display: table;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
}

a.mobile-previous-button, a.mobile-previous-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    color: #2F80ED;
    text-decoration: none;
}

    a.mobile-previous-button:hover {
        text-decoration: none;
        background: url(/images/back2.png) 15px center no-repeat #2F80ED;
        color: white;
    }

a.mobile-next-button, a.mobile-next-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

    a.mobile-next-button:hover {
        text-decoration: none;
        color: white;
    }

a.mobile-button, a.mobile-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

    a.mobile-button:hover {
        text-decoration: none;
        background: #2F80ED;
        color: white;
    }

a.mobile-current-button, a.mobile-current-button:visited {
    display: inline-block;
    background: white;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: white;
    background: #2F80ED;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

    a.mobile-current-button:hover {
        text-decoration: none;
    }

.mobile-content-block .view-files-button {
    width: 100%;
    margin: 20px 0 20px 0;
    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;
}

.mobile-content-block .view-files-button:hover {
    background: #1e6acf;
}

.mobile-content-block .view-files-button:active {
    background: #1959ae;
}

.mobile-content-block .see-archive-file-label {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
    background: url(/images/arrow-up2.png) center 20px no-repeat;
}

.mobile-content-block .bottom-info2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.mobile-content-block .quick-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    color: black;
}

.mobile-content-block .important-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #F70A34;
    margin: 30px 0 30px 0;
}

.mobile-content-block .important-block {
    position: relative;
    width: 100%;
    height: auto;
    border-left: 3px solid #F60A34;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
}

.mobile-content-block .important-see-more-button {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 10px;
    box-sizing: border-box;
    background: #F7F9FC;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2F80ED;
}

    .mobile-content-block .important-see-more-button:hover {
        background: #F7F9FC;
        border: 1px solid #e7b313;
        border-radius: 4px;
        color: #2F80ED;
    }

.mobile-content-block .important-arrow-down {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 17px;
    top: 4px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down2.png) center center no-repeat;
}

.mobile-content-block .view-files-open-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-down3.png) center center no-repeat;
}

.mobile-content-block .view-files-close-arrow {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 9px;
    top: 1px;
    margin: 0px 0 0 5px;
    background: url(/images/arrow-up3.png) center center no-repeat;
}

/* MOBILE 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;
        word-break: break-word;
        width: 100%;
    }

    .mobile-file-cart-dialog .price {
        position: relative;
        float: right;
    }

    .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;
        }

/* MOBILE FREE LINK DIALOG */

.mobile-free-link-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#mobile-free-link-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#mobile-free-link-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 220px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#mobile-free-link-dialog .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
}

#mobile-free-link-dialog h5 {
    font-family: GolosBold;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

#mobile-free-link-dialog input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    outline: none;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
}

#mobile-free-link-dialog 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;
    float: right;
}

    #mobile-free-link-dialog button:hover {
        background: #1e6acf;
    }

    #mobile-free-link-dialog button:active {
        background: #1959ae;
    }

#mobile-free-link-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;
}


#mobile-gallery {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

#mobile-gallery .mobile-gallery-photo {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 10px 0 10px 0;
}

#mobile-gallery .mobile-gallery-photo-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#mobile-gallery-dialog {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#mobile-gallery-dialog .mobile-gallery-dialog-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    z-index: 1;
}

#mobile-gallery-dialog .mobile-gallery-dialog-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 240px;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-sizing: border-box;
    background: white;
    z-index: 3;
}

#mobile-gallery-dialog .mobile-gallery-dialog-form-content {
    position: relative;
    width: 100%;
    height: 100%;
}

#mobile-gallery-dialog .mobile-gallery-dialog-photo-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#mobile-gallery-dialog .mobile-gallery-dialog-close-button {
    position: absolute;
    right: -24px;
    top: -24px;
    width: 48px;
    height: 48px;
    background: url(/images/close3.png) center center no-repeat;
    z-index: 10;
    cursor: pointer;
}

.wide-recommended-also-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    margin: 30px 0 0 0;
    padding: 10px;
    border: 10px solid #cad4e3;
    box-sizing: border-box;
}

.tablet-recommended-also-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    margin: 30px 0 0 0;
    padding: 10px;
    border: 10px solid #cad4e3;
    box-sizing: border-box;
}

.mobile-recommended-also-block {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    margin: 10px 0 0 0;
    padding: 10px;
    border: 10px solid #cad4e3;
    box-sizing: border-box;
}


a.red-link, a.red-link:visited {
    text-decoration: none;
    color: red;
}

a.red-link:hover {
    text-decoration: underline;
}

.red-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: #ea1515 !important;
    color: white;
    outline: none;
}

.red-button:hover {
    background: #c92323 !important;
}

.red-button:active {
    background: #b11212 !important;
}


.wide-buy-60 {
    border: 3px solid transparent;
    box-sizing: border-box;
}

.wide-buy-60:hover {
    border: 3px solid red;
    box-sizing: border-box;
}

.wide-buy-130 {
    border: 3px solid transparent;
    box-sizing: border-box;
}

.wide-buy-130:hover {
    border: 3px solid red;
    box-sizing: border-box;
}

.tablet-buy-60 {
    border: 3px solid transparent;
    box-sizing: border-box;
}

.tablet-buy-60:hover {
    border: 3px solid red;
    box-sizing: border-box;
}

.tablet-buy-130 {
    border: 3px solid transparent;
    box-sizing: border-box;
}

.tablet-buy-130:hover {
    border: 3px solid red;
    box-sizing: border-box;
}

.buy-block {
    cursor: pointer;
}

.wide-message-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.wide-message-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wide-message-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.wide-message-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.wide-message-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
}

.wide-message-dialog-box-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
}

.wide-message-dialog-box-text {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;
    color: #696969;
}

.wide-message-dialog-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.wide-message-dialog-box .complete-icon {
    position: absolute;
    left: 40px;
    top: 78px;
    width: 18px;
    height: 18px;
    background: url(/images/check.png) center center no-repeat;
}

.wide-message-dialog-box .failure-icon {
    position: absolute;
    left: 40px;
    top: 78px;
    width: 17px;
    height: 17px;
    background: url(/images/failure.png) center center no-repeat;
}


.tablet-message-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.tablet-message-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tablet-message-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.tablet-message-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.tablet-message-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
}

.tablet-message-dialog-box-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
}

.tablet-message-dialog-box-text {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;
    color: #696969;
}

.tablet-message-dialog-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.tablet-message-dialog-box .complete-icon {
    position: absolute;
    left: 40px;
    top: 78px;
    width: 18px;
    height: 18px;
    background: url(/images/check.png) center center no-repeat;
}

.tablet-message-dialog-box .failure-icon {
    position: absolute;
    left: 40px;
    top: 78px;
    width: 17px;
    height: 17px;
    background: url(/images/failure.png) center center no-repeat;
}


.mobile-message-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.mobile-message-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-message-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.mobile-message-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.mobile-message-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.mobile-message-dialog-box-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
}

.mobile-message-dialog-box-text {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
}

.mobile-message-dialog-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.mobile-message-dialog-box .complete-icon {
    position: absolute;
    left: 21px;
    top: 58px;
    width: 18px;
    height: 18px;
    background: url(/images/check.png) center center no-repeat;
}

.mobile-message-dialog-box .failure-icon {
    position: absolute;
    left: 21px;
    top: 58px;
    width: 17px;
    height: 17px;
    background: url(/images/failure.png) center center no-repeat;
}


.click-through {
    pointer-events: none;
}

.click-all {
    pointer-events: all;
}