._theme-white body {
    background: #f6f7f8;
}


.mb10 {
    margin-bottom: 10px;
}
.clear {
    float: none;
    clear: both;
}


.emotes-block {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #838383;
}
.emotes-block[data-emotesset=more] {
    text-align: center;
}






._theme-white .input-text .input-label input[disabled=disabled],
._theme-white .input-text .input-label input[disabled] {
    background: #f3f3f3;
}
._theme-white .b-pay__header-bg {
    background-color: #fff;
}


.input-text .input-hint-top {
    padding-bottom: 1.5rem;
}


._theme-white .input-textarea .input-label .textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #353535;
    position: relative;
    z-index: 2;
    cursor: text;
}
.input-textarea .input-label .textarea.focus {
    border: 1px solid #F58B07;
}
@media only screen and (min-width: 750px){
    .input-textarea .input-label .textarea {
        /* padding: 2.5rem 3rem; */
    }
}
.input-textarea .input-label .textarea {
    font-family: 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
    width: 100%;
    border: none;
    background: transparent;
    z-index: 2;
    position: relative;
    font-size: 1.4rem;
    color: #f1f1f1;
    resize: none;
    background: #2f2f2f;
    border: 1px solid #6d6d6d;
    border-radius: 10px;
}
.neat-form textarea, .neat-form .textarea {
    min-height: 64px;
}


.placeholder {
    color: #838383;
    /*transition-property: opacity;
    transition-duration: 0.2s,0.2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s,0.2s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.2s,0.2s;*/
}

input::-webkit-input-placeholder {
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

input:-moz-placeholder { /* Firefox 18- */
   color: #838383;
   /*line-height: 18px;
   transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

input:-ms-input-placeholder {  
   color: #838383;
   transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;
}

textarea::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

textarea:-moz-placeholder, .textarea:-moz-placeholder { /* Firefox 18- */
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

textarea::-moz-placeholder, .textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

textarea:-ms-input-placeholder, .textarea:-ms-input-placeholder {  
   color: #838383;
   /*transition-property: opacity;
   transition-duration: 0.2s,0.2s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 0.2s,0.2s;
   -moz-transition-property: opacity;
   -moz-transition-duration: 0.2s,0.2s;*/
}

textarea:focus::-webkit-input-placeholder, .textarea.focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    opacity: 0;
}
textarea:focus:-moz-placeholder, .textarea.focus:-moz-placeholder, input:focus:-moz-placeholder {
    opacity: 0;
}
textarea:focus::-moz-placeholder, .textarea.focus::-moz-placeholder, input:focus::-moz-placeholder {
    opacity: 0;
}
textarea:focus:-ms-input-placeholder, .textarea.focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, .textarea.focus:-ms-input-placeholder {
    opacity: 0;
}

.neat-form.smaller input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1f1f1f inset;
}
.neat-form.smaller input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
.neat-form.smaller input[disabled="disabled"]:-webkit-autofill {
    -webkit-text-fill-color: #888 !important;
}

.textarea .placeholder {
    position: absolute;
    top: 15px;
    left: 15px;
}
.textarea .editable-area {
    padding: 15px 15px 60px 15px;
}
.textarea .editable-area {
    padding-bottom: 2.5rem;
    cursor: text;
    min-height: 180px;
}
.input-contenteditable .input-label {
    height: auto;
}


[contenteditable=true] {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    min-height: 65px;
    word-wrap: break-word;
    transition-property: height;
    transition-duration: 0.2s,0.2s;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.2s,0.2s;
    -moz-transition-property: height;
    -moz-transition-duration: 0.2s,0.2s;
}
[contenteditable=true] br {
    display: none;
}
[contenteditable=true] div {
    display: inline;
}
[contenteditable=true] p {
    display: inline;
}

.editable-area .emote {
    vertical-align: bottom;
    margin: 0px 2px;
}


