@import '/static/wf.mail.ru/css/main/content/payment/iframe.css?11';
.layout.billing_overdraft .node {
  padding: 0px;
  background: none;
}
.loading,
.credit__wrapper {
  background-color: var(--pad-color)!important;
}

.shop__error {
    margin-top: 18px;
    color: #ff0000;
    line-height: 25px;
    margin: 0;
    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/profile/icon-attention.png) left 4px no-repeat;
    padding-left: 23px;
}

.credit__wrapper{
    padding: 0px 32px 24px;
    padding-top: 12px;
    background: var(--pad-color);
}

.credit__wrapper .credit-repay{
    margin-top: 20px;
}

.payment-ovl .ovl-close {
    display: none;
}

.credit__warning {
    color: var(--item-color);
    margin: 30px 0;
}
.credit__form {
    margin-top: 20px;
}
.credit__input {
    background: none;
    border: 1px solid #5e6468;
    color: currentColor;
    font: inherit;
    font-size: 15px;
    display: block;
    margin: auto;
    padding: 2px 15px;
    width: 375px;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: left;
}
.credit__input:focus {
    outline: none;
}
.credit__input--inline {
    display: inline-block;
    margin: 0 20px;
    height: 50px;
    max-width: 240px;
}
.credit__bt {
    background: var(--item-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font: 18px/50px Quantico, Arial, Helvetica, sans-serif;
    padding: 0 42px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.credit__bt:hover {
    background: #fff;
    color: #000;
}
.credit__ballance {
    color: #fff;
    font-size: 18px;
}
    .credit__ballance .icon-credit-full {
        vertical-align: middle;
    }

@media only screen and (max-width: 720px) {
    .credit__input--inline{
        max-width: 100%;
        margin: 15px 0;
        width: 100%;
    }

    .credit__input {
        width: 100%;
    }
    .credit__bt {
        padding: 0 10px;
        width: 100%;
        font-size: 17px;
    }
}


/* new menu */

.shop-tabs {
	background: var(--pad-color);
	padding: 0 32px;
	margin: 0 0 20px;
}
.shop-tab {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding: 1px 1px 0;
	line-height: 38px;
	color: #A9AEB3;
	cursor: pointer;
	margin-right: 20px;
}
.shop-tab:not(.active):hover {
	color: var(--item-color);
	text-decoration: none;
}
.shop-tab.active {
	border-color: var(--item-color);
	color: #fff;
	cursor: default;
}
.shop-tab.new:after {
	content: '';
	position: absolute;
	left:100%;
	top:10px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--item-color);
}

.credits-hint {
	color: #A9AEB3;
	padding: 20px 32px;
}
.credits-hint__text {
	display: inline-block;
	vertical-align: middle;
}

.tooltip-wrap {
	position: relative;
	cursor: default;
}
.tooltip {
	display: none;
	position: absolute;
	top:50%;
	left:100%;
	transform: translateY(-50%);
	padding: 20px;
	font: 14px/18px Plumb, Arial, Helvetica, sans-serif;
	color: #A9AEB3;
	background: var(--pad-color);
	max-width: 270px;
	border:1px solid #43484d;
	z-index: 10;
	width: 50vw;
	margin-left: 13px;
}
.tooltip:before,
.tooltip:after {
	content: '';
	position: absolute;
	right:100%;
	top:50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 11px;
	border-color: transparent #43484d transparent transparent ;
	pointer-events: none;
}
.tooltip:after {
	border-color: transparent var(--pad-color) transparent transparent ;
	margin-right: -1px;
}
.tooltip-wrap:hover .tooltip {
	display: block;
}
.tooltip__title {
	text-transform: uppercase;
	color:#fff;
	margin: 0 0 5px;
}

.credits-hint .tooltip-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.credits-item .tooltip {
	text-align: left;
}

.info-icon {
	width: 21px;
	height: 21px;
	background: url(/static/wf.mail.ru/img/main/content/shop/info.png) no-repeat  0 0;
}
.credits-hint .tooltip {
	max-width: 450px;
}

@media only screen and (max-width: 800px) {

	.credits-hint__text,
	.credits-hint .info-icon {
		display: none;
	}
	.credits-hint .tooltip-wrap {
		margin: 0;
	}
	.credits-hint .tooltip {
		position: static;
		display: block;
		max-width: 100%;
		background: none;
		border:0;
		padding: 0;
		transform: none;
		width: 100%;
		margin: 0;
	}
	.credits-hint .tooltip:before,
	.credits-hint .tooltip:after {
		display: none;
	}
}

.error-wrap {
  min-height: 400px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
	padding: 0 50px;
	background-color: var(--pad-color);
}
