@font-face
{
    font-family: Roboto;
    src: local("Roboto"), url(../fonts/Roboto-Light.ttf);
    font-weight: 300
}

@font-face
{
    font-family: "Roboto", sans-serif;
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face
{
    font-family: "Montserrat";
    src: url("../Montserrat-VariableFont_wght.ttf") format("ttf");
}

@font-face
{
    font-family: "Roboto Slab", sans-serif;
    src: url("../fonts/RobotoSlab-SemiBold.woff2") format("woff2"), url("../fonts/RobotoSlab-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face
{
    font-family: Roboto;
    src: local("Roboto"), url(../fonts/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face
{
    font-family: Roboto;
    src: local("Roboto"), url(../fonts/Roboto-Medium.ttf);
    font-weight: 500
}

@font-face
{
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Light.ttf);
    font-weight: 300
}

@font-face
{
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Regular.ttf);
    font-weight: 400
}

@font-face
{
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Medium.ttf);
    font-weight: 500
}

@font-face
{
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600
}

@font-face
{
    font-family: "Open Sans";
    src: local("Open Sans"), url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400
}

@font-face
{
    font-family: "Open Sans";
    src: local("Open Sans"), url(../fonts/OpenSans-SemiBold.ttf);
    font-weight: 600
}

@font-face
{
    font-family: "Open Sans";
    src: local("Open Sans"), url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700
}

*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

html
{
    scroll-behavior: smooth
}

body
{
    background-color: #121a25
}

.rap-btn.rap-active.rap-focus, .rap-btn.rap-active:focus, .rap-btn.rap-focus, .rap-btn:active.rap-focus, .rap-btn:active:focus, .rap-btn:focus, a.rap-active.rap-focus, a.rap-active:focus, a.rap-focus, a:active.rap-focus, a:active:focus, a:focus, button.rap-active.rap-focus, button.rap-active:focus, button.rap-focus, button:active, button:active.rap-focus, button:active:focus, button:focus, input:focus, textarea:focus
{
    outline: 0 !important
}

button
{
    cursor: pointer;
    outline: 0;
    border: none;
    background: 0 0
}

button::-moz-focus-inner
{
    border: 0
}

a, button, input, span, textarea
{
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    outline: 0
}

ul
{
    list-style-type: none
}

ol
{
    list-style-position: inside
}

.rap-cont
{
    margin: 0 auto;
    width: 98%;
    max-width: 1350px
}

@media only screen and (min-width: 2500px)
{
    .rap-cont
    {
        width: 100%;
        max-width: 2000px
    }
}

@media only screen and (max-width: 1024px)
{
    .rap-cont
    {
        max-width: 1100px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-cont
    {
        width: 94%
    }
}

body.rap-noScroll
{
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow-y: scroll
}

a
{
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    text-decoration: none !important;
    color: #fff
}

a:hover
{
    color: #6d8fc1;
    border-bottom: 2px solid #415198
}

@media only screen and (max-width: 1100px)
{
    a
    {
        font-size: 13px
    }
}

a.rap-menuLink
{
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

a.rap-menuLink:hover
{
    border-bottom: 2px solid #415198
}

svg
{
    fill: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.rap-modalAnimation
{
    -webkit-animation: SHW .3s;
    animation: SHW .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes SHW
{
    from
    {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes SHW
{
    from
    {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes Dropdown
{
    from
    {
        opacity: 0
    }
    to
    {
        opacity: 1
    }
}

@keyframes Dropdown
{
    from
    {
        opacity: 0
    }
    to
    {
        opacity: 1
    }
}

.rap-mainFrame
{
    margin: 0 36px 0 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
    background-color: #172331;
    color: #fff
}

@media only screen and (max-width: 1100px)
{
    .rap-mainFrame
    {
        margin: 0
    }
}

.rap-mainFrame .rap-leftArc, .rap-mainFrame .rap-leftBottomArc, .rap-mainFrame .rap-rightArc, .rap-mainFrame .rap-rightBottomArc
{
    position: absolute;
    width: 74px;
    height: 74px
}

@media only screen and (max-width: 1100px)
{
    .rap-mainFrame .rap-leftArc, .rap-mainFrame .rap-leftBottomArc, .rap-mainFrame .rap-rightArc, .rap-mainFrame .rap-rightBottomArc
    {
        display: none
    }
}

.rap-mainFrame .rap-leftArc
{
    top: -37px;
    left: -37px
}

.rap-mainFrame .rap-centerArc
{
    -ms-grid-column-align: center;
    justify-self: center;
    position: absolute;
    top: -44px;
    width: 144px;
    height: 74px
}

.rap-mainFrame .rap-rightArc
{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -37px;
    right: -37px
}

.rap-mainFrame .rap-leftBottomArc
{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -37px;
    left: -37px
}

.rap-mainFrame .rap-rightBottomArc
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -37px;
    right: -37px
}

.rap-footer .rap-dropdown, .rap-header .rap-dropdown
{
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.rap-footer .rap-dropdown .rap-dropdownContent, .rap-header .rap-dropdown .rap-dropdownContent
{
    border-radius: 0 0 3px 3px;
    padding: 15px 24px 20px 24px;
    z-index: 998;
    position: absolute;
    display: none;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(33, 46, 63, .9)
}

.rap-footer .rap-dropdown .rap-dropdownContent.rap-openDrop, .rap-header .rap-dropdown .rap-dropdownContent.rap-openDrop
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media only screen and (max-width: 1024px)
{
    .rap-footer .rap-dropdown .rap-dropdownContent, .rap-header .rap-dropdown .rap-dropdownContent
    {
        padding-right: 14px;
        padding-left: 14px
    }
}

.rap-footer .rap-dropdown:hover .rap-dropdownContent, .rap-header .rap-dropdown:hover .rap-dropdownContent
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-animation: Dropdown .5s;
    animation: Dropdown .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rap-footer .rap-dropdown:hover .rap-dropTrigger span, .rap-header .rap-dropdown:hover .rap-dropTrigger span
{
    color: #6d8fc1
}

.rap-footer .rap-dropTrigger, .rap-header .rap-dropTrigger
{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-footer .rap-dropTrigger.rap-whileOpened span, .rap-header .rap-dropTrigger.rap-whileOpened span
{
    color: #6d8fc1
}

.rap-footer .rap-dropdownItem, .rap-header .rap-dropdownItem
{
    margin-bottom: 20px;
    height: 16px
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-dropdownItem, .rap-header .rap-dropdownItem
    {
        margin-bottom: 10px
    }
}

.rap-footer .rap-dropdownItem:last-child, .rap-header .rap-dropdownItem:last-child
{
    margin-bottom: 0
}

.rap-footer .rap-dropdownItem a, .rap-header .rap-dropdownItem a
{
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-dropdown, .rap-header .rap-mainMenu .rap-dropdown
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rap-footer .rap-dropdown .rap-dropdownContent, .rap-header .rap-mainMenu .rap-dropdown .rap-dropdownContent
    {
        top: auto !important;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rap-footer .rap-dropTrigger, .rap-header .rap-mainMenu .rap-dropTrigger
    {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rap-toBasket
{
    border: 2px solid #0f121d;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 70, 4, 0)), to(#426416)), rgba(35, 101, 38, .3);
    background: -o-linear-gradient(top, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    background: linear-gradient(180deg, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    padding: 5px;
    min-width: 78px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-toBasket:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#44cb14)), rgba(35, 101, 38, .7);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #44cb14 100%), rgba(35, 101, 38, .7);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #44cb14 100%), rgba(35, 101, 38, .7)
}

.rap-ex
{
    color: #00b2ff
}

#authModal, #lostPasswordModal, #regModal
{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#authModal .rap-modalWindowContent, #lostPasswordModal .rap-modalWindowContent, #regModal .rap-modalWindowContent
{
    margin-top: 100px;
    padding: 21px 68px 45px 68px;
    width: 529px
}

@media only screen and (max-width: 1100px)
{
    #authModal .rap-modalWindowContent, #lostPasswordModal .rap-modalWindowContent, #regModal .rap-modalWindowContent
    {
        margin-top: 70px;
        padding: 25px 40px 25px 40px;
        width: 100%;
        overflow: scroll;
        height: calc(100vh - 70px);
        overflow-x: hidden;
    }
}

#notSuccessModal .rap-modalWindowContent, #successModal .rap-modalWindowContent
{
    margin-top: 70px;
    padding: 15px 18px 55px 18px;
    max-width: 430px
}

#notSuccessModal .rap-modalWindowCloseButton, #successModal .rap-modalWindowCloseButton
{
    top: 15px;
    right: 18px
}

#notSuccessModal .rap-centerSuccess, #successModal .rap-centerSuccess
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#notSuccessModal .rap-nameOfModal, #successModal .rap-nameOfModal
{
    margin-bottom: 109px
}

@media only screen and (max-width: 1100px)
{
    #notSuccessModal .rap-nameOfModal, #successModal .rap-nameOfModal
    {
        margin-bottom: 40px
    }
}

#notSuccessModal .rap-success, #successModal .rap-success
{
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px
}

#notSuccessModal p, #successModal p
{
    margin-bottom: 72px;
    text-transform: uppercase;
    color: #2f4560;
    font-weight: 400
}

@media only screen and (max-width: 1100px)
{
    #notSuccessModal p, #successModal p
    {
        margin-bottom: 40px
    }
}

#notSuccessModal .rap-bottomSuccess, #successModal .rap-bottomSuccess
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#notSuccessModal .rap-bottomSuccess .rap-actionButton, #successModal .rap-bottomSuccess .rap-actionButton
{
    border: 2px solid #0f121d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 70, 4, 0)), to(#426416)), rgba(35, 101, 38, .3);
    background: -o-linear-gradient(top, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    background: linear-gradient(180deg, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    width: 100px;
    height: 36px;
    color: #fff
}

#notSuccessModal .rap-bottomSuccess .rap-actionButton:hover, #successModal .rap-bottomSuccess .rap-actionButton:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(69, 118, 7, 0)), to(#5e8e1f)), rgba(48, 139, 52, .3);
    background: -o-linear-gradient(top, rgba(69, 118, 7, 0) 0, #5e8e1f 100%), rgba(48, 139, 52, .3);
    background: linear-gradient(180deg, rgba(69, 118, 7, 0) 0, #5e8e1f 100%), rgba(48, 139, 52, .3)
}

.rap-g-recaptcha
{
    margin-bottom: 80px;
    max-width: 302px;
    width: auto;
    height: 77px
}

.rap-g-recaptcha iframe
{
    width: auto
}

.rap-g-recaptcha > div
{
    overflow: hidden
}

@media only screen and (max-width: 1100px)
{
    .rap-g-recaptcha
    {
        margin-bottom: 40px;
        -ms-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.rap-inputBlock
{
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rap-inputBlock label
{
    color: #4d5a88
}

.rap-inputBlock .rap-inliner
{
    position: relative;
    width: 100%;
    height: 33px;
    border: 1px solid #0f121d;
    border-radius: 5px
}

.rap-inputBlock .rap-inliner div
{
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #0f121d;
    border-radius: 5px 0 0 5px;
    width: 46px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1c242f
}

.rap-inputBlock input
{
    border: 0;
    padding: 7px 16px 7px 62px;
    width: 100%;
    height: 100%;
    background-color: #11161d;
    color: #a5bae1
}

.rap-inputBlock input::-webkit-input-placeholder
{
    color: rgba(190, 212, 245, .15)
}

.rap-inputBlock input::-moz-placeholder
{
    color: rgba(190, 212, 245, .15)
}

.rap-inputBlock input:-ms-input-placeholder
{
    color: rgba(190, 212, 245, .15)
}

.rap-inputBlock input::-ms-input-placeholder
{
    color: rgba(190, 212, 245, .15)
}

.rap-inputBlock input::placeholder
{
    color: rgba(190, 212, 245, .15)
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover
{
    border: 0;
    -webkit-text-fill-color: #a5bae1;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

input[type=password]
{
    font-size: 20px !important
}

.rap-checkbox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rap-checkbox input[type=checkbox]
{
    display: none
}

.rap-checkbox label
{
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a5bae1;
    cursor: pointer
}

.rap-checkbox label::after
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    border-radius: 3px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border: 2px solid #5a6c9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rap-checkbox input[type=checkbox]:checked + label::after
{
    content: "";
    border: none;
    background-size: 100%;
    background: url(../img/svg/verifyIcon.svg) no-repeat center #5a6c9b;
    background-size: 50% 50%;
    margin-left: auto!important;
}

.rap-checkbox input
{
    border-radius: 5px;
    background-color: #5a6c9b;
    width: 19px;
    height: 19px
}

.rap-actionButton
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0f121d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1f3450), to(#1c244d)), #24374e;
    background: -o-linear-gradient(top, #1f3450 0, #1c244d 100%), #24374e;
    background: linear-gradient(180deg, #1f3450 0, #1c244d 100%), #24374e;
    border-radius: 5px;
    padding: 7px 46px;
    width: 132px;
    height: 33px;
    color: #a5bae1
}

.rap-actionButton:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d5980), to(#1e254d)), #24374e;
    background: -o-linear-gradient(top, #3d5980 0, #1e254d 100%), #24374e;
    background: linear-gradient(180deg, #3d5980 0, #1e254d 100%), #24374e
}

.rap-mainPage a, .rap-mainPage button, .rap-mainPage li, .rap-mainPage p, .rap-mainPage span
{
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-main
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.rap-mainPage .rap-overview
{
    border-right: 1px solid #131d28;
    padding: 51px 35px;
    width: 65%
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-overview
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 40px 10px;
        width: 100%
    }
}

.rap-mainPage .rap-stats
{
    padding: 51px 35px 51px 38px;
    width: 35%;
    background-color: #1b2836
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-stats
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding: 40px 10px;
        width: 100%
    }
}

.rap-mainPage .rap-forVideo
{
    border-radius: 3px;
    margin-bottom: 43px;
    padding: 16px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: no-repeat url(../img/main/videoBack.png) 100% 100%;
    background-size: cover
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-forVideo
    {
        padding: 16px 20px
    }
}

.rap-mainPage .rap-forVideo span
{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 33px
}

.rap-mainPage .rap-forVideo .rap-video
{
    margin-bottom: 7px;
    border: 1px solid #203043;
    width: 500px;
    height: 278px
}

@media only screen and (max-width: 1280px)
{
    .rap-mainPage .rap-forVideo .rap-video
    {
        margin-bottom: 14px;
        width: 450px;
        height: 250px
    }
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-forVideo .rap-video
    {
        width: 100%;
        max-width: 426px;
        height: 240px
    }
}

@media only screen and (max-width: 414px)
{
    .rap-mainPage .rap-forVideo .rap-video
    {
        height: 180px
    }
}

.rap-mainPage .rap-forVideo .rap-video iframe
{
    width: 100%;
    height: 100%
}

.rap-mainPage .rap-forVideo .rap-toFullDescription
{
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #203144;
    padding: 9px 15px;
    min-width: 158px;
    height: 43px;
    background-color: rgba(23, 35, 49, .5);
    color: #97bde2;
    font-size: 18px;
    line-height: 45px
}

.rap-mainPage .rap-forVideo .rap-toFullDescription:hover
{
    background-color: #0d121b
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-forVideo .rap-toFullDescription
    {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.rap-mainPage .rap-forNews .rap-newsTop
{
    margin-bottom: 17px;
    border-bottom: 1px solid #0c1127;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-forNews .rap-newsTop
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rap-mainPage .rap-forNews .rap-newsTop span
    {
        margin-right: 10px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-mainPage .rap-forNews .rap-newsTop span
    {
        margin-bottom: 15px
    }
}

.rap-mainPage .rap-forNews .rap-newsTop span
{
    font-size: 24px;
    font-weight: 700;
    line-height: 33px
}

.rap-mainPage .rap-forNews .rap-newsTop ul
{
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1100px)
{
    .rap-mainPage .rap-forNews .rap-newsTop ul
    {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.rap-mainPage .rap-forNews .rap-newsTop li
{
    position: relative;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    cursor: pointer
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-forNews .rap-newsTop li
    {
        margin-right: 15px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-mainPage .rap-forNews .rap-newsTop li
    {
        margin-right: 0
    }
}

.rap-mainPage .rap-forNews .rap-newsTop li:last-child
{
    margin-right: 0
}

.rap-mainPage .rap-forNews .rap-newsTop li.rap-active, .rap-mainPage .rap-forNews .rap-newsTop li:hover
{
    color: #6fc9fc
}

.rap-mainPage .rap-forNews .rap-newsTop li.rap-active:after, .rap-mainPage .rap-forNews .rap-newsTop li:hover:after
{
    content: "";
    background-color: #415198;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -17px
}

.rap-mainPage .rap-forNews .rap-newsGrid
{
    margin-bottom: 247px
}

.rap-mainPage .rap-forNews .rap-newsGrid .rap-newsCard
{
    margin-bottom: 30px
}

.rap-mainPage .rap-forNews .rap-newsGrid .rap-newsCard:last-child
{
    margin-bottom: 0
}

.rap-mainPage .rap-forNews .rap-newsPagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 414px)
{
    .rap-mainPage .rap-forNews .rap-newsPagination
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.rap-mainPage .rap-forNews .rap-newsPagination button
{
    border-radius: 3px;
    background-color: #1b2e44;
    width: 31px;
    height: 31px;
    color: #5f718b;
    font-size: 14px;
    line-height: 19px
}

.rap-mainPage .rap-forNews .rap-newsPagination button:hover
{
    background-color: #a7caff
}

.rap-mainPage .rap-forNews .rap-newsPagination button.rap-active
{
    background-color: #a7caff
}

.rap-mainPage .rap-forNews .rap-newsPagination .rap-pageNews
{
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [9];
    grid-template-columns:repeat(9, 1fr);
    -ms-grid-rows: 1fr [1];
    grid-template-rows:repeat(1, 1fr);
    grid-column-gap: 20px
}

@media only screen and (max-width: 1100px)
{
    .rap-mainPage .rap-forNews .rap-newsPagination .rap-pageNews
    {
        -ms-grid-columns: 1fr [5];
        grid-template-columns:repeat(5, 1fr);
        grid-row-gap: 15px
    }
}

@media only screen and (max-width: 414px)
{
    .rap-mainPage .rap-forNews .rap-newsPagination .rap-pageNews
    {
        -ms-grid-columns: 1fr [3];
        grid-template-columns:repeat(3, 1fr)
    }
}

.rap-mainPage .rap-details
{
    border-radius: 3px;
    margin-bottom: 43px;
    background-color: #172331
}

.rap-mainPage .rap-details .rap-line
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    padding: 7px 19px 7px 0;
    background-color: #121e2b;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .3)
}
.rap-mainPage .rap-details .rap-line_active {
    border: 1px solid rgba(0, 144, 205, 0.51);
    background: linear-gradient(180deg, rgba(0, 115, 199, 0.20) -25%, rgba(0, 0, 0, 0.00) 55%), #192636;
}
.rap-lines {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    cursor: pointer;
}
.none {
    display: none;
}


.rap-mainPage .rap-details .rap-line .rap-serverCircle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-mainPage .rap-details .rap-line .rap-serverCircle img
{
    width: 74px;
    height: 74px
}

.rap-mainPage .rap-details .rap-line .rap-serverCircle span
{
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #d1d0e7;
    text-shadow: 1px 1px 3px #000
}

.rap-mainPage .rap-details .rap-line .rap-serverRight
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rap-mainPage .rap-details .rap-line .rap-serverRight div:first-child
{
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rap-mainPage .rap-details .rap-line .rap-serverRight span
{
    font-size: 14px;
    line-height: 19px
}

.rap-mainPage .rap-details .rap-line .rap-serverRight .rap-online
{
    color: #03d507
}

.rap-mainPage .rap-details .rap-line .rap-serverRight .rap-onlineCount
{
    color: #146cff
}

.rap-mainPage .rap-details .rap-line .rap-serverRight .rap-progress
{
    border-radius: 7px;
    width: 100%;
    height: 3px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.rap-mainPage .rap-details .rap-line .rap-serverRight .rap-progress::-webkit-progress-bar
{
    background-color: #000
}

.rap-mainPage .rap-details .rap-line .rap-serverRight .rap-progress::-webkit-progress-value
{
    background-color: #ff0096
}

.rap-mainPage .rap-details .rap-about
{
    padding: 15px 18px 12px 20px
}

.rap-mainPage .rap-details .rap-about .rap-aboutHead
{
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-mainPage .rap-details .rap-about .rap-aboutHead div:first-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rap-mainPage .rap-details .rap-about .rap-aboutHead span:first-child
{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px
}

.rap-mainPage .rap-details .rap-about .rap-aboutHead span:last-child
{
    font-size: 12px;
    line-height: 16px;
    color: #355676
}

.rap-mainPage .rap-details .rap-about .rap-aboutHead .rap-forumIcon
{
    padding: 5px
}

.rap-mainPage .rap-details .rap-about .rap-forAbout
{
    margin-right: 3px;
    border-top: 1px solid #1c2b3e;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rap-mainPage .rap-details .rap-about .rap-forAbout span
{
    font-size: 14px;
    line-height: 19px
}

.rap-mainPage .rap-details .rap-about .rap-forAbout span:first-child
{
    color: #97bde2
}

.rap-mainPage .rap-details .rap-about .rap-forAbout span:last-child
{
    color: #477db2
}

.rap-mainPage .rap-download
{
    margin-bottom: 48px;
    max-width: 379px;
    width: 100%;
    position: relative
}

.rap-mainPage .rap-download:hover img:first-of-type
{
    opacity: 0
}

.rap-mainPage .rap-download:hover img:last-of-type
{
    opacity: 1
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-download
    {
        max-width: 100%
    }
}

.rap-mainPage .rap-download img
{
    border-radius: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 1024px)
{
    .rap-mainPage .rap-download img
    {
        max-width: 379px
    }
}

.rap-mainPage .rap-download img:last-of-type
{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.rap-mainPage .rap-topTen
{
    margin-bottom: 48px;
    border-radius: 3px;
    padding: 13px 12px 20px 20px;
    background-color: #132130
}

.rap-mainPage .rap-topTen .rap-topTenUp
{
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-mainPage .rap-topTen .rap-topTenUp div:first-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rap-mainPage .rap-topTen .rap-topTenUp span:first-child
{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

.rap-mainPage .rap-topTen .rap-topTenUp span:last-child
{
    font-size: 12px;
    line-height: 16px;
    color: #657793
}

.rap-mainPage .rap-topTen .rap-topTenUp .rap-ratingIcon
{
    width: 43px;
    height: 43px;
}

.rap-mainPage .rap-topTen .rap-topTenGrid
{
    margin-right: 6px
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:first-of-type .rap-number
{
    border: 1px solid #ffa800
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:first-of-type .rap-number span
{
    color: #ffa800
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:first-of-type .rap-nickname
{
    color: #ffa800
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(2) .rap-number
{
    border: 1px solid #d3e3e4
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(2) .rap-number span
{
    color: #d3e3e4
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(2) .rap-nickname
{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(43%, #fff), color-stop(88%, #617277), to(#617277));
    background: -o-linear-gradient(top, #fff, #fff 43%, #617277 88%, #617277);
    background: linear-gradient(to bottom, #fff, #fff 43%, #617277 88%, #617277);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #0b2349
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(3) .rap-number
{
    border: 1px solid #8d6f46
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(3) .rap-number span
{
    color: #8d6f46
}

.rap-mainPage .rap-topTenTable .rap-topTenGrid .rap-topPlayer:nth-of-type(3) .rap-nickname
{
    color: #8d6f46
}

.rap-mainPage .rap-topTen .rap-topTenGrid .rap-topPlayer:last-of-type
{
    border-bottom: 0;
    padding-bottom: 0
}

.rap-mainPage .rap-discord
{
    position: relative;
    width: 100%
}

.rap-mainPage .rap-discord iframe
{
    width: 100%
}

.rap-donateShop .rap-donateTable
{
    padding: 80px 35px
}

.rap-donateTable .rap__table-name
{
    font-size: 14px;
}

@media only screen and (max-width: 1024px)
{
    .rap-donateShop .rap-donateTable
    {
        padding: 40px 10px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-donateShop .rap-donateTable
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rap-donateShop .rap-leftDonate
{
    margin-right: 40px;
    min-width: 250px;
    max-width: 250px
}

@media only screen and (max-width: 1100px)
{
    .rap-donateShop .rap-leftDonate
    {
        margin-right: 0;
        margin-bottom: 40px;
        min-width: 100%;
        max-width: 100%
    }
}

.rap-donateShop .rap-leftDonate .rap-balance
{
    position: relative;
    margin-bottom: 35px;
    padding: 16px 23px;
    border: 2px solid #0f121d;
    border-radius: 5px;
    background: #11161d
}

.rap-donateShop .rap-leftDonate .rap-balance:before
{
    content: " ";
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 6px solid rgba(253, 152, 0, .76);
    border-radius: 3px 0 0 3px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-pageName
{
    border-bottom: 1px solid #1d242e;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-pageName span
{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-pageName .rap-basketIcon
{
    width: 21px;
    height: 21px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo
{
    border-top: 1px solid #1d242e;
    border-bottom: 1px solid #1d242e;
    padding: 14px 0
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo div
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo span
{
    line-height: 19px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo .rap-balanceStr > span:first-child, .rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo .rap-discountStr > span:first-child
{
    font-size: 16px;
    color: #4d5a88
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo .rap-balanceStr
{
    margin-bottom: 14px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-balanceInfo .rap-currentBalance
{
    margin-right: 5px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-topUp
{
    border: 0;
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-topUp span
{
    font-size: 16px;
    line-height: 19px;
    color: #9ca6c6
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-topUp .rap-topUpIcon
{
    width: 19px;
    height: 19px
}

.rap-donateShop .rap-leftDonate .rap-balance .rap-topUp:hover span
{
    color: #6d8fc1
}

.rap-donateShop .rap-leftDonate .rap-filters
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rap-donateShop .rap-leftDonate .rap-filters .rap-filterDropdown:first-child .rap-dropTrigger
{
    border-radius: 5px 5px 0 0
}

.rap-donateShop .rap-leftDonate .rap-filters .rap-filterDropdown:last-child .rap-dropTrigger
{
    border-radius: 0 0 5px 5px
}

@media only screen and (max-width: 1100px)
{
    .rap-donateShop .rap-rightDonate
    {
        width: 100%
    }
}

.rap-donateShop .rap-rightDonate .rap-breadcrumb
{
    margin-bottom: 26px;
    border-bottom: 1px solid #1e3759;
    padding-bottom: 5px
}

@media only screen and (max-width: 1100px)
{
    .rap-donateShop .rap-rightDonate .rap-breadcrumb
    {
        display: none
    }
}

.rap-donateShop .rap-rightDonate .rap-breadcrumb ul
{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #355676
}

.rap-donateShop .rap-rightDonate .rap-breadcrumb .rap-divider
{
    margin: 0 7px
}

.rap-donateShop .rap-rightDonate .rap-breadcrumb .rap-active
{
    border-bottom: 1px solid #79a0c7;
    color: #79a0c7
}

.rap-donateShop .rap-rightDonate .rap-itemGrid
{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns:repeat(3, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

@media only screen and (max-width: 1420px)
{
    .rap-donateShop .rap-rightDonate .rap-itemGrid
    {
        -ms-grid-columns: 1fr [2];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 1024px)
{
    .rap-donateShop .rap-rightDonate .rap-itemGrid
    {
        -ms-grid-columns: 1fr [1];
        grid-template-columns:repeat(1, 1fr)
    }
}

.rap-header
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-14%, rgba(0, 0, 0, 0)), color-stop(99.39%, rgba(51, 71, 125, 0.29))), #191D24;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -14%, rgba(51, 71, 125, 0.29) 99.39%), #191D24;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -14%, rgba(51, 71, 125, 0.29) 99.39%), #191D24;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
}

.rap-header a, .rap-header button, .rap-header span
{
    font-size: 16px;
    line-height: 19px
}

@media only screen and (max-width: 1024px)
{
    .rap-header a, .rap-header button, .rap-header span
    {
        font-size: 14px
    }
}

.rap-header .rap-cont
{
    padding: 0 36px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

@media only screen and (max-width: 1100px)
{
    .rap-header .rap-cont
    {
        padding: 0;
        font-size: 14px
    }
}

.rap-header .rap-mainMenu
{
    width: 50%;
    height: 100%
}

.rap-header .rap-mainMenu ul
{
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-mainMenu ul
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.rap-header .rap-mainMenu ul li
{
    margin-right: 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-header .rap-mainMenu ul li > a
{
    padding-top: 2px
}

.rap-header .rap-mainMenu ul li:last-child
{
    margin-right: 0
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-mainMenu ul li
    {
        margin-right: 0
    }
}

.rap-header .rap-mainMenu ul .rap-dropdown
{
    margin-right: 68px
}

.rap-header .rap-mainMenu ul .rap-dropdown:last-child
{
    margin-right: 0
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-mainMenu ul .rap-dropdown
    {
        margin-right: 0
    }
}

.rap-header .rap-mainMenu ul .rap-dropdown img, .rap-header .rap-mainMenu ul .rap-dropdown span
{
    pointer-events: none
}

.rap-header .rap-mainMenu ul .rap-dropdown:hover
{
    cursor: pointer
}

.rap-header .rap-mainMenu ul .rap-dropdown:hover span
{
    color: #6d8fc1
}

.rap-header .rap-headerAdditional
{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-header .rap-headerAdditional.rap-authorized .rap-userExperience, .rap-header .rap-headerAdditional.rap-authorized .rap-userToggle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rap-header .rap-headerAdditional.rap-authorized #authToggle, .rap-header .rap-headerAdditional.rap-authorized #regToggle
{
    display: none
}

.rap-header .rap-headerAdditional.rap-authorized hr
{
    margin-right: 40px
}

.rap-header .rap-headerAdditional.rap-authorized .rap-langChange
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-header .rap-headerAdditional.rap-authorized .rap-langChange .rap-dropdownContent
{
    left: -24px
}

@media only screen and (max-width: 1024px)
{
    .rap-header .rap-headerAdditional.rap-authorized .rap-langChange .rap-dropdownContent
    {
        padding-left: 14px;
        left: -14px
    }
}

.rap-header .rap-headerAdditional.rap-authorized .rap-langChange #lostPasswordToggle
{
    display: none
}

.rap-header .rap-headerAdditional hr, .rap-header .rap-headerAdditional > *
{
    margin-right: 40px
}

.rap-header .rap-headerAdditional hr:last-child, .rap-header .rap-headerAdditional > :last-child
{
    margin-right: 0
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-headerAdditional
    {
        min-width: 45%
    }

    .rap-header .rap-headerAdditional > *
    {
        margin-right: 20px
    }

    .rap-header .rap-headerAdditional hr
    {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px)
{
    .rap-header .rap-headerAdditional
    {
        min-width: 45%
    }

    .rap-header .rap-headerAdditional hr
    {
        display: none
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-header .rap-headerAdditional
    {
        margin-right: 10px;
        width: 100%
    }
}

.rap-header .rap-headerAdditional .rap-userToggle
{
    margin-right: 30px;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-headerAdditional .rap-userToggle
    {
        margin-right: 10px
    }
}

.rap-header .rap-headerAdditional .rap-userToggle span
{
    color: #bed4f5
}

.rap-header .rap-headerAdditional .rap-userToggle:hover
{
    cursor: pointer
}

.rap-header .rap-headerAdditional .rap-userToggle:hover span
{
    color: #6d8fc1
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownContent
{
    padding-left: 20px;
    padding-right: 30px
}

@media only screen and (max-width: 1100px)
{
    .rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownContent
    {
        left: -20px
    }
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem
{
    margin-bottom: 21px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem:last-of-type
{
    margin-bottom: 0
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem svg
{
    margin-right: 18px;
    width: 16px
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem a, .rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem button
{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem button
{
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #fff
}

.rap-header .rap-headerAdditional .rap-userToggle .rap-dropdownItem button:hover
{
    color: #6d8fc1;
    border-bottom: 2px solid #415198
}

.rap-header .rap-headerAdditional .rap-userExperience
{
    border-bottom: none;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.rap-header .rap-headerAdditional .rap-userExperience .rap-experienceCount
{
    color: #fff
}

.rap-header .rap-headerAdditional .rap-userExperience .rap-ex
{
    margin-right: 18px
}

.rap-header .rap-headerAdditional .rap-userExperience .rap-plusEX
{
    position: absolute;
    top: -10px;
    width: 13px;
    height: 13px
}

.rap-header .rap-headerAdditional #authToggle, .rap-header .rap-headerAdditional #regToggle
{
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-right: 56px;
    color: #fff
}

.rap-header .rap-headerAdditional #authToggle:hover, .rap-header .rap-headerAdditional #regToggle:hover
{
    color: #6d8fc1;
    border-bottom: 2px solid #415198
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-headerAdditional #authToggle, .rap-header .rap-headerAdditional #regToggle
    {
        margin-right: 0
    }
}

.rap-header .rap-headerAdditional hr
{
    margin-right: 17px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-left: 1px solid #404770;
    width: 1px;
    height: 42px
}

@media only screen and (max-width: 1280px)
{
    .rap-header .rap-headerAdditional hr
    {
        margin-right: 0
    }
}

.rap-header .rap-headerAdditional .rap-langChange
{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rap-header .rap-headerAdditional .rap-langChange #lostPasswordToggle
{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #6fc9fc
}

.rap-header .rap-headerAdditional .rap-langChange #lostPasswordToggle:hover
{
    color: #6d8fc1
}

.rap-header .rap-headerAdditional .rap-langChange .rap-dropdownContent
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*left: 0*/
}

.rap-header .rap-headerAdditional .rap-langChange img:first-of-type
{
    width: 24px
}

.rap-header .rap-headerAdditional .rap-langChange:hover
{
    cursor: pointer
}

.rap-header .rap-headerAdditional .rap-dropdownItem
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rap-header .rap-dropdown .rap-dropdownContent
{
    top: 70px;
    left: -24px
}

@media only screen and (max-width: 1100px)
{
    .rap-header .rap-dropdown .rap-dropdownContent
    {
        left: 0;
        padding-left: 6px
    }
}

.rap-header .rap-dropdown .rap-dropdownContent .rap-dropdownItem a
{
    line-height: 16px
}

.rap-header .rap-mobileButtons
{
    display: none
}

@media only screen and (max-width: 1100px)
{
    .rap-header .rap-mainMenu
    {
        display: none
    }

    .rap-header .rap-mobileButtons
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .rap-header .rap-mobileButtons svg
    {
        width: 26px;
        height: 26px;
        fill: #d3d3d3
    }

    .rap-header .rap-mobileButtons svg.rap-opened
    {
        display: none;
        z-index: 1010;
        fill: #fff
    }

    .rap-header .rap-mobileButtons svg.rap-closed
    {
        display: block
    }

    .rap-header .rap-mobileButtons.rap-opened svg.rap-opened
    {
        display: block
    }

    .rap-header .rap-mobileButtons.rap-opened svg.rap-closed
    {
        display: none
    }

    .rap-header .rap-mainMenu.rap-mobile
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: auto;
        overflow: scroll;
        margin-top: 69px;
        z-index: 1005;
        background-color: #0d121b
    }

    .rap-header .rap-mainMenu.rap-mobile ul
    {
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rap-header .rap-mainMenu.rap-mobile ul .rap-dropTrigger img
    {
        width: 30px;
        height: 30px
    }

    .rap-header .rap-mainMenu.rap-mobile ul li
    {
        margin-bottom: 35px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }

    .rap-header .rap-mainMenu.rap-mobile ul a, .rap-header .rap-mainMenu.rap-mobile ul button, .rap-header .rap-mainMenu.rap-mobile ul span
    {
        font-size: 24px
    }

    .rap-header .rap-mainMenu.rap-mobile .rap-dropdownItem
    {
        margin-bottom: 15px
    }

    .rap-header .rap-mainMenu.rap-mobile .rap-dropdownItem:last-child
    {
        margin-bottom: 0
    }

    .rap-header .rap-mainMenu.rap-mobile .rap-dropdownItem a
    {
        font-size: 20px
    }
}

.rap-footer
{
    padding-bottom: 40px;
    color: #fff
}

.rap-footer .rap-cont
{
    padding: 0 36px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-cont
    {
        padding: 0
    }
}

.rap-footer .rap-upButton
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 180px 0 150px 0
}

@media only screen and (max-width: 1024px)
{
    .rap-footer .rap-upButton
    {
        margin: 100px 0 85px 0
    }
}

.rap-footer .rap-upButton a
{
    border-bottom: none
}

.rap-footer .rap-upButton img
{
    width: 86px;
    height: 86px
}

.rap-footer .rap-withLogo
{
    margin-bottom: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rap-footer .rap-withLogo img
{
    width: 340px;
    height: auto
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-withLogo
    {
        width: 100%
    }

    .rap-footer .rap-withLogo img
    {
        width: 60%
    }
}

.rap-footer .rap-footMenu
{
    margin-bottom: 155px;
    width: 100%;
    height: 30px
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-footMenu
    {
        margin-bottom: 40px;
        height: auto
    }
}

.rap-footer .rap-footMenu ul
{
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-footMenu ul
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rap-footer .rap-footMenu ul li
{
    margin-right: 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-footer .rap-footMenu ul li > a
{
    border-bottom: 2px solid transparent;
}
.rap-footer .rap-footMenu ul li > a,
.rap-footer .rap-footMenu ul li > button
{
    padding-top: 2px
}

.rap-footer .rap-footMenu ul li:last-child
{
    margin-right: 0
}

@media only screen and (max-width: 1280px)
{
    .rap-footer .rap-footMenu ul li
    {
        margin-right: 0
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-footMenu ul li
    {
        margin-bottom: 35px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rap-footer .rap-footMenu ul a, .rap-footer .rap-footMenu ul button, .rap-footer .rap-footMenu ul span
{
    font-size: 16px;
    line-height: 19px
}

@media only screen and (max-width: 1024px)
{
    .rap-footer .rap-footMenu ul a, .rap-footer .rap-footMenu ul button, .rap-footer .rap-footMenu ul span
    {
        font-size: 14px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-footMenu ul a, .rap-footer .rap-footMenu ul button, .rap-footer .rap-footMenu ul span
    {
        font-size: 24px
    }
}

.rap-footer .rap-footMenu ul button
{
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.rap-footer .rap-footMenu ul A:hover,
.rap-footer .rap-footMenu ul button:hover
{
    color: #6d8fc1;
    border-bottom: 2px solid #415198
}

.rap-footer .rap-footMenu ul .rap-dropdown
{
    margin-right: 68px
}

.rap-footer .rap-footMenu ul .rap-dropdown:last-child
{
    margin-right: 0
}

@media only screen and (max-width: 1280px)
{
    .rap-footer .rap-footMenu ul .rap-dropdown
    {
        margin-right: 0
    }
}

.rap-footer .rap-footMenu ul .rap-dropdown img, .rap-footer .rap-footMenu ul .rap-dropdown span
{
    pointer-events: none
}

.rap-footer .rap-footMenu ul .rap-dropdown:hover
{
    cursor: pointer
}

.rap-footer .rap-footMenu ul .rap-dropdown:hover span
{
    color: #6d8fc1
}

.rap-footer .rap-footMenu .rap-langChange
{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-footer .rap-footMenu .rap-langChange .rap-dropdownContent
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -24px
}

@media only screen and (max-width: 1024px)
{
    .rap-footer .rap-footMenu .rap-langChange .rap-dropdownContent
    {
        padding-left: 14px;
        left: 0
    }
}

.rap-footer .rap-footMenu .rap-langChange img:first-of-type
{
    width: 24px;
    height: 16px
}

.rap-footer .rap-footMenu .rap-langChange:hover
{
    cursor: pointer
}

.rap-footer .rap-dropdown .rap-dropdownContent
{
    top: 30px;
    left: -24px
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-dropdown .rap-dropdownContent
    {
        left: 0;
        padding-left: 6px
    }

    .rap-footer .rap-dropdown .rap-dropdownContent .rap-dropdownItem
    {
        margin-bottom: 15px
    }

    .rap-footer .rap-dropdown .rap-dropdownContent .rap-dropdownItem:last-child
    {
        margin-bottom: 0
    }

    .rap-footer .rap-dropdown .rap-dropdownContent .rap-dropdownItem a
    {
        font-size: 20px
    }
}

.rap-footer .rap-dropdown .rap-dropdownContent .rap-dropdownItem a
{
    line-height: 17px
}

.rap-footer .rap-support
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 400;
    color: #4d5a88;
}

.rap-footer .rap-support > *
{
    margin-right: 157px;
}

.rap-footer .rap-support > :last-child
{
    margin-right: 0;
}

.rap-footer .payments_logo
{
    display: flex;
    justify-content: flex-end;
}

.rap-footer .payments_logo img
{
    max-width: 170px;
    width: 100%;
}

@media only screen and (max-width: 1030px)
{
    .rap-footer .payments_logo
    {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .payments_logo
    {
        justify-content: center;
    }
}

@media only screen and (max-width: 1280px)
{
    .rap-footer .rap-support
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rap-footer .rap-support > *
    {
        margin-right: 0
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-support
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .rap__support-left
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .rap__support-left > *:not(:last-child)
    {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

.rap-footer .rap-support .rap-privacyCopy
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rap-footer .rap-support .rap-privacyCopy._padding-right
{
}

.rap-footer .rap-support .rap-privacyCopy._align
{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#knowledge-text p img
{
    max-width: 100%;
}

@media only screen and (max-width: 1025px)
{
    .rap-support
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rap-footer .rap-support .rap-privacyCopy._align
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-footer .rap-support .rap-privacyCopy
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rap-footer .rap-support .rap-privacyCopy._align
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.rap-footer .rap-support .rap-privacyCopy a
{
    cursor: pointer;
    border-bottom: 1px solid #8590b6;
    color: #8590b6;
}

.rap-footer .rap-support .rap-privacyCopy a:first-child
{
    margin-bottom: 7px
}

.rap-footer .rap-support .rap-privacyCopy a:hover
{
    border-bottom: 1px solid #fff;
    color: #fff
}

.rap-footer .rap-support .rap-privacyCopy span
{
    margin-top: 24px;
}

.rap-footer .rap-support .rap-privacyCopy a, .rap-footer .rap-support .rap-privacyCopy span
{
    white-space: nowrap;
}

.rap__support-left, .rap__support-right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rap__support-left > *:not(:last-child)
{
    margin-right: 50px;
}

.rap-footer .rap-support .rap-elite
{
    color: #997b2f
}

.rap-footer .rap-support .rap-supportColor
{
    color: #97a3ca
}

body.no-scroll
{
    overflow: hidden;
}

.rap-modalWindow
{
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 995 !important;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.rap-modalWindow::-webkit-scrollbar
{
    display: none
}

.rap-modalWindow .rap-modalWindowBg
{
    top: 0;
    left: 0;
    width: 100%;
    min-height: 900px;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

@media only screen and (max-width: 1100px)
{
    .rap-modalWindowBg
    {
        display: none;
    }
}

.rap-modalWindow .rap-modalWindowContent
{
    overflow-x: hidden;
    position: absolute;
    max-width: 735px;
    width: calc(80% - 72px);
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #121b26
}

.rap-modalWindow .rap-modalWindowContent .rap-modalWindowCloseButton
{
    border-bottom: 0;
    position: absolute;
    right: 22px;
    top: 24px
}

.rap-modalWindow .rap-modalWindowContent .rap-modalWindowCloseButton svg
{
    width: 21px;
    height: 21px;
    fill: #1a5b80
}

.rap-modalWindow .rap-modalWindowContent .rap-modalWindowCloseButton svg:hover
{
    fill: #fff
}

@media only screen and (max-width: 1100px)
{
    .rap-modalWindow .rap-modalWindowContent
    {
        width: 95%;
        padding: 50px 20px 10px
    }
}

.rap-modalWindow::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.rap-modalWindow::-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.rap-modalWindow:-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.rap-modalWindow::-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.rap-modalWindow::placeholder, .rap-modalWindow button, .rap-modalWindow input, .rap-modalWindow label, .rap-modalWindow span
{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.rap-modalWindow .rap-nameOfModal, .rap-modalWindow form
{
    width: 100%
}

.rap-modalWindow .rap-nameOfModal
{
    margin-bottom: 54px;
    border-bottom: 1px solid #1e3759;
    padding-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #2f4560
}

.rap-logoBack
{
    position: relative;
    width: 100%;
    height: 444px;
    max-height: 444px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rap-logoBack img:first-child
{
    width: 100%;
    height: 100%;
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: cover;
    object-fit: cover
}

.rap-logoBack img:last-child
{
    margin-top: 70px;
    position: absolute;
    width: 340px;
    height: auto
}

@media only screen and (max-width: 1100px)
{
    .rap-logoBack img:last-child
    {
        width: 60%
    }
}

.rap-donateCard
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid #0f121d;
    border-radius: 5px;
    padding: 17px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(7, 46, 83, 0.3))), #121a25;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(7, 46, 83, 0.3) 100%), #121a25;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(7, 46, 83, 0.3) 100%), #121a25
}

.rap-donateCard .rap-topOfDonate
{
    border-bottom: 1px solid #1d242e;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rap-donateCard .rap-topOfDonate img
{
    margin-right: 17px;
    width: 34px;
    height: 34px
}

.rap-donateCard .rap-topOfDonate span
{
    font-size: 14px;
    font-weight: 400
}

.rap-donateCard .rap-bottomOfDonate
{
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack
{
    position: relative;
    border-radius: 5px;
    padding-right: 11px;
    min-width: 160px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0f1721
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack:after
{
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0f121d;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15
}

@media only screen and (max-width: 1100px)
{
    .rap-donateCard .rap-bottomOfDonate .rap-priceBack
    {
        margin-bottom: 5px
    }
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-priceName
{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #0f121d;
    border-radius: 5px;
    padding: 1px 9px 0 9px;
    height: 100%;
    background: #1e2937
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-priceName span
{
    color: #7d8aba;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    height: 16px
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice
{
    position: absolute;
    right: 11px;
    left: 66px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-ex, .rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-price
{
    font-size: 14px
}
.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-ex, .rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-discount-price
{
    font-size: 14px;
}

.rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-ex, .rap-donateCard .rap-bottomOfDonate .rap-priceBack .rap-itemPrice .rap-old-price
{
    font-size: 12px;
    color: #E54545;
    text-decoration: line-through;
    text-decoration-color: #e30a0a;
    text-decoration-thickness: 2px;
}

@media only screen and (max-width: 1100px)
{
    .rap-donateCard .rap-bottomOfDonate button
    {
        margin-bottom: 5px
    }
}

.rap-donateCard .rap-aboutDonateItem
{
    z-index: 1001;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 15%;
    padding: 18px;
    width: 380px;
    background-color: #0a0e13
}

.rap-donateCard .rap-aboutDonateItem.rap-hovered
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rap-donateCard .rap-aboutDonateItem .rap-nameItem
{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px
}

.rap-donateCard .rap-aboutDonateItem .rap-descriptionItem p, .rap-donateCard .rap-aboutDonateItem .rap-particular p
{
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 15px
}

.rap-donateCard .rap-aboutDonateItem .rap-descriptionItem
{
    margin-bottom: 30px
}

.rap-donateCard .rap-aboutDonateItem .rap-descriptionItem p:first-child
{
    margin-bottom: 6px;
    font-weight: 600;
    color: #e8ebed
}

.rap-donateCard .rap-aboutDonateItem .rap-descriptionItem .rap-descr
{
    margin: 0;
    font-weight: 400;
    color: #979797
}

.rap-donateCard .rap-aboutDonateItem .rap-particular p
{
    margin: 0;
    color: #7a8056;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px
}

@media only screen and (max-width: 1500px)
{
    .rap-donateCard .rap-aboutDonateItem
    {
        width: 300px
    }
}

@media only screen and (max-width: 1100px)
{
    .rap-donateCard .rap-aboutDonateItem
    {
        width: 100%
    }
}

.rap-filterDropdown
{
    margin-bottom: 3px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.rap-filterDropdown:first-child .rap-dropTrigger:before
{
    border-radius: 3px 0 0 0
}

.rap-filterDropdown:last-child .rap-dropTrigger:before
{
    border-radius: 0 0 0 3px
}

.rap-filterDropdown .rap-dropTrigger, .rap-filterDropdown .rap-dropdownItem
{
    min-height: 36px;
    max-height: 36px
}

.rap-filterDropdown .rap-dropTrigger
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #0f121d;
    padding: 10px 16px 10px 30px;
    height: 100%;
    background-color: #121a25
}

.rap-filterDropdown .rap-dropTrigger span
{
    font-weight: 400;
    font-size: 14px;
    color: #acceff
}

.rap-filterDropdown .rap-dropTrigger .rap-triggerArrow
{
    width: 12px;
    height: 12px
}

.rap-filterDropdown .rap-dropTrigger:before
{
    content: " ";
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 6px solid rgba(0, 192, 253, .76)
}

.rap-filterDropdown .rap-dropTrigger.rap-whileOpened, .rap-filterDropdown .rap-dropTrigger:hover
{
    background-color: #182231
}

.rap-filterDropdown .rap-dropTrigger.rap-whileOpened span, .rap-filterDropdown .rap-dropTrigger:hover span
{
    color: #00c0fd
}

.rap-filterDropdown .rap-dropTrigger.rap-whileOpened .rap-triggerArrow
{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rap-filterDropdown .rap-dropdownContent
{
    margin: 0;
    min-width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rap-filterDropdown .rap-dropdownContent.rap-openDrop
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-animation: Dropdown .5s;
    animation: Dropdown .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rap-filterDropdown .rap-dropdownItem
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 3px;
    border: 2px solid #0f121d;
    padding: 5px 16px 5px 30px;
    width: 100%;
    background-color: #11161d
}

.rap-filterDropdown .rap-dropdownItem:before
{
    content: " ";
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 6px solid #07465a
}

.rap-filterDropdown .rap-dropdownItem label
{
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #607fac
}

.rap-filterDropdown .rap-dropdownItem input
{
    display: none
}

.rap-filterDropdown .rap-dropdownItem.rap-radioChecked, .rap-filterDropdown .rap-dropdownItem:hover
{
    background-color: #0e1116
}

.rap-filterDropdown .rap-dropdownItem.rap-radioChecked label, .rap-filterDropdown .rap-dropdownItem:hover label
{
    color: #bdd7ff
}

.rap-newsCard .rap-newsAbout
{
    border-radius: 3px;
    padding: 10px 25px 15px 15px;
    background-color: #11161d
}

.rap-newsCard .rap-newsAbout p
{
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsAbout p
    {
        font-size: 16px
    }
}

.rap-newsCard .rap-newsAbout .rap-aboutCont
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsAbout .rap-aboutCont
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.rap-newsCard .rap-newsAbout .rap-leftAbout
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsAbout .rap-leftAbout
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 18px
    }
}

.rap-newsCard .rap-newsAbout .rap-leftAbout .rap-calendarIcon
{
    margin-right: 29px;
    width: 18px;
    height: 18px
}

.rap-newsCard .rap-newsAbout .rap-leftAbout .rap-date
{
    font-size: 14px;
    line-height: 19px;
    color: #5f718b;
    white-space: nowrap
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsAbout .rap-leftAbout .rap-date
    {
        margin-right: 18px
    }
}

.rap-newsCard .rap-newsAbout .rap-leftAbout hr
{
    margin: 0 18px;
    border: none;
    border-left: 1px solid #5f718b;
    width: 1px;
    height: 14px
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsAbout .rap-leftAbout hr
    {
        display: none
    }
}

.rap-newsCard .rap-newsAbout .rap-leftAbout .rap-type
{
    font-size: 14px;
    line-height: 19px;
    color: #b8ba72
}

.rap-newsCard .rap-newsAbout .rap-rightAbout
{
    cursor: pointer
}

.rap-newsCard .rap-newsAbout .rap-rightAbout:hover a
{
    color: #7bbefb;
    border-bottom: 1px solid #7bbefb
}

.rap-newsCard .rap-newsAbout .rap-rightAbout a
{
    margin-right: 6px;
    border-bottom: 1px solid #00afe6;
    font-size: 14px;
    line-height: 19px;
    color: #00afe6
}

.rap-newsCard .rap-newsAbout .rap-rightAbout img
{
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rap-newsCard .rap-newsContent
{
    padding: 25px 37px 25px 15px;
    height: 186px;
    background-color: #121a25
}

.rap-newsCard .rap-newsContent p
{
    height: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #61738e;
    white-space: pre-line;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 1100px)
{
    .rap-newsCard .rap-newsContent p
    {
        font-size: 13px
    }
}

.rap-topPlayer
{
    border-bottom: 1px solid rgba(64, 71, 112, .2);
    padding: 15px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rap-topPlayer div:first-of-type
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1280px)
{
    .rap-topPlayer div:first-of-type
    {
        margin-bottom: 3px
    }
}

.rap-topPlayer .rap-number
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
    border: 1px solid #2e394a;
    width: 20px;
    height: 20px
}

.rap-topPlayer .rap-number span
{
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #657793
}

.rap-topPlayer img
{
    margin-right: 18px;
    width: 20px;
    height: 20px
}

.rap-topPlayer .rap-nickname
{
    font-size: 14px;
    line-height: 19px;
    color: #ade3ff
}

@media only screen and (max-width: 1100px)
{
    .rap-topPlayer .rap-nickname
    {
        margin-right: 15px
    }
}

.rap-topPlayer .rap-points
{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #579bff
}

#authModal .rap-inputBlock.rap-pass
{
    margin-bottom: 53px
}

#authModal .rap-bottomAuth
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    #authModal .rap-bottomAuth
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #authModal .rap-bottomAuth .rap-checkbox
    {
        margin-bottom: 15px
    }
}

#authModal .rap-bottomAuth .rap-checkbox label
{
    color: #a5bae1
}

#authModal .rap-bottomAuth .rap-checkbox label::after
{
    margin-left: 12px
}

#regModal .rap-inputBlock.rap-passAgain
{
    margin-bottom: 53px
}

#regModal .rap-bottomReg
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    #regModal .rap-bottomReg
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #regModal .rap-bottomReg .rap-checkbox
    {
        margin-bottom: 15px
    }
}

#regModal .rap-bottomReg .rap-checkbox label
{
    text-decoration-line: underline;
    color: #a5bae1
}

#regModal .rap-bottomReg .rap-checkbox label::after
{
    margin-left: auto;
}

#lostPasswordModal .rap-nameOfModal
{
    margin-bottom: 60px
}

@media only screen and (max-width: 1100px)
{
    #lostPasswordModal .rap-nameOfModal
    {
        margin-bottom: 40px
    }
}

#lostPasswordModal .rap-inputBlock
{
    margin-bottom: 70px
}

#lostPasswordModal .rap-inputBlock label
{
    margin-bottom: 20px
}

@media only screen and (max-width: 1100px)
{
    #lostPasswordModal .rap-inputBlock
    {
        margin-bottom: 35px
    }
}

#lostPasswordModal .rap-bottomLostPassword
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#promoCodeModal .rap-modalWindowContent
{
    padding: 15px 18px 34px 18px;
    max-width: 430px
}

#promoCodeModal .rap-modalWindowCloseButton
{
    top: 15px;
    right: 18px
}

#promoCodeModal form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#promoCodeModal .rap-nameOfModal
{
    margin-bottom: 72px
}

@media only screen and (max-width: 1100px)
{
    #promoCodeModal .rap-nameOfModal
    {
        margin-bottom: 40px
    }
}

#promoCodeModal .rap-inputBlock
{
    margin-bottom: 70px;
    text-align: center
}

#promoCodeModal .rap-inputBlock label
{
    margin-bottom: 20px
}

#promoCodeModal .rap-inputBlock input
{
    text-transform: uppercase;
    padding: 8px 34px;
    max-width: 284px;
    color: #bed4f5
}

@media only screen and (max-width: 1100px)
{
    #promoCodeModal .rap-inputBlock
    {
        margin-bottom: 35px
    }
}

#promoCodeModal .rap-bottomPromo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#promoCodeModal .rap-bottomPromo .rap-actionButton
{
    min-width: 210px
}

#buyItemModal .rap-modalWindowContent
{
    margin-top: 86px;
    padding: 15px 48px 19px 48px;
    max-width: 430px
}

#buyItemModal .rap-modalWindowCloseButton
{
    top: 15px;
    right: 18px
}

#buyItemModal .rap-topOfBuy
{
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#buyItemModal .rap-topOfBuy img
{
    margin-right: 17px;
    width: 34px;
    height: 34px
}

#buyItemModal .rap-topOfBuy span
{
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

#buyItemModal .rap-nameOfModal
{
    margin-bottom: 29px
}

#buyItemModal .rap-inputBlock
{
    margin-bottom: 21px
}

#buyItemModal .rap-inputBlock label
{
    margin-bottom: 0;
    display: inline
}

#buyItemModal .rap-inputBlock .rap-inliner div
{
    padding: 7px 10px 7px 15px;
    width: 140px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1100px)
{
    #buyItemModal .rap-inputBlock .rap-inliner div
    {
        width: 46px
    }
}

#buyItemModal .rap-inputBlock .rap-inliner div svg
{
    margin-right: 12px
}

@media only screen and (max-width: 1100px)
{
    #buyItemModal .rap-inputBlock .rap-inliner div svg
    {
        margin-right: 0 !important
    }
}

#buyItemModal .rap-inputBlock .rap-inliner div span
{
    padding: 2px 0;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    color: #4d5a88
}

@media only screen and (max-width: 1100px)
{
    #buyItemModal .rap-inputBlock .rap-inliner div span
    {
        display: none
    }
}

#buyItemModal .rap-inputBlock .rap-mask, #buyItemModal .rap-inputBlock input
{
    padding: 7px 10px 7px 150px;
    height: 33px;
    text-align: right;
    font-weight: 500;
    color: #a5bae1;
    white-space: nowrap;
    -moz-appearance: textfield
}

@media only screen and (max-width: 1100px)
{
    #buyItemModal .rap-inputBlock .rap-mask, #buyItemModal .rap-inputBlock input
    {
        padding-left: 56px
    }
}

#buyItemModal .rap-inputBlock .rap-mask::-webkit-inner-spin-button, #buyItemModal .rap-inputBlock .rap-mask::-webkit-outer-spin-button, #buyItemModal .rap-inputBlock input::-webkit-inner-spin-button, #buyItemModal .rap-inputBlock input::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0
}

#buyItemModal .rap-inputBlock .rap-mask::-webkit-input-placeholder, #buyItemModal .rap-inputBlock input::-webkit-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::-moz-placeholder, #buyItemModal .rap-inputBlock input::-moz-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask:-ms-input-placeholder, #buyItemModal .rap-inputBlock input:-ms-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::-ms-input-placeholder, #buyItemModal .rap-inputBlock input::-ms-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::-webkit-input-placeholder, #buyItemModal .rap-inputBlock input::-webkit-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::-moz-placeholder, #buyItemModal .rap-inputBlock input::-moz-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask:-ms-input-placeholder, #buyItemModal .rap-inputBlock input:-ms-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::-ms-input-placeholder, #buyItemModal .rap-inputBlock input::-ms-input-placeholder
{
    font-weight: 500
}

#buyItemModal .rap-inputBlock .rap-mask::placeholder, #buyItemModal .rap-inputBlock input::placeholder
{
    font-weight: 500
}

@media only screen and (max-width: 1100px)
{
    #buyItemModal .rap-inputBlock
    {
        margin-bottom: 35px
    }
}

#buyItemModal .rap-count
{
    margin-bottom: 25px;
    border-bottom: 1px solid #1d242e;
    padding-bottom: 23px
}

#buyItemModal .rap-count .rap-inliner div svg
{
    width: 15px;
    height: 18px
}

#buyItemModal .rap-discount input
{
    color: #fff
}

#buyItemModal .rap-discount .rap-inliner div svg
{
    width: 15px;
    height: 23px
}

#buyItemModal .rap-totalToPay
{
    margin-bottom: 29px
}

#buyItemModal .rap-totalToPay .rap-mask
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #11161d
}

#buyItemModal .rap-totalToPay .rap-mask, #buyItemModal .rap-totalToPay input
{
    padding-right: 34px;
    color: #fff
}

#buyItemModal .rap-totalToPay .rap-inliner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#buyItemModal .rap-totalToPay .rap-inliner div
{
    padding-left: 12px
}

#buyItemModal .rap-totalToPay .rap-inliner div svg
{
    margin-right: 9px;
    width: 21px;
    height: 13px
}

#buyItemModal .rap-totalToPay label
{
    width: 100%
}

#buyItemModal .rap-totalToPay label .rap-real
{
    display: none
}

#buyItemModal .rap-totalToPay .rap-ex
{
    position: absolute;
    right: 10px;
    font-weight: 500;
    color: #00b2ff
}

#buyItemModal .rap-bottomBuyItem
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#buyItemModal .rap-bottomBuyItem .rap-actionButton
{
    border: 2px solid #0f121d;
    width: 100px;
    height: 36px;
    font-size: 14px;
    font-weight: 500
}

#buyItemModal .rap-bottomBuyItem .rap-cancel
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(61, 14, 14, 0)), to(#641616)), rgba(149, 21, 21, .3);
    background: -o-linear-gradient(top, rgba(61, 14, 14, 0) 0, #641616 100%), rgba(149, 21, 21, .3);
    background: linear-gradient(180deg, rgba(61, 14, 14, 0) 0, #641616 100%), rgba(149, 21, 21, .3);
    color: red
}

#buyItemModal .rap-bottomBuyItem .rap-cancel:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(102, 24, 24, 0)), to(#8e1f1f)), rgba(194, 27, 27, .4);
    background: -o-linear-gradient(top, rgba(102, 24, 24, 0) 0, #8e1f1f 100%), rgba(194, 27, 27, .4);
    background: linear-gradient(180deg, rgba(102, 24, 24, 0) 0, #8e1f1f 100%), rgba(194, 27, 27, .4)
}

#buyItemModal .rap-bottomBuyItem .rap-buy
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 70, 4, 0)), to(#426416)), rgba(35, 101, 38, .3);
    background: -o-linear-gradient(top, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    background: linear-gradient(180deg, rgba(41, 70, 4, 0) 0, #426416 100%), rgba(35, 101, 38, .3);
    color: #ddc703
}

#buyItemModal .rap-bottomBuyItem .rap-buy:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(69, 118, 7, 0)), to(#5e8e1f)), rgba(48, 139, 52, .4);
    background: -o-linear-gradient(top, rgba(69, 118, 7, 0) 0, #5e8e1f 100%), rgba(48, 139, 52, .4);
    background: linear-gradient(180deg, rgba(69, 118, 7, 0) 0, #5e8e1f 100%), rgba(48, 139, 52, .4)
}

#successModal .rap-success
{
    color: #236526
}

#notSuccessModal .rap-success
{
    color: #861b1b
}

#notSuccessModal .rap-exQuote
{
    color: #00b2ff
}

.rap-newsGrid__news-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 188px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px
}

.news-item__image
{
    min-width: 200px;
    height: 188px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.news-item__content
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-item__content-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #11161d;
    padding: 14px 13px 15px 24px
}

.content-header__title
{
    padding-top: 3px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    margin-bottom: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.news-info__type-date div
{
    display: inline
}

.content-header__news-info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px
}

.news-item__content-desc
{
    background-color: #121a25;
    width: 100%;
    height: 100%;
    padding: 10px 16px 13px 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #61738e;
    white-space: pre-line
}

.type-date__date
{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5f718b;
    padding-left: 28px;
    padding-right: 18px;
    position: relative
}

.type-date__date::before
{
    position: absolute;
    content: "";
    width: 17.5px;
    height: 19px;
    background-image: url(../img/svg/calendar.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: -2px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.type-date__date::after
{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #5f718b;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.news-info__link
{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 19px;
    color: #00afe6;
    padding-right: 32px;
    position: relative;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-info__link:hover
{
    border-bottom: 0px
}

.news-info__link:hover::before
{
    background-color: #6d8fc1
}

.news-info__link::before
{
    content: "";
    position: absolute;
    bottom: 1px;
    width: 70%;
    height: 1px;
    background-color: #00afe6
}

.news-info__link::after
{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/header/arrowDown.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.type-date__type
{
    color: #b8ba72;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-left: 20px
}

.rap-mainWrapper--balance .rap-title
{
    font-weight: 700;
    padding: 0px 0 0px 0;
    margin-bottom: 43px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Open Sans";
    border-bottom: 1px solid #0c1127
}

.rap-mainWrapper.rap-mainWrapper--balance
{
    padding-bottom: 50px
}

.rap-mainWrapper__pay-wrapper
{
    background-color: #fff;
    max-width: calc(100% - 642px);
    float: left;
    background-color: #121a25;
    padding: 9px 18px 20px 18px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 80px
}

.rap-mainWrapper--balance
{
    padding-bottom: 50px
}

.pay-wrapper__pay-item
{
    width: 227px;
    margin: 31px 19px 20px 19px
}

.pay-wrapper__pay-item--super .pay-item__image::after
{
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    left: 2px;
    top: -5px;
    background-image: url(../img/store/crone.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.pay-item__card
{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #050f22;
    margin-bottom: 6px
}

.pay-item__price
{
    border-top: 1px solid #050f22;
    padding: 11px 10px 12px 13px;
    background-color: #0a2139;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.pay-item__button
{
    background-color: #163755;
    border-radius: 5px;
    border: 1px solid #050f22;
    padding: 7px;
    text-align: center;
    width: 100%;
    color: lime;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important
}

.pay-item__button:hover
{
    background-color: #3078bb
}

.pay-item__button span
{
    color: #fff
}

.pay-item__price-coast span
{
    color: #00b2ff
}

.pay-item__price-bonusint, .pay-item__price-bonusstr
{
    color: #ffa800;
    text-shadow: 0px 0px 8px #F90;
}

.pay-item__price-embler
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
    text-transform: capitalize
}

.pay-item__price-embler-400
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.71%, #00B2FF), color-stop(73.44%, #7EDE50));
    background: -o-linear-gradient(top, #00B2FF 42.71%, #7EDE50 73.44%);
    background: linear-gradient(180deg, #00B2FF 42.71%, #7EDE50 73.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.pay-item__price-embler-500
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.19%, rgba(229, 67, 255, 0.927083)), color-stop(71.87%, #D30000));
    background: -o-linear-gradient(top, rgba(229, 67, 255, 0.927083) 42.19%, #D30000 71.87%);
    background: linear-gradient(180deg, rgba(229, 67, 255, 0.927083) 42.19%, #D30000 71.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.pay-item__image
{
    background-color: #18518d;
    width: 227px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: right;
}

.pay-item__image img
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.rap-mainWrapper__two, .rap-mainWrapper__three, .rap-mainWrapper__four
{
    width: 50%;
    height: 200px;
    background-color: #fff;
    margin-bottom: 20px;
    float: right
}

.rap-mainWrapper__advertisement
{
    width: 605px;
    height: 192px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 31px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.rap-mainWrapper__pay-system
{
    width: 605px;
    float: right;
    padding: 40px;
    background: #121a25;
    border-radius: 3px;
    margin-bottom: 30px
}

.rap-mainWrapper__pay-system--error
{
    border: 2px solid red
}

.pay-system__title, .balance-block__title
{
    padding: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background: #2069b7;
    border-radius: 5px;
    margin-bottom: 20px
}

.pay-system__choice label
{
    width: 100%;
    padding: 0px 29px 12px 36px;
    background: #98afdc;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer;
}

.pay-system__choice label:last-child
{
    margin-bottom: 0
}

.pay-system__choice .pay-system__choice-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 28px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    height: 50px
}

.pay-system__choice .pay-system__choice-header::before
{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.pay-system__choice .pay-system__choice-header--centapp::before
{
    width: 126px;
    height: 26px;
    background-image: url(../img/svg/pay1.svg)
}

.pay-system__choice .pay-system__choice-header--inter::before
{
    width: 125px;
    height: 40px;
    background-image: url(../img/svg/pay2.svg)
}

.pay-system__choice .pay-system__choice-header--payeer::before
{
    width: 97px;
    height: 21px;
    background-image: url(../img/svg/pay3.svg)
}

.pay-system__choice .pay-system__choice-header--prime::before
{
    width: 125px;
    height: 40px;
    background-image: url(../img/svg/pay7.svg)
}

.pay-system__choice input[type=radio]
{
    position: absolute;
    opacity: 0;
    display: block;
    height: 0;
    width: 0
}

.pay-system__choice .pay-system__radio
{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #6c6767;
    cursor: pointer;
    position: relative
}

.pay-system__choice .pay-system__choice-header input[type=radio]:checked + .pay-system__radio::before
{
    background-color: #000;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #1e1e1e;
    border-radius: 50%;
    left: 2px;
    top: 2px
}

.pay-system__choice-footer--centapp
{
    color: #2d51cf
}

.pay-system__choice-footer--inter
{
    color: #238545
}

.pay-system__choice-footer--payeer
{
    color: #148ac5
}

.pay-system__choice-footer
{
    border: 1px solid #5a8dc9;
    width: 100%;
    padding: 3px;
    text-align: center;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px
}

.pay-system__choice-footer span
{
    color: #4d5a88;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: .03em
}

.rap-mainWrapper__discount
{
    background: #121a25;
    border-radius: 5px;
    width: 605px;
    float: right;
    padding: 40px
}

.rap-mainWrapper__discount-title
{
    background-color: #2c4568;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.rap-mainWrapper__discount-table table
{
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.rap-mainWrapper__discount-table table th
{
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #c4c4c4
}

.rap-mainWrapper__discount-table table td, .rap-mainWrapper__discount-table table th
{
    text-align: center;
    width: 50%
}

.rap-mainWrapper__discount-table table td
{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.rap-mainWrapper__discount-table table tr
{
    padding: 16px;
    height: 56px;
    background: rgba(20, 31, 44, .5)
}

.rap-mainWrapper__discount-table table tr:nth-child(2n)
{
    background: #141f2c
}

.rap-mainWrapper__discount-table table tr:first-child
{
    background: #26364d;
    height: 40px;
}

.rap-mainWrapper__discount-table table td
{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #c4c4c4
}

.rap-mainWrapper__discount-table table td span
{
    color: #06ab06
}

.rap-mainWrapper__discount-table table .discount-table__percent
{
    color: #4c9ae6
}

.rap-mainWrapper__discount-table table .discout-table__price span
{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px
}

@media (min-width: 2500px)
{
    .rap-mainWrapper__pay-wrapper
    {
        margin-bottom: 150px
    }
}

@media (max-width: 1291px)
{
    .rap-newsGrid__news-item
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .news-item__image
    {
        min-width: 100%
    }
}

@media (max-width: 1120px)
{
    .rap-mainWrapper__inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rap-mainWrapper__pay-wrapper, .rap-mainWrapper__advertisement, .rap-mainWrapper__pay-system, .rap-mainWrapper__discount
    {
        max-width: 100%;
        width: 100%
    }

    .rap-mainWrapper__pay-system
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .rap-mainWrapper__pay-wrapper
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .rap-mainWrapper__advertisement
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 auto;
        margin-bottom: 31px
    }

    .rap-mainWrapper__advertisement-link
    {
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }

    .rap-mainWrapper__discount
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 699px)
{
    .rap-mainWrapper__advertisement
    {
        background-position: left bottom
    }
}

@media (max-width: 543px)
{
    .rap-mainWrapper__advertisement
    {
        background-size: contain;
        background-position: left center
    }

    .rap-mainWrapper__advertisement
    {
        height: 120px
    }
}

@media (max-width: 521px)
{
    .rap-mainWrapper__pay-system, .rap-mainWrapper__discount
    {
        padding: 30px 15px
    }

    .rap-mainWrapper rap-mainWrapper--balance
    {
        padding: 0 20px
    }
}

@media (max-width: 482px)
{
    .content-header__title
    {
        font-size: 14px
    }
}

@media (max-width: 468px)
{
    .pay-system__title
    {
        font-size: 18px
    }
}

@media (max-width: 444px)
{
    .content-header__news-info
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-info__type-date
    {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .type-date__date::after
    {
        display: none;
        width: 0;
        height: 0
    }

    .news-info__type-date div
    {
        display: block
    }

    .type-date__date
    {
        margin-bottom: 10px
    }

    .type-date__type
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 0
    }

    .news-info__link
    {
        padding-right: 0
    }

    .news-info__link::after
    {
        right: -30px
    }

    .news-info__link::before
    {
        width: 100%
    }

    .content-header__title
    {
        text-align: center
    }
}

@media (max-width: 429px)
{
    .pay-system__title, .balance-block__title
    {
        font-size: 16px
    }
}

@media (max-width: 419px)
{
    .pay-system__choice label
    {
        padding: 0px 12px 12px 12px
    }
}

@media (max-width: 393px)
{
    .pay-system__title
    {
        font-size: 14px
    }
}

.home-logo-info {
    z-index: -1;
        position: relative;
        height: 375px;
        max-height: 446px;
        width: 100%;
        background-image: url(../img/main/home-logo-3-bg.png);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 70px;
        position: relative;
        padding-bottom: 37px
    }
    .home-logo {
    z-index: -1;
        position: relative;
        height: 375px;
        max-height: 446px;
        width: 100%;
        background-image: url(../img/main/home-logo-6-bg.png);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 70px;
        position: relative;
        padding-bottom: 37px
    }
    .home-logo::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(180deg, rgba(20, 24, 28, 0.00) 47.98%, rgba(20, 24, 28, 0.68) 80.31%, rgba(18, 26, 37, 0.86) 100.13%),
                        linear-gradient(180deg, rgba(20, 24, 28, 0.00) 0%, rgba(20, 24, 28, 0.79) 80.31%, #121A25 100.13%),
                        linear-gradient(90deg, rgba(20, 24, 28, 0.00) 78.69%, rgba(20, 24, 28, 0.79) 88.21%, #14181C 100%),
                        linear-gradient(-90deg, rgba(20, 24, 28, 0.00) 78.69%, rgba(20, 24, 28, 0.79) 88.21%, #14181C 100%);
        z-index: 2
    }
    .home-logo::after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/main/osiris.png);
        background-position: center top;
        background-size: 48.5625rem 22.5rem;
        background-repeat: no-repeat;
        z-index: 1
    }
    .home-logo__img {
        width: 100%;
        height: auto;
        -o-object-position: bottom;
        object-position: bottom;
        -o-object-fit: cover;
        object-fit: cover
    }
    .home-logo__link {
        width: 320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .home-logo__link:hover {
        border: none
    }
    @media only screen and (max-width:720px) {
        .home-logo__link {
            max-width: 60%
        }
    }
    @media only screen and (min-width: 1921px) {
    .home-logo-info {
            background-color: rgba(20, 24, 28, 0.8);
            background-image: url(../img/main/home-logo-3-bg.png);
            background-size: contain;
        }
        .home-logo {
            background-color: rgba(20, 24, 28, 0.8);
            background-image: url(../img/main/home-logo-6-bg.png);
            background-size: contain;
        }
        .home-logo::before {
            background-image: linear-gradient(180deg, rgba(20, 24, 28, 0.00) 0%, rgba(20, 24, 28, 0.79) 80.31%, #121A25 100.13%);
        }
    }
.rap__table-header
{
    width: 100%;
    padding: 17px 20px;
    background: #111A25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.rap__table-title, .rap__table-title-number
{
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 33px !important;
    margin-bottom: 0;
    color: #E4E5E8;
}

.rap__table-title-number
{
    color: inherit;
}

.rap__table-title--gold
{
    color: #FFA800;
}

.rap__table-title--silver
{
    background: -o-linear-gradient(top, #FFFFFF 42.71%, #617277 88.02%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.71%, #FFFFFF), color-stop(88.02%, #617277));
    background: linear-gradient(180deg, #FFFFFF 42.71%, #617277 88.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rap__table-title--copper
{
    color: #8D6F46;
}

.rap__table-title-number
{
    margin-right: 18px;
    display: inline-block;
}

.rap__table-time
{
    display: inline-block;
    color: #E4E5E8;
}

.rap__table-time--blue
{
    color: #579BFF !important;
    background: none;
    padding: 0;
}

.home-logo + style + div, .home-logo + style + link + div, .home-logo + div, .home-logo + script + div, .home-logo__link
{
    position: relative;
    z-index: 2;
}

.home-logo + style + div, .rap-donateTable, .rap-mainPage
{
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 2;
    position: relative;
}

.rap-mainWrapper__message
{
    width: 100%;
    padding: 27px;
    background: #26364D;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
}

.rap-mainWrapper__message-title
{
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #DADADA;
    margin-bottom: 14px;
}

.rap-mainWrapper__message-subtitle
{
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #C3C3C3;
    margin: 0;
}

.notifies-box
{
    z-index: 2;
}

.rap__table-lists-wrapper ul:nth-child(-n + 3) > li:nth-child(2),
.rap__table-list--top > li:nth-child(2)
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30.21%, #F89030), color-stop(82.81%, #FFA800));
    background: -o-linear-gradient(top, #F89030 30.21%, #FFA800 82.81%);
    background: linear-gradient(180deg, #F89030 30.21%, #FFA800 82.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rap__table-lists-wrapper ul:nth-child(-n + 3) > li:nth-child(3),
.rap__table-list--top > li:nth-child(3)
{
    color: black;
    text-shadow: 0px 0px 4px rgba(255, 199, 0, 0.7), 0px 0px 6px #FF0000;
    -webkit-text-stroke: 0.5px #FFB257;
    font-size: 18px;
    font-weight: 700;
}

.rap__table._level .rap__table-name._big, .rap__table._level .rap__table-unit._big, .rap__table._level .rap__table-unit div
{
   /* display: inline-flex;*/
    text-align: center !important;
    padding-left: 16px !important;
    padding-right: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rap__table-unit, .rap__table-name
{
    color: #D3D3D3;
}

.rap__table._level .rap__table-name._big:nth-child(2)
{
    text-align: left !important;
}

.rap__table-unit--name
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.rap__table-text
{
    display: inline-block;
}

.rap__table-list--chaos > li, .rap__table-names--chaos > li
{
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
}

.rap__table-names
{
    padding: 13px 0 !important;
}

.home-logo__timer {
    margin-top: 4.11rem;  
  align-self: flex-start;
  z-index: 2;
}
.home_timer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_timer__section {
  display: flex;
  justify-content: center;
}
.home_timer__img {
  margin-bottom: 21px;
  max-width: 475px;
  height: auto;
}
.home_timer__section_timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}
.home_timer__section_text {
  position: relative;
  left: -0.17469rem;
}


.timer__section {
    display: flex;
    justify-content: center;
}
.timer__img {
    max-width: 43rem;
    height: auto;
}
.timer__img-2 {
    width: 18.125rem;
    min-width: 20rem;
    height: auto;
    margin-bottom: 1.5rem;
}
.timer__img-2,
.timer__section_timer {
    position: relative;
    top: -1.7rem;
}
.timer__section_timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.timer__section_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -0.17469rem;
}
.timer__text {
    color: white;
    text-align: center;
    text-shadow: 0px 0px 10px 0px #000;
    font-size: 1.625rem;
    letter-spacing: 0.34938rem;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    font-weight: 700;
    font-family: "Lato";
    position: relative;
    top: -0.3rem;
    width: 4.5rem;
    max-width: 4.5rem;
}
.timer__text::before {
    content: "";
    width: 4.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: calc(50% - 0.17469rem);
    transform: translate(-50%, -50%);
    background-image: url("../img/main/time-days-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.timer__text-wrapper {
    position: relative;
}
.timer__description {
    position: absolute;
    top: calc(100% + 8px);
    left: calc(50% - 0.17469rem);
    transform: translate(-50%, 0);
    color: #9CA8B1;
    text-align: center;
    font-size: 0.875rem;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Lato";
}
.timer__splice {
    color: #9CA8B1;
    font-size: 1.875rem;
    font-weight: 600;
    font-family: "Lato";
    position: relative;
    top: -9px;
}
.rap-line {
    cursor: pointer;
}
@media all and (max-width: 700px) {
    .timer__img {
        max-width: 100%;
    }

    .timer__img-2 {
        width: 50%;
        min-width: auto;
    }
}
@media all and (max-width: 600px) {
    .timer__section_timer {
        width: 100%;
        gap: 0;
        justify-content: space-between;
        padding: 0 2rem;
    }
}
@media all and (max-width: 500px) {
    .timer__img-2,
    .timer__section_timer {
        top: -0.5rem;
    }
}
@media all and (max-width: 400px) {
    .timer__text::before {
        width: 3.6875rem;
        height: 2.0625rem;
    }
    .timer__text {
        font-size: 0.8rem;
        max-width: 3rem;
        width: 3rem;
    }
}
@media only screen and (max-width:1024px) {
    .rap-mainPage .rap-download img {
        max-width: 379px
    }
}
.home_timer__text {
  color: white;
  text-align: center;
  text-shadow: 0 0 10px 0 #000;
  font-size: 1.625rem;
  letter-spacing: 0.34938rem;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.home_timer__text::before {
  content: "";
  width: 60px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.17469rem);
  transform: translate(-50%, -50%);
  background-image: url("../img/main/time-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home_timer__text-wrapper {
  position: relative;
}
.home_timer__description {
  position: absolute;
  top: calc(100% + 14px);
  left: calc(50% - 0.17469rem);
  transform: translate(-50%, 0);
  color: #858484;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Lato", sans-serif;
}
.home_timer__splice {
  color: #858484;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  position: relative;
  top: -3px;
}


.rap-mainPage .rap-topHelpers {
    background-color: rgba(8, 6, 32, 0.35);
}
.rap-topHelpers .rap-topPlayer {
    display: grid !important;
    grid-template-columns: 1.6fr 1fr 1fr;
}
.rap-topHelpers .rap-topPlayer div {
    justify-self: center;
}
.rap-topHelpers .rap-topPlayer div:first-child {
    justify-self: start;
}
.rap-topHelpers .rap-topPlayer div:last-child {
    justify-self: end;
}
.rap-topHelpers .rap-nickname {
    word-break: break-all;
    font-size: 14px;
    line-height: 19.07px;
    color: #ade3ff;
}

.server_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.server_box-title{
    color: #657793;
    margin: 0;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.server_box-input{
    width: 123px;
    height: 34px;
    background: #273a50;
    padding: 10px;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    cursor: pointer;

}
.server_box-text{
    color: #D3D3D3;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.server_box-input:hover{
    background: #2f4660;
}



.middle {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.bar {
    width: 10px;
    height: 50px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}
.bar1 {
    animation-delay: 0.1s;
}
.bar2 {
    animation-delay: 0.2s;
}
.bar3 {
    animation-delay: 0.3s;
}
.bar4 {
    animation-delay: 0.4s;
}
.bar5 {
    animation-delay: 0.5s;
}
.bar6 {
    animation-delay: 0.6s;
}
.bar7 {
    animation-delay: 0.7s;
}
.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: #657793;
    }
    50% {
        transform: scaleY(1);
        background: #b6becc;
    }
    100% {
        transform: scaleY(0.1);
        background: #657793;
    }
}

.r-45 {
    transform: rotate(45deg);
}
.r-90{
    transform: rotate(90deg);
}
.product-event{
    color: #FFA800;
    text-align: right;
    text-shadow: 0px 0px 9px #F90, 0px 0px 8px #F90;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    margin-top: 10px;
    margin-right: 10px;
}
.discount-table__info{
    display: flex;
    justify-content: flex-end;
    width: 65%;
}
.discount-table__current{
    background: #172F2B!important;
}
.discount-table__active{
    position: absolute;
    margin-right: 10%;
}
.header__currentDiscount{
    position: absolute;
    right: 15px;
}
.discout-table__price span{
    font-size: 15px!important;
}
.discount-table__userdisc{
    color: rgba(255, 255, 255, 0.31)!important;
    font-size: 15px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
}
.discount-table__userdisc span{
    color: rgba(6, 171, 6, 0.30)!important;
    font-size: 15px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
}
.discout-table__price{
    color: #FFF!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: normal!important;
}
.discount-table__title{
    text-align: right;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.discount-table__perc{
    margin-left: 19px;
    color: #FFF!important;

    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.discount-table__info .basic{
    color: #808080!important;
    font-weight: 600;
}
.discount-table__info .normal{
    color: #8799D8!important;
    font-weight: 600;
}
.discount-table__info .silver{
    background: linear-gradient(180deg, #FFF 42.71%, #75888E 75%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.discount-table__info .gold{
    background: linear-gradient(180deg, #FFC700 35.42%, #F85430 100%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.discount-table__info .platinum{
    background: linear-gradient(180deg, #DC2F2F 32.81%, #8D0404 67.71%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.basic{
    color: #808080!important;
    font-size: 14px!important;
}
.normal{
    color: #8799D8!important;
    font-size: 14px!important;
}
.silver{
    background: linear-gradient(180deg, #FFF 42.71%, #75888E 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px!important;
}
.gold {
    background: linear-gradient(180deg, #FFC700 35.42%, #F85430 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px!important;
}
.platinum{
    background: linear-gradient(180deg, #DC2F2F 32.81%, #8D0404 67.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px!important;
}

/* server statistics */
/* New Styles */
.rap-group__open-section {
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 11px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700 !important;
    color: white;
    background-color: #303f69;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 159, 194, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 159, 194, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    position: relative;
}

.rap-group__open-section:hover {
    background-color: #3b508a;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 159, 194, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 159, 194, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    cursor: pointer;
}

.rap-group__open-section::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/cube.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.rap-group__open-section::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 32.83px;
    height: 32.83px;
    background-image: url("../img/arrow-down.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.rap-group__open-section.active::after {
    -webkit-transform: rotate(-90deg) translate(50%, 0);
    transform: rotate(-90deg) translate(50%, 0);
}

.rap-group__open-section span {
    font-weight: 700 !important;
    color: rgb(150, 190, 248);
}

.rap-group__hidden-section {
    margin-top: 10px;
}

.rap-group__hidden-section > *:not(:last-child) {
    margin-bottom: 4px;
}

.rap-group:not(:first-child) {
    margin-top: 8px;
}

.rap-mainPage .rap-details {
    background: none;
}

.rab-abouts {
    background-color: #172331;
}

.rap-line {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #141D29;
    background: #172230 !important;
}

.rap-line_active {
    background: #1b2c40 !important;
}

.none {
    display: none !important;
}

.rap-select-input {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 0;
    padding: 7px 16px 7px 60px;
    width: 100%;
    height: 100%;
    background-color: #11161d;
    color: #2A333E;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 19px;
}

.rap-inliner_select {
    position: relative;
}

.rap-inliner_select::before {
    content: "";
    width: 13px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../img/select-arrow-down.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.rap-inliner_select.active::before {
    -webkit-transform: translate(0, calc(-50% - 2px)) rotate(180deg);
    transform: translate(0, calc(-50% - 2px)) rotate(180deg);
}
/* end of server-statistic */