/* .input-textarea__smile {
    bottom: 15px;
    left: 15px;
    right: auto;
}

.with-sum .input-textarea__smile {
    bottom: 75px;
}

@media only screen and (min-width: 640px){
    .with-sum .input-textarea__smile {
        bottom: 55px;
    }
} */

.emotes-button {
    cursor: pointer;
    transition-property: top;
    transition-duration: 0.2s,0.2s;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.2s,0.2s;
    -moz-transition-property: top;
    -moz-transition-duration: 0.2s,0.2s;
}
.emotes-button.disabled {
    display: none;
}
.input-textarea__count {
    left: 15px;
}
.textarea.smiles-allowed .input-textarea__count {
    left: 50px;
}
.input-textarea__smile-list {
    bottom: 10.1rem;
}
.input-textarea__sum {
    border-top: 1px solid #e2e2e2;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 12px;
    color: #858585;
    user-select: none;
    cursor: default;
    display: none
}

.with-sum .input-textarea__sum {
    display: block;
}

.input-textarea__sum span {
    color: #191919;
}

.input-textarea__sum:after {
    content: '';
    display: block;
    clear: both;
}

@media only screen and (min-width: 640px){
    .input-textarea__sum_left {
        float: left;
    }

    .input-textarea__sum_right {
        float: right;
    }
}











@media only screen and (max-width: 749px){
    
}










.input-text._error .input-label, .input-textarea._error .input-label {
    background: #ff0c0c;
    background: linear-gradient(260deg, #ff0c0c 0%, #ff0c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0887c5', endColorstr='#08aac5',GradientType=1 );
}
.input-text._error .input-label input[type="text"],
.input-textarea._error .input-label textarea {
    border: none;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: auto;
    height: 4.8rem;
}
.input-text._error .input-hint p {
    color: #838383;
}


.neat-form div.error {
    display: none;
    background: #d24141;
    bottom: 100%;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 6px 11px;
    position: absolute;
    text-align: left;
    font-size: 12px;
    z-index: 1;
    border-radius: 4px;
}
.neat-form div.error:after {
    border-color: #d24141 transparent transparent;
    border-style: solid;
    border-width: 5px 7px;
    content: '';
    left: 8px;
    position: absolute;
    top: 100%;
}


@media only screen and (min-width: 1170px){
    
    
    
    
    
    
}










.b-pay__system {
    padding: 0rem;
}
@media only screen and (min-width: 1170px){
    .b-pay__system {
        padding: 0rem;
    }
}

@media only screen and (max-width: 749px){
    .b-pay__sum .input-select {
        display: block;
    }
}




@media only screen and (min-width: 750px){
    
}
@media only screen and (min-width: 1170px){
    
}

.b-pay__left,
.b-pay__controls-inner,
.b-pay__system-inner {
    padding: 3rem 3rem 2rem 3rem;
}












.b-pay__system-item._disabled {
    opacity: 0.3;
    cursor: default;
}
._theme-white .b-pay__system-item._disabled:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.11);
}

._theme-white .b-pay__system {
    background: none !important;
}


.b-pay__system-inner {
    position: relative;
}


.preloader-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: inherit;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100;
}
._theme-white .preloader-container {
    background: rgba(255, 255, 255, 0.85);
}
.preloader {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 40%;
    width: 20%;
    height: 3px;
    overflow: hidden;
    margin: auto;
}
.preloader-line {
    background-color: #383838;
    margin-top: 0;
    margin-left: -90%;
    animation-name: preloader_anim;
    -o-animation-name: preloader_anim;
    -ms-animation-name: preloader_anim;
    -webkit-animation-name: preloader_anim;
    -moz-animation-name: preloader_anim;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    width: 100%;
    height: 100%;
}
._theme-white .preloader-line {
    background-color: #ccc;
}
@keyframes preloader_anim {
    0% { margin-left: -90%; }
    50% { margin-left: 90%; }
    100% { margin-left: -90%; }
}
@-o-keyframes preloader_anim {
    0% { margin-left: -90%; }
    50% { margin-left: 90%; }
    100% { margin-left: -90%; }
}
@-ms-keyframes preloader_anim {
    0% { margin-left: -90%; }
    50% { margin-left: 90%; }
    100% { margin-left: -90%; }
}
@-webkit-keyframes preloader_anim {
    0% { margin-left: -90%; }
    50% { margin-left: 90%; }
    100% { margin-left: -90%; }
}
@-moz-keyframes preloader_anim {
    0% { margin-left: -90%; }
    50% { margin-left: 90%; }
    100% { margin-left: -90%; }
}


