/**
 * 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: 'T2 Rooftop', sans-serif;
    height: 52px;
    padding: 18px 0 0 12px;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f2f2f2;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
}

input:hover,
input:active,
input:focus {
    border: 1px solid #d9d9d9;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .06) inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-background-clip: text;
    caret-color: white;
}

.input-error {
    background-color: #ffe5e9 !important;
    border: 1px solid #f797a7 !important;
}

.ms-item-container {
    width: 100%;
    justify-content: flex-start !important;
}

.ms-item-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: #f2f2f2;
    text-align: center;
}

.ms-item-icon svg {
    margin-top: 28px;
    transform: translateY(-50%);
}

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

.money-source li {
    display: none;
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: #fff;
    cursor: pointer;
}

.money-source li.active {
    display: block;
}

.money-source li label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    color: #000;
    margin: 28px 10px 0 10px;
    transform: translateY(-50%);
    flex-grow: 2;
    max-width: 72%;
}

.money-source input {
    margin-top: 24px !important;
    transform: translateY(-50%);
}

.nomargin {
    margin: 0 !important;
    padding: 0 !important;
}

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"]:checked {
    background-color: #fff;
    border: 7px solid #000;
}

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

input.input-inactive {
    color: #AAADB2;
    cursor: not-allowed;
}

.input-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    max-width: 92%;
    top: 38px;
    transform: translateY(-50%);
    left: 12px;
    pointer-events: none;
    transition: transform 60ms ease 0s, max-width 60ms ease 0s;
    transform-origin: left top;
    color: #808080;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
}

.input-label-active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 36px;
    left: 12px;
    pointer-events: none;
    transition: transform 60ms ease 0s, max-width 60ms ease 0s;
    transform: translateY(-110%) scale(0.875);
    transform-origin: left top;
    max-width: calc(92% / 0.875);
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}

.input-label-focused {
    color: #808080;
}

.label-input-error {
    color: #e02d4a;
}

.money-source .input-label-active {
    top: 0;
    left: 0;
    transition: none;
    transform: translateY(-50%);
    max-width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    color: #000;
}

.submit-btn {
    font-family: 'T2 Halvar Breit', sans-serif;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none;
    font: inherit;
    border-radius: 10px;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    min-height: 32px;
}

.submit-btn span {
    font-family: 'T2 Halvar Breit', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.paymentForm .submit-btn span {
    font-size: 12px;
    line-height: 16px;
}

.submit-btn:not(:disabled) {
    background: #000;
}

.submit-btn:disabled,
.submit-btn[disabled] {
    cursor: not-allowed;
    background-color: #000;
}

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

.submit-btn-sbp-icon {
    width: 18px;
    height: 23px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.submit-button-text-sbp-active {
    position: relative;
    top: -6px;
}

h1 {
    font-family: 'T2 Halvar Breit', sans-serif;
    font-size: 30px;
    font-weight: 900;
}

h2 {
    font-family: 'T2 Halvar Breit', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    margin: 4px 0;
}

h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin: 6px 0;
}

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: #000;
    font-family: 'T2 Rooftop', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
	height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
	border: 0;
}

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

a {
    background-color: transparent;
}

.dt-only {
    display: block;
}

.st-only {
    display: none;
}

@media (max-width: 767px) {

    .dt-only {
        display: none;
    }

    .st-only {
        display: block;
    }

}

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

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

.ms-item-img-sbp {
    width: 21px;
    height: 26px;
    margin-top: 6px !important;
}

.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: 44px;
    height: 14px;
}

.ms-item-img-mastercard {
    width: 32px;
    height: 20px;
    margin-left: 7px !important;
    margin-top: 9px !important;
}

.ms-item-img-mir {
    width: 46px;
    height: 13px;
    margin-left: 7px !important;
}

.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: 1001;
	box-sizing: border-box;
}

.b-popup,
.b-popup-footer {
	z-index: 1002;
}

.popup-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.preloader-icon {
    width: 60px;
    height: 60px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 60%, #a4a4a4 52%);
    background: linear-gradient(0deg, #00000080 0, #a4a4a4 0) center/3px 100%, linear-gradient(90deg, #00000040 30%, #000 0) center/100% 3px;
    background-repeat: no-repeat;
    animation: prel 1s infinite steps(12);
    margin: 50px auto 120px 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;
}

.footer {
    font-weight: 400;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #808080;
}

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

.content-container,
.help-container {
    width: 100%;
    max-width: 785px;
    margin: 10px 4px 2px 4px;
}

.help-container {
    background-color: #f9f9f9;
    border: 1px solid #d7d9dc;
    border-radius: 16px;
    overflow: hidden;
}

.container-wrapper {
    padding: 2px 0;
}

.payform-content {
    justify-content: space-between;
}

.payform-content-left {
    width: 53%;
}

.payform-content-right {
    width: 38%
}

.moneysource-title {
    padding-bottom: 4px;
}

.moneysource-card-title,
.email-title {
    padding-top: 12px;
}

.main-page-content {
    max-width: 690px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

.icon-error {
    margin: 30px 0 10px 0;
}

.close-icon {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}

.catalog-title {
    width: 140%;
    margin-left: -20%;
}

.footer-mm-info {
    color: #4d5869;
    padding-top: 30px;
    font-size: 14px;
}

.footer-mm-info a {
    color: #4d5869;
}

.mainpage-list-container {
    text-align: left;
    width: 690px;
    margin-left: -13px;
}

.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: 'T2 Rooftop', sans-serif;
    font-size: 14px;
    font-weight: 700;
    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;
}

.prefilled-field .form-field-container {
    display: none !important;
    height: 0;
    padding: 0;
    margin: 0;
}

.prefilled-field-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #808080;
    margin-bottom: 5px;
}

.prefilled-field-val {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    margin-bottom: 20px;
}

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

.confirmform .backlink-container {
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    font: inherit;
    min-height: 52px;
    border-radius: 10px;
    background: #f2f2f2;
    padding: 15px 30px;
}

.confirm-backlink a {
    font-family: 'T2 Halvar Breit', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.confirm-backlink-container a,
.confirmform .backlink-container a,
.success-backlink a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #fff;
    text-decoration: none;
}

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

#search-input {
	width: 100%;
}

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

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

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

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

.main-page-search-form-container,
.catalog-search-form-container {
	position: relative;
    margin-top: 60px;
}

.search-results {
	position: absolute;
    top: 57px;
    width: 100%;
	z-index: 100;
	background-color: #fff;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border: 1px solid #eef0f2;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(228,232,234,0.65);
    -moz-box-shadow: 4px 4px 6px 0px rgba(228,232,234,0.65);
    box-shadow: 4px 4px 6px 0px rgba(228,232,234,0.65);
}

.search-result:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;	
}

.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: 200px;
	position: relative;
    min-height: 180px;
    cursor: pointer;
    padding: 10px 30px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 13px 25px;
}

.cat-wide-inner,
.cat-icon-close {
    border: none;
    margin: 0 0 0 -30px;
}

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

.category-article.category-category span {
    font-size: 20px;
    font-family: 'T2 Rooftop', sans-serif;
    color: #282828;
    text-decoration: none;
}

.category-article a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    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: 120px;
    margin-top: 10px;
}

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

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

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

.cat-fullwide-subcats {
    position: absolute;
    top: 10px;
    left: 230px;
    width: 415px;
    text-align: left;
}

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

.cat-fullwide-subcats-right {
    margin-left: 2%;
}

.cat-wide-subcats-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cat-wide-close {
    position: absolute;
    right: 20px;
    top: 46%;
    cursor: pointer;
}

.cat-wide-subcat-item {
    position: relative;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #e4e8ea;
    border-radius: 3px;
    padding: 2px 12px 2px 5px;
    margin: 5px 0;
}

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

.cat-wide-subcat-item-title {
    word-break: break-word;
    max-width: 100%;
    text-align: center;
    max-height: 32px;
    overflow: hidden;
}

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

.cardpan-image {
    position: absolute;
    left: 11px;
}

.cardpan-image-mastercard {
    top: 35px;
    width: 22px;
    height: 14px;
}

.cardpan-image-mir {
    top: 37px;
    width: 33px;
    height: 10px;
}

.cardpan-image-visa {
    top: 37px;
    width: 33px;
    height: 11px;
}

.cardpanimaged {
    padding-left: 48px;
}

.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 {
    font-weight: 400;
	font-size: 12px;
    letter-spacing: -0.25px;
    color: #A9ACB1;
}

.field-client_account_id {
    display: none;
}

.desktop-submit-notify {
    margin: 0;
    font-weight: 400;
	font-size: 14px;
    letter-spacing: -0.25px;
    color: #000;
}

.submit-block-container {
    margin: 14px 0;
}

.submit-notify a {
	color: #00b1f2;
}

.payform .submit-container {
    width: 100%;
}

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

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

.payform {
    width: 100%;
    text-align: left;
}

.payform .form-elements,
.payform .article-helpinfo,
.error-container .error-wrapper-container,
.success .success-container,
.confirmform .confirmform-wrapper-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.errorbox-return-btn {
    margin-top: 18px;
}

.payform .article-helpinfo {
    background-color: #2C3545;
}

.static-commission-info {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #A9ACB1;
    padding-top: 12px;
}

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

.service-publicoffer-info-top,
.service-publicoffer-info-bottom,
.service-publicoffer-info-bankslist {
    color: #999;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: -0.25px;
    padding: 12px 0;
    line-height: 100%;
}

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

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

.article-helpinfo-container,
.article-commission-info-container,
.st-article-commission-info-container {
    font-weight: 400;
    font-size: 14px;
    color: #A9ACB1;
}

.article-helpinfo-container a,
.article-commission-info-container a,
.st-article-commission-info-container a,
.service-publicoffer-info-top a,
.service-publicoffer-info-bottom a,
.service-publicoffer-info-bankslist a {
    color: #A9ACB1;
    text-decoration: underline;
}

.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,
.st-article-commission-info-container b {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.25px;
    color: #000;
}

.article-helpinfo-container div.prim,
.article-commission-info-container div.prim,
.st-article-commission-info-container div.prim {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #000;
    padding: 0 0 6px 0;
}

.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: 8px 0;
    word-break: break-word;
}

.header-title,
.confirmform {
	max-width: 100%;
    text-align: left;
}

.header-title {
    margin-bottom: 25px;
}

.confirmform .confirm-field-val {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
}

.confirmform .cominfo-field .confirm-field-val {
    width: 48%;
    word-break: break-word;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.25px;
    color: #000;
}

.confirmform h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.25px;
    color: #000;
}

.confirmform h2.header-title,
.success-title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.25px;
    color: #000;
}

.success-title {
    margin-bottom: 12px;
}

.confirm-submit-block {
    font-size: 0;
    justify-content: flex-start;
    padding-top: 8px;
}

.backlink-btn,
.confirm-submit-block .submit-btn {
    min-height: 52px;
    padding: 0 14px;
}

.confirm-submit-block .confirm-submit {
    margin-right: 10px;
}

.backlink-btn,
.confirm-submit-block .submit-btn,
.confirm-submit-block .confirm-backlink {
    border-radius: 12px;
}

.backlink-btn {
    width: auto;
    margin-top: 15px;
}

.backlink-btn .backlink-button-text {
    padding: 15px 2px;
    font-family: 'T2 Halvar Breit', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

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

.success-field,
.payment-success-info {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.field-accounts {
    padding: 2px 0 !important;
}

.field-accounts .moneysource-title {
    margin-bottom: 8px;
}

.field-accounts .moneysource-title h3 {
    margin-top: 4px;
}

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

.payform-inner-block h2 {
    padding: 0;
    margin: 6px 0;
    color: #000;
    font-weight: 700;
    font-size: 25px;
}

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

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

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

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

.form-field-container-error {
    padding: 12px 0 0 0;
}

.account-proceed-checkbox {
    padding: 0 12px 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;
}

.total-block {
    background-color: #f2f2f2;
    border-radius: 32px;
    padding: 25px 24px;
}

.other-card-form {
    position: relative;
    border-radius: 32px;
    padding: 14px 26px;
    background: rgba(217, 217, 217, 0.62);
    margin: 2px 0 10px 0;
}

.other-card-form input {
    background-color: #fff;
    border: 1px solid rgba(217, 217, 217, 0.62);
}

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

.total-sum-info {
    justify-content: space-between;
}

.total-cominfo {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 30px;
    vertical-align: middle;
    color: #808080;
}

.total-suminfo {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
}

.paysystems-icons {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.paysystems-icon-container {
    width: 19%;
    margin: 2px 6px;
}

.paysystems-icon {
    max-width: 40px;
}

.mc-icon {
    position: relative;
    top: 3px;
}

.visa-icon {
    position: relative;
    top: 1px;
}

.contacts-block {
    margin: 12px 0;
    justify-content: center;
}

.contacts-block div {
    padding: 0 2px;
}

.contacts-block .phone,
.contacts-block .email {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #000;
    margin: 3px 5px 0 0;
}

.contacts-block a {
    color: #000;
}

.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 {
    padding: 12px 0;
}

.confirm-field-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #808080;
    margin-bottom: 5px;
}

.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 {
    color: #2b313b;
}

.confirm-fields p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #808080;
}

.confirm-additional-info {
    padding-top: 14px;
}

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

.success-page-subtitle {
    font-family: 'T2 Halvar Breit', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 20px 0 5px 0;
}

.checkbox {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    left: 0;
    border: 1px solid #FF4F12;
    border-radius: 2px;
}

.get-scrollbar-width {
    visibility: hidden;
    overflow: scroll;
    -ms-overflow-style: scrollbar;
}

.checkbox-icon {
    width: 17px;
    height: 12px;
    top: 4px;
    left: 2px;
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
}

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

.field-error-message {
	position: relative;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.25px;
    line-height: 10px;
    display: block;
    margin:  0;
    padding: 0;
    color: #e02d4a;
    z-index: 5;
    width: 100%;
}

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

.cvc-info-i {
    position: absolute;
    top: 24px;
    right: 12px;
}

.field-inner-icon {
    position: absolute;
    top: 24px;
    right: 36px;
}

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

.field-pan .panfield {
    padding-left: 48px;
}

.field-pan label {
    left: 48px;
}

.panfield-icon {
    position: absolute;
    top: 44px;
    left: 42px;
    width: 20px;
    height: 16px;
}

.cvvfield-icon,
.cvvfield-icon-close {
    position: absolute;
    top: 32px;
    right: 16px;
    width: 22px;
    height: 11px;
    cursor: pointer;
}

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

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

.smalltouch-catalog-subtitle,
.payform .field-commission {
	display: none;
}

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

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

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

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

.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: 49%;
}

.field-pan {
    padding-bottom: 0;
}

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

.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;
    border: 1px solid #e4e8ea;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    margin: 6px 0 !important;
}

.st-subcat-item-title {
    margin: 18px 20px;
    word-break: break-word;
}

.st-subcat-close {
    position: absolute;
    top: 44%;
    right: 7%;
    cursor: pointer;
}

.catalog-subtitle {
    margin: -18px 0 22px 0;
    width: 71.5%;
    font-weight: 400;
    font-size: 16px;
}

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

.help-buttons {
    padding: 0 0 50px 0;
    width: 100%;
}

.help-btn,
.cat-wide-subcat-item-btn {
    position: relative;
    background-color: #fdfdfe;
    border-radius: 8px;
    border: 1px solid #d7d9dc;
    margin-right: 12px;
    padding: 7px 15px;
    cursor: pointer;
    font-family: 'T2 Rooftop', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    outline: none;
    text-align: left;
    text-decoration: none;
    color: #5a5e62;
}

.cat-wide-subcat-item-btn {
    margin-right: 1px;
}

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

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

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

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

.public-offer-title-text,
.st-public-offer-title-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #808080;
    margin: 10px 0;
}

.public-offer-title-text a,
.st-public-offer-title-text a {
    color: #808080;
    text-decoration: underline;
}

/**
 * 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;
}

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

.ips-back-btn {
    display: none;
}

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

.qrcode-container {
    border-radius: 32px;
    background-color: #f2f2f2;
    padding: 26px 0 18px 0;
    text-align: center;
    margin-top: 18px;
}

.qrcode-container canvas {
    border-radius: 12px;
}

.sbpqr-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #000;
    margin: 10px 25%;
}

.sbpqr-title-st {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999;
    margin: 8px 0 12px 0;
}

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

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

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

.qrcode-bank {
    padding: 0;
    margin: 4px 0;
    background-color: #fff;
    width: 100%;
    min-height: 56px;
    border-bottom: 1px solid #ebebeb;
}

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

.qrcode-bank a {
    position: relative;
    display: block;
    min-height: 48px;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: -0.25px;
    color: #000;
}

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

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

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

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

.search-input-findbank-icon {
    position: absolute;
    top: 28px;
    left: 12px;
}

#qrcodefindbank {
    padding-left: 42px;
}

.qrcode-scan-findbank .input-label,
.qrcode-scan-findbank .input-label-active {
    margin-left: 31px;
}

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

    .content-container,
    .help-container {
        width: 100%;
        min-width: 320px;
        max-width: 351px;
    }

    .payform-content,
    .confirm-submit-block {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .payform-content-left,
    .payform-content-right,
    .confirm-submit,
    .confirm-backlink {
        width: 100%;
    }

    .iframe-shifted {
        padding-left: 0 !important;
    }

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

    .total-block {
        width: 100%;
        background-color: #fff;
        border-radius: 0;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .total-suminfo {
        margin-top: -14px;
        font-weight: 600;
    }

    .st-public-offer-title-text {
        margin: 20px 0 32px 0;
    }

    .submit-btn {
        min-height: 52px;
    }

    .confirm-backlink a,
    .submit-btn span {
        font-size: 16px;
    }

    .panfield-icon {
        top: 30px;
        left: 28px;
    }

    .st-service-info {
        font-weight: 400;
        font-size: 9px;
        line-height: 100%;
        letter-spacing: 0;
        color: #808080;
        margin: 20px 0 25px 0;
    }

    .submit-btn-sbp-icon {
        width: 21px;
        height: 26px;
        margin-left: 10px;
        top: 2px;
    }

    .confirm-backlink {
        margin-top: 12px;
    }

    .footer,
    .paysystems-icons,
    .account-proceed-btn-container,
    .submit-block-container .submit-notify,
    .success .backlink-container,
    .success-game-icon {
        display: none;
    }

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

    .confirm-additional-info {
        padding-top: 0;
        padding-bottom: 14px;
        text-align: center;
    }

    .content {
        box-shadow: none;
        -webkit-box-shadow: none;
        -mox-box-shadow: none;
    }

    .email-title {
        padding-top: 10px;
    }
    
    .other-card-form {
        border-radius: 16px;
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .confirmform h2.header-title,
    .error-wrapper-container h2,
    .header-title,
    .success-title {
        font-size: 24px !important;
    }

    .icon-error {
        width: 142px;
        height: 142px;
        margin: 20px 0 2px 0;
    }

    .icon-success {
        width: 132px;
        height: 122px;
        margin: 20px 0 2px 0;
    }

    .success-additional-info {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        color: #808080;
    }

    .paymentForm .submit-btn span {
        font-size: 16px;
        line-height: 20px;
    }

}
