.hidden {
    display: none;
}

/* Индикатор загрузки */
.loading-indicator {
    position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
    position: absolute;
    z-index: 1000;
}

.loading-indicator .loading-layer {
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    right: 0;
    top: 0;
}

.loading-indicator .loading-icon {
    height: 50px;
    margin: -25px 0 0 -40px;
    left: 50%;
    top: 50%;
    width: 80px;
}

input.js-print{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: inherit;
	color: #9D2235;
	cursor:pointer;
	outline: none;
}
.btn-primary {
	border-color: #9D2235;
	font-size: 20px;
}
.safe_p{
	padding-left:0px;
	padding-right:0px;
}
.select-place a{
	cursor:pointer;
}
.header-mobile__item.active .header-mobile__sublink {
	font-weight: 500;
	color: #9D2235;
}

li.exchange-rates__layer-item:hover a {
	color: #BA0C2F;
	text-decoration: underline;
}

.modal-content {
	margin: auto;
}
ol:not([class]) > li::before {
	content: counter(list, decimal) ".";
	counter-increment: list;
	margin-right: 10px;
}
ol:not([class]) > li > ol:not([class]) > li::before {
	content: counter(list, decimal) "." counter(list2, decimal);
	counter-increment: list2;
	margin-left: 20px;
}

ol:not([class]) {
	counter-reset: list 0;
}
ol:not([class]) > li > ol:not([class]) {
	counter-reset: list2 0;
}

.js-detail-banks-servieces p img {
	max-width: 100%;
	height: auto;
}
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	opacity: 0;
	display:block;
}
:not(output):-moz-ui-invalid{
	box-shadow: none;
}
.info-red{
	color:red;
	display: none;
}
.red-border-solid-2{
	border: 2px solid #9D2235;
}


.main-slider__text {
	position: relative;
	z-index: 1;
}

.main-slider__text > h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
}

.main-slider__pic {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
}

@media (min-width: 768px) {
	.main-slider__pic {
		max-width: none;
	}
}

.credit-banner__img-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.credit-banner__img-wrap {
		max-width: none;
	}
}

.banner-desc {
	font-size: 20px;
	color: #777;
}

.banner-button_full-sm {
	width: 100%;
}

@media (min-width: 768px) {
	.banner-button_full-sm {
		width: 270px;
	}
}

@media (min-width: 991px) {
	.banner-desc {
		font-size: 25px;
	}
}

.deposit-banner__btn_sm-lg {
	width: 100%;
}

@media (min-width: 991px) {
	.deposit-banner__btn_sm-lg {
		width: 360px;
	}
}

.deposit-banner__insured {
	right: 25px;
	bottom: 5px;
}

@media (max-width: 767px) {
	.h-sm-100 {
		height: 100%!important;
	}

	.main-slider__text h3 {
		font-size: 20px;
		line-height: 24px;
	}
}


.digit__value.digit__value_sum {
	border-bottom: 1px dotted;
	padding: 0;
	text-align: center;
}

.digit__value.digit__value_period {
	border-bottom: 1px dotted;
	padding: 0;
}

.digit__value.digit__value_sum:focus,
.digit__value.digit__value_period:focus {
	border-bottom: 1px transparent;
}