.neat-results .result {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
}
@media only screen and (min-width: 750px){
    .neat-results .result {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
}
.neat-results .result .icon {
    margin-bottom: 3rem;
    text-align: center;
}
.neat-results .result .text {
    color: #838383;
    font-size: 1.5rem;
    text-align: center;
}


.b-faq__article-text a {
    text-decoration: none;
    font-size: inherit;
    color: #f37521;
    line-height: inherit;
}


h2 {
    font-weight: 100;
    font-size: 1.8rem;
    color: #f1f1f1;
    line-height: 2.2rem;
    letter-spacing: 0.2px;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

h3 {
    font-weight: 100;
    font-size: 1.3rem;
    color: #f1f1f1;
    line-height: 2.2rem;
    letter-spacing: 0.2px;
    margin-bottom: 2rem;
    margin-top: 4rem;
}



.b-faq__header {
    background-size: cover;
}


.result-status {
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
}
.result-status .status-content {
    text-align: center;
}
.result-status .success {
    background: rgba(0, 174, 0, 0.9);
    border-bottom: 1px solid rgb(2, 230, 2);
    padding: 2rem;
    display: none;
}
.result-status .error {
    background: rgba(174, 0, 0, 0.9);
    border-bottom: 1px solid rgb(230, 2, 2);
    padding: 2rem;
    display: none;
}


.b-pay__controls {
    position: relative;
}


@media only screen and (min-width: 1170px){
    .b-pay__system-form .input-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.input-textarea__smile-list._open-smile {
    cursor: default;
}



.b-en__wrapper:before {
    background: none;
}

.title-hint {
    cursor: help;
    border-bottom: 1px dotted #838383;
}

@-webkit-keyframes heartscale {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(245); }
}
@-moz-keyframes heartscale {
    0% { -moz-transform: scale(1); }
    100% { -moz-transform: scale(245); }
}
@-o-keyframes heartscale {
    0% { -o-transform: scale(1); }
    100% { -o-transform: scale(245); }
}
@keyframes heartscale {
    0% { transform: scale(1); }
    100% { transform: scale(245); }
}

.b-cover-commission {
    text-align: center;
    margin-bottom: 25px;
}
.b-cover-commission label {
    color: #838383;
    font-size: 15px;
    line-height: 18px;
    padding: 7px;
    vertical-align: middle;
}
.b-cover-commission label span {
    vertical-align: -4px;
    cursor: pointer;
}
.b-cover-commission label {
    cursor: pointer;
}

.total-amount-block {
    color: #838383;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 100;
    text-align:right;
}
.total-amount-block .payment-amount,
.total-amount-block .payment-currency,
.total-amount-block .payment-hint {
    font-weight: 500;
    font-size: 21px;
}

body .select2-dropdown {
    border: 0;
}

.input-select__dropdown{
    position: relative;
}
body .select2-dropdown{
    top: 1.5rem;
    border-radius: 3px;
    background-color: #424242;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05)
}
._theme-white body .select2-dropdown{
    background-color: #fff;
    -webkit-box-shadow: 0 9px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 0 9px 23px 0 rgba(0,0,0,0.2)
}
body .select2-container--open .select2-dropdown--below{
    border-radius: 3px;
    border: none;
}
body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: transparent;
}
._theme-white body .select2-container--default .select2-results__option[aria-selected=true],._theme-white body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #424242;
}
body .select2-container--default .select2-results > .select2-results__options{
    /* padding: 1rem 0; */
    max-height: 12.8rem;
    position: relative;
}
body .select2-results__option{
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.6rem;
    padding: 1rem 0 1rem 2rem;
}
._theme-white body .select2-results__option{
    color: #424242;
}
@media only screen and (min-width: 750px){
    body .select2-results__option:hover{
        color: #f57707;
    }
    ._not-ie body .select2-results__option:hover{
        background: linear-gradient(265deg,#f59c07,#f57507);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
    }
}

.b-footer__language .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #838383;
}

