/**
 * Common
 */
.fl {
    float: left;
}

.fr {
	float: right;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.hidden {
	display: none;
}

.unvisible {
    visibility: hidden;
}

::-ms-reveal {
    display: none;
}

input,
select {
    font-family: MiSans, Arial, sans-serif;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 18px 16px 5px 12px;
}

input[type="checkbox"] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #3482ff;
}

.money-source {
    margin: 0;
    padding: 0;
}

.money-source li {
    display: block;
    margin: 15px 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 14px 12px 10px 12px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

.money-source li label {
    position: relative;
    top: -7px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.money-source li label img {
    float: right;
    margin: 9px 2px 0 0;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #d8d8d8;
    margin: 0;
    color: #000;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    box-shadow: none;
    padding: 0;
    margin-right: 2px;
    cursor: pointer;
}

input[type="radio"]::before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #f6f6f6;
    transform: scale(0);
    transition: 1ms transform ease-in-out;
    box-shadow: inset 1em 1em #f6f6f6;
    position: relative;
    top: 6px;
    left: 6px;
}

input[type="radio"]:checked {
    background-color: #3482ff;
    border: 2px solid #3482ff;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input:not([type="submit"]),
select {
    width: 100%;
}

input:not([type="submit"]):not(:read-only):hover,
select:hover {
    border: 1px solid #333;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

input.input-inactive {
    color: rgb(167, 176, 190);
    -webkit-text-fill-color: rgb(167, 176, 190);
    cursor: not-allowed;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}

.input-label {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    position: absolute;
    max-width: calc((100% - 16px) - 56px);
    top: calc(50% - 1px);
    transform: translateY(-50%);
    left: 14px;
    pointer-events: none;
    transition: transform 240ms ease 0s, max-width 240ms ease 0s;
    transform-origin: left top;
    color: #999;
}

.input-label-active {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    position: absolute;
    top: calc(50% - 2px);
    left: 14px;
    pointer-events: none;
    transition: transform 150ms ease 0s, max-width 150ms ease 0s;
    transform: translateY(-110%) scale(0.8);
    transform-origin: left top;
    max-width: calc(((100% - 16px) - 56px) / 0.875);
    color: #999;
}

.input-label-filled-active {
    color: #999;
}

.submit-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3482ff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    outline: none;
    overflow: hidden;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    vertical-align: top;
    height: 60px;
    width: 100%;
}

.submit-btn:hover {
	background-color: #3482ff;
}

.submit-btn:disabled,
.submit-btn[disabled] {
	background-color: rgba(52, 130, 255, 0.6);
    border: none;
    color: #fff;
}

.submit-btn span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font: inherit;
}

.submit-btn:disabled span,
.submit-btn[disabled] span {
    color: #fff;
}

.submit-btn:not(:disabled):hover:before {
    opacity: 0;
}

.submit-btn-white {
    color: rgb(13, 105, 242);
    background-color: #fff;
    border: 2px solid rgb(13, 105, 242);
    padding: 18px 32px;
}

.submit-btn-white:hover {
	background-color: #fff;
}

h1 {
    font-family: MiSans, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
}

h2 {
    font-family: MiSans, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    padding: 12px 0;
    margin: 0 0 8px 0;
    color: #000;
}

html,
body {
    width: 100%;
    min-width: 320px;
	height: 100%;
	min-height: 100%;
}

body {
    margin: 0;
    background: #fff;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    color: rgb(43, 49, 59);
    font-family: MiSans, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
	height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
	border: 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.inner-page-content {
    padding-bottom: 2px;
}

a {
    color: #999;
    background-color: transparent;
    text-decoration: underline;
}

.dt-only {
    display: block;
}

.st-only {
    display: none;
}

@media (max-width: 850px) {

    .dt-only {
        display: none;
    }

    .st-only {
        display: block;
    }

}

/**
 * Moneysources
 */
.ms-item-imgs {
    float: right;
}

.ms-item-img-io {
	width: 80px;
	height: 17px;
}

.ms-item-img-sberpay {
	width: 46px;
	height: 22px;
}

.ms-item-img-sbp {
	width: 18px;
	height: 22px;
    position: relative;
    top: 2px;
}

.ms-item-img-qiwi {
    width: 50px;
    height: 25px;
}

.ms-item-img-googlepay {
    width: 46px;
    height: 19px;
}

.ms-item-img-samsungpay {
    width: 114px;
    height: 16px;
}

.ms-item-img-applepay {
    width: 43px;
    height: 17px;
}

.ms-item-img-visa {
    width: 38px;
    height: 12px;
    position: relative;
    top: 2px;
}

.ms-item-img-mastercard {
    width: 27px;
    height: 17px;
    margin-left: 5px !important;
    position: relative;
    top: 4px;
}

.ms-item-img-mir {
    width: 40px;
    height: 12px;
    margin-left: 6px !important;
    position: relative;
    top: 2px;
}

.ms-item-img-beeline,
.ms-item-img-megafon,
.ms-item-img-mts {
    width: 16px;
    height: 16px;
    margin-left: 4px !important;
}

.ms-item-img-beeline {
    margin-left: 10px !important;
}

.ms-item-img-tele2 {
    width: 32px;
    height: 16px;
    margin-left: 4px !important;
}

/**
 * Errors
 */
.not-found-container {
	padding: 96px 0;
	text-align: center;
	color: #434c5d;
}

.not-found-title {
	font-size: 36px;
	font-weight: 700;
	padding: 36px 0 20px 0;
}

.not-found-text {
	font-size: 16px;
	font-weight: 600;
}

.not-found-backbutton {
	margin-top: 60px;
}

.not-found-button {
    width: 440px;
}

.not-found-button:hover {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
	opacity: 1;
}

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

.b-popup-footer {
    position: relative;
    top: 60px;
}

.subcat-popup,
.b-popup {
	display: none;
	width: 40%;
    min-width: 636px;
	height: 40%;
    min-height: 280px;
	margin: auto auto;
	position: fixed;
	z-index: 110;
	background-color: #ffffff;
	left: 30%;
	top: 50px;
    border: 1px solid #dfdfdf;
	border-radius: 30px;
	box-sizing:border-box;
	padding: 4% 2%;
	text-align: center;
}

.popup-text {
	font-size: 25px;
    font-weight: 500;
    color: #000;
}

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

.preloader-icon {
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 50%, #818181 50%);
    background: linear-gradient(0deg, #00000080 0, #EAEBED 0) center / 4px 100%, linear-gradient(90deg, #00000040 30%, #818181 0) center / 100% 4px;
    background-repeat: no-repeat;
    animation: prel 1s infinite steps(12);
    margin: 50px auto 66px auto;
}

.preloader-icon::before,
.preloader-icon::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.preloader-icon::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes prel {
    100% {
        transform: rotate(1turn)
    }
}

/**
 * Other
 */
.header,
.footer,
.content,
.help {
	position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: fit-content;
}

.header {
    border-bottom: 1px solid #e4e8ea;
}

.footer {
    color: #000;
}

.footer-phone a,
.footer-email a {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    position: relative;
    text-decoration: underline;
    margin-left: 5px;
    top: -2px;
}

.footer-phone {
    margin-right: 25px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    padding: 20px 0 30px 0;
}

.footer .content-container {
    width: 100%;
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-title {
    width: 60%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    position: relative;
    top: 3px;
}

.footer-mm-st-info {
    display: none;
}

.footer-icon {
    width: 23px;
    height: 23px;
}

.footer-icon-email {
    margin-top: 3px;
}

.header-logo {
    width: 82px;
    height: 29px;
    margin: 24px 0 24px -29px;
}

* {
    box-sizing: border-box;
    outline: none;
}

.help {
    padding: 0 0 10px 0;
    font-family: MiSans, Arial, sans-serif;
}

.faq-title {
    font-family: MiSans, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #13171b;
    margin: 0 0 25px;
}   

.faq-answer-opener-open {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.content-container,
.help-container {
    margin: 0 auto;
    width: 88%;
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.help-container-under {
    padding: 40px;
}

.container-wrapper {
    padding: 44px;
}

.footer-mm-info {
    color: #999;
    padding: 10px 0 30px 0;
    font-size: 14px;
    font-weight: 400;
    padding-right: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.footer-mm-info a {
    color: #999;
    text-decoration: underline;
}

.mainpage-list-container {
    text-align: left;
    width: 100%;
    margin-left: -5px;
}

.link-btn {
	height: 60px;
    padding: 20px 15px;
    border-radius: 100px;
	display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    color: #fff;
    background-color: #00aeef;
    font-family: MiSans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .4s ease,background-color .4s ease,border-color .4s ease;
    transition: color .4s ease,background-color .4s ease,border-color .4s ease;
}

.payments-container,
.transfers-container,
.transfers-container-mobile {
	width: 48%;
}

.payments-container {
	margin-right: 3%;
}

.catalog-category {
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #eceef1;
}

.catalog-category-link {
	font-size: 17px;
	font-weight: 700;
	padding: 25px 4px;
	width: 65%;
}

.arrow-right-icon,
.arrow-down-icon {
	width: 18px;
	height: 18px;
}

.arrow-down-icon {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.catalog-category-icon {
	width: 10%;
	padding: 15px 10px;
	text-align: center;
}

.catalog-category-arrow {
	width: 6%;
	padding: 25px 10px;
}

.catalog-container {
	width: 100%;
}

.catalog-cat {
	width: 48%;
}

.catalog-cat:nth-child(even) {
    float: right;
}

.catalog-cat:nth-child(odd) {
	margin-right: 4%;
	float: left;
}

.catalog-link-see-all {
	float: right;
	padding: 22px 30px;
}

.catalog-link-see-all a {
	color: #00aeef;
	font-size: 16px;
}

.backlink-container,
.smalltouch-backlink-container {
    min-height: 20px;
    margin: 15px 0;
}

.main-page-content .backlink-container,
.main-page-content .smalltouch-backlink-container {
    margin: 0;
}

.success-submit-block .backlink-container,
.success-submit-block .smalltouch-backlink-container,
.confirm-submit-block .backlink-container,
.confirm-submit-block .smalltouch-backlink-container {
    margin: -10px 0;
}

.backlink-container a,
.smalltouch-backlink-container,
.smalltouch-help-backlink-container {
    font-family: MiSans, Arial, sans-serif;
    font-weight: 400;
    color: #0d69f2;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-style: normal;
    user-select: none;
}

.error-container,
.confirmform,
.successform {
    max-width: 636px !important;
    width: 56%;
    margin: 50px auto 0 auto !important;
}

.confirm-sbpqr-cominfo {
    padding-bottom: 0 !important;
}

.confirm-sbpqr-cominfo .confirm-field-val {
    color: #999;
}

.confirm-backlink-container a,
.confirmform .backlink-container a,
.success-backlink a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #34aaf2;
}

.go-back-img {
    position: relative;
    top: 2px;
    margin-right: 18px;
}

.search-form-container {
    margin: 20px 0;
}

.search-input-wrapper {
    position: relative;
	width: 48%;
}

.search-input-wrapper label {
    padding-left: 45px;
}

.search-input-active {
    background-color: #fff !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    -webkit-box-shadow: 6px 6px 11px -8px #00000040;
    -moz-box-shadow: 6px 6px 11px -8px #00000040;
    box-shadow: 6px 6px 11px -8px #00000040;
}

#qrcodefindbank,
#search-input {
	width: 100%;
    padding-left: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 33px;
    background-color: #f7f7f7;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.search-icon {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 15px;
    top: 21px;
}

.search-loupe {
    position: absolute;
    top: 24px;
    left: 67%;
}

.search-loupe-hand {
    position: absolute;
    top: 34px;
    left: 68%;
}

.search-result-highlight {
    font-weight: 550;
}

.small-text {
	font-size: 20px !important;
	padding-top: 15px !important;
}

.search-result-link {
	padding: 12px 0;
}

.search-results a {
	font-size: 16px;
    color: #000;
    text-decoration: none;
}

.main-page-search-form-container,
.catalog-search-form-container {
	position: relative;
}

.main-page-search-form-container {
    padding-bottom: 20px;
}

.search-results {
	position: absolute;
    top: 60px;
    width: 48%;
	z-index: 100;
	background-color: #fff;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
	border: 1px solid #eef0f2;
    border-top: none;
    -webkit-box-shadow: 6px 6px 11px -8px #00000040;
    -moz-box-shadow: 6px 6px 11px -8px #00000040;
    box-shadow: 6px 6px 11px -8px #00000040;
    padding: 0 50px;
}

.search-result {
    border-bottom: 1px solid #ebebeb;
}

.search-form-active {
	border-bottom: 2px solid #00aff2;
}

.search-result-catname {
	color: #878d97;
	font-size: 14px;
	padding: 2px 10px 8px 10px;
}

.bluetext {
	color: #00aff2;
}

.catalog-search-form {
	width: 48%;
}

.catalog-search-form-container {
	padding-top: 22px;
}

.catalog-search-form-container .search-results {
	top: 84px;
}

.category-article,
.cat-wide-inner,
.cat-icon-close {
	width: 23%;
	position: relative;
    min-height: 155px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 9px 20px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cat-wide-inner,
.cat-icon-close {
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cat-wide-inner {
    top: 54%;
    transform: translate(0, -46%);
}

.cat-sub-name {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.81);
}

.cat-icon-close {
    position: absolute;
    top: 0;
    z-index: 100;
    cursor: pointer;
    background-color: transparent;
    height: 100%;
}

.category-article.category-category span {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    font-family: MiSans, Arial, sans-serif;
    text-decoration: none;
    color: #000;
}

.category-article a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.smalltouch-subcategory {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: none;
    cursor: pointer;
}

.category-article-icon img {
	max-width: 130px;
    margin-top: 15px;
}

.category-article-title {
    display: inline-block;
}

.cat-wide-inner .category-article-title {
    top: 76px;
}

.cat-wide-subcats {
    position: absolute;
    top: 6%;
    left: 35%;
    width: 62%;
    text-align: left;
}

.cat-fullwide-subcats {
    position: absolute;
    top: 22px;
    left: 20%;
    width: 75%;
    text-align: left;
}

.cat-fullwide-subcats-left,
.cat-fullwide-subcats-center,
.cat-fullwide-subcats-right {
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 0 12px;
}

.cat-wide-subcats-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.cat-wide-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-color: #b6b6b6;
    border-radius: 50%;
    fill: #fff;
}

.cat-wide-subcat-item {
    position: relative;
    min-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0 2px 0;
    margin: 5px 0;
}

.cat-wide-subcats-left,
.cat-wide-subcats-right {
    position: relative;
    display: inline-block;
    width: 45%;
}

.cat-wide-subcats-left {
    margin: 0 20px 0 0;
}

.cat-wide-subcats-right {
    margin: 0 0 0 20px;
}

.subcat-item-noborder {
    border: none;
}

.cat-wide-subcat-item img {
    width: 80px;
}

.cat-wide-subcat-item-title {
    word-break: break-word;
    max-width: 100%;
    width: 92%;
    text-align: left;
    max-height: 52px;
    overflow: hidden;
    line-height: 18px;
}

.cat-wide-subcats a,
.cat-fullwide-subcats a {
    position: relative;
}

.category-article-title a {
    color: #000;
    font-size: 16px;
	font-weight: 500;
    text-decoration: none;
}

.link-inactive {
	color: #00aeef;
	font-size: 16px;
	cursor: default;
}

.link-inactive:hover {
	opacity: .8;
    color: #434c5d;
    text-decoration: none;
}

.moneysource-container {
	width: 56%;
	max-width: 620px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 60px;
}

.ms-item {
	width: 48%;
	border-bottom: 2px solid #e2e5e9;
	margin: 0;
	padding: 10px 1%;
	color: #000;
	cursor: pointer;
}

.ms-item-active {
	border-bottom: 2px solid #00aff2;
	color: #00b1f2;
}

.submit-notify {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.desktop-submit-notify {
    margin: 10px 0;
    font-size: 14px;
    color: #0f2239;
}

.submit-block-container .submit-notify {
    padding-top: 24px;
}

.payform .submit-container {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 20px 0 0;
}

.article-helpinfo-backlink-container {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 36px;
    z-index: 100;
}

.payform.flex-container {
    justify-content: flex-start;
}

.payform-centered {
    justify-content: center !important;
}

.payform {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
}

.art-service-info {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin: 5px 0 18px 0;
}

.art-service-info a {
    color: #999;
    text-decoration: underline;
}

.error-container h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    color: #000;
}

.error-msg-comment {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #999;
    margin: 0 0 30px 0;
}

.error-submit {
    min-height: 60px;
}

.error-container-wrapper,
.confirmform,
.successform,
.sbp-result-container-wrapper,
.payform .form-elements {
    margin: 50px 0 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 24px 38px 32px 38px;
    text-align: left;
}

.payform .form-elements {
    min-width: 636px;
    width: 50%;
    margin-right: 1%;
    color: #333;
    z-index: 1;
}

.sbp-result-container-wrapper {
    min-width: 636px;
    width: 50%;
}

.sbp-result-container-active {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.payform .article-helpinfo {
    width: 50%;
    margin: 50px 0 0 -70px;
    border: 1px solid #dfdfdf;
    z-index: 0;
    border-radius: 30px;
    background-color: #fbfbfb;
    padding: 36px 38px 36px 96px;
    color: #999;
}

.acc-conf {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 84%;
}

.abroad-account-checkbox-container {
    margin-top: 18px;
}

.account-checkbox-container,
.abroad-account-checkbox-container {
    justify-content: flex-start;
    align-items: center;
}

.article-countryinfo {
    font-size: 12px;
    font-weight: 200;
}

.st-article-commission-info-container {
    max-width: 100%;
    margin-bottom: 20px;
}

.article-helpinfo-container p,
.article-commission-info-container p,
.st-article-commission-info-container p {
    margin: 0;
}

.article-helpinfo-container b,
.article-commission-info-container b,
.prim,
.st-article-commission-info-container b {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}

.prim {
    margin-bottom: 20px;
}

.article-commission-info-container div,
.st-article-commission-info-container div {
    margin-bottom: 10px;
}

.article-helpinfo-container ol {
    padding-left: 22px;
}

.article-helpinfo-container ol li {
    padding: 6px 0;
    word-break: break-word;
}

.account-notify {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #999;
}

.header-title,
.confirmform {
	max-width: 100%;
    text-align: left;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}

.confirmform .confirm-field-val {
    width: 49%;
    word-break: break-word;
    padding: 3px 0;
}

.confirmform h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    padding-top: 0;
    margin-bottom: 0;
}

.confirm-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #999;
    margin: 2px 0 16px 0;
}

.confirm-submit-block .confirm-submit,
.success-submit-block .success-submit {
    width: 49%;
}

.confirm-submit-block .confirm-backlink {
    margin-left: 10px;
    width: 49%;
}

.confirm-backlink .submit-btn,
.success-backlink .submit-btn {
    background-color: #aaa;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
}

.success-submit-block .success-backlink {
    margin-left: 10px;
    width: 48%;
}

.success-submit-block {
    margin-top: 10px;
}

.success {
    text-align: left;
}

.success-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    padding-top: 0;
    margin-bottom: 0;
}

.payform-inner-block {
    display: none;
}

.vtblogo-icon {
    margin-left: 10px;
    width: 43px;
    height: 15px;
}

.payform .field-account {
    display: block;
}

.paymentForm .field-sku,
.payform .field-sku {
    display: none;
}

.payform-inner-block h2 {
    padding: 0;
    margin: 2px 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.cardform-hint {
    font-size: 14px;
    color: #2b313b;
}

.input-error,
.input-error:hover,
.input-error:focus {
	border: 1px solid #f62434 !important;
}

.label-input-error {
    color: rgb(218, 11, 32);
}

.form-field-container {
	position: relative;
}

.form-field-container,
.account-proceed-container {
    padding: 8px 0;
    font-size: 16px;
}

.account-proceed-container {
    padding: 10px 0;
}

.account-proceed-checkbox {
    padding: 0 14px 0 0;
}

.account-proceed-checkbox input {
    margin: 2px 0 0 0;
    padding: 0;
}

.form-field-container .field-title {
	font-size: 15px;
	font-weight: 600;
    text-align: left;
}

.form-field-container .select-container {
	padding-top: 6px;
	position: relative;
}

.form-field-container select {
	width: 100%;
	margin: 0;
    font-size: 14px;
    padding: 12px 0;
    background: url(/themes/yota/img/icons/select-arrow.png) 100% no-repeat #fff;
    border-bottom: 2px solid #ecf0f3;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

.other-card-form .field-holder {
    display: none;
}

.clearfield-icon {
    position: absolute;
    top: 37px;
    right: 0;
    padding: 0 16px;
    cursor: pointer;
}

.field-commission {
	display: block;
	height: 0;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
}

#sum-commission {
	color: #818a96;
	background-color: #fff;
	opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.comsum-container {
    visibility: hidden;
}

.comsum-container-visible {
    visibility: visible;
}

.comsum {
    margin-left: 5px;
}

.confirm-field,
.success-field {
    color: #333;
    padding: 3px 0 15px 0;
    font-size: 15px;
}

.success-field {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #999;
}

.shortinfo-field {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    margin: 10px 0 20px 0;
}

.confirm-field-name {
	width: 50%;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #999;
}

.success-field-date .success-field-name,
.short-confirm-acc-name {
	width: auto;
}

.confirm-field-account,
.success-field-account {
	height: auto;
}

.confirm-field-val,
.success-field-val {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.confirm-fields {
    padding-bottom: 25px;
}

.confirm-fields p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 10px 0;
}

.confirm-form-field {
	padding-top: 32px;
}

.confirm-notify,
.success-payment-info {
	color: #5c6877;
	font-size: 15px;
	padding-bottom: 32px;
}

.success-payment-info,
.error-text {
	font-size: 16px;
}

.repeat-button-container {
    margin-top: 40px;
}

.repeat-button-container .submit-btn-white {
    margin-left: 33px;
}

.print-cheque a {
	color: #00b1f2;
	font-size: 16px;
}

.print-img {
	margin: 4px 12px -4px 0;
}

.main-page-phone-transfer {
	height: 297px;
}

.art-out-of-stock-msg {
    padding: 20px;
    color: #f62434;
    background-color: #fdebec;
    border-radius: 12px;
    margin-bottom: 30px;
}

.checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 2px solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    justify-content: center;
    left: 0;
    -webkit-transition: border-color, background-color;
    transition: border-color, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    left: 0;
    border-color: #3482ff;
}

.checkbox:not(:checked):hover {
    border-color: #3482ff;
}

.checkbox:checked:hover {
    border-color: #10e272;
    background-color: #10e272;
}

.checkbox-active {
    border-color: #3482ff;
    background-color: #3482ff;
}

.checkbox-icon {
    fill: #fff;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    position: absolute;
    opacity: 0;
}

.checkbox-icon-active {
    opacity: 1;
}

.field-error-message {
	position: absolute;
    -webkit-transition: height, opacity;
    transition: height, opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 5;
    width: 100%;
    color: #f62434;
    font-size: 12px;
    line-height: 18px;
}

.form-warning-message {
    color: rgb(218, 11, 32);
    font-size: 14px;
    font-weight: 400;
    visibility: hidden;
}

.field-hint {
	font-size: 12px;
    text-align: left;
    padding-top: 3px;
}

.field-inner-icon {
    position: absolute;
    top: 57px;
    right: 14px;
    color: #999;
    font-size: 21px;
    font-weight: 600;
}

.login-notify {
    position: relative;
    float: right;
    top: 0;
    right: 22px;
}

.cvc-info-i,
.extras_nominal-info-i,
.login-info-i {
    position: absolute;
    top: 5px;
    cursor: pointer;
    border: 2px solid rgb(138, 150, 168);
    border-radius: 20px;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border: 2px solid #999;
    background-color: #999;
}

.cvc-info-i,
.extras_nominal-info-i {
    top: 24px;
    right: 15px;
}

.extras_nominal-field {
    position: relative;
}

.cvc-info-help,
.extras_nominal-info-help,
.login-info-help {
    position: absolute;
    z-index: 2;
    width: 313px;
    border-radius: 7px;
    padding: 18px 19px;
    top: 30px;
    right: -10px;
    background-color: #a3a3a3;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
}

.cvc-info-help,
.extras_nominal-info-help {
    width: 286px;
    top: 50px;
    right: 34px;
}

.login-info-help a {
    color: #fff;
}

.login-info-help-icon {
    margin: 10px 23px 0px 23px;
}

.st-info-i {
    position: relative;
    color: #2196f3;
    border: 2px solid #2196f3;
}

.public-offer-container {
    font-size: 16px;
    padding: 12px 0 24px 0;
}

.smalltouch-catalog-subtitle,
.main-page-phone-transfer .field-hint,
.payform .field-commission {
	display: none;
}

.phonefield-leading-seven {
	position: absolute;
    width: 12%;
    font-size: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #00aff2;
}

.confirm-preloader-container {
    width: 42px;
    height: 42px;
    margin: -51px 0 0 180px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}

.preloader-img {
	margin-top: 2px;
}

.submit-btn-active {
    color: hsla(0,0%,100%,.4);
    text-decoration: none;
}

.main-page-phone-transfers-container,
.other-card-form-container {
	border: 1px solid #eef0f2;
	width: 99%;
    height: 100%;
    border-radius: 12px;
    margin: 0 auto;
}

.main-page-phone-transfers-container .catalog-category {
	border-bottom: 0;
}

.catalog-category-text {
	color: #878d97;
	font-size: 16px;
	font-weight: 400;
}

.catalog-category-linkwtext {
	padding: 12px 4px;
}

.main-page-phone-transfer .payform-fields {
	width: 70%;
	max-width: 100%;
	margin-left: 13.5%;
}

.main-page-phone-transfer .form-field-container,
.main-page-phone-transfer .submit-container,
.main-page-phone-transfer .submit-notify {
	display: none;
}

.main-page-phone-transfer .field-account,
.main-page-phone-transfer .field-sum {
	display: block;
}

.main-page-phone-transfer-active {
	height: 443px;
}

.main-page-phone-transfer-active-big {
    height: 516px;
}

.main-page-form {
	padding-top: 101px;
}

.main-page-form .form-field-container {
	padding-bottom: 25px;
}

.main-page-form .field-commission {
	padding-bottom: 2px;
	padding-top: 0;
}

.main-page-form .submit-container {
	padding-top: 12px;
}

.other-card-form-container {
	padding: 4px 20px;
	width: 90%;
}

.other-card-fields .expdate-field,
.other-card-fields .cvv-field {
	width: 48%;
}

.card-form-title {
	font-size: 15px;
    text-align: left;
    position: relative;
    top: 6px;
}

.other-card-form .field-error-message {
	text-align: left;
}

.other-card-form .cvv-field {
	position: relative;
}

.other-card-form .card-icon-img {
	position: absolute;
    top: 30px;
    right: 0;
}

.payform-fields .field-month,
.payform-fields .field-year {
	display: none;
}

ul.iselect {
	text-align: left;
    margin: 0 0 0 -4px;
    padding: 20px 0 0 0;
    list-style: none;
}

ul.iselect li {
	padding-bottom: 8px;
}

.cardscheme-image {
    width: 30px;
	height: 19px;
    padding-right: 3px;
}

.cardscheme-visa,
.cardscheme-mir {
	width: 54px;
	height: 17px;
}

.topmenu-link {
	cursor: pointer;
}

.topmenu-link:hover .b-main-header__line_long-line {
    margin-left: 4px;
}

#topmenu {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 379px;
	left: 0;
}

#topmenu a {
	font-size: 21px;
    line-height: 25px;
}

.topmenu-container {
	margin: 12% 0 0 140px;
}

.topmenu-item {
	padding: 10px 0;
}

.topmenu-pad {
	margin-bottom: 50px;
}

.topmenu-close-link {
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
	margin: 28px 0 0 70px;
    top: 0;
    left: 5px;
    width: 23px;
    height: 23px;
	cursor: pointer;
}

.b-main-header__vertical-line {
	position: absolute;
    width: 100%;
    height: 3px;
    background-color: #434c5d;
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-main-header__horizontal-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #434c5d;
    top: calc(50% - 1.5px);
}

.not-found-img {
	width: 84px;
	height: 84px;
}

.st-payfield-border {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #c7c2c2;
    overflow: hidden;
    margin: -14px 0 0 -16px;
}

.st-subcat-item {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #dfdfdf;
    text-decoration: none;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
}

.st-subcat-item-title {
    margin: 13px 0;
    word-break: break-word;
}

.st-subcats-container {
    margin: 61px 16px 13px 16px;
}

.st-subcat-close {
    width: 100%;
    height: 61px;
    position: absolute;
    z-index: 12;
    cursor: pointer;
}

.catalog-subtitle {
    margin: 0 0 30px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #999;
}

.success-game-icon {
    margin-left: 10px;
    margin-bottom: -5px;
}

.help-buttons {
    background-color: #f6f6f6;
    border-radius: 12px;
    display: inline-block;
    font-family: inherit;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

.help-btn {
    position: relative;
    padding: 7px 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    height: 100%;
    outline: none;
    text-align: left;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 0;
    color: #676666;
}

.help-btn:hover:not(.help-btn-tariffs-active):not(.help-btn-faq-active) {
    color: #333;
}

.help-btn-activator {
    background-color: #fff;
    border-radius: 8px;
    bottom: 0;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    left: auto;
    overflow: hidden;
    position: absolute;
    top: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 0;
    width: 36%;
    height: 80%;
    transform: translateX(0px);
    transition-property: all;
}

.help-btn-activator-faq {
    width: 60%;
    transform: translateX(90px);
}

.help-btn-active {
    color: #333;
    z-index: 2;
}

.help-btn-faq-active {
    background-color: #13171b;
    border-color: #13171b;
    color: #fdfdfe;
    z-index: 2;
}

.help-faq-container,
.help-tariffs-container {
    margin-top: 25px;
}

.faq-questions {
    width: 60%;
    margin: 0 auto;
}

.faq-q {
    color: #13171b;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f6f6f6;
    border-radius: 12px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin-bottom: 12px;
    max-height: 72px;
    position: relative;
    z-index: 1;
}

.faq-q:hover,
.faq-q-active {
    background-color: #ededed;
}

.faq-q .opener {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    cursor: pointer;
    background-color: #fff;
    margin-right: 20px;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.faq-q .opener span {
    position: relative;
    top: -6px;
}

.faq-q .q {
    width: 80%;
    padding: 24px 56px 24px 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.faq-a {
    padding: 24px 24px 20px;
    background-color: #f6f6f6;
    opacity: 0;
    transition: opacity 0.3s linear;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: left;
    position: relative;
    margin-top: -20px;
    margin-bottom: 12px;
    z-index: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faq-answer-open {
    opacity: 1 !important;
}

.faq-answer-opener-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-questions a {
    text-decoration: none;
    color: #34aaf2;
}

.tariffs-text-container p {
    font-size: 20px;
    font-weight: 400;
}

.tariffs-text-container p a {
    text-decoration: underline;
}

.tariffs-text-container ul {
    padding-left: 26px;
}

.tariffs-text-container ul li {
    padding: 3px 0;
}

.tariffs-text-container .faq-questions {
    border-bottom: none;
}

.footer-moved {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    
    .tariffs-text-container p {
        padding-left: 20px !important;
    }
    
    .tariffs-first-opener { 
        display: none !important;
    }
    
    .tariffs-first-answer {
        display: block !important;
        opacity: 1 !important;
    }

}

/**
 * SBP
 */
.qrsbp-text-block {
	display: none;
	background-color: #f1f1f1;
	position: relative;
    margin-top: 100px;
    margin-bottom: -20px;
}

.qrsbp-text-block-inner {
    position: relative;
    padding: 40px 100px 40px 120px;
    width: 84%;
    font-size: 25px;
    font-weight: 200;
}

.qrsbp-text-block-inner-hidden {
	display: none;
    position: relative;
    padding: 10px 100px 40px 120px;
    width: 84%;	
}

.qrsbp-text-block-inner-link {
    padding: 40px 0;
}

.qrsbp-info-opener {
    position: absolute;
    top: 42px;
    right: 100px;
    font-size: 40px;
    cursor: pointer;
	transition: transform .4s ease;
}

@media (max-width: 1100px) {

	.qrsbp-text-block-inner {
		padding: 40px 40px 40px 60px;
	}

	.qrsbp-text-block-inner-hidden {
        padding: 10px 40px 40px 60px;
	}

	.qrsbp-text-block-inner-link {
		padding: 40px 0 10px 0;
	}
 
	.qrsbp-info-opener {
		right: 60px;
	}

}

@media (max-width: 640px) {

    .qrsbp-info-opener {
        right: 40px;
    }

	.qrsbp-text-block {
		margin-bottom: 20px;
	}

}

@media (max-width: 470px) {

    .qrsbp-text-block-inner {
        padding: 40px 20px 40px 20px;
    }

    .qrsbp-text-block-inner-hidden {
        padding: 10px 20px 40px 20px;
    }

    .qrsbp-text-block-inner-link {
        padding: 40px 0 10px 0;
    }

    .qrsbp-info-opener {
		top: 25px;
        right: 20px;
    }

}

.qrcodeimg {
    display: none;
    max-width: 250px;
    max-height: 250px;
    margin-bottom: 60px;
}

.ips-back-btn {
    display: none;
    padding-bottom: 60px;
}

.qrcode-container-smalltouch,
.qrcode-container {
    display: none;
}

.qrcode-container {
    padding: 15px 0 0 0;
}

.qrcode-scan-msg {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    color: #999;
    margin-bottom: 30px;
}

.qrcode-scan-msg span {
    font-size: 20px;
    position: relative;
    top: 8px;
}

.qrcode-scan-msg p {
    margin-top: 40px;
}

.qrcode-bank {
    flex: 0 0 auto;
    width: 100%;
    min-height: 50px;
    margin: 12px 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.qrcode-bank p {
    padding: 0;
    margin: 0 0 0 65px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: normal;
}

.qrcode-bank a {
    position: relative;
    display: block;
    min-height: 50px;
    color: #000;
}

.qrcode-bankimg {
    width: 42px;
    height: auto;
    float: left;
    margin: 6px 12px;
}

.qrcode-scan-sbp-logo {
    width: 30px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.qrcode-scan-findbank .field-wrapper {
    position: relative;
    padding: 6px 0;
    width: 100%;
}

#qrcodefindbank {
    width: 100%;
}

.qrcode-scan-bankslist {
    margin: 20px 0;
}

.qrcode-bank-error {
    padding: 30px 15px;
}

.qrcode-info {
    margin-left: 30px;
}

.qrcode-info .sumfield-head {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    color: #999;
}

.qrcode-info .sumfield-value {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.qrcode-info .commission-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    margin-top: 30px;
}

.category-article.category-category {
    cursor: pointer;
}

.category-wide-active {
    cursor: default !important;
}

.category-wide-fr {
    margin-right: 0;
    left: -4.3%;
}

.usa-account-notify,
.st-usa-account-notify {
    margin-bottom: 5px;
    color: #999;
    max-width: 90%;
}

.st-category-active {
    z-index: 10;
    text-align: left;
}

.st-help-active {
    padding-bottom: 30px;
}

.account-warning-msgs {
    padding: 4px 0 10px 0;
}

.public-offer-title-text {
    width: 86%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-top: -8px;
}

.public-offer-title-text a {
    color: #333;
}

.subcat-custom-title {
    display: none;
}

.finalsum {
    margin-top: 5px;
}

.finalsum-value {
    color: #0f2239;
    padding: 5px 0;
}

.finalsum-exnom-active {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.article-helpinfo-active-bg {
    background-color: #f7f7f7;
}

.qrcode-scan-findbank label {
    margin-left: 37px;
}

/**
 * Screen media
 */
@media (max-width: 1310px) {

	.moneysource-container,
	.payform-fields,
	.confirmform,
	.success,
	.not-found-container,
	.other-card-form {
		width: 100%;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

    .content-container {
        padding-left: 64px;
        padding-right: 64px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .content-container {
        padding-left: 48px;
        padding-right: 48px;
    }

}

@media (max-width: 1186px) {

    .category-article,
    .cat-wide-inner,
    .cat-icon-close {
        width: 17%;
    }

}

@media (max-width: 1086px) {

    .footer-title {
        width: 50%;
    }

    .category-fullwide-active {
        width: 95.9% !important;
    }

    .category-wide-fr {
        left: -4.1%;
    }

}

@media (max-width: 1080px) and (min-width: 850px) {

    .money-source input[type="radio"] {
        margin-right: 0;
    }

}

@media (max-width: 1032px) {

    .cat-wide-subcat-item-title {
        max-width: 60%;
    }
    
}

@media (max-width: 940px) {

    .cat-wide-inner {
        width: 180px !important;
    }

}

@media (max-width: 850px) {

    .container-wrapper {
        padding-left: 2px;
        padding-right: 2px;
    }

    .header-logo {
        margin: 24px 0;
    }

    .footer-title,
    .footer-phone,
    .footer-email {
        width: 100%;
        font-weight: 400;
        padding: 5px 0;
        margin: 0;
        top: 0;
        float: left;
    }

    .footer-icon {
        float: left;
        width: 40px;
        height: 40px;
    }

    .footer-phone,
    .footer-email {
        width: 92%;
        float: right;
        position: relative;
        top: -7px;
    }

    .footer-title {
        padding: 10px 0;
        font-weight: 600;
    }

    .footer-mm-st-info {
        display: block;
        padding-bottom: 20px;
        font-size: 14px;
        color: #4c4c4c;
    }

    .help-container-under {
        padding: 20px;
    }

    .content-container,
    .help-container,
    .footer-mm-info {
        width: calc(100% - 32px) !important;
        min-width: 320px;
        max-width: 100%;
        padding: 0px 16px;
    }

    .mainpage-list-container {
        margin-left: 0;
    }
    
    .payform.flex-container {
        flex-direction: column;
    }

    .payform .article-helpinfo {
        margin-top: 36px !important;
    }

    .footer-mm-info {
        font-size: 11px;
        font-weight: 400;
        color: #999;
        padding: 20px 0;
    }

    .footer-phone a, .footer-email a {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .confirm-submit-block .confirm-submit,
    .success-submit-block .success-submit {
        width: 100%;
    }

    .confirm-submit-block .confirm-backlink,
    .success-submit-block .success-backlink {
        width: 100%;
        text-align: center;
        margin: 12px 0 20px 0;
    }

    .category-article {
        width: 100%;
        margin: 6px 0 !important;
        min-height: 61px;
    }

    .category-article-icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto 10px;
        max-width: 98px;
    }

    .category-article-title {
        text-align: left;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 120px;
        color: #000;
        font-size: 14px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-page-content .subcat-page-title {
        padding-top: 28px;
    }

    .search-results {
        width: 100%;
        top: 50px;
        padding: 0 20px 0 50px;
    }

    .search-input-wrapper {
        width: 100%;
    }

    .search-loupe,
    .search-loupe-hand,
    .account-proceed-btn-container,
    .submit-block-container .submit-notify,
    .category-article.category-category,
    .usa-account-notify,
    .desktop-submit-notify,
    .success-game-icon {
        display: none;
    }

    .smalltouch-catalog-subtitle,
    .st-help-container {
        display: block;
    }

    h2 {
        font-size: 20px;
    }

    .catalog-title {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0;
        padding: 0;
    }
    
    #search-input {
        width: 100%;
    }

    .main-page-search-form-container {
        padding: 0;
    }

    .search-input-wrapper label {
        font-size: 14px;
        font-weight: 600;
        color: #757575;
    }

    .catalog-subtitle {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        width: 100%;
        margin: 15px 0 20px 0;
    }

    .st-subcat-item-title {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-align: left;
    }

	.search-form-container,
    .payform,
    .confirmform,
    .header-title,
    .submit-btn,
    .submit-btn:disabled,
    .submit-btn[disabled],
    .submit-btn-white,
    .confirm-field-name,
    .confirm-field-val,
    .success {
		width: 100% !important;
        max-width: 100% !important;
	}
    
    .content {
        box-shadow: none;
        -webkit-box-shadow: none;
        -mox-box-shadow: none;
    }

    .help {
        padding-top: 0;
    }
    
    .backlink-container a,
    .smalltouch-backlink-container,
    .smalltouch-help-backlink-container {
        font-weight: 400;
        font-size: 12px;
        color: #0a2896;
    }

    .go-back-img {
        position: relative;
        top: 1px;
        margin-right: 18px;
        width: 5px;
        height: 9px;
    }
    
    h2 {
        font-weight: 400;
        padding: 2px 0;
    }

    .category-article.category-category.smalltouch-subcategory {
        display: inline-block;
    }

    .st-payfield-border,
    .st-success-icon,
    .st-submit-notify,
    .st-usa-account-notify {
        display: block;
    }

    .cvc-info-i,
    .extras_nominal-info-i,
    .login-info-i {
        width: 21px;
        height: 21px;
        font-size: 13px;
    }

    .cvc-info-i,
    .extras_nominal-info-i {
        top: 27px;
    }

    .input-label-active {
        font-size: 12px;
    }

    .st-help-container {
        font-size: 16px;
        color: #0d69f2;
        text-decoration: none;
    }
    
    .st-help-icon {
        position: relative;
        margin-right: 10px;
        top: 5px;
    }

    .payform {
        font-weight: 200;
    }
    
    .moneysource-title {
        padding-top: 0;
    }
    
    .email-title {
        padding-top: 10px;
    }
    
    .other-card-form {
        padding-bottom: 2px;
    }

    .cvc-info-i {
        top: 27px;
        right: 14px;
    }

    .cvc-info-help {
        top: 90%;
        right: 0;
        width: 220px;
    }

    .login-notify {
        top: 0;
    }

    .st-info-i {
        top: 16px;
        left: 20px;
    }

    .st-submit-notify {
        margin: 10px 0;
        font-size: 14px;
        color: #0f2239;
    }
    
    .payform .submit-container {
        width: 100%;
        margin: 20px 0;
    }

    .faq-a {
        font-size: 14px !important;
        color: #2d3345;
    }

	.faq-questions .faq-q {
		font-size: 20px;
        font-weight: 400;
        color: #2d3345;
	}
    
    .repeat-button-container .submit-btn-white {
        margin: 10px 0 0 0;
    }

    .st-success-icon {
        margin: 0 auto;
        width: 66px;
        padding: 40px 0 0 0;
    }

    .st-success-container .success-field-name {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        line-height: 100%;
    }

    .shortinfo-field .success-field-name {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        line-height: 100%;
    }

    .st-article-commission-info-container {
        display: none;
    }

    .faq-title {
        font-size: 32px !important;
    }

    .smalltouch-article-helptitle {
        display: block;
        cursor: pointer;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 0 0 0;
        text-decoration: underline;
    }

    .qrcode-scan-note {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #999;
        padding: 16px 0;
    }

    .error-container,
    .error-container-wrapper,
    .confirmform,
    .successform,
    .payform .form-elements,
    .payform .article-helpinfo {
        min-width: 320px;
        width: 100%;
        margin: 0;
        border: none;
        padding: 24px 0 4px 0;
    }

    .article-helpinfo-container {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        border: none;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
    }

    .payform .article-helpinfo {
        background-color: transparent;
        padding: 0;
    }

    .field-error-message {
        font-size: 13px;
        line-height: 12px;
        margin-top: 2px;
    }

    .b-popup {
        min-width: 320px;
        width: 100%;
        padding: 7%;
        border: none;
        top: 0;
        left: 0;
    }
    
    .subcat-popup {
        width: 96%;
        height: auto;
        min-height: 120px;
        margin: auto auto;
        position: absolute;
        z-index: 110;
        background-color: #ffffff;
        left: 2%;
        top: 34%;
        border-radius: 12px;
        box-sizing: border-box;
        padding: 3% 0 0 0;
        text-align: center;
    }

    .popup-text {
        font-size: 20px;
        font-weight: 500;
    }

    .preloader-icon {
        margin-top: 70px;
    }

    .b-popup-footer {
        top: 50px;
    }

    .b-popup-footer-delimiter {
        width: 120%;
        left: -10%;
        top: 50px;
        position: relative;
        height: 1px;
        background-color: #ebebeb;
    }

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

    .account-notify,
    .account-title-for-code,
    .st-usa-account-notify {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        padding-top: 4px;
    }

    .public-offer-title-text,
    .st-submit-notify,
    .account-warning-msgs,
    .acc-conf {
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

    .art-service-info {
        font-size: 11px;
        margin-bottom: 0;
        padding-bottom: 22px;
    }

    .confirm-sbpqr-cominfo .commission-info {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .footer {
        border-top: 1px solid #dfdfdf;
    }

    .header-title {
        font-size: 20px;
        font-weight: 500;
    }

    .payform-inner-block h2 {
        font-size: 16px;
        color: #000;
    }

    .cardform-hint {
        color: #4c4c4c;
    }

    .confirmform,
    .successform {
        width: 100%;
        max-width: 100% !important;
        margin-top: 6px !important;
    }

    .submit-notify {
        font-size: 11px;
        font-weight: 400;
        color: #999;
        padding-bottom: 6px;
    }

    .submit-notify a {
        color: #999;
        text-decoration: underline;
    }

    .confirmform h2,
    .success-title {
        font-size: 20px;
        font-weight: 500;
        color: #000;
    }

    input,
    select,
    .money-source li label,
    .confirm-field-val,
    .success-field-val,
    .submit-btn span,
    .error-msg-comment,
    .input-label,
    .confirm-subtitle {
        font-size: 14px;
    }

    .ios-input-bigfont {
        font-size: 16px !important;
    }

    .confirm-fields p {
        font-size: 13px;
    }

    .success-backlink a {
        font-size: 15px;
        font-weight: 400;
    }

    .finalsum {
        margin-top: 16px;
    }

    .article-helpinfo {
        display: none;
    }

    .cat-art-icon-opened {
        top: 3px !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
    }

    .cat-art-title-opened {
        left: auto !important;
        right: auto !important;
        top: 20px !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .error-submit {
        width: 100%;
        margin: 20px 0 15px 0;
    }

    .error-container {
        margin-top: 0 !important;
    }

    .error-container-wrapper {
        padding-top: 10px;
    }

    .error-container-wrapper h2 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .error-msg-comment {
        line-height: 100%;
        margin: 20px 0 40px 0;
    }

    .footer-mm-info {
        border-bottom: none;
    }

    .sbp-result-container-wrapper {
        border: none;
        min-width: 320px;
        width: 100%;
        margin-top: 28px;
        padding: 0;
    }

    .qrcode-scan-findbank .search-icon {
        top: 18px;
    }

    .sbp-result-container .search-icon {
        top: 27px;
    }

    .qrcode-container {
        padding-bottom: 20px;
    }

    .qrcode-container .qrcode-scan-msg {
        margin-bottom: 30px;
    }

    .qrcode-scan-msg {
        margin-bottom: 0;
    }

    .confirm-sbpqr-cominfo .confirm-field-val {
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

}

@media (max-width: 435px) {

    .faq-q .q {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .footer-phone,
    .footer-email {
        width: 92%;
    }

    .money-source input[type="radio"] {
        margin-right: 0;
    }

}

@media (max-width: 389px) {

    #bankcard-moneysource-container {
        padding: 8px 12px 11px 12px;
    }

    #bankcard-moneysource-container .ms-item-title {
        width: 30%;
        display: inline-block;
        top: 7px;
        position: relative;
        white-space: normal;
        line-height: 18px;
    }

    #bankcard-moneysource-container label img {
        margin-top: 19px !important;
    }

    #bankcard-moneysource-container .ms-item-imgs {
        margin-top: 7px !important;
    }

}
