._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;
}


.b-pay__inner .b-footer__copy a {
    color: #838383;
    text-decoration: underline;
}
.b-pay__inner .b-footer__copy a:hover {
    text-decoration: none;
}


._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;
    }
}


.donation-form .media .media-preview {
    padding: 10px;
    border: 1px solid #e2e2e2;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.donation-form .media .media-preview .preview {
    float: left;
    width: 30%;
}
.donation-form .media .media-preview img {
    max-width: 100%;
}
.donation-form .media .media-preview .video-details {
    float: left;
    width: 70%;
    padding-left: 10px;
}
.donation-form .media .media-preview .video-details input#start_from_fake {
    width: 60px;
    padding: 4px;
    height: auto;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #353535;
    border-radius: 6px;
}
.donation-form .media .media-preview .video-details .start-from {
    margin-top: 10px;
    font-size: 12px;
    color: #838383;
}
.donation-form .media .media-preview .video-details .length {
    font-size: 13px;
}
.donation-form .media .media-preview .title,
.donation-form .media .media-preview .title a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #383838;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

@media only screen and (max-width: 749px){
    .donation-form .b-pay__right-block.stickers {
        display: none;
    }
}

.donation-form .active-poll .poll-variant-bar-container {
    position: absolute;
    top: -25%;
    left: 0px;
    height: 150%;
    width: 100%;
    overflow: hidden;
}
.donation-form .active-poll .poll-variant-bar-container .poll-variant-bar {
    background-color: #d4d4d4;
    height: 100%;
    opacity: 0.15;
    transition-property: width, background-color, padding-left;
    transition-duration: 1s,1s;
    -webkit-transition-property: width, background-color, padding-left;
    -webkit-transition-duration: 1s,1s;
    -moz-transition-property: width, background-color, padding-left;
    -moz-transition-duration: 1s,1s;
    box-sizing: content-box;
}
.donation-form .active-poll .poll-variant-percent-container {
    float: right;
    vertical-align: middle;
    color: #838383;
    font-size: 1.2rem;
    line-height: 2rem;
}
.donation-form .active-poll .poll-variant-value-container {
    margin-left: 10px;
    vertical-align: middle;
    color: #838383;
    font-size: 1.2rem;
    line-height: 2rem;
}
.donation-form .active-poll .input-radio {
    position: relative;
}
.donation-form .active-poll .input-radio label {
    z-index: 1;
    display: block;
    position: relative;
}
.donation-form .active-poll .input-radio .input-label input + span {
    margin-left: 0.6rem;
}


.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__inner._narrow {
        width: 45%;
        margin: 0 auto;
    }*/
    .b-pay__inner._narrow .b-pay__left {
        width: 70%;
        float: none;
        margin: 0 auto;
    }
    .b-pay__inner._narrow .b-pay__desc,
    .b-pay__inner._narrow .b-pay__banner {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .b-pay__inner._narrow .b-pay__system-inner {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .b-pay__header-inner._narrow {
        max-width: 83rem;
    }
    .b-pay__inner._narrow .b-pay__system-item {
        width: calc((100% - 18rem) / 3);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .b-pay__inner._narrow .b-pay__system-list {
        text-align: center;
    }
}
.b-pay__left {
    position: relative;
}

.b-pay__last-media {
    margin-bottom: 0rem;
}
.b-pay__last-media ol {
    margin-bottom: 0rem;
}
._theme-white .b-pay__last-media_title {
    color: #37474e;
    border-bottom: 1px dashed #37474e;
}
._theme-white .b-pay__last-media_title:hover {
    border-bottom: 1px dashed transparent;
}
._theme-white .b-pay__last-media_title:before {
    border-color: #37474e transparent transparent transparent;
}
._theme-white ._show-media .b-pay__last-media_title:before {
    border-color: transparent transparent #37474e transparent;
}


.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;
    }
}

.b-pay__inner ._theme-white .b-footer__copy {
    color: #838383;
}
.b-pay__inner .b-footer__copy {
    padding-top: 5.5rem;
    font-weight: initial;
    font-size: 1.3rem;
    line-height: 28px;
    position: initial;
}
.b-pay__inner .b-footer__copy:after {
    content: '';
    position: absolute;
    border-top: solid 1px #f4f4f4;
    width: 100%;
    left: 0;
    margin-top: -5rem;
}
@media only screen and (min-width: 750px) {
    .b-pay__inner .b-footer__copy {
        position: initial;
        display: block;
        vertical-align: middle;
        line-height: 0px;
        margin-right: 0rem;
    }
}
@media only screen and (min-width: 1170px) {
    .b-pay {
        padding: 3rem 0 3rem;
        min-height: calc(100% - 20rem);
    }
}

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

.b-pay__inner .b-footer__copy .b-footer__powered-by {
    float: left;
    line-height: 28px;
}

.b-pay__inner .b-footer__copy .b-footer__powered-by:before {
    content: '';
    display: inline-block;
    width:  24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../img/icons/da_logo_small.svg') center center no-repeat;
}

.b-pay__inner .b-footer__copy .b-footer__language {
    float: right;
    height: 19px;
}
.b-pay__inner .b-footer__copy .b-footer__language select {
    width: 120px;
}

.b-pay__inner .b-footer__copy .b-footer__language .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0px;
    background: none;
}

.b-pay__inner .b-footer__copy .b-footer__language .input-select__dropdown .select2-results__option {
    padding: 1rem 0 1rem 1rem;
}

.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-pay__header-online:after {
    animation: online 1.5s infinite;
}
.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;
    }
}




.b-pay__banner {
    cursor: pointer;
}



