.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-payment-dialog-box-wrapper {
        display: block;
    }

    .tablet-payment-dialog-box-wrapper {
        display: none;
    }

    .mobile-payment-dialog-box-wrapper {
        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-payment-dialog-box-wrapper {
        display: none;
    }

    .tablet-payment-dialog-box-wrapper {
        display: block;
    }

    .mobile-payment-dialog-box-wrapper {
        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-payment-dialog-box-wrapper {
        display: none;
    }

    .tablet-payment-dialog-box-wrapper {
        display: none;
    }

    .mobile-payment-dialog-box-wrapper {
        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 50px 0;
}

.wide-h2 {
    position: relative;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #F70A34;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
}

.wide-credits {
    position: relative;
    width: 100%;
    height: 111px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
    margin: 0 0 50px 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: 30px;
        width: 380px;
        height: auto;
        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: 24px;
        line-height: 28px;
        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: 15px;
        line-height: 18px;
        color: #262626;
    }

    .wide-credits .text-right {
        position: absolute;
        left: 50%;
        top: 30px;
        width: 410px;
        height: auto;
        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: 24px;
        line-height: 28px;
        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: 15px;
        line-height: 18px;
        color: #262626;
    }

.wide-promocodes {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    cursor: pointer;
}

    .wide-promocodes .left {
        position: relative;
        width: calc(50% - 15px);
        height: 111px;
        float: left;
        background: white;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .wide-promocodes .right {
        position: relative;
        width: calc(50% - 15px);
        height: 111px;
        float: right;
        background: white;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
    }

    .wide-promocodes .description {
        position: absolute;
        left: 30px;
        top: 50%;
        width: 170px;
        height: auto;
        transform: translate(0%, -50%);
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #262626;
    }

    .wide-promocodes .blue-code {
        position: absolute;
        right: 20px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        color: #2F80ED;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        background: url(/images/promocode1.png) 0px center no-repeat;
    }

    .wide-promocodes .red-code {
        position: absolute;
        right: 20px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        color: #F60A34;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        background: url(/images/promocode2.png) 0px center no-repeat;
    }

/* 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 50px 0;
}

.tablet-h2 {
    position: relative;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #F70A34;
    padding: 30px 0 20px 0;
    box-sizing: border-box;
}

.tablet-credits {
    position: relative;
    width: 100%;
    height: 222px;
    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;
}

.tablet-credits .separator {
    position: absolute;
    left: 50%;
    top: 111px;
    width: 616px;
    height: 1px;
    transform: translate(-50%, 0%);
    background: #E2EBF8;
}

.tablet-credits .first-text {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 380px;
    height: auto;
    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: 24px;
    line-height: 28px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.tablet-credits .first-text2 {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.tablet-credits .second-text {
    position: absolute;
    left: 50%;
    top: 135px;
    width: 410px;
    height: auto;
    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: 24px;
    line-height: 28px;
    color: #F60A34;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.tablet-credits .second-text2 {
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translate(-50%, 0%);
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.tablet-deposit-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    border: 4px solid transparent;
    cursor: pointer;
}

.tablet-deposit-1:hover {
    border: 4px solid red;
}

.tablet-deposit-2 {
    position: absolute;
    left: 0px;
    top: 110px;
    width: 100%;
    height: 114px;
    box-sizing: border-box;
    border: 4px solid transparent;
    cursor: pointer;
}

.tablet-deposit-2:hover {
    border: 4px solid red;
}

.tablet-promocodes {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    cursor: pointer;
}

    .tablet-promocodes .promocode {
        position: relative;
        width: 100%;
        height: 68px;
        background: white;
        margin: 0 0 10px 0;
    }

    .tablet-promocodes .description {
        position: absolute;
        left: 30px;
        top: 50%;
        width: 320px;
        height: auto;
        transform: translate(0%, -50%);
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #262626;
    }

    .tablet-promocodes .blue-code {
        position: absolute;
        right: 20px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        color: #2F80ED;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        background: url(/images/promocode1.png) 0px center no-repeat;
    }

    .tablet-promocodes .red-code {
        position: absolute;
        right: 20px;
        top: 50%;
        width: auto;
        height: auto;
        transform: translate(0%, -50%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        color: #F60A34;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        background: url(/images/promocode2.png) 0px center no-repeat;
    }

/* MOBILE STYLES -------------------------------------------------------------------------------------- */

.mobile-page {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.mobile-header-content {
    position: relative;
    width: 320px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.mobile-dumptools {
    position: absolute;
    top: 38px;
    left: 20px;
    width: 129px;
    height: 24px;
    background: url(/images/dump-tools.png) center center no-repeat;
}

.mobile-com {
    position: absolute;
    top: 41px;
    left: 153px;
    width: 27px;
    height: 18px;
    background: url(/images/com.png) center center no-repeat;
}

.mobile-menu {
    position: absolute;
    top: 38px;
    left: 278px;
    width: 72px;
    height: 24px;
    background: url(/images/menu.png) 0px center no-repeat;
    padding: 2px 0 0 30px;
    box-sizing: border-box;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
    cursor: pointer;
}

.mobile-header-buttons {
    position: absolute;
    top: 28px;
    left: 200px;
    width: auto;
    height: 42px;
}

.mobile-header-pad {
    position: relative;
    width: 100%;
    height: 100px;
}

.mobile-header-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 366px;
    background: white;
    z-index: 100;
}

.mobile-context-menu-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: black;
    opacity: 0.10;
}

.mobile-header-menu-line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 100;
}

.mobile-header-menu-line2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 81;
}

.mobile-header-menu .content {
    position: absolute;
    left: 20px;
    top: 50px;
    width: calc(100% - 40px);
    height: calc(400px - 50px);
}

.mobile-header-menu .menu {
    position: absolute;
    top: 24px;
    left: 20px;
    width: auto;
    height: auto;
    font-family: GolosBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.mobile-header-menu .close {
    position: absolute;
    top: 23px;
    left: 276px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.mobile-header-menu table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.mobile-header-menu td {
    padding: 14px 0 14px 0;
}

.mobile-header-menu .td-underline {
    border-bottom: 1px solid #E8ECF4;
}

.mobile-header-menu .discount-count {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    background: #F60A34;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-header-menu a, .mobile-header-menu a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #262626;
}

.mobile-header-menu .online {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    background: #2F80ED;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-content {
    position: relative;
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
}

.mobile-content2 {
    position: relative;
    width: 280px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* MOBILE SEARCH BLOCK */

.mobile-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

    .mobile-search-block .searchbox {
        position: relative;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
        border-radius: 4px;
    }

    .mobile-search-block .send {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        background: url(/images/search.png) center center no-repeat;
        cursor: pointer;
    }

    .mobile-search-block .separator {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 1px;
        height: 50%;
        background: #E7E7E7;
    }

    .mobile-search-block input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 64px 0 15px;
        box-sizing: border-box;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .mobile-search-block ::placeholder {
        color: #C5C5C5;
    }

/* MOBILE CONTENT BLOCK */

.mobile-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #262626;
}

    .mobile-content-block 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-h2 {
    position: relative;
    font-family: GolosBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #F70A34;
    padding: 30px 0 20px 0;
    box-sizing: border-box;
}

.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-promocodes {
    position: relative;
    width: 100%;
    height: auto;
}

    .mobile-promocodes .promocode {
        position: relative;
        width: 100%;
        height: 85px;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
        border-radius: 4px;
        margin: 0 0 10px 0;
    }

    .mobile-promocodes .blue-code {
        position: absolute;
        left: 50%;
        top: 10px;
        width: auto;
        height: auto;
        transform: translate(-50%, 0%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        color: #2F80ED;
        background: url(/images/promocode1.png) 0px center no-repeat;
        padding: 0 0 0 40px;
        box-sizing: border-box;
    }

    .mobile-promocodes .description {
        position: absolute;
        left: 0px;
        top: 45px;
        width: 100%;
        height: auto;
        font-family: Golos;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        color: #262626;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
    }

    .mobile-promocodes .red-code {
        position: absolute;
        left: 50%;
        top: 10px;
        width: auto;
        height: auto;
        transform: translate(-50%, 0%);
        font-family: GolosBold;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        color: #F60A34;
        background: url(/images/promocode2.png) 0px center no-repeat;
        padding: 0 0 0 40px;
        box-sizing: border-box;
    }


/* ********************************************************************************** */

.wide-payment-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.wide-payment-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wide-payment-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.wide-payment-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 344px;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.wide-payment-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
}

.wide-payment-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-payment-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-payment-dialog-box .payment-method-options {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 0 0;
}

.wide-payment-dialog-box .paypal {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 21px;
    width: 91px;
    height: 24px;
    background: url(/images/paypal3.png) center center no-repeat;
}

.wide-payment-dialog-box .stripe {
    position: absolute;
    top: -3px;
    left: 140px;
    width: 84px;
    height: 40px;
    background: url(/images/stripe.png) center center no-repeat;
}

.wide-payment-dialog-box table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.wide-payment-dialog-box td {
    width: 50%;
    vertical-align: top;
}

.wide-payment-dialog-box .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 50px 10px 50px;
    box-sizing: border-box;
}

.wide-payment-dialog-box .checkout-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 15px 14px;
    margin: 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .wide-payment-dialog-box .checkout-button:hover {
        background: #1e6acf;
    }

    .wide-payment-dialog-box .checkout-button:active {
        background: #1959ae;
    }

.wide-payment-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-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;
}


.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-payment-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.tablet-payment-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tablet-payment-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.tablet-payment-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 344px;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.tablet-payment-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
}