.not-found {
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.not-found a {
    color: rgb(251, 140, 43);
}

.cookie-notification-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0.90;
    background: #000;
    background-color: #000;
    color: #838383;
    z-index: 99;
    font-size: 15px;
    cursor: default;
}
.cookie-notification-message p {
    margin: 0;
}
.cookie-notification-message p a {
    color: #838383;
    cursor: pointer;
    text-decoration: underline;
}

.cookie-notification-message a.hide-button {
    cursor: pointer;
    color: #FB8C2B;
    border: 1px solid #FB8C2B;
    padding: 3px 10px;
    border-radius: 14px;
}
.cookie-notification-message a.hide-button:hover {
    background: #FB8C2B;
    color: #FFF;
}

._theme-white .cookie-notification-message {
    box-shadow: 0px 0px 3px #ccc;
    background: #fff;
    color: #353535;
}
._theme-white .cookie-notification-message p a {
    color: #353535;
}

.cookies-warning-left {
    width: 80%;
    float: left;
}
.cookies-warning-right {
    width: 20%;
    float: left;
    text-align: center;
}

.b-register{
    padding: 5rem 0 14rem;
    min-height: 100%;
}

.b-register__inner{
    padding: 3rem 0 3rem;
    min-height: calc(100% - 20rem);
    max-width: 117rem;
    margin: 0 auto;
}

.b-register__block {
    -webkit-box-shadow: 0 9px 23px 0 rgba(0,0,0,0.03);
    box-shadow: 0 9px 23px 0 rgba(0,0,0,0.03)
}

.b-register__center {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding: 3rem 3rem 2rem 3rem;
    position: relative;
}

.b-register__title{
    margin-bottom: 2rem;
    font-weight: lighter;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    align-content: center;
    display: inline-block;
    vertical-align: middle;
}
.b-register__submit{
    margin-top: 2rem;
}
.b-register__label{
    margin-bottom: 2rem;
    font-weight: lighter;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    align-content: center;
    display: inline-block;
    vertical-align: middle;
}

