
/**
 * Fonts
 */
@font-face {
    font-family: 'WarHeliosCondC';
    src: url("../fonts/warhelioscondc.eot");
    src: url("../fonts/warhelioscondc.woff") format('woff'), url("../fonts/warhelioscondc.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'WarHeliosCondC';
    src: url("../fonts/warhelioscondcbold.eot");
    src: url("../fonts/warhelioscondcbold.woff") format('woff'), url("../fonts/warhelioscondcbold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

/**
 * Popup
 */
.b-popup-opacity {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #1e1e1e;
	opacity: 1;
	z-index: 105;
	box-sizing: border-box;
}

.b-popup {
	display: none;
	margin: 0;
    padding: 0;
    top: 43%;
    left: 46%;
    width: auto;
    height: auto;
    min-height: auto;
	position: fixed;
	z-index: 110;
	box-sizing: border-box;
    background-color: transparent;
}

.b-popup-ajax-loader {
    margin: 0;
}

.popup-text {
	font-size: 30px;
    margin: 16px 0;
}

/**
 * Common
 */
* {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

body {
    font: 400 normal 17px /30px 'WarHeliosCondC', 'Roboto', sans-serif;
    cursor: default;
    letter-spacing: 0.43px;
    color: #999;
    background: #171717 url(../img/background.jpg) no-repeat 50% 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
}

a,
.plink {
    cursor: pointer;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: background, color, opacity, border;
    transition-property: background, color, opacity, border;
    text-decoration: underline;
    color: #ccc;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.colorBase {
    color: #999;
}

.colorRed {
    color: #f33030;
}

.colorDull {
    color: #f2f2f2;
}

.colorOrange {
    color: #f26402;
}

.bgBase {
    background: #999;
}

.bgRed {
    background: #f33030;
}

.bgDull {
    background: #f2f2f2;
}

.bgOrange {
    background: #f26402;
}

.constraint {
    position: relative;
    display: block;
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.content-wrapper {
    padding: 75px 0 70px;
}

.linked-account-del-float {
    float: left;
}

.main-logo {
    width: 187px;
    height: 59px;
}

@media (max-width: 1280px) {

    .constraint {
        width: 1100px;
    }

}

@media (max-width: 1100px) {

    .constraint {
        width: 98%;
    }

}

@media (max-width: 1024px) {

    .content-wrapper {
        padding-top: 25px;
    }

    .linked-account-del-float {
        flex-grow: 10;
    }

    span.linked-account-remove {
        float: right;
    }

    .qrcode-container {
        padding-top: 50px;
    }

}

@media (max-width: 767px) {

    .qrcenter {
        display: none;
    }

    .qrleft,
    .qrright {
        width: 100% !important;
    }

    .qrright {
        padding-left: 0 !important;
    }

    .qrleft {
        padding-bottom: 25px !important;
    }

    .qrcode-wrapper {
        float: none !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .qrcode-container {
        padding-top: 25px !important;
    }

}

.header-wrapper {
    padding: 10px 0 45px;
    border-bottom: 1px solid #4b4a49;
}

.header-logo {
    display: block;
    width: 250px;
    height: 100px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    cursor: default;
}

.header-title {
    text-align: center;
}

h1 {
    font-size: 64px;
    line-height: 60px;
    letter-spacing: -1.6px;
}

h1,
h2,
h3,
h4 {
    font-family: 'WarHeliosCondC', 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

input,
input:focus,
select {
    font-family: 'WarHeliosCondC', 'Roboto', sans-serif;
    font-size: 17px;
    display: block;
    padding: 11px 10px;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: background, border, width;
    transition-property: background, border, width;
    color: #fff;
    border: 1px solid #414141;
    border-radius: none;
    background: #191919;
    box-shadow: inset 0 0 1px #0b0c0b;
}

.btn {
    --btn-bg: transparent;
    --btn-font-size: 17px;
    --btn-line-height: 43px;
    --btn-border-width: 2px;
    --btn-border-color: transparent;
    --btn-padding-x: 50px;
    --btn-padding-top: 3px;
    --btn-waiting-color: transparent;
    --btn-disabled-color: #ccc;
    --btn-disabled-bg: #666;
    --btn-disabled-border-color: #666;
    font-family: 'WarHeliosCondC', 'Roboto', sans-serif;
    font-weight: 700;
    background-color: var(--btn-bg);
    border: var(--btn-border-width) solid var(--btn-border-color);
    color: var(--btn-color);
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    padding: var(--btn-padding-top) var(--btn-padding-x) 0;
    position: relative;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    transition: color .2s,opacity .2s,width .2s,font-size .2s,background-color .2s,border-color .2s;
}

.btn__primary {
    --btn-color: #fff;
    --btn-bg: #f26402;
    --btn-border-color: #f26402;
    --btn-hover-color: #fff;
    --btn-hover-bg: #f78c03;
    --btn-hover-border-color: #f78c03;
}

.btn:hover {
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color);
    color: var(--btn-hover-color);
}

.header-subtitle {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1.2px;
    color: #d1b482;
}

.footer-wrapper {
    padding: 45px 0;
    border-top: 1px solid #4b4a49;
    text-align: center;
}

p.is-secondary,
blockquote.is-secondary,
ul.is-secondary,
ol.is-secondary,
dl.is-secondary,
.payment-info {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.65px;
}

p,
blockquote,
ul,
ol,
dl {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 0.2em;
    padding: 0;
    letter-spacing: 0.43px;
}

a {
    color: #fff;
    text-decoration: underline;
}

.qrleft {
    width: 49%;
}

.qrright {
    width: 49%;
    padding-left: 55px;
}

.qrcenter {
    position: relative;
    top: -75px;
    width: 1%;
    border-right: 1px solid #4b4a49;
    height: 200px;
}

.mobi-conditions {
    margin-top: 28px;
}

.qrcode-wrapper {
    float: right;
    margin-right: 60px;
}

.qrcode-scan-msg {
    padding: 0 0 16px 0;
}

.qrcode-scan-msg.flex-container,
.linked-account-item.flex-container {
    justify-content: flex-start;
    align-items: center;
}

.qrcode-bank {
    background-color: #000;
    box-shadow: none;
    border: 1px solid #414141;
}

@media (max-width: 520px) {

    .qrcode-scan-sbp-logo {
        margin-right: 8px;
    }

    .qrcode-container-smalltouch .qrcode-scan-msg h2 {
        font-size: 20px;
    }

}

@media (max-width: 430px) {

    .constraint {
        padding: 0 15px;
    }
    
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 20px;
    }

    .qrcode-scan-sbp-logo {
        margin-right: 8px;
    }

    .qrcode-container-smalltouch .qrcode-scan-msg h2 {
        font-size: 16px;
        line-height: 26px;
    }

}

.error-msg-container {
    text-align: center;
}

.linked-account-item {
    margin: 4px 0;
}

.linked-account-radio,
.linked-account-bankicon,
.linked-account-label label,
.linked-account-remove {
    cursor: pointer;
}

.linked-account-bankicon-img {
    height: 20px;
    margin: 5px 7px;
}

.linked-account-submit {
    margin: 30px 0 20px 0;
}

.qrcode-other-account-opener,
.qrcode-other-account-opener-smalltouch {
    text-decoration: underline;
    cursor: pointer;
}

.qrcode-wrapper-with-linked-accounts .qrcode-wrapper {
    float: left;
    margin: 25px 0 0 0;
}

.unhided-qrcode .qrcode-wrapper {
    float: right;
    margin: 0 60px 0 0;
}

span.linked-account-remove {
    font-size: 12px;
}

.linked-account-del {
    margin: 2px 0 0 20px;
}

.qrcode-container-smalltouch .linked-account-submit {
    margin: 25px 0 50px 0;
}
