/**
 * 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: 'VTBGroupUI', sans-serif;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid rgb(138, 150, 168);
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(43, 49, 59);
    box-sizing: border-box;
    padding: 29px 56px 9px 15px;
    pointer-events: auto;
    opacity: 1;
    background-color: rgb(255, 255, 255);
}

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

input:not([type="submit"]):not(:read-only):focus,
input:not([type="submit"]):not(:read-only):hover,
select:focus,
select:hover {
    border: 1px solid rgb(9, 73, 170);
    outline: none;
}

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

.input-label {
    font-family: 'VTBGroupUI', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    position: absolute;
    max-width: calc((100% - 16px) - 56px);
    top: calc(50% + 1px);
    transform: translateY(-50%);
    left: 16px;
    pointer-events: none;
    transition: transform 240ms ease 0s, max-width 240ms ease 0s;
    transform-origin: left top;
    color: rgb(98, 111, 132);
}

.input-label-active {
    font-family: 'VTBGroupUI', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    position: absolute;
    top: calc(50% + 1px);
    left: 16px;
    pointer-events: none;
    transition: transform 240ms ease 0s, max-width 240ms ease 0s;
    transform: translateY(-110%) scale(0.875);
    transform-origin: left top;
    max-width: calc(((100% - 16px) - 56px) / 0.875);
    color: rgb(9, 73, 170);
}

.input-label-filled-active {
    color: rgb(98, 111, 132);
}

.submit-btn {
    font-family: 'VTBGroupUI', sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgb(13, 105, 242);
    color: rgb(255, 255, 255);
    padding: 20px 32px;
    border: none;
    user-select: none;
    outline-offset: 2px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
}

.submit-btn:hover {
	background-color: rgb(10, 84, 194);
}

.submit-btn:disabled,
.submit-btn[disabled] {
	background-color: rgb(196, 202, 212);
    color: rgb(255, 255, 255);
}

.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: 'VTBGroupUI', sans-serif;
    font-size: 30px;
    font-weight: 900;
}

h2 {
    font-family: 'VTBGroupUI', sans-serif;
    font-size: 22px;
    font-weight: 550;
    padding: 12px 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: rgb(43, 49, 59);
    font-family: 'VTBGroupUI', sans-serif;
    font-size: 16px;
	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: 30px;
}

a {
    color: #3a83f1;
    text-decoration: none;
    background-color: transparent;
}

.dt-only {
    display: block;
}

.st-only {
    display: none;
}

@media (max-width: 768px) {

    .dt-only {
        display: none;
    }

    .st-only {
        display: block;
    }

}

/**
 * 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: black;
	opacity: 0.7;
	z-index: 105;
	box-sizing:border-box;
}

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

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

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

/**
 * 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 {
    border-top: 1px solid #e4e8ea;
}

.footer a {
    text-decoration: underline;
}

.footer-phone a,
.footer-email a {
    position: relative;
    top: -5px;
    margin: 0 30px 0 10px;
    font-size: 16px;
}

.footer-email a {
    margin: 0 0 0 10px;
}

.footer-container {
    margin: 27px 0;
    font-size: 15px;
}

.footer-title {
    width: 60%;
    font-size: 16px;
    font-weight: 300;
}

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

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

.content {
    padding-bottom: 100px;
}

.help {
    padding: 40px 0 20px 0;
}

.content-container,
.help-container,
.footer-mm-info {
    box-sizing: border-box;
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    padding: 0 64px;
}

@media only screen and (min-width: 1200px) {
    .content-container,
    .help-container,
    .footer-mm-info {
        min-width: 100%;
        max-width: 100%;
        padding: 0px 128px;
    }
}

@media only screen and (min-width: 1400px) {
    .content-container,
    .help-container,
    .footer-mm-info {
        min-width: 1176px;
        max-width: 1176px;
        padding: 0px 16px;
    }
}

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

.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: 'VTBGroupUI', 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: 30px 0 25px 0;
}

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

.confirm-backlink-container a,
.confirmform .backlink-container a {
    font-size: 16px;
}

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

.search-form-container {
    margin: 5px 0 22px;
	width: 70.5%;
}

#search-input {
	width: 100%;
}

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

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

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

.search-results {
	position: absolute;
    top: 57px;
    width: 70.5%;
	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: 22%;
	margin: 1% 2% 1% 0;
	position: relative;
    border: 1px solid #e4e8ea;
    border-radius: 3px;
    min-height: 128px;
	text-align: center;
    -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);
}

.cat-wide-inner,
.cat-icon-close {
    background-color: #fff;
    box-shadow: none;
    margin: 2.5%;
}

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

.category-article.category-category span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    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 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	max-width: 120px;
    max-height: 70px;
}

.category-article-title {
	text-align: center;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
}

.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: 6%;
    left: 30%;
    width: 65%;
    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 {
    margin-top: 12px;
    word-break: break-word;
    max-width: 68%;
    text-align: right;
    max-height: 32px;
    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 {
	font-size: 14px;
    color: #2b313b;
}

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

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

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

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

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

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

.payform .form-elements {
    width: 54%;
    color: #575757;
}

.payform .article-helpinfo {
    width: 40%;
    margin-left: 6%;
}

.acc-conf {
    color: #222222;
    max-width: 84%;
}

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

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

.article-helpinfo-container {
    font-size: 16px;
    border: 1px solid rgb(138, 150, 168);
    border-radius: 4px;
    padding: 15px 35px;
    background-color: rgb(255, 255, 255);
    margin-top: -60px;
    color: #141414;
}

.article-helpinfo-container b {
    font-weight: 500;
    font-size: 20px;
}

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

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

.account-notify {
    margin-bottom: 6px;
}

.header-title,
.confirmform {
	max-width: 54%;
    text-align: left;
    color: #2b313b;
}

.confirmform .confirm-field-val {
    width: 48%;
    word-break: break-word;
}

.confirmform h2 {
    font-size: 24px;
    color: #29313d;
}

.success {
	max-width: 80%;
    text-align: left;
}

.success-title {
    font-size: 32px;
    color: #2b313b;
}

.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: 12px 0;
    color: #000;
    font-size: 20px;
}

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

.input-error,
.input-error:focus {
	border: 1px solid rgb(218, 11, 32);
}

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

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

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

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

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

.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: #6b7683;
    padding: 10px 0;
	font-size: 16px;
}

.success-field {
    color: #2b313b;
}

.confirm-field-name {
	width: 50%;
    text-align: left;
}

.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 {
    padding-bottom: 25px;
}

.confirm-fields p {
    font-size: 16px;
    color: #2d3345;
}

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

.field-error-message {
	position: absolute;
    min-height: 20px;
    margin-top: 4px;
    color: rgb(218, 11, 32);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
}

.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: 36px;
    right: 14px;
    color: rgb(138, 150, 168);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid rgb(138, 150, 168);
    border-radius: 15px;
    width: 17px;
    height: 17px;
    text-align: center;
}

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

.login-info-i {
    position: absolute;
    cursor: pointer;
    border: 2px solid rgb(138, 150, 168);
    border-radius: 15px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2196f3;
    border: 2px solid #2196f3;
}

.cvc-info-help {
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    padding: 14px 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 6px 2px rgb(224 221 224);
    -moz-box-shadow: 1px 2px 6px 2px rgba(224,221,224,1);
    box-shadow: 1px 2px 6px 2px rgb(224 221 224);
    top: 65px;
    left: 87%;
    width: 90%;
}

.login-info-help {
    position: absolute;
    z-index: 2;
    width: 200px;
    border-radius: 7px;
    padding: 14px 20px;
    -webkit-box-shadow: 1px 2px 6px 2px rgb(224 221 224);
    -moz-box-shadow: 1px 2px 6px 2px rgba(224,221,224,1);
    box-shadow: 1px 2px 6px 2px rgb(224 221 224);
    top: 30px;
    background-color: #22252b;
    color: #fff;
}

.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;
    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;
    line-height: 22px;
}

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

.faq-title {
    font-weight: 400;
    font-size: 32px;
    color: #94a7d2;
}

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

.help-btn {
    position: relative;
    background-color: #fff;
    font-size: 14px;
    border-radius: 10px;
    border: 2px solid #e4e8ea;
    padding: 10px 25px;
    cursor: pointer;
}

.help-btn-tariffs-active {
    color: #233285;
    border: 4px solid #233285;
    margin: -2px -8px 0 0;
    z-index: 2;
}

.help-btn-faq-active {
    color: #233285;
    border: 4px solid #233285;
    margin: -2px 0 0 -8px;
    z-index: 2;
}

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

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

.category-wide-active {
    width: 71%;
    background-color: #f2f2f2;
    box-shadow: none;
    cursor: default !important;
    margin-right: 2.3%;
}

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

.usa-account-notify,
.st-usa-account-notify {
    margin-bottom: 5px;
    color: #575757;
}

.st-category-active {
    background-color: #f8f8f8;
    box-shadow: none;
    cursor: default !important;
    z-index: 10;
}

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

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

.public-offer-title-text {
    width: 86%;
    color: #222222;
}

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

.finalsum {
    margin-top: 5px;
}

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

.finalsum-exnom-active {
    color: rgb(43, 49, 59);
    -webkit-text-fill-color: rgb(43, 49, 59);
}

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

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

}

@media (max-width: 1086px) {

    .footer-title {
        width: 50%;
    }

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

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

}

@media (max-width: 1032px) {

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

}

@media (max-width: 1000px) {

	.faq-questions .faq-q {
		font-size: 16px;
        font-weight: 200;
	}

}

@media (max-width: 940px) {

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

}

@media (max-width: 850px) {

    .cat-fullwide-subcats {
        left: 33%;
        width: 60%;
    }
    
    .cat-wide-subcat-item img {
        width: 68px;
    }
    
    .cat-wide-subcat-item-title {
        max-width: 50%;
        font-size: 12px;
        line-height: 12px;
    }

    .footer-title {
        width: 45%;
    }

}

@media (max-width: 768px) {

    .faq-questions,
    .tariffs-text-container,
    .help-buttons {
        width: 100% !important;
    }

    .help-btn {
        padding: 10px 22px;
    }
    
    .header-logo {
        margin: 24px 0;
    }
    
    .footer-title {
        width: 100%;
        font-weight: 400;
    }

    .footer-phone,
    .footer-email {
        width: 50%;
        padding: 16px 0 6px 0;
    }

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

    a {
        color: #0d69f2;
    }

    .header-title {
        font-size: 16px;
        color: #000;
    }

    .footer-mm-info {
        display: none;
    }
    
    .footer-phone a,
    .footer-email a {
        color: #0d69f2;
    }

    .content-container,
    .help-container,
    .footer-mm-info {
        width: 100%;
        min-width: 320px;
        max-width: 100%;
        padding: 0px 16px;
    }

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

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

    .category-article-title {
        text-align: left;
        position: absolute;
        top: 36%;
        left: 0;
        right: 0;
        margin-left: 160px;
        color: #000;
        font-size: 14px;
    }
    
    .category-article.category-category span {
        font-size: 14px;
    }

    .search-results {
        width: 100%;
    }

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

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

    h2 {
        font-size: 20px;
    }

    .catalog-title {
        font-weight: 500;
        color: #2b313b;
        margin: -50px 0 0 0;
        padding: 0;
    }

    .catalog-subtitle {
        font-size: 14px;
        color: #282828;
        width: 100%;
        margin: 20px 0;
    }
    
    .st-subcat-item-title {
        font-size: 14px;
        color: #000;
    }

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

    .st-account-proceed-note {
        font-size: 14px;
        font-weight: 200;
        padding-bottom: 20px;
        color: #4c4c4c;
    }

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

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

    .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: 28px;
    }
    
    .email-title {
        padding-top: 10px;
    }
    
    .other-card-form {
        padding-bottom: 2px;
    }

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

    .cvc-info-help {
        top: 90%;
        left: 0;
        width: auto;
    }

    .login-notify {
        top: -36px;
    }

    .login-info-help {
        right: -20px;
    }

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

    .st-cominfo {
        margin-bottom: 6px;
    }

    .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;
	}
    
    .faq-questions .faq-q .q {
        width: 65%;
        padding: 4px 0 4px 20px;
    }
    
    .repeat-button-container .submit-btn-white {
        margin: 10px 0 0 0;
    }

    .success {
        text-align: center;
    }

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

    .st-success-container {
        background-color: #f5f5f5;
        border-radius: 10px;
        margin-top: 60px;
        padding-bottom: 20px;
    }
    
    .st-success-container .success-field-name {
        float: none;
        color: #626F84;
        padding: 0 20px;
    }
    
    .faq-title {
        font-size: 32px !important;
    }

    .smalltouch-article-helptitle {
        display: block;
        cursor: pointer;
        color: #3a83f1;
        font-size: 16px;
        font-weight: 400;
        padding: 2px 0 10px 0;
        text-decoration: underline;
    }

    .payform .form-elements,
    .payform .article-helpinfo {
        width: 100%;
        margin: 0;
    }

    .payform .article-helpinfo {
        display: none;
    }
    
    .article-helpinfo-container {
        font-size: inherit;
        border: none;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
    }

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

    .b-popup {
        width: 80%;
        left: 10%;
        padding: 7%;
    }
    
    .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: 18px;
        font-weight: 200;
    }

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

    .account-notify,
    .account-title-for-code,
    .st-usa-account-notify {
        font-weight: 400;
        font-size: 16px;
        color: #222222;
    }

    .public-offer-title-text,
    .st-submit-notify,
    .account-warning-msgs,
    .acc-conf {
        font-weight: 400;
    }

    .account-warning-msgs {
        font-size: 14px;
        color: #222222;
    }
    
    .payform-inner-block h2 {
        font-size: 16px;
    }
    
    .cardform-hint {
        color: #4c4c4c;
    }

    .public-offer-title-text {
        font-size: 16px;
        color: #2b313b;
    }

    .submit-notify {
        color: #4c4c4c;
    }

    .confirmform h2 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

    .confirmform .backlink-container a {
        font-size: 12px;
    }

    .success-title {
        font-size: 24px;
        color: #2b313b;
    }

    .finalsum {
        margin-top: 16px;
    }

}

@media (max-width: 541px) {

    .field-error-message {
        font-size: 12px;
        margin-top: 1px;
    }

}

@media (max-width: 390px) {

    .footer-phone,
    .footer-email {
        width: 100%;
    }
    
    .footer-email {
        padding-top: 4px;
    }

}