.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner {
    overflow: initial;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-img,
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-text {
    display: none;
}
.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;
}

.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner {
    height: 44rem;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
    margin-bottom: -2rem;
    background-position: center top;
    background-image: url('../img/pay/pubg_mobile_en@1x.png');
}




.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-secret,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-secret {
    display: none;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN {
    position: relative;
    overflow: hidden;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner {
    height: 200px;
    background: url('../img/pay/wows_mechandise_background.jpg');
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-img,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-img {
    display: none;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-text,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-text {
    padding-left: 20px;
    padding-top: 20px
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-subtitle,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-subtitle {
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-shadow: 0px 0px 10px #000, 0px 0px 3px #000;
    margin-bottom: 10px;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-title,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-title {
    color: #fff !important;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-shadow: 0px 0px 10px #000, 0px 0px 3px #000;
    font-weight: 400;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA:after,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 300%;
    background: url(../img/pay/wows_merchandise_rain.gif);
    background-size: 15%;
    transform: rotate(5deg) translate(-50%, -50%);
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA:before,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    animation: lightning 2s infinite;
    animation-delay: 3s;
    animation-direction: alternate;
    z-index: 1;
    opacity: 0;
    box-shadow: inset 0px 0px 120px 50px #FFF;
}

@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;}
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-btn,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-btn {
    animation: emit2 1s infinite;
    z-index: 1;
    position: relative;
    height: 6rem !important;
    width: 13rem;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-btn span,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-btn span {
    line-height: 6rem!important;
    font-size: 1.5rem;
    color: #2196f3 !important;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-btn._fill,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-btn._fill {
    background: #fff !important;
}

.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-controls,
.b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-controls {
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
}

@media only screen and (min-width: 750px) {
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-text {
        padding-left: 20px;
        padding-top: 60px;
        float: left;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-controls {
        padding-right: 20px;
        padding-top: 50px;
        float: right;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-btn,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-btn {
        height: 7rem !important;
        width: 22rem;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-btn span,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-btn span {
        line-height: 7rem!important;
        font-size: 2rem;
    }

}

@media only screen and (min-width: 1170px) {
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-text,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-text {
        padding-left: 40px;
        padding-top: 45px;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-controls,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-controls {
        padding-right: 40px;
        padding-top: 50px;
        float: right;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-subtitle,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-subtitle {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LOYANG .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_MASSACHUSETTS .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_TIRPITZ .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_BAYARD .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_WICHITA .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LE_TERRIBLE .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_ALABAMA .b-pay__banner-inner .b-pay__banner-title,
    .b-pay__banner.merchandise-type-WARSHIPS_KORABL_LENIN .b-pay__banner-inner .b-pay__banner-title {
        font-size: 3rem;
        line-height: 3.5rem;
    }

}


@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-pay__banner-inner:before {
        background-image: url('../img/pay/pubg_mobile_en@2x.png');
        background-size: 245px 324px;
    }
}
.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-pay__banner-inner {
        height: 11rem;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
        margin-left: 15px;
        margin-bottom: 0rem;
        background-position: left bottom;
        background-image: url('../img/pay/pubg_tablet_en@1x.png');
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-btn {
        margin-top: 1rem !important;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-controls {
        padding-left: 78%;
    }
    @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-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_tablet_en@2x.png');
            background-size: 486px 110px;
        }
    }
}
@media only screen and (min-width: 1170px) {
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner {
        height: 11rem;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
        margin-left: 45px;
        margin-bottom: 0rem;
        background-position: left bottom;
        background-image: url('../img/pay/pubg_desktop_en@1x.png');
    }
    ._narrow .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
        background-image: url('../img/pay/pubg_tablet_en@1x.png');
    }
    .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-LOOTMYCOM_1640 .b-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_desktop_en@2x.png');
            background-size: 703px 110px;
        }
        ._narrow .merchandise-type-PUBG_SKIN_SET.merchandise-key-LOOTMYCOM_1640 .b-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_tablet_en@2x.png');
            background-size: 486px 110px;
        }
    }
}




.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner {
    overflow: initial;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-img,
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-text {
    display: none;
}
.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;
}

.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner {
    height: 44rem;
}
.merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
    margin-bottom: -2rem;
    background-position: center top;
    background-image: url('../img/pay/pubg_mobile_ru@1x.png');
}
@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-pay__banner-inner:before {
        background-image: url('../img/pay/pubg_mobile_ru@2x.png');
        background-size: 245px 324px;
    }
}
.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-pay__banner-inner {
        height: 11rem;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
        margin-left: 15px;
        margin-bottom: 0rem;
        background-position: left bottom;
        background-image: url('../img/pay/pubg_tablet_ru@1x.png');
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-btn {
        margin-top: 1rem !important;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-controls {
        padding-left: 78%;
    }
    @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-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_tablet_ru@2x.png');
            background-size: 486px 110px;
        }
    }
}
@media only screen and (min-width: 1170px) {
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner {
        height: 11rem;
    }
    .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
        margin-left: 45px;
        margin-bottom: 0rem;
        background-position: left bottom;
        background-image: url('../img/pay/pubg_desktop_ru@1x.png');
    }
    ._narrow .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
        background-image: url('../img/pay/pubg_tablet_ru@1x.png');
    }
    .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) {
        .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_desktop_ru@2x.png');
            background-size: 703px 110px;
        }
        ._narrow .merchandise-type-PUBG_SKIN_SET.merchandise-key-IGROMARKET_1607 .b-pay__banner-inner:before {
            background-image: url('../img/pay/pubg_tablet_ru@2x.png');
            background-size: 486px 110px;
        }
    }
}

.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;
}