.tablet-payment-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-payment-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-payment-dialog-box .payment-method-options {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 0 0;
}

.tablet-payment-dialog-box .paypal {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 21px;
    width: 91px;
    height: 24px;
    background: url(/images/paypal3.png) center center no-repeat;
}

.tablet-payment-dialog-box .stripe {
    position: absolute;
    top: -3px;
    left: 140px;
    width: 84px;
    height: 40px;
    background: url(/images/stripe.png) center center no-repeat;
}

.tablet-payment-dialog-box table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.tablet-payment-dialog-box td {
    width: 50%;
    vertical-align: top;
}

.tablet-payment-dialog-box .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 50px 10px 50px;
    box-sizing: border-box;
}

.tablet-payment-dialog-box .checkout-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 15px 14px;
    margin: 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .tablet-payment-dialog-box .checkout-button:hover {
        background: #1e6acf;
    }

    .tablet-payment-dialog-box .checkout-button:active {
        background: #1959ae;
    }

.tablet-payment-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-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-payment-dialog-box-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.mobile-payment-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-payment-dialog-box-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: 0.7;
}

.mobile-payment-dialog-box-form {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 688px;
    height: 330px;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.mobile-payment-dialog-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.mobile-payment-dialog-box-header {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

.mobile-payment-dialog-box-text {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
}

.mobile-payment-dialog-box .payment-method-options {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
}

.mobile-payment-dialog-box .paypal {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 21px;
    width: 91px;
    height: 24px;
    background: url(/images/paypal3.png) center center no-repeat;
}

.mobile-payment-dialog-box .stripe {
    position: absolute;
    top: -3px;
    left: 140px;
    width: 84px;
    height: 40px;
    background: url(/images/stripe.png) center center no-repeat;
}

.mobile-payment-dialog-box table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.mobile-payment-dialog-box td {
    width: 100%;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-payment-dialog-box .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 50px 10px 50px;
    box-sizing: border-box;
}

.mobile-payment-dialog-box .checkout-button {
    width: 100%;
    height: auto;
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 14px;
    margin: 0;
    border: 0;
    background: #2F80ED;
    border-radius: 4px;
    color: white;
    outline: none;
}

    .mobile-payment-dialog-box .checkout-button:hover {
        background: #1e6acf;
    }

    .mobile-payment-dialog-box .checkout-button:active {
        background: #1959ae;
    }

.mobile-payment-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-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;
}


/* Customize the label (the container) */
.radiobutton-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    color: #696969;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radiobutton-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.radiobutton-checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobutton-container:hover input ~ .radiobutton-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobutton-container input:checked ~ .radiobutton-checkmark {
    background-color: #FFFFFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobutton-container input:checked ~ .radiobutton-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobutton-container .radiobutton-checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4D4D4D;
}

.click-through {
    pointer-events: none;
}

.click-all {
    pointer-events: all;
}