.b-checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0;
    line-height: 0;
}
.b-checkbox:hover {
    cursor: pointer;
}
@media only screen and (min-width: 1366px){
    .b-checkbox:hover .b-checkbox__pseudo {
        background-color: #838383;
    }
}
.b-checkbox__input {
    display: none;
}
.b-checkbox__pseudo {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 2px;
    background-color: #444;
    margin-right: 1rem;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 1366px){
    .b-checkbox__pseudo {
        width: 2rem;
        height: 2rem;
    }
}
.b-checkbox__pseudo svg {
    display: none;
}
.b-checkbox__text {
    font-size: 1.3rem;
    line-height: 1.6rem;
    /*display: inline-block;*/
    vertical-align: middle;
    text-align: left;
    color: #f1f1f1;
}
@media only screen and (min-width: 1366px){
    .b-checkbox__text {
        font-size: 1.4rem;
    }
}
.b-checkbox__input:checked + .b-checkbox__pseudo {
    background: linear-gradient(234deg, #fea44f, #f76b1c);
}
.b-checkbox__input:checked + .b-checkbox__pseudo svg {
    display: block;
}

.b-checkbox {
    display: block;
    margin-bottom: 1rem;
}

.b-footer__fb {
    position: absolute;
    bottom: 2rem;
    right: 0;
    text-decoration: none;
    display: block;
}
@media only screen and (min-width: 750px){
    .b-footer__fb {
        bottom:2.3rem;
        cursor:pointer;
    }
}
.b-footer__fb i {
    width: 2.3rem;
    height: 2.1rem;
    background: url(../img/footer/fb.svg?v=1) center no-repeat;
    background-size: 100%;
}
@media only screen and (min-width: 750px){
    .b-footer__fb i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
    }
}
@media only screen and (min-width: 1170px){
    .b-footer__fb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
    }
}
.b-footer__fb span {
    display: none;
}
@media only screen and (min-width: 1170px){
    .b-footer__fb span {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4rem;
        color: #fff;
        line-height: 2rem;
    }
}
@media only screen and (min-width: 750px){
    .b-footer__fb:hover i {
        background-image: url(../img/footer/fb_hover.svg);
    }
    .b-footer__fb:hover span {
        color: #f57707;
    }
    ._not-ie .b-footer__fb:hover span {
        background: linear-gradient(265deg,#f59c07,#f57507);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}











.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn {
    animation: emit 1s infinite;
    z-index: 1;
    position: relative;
    height: 6rem !important;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn span {
    font-size: 1.7rem;
    line-height: 6rem!important;
}

























@keyframes emit2 {
    from { box-shadow: 0 0 0 0 rgba(255,255,255,0.9) }
    to { box-shadow: 0 0 0 15px rgba(255,255,255,0) }
}
@keyframes lightning {
    0% {opacity: 0;}
    10% {opacity: 0;}
    11% {opacity: 0.2;}
    14% {opacity: 0.1;}
    20% {opacity: 0.05;}
    21% {opacity: 0.2;}
    35% {opacity: 0;}
    100% {opacity: 0;}
}









@media only screen and (min-width: 750px){
    

    

    

    

}

@media only screen and (min-width: 1170px){
    

    

    

    

}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx){
    
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn {
    margin-top: 34rem !important;
}
@media only screen and (min-width: 750px){
    
    
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn {
        margin-top: 1rem !important;
    }
    
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx){
        
    }
}
@media only screen and (min-width: 1170px){
    
    
    
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn {
        margin-top: 1rem !important;
        margin-right: 70px;
    }
    
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx){
        
        
    }
}







.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn {
    animation: emit 1s infinite;
    z-index: 1;
    position: relative;
    height: 6rem !important;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn span {
    font-size: 1.7rem;
    line-height: 6rem!important;
}



@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx){
    
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn {
    margin-top: 34rem !important;
}
@media only screen and (min-width: 750px){
    
    
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn {
        margin-top: 1rem !important;
    }
    
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx){
        
    }
}
@media only screen and (min-width: 1170px){
    
    
    
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn {
        margin-top: 1rem !important;
        margin-right: 70px;
    }
    
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx){
        
        
    }
}

.b-info.b-payments .b-info__imgs-wrapper img,
.b-info.b-platforms .b-info__imgs-wrapper img {
    max-width: 100%;
}

@media only screen and (min-width: 750px){
    .b-main__content-counts {
        max-width: 34.5rem;
    }
}
@media only screen and (min-width: 1170px){
    .b-main__content-counts {
        max-width: 42rem;
    }
}

.select2-dropdown--above {
    transform: translateY(-15px);
}

.b-register-btn-cancel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    color: #f1f1f1;
    line-height: 2rem;
    border-bottom: 1px dashed rgba(131, 131, 131, 0.5);
    margin-left: 25px;
}

button {
    border: 0;
}

.comment-container_error {
    border-color: #da4545 !important;
}

.s-tts-paid-limit p,
.comment-container_error .input-textarea__count {
    color: #da4545 !important;
}