@import url("rubl.css")/*tpa=http://csssr.github.io/temple/dist/assets/styles/rubl.css*/;* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font: inherit;
	will-change: all;
}

*:before,
*:after {
	box-sizing: border-box;
	will-change: all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-size: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}

a {
	background: transparent;
}

*:focus,
*:active,
*:hover {
	outline: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

ol,
ul {
	list-style: none;
}

pre {
	white-space: pre-wrap;
	-moz-tab-size: 4;
	     tab-size: 4;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}

input,
textarea {
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	        user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::placeholder {
	color: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body,
html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #343434;
	background-color: #e1e1e1;
}

.b-page,
.page-wrapper {
	margin: 0 auto;
	padding-bottom: 45px;
	width: 100%;
	max-width: 1400px;
	min-height: 95%;
	background-color: #f9f9f9;
	box-shadow: 0 5px 15px rgba(0,1,3,.12);
}

.h-wrap {
	margin: 0 auto;
	width: 94.73684210526316%;
}

.h-wrap:after {
	display: table;
	clear: both;
	content: '';
}

strong {
	font-weight: 700;
}

h1 {
	position: relative;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 600;
	color: #343434;
}

h2 {
	margin-bottom: 21px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #343434;
}

.clr:after {
	display: table;
	clear: both;
	content: '';
}

.wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.wrapper.main-auth {
	display: block;
}

.wrapper--two-column {
	display: block;
}

.wrapper--two-column:after {
	display: table;
	clear: both;
	content: '';
}

.wrapper--two-column > *:nth-child(1) {
	float: left;
}

.wrapper--two-column > *:nth-child(2) {
	float: right;
}

.main-section--list {
	position: relative;
	padding: 25px 10px;
	width: 480px;
	background-color: #fff;
}

.main-section--list:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background: url('confirm-list-pattern.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/confirm-list-pattern.png*/ repeat-x;
}

.main-section--list:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background: url('confirm-list-pattern-bottom.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/confirm-list-pattern-bottom.png*/ repeat-x;
}

.sub-section {
	margin-left: 14.28571428571429%;
	min-width: 300px;
	max-width: 360px;
}

.page-subtitle {
	font-size: 14px;
	color: #000;
}

.section-title {
	margin-bottom: 18px;
	padding-top: 25px;
	font-size: 18px;
	font-weight: 600;
	color: #343434;
}

.save-template {
	position: relative;
	margin-top: 14px;
	margin-left: 10px;
	padding-left: 24px;
	display: inline-block;
	text-decoration: none;
}

.save-template span {
	border-bottom: 1px dotted;
}

.save-template:hover span,
.save-template:focus span,
.save-template:active span {
	border-bottom: none;
}

.save-template:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -189px -178px;
}

fieldset {
	border: none;
}

.icon {
	display: inline-block;
}

.icon-pc {
	margin-right: 6px;
	width: 14px;
	height: 16px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -167px -178px;
}

.icon-connect {
	margin-right: 6px;
	width: 16px;
	height: 17px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -238px -202px;
}

.margin-20 {
	margin-top: 20px;
}

.margin-right {
	margin-right: 20px;
}

.ui-sample-block {
	margin-left: 20px;
	width: 500px;
}

.right {
	float: right;
}

.popup-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.popup {
	position: fixed;
	z-index: 2;
	top: 0;
	top: 50%;
	left: 0;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.slider--blue .ui-slider,
.slider--white .ui-slider {
	position: relative;
	display: inline-block;
	width: 100%;
}

.slider--blue .ui-slider .ui-slider-handle,
.slider--white .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: -webkit-linear-gradient(#f8fcfd, #eee, #d7d9d9);
	background:         linear-gradient(#f8fcfd, #eee, #d7d9d9);
	border-radius: 50%;
	box-shadow: 0 2px 3px 0 rgba(50,50,50,.24);
}

.slider--blue .ui-slider .ui-slider-range,
.slider--white .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	font-size: .7em;
	border: 0;
}

.slider--blue .ui-slider-horizontal,
.slider--white .ui-slider-horizontal {
	height: 4px; /* задаем высоту согласно дизайна */
}

.slider--blue .ui-slider-horizontal .ui-slider-handle,
.slider--white .ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -10px;
}

.slider--blue .ui-slider-horizontal .ui-slider-range,
.slider--white .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.slider--blue .ui-slider-horizontal .ui-slider-range-min,
.slider--white .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.slider--blue .ui-slider-horizontal .ui-slider-range-max,
.slider--white .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.slider--blue .ui-widget-content,
.slider--white .ui-widget-content {
	background: #a4def0;
}

.slider--blue .ui-widget-header,
.slider--white .ui-widget-header {
	background: #fff;
}

.slider--blue .ui-corner-all,
.slider--white .ui-corner-all {
	border-radius: 4px;
}

.slider--white .ui-slider .ui-slider-handle {
	background: -webkit-linear-gradient(#f8fcfd, #eee, #d7d9d9);
	background:         linear-gradient(#f8fcfd, #eee, #d7d9d9);
}

.slider--white .ui-widget-header {
	background: #fff;
}

.slider--blue .ui-slider .ui-slider-handle {
	background: -webkit-linear-gradient(bottom, #e97c21, #f3bb52);
	background:         linear-gradient(to top, #e97c21, #f3bb52);
}

.slider--blue .ui-widget-header {
	background: #62c9df;
}

.b-form__input.b-fselect {
	padding: 0;
}

.b-fselect {
	position: relative;
}

.b-fselect__main {
	position: relative;
	padding-right: 30px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 32px;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: inset 3px 3px 4px #eee;
}

.b-fselect__main:after {
	display: table;
	clear: both;
	content: '';
}

.b-fselect__main:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -2px;
	display: inline-block;
	width: 7px;
	height: 4px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -422px -155px;
}

.b-fselect__main .open {
	border: 1px solid #ff8e4a;
}

.b-fselect__right {
	visibility: hidden;
	float: right;
}

.b-fselect__dropdown {
	position: absolute;
	z-index: 3;
	top: 34px;
	left: 0;
	padding: 5px 0 15px 0;
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}

.b-fselect__dropdown > li {
	padding: 3px 32px 3px 10px;
	font-size: 18px;
	cursor: pointer;
}

.b-fselect__dropdown > li:after {
	display: table;
	clear: both;
	content: '';
}

.b-fselect__dropdown > li > span {
	float: left;
}

.b-fselect__dropdown > li:hover {
	background-image: -webkit-linear-gradient(bottom, #e0995e, #f5cf87);
	background-image:         linear-gradient(to top, #e0995e, #f5cf87);
}

.b-fselect__dropdown > li:hover > .gray {
	color: #fff;
}

.open .b-fselect__main {
	border: 1px solid #ff8e4a;
}

.text-field {
	padding: 3px 10px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: inset 3px 3px 4px #eee;
}

.text-field:active,
.text-field:focus {
	border: 1px solid #ff8e4a;
}

.text-field-label {
	padding: 0 10px;
	display: block;
	font-size: 12px;
	line-height: 1.8;
}

.text-field-label--error {
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.8;
	color: #d83d3d;
}

.text-field.success {
	border: 1px solid #94d592;
}

.text-field.error {
	border: 1px solid #e06a6a;
}

.text-field.error + .text-field-label {
	display: none;
}

.text-field-wrap {
	position: relative;
	display: inline-block;
}

a {
	text-decoration: underline;
	color: #ff6000;

	line: 1.8;
}

a:hover {
	color: #a53f01;
}

a.line {
	text-decoration: none;
	color: #ff6000;
	background: -webkit-linear-gradient(left, rgba(255,96,0,.3), rgba(255,96,0,.3) 100%);
	background:         linear-gradient(left, rgba(255,96,0,.3), rgba(255,96,0,.3) 100%);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: 10px 1px;
}

a.line:hover {
	background-image: none;
}

a.red {
	color: #f03030;
}

a.enter {
	margin-left: 31px;
	text-decoration: none;
}

a.enter span {
	background: -webkit-linear-gradient(left, rgba(240,48,48,.3), rgba(240,48,48,.3) 100%);
	background:         linear-gradient(left, rgba(240,48,48,.3), rgba(240,48,48,.3) 100%);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: 10px 1px;
}

a.enter:hover span {
	background-image: none;
}

a.enter:before {
	margin-right: 4px;
	display: inline-block;
	width: 8px;
	height: 9px;
	content: '';
	vertical-align: middle;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -214px -232px;
}

a.gray {
	text-decoration: none;
	color: #767676;
}

a.pseudo {
	position: relative;
	text-decoration: none;
}

a.pseudo:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-bottom: 1px dotted #ff8e4a;
}

a.pseudo:hover:after {
	border-bottom: 1px dotted #a53f01;
}

.btn,
.btn-action {
	padding: 0 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	        flex-direction: row;
	width: auto;
	height: 40px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #4185d9, #6da8ea);
	background-image:         linear-gradient(to top, #4185d9, #6da8ea);
	border: 1px solid #2f70c0;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.6);
	text-shadow: 0 1px 1px rgba(0,0,0,.5);

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.btn:hover,
.btn-action:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #62a1ed, #9cc7f7);
	background-image:         linear-gradient(to top, #62a1ed, #9cc7f7);
}

.btn:active,
.btn-action:active {
	color: #fff;
	background-image: -webkit-linear-gradient(#4185d9, #6da8ea);
	background-image:         linear-gradient(#4185d9, #6da8ea);
	box-shadow: inset 0 1px 6px 0 rgba(43,95,154,.8);
}

.btn-text,
.btn-action-text {
	display: inline-block;
}

.btn:disabled,
.btn-action:disabled {
	color: #8f8f8f;
	background-image: -webkit-linear-gradient(bottom, #d3d3d3, #e1e1e1);
	background-image:         linear-gradient(to top, #d3d3d3, #e1e1e1);
	border: 1px solid #b7b7b7;
	text-shadow: none;
}

.btn:disabled:hover,
.btn-action:disabled:hover,
.btn:disabled:focus,
.btn-action:disabled:focus,
.btn:disabled:active,
.btn-action:disabled:active {
	color: #8f8f8f;
	background-image: -webkit-linear-gradient(bottom, #d3d3d3, #e1e1e1);
	background-image:         linear-gradient(to top, #d3d3d3, #e1e1e1);
	box-shadow: none;
}

.btn {
	background-image: -webkit-linear-gradient(bottom, #e0995e, #f5cf87);
	background-image:         linear-gradient(to top, #e0995e, #f5cf87);
	border: 1px solid #ff8e4a;
}

.btn:hover {
	background-image: -webkit-linear-gradient(bottom, #ebb07d, #f8d89d);
	background-image:         linear-gradient(to top, #ebb07d, #f8d89d);
}

.btn:active {
	color: #fff;
	background-image: -webkit-linear-gradient(#e0995e, #f5cf87);
	background-image:         linear-gradient(#e0995e, #f5cf87);
	box-shadow: inset 0 1px 5px 0 rgba(183,132,47,.8);
}

.icon-login {
	position: relative;
	padding-left: 25px;
}

.icon-login:after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 16px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -167px -178px;
}

.btn-toggle-label {
	margin-left: 9px;
	display: inline-block;
	font-size: 18px;
	line-height: 1.7;
	cursor: pointer;
	vertical-align: top;
}

.btn-toggle span {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
	cursor: pointer;
	background-color: #e2e2e2;
	border: #b9b9b7 solid 1px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transition: .5s;
	        transition: .5s;
}

.btn-toggle span:before {
	position: absolute;
	top: 4px;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.4);
	-webkit-transition: .4s;
	        transition: .4s;
}

.btn-toggle input:checked ~ span {
	background-color: #e19c61;
	background-image: -webkit-linear-gradient(bottom, #e19b60 0%, #f4cd85 100%);
	background-image:         linear-gradient(to top, #e19b60 0%, #f4cd85 100%);
	border-color: #ff8e4a;
}

.btn-toggle input:checked ~ span:before {
	left: 24px !important;
}

.btn-white {
	padding: 8px;
	display: inline-block;
	font-size: 14;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
}

.btn-white:hover,
.btn-white:active {
	color: #ff6000;
	background-color: #fff;
}

.btn-white:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.buttonset,
.buttonset--blue {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	border: 1px solid #ff8e4a;
	border-radius: 3px;
}

.buttonset-item,
.buttonset--blue-item {
	margin: 0;
	padding: 8px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color: #ff6000;
	-webkit-transition: box-shadow, background-color .2s;
	        transition: box-shadow, background-color .2s;
}

.buttonset-item li,
.buttonset--blue-item li {
	border: 1px dotted #000;
}

.buttonset-item:hover,
.buttonset--blue-item:hover {
	background: -webkit-linear-gradient(#fbefd8, #f5dfcc);
	background:         linear-gradient(#fbefd8, #f5dfcc);
}

.buttonset-item:first-of-type,
.buttonset--blue-item:first-of-type {
	border-radius: 3px 0 0 3px;
}

.buttonset-item:last-of-type,
.buttonset--blue-item:last-of-type {
	border-radius: 0 3px 3px 0;
}

.buttonset-item:nth-of-type(n+2),
.buttonset--blue-item:nth-of-type(n+2) {
	border-left: 1px solid #ff8e4a;
}

.buttonset-item.active,
.buttonset--blue-item.active {
	color: #fff;
	background-color: #ff8e4a;
	box-shadow: inset 0 11px 30px -4px rgba(50,50,50,.2);
}

.buttonset-item.active:hover,
.buttonset--blue-item.active:hover {
	background: #ff8e4a;
}

.buttonset--blue {
	border: 1px solid #fff;
}

.buttonset--blue-item {
	color: #fff;
}

.buttonset--blue-item:hover {
	background: #32c4d0;
}

.buttonset--blue-item:nth-of-type(n+2) {
	border-left: 1px solid #fff;
}

.buttonset--blue-item.active {
	color: #fff;
	background-color: #32c4d0;
	box-shadow: inset 0 -1px 15px 0 rgba(15,112,144,.75);
}

.buttonset--blue-item.active:hover {
	background: #32c4d0;
}

.buttontab {
	position: relative;
	padding: 8px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	color: #ff6000;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: border .2s, background-color .2s;
	        transition: border .2s, background-color .2s;
}

.buttontab-text {
	position: relative;
}

.buttontab-text:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-bottom: 1px dotted #ff8e4a;
}

.buttontab.active .buttontab-text:after,
.buttontab:hover .buttontab-text:after {
	border-bottom: 1px dotted transparent;
}

.buttontab:hover {
	color: #ff6000;
	border: 1px solid #ff8e4a;
}

.buttontab.active {
	color: #fff;
	background-color: #ff8e4a;
}

.buttontab--row {
	margin-right: 7px;
}

.hidden-input {
	position: absolute;
	left: -9999px;
}

.default-checkbox-input:checked + .default-checkbox:before,
.default-radio-input:checked + .default-radio:before {
	border: 1px solid #b7b7b7;
}

.default-checkbox-input:checked + .default-checkbox:after,
.default-radio-input:checked + .default-radio:after {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.default-checkbox-input:disabled + .default-checkbox,
.default-radio-input:disabled + .default-radio {
	cursor: default;
}

.default-checkbox-input:disabled + .default-checkbox:before,
.default-radio-input:disabled + .default-radio:before {
	border: 1px solid #b7b7b7;
}

.default-radio,
.default-checkbox {
	position: relative;
	padding-left: 26px;
	display: inline-block;
}

.default-radio:before,
.default-checkbox:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 22px;
	height: 22px;
	content: '';
	background-color: #fff;
	border: 1px solid #ff8e4a;
}

.default-radio:after,
.default-checkbox:after {
	position: absolute;
	top: 11px;
	left: 11px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	        transition: opacity .4s, transform .4s;
}

.default-radio:hover,
.default-checkbox:hover,
.default-radio:focus,
.default-checkbox:focus,
.default-radio:active,
.default-checkbox:active {
	cursor: pointer;
}

.default-radio-label,
.default-checkbox-label {
	position: relative;
	display: inline-block;
	line-height: 1.5;
}

.default-checkbox:before {
	border-radius: 3px;
}

.default-checkbox:after {
	width: 16px;
	height: 17px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -214px -202px;
	-webkit-transform: translate(-50%, -50%) scale(2);
	        transform: translate(-50%, -50%) scale(2);
}

.default-radio:before {
	border-radius: 50%;
}

.default-radio:after {
	width: 10px;
	height: 10px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -196px -232px;
	-webkit-transform: translate(-50%, -50%) scale(.3);
	        transform: translate(-50%, -50%) scale(.3);
}

.sample-block-vert {
	margin: 20px;
	display: inline-block;
	width: 150px;
	height: 300px;
}

.sample-block-hor {
	margin: 20px;
	padding: 20px;
	display: block;
	width: 400px;
	height: 150px;
}

.vertical-gradient--blue {
	background-image: -webkit-linear-gradient(#5cbcf3, #6adcc0);
	background-image:         linear-gradient(#5cbcf3, #6adcc0);
}

.vertical-gradient--orange {
	background-image: -webkit-linear-gradient(#f5cf87, #e0995e);
	background-image:         linear-gradient(#f5cf87, #e0995e);
}

.horizont-gradient--blue {
	background-image: -webkit-linear-gradient(left, #5cbcf3, #6adcc0);
	background-image:         linear-gradient(to right, #5cbcf3, #6adcc0);
}

.horizont-gradient--orange {
	background-image: -webkit-linear-gradient(left, #e0995e, #f5cf87);
	background-image:         linear-gradient(to right, #e0995e, #f5cf87);
}

.pattern-bg {
	background: url('bg-pattern.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/bg-pattern.png*/;
}

h3 {
	margin-top: 20px;
}

.ui-datepicker {
	position: absolute;
	padding: .2em .2em 0;
	display: none;
	width: 220px;
	font-size: 14px;
	background: -webkit-linear-gradient(#e0995e, #f5cf87);
	background:         linear-gradient(#e0995e, #f5cf87);
	opacity: .9;
}

.ui-datepicker .ui-state-default {
	color: #1c94c4;
	background: #fff;
	border-radius: 4px;
}

.ui-datepicker td .ui-state-active {
	color: #fff;
	background: #eb7d21;
}

.ui-datepicker .ui-datepicker-week-end .ui-state-default {
	color: #be1d1d;
}

.datepicker-block {
	position: relative;
}

.ui-icon-circle-triangle-e {
	z-index: 5;
	width: 14px;
	height: 5px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -319px -232px;
}

.ui-icon-circle-triangle-w {
	z-index: 5;
	width: 14px;
	height: 5px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -341px -232px;
}

.icon {
	display: inline-block;
}

.js-time {
	padding-right: 7px;
	padding-left: 7px;
	width: 63px;
}

[data-tab] {
	display: none;
}

[data-tab].visible {
	display: block;
}

[data-datepicker] {
	padding: 3px 10px;
	font-size: 14px;
	background: url('calendar-icon.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/calendar-icon.png*/ 95% 50% no-repeat;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: inset 3px 3px 4px #eee;
}

[data-datepicker]:hover {
	cursor: pointer;
}

.datepicker-separator {
	padding-left: 3px;
	display: inline-block;
	font-size: 14px;
}

.b-footer {
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 18px;
	display: none;
	width: 100%;
	max-width: 1400px;
	background-color: #f9f9f9;
	border-top: 1px solid #b7b7b7;
	box-shadow: 0 5px 15px rgba(0,1,3,.12);
}

.b-footer_mobile {
	display: block;
}

.b-footer_mobile .b-footer__menu {
	margin-right: 0;
	margin-bottom: 20px;
	display: block;
	float: none;
	line-height: 24px;
	text-align: left;
}

.b-footer__copy {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #343434;
}

.b-footer__tell {
	margin-bottom: 20px;
	float: none;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #343434;
}

.b-footer__tell:hover {
	text-decoration: none;
	color: #343434;
}

.b-footer__menu {
	margin: 0 auto;
	width: auto;
	text-align: center;
	text-align: center;
}

.b-footer__link {
	margin-right: 20px;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.b-footer__link:last-child {
	margin-right: 0;
}

.b-header {
	padding-top: 40px;
	padding-bottom: 28px;
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0,1,3,.15);
}

.b-header_mobile {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	padding: 15px 0;
	display: block;
	width: 100%;
}

.b-header_mobile ~ .b-content {
	padding-top: 75px !important;
}

.b-header__logo {
	float: left;
	width: 144px;
	height: 68px;
	text-indent: -9999px;
	background-image: url('inner-logo.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/inner-logo.png*/;
	background-repeat: no-repeat;
}

.b-header__logo_small {
	margin-left: 20px;
	display: inline-block;
	float: none;
	width: 92px;
	height: 43px;
	background-image: url('inner-logo.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/inner-logo.png*/;
	background-size: cover;
}

.b-header__tell {
	margin: 0 auto;
	margin-top: -5px;
	display: block;
	width: 150px;
	font-size: 12px;
	color: #767676;
}

.b-header__tell > .number {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #343434;
	background: none;
}

.b-header__user {
	margin-top: -3px;
	display: inline-block;
	float: right;
	width: 270px;
	vertical-align: top;
}

.b-header__user > .links {
	margin-top: 8px;
	font-size: 12px;
}

.b-header__menu {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 18px;
	cursor: pointer;
	vertical-align: middle;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -184px -202px;
}

.b-header__menu_toggler {
	position: fixed;
	z-index: 3;
	top: 70px;
	left: 0;
	padding: 25px 0;
	display: none;
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0,1,3,.15);
}

.b-header__menu_toggler li {
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	text-align: center;
}

.b-header__login-link {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -387px -108px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.b-header_mobile .h-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.b-main-nav {
	margin-top: 50px;
	font-size: 0;
}

.b-main-nav:after {
	display: table;
	clear: both;
	content: '';
}

.b-main-nav__el {
	margin-right: 20px;
	padding: 0 9px;
	display: inline-block;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
	text-decoration: underline;
}

.b-main-nav__el:last-child {
	margin-right: 0;
}

.b-main-nav__el.curr {
	padding: 0 9px;
	width: 108px;
	height: 34px;
	line-height: 32px;
	text-decoration: none;
	background-color: #343434;
	background-image: -webkit-linear-gradient(bottom, #4185d9 0%, #74aff2 100%);
	background-image:         linear-gradient(to top, #4185d9 0%, #74aff2 100%);
	border: 1px solid #2f70c0;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,.92);
}

.b-main-nav__el.curr > span {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	background-image: none;
	text-shadow: 0 1px 0 rgba(0,1,3,.32);
}

.b-main-nav__el.curr:hover {
	background: none #74aff2;
	box-shadow: none;
}

.b-sort {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal;
}

.b-sort i {
	display: none;
}

.b-sort__toggler {
	position: relative;
	display: none;
	cursor: pointer;
	color: #ff6000;
	border-bottom: 1px dotted;
}

.b-sort__toggler_small {
	display: inline-block;
}

.b-sort__toggler:after {
	position: absolute;
	top: 10px;
	right: -12px;
	display: inline-block;
	width: 7px;
	height: 4px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -422px -167px;
}

.b-sort__dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 5px 10px;
	display: none;
	width: 100px;
	color: #ff6000;
	background-color: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.b-sort__link {
	margin-bottom: 4px;
	display: block;
	cursor: pointer;
	color: #ff6000;
}

.b-sort__link_disabled {
	cursor: default;
	text-decoration: none;
	color: #888;
}

.b-header__menu_toggler--inner {
	top: 100px;
}

.b-bank {
	margin-top: 10px;
	margin-bottom: 37px;
	padding: 10px 18px 10px 18px;
	overflow: hidden;
	background-color: #f9f9f9;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
}

.b-bank_type {
	padding-top: 0;
}

.b-bank__body {
	display: none;
}

.b-bank__body.open {
	display: block;
}

.b-bank__toggler {
	margin-top: 14px;
	margin-left: -18px;
	padding: 8px 18px;
	padding-top: 11px;
	padding-bottom: 0;
	box-sizing: content-box;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #d9d9d9;
}

.b-bank__toggler span {
	position: relative;
	cursor: pointer;
	color: #ff6000;
	border-bottom: 1px dotted;
}

.b-bank__toggler span:after {
	position: absolute;
	top: 50%;
	right: -11px;
	margin-top: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 4px 3.5px 0 3.5px;
	border-style: solid;
	border-color: #343434 transparent transparent transparent;
}

.b-bank__toggler.open span:after {
	width: 0;
	height: 0;
	border-width: 0 3.5px 4px 3.5px;
	border-style: solid;
	border-color: transparent transparent #343434 transparent;
}

.b-bank__hdr {
	margin: 0;
	padding: 0;
	display: table-row;
	width: 100%;
	vertical-align: middle;
}

.b-bank__logo {
	display: table-cell;
	font-size: 30px;
	vertical-align: middle;
	white-space: nowrap;
}

.b-bank__summ {
	display: table-cell;
	width: 100%;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

.b-bank__total {
	font-size: 18px;
	font-weight: 600;
}

.b-bank__total i {
	font-weight: normal;
	font-style: normal;
}

.b-bank__wrap {
	position: relative;
	margin-left: -18px;
	padding: 20px 18px;
	padding-bottom: 16px;
	box-sizing: content-box;
	width: 100%;
	font-size: 0;
	border-top: 1px solid #d9d9d9;
}

.b-bank__wrap:nth-of-type(odd) {
	background-color: #f5e7d7;
}

.b-bank__acc-name {
	display: inline-block;
	width: 200px;
	font-size: 10px;
	vertical-align: top;
}

.b-bank__name {
	position: relative;
	margin-bottom: 10px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	color: #ff6000;
}

.b-bank__name input {
	padding: 4px 10px;
	width: 100%;
	font-size: 14px;
}

.b-bank__name:after {
	position: absolute;
	top: 5px;
	margin-left: 10px;
	display: none;
	width: 14px;
	height: 14px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -313px -202px;
}

.b-bank__name span {
	border-bottom: 1px dotted;
}

.b-bank__card {
	margin-bottom: 6px;
}

.b-bank__type {
	display: none;
	font-size: 12px;
}

.b-bank__type_number {
	font-size: 14px;
}

.b-bank__type_role {
	margin-top: 2px;
	margin-bottom: 8px;
}

.b-bank__small-number {
	margin-left: 3px;
	display: inline-block;
	font-size: 14px;
	color: #343434;
}

.b-bank__hide {
	display: block;
}

.b-bank__show {
	display: none;
}

.b-bank__acc-summ {
	position: absolute;
	z-index: 1;
	right: 18px;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	color: #343434;
}

.b-bank__acc-summ > i {
	font-size: 15px;
	font-weight: normal;
}

.b-bank__acc-summ_convert {
	font-size: 10px;
	font-weight: 700;
	color: #767676;
}

.b-bank__acc-summ_convert > i {
	font-weight: normal;
}

.visa {
	margin-left: 5px;
	display: inline-block;
	width: 21px;
	height: 8px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -230px -232px;
}

.mc {
	margin-left: 5px;
	display: inline-block;
	width: 19px;
	height: 12px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -68px -232px;
}

.b-card {
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

.b-card__number {
	display: inline-block;
	width: 36px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #e19c60;
	border-radius: 3px;
}

.b-card__type {
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
}

.b-card__type_v {
	width: 35px;
	height: 22px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -43px -202px;
}

.b-card__type_mc {
	width: 35px;
	height: 22px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: 0 -202px;
}

.b-bank_type__total {
	margin-top: -20px;
	font-size: 18px;
	text-align: right;
}

.b-bank_type__total i {
	font-size: 24px;
	font-weight: normal;
}

.b-bank_type__total span {
	font-size: 24px;
	font-weight: 600;
}

.b-content {
	padding-top: 25px;
}

.b-transfer {
	position: relative;
	margin-bottom: 42px;
	font-size: 0;
	line-height: 1.25;
}

.b-transfer:after {
	display: table;
	clear: both;
	content: '';
}

.b-transfer__operator {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 39px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -219px -108px;
}

.b-transfer__el {
	position: relative;
	padding: 15px 18px;
	padding-bottom: 5px;
	display: inline-block;
	width: 440px;
	width: 440px;
	width: 100%;
	font-size: 14px;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	border-radius: 10px;
}

.b-transfer__el_left {
	margin-bottom: 17px;
	display: block;
	float: none;
	background-color: #6adcc0;
	background-image: -webkit-linear-gradient(right, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to left, #6adcc0 0%, #5cbcf3 100%);
}

.b-transfer__el_right {
	display: block;
	float: none;
	background-color: #e0995e;
	background-image: -webkit-linear-gradient(left, #e0995e 0%, #f5cf87 100%);
	background-image:         linear-gradient(to right, #e0995e 0%, #f5cf87 100%);
}

.b-transfer__reload {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14.5px;
	margin-left: -14.5px;
	display: inline-block;
	display: none;
	width: 29px;
	height: 29px;
	cursor: pointer;
	vertical-align: middle;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -349px -155px;
	-webkit-transition: -webkit-transform 0s linear;
	        transition:         transform 0s linear;
}

.b-transfer__reload.clicked {
	-webkit-transition: -webkit-transform .8s linear;
	        transition:         transform .8s linear;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.b-form__desc {
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 20px;
	visibility: hidden;
	font-size: 146 h 24px;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	white-space: nowrap;
	color: #fff;
}

.b-form__desc_reg {
	font-style: normal;
}

.b-form__tell-bl {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.b-form__tell-bl span {
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.b-form__line {
	margin-bottom: 15px;
	font-size: 0;
}

.b-form__line:last-child {
	margin-bottom: 0;
}

.b-form__line_rubl {
	position: relative;
	display: inline-block;
	width: auto;
}

.b-form__line_rubl:after {
	position: absolute;
	top: 0;
	right: 7px;
	display: inline-block;
	height: 24px;
	font-family: 'als_rublregular';
	font-size: 14px;
	line-height: 24px;
	content: 'o';
	color: #343434;
}

.b-form__line_dol {
	position: relative;
	display: inline-block;
	width: auto;
}

.b-form__line_dol:after {
	position: absolute;
	top: 0;
	right: 7px;
	display: inline-block;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	content: '$';
	color: #343434;
}

.b-form__label {
	display: inline-block;
	width: 81px;
	min-height: 1px;
	font-size: 14px;
	vertical-align: middle;
}

.b-form__sdesc {
	margin-top: -15px;
	display: inline-block;
	visibility: visible;
	height: 24px;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	vertical-align: middle;
	color: #fff;
}

.b-form__sdesc_i {
	font-style: italic;
}

.b-form__input {
	padding: 0 5px;
	display: inline-block;
	width: 138px;
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	color: #343434;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	outline: none;
	box-shadow: inset .5px .9px 2px rgba(0,1,3,.2);
}

.b-form__input_mobile {
	width: 141px;
}

.b-form__input.js-code {
	margin-right: 10px;
	padding: 0 2px;
	width: 30px;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

.b-form__input.js-number-body {
	padding: 0 2px;
	width: 65px;
	font-size: 13px;
}

.b-form__input_long {
	width: 60%;
}

.gray {
	color: #767676;
}

.btn_cont {
	text-align: center;
}

.b-right-menu {
	position: fixed;
	z-index: 9999;
	top: 10px;
	left: 2.63157894736842%;
	padding: 30px 35px;
	display: none;
	overflow-y: auto;
	width: 100%;
	width: 94.73684210526316%;
	max-height: 100%;
	color: #fff;
	background-color: #ff6000;
	background-image: -webkit-linear-gradient(bottom, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to top, #6adcc0 0%, #5cbcf3 100%);
	border-radius: 5px;
	opacity: .95;
}

.b-right-menu::-webkit-scrollbar {
	width: 0;
}

.b-right-menu__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	visibility: visible;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -167px -144px;
}

.b-right-menu a {
	text-decoration: none;
	color: #fff;
	background: -webkit-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background:         linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: 10px 1px;
}

.b-right-menu h3 {
	color: #fff;
}

.b-right-menu__wrap {
	margin-bottom: 22px;
}

.b-right-menu__wrap:last-child {
	margin-bottom: 0;
}

.b-right-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 30px;
}

/* jQuery UI - v1.11.2 - 2014-11-17
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	border: 0;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	line-height: 1.3;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	display: table;
	border-collapse: collapse;
	content: '';
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;

	filter: Alpha(0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 3px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 35px;
}

.ui-datepicker .ui-datepicker-next {
	right: 35px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	display: block;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	margin: 1px 0;
	font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	margin: 0 0 .4em;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ui-datepicker thead {
	display: none;
}

.ui-datepicker th {
	text-align: center;
	border: 0;
}

.ui-datepicker td {
	padding: 3px 4px;
	line-height: 1;
	border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: .2em;
	display: block;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	margin: .7em 0 0 0;
	padding: 0 .2em;
	background-image: none;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	margin: .5em .2em .4em;
	padding: .2em .6em .3em .6em;
	float: right;
	overflow: visible;
	width: auto;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0 auto .4em;
	width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 30px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	right: auto;
	left: 30px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	right: auto;
	left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;

	-ms-touch-action: none;
	    touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	font-size: .7em;
	background-position: 0 0;
	border: 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-bottom: -.6em;
	margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	color: #fff;
}

.ui-widget-header a {
	color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #343434;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	text-decoration: none;
	color: #343434;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	text-decoration: none;
	color: #c77405;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	text-decoration: none;
	color: #eb8f00;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #363636;
	background: #ffe45c url('ui-bg_highlight-soft_75_ffe45c_1x100.png')/*tpa=http://csssr.github.io/temple/dist/assets/styles/images/ui-bg_highlight-soft_75_ffe45c_1x100.png*/ 50% top repeat-x;
	border: 1px solid #fed22f;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	color: #fff;
	background: #b81900 url('ui-bg_diagonals-thick_18_b81900_40x40.png')/*tpa=http://csssr.github.io/temple/dist/assets/styles/images/ui-bg_diagonals-thick_18_b81900_40x40.png*/ 50% 50% repeat;
	border: 1px solid #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	font-weight: normal;
	opacity: .7;

	filter: Alpha(70); /* support: IE8 */
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	background-image: none;
	opacity: .35;

	filter: Alpha(35); /* support: IE8 */
}

.ui-state-disabled .ui-icon {
	filter: Alpha(35); /* support: IE8 - See #6059 */
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	width: 14px;
	height: 5px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -319px -232px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
	background: #666 url('ui-bg_diagonals-thick_20_666666_40x40.png')/*tpa=http://csssr.github.io/temple/dist/assets/styles/images/ui-bg_diagonals-thick_20_666666_40x40.png*/ 50% 50% repeat;
	opacity: .5;

	filter: Alpha(50); /* support: IE8 */
}

.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000 url('ui-bg_flat_10_000000_40x100.png')/*tpa=http://csssr.github.io/temple/dist/assets/styles/images/ui-bg_flat_10_000000_40x100.png*/ 50% 50% repeat-x;
	border-radius: 5px;
	opacity: .2;

	filter: Alpha(20); /* support: IE8 */
}

.confirm--wrapper {
	display: block;
}

.confirm--wrapper:after {
	display: table;
	clear: both;
	content: '';
}

.confirm-section {
	position: relative;
	padding: 25px 10px;
	float: left;
	width: 480px;
	background-color: #fff;
}

.confirm-section:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background: url('confirm-list-pattern.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/confirm-list-pattern.png*/ repeat-x;
}

.confirm-section:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background: url('confirm-list-pattern-bottom.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/confirm-list-pattern-bottom.png*/ repeat-x;
}

.confirm-sms {
	float: left;
	min-width: 300px;
	max-width: 360px;
}

.confirm-item {
	padding: 13px 0;
	border-bottom: 1px solid #e2e2e2;
}

.confirm-item:after {
	display: table;
	clear: both;
	content: '';
}

.confirm-item:last-child {
	border-bottom: none;
}

.confirm-name,
.confirm-value {
	font-size: 14px;
}

.confirm-name {
	position: relative;
	padding-left: 7px;
	float: left;
	overflow: hidden;
	min-width: 38.17021276595745%;
	white-space: nowrap;
	color: #767676;
}

.confirm-name:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}

.confirm-value {
	position: relative;
	float: left;
	overflow: hidden;
	width: 61.82978723404255%;
	white-space: nowrap;
	color: #343434;
}

.confirm-value:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100px;
	content: '';
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}

.confirm-sms {
	margin-left: 14.28571428571429%;
}

.confirm-sms-box {
	padding: 20px;
	width: 360px;
	height: 120px;
	background-color: #f9f9f9;
	border: 1px solid #b7b7b7;
	border-radius: 9px;
}

.sms-box-pass {
	padding: 0 14px;
	width: 140px;
	height: 40px;
	font-size: 24px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: inset 3px 3px 4px #eee;
}

.sms-box-title {
	font-weight: 400;
}

.sms-box-getpass {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.sms-box-getpass:hover,
.sms-box-getpass:active,
.sms-box-getpass:focus {
	border-bottom: 1px dashed transparent;
}

.sms-box-inputs {
	margin-top: 19px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.confirm-sms-alert {
	position: relative;
	margin-top: 95px;
	padding-left: 80px;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

.confirm-sms-alert:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	content: '';
	background: url('alert.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/alert.png*/ no-repeat;
}

.nav-history {
	padding: 16px 30px 16px;
	width: 100%;
	color: #fff;
	background-image: -webkit-linear-gradient(right, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to left, #6adcc0 0%, #5cbcf3 100%);
}

.nav-history a {
	line-height: 26px;
	text-decoration: none;
	color: #fff;
}

.nav-history a:first-child {
	padding: 7px 20px 9px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #ff7200;
	background: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.nav-history a:first-child span {
	border-bottom: #ff7200 dotted 1px;
}

.nav-history i {
	margin: 0 13px 0 15px;
	display: inline-block;
	font-size: 18px;
	font-style: none;
}

.b-nav-list {
	margin-bottom: 31px;
	-webkit-transform: translateY(-7px);
	        transform: translateY(-7px);
}

.b-nav-list ul {
	display: inline-block;
}

.b-nav-list ul li {
	margin-right: 6px;
	padding: 8px 9px;
	display: inline-block;
	list-style: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.b-nav-list ul li a {
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.b-nav-list ul li.active {
	background: #ff8e4a;
}

.b-nav-list ul li.active a {
	color: #fff;
	border-bottom: none;
}

.b-link-group {
	margin-left: 55px;
	display: inline-block;
	font-size: 12px;
}

.b-link-group a {
	position: relative;
}

.b-link-group a:before {
	position: absolute;
	top: 2px;
	left: -26px;
	width: 16px;
	height: 14px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -270px -134px;
}

.list-temp {
	margin: 0 -20px 45px;
}

.item-temp {
	margin: 0 16px 26px 20px;
	padding: 10px;
	display: inline-block;
	float: none;
	width: 300px;
	text-align: left;
	background-color: #6adcc0;
	background-image: -webkit-linear-gradient(right, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to left, #6adcc0 0%, #5cbcf3 100%);
	-webkit-border-radius: 7px;
	        border-radius: 7px;
}

.item-temp__cont {
	margin-bottom: 11px;
	padding: 19px 20px 17px;
	min-height: 300px;
	background: #fff;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
}

.b-num {
	font-size: 18px;
}

.b-num .b-num__title {
	position: relative;
	margin-bottom: 11px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 700;
}

.b-num .b-num__title:before {
	position: absolute;
	top: -3px;
	right: -1px;
	width: 22px;
	height: 22px;
	content: '';
}

.b-num__title.icon1:before,
.b-num__title.icon2:before,
.b-num__title.icon3:before,
.b-num__title.icon4:before {
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
}

.b-num__title.icon1:before {
	background-position: -290px -134px;
}

.b-num__title.icon2:before {
	background-position: -312px -134px;
}

.b-num__title.icon3:before {
	background-position: -334px -134px;
}

.b-num__title.icon4:before {
	background-position: -356px -134px;
}

.b-num .b-num__cart {
	position: relative;
	padding-right: 40px;
}

.b-num .b-num__cart:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 22px;
	content: '';
}

.b-num__cart.icon1:before,
.b-num__cart.icon2:before {
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
}

.b-num__cart.icon1:before {
	background-position: -166px -108px;
}

.b-num__cart.icon2:before {
	background-position: -209px -108px;
}

.item-temp__form {
	margin: 0 -20px 10px;
	padding: 15px 20px 21px;
	border-bottom: #d6d6d6 solid 1px;
}

.item-temp__form .b-form__input {
	float: left;
	width: 130px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	border: #b7b7b7 solid 1px;
}

.item-temp__form .b-form__line_rubl:after {
	top: -2px;
}

.item-temp__form .b-btn-orange {
	float: right;
}

.b-operation ul li {
	margin-bottom: 12px;
	overflow: hidden;
}

.b-operation ul li:last-child {
	margin-bottom: 0;
}

.b-operation__label {
	margin-bottom: 5px;
	font-size: 12px;
	color: #767676;
}

.b-operation__cont {
	position: relative;
	float: left;
	width: 75%;
}

.b-operation__cont.successfully {
	padding-left: 23px;
}

.b-operation__cont.successfully:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 13px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -117px -146px;
}

.b-operation__cont span {
	font-size: 12px;
	color: #767676;
}

.b-operation__cont-price {
	float: right;
	width: 25%;
	text-align: right;
}

.item-temp__control {
	padding: 0 20px 0 10px;
}

.item-temp__control .link {
	margin-top: 6px;
	float: right;
	color: #fff;
	background: none;
	border: none;
	border-bottom: #fff dotted 1px;
}

.b-btn-white {
	padding: 0 8px;
	height: 33px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.b-btn-white:hover,
.item-temp__control .link:hover {
	border-color: rgba(255,255,255,.5);
}

.tabs-item-container .tab-item,
.tab-two-item {
	display: none;
}

.tabs-item-container .tab-item.visible,
.tab-two-item.visible {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.user-settings .main-col {
	margin-right: 100px;
	margin-bottom: 4px;
	float: left;
	width: 420px;
}

.user-settings .info-col {
	float: left;
	width: 420px;
}

.user-settings .toggle-col {
	float: right;
	width: 270px;
}

.user-settings .item-col {
	margin-bottom: 44px;
}

.user-settings .item-col h3 {
	margin-bottom: 19px;
}

.user-settings .user-name {
	margin-bottom: 13px;
	font-size: 18px;
}

.par-input-holder {
	margin-bottom: 15px;
}

.par-input-holder.link-block {
	margin-bottom: 24px;
	padding-top: 8px;
}

.par-input-holder label {
	float: left;
	width: 140px;
	line-height: 18px;
}

.par-input-holder label span {
	display: table-cell;
	height: 35px;
	vertical-align: middle;
}

.par-input-holder .inp-cont {
	float: right;
	width: 280px;
}

.par-input-holder .link {
	cursor: pointer;
	color: #ff6000;
	border-bottom: #ff6000 dotted 1px;
}

.par-input-holder .inp-cont .link {
	margin-top: 8px;
	float: right;
}

.par-input-holder input,
.par-input-holder select,
.inp-type,
.sel-type,
.tarea-type {
	padding: 0 10px;
	width: 191px;
	height: 32px;
	font-size: 18px;
	color: #343434;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	box-shadow: 3px 3px 4px #eee inset;
}

.inp-type,
.sel-type,
.tarea-type {
	padding: 0 10px;
	width: auto;
	resize: none;
}

.tarea-type {
	padding: 4px 10px;
	height: auto;
}

.par-input-holder input.filled {
	background-color: #f0f0f0;
	box-shadow: 3px 3px 4px rgba(0,1,3,.1) inset;
}

.par-input-holder select {
	padding: 0 5px;
}

.user-settings .btn-action {
	margin-top: 9px;
	width: 224px;
}

.toggle-col ul {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.toggle-col ul li {
	margin-bottom: 7px;
	overflow: hidden;
}

.toggle-col .cont {
	padding: 6px 70px 5px 0;
}

.toggle-col input {
	display: none;
}

.btn-toggle {
	float: right;
}

.btn-toggle span {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
	cursor: pointer;
	background-color: #e2e2e2;
	border: #b9b9b7 solid 1px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transition: .5s;
	        transition: .5s;
}

.btn-toggle span:before {
	position: absolute;
	top: 4px;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.4);
	-webkit-transition: .4s;
	        transition: .4s;
}

.btn-toggle input:checked ~ span {
	background-color: #e19c61;
	background-image: -webkit-linear-gradient(bottom, #e19b60 0%, #f4cd85 100%);
	background-image:         linear-gradient(to top, #e19b60 0%, #f4cd85 100%);
	border-color: #ff8e4a;
}

.btn-toggle input:checked ~ span:before {
	left: 24px !important;
}

.info-col h3 {
	margin-bottom: 23px !important;
}

.service-block .cont {
	padding: 0 167px 0 0;
}

.service-block .link {
	float: right;
	width: 167px;
}

.service-block .link span {
	cursor: pointer;
	color: #f00;
	border-bottom: #f00 dotted 1px;
}

.service-block .cont span {
	color: #34ab36;
}

.service-block .prices {
	padding-top: 8px;
	font-size: 12px;
	font-style: italic;
	color: #767676;
}

.i-info {
	position: relative;
	bottom: -1px;
	margin-left: 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -281px -90px;
}

.info-col .full-inp {
	width: 280px;
}

.col_payment {
	margin-right: 12.8%;
	padding: 4px 0 0;
	float: left;
	width: 620px;
}

.col_payment .info-form {
	margin-bottom: 35px;
	padding: 38px 29px 52px;
	background: #eef8fe;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.col_payment .info-form .item {
	margin-bottom: 20px;
}

.col_payment .info-form .item label {
	padding: 7px 0 7px;
	float: left;
	width: 194px;
}

.col_payment .info-form .item .inp-cont {
	position: relative;
	float: right;
	width: 362px;
}

.col_payment .info-form .item .inp-cont input,
.col_payment .info-form .item .inp-cont select,
.col_payment .info-form .item .inp-cont textarea {
	width: 100%;
}

.tarea152 {
	height: 122px;
}

.tarea72 {
	height: 72px;
}

.col_payment .info-form .item .inp-cont .sub-info {
	padding: 3px 0 0 11px;
	display: block;
	min-height: 15px;
	font-size: 12px;
	color: #767676;
}

.col_payment .info-form .item .inp-cont .rubl {
	margin: 0 2px;
	font-size: 18px;
}

.inp50 {
	width: 52px !important;
}

.inp70 {
	width: 72px !important;
}

.inp150 {
	width: 150px !important;
}

.inp-full {
	width: 100%;
}

.link-info {
	margin: 0 7px 1px;
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -23px -232px;
}

.white-bg {
	background-color: #fff;
}

.create-card .link {
	margin-bottom: 17px;
	padding: 0 30px;
}

.card-box {
	position: relative;
	margin-bottom: 24px;
}

.card-box .frontside {
	position: relative;
	z-index: 5;
	padding: 32px 0 20px;
	width: 400px;
	min-height: 100px;
	background: #f5f2f2;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.card-box .frontside .title-card {
	margin-bottom: 7px;
	padding: 0 30px;
	font-size: 18px;
}

.card-box .frontside .title-card .card-type {
	float: right;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.card-box .frontside .title-card .card-type > div {
	margin-left: 4px;
	display: inline-block;
	height: 27px;
	background: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/ no-repeat;
}

.card-box .frontside .title-card .card-type .type1 {
	width: 59px;
	background-position: -377px 0;
}

.card-box .frontside .title-card .card-type .type2 {
	width: 44px;
	background-position: -392px -27px;
}

.card-box .frontside .item {
	margin-bottom: 18px;
}

.card-box .frontside .inp70 {
	text-align: center;
}

.card-box .frontside .num-card {
	padding: 0 21px;
}

.card-box .frontside .num-card input {
	margin: 0 5px 0 9px;
	display: inline-block;
	vertical-align: top;
}

.card-box .frontside .date-card {
	margin-bottom: 28px;
	padding: 0 28px 0 30px;
	text-align: right;
}

.card-box .frontside .date-card label {
	margin: 0 17px 0 0;
	padding: 3px 0;
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
	color: #767676;
}

.card-box .frontside .date-card span {
	margin: 0 6px;
	font-size: 18px;
	color: #b7b7b7;
}

.card-box .frontside .user-card {
	padding: 0 28px 0 30px;
}

.card-box .backside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 40px 0 0;
	width: 300px;
	min-height: 100px;
	text-align: right;
	background: #dedcdc;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.card-box .backside .mag-line {
	margin-bottom: 9px;
	width: 100%;
	height: 50px;
	background: #535252;
}

.card-box .backside .cont {
	margin-right: 30px;
	padding: 0 10px 0 0;
	float: right;
	width: 160px;
	text-align: left;
}

.card-box .backside .cont label {
	margin-bottom: 4px;
	display: block;
}

.card-box .backside .cont .sub-info {
	padding-top: 12px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #535252;
}

.col_payment .control-info {
	padding: 0 31px;
}

.col_payment .control-info .inp-cont {
	margin-bottom: 51px;
	max-width: 370px;
}

.col_payment .control-info .inp-cont label {
	margin-bottom: 12px;
	display: block;
	font-size: 18px;
}

.col_payment .control-info .link {
	margin-bottom: 32px;
	max-width: 370px;
	font-size: 12px;
}

.col_payment .control-info .link a {
	line-height: 18px;
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.col_payment .btn_cont {
	font-size: 12px;
	text-align: left;
	color: #767676;
}

.col_payment .btn_cont .btn {
	margin-right: 30px;
}

.col-items-info {
	padding-top: 37px;
	float: left;
	width: 230px;
	font-size: 12px;
	line-height: 21px;
}

.col-items-info .item {
	margin-bottom: 37px;
}

.col-items-info b {
	font-weight: bold;
}

.col-items-info .icon {
	margin: 7px 0 0;
	float: left;
	width: 32px;
	height: 28px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-repeat: no-repeat;
}

.col-items-info .icon.icon1 {
	background-position: -377px -54px;
}

.col-items-info .icon.icon2 {
	background-position: -377px -83px;
}

.col-items-info .icon.icon3 {
	background-position: -377px -114px;
}

.col-items-info .cont {
	padding: 0 0 0 48px;
}

.wrap-popup {
	padding: 3px;
	background-color: #6adcc0;
	background-image: -webkit-linear-gradient(bottom, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to top, #6adcc0 0%, #5cbcf3 100%);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.wrap-popup .content-popup {
	background: #fff;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.statement-popup {
	width: 100%;
	max-width: 486px;
}

.statement-popup .content-popup {
	padding: 18px 0;
}

.statement-popup .item-block {
	padding: 19px 29px;
	border-bottom: #ccc solid 1px;
}

.statement-popup .item-block:last-child {
	border-bottom: none;
}

.statement-popup .item-block.sel-block label {
	padding: 4px 0;
	float: left;
	width: 47%;
	font-size: 18px;
	font-weight: 700;
}

.statement-popup .item-block.sel-block .b-fselect {
	float: right;
	width: 50%;
}

.statement-popup .item-block.sel-block .b-fselect__main,
.statement-popup .item-block.sel-block .b-fselect__dropdown {
	font-size: 14px;
}

.statement-popup .item-block.sel-block .b-fselect__main {
	height: 28px;
	line-height: 28px;
}

.calendar-box .calendar-inp {
	position: relative;
	margin-right: 12px;
	margin-bottom: 8px;
	float: left;
}

.calendar-box .calendar-inp:last-child {
	margin-right: 0;
}

.calendar-box .calendar-inp .icon {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 19px;
	height: 19px;
	background: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/ no-repeat -378px -142px;
}

.calendar-box .calendar-inp > label {
	padding: 0 6px 0 0;
}

.calendar-box .calendar-inp > input {
	padding-right: 32px;
	width: 182px;
	font-size: 14px;
	cursor: pointer;
}

.calendar-box > span {
	margin: 6px 12px 6px 0;
	float: left;
}

.calendar-block .links {
	padding-top: 10px;
}

.calendar-block .links span {
	padding: 0 4px 0 0;
}

.calendar-block .links a {
	margin: 0 9px;
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.calendar-block .links a:hover,
.calendar-block .links a.active {
	border-bottom-color: #fff;
}

.statement-popup .item-block.control-block .cont {
	float: left;
}

.statement-popup .item-block.control-block .cont > label {
	margin-right: 18px;
	padding: 7px 0;
	float: left;
	height: 33px;
}

.statement-popup .item-block.control-block button {
	padding: 0 14px;
	float: right;
	height: 33px;
	font-size: 14px;
}

.toggle-links {
	display: inline-block;
	overflow: hidden;
	border: #ff8e4a solid 1px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.toggle-links a {
	padding: 7px 9px 7px;
	float: left;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
	border-left: #ff8e4a solid 1px;
	-webkit-transition: all .4s ease;
	        transition: all .4s ease;
}

.toggle-links a:first-child {
	border: none;
}

.toggle-links a:hover,
.toggle-links a.active {
	-webkit-box-shadow: 0 1px 6px 0 rgba(178,85,29,.35) inset;
	        box-shadow: 0 1px 6px 0 rgba(178,85,29,.35) inset;
}

.toggle-links a.active {
	color: #fff;
	background-color: #e08539;
	background-image: -webkit-linear-gradient(bottom, #efa95f 0%, #e08539 100%);
	background-image:         linear-gradient(to top, #efa95f 0%, #e08539 100%);
}

.grad-box {
	padding: 3px;
	background-color: #6adcc0;
	background-image: -webkit-linear-gradient(bottom, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to top, #6adcc0 0%, #5cbcf3 100%);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.grad-box .grad-popup {
	background: #fff;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.accounts_col {
	padding: 22px 0 16px;
}

.accounts_col .title {
	margin: 0 0 11px;
	width: auto;
	font-size: 18px;
	font-weight: 700;
	color: #343434;
}

.accounts_col .title,
.accounts_col .item {
	padding-right: 20px;
	padding-left: 20px;
}

.accounts_col .item {
	padding-top: 10px;
	padding-bottom: 12px;
}

.accounts_col .item .name {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.accounts_col .item .name span {
	cursor: pointer;
	color: #ff6000;
	border-bottom: #ff6000 dotted 1px;
}

.accounts_col .item.active {
	background-color: #d2f4ec;
	background-image: -webkit-linear-gradient(bottom, #d2f4ec 0%, #ceebfb 100%);
	background-image:         linear-gradient(to top, #d2f4ec 0%, #ceebfb 100%);
}

.accounts_col .item .b-bank__card {
	margin-bottom: 3px;
}

.accounts_col .item.active .name span {
	cursor: default;
	color: #333;
	border-bottom: none;
}

.history-operations .operations-time {
	width: 140px;
}

.history-operations .oper-control-panel {
	padding: 0 0 0 21px;
}

.history-operations .oper-control-panel {
	margin-bottom: 15px;
}

.history-operations .oper-control-panel .type-peration ul li {
	margin-bottom: 14px;
	display: inline-block;
}

.history-operations .oper-control-panel .type-peration ul li a {
	margin: 0 29px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.history-operations .oper-control-panel .type-peration ul li a:hover {
	border-bottom: #ff6000 solid 1px;
}

.history-operations .oper-control-panel .type-peration ul li a.active {
	color: #000;
	border-bottom: none;
}

.history-operations .oper-control-panel .l-col {
	float: left;
}

.history-operations .oper-control-panel .link {
	padding: 5px 0;
	float: right;
}

.history-operations .oper-control-panel .link a:before {
	position: absolute;
	top: -2px;
	left: -24px;
	width: 18px;
	height: 24px;
	content: '';
	background: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/ no-repeat -410px -56px;
}

.history-operations .oper-control-panel .link a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.history-operations .curent-operation .cont {
	margin-bottom: 52px;
}

.history-operations .curent-operation .cont .info-sub {
	padding: 18px 0 0;
	float: right;
	width: 170px;
}

.history-operations .curent-operation .cont .info-sub .name {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
	color: #343434;
}

.history-operations .curent-operation .b-bank__name {
	padding: 0 20px;
	min-height: 35px;
	font-size: 24px;
	font-weight: 600;
	color: #343434;
}

.history-operations .curent-operation .b-bank__name:after {
	top: 9px;
}

.history-operations .curent-operation .b-bank__name span {
	border-bottom: none;
}

.history-operations .curent-operation .cont .info-sub .b-bank__acc-name {
	width: auto;
	font-size: 14px !important;
}

.history-operations .curent-operation .cont .info-table {
	padding: 10px 16px 17px;
	float: left;
	width: 61%;
	background: #fff;
	border: #b7b7b7 solid 1px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.history-operations .curent-operation .cont .info-table table {
	width: 100%;
}

.history-operations .curent-operation .cont .info-table td {
	padding: 6px 3px;
	width: 45%;
	color: #767676;
}

.history-operations .curent-operation .cont .info-table td:last-child {
	width: 55%;
	color: #000;
}

.history-operations .operations-header {
	position: relative;
	padding: 25px 19px 14px;
}

.cont-toggler {
	display: none;
}

.cont-toggler.open {
	display: block;
}

.history-operations .operations-header .link-toggler {
	padding: 7px 13px 0 0;
	float: right;
}

.history-operations .operations-header .calendar-box {
	display: inline-block;
	vertical-align: top;
}

.history-operations .operations-header .cont-toggler {
	padding: 10px 0 3px;
}

.history-operations .operations-header .cont-toggler .inp-cont {
	margin: 0 33px 5px 0;
	display: inline-block;
	vertical-align: top;
}

.history-operations .operations-header .cont-toggler .inp-cont .sel-type {
	width: 185px;
	font-size: 14px;
}

.history-operations .operations-header .cont-toggler .stage-type {
	display: inline-block;
	vertical-align: top;
}

.history-operations .operations-header .cont-toggler .stage-type label {
	padding: 8px 0;
	display: inline-block;
	vertical-align: top;
}

.search-inp {
	position: relative;
	margin: 0;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: top;
}

.search-inp input {
	padding-right: 30px;
	font-size: 14px;
}

.search-inp .search_btn {
	position: absolute;
	top: 5px;
	right: 7px;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/ no-repeat -397px -140px;
	border: none;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}

.search-inp .search_btn:hover {
	opacity: .8;
}

.cont-toggler .search-inp {
	margin: 0 0 18px;
	max-width: 431px;
}

.accounts-popup {
	width: 100%;
	max-width: 320px;
}

.history-operations .b-link a {
	display: none;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: #ff6000 dotted 1px;
}

.history-operations .b-link a:before {
	display: none;
}

.page-wrapper {
	position: relative;
}

.inner-header {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 94.73684210526316%;
	height: 110px;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.nav-history {
	width: 100%;
	background-image: -webkit-linear-gradient(right, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to left, #6adcc0 0%, #5cbcf3 100%);
}

.b-header_mobile--inner {
	box-shadow: none;
}

.b-header_mobile--inner .h-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.b-header_mobile--inner .btn-action {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.b-header_mobile--inner .inner-logo {
	margin-left: 20px;
	width: 92px;
	height: 43px;
}

.inner-logo {
	width: 144px;
	height: 68px;
	text-indent: -9999px;
	background: url('inner-logo.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/inner-logo.png*/ no-repeat;
	background-size: cover;
}

.nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.nav-link {
	padding: 3px 7px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
	text-decoration: none;
}

.nav-link--primary {
	text-decoration: none;
	color: #fff;
	background-color: #ff8e4a;
	border-radius: 3px;
}

.inner-wrapper {
	margin: 0 auto;
	padding-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 94.73684210526316%;
}

.sidebar {
	min-width: 160px;
	max-width: 160px;
}

.sidebar-duplciate {
	display: none;
}

.help {
	min-width: 230px;
	max-width: 230px;
}

.main-content {
	padding: 0 30px;
	width: 100%;
}

.title {
	margin: 30px 0 25px;
	width: 430px;
}

.subtitle {
	margin-top: 25px;
	color: #343434;
}

.paragraph {
	font-size: 14px;
	line-height: 21px;
}

.strong-title {
	margin-top: 25px;
	display: block;
}

.list-item {
	padding: 3px 0;
	line-height: 21px;
}

.list-item:before {
	padding-right: 7px;
	display: inline-block;
	font-weight: 700;
	content: '—';
	color: #ff8e4a;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.ol-list .list-item {
	list-style-position: inside;
	list-style-type: decimal;
	color: #ff8e4a;
}

.ol-list .list-item span {
	color: #343434;
}

.ol-list .list-item:before {
	display: none;
}

.sub-item {
	margin-top: 20px;
	padding-left: 13px;
	line-height: 21px;
}

.sub-item:before {
	padding-left: 10px;
	content: '';
}

.selection {
	padding: 0 2px;
	display: inline-block;
	font-weight: 400;
	background-color: rgba(255,142,74,.6);
}

.sidebar-logo {
	margin-bottom: 50px;
	display: block;
	max-height: 100%;
}

.sidebar-title {
	margin-bottom: 4px;
	display: inline-block;
	font-style: italic;
}

.sidebar-link {
	padding: 5px 0;
	display: block;
}

.note {
	margin: 10px;
	padding: 15px 18px;
	line-height: 24px;
	background-color: #e5f9ff;
}

.btn-connect {
	display: inline-block;
	line-height: 38px;
	text-decoration: none;
}

.btn-connect b {
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
}

.operator {
	margin: 58px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.operator figcaption {
	margin-left: 8px;
	padding-top: 10px;

	-ms-flex-negative: 6;
	-webkit-flex-shrink: 6;
	        flex-shrink: 6;
}

.operator img {
	max-height: 100%;
}

.online-consult {
	font-size: 18px;
	font-weight: 600;

	-webkit-text-decoration-style: dotted;
	   -moz-text-decoration-style: dotted;
	        text-decoration-style: dotted;
}

.support-question,
.support-tel,
.support-mail,
.support-title {
	display: block;
}

.support-title,
.support-question {
	font-size: 12px;
	color: #767676;
}

.support-tel {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #343434;
}

.support-title {
	margin-bottom: 15px;
}

.credit-accessible {
	padding-bottom: 30px;
	text-align: center;
}

.credit-accessible_wrapper:after {
	display: table;
	clear: both;
	content: '';
}

.credit-accessible_title {
	display: inline-block;
	width: 80px;
	font-size: 18px;
	text-align: right;
	color: #8f8f8f;
}

.credit-accessible_summ {
	padding-left: 10px;
	display: inline-block;
	font-size: 56px;
	font-weight: 600;
	color: #343434;
}

.credit-accessible_desc {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	font-size: 12px;
	color: #8f8f8f;
}

.credit-accessible_desc-value {
	position: absolute;
	top: 0;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.credit-accessible_desc-value:nth-child(1) {
	left: 0;
	-webkit-transform: none;
	        transform: none;
}

.credit-accessible_desc-value:nth-child(2) {
	left: 20%;
}

.credit-accessible_desc-value:nth-child(3) {
	left: 40%;
}

.credit-accessible_desc-value:nth-child(4) {
	left: 60%;
}

.credit-accessible_desc-value:nth-child(5) {
	left: 80%;
}

.credit-accessible_desc-value:nth-child(6) {
	right: 0;
	-webkit-transform: none;
	        transform: none;
}

.credit-accessible_progress {
	position: relative;
	height: 42px;
}

.credit-accessible_progress-bar {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	border: 2px solid #c5c5c5;
	border-radius: 5px;
}

.credit-accessible_progress-value {
	width: 54.7%;
	height: 100%;
	background-image: -webkit-linear-gradient(#f5cf87, #e0995e);
	background-image:         linear-gradient(#f5cf87, #e0995e);
	border-radius: 5px;
}

.credit-accessible_send {
	margin: 39px auto 70px;
	padding: 20px 30px;
	max-width: 1100px;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
}

.credit-accessible_send:after {
	display: table;
	clear: both;
	content: '';
}

.b-fselect--send {
	height: 41px;
	line-height: 39px;
	text-align: left;
}

.fieldset--submit {
	margin-top: 27px;
	float: right;
}

.fieldset--send-to {
	float: left;
	width: 40%;
}

.fieldset--send-to .b-fselect__dropdown li[data-value] {
	text-align: left;
}

.fieldset--summ {
	display: inline-block;
	width: 20%;
}

.fieldset-header {
	padding-bottom: 10px;
	text-align: left;
}

.fieldset-header_add-card {
	float: right;
}

.input--summ {
	padding-right: 20px;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	font-weight: 600;
	border: none;
}

.input--summ_holder {
	position: relative;
	padding: 2px;
	width: 100%;
	height: 41px;
	font-size: 18px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: inset 3px 3px 4px #eee;
}

.input--summ_holder .rubl {
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.credit-info {
	float: left;
	width: 51.044776119403004%;
}

.credit-info_wrapper {
	padding-bottom: 60px;
}

.credit-info_table-wrapper {
	margin-top: 20px;
	overflow: auto;
	width: 100%;
}

.credit-info_table {
	padding-left: 20px;
}

.credit-info_item {
	padding: 8px 0;
}

.credit-info_item:after {
	display: table;
	clear: both;
	content: '';
}

.credit-info_name {
	float: left;
}

.credit-info_link {
	padding-bottom: 1px;
	float: right;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.credit-pay {
	float: right;
	width: 32.8358208955224%;
}

.credit-pay .credit_title {
	padding-left: 85px;
}

.credit-pay_item {
	position: relative;
	margin-top: 40px;
	padding-left: 85px;
	font-size: 12px;
	line-height: 21px;
	color: #343434;
}

.credit-pay_item:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.credit-pay_item:nth-of-type(1):after {
	width: 67px;
	height: 59px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -144px 0;
}

.credit-pay_item:nth-of-type(2):after {
	width: 62px;
	height: 54px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -72px -72px;
}

.credit-pay_item:nth-of-type(3):after {
	width: 67px;
	height: 58px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -144px -67px;
}

.credit-pay_item:last-child a {
	font-size: 14px;
}

.table_row {
	position: relative;
	margin: 10px 0;
	font-size: 12px;
}

.table_row:after {
	display: table;
	clear: both;
	content: '';
}

.table_row:before {
	position: absolute;
	top: 50%;
	left: -20px;
	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.table_row.status--up:before {
	width: 10px;
	height: 11px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -201px -144px;
}

.table_row.status--down:before {
	width: 10px;
	height: 11px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -159px -232px;
}

.table_row.status--same:before {
	width: 11px;
	height: 10px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -177px -232px;
}

.table_header {
	padding-bottom: 10px;
	font-size: 18px;
	color: #343434;
	border-bottom: 1px solid;
}

.table_header:after {
	display: table;
	clear: both;
	content: '';
}

.table_header-date {
	float: left;
	width: 90px;
}

.table_header-desc {
	float: left;
}

.table_header-summ {
	float: right;
}

.table_date {
	float: left;
	width: 90px;
}

.table_desc {
	float: left;
}

.table_summ {
	float: right;
}

.table_summ.status--down {
	color: #ea3c3c;
}

.table_summ.status--up {
	color: #44ad1a;
}

.credit_title {
	color: #343434;
}

.dotted-link {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.limits-wrap {
	padding: 0 30px 30px 30px;
	width: 100%;
	min-width: 300px;
	max-width: 1200px;
}

.limits-header {
	position: relative;
	position: relative;
	margin: 20px 0;
	padding: 0 8px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
}

.limits-header:after {
	display: table;
	clear: both;
	content: '';
}

.limits-header-label,
.limits-header-input {
	margin: 0;
	margin-top: 24px;
	margin-bottom: 20px;
	display: inline-block;
}

.limits-header-label {
	margin-left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	float: left;
	font-size: 18px;

	-webkit-align-items: baseline;
	        align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
}

.limits-header-input {
	float: right;
	width: 662px;
}

.limits-marked {
	margin: 0 3px;
}

.limits-icon--account,
.limits-icon--card {
	margin-right: 3px;
	display: inline-block;
}

.limits-icon--card {
	width: 16px;
	height: 13px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -405px -202px;
}

.limits-icon--account {
	width: 16px;
	height: 14px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -357px -202px;
}

.limits-day-month {
	margin-top: 14px;
}

.limits-form {
	margin-top: 25px;
	padding: 20px;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background: -webkit-linear-gradient(left, #5cbcf3, #63cdd9, #6adcc0);
	background:         linear-gradient(to right, #5cbcf3, #63cdd9, #6adcc0);
	border-radius: 5px;
}

.limits-form--col1 {
	display: inline-block;
	width: 66%;
}

.limits-form--line {
	position: relative;
	padding-top: 7px;
	width: 100%;
	min-height: 50px;
	border: 0 dotted #f00;
}

.limits-form--line:after {
	display: table;
	clear: both;
	content: '';
}

.limits-form--line:last-of-type {
	padding-top: 40px;
}

.limits-form--col2 {
	padding-left: 115px;
	display: inline-block;
	width: 33%;
	vertical-align: top;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.limits-form-slider {
	position: absolute;
	top: 0;
	right: 160px;
	left: 120px;
	padding-top: 8px;
	display: inline-block;
}

.limits-form-slider-input {
	padding: 3px;
	padding-left: 10px;
	width: 110px;
	font-size: 14px;
	border: 0;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px 0 rgba(50,50,50,.4);
}

.limits-form-slider-input-wrap {
	margin-top: 15px;
}

.limits-form-slider-input--short {
	margin-right: 60px;
	width: 50px;
}

.limits-form-slider-label {
	margin-top: 18px;
	width: 90px;
}

.limits-form-slider-scale {
	font-size: 12px;
}

.limits-form-h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.22222222222;
}

.limits-form-current {
	font-size: 14px;
	line-height: 1.73;
}

.limits-left {
	float: left;
}

.limits-right {
	float: right;
}

.limits-tumbler {
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	display: inline-block;
	width: 50px;
	height: 30px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #e2e2e2;
	border-radius: 15px;
	-webkit-transition: padding-left .2s;
	        transition: padding-left .2s;
}

.limits-tumbler--online,
.limits-tumbler--abroad {
	margin-bottom: 10px;
	display: inline-block;
	width: 47%;
	min-width: 229px;
}

.limits-tumbler--online .btn-toggle span,
.limits-tumbler--abroad .btn-toggle span {
	border: 0 solid transparent !important;
}

.limits-tumbler--default {
	margin: 20px;
	width: 400px;
}

.limits-tumbler-label {
	margin-left: 9px;
	display: inline-block;
	font-size: 18px;
	line-height: 1.7;
	cursor: pointer;
	vertical-align: top;
}

.limits-wrap > .btn-action {
	margin-top: 20px;
	margin-left: 20px;
}

.btn-toggle {
	float: none;
}

.active .limits-icon--card {
	width: 16px;
	height: 13px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -44px -232px;
}

.active .limits-icon--account {
	width: 16px;
	height: 14px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -381px -202px;
}

.help-sidebar .operator {
	margin: 0 0 30px;
}

.help-sidebar .btn-connect {
	display: none;
}

.login {
	padding: 0 30px 30px 30px;
	background-color: #eef8fe;
	border-radius: 4px;
}

.login-input-holder {
	margin-top: 30px;
}

.login-input-holder:after {
	display: table;
	clear: both;
	content: '';
}

.login-input {
	float: left;
	width: 302px;
	height: 32px;
}

.login-label {
	float: left;
	width: 80px;
	height: 32px;
	line-height: 32px;
}

.login-forget-pass {
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
}

.login-action {
	margin-left: 80px;
}

.login-action-holder {
	margin-top: 25px;
}

.login-action-holder:after {
	display: table;
	clear: both;
	content: '';
}

.login-action-holder .btn {
	float: left;
}

.login-action-holder .register {
	margin-top: 15px;
	float: right;
}

.sms-popup {
	padding: 45px 30px 60px;
	width: 480px;
	background-color: #fff;
	border: 3px solid #5dbef0;
	border-radius: 4px;
}

.sms-popup-title {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #343434;
}

.sms-popup-text {
	font-size: 12px;
	line-height: 18px;
}

.sms-popup-holder {
	margin-top: 35px;
}

.sms-popup-holder:after {
	display: table;
	clear: both;
	content: '';
}

.sms-popup-pass {
	margin-right: 19px;
	padding-left: 8px;
	float: left;
	width: 220px;
	height: 40px;
}

.sms-popup-desc {
	margin-top: 8px;
	display: block;
	font-size: 12px;
	font-style: italic;
}

.content-wrapper {
	padding: 0 2.631578947368418%;
}

.content-wrapper.content-wrapper--main,
.content-wrapper.content-wrapper--bank-features {
	margin: 0;
}

.content-wrapper--main {
	background: #5cbcf3;
	background: -webkit-linear-gradient(top, #5cbcf3 1%, #6adcc0 100%);
	background:         linear-gradient(to bottom, #5cbcf3 1%, #6adcc0 100%);
}

.content-wrapper--main h1 {
	margin: 0;
	padding: 30px 0;
	color: #fff;
}

.content-wrapper--bank-features {
	padding-top: 50px;
}

.quick-payment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.quick-payment-item {
	position: relative;
	margin: 0 70px 40px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	float: left;
	width: 220px;
	height: 110px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 11px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.quick-payment-item:nth-child(3n) {
	margin-right: 0;
}

.quick-payment-item:hover,
.quick-payment-item:focus,
.quick-payment-item:active {
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
}

.quick-payment-holder {
	width: 61.20625465376024%;
	min-width: 640px;
}

.quick-payment-holder:after {
	display: table;
	clear: both;
	content: '';
}

.quick-payment-sidebar {
	width: 300px;
}

.quick-payment-title {
	margin-left: 23px;
	width: 85px;
	line-height: 18px;
	color: #343434;
}

.quick-payment-all {
	display: block;
	width: 157px;
	height: 40px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
}

.quick-payment-desc {
	padding-top: 12px;
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #fff;
}

.quick-payment-legal-person {
	margin-top: 55px;
	color: #fff;
}

.quick-payment-legal-person-title {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 18px;
	color: #fff;
}

.quick-payment-legal-person-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 26px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -386px -155px;
	-webkit-transform: translateY(-60%);
	        transform: translateY(-60%);
}

.quick-payment-legal-person-link {
	margin-left: 40px;
	display: inline-block;
	width: 165px;
	color: #fff;
}

.quick-payment-legal-person-link:hover,
.quick-payment-legal-person-link:focus,
.quick-payment-legal-person-link:active {
	text-decoration: none;
}

.quick-payment-app {
	margin-top: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	text-decoration: none;
	color: #fff;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.quick-payment-app:after {
	display: table;
	clear: both;
	content: '';
}

.quick-payment-app img {
	float: left;
	min-width: 100px;
	max-height: 100%;
}

.quick-payment-app p {
	padding-left: 10px;
}

.bank-features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.bank-features-item {
	position: relative;
	padding-left: 80px;
	width: 25%;
}

.bank-features-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	content: '';
}

.bank-features-item:first-child:before {
	background: url('inner-logo2.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/inner-logo2.png*/ no-repeat;
	background-size: cover;
}

.bank-features-item:nth-child(2):before {
	background: url('payment-deposits.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/payment-deposits.png*/ 0 0 no-repeat;
}

.bank-features-item:last-child {
	width: 40%;
	min-width: 485px;
}

.bank-features-item:last-child:before {
	background: url('temple-for-lify-case.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/temple-for-lify-case.png*/ 0 0 no-repeat;
}

.bank-features-title {
	padding-top: 15px;
	height: 55px;
	font-size: 16px;
	line-height: 21px;
	color: #333332;
}

.bank-features-content {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333332;
}

.bank-features-list {
	width: 50%;
	min-width: 200px;
}

.bank-features-list-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.bank-features-link {
	padding: 5px 0;
	display: inline-block;
}

.payment-template {
	position: relative;
	padding: 0 20px 50px;
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	background-color: #6adcc0;
	background-image: -webkit-linear-gradient(right, #6adcc0 0%, #5cbcf3 100%);
	background-image:         linear-gradient(to left, #6adcc0 0%, #5cbcf3 100%);
	-webkit-transition: height .6s;
	        transition: height .6s;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.payment-template:after {
	display: table;
	clear: both;
	content: '';
}

.payment-template.template-hidden {
	overflow: hidden;
	height: 198px;
}

.payment-item {
	margin-top: 35px;
	margin-right: 20px;
	padding: 12px 20px 15px;
	float: left;
	width: 200px;
	background-color: #fff;
	border-radius: 5px;
}

.payment-item:last-of-type {
	margin-right: 0;
}

.payment-title {
	position: relative;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

.payment-title:hover,
.payment-title:focus,
.payment-title:active {
	text-decoration: none;
}

.payment-value {
	position: relative;
	padding: 15px 0;
	display: block;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
}

.payment-value--visa b {
	margin-right: 5px;
	display: inline-block;
	width: 35px;
	height: 22px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -43px -202px;
}

.payment-value:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}

.payment-action {
	padding: 5px 0;
}

.payment-action:after {
	display: table;
	clear: both;
	content: '';
}

.payment-action-input {
	padding-right: 15px;
	padding-left: 9px;
	width: 70px;
	height: 26px;
}

.payment-action-input--holder {
	position: relative;
	float: left;
	width: 70px;
	height: 26px;
}

.payment-action-input--holder:after {
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 14px;
	color: #000;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.payment-action-input--holder.rub:after {
	font-family: 'als_rublregular';
	content: 'o';
}

.payment-action-input--holder.usd:after {
	content: '$';
}

.payment-action-input--holder.euro:after {
	content: '€';
}

.payment-action-btn {
	padding: 0;
	float: right;
	width: 72px;
	height: 26px;
	font-size: 12px;
}

.show-all-template {
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-decoration: none;
	color: #fff;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.show-all-template:after {
	display: inline-block;
	content: '↓';
	-webkit-transform: translateX(3px);
	        transform: translateX(3px);
}

.show-all-template span {
	border-bottom: 1px dotted;
}

.show-all-template span:hover,
.show-all-template span:focus,
.show-all-template span:active {
	border-bottom: 1px dotted transparent;
}

.wallet-holder,
.operations-holder {
	overflow: hidden;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
}

.wallets-value,
.operations-header {
	position: relative;
	padding: 30px 20px;
	background-color: #f0f0f0;
}

.wallets-value:after,
.operations-header:after {
	display: table;
	clear: both;
	content: '';
}

.wallets-money {
	float: right;
	font-size: 18px;
	font-weight: 400;
}

.wallets-money span {
	font-size: 24px;
	font-weight: 700;
}

.bank-logo {
	position: absolute;
	top: 50%;
	left: 20px;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.wallet-info {
	float: left;
	width: 61.49253731343284%;
}

.side-bar {
	float: right;
	width: 295px;
}

.button-holder {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	display: none;
	width: 100%;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.button-holder a:nth-child(2) {
	margin-left: 20px;
}

.btn-operations,
.btn-templats {
	width: 140px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.btn-operations span,
.btn-templats span {
	border-bottom: 1px dotted;
}

.btn-templats {
	color: #fff;
	background: -webkit-linear-gradient(left, #5cbcf3 0%, #6adcc0 100%);
	background:         linear-gradient(to right, #5cbcf3 0%, #6adcc0 100%);
}

.btn-operations {
	line-height: 28px;
	background-color: #fff;
	border: 1px solid;
}

.content-wrapper {
	margin-top: 40px;
}

.content-wrapper:after {
	display: table;
	clear: both;
	content: '';
}

.wallet-item {
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #dbdbdb;
}

.wallet-item:after {
	display: table;
	clear: both;
	content: '';
}

.wallet-name {
	float: left;
	width: 30.76923076923077%;
	font-size: 18px;
	color: #ff6000;
}

.wallet-name:hover,
.wallet-name:focus,
.wallet-name:active {
	text-decoration: none;
}

.wallet-value {
	float: right;
	font-size: 18px;
	font-weight: 700;
}

.wallet-value--translated {
	display: block;
	font-size: 14px;
	color: #767676;
}

.wallet-number {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.wallet-number span {
	display: block;
	font-size: 12px;
	color: #767676;
}

.ad {
	position: relative;
	margin: 40px 0;
	padding-left: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	overflow: hidden;
	        flex-direction: column;
	height: 80px;
	border: 1px dashed #dbdbdb;
	border-radius: 8px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.ad:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 41px;
	height: 41px;
	content: '';
	background: url('card.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/card.png*/ no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.ad-title {
	margin: 0;
	padding-bottom: 7px;
	font-size: 14px;
	color: #000;
}

.ad-text {
	font-size: 12px;
}

.operations-title {
	margin: 0;
	float: left;
	font-size: 24px;
	color: #000;
}

.operations-more {
	padding-top: 6px;
	float: right;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.operations-more:hover,
.operations-more:focus,
.operations-more:active {
	border-color: transparent;
}

.operations-item {
	position: relative;
	padding: 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 80px;
	border-top: 1px solid #dbdbdb;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.operations-time {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	width: 30.76923076923077%;
	font-size: 14px;
}

.operations-time span {
	padding-top: 3px;
	display: block;
	font-size: 12px;
	color: #767676;
}

.operations-time:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
}

.operations-time.succes:before {
	width: 14px;
	height: 12px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -95px -232px;
}

.operations-time.fail:before {
	width: 14px;
	height: 14px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -335px -202px;
}

.operations-time.processing:before {
	width: 15px;
	height: 13px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: 0 -232px;
}

.operations-name {
	font-weight: 400;
}

.operations-value {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.operations {
	padding: 30px 35px;
	overflow: hidden;
	border: 2px solid #edba77;
	border-radius: 12px;
}

.operations h2 {
	margin: 0;
	padding-bottom: 13px;
	font-size: 18px;
	color: #343434;
}

.operations-link {
	padding: 8px 0;
	display: block;
}

.messages {
	margin: 40px 0;
	padding: 15px 25px;
	border: 1px solid #b7b7b7;
	border-radius: 9px;
}

.messages-title {
	position: relative;
	padding-right: 35px;
	display: inline-block;
}

.messages-value {
	position: absolute;
	top: -1px;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background: -webkit-linear-gradient(top, #faa209 0%, #ff6505 100%);
	background:         linear-gradient(to bottom, #faa209 0%, #ff6505 100%);
	border-radius: 50%;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.message-text {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.message-text:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}

.currency-rate {
	padding-left: 30px;
}

.rate-title {
	margin-bottom: 15px;
	padding-left: 12px;
	display: inline-block;
}

.rate-item {
	margin-bottom: 15px;
}

.rate-item span {
	position: relative;
	margin-right: 35px;
	padding-right: 12px;
	display: inline-block;
	font-size: 14px;
}

.rate-item span.growup:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '↑';
	color: #28be28;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.rate-item span.fall:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '↓';
	color: #e92c2c;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.rate-item .arrow {
	padding-left: 3px;
	display: inline-block;
}

.mobile-operator {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

.message-holder {
	overflow: hidden;
	max-width: 940px;
	border: 1px solid #d0d0d0;
	border-radius: 9px;
}

.message-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 50px;
	border-top: 1px solid #dbdbdb;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.message-item.checked {
	background: -webkit-linear-gradient(top, #fbeedd 0%, #f7e6d7 100%);
	background:         linear-gradient(to bottom, #fbeedd 0%, #f7e6d7 100%);
	border-color: #fbeedd;
}

.message-item--header {
	background-color: #f0f0f0;
}

.message-item--header .message-data,
.message-item--header .message-theme {
	font-size: 18px;
	font-weight: 700;
	color: #222;
}

.message-item--header .message-theme-title:after {
	display: none;
}

.message-item.viewed .message-theme-title {
	font-weight: 400;
}

.message-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 8.51063829787234%;
	min-width: 27px;
	height: 100%;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.message-data {
	width: 17.12765957446809%;
	min-width: 80px;
}

.message-theme {
	width: 70.819375%;
	min-width: 220px;
}

.message-theme-title {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.message-theme-title:hover,
.message-theme-title:focus,
.message-theme-title:active {
	text-decoration: none;
}

.message-action {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.message-action-item {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-weight: 400;
	text-decoration: underline dotted;
	color: #ff6000;
}

.message-action-item:hover,
.message-action-item:focus,
.message-action-item:active {
	cursor: pointer;
	text-decoration: none;
}

.message-action-item:first-child {
	margin-right: 45px;
}

.message-action-item:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.message-action-item--read:before {
	width: 14px;
	height: 11px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -137px -232px;
}

.message-action-item--remove:before {
	width: 12px;
	height: 12px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -117px -232px;
}

.product-h2 {
	font-size: 30px;
	text-align: center;
	color: #343434;
}

.product-sidebar {
	min-width: 170px;
	max-width: 170px;
}

.product-sidebar-duplcate {
	display: none;
}

.product-help {
	min-width: 230px;
	max-width: 230px;
}

.product-main-content {
	padding: 0 30px;
	width: 100%;
}

.product-menu {
	margin-top: 20px;
}

.product-subtitle {
	margin-top: -20px;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}

.product-switch-block {
	display: none;
}

.product-flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-align-items: baseline;
	        align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

.product-calc-wrap {
	margin-top: 30px;
	padding: 30px;
	width: 100%;
	max-width: 670px;
	color: #fff;
	border-radius: 6px;
}

.product-calc-buttonset {
	margin-left: 10px;
}

.product-calc-total {
	padding: 30px;
	padding-bottom: 10px;
	font-size: 24px;
}

.product-calc-total > span {
	font-size: 30px;
}

.product-calc-total-values {
	padding: 30px;
	padding-top: 10px;
	width: 100%;
	max-width: 670px;
	border-top: 1px dotted #000;
}

.product-calc-total--first,
.product-calc-total--perc {
	display: inline-block;
	width: 45%;
	min-width: 135px;
	font-size: 18px;
}

.product-slider-section {
	padding: 20px 0;
	width: 100%;
}

.product-slider-wrap {
	position: relative;
	width: 100%;
	height: 90px;
}

.product-slider-header {
	padding-bottom: 5px;
	width: 100%;
	font-size: 12px;
}

.product-slider-header > span {
	font-size: 18px;
}

.product-slider-scale {
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.product-slider-scale > span:first-of-type {
	width: 50px;
}

.product-slider-scale > span {
	font-size: 12px;
}

.product-currency {
	display: none;
}

.product-currency.current {
	display: inline-block;
}

.product-list-checked {
	font-size: 18px;
}

.product-list-checked-item {
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.666666;
}

.product-list-checked-item:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -262px -202px;
}

.product-buttonset-percent {
	padding-top: 30px;
	width: 100%;
	max-width: 670px;
	text-align: left;
}

.product-percent-table {
	margin-top: 20px;
	width: 100%;
	max-width: 670px;
	font-size: 14px;
	border: 1px solid #b7b7b7;
}

.product-percent-table-small {
	display: block;
	font-size: 12px;
	color: #767676;
}

.product-percent-table thead {
	font-weight: 700;
	border: 1px solid #b7b7b7;
}

.product-percent-table td {
	padding: 20px 30px;
}

.product-percent-table td:nth-child(2n+1) {
	text-align: left;
}

.product-percent-table td:nth-child(2n) {
	text-align: left;

	widht: 50%;
}

.product-percent-highlight {
	position: relative;
	z-index: 6;
	opacity: .99;
}

.product-percent-highlight:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -2px;
	width: 64px;
	height: 20px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -86px -202px;
}

.product-advantages,
.product-how-to {
	padding-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	        flex-direction: row;
	width: 100%;
	max-width: 670px;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.product-advantages--item,
.product-how-to--item {
	position: relative;
	padding-bottom: 40px;
	display: inline-block;
	width: 33%;
	text-align: center;
}

.product-advantages--item p,
.product-how-to--item p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.333;
}

.product-advantages--item {
	min-width: 130px;
}

.product-advantages--item img {
	margin: auto;
}

.product-how-to {
	padding-top: 10px;
}

.product-how-to-header {
	padding-top: 30px;
	max-width: 670px;
}

.product-how-to--icon1,
.product-how-to--icon2,
.product-how-to--icon3 {
	margin: auto;
}

.product-how-to--icon1 {
	width: 64px;
	height: 64px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: 0 -72px;
}

.product-how-to--icon2 {
	width: 64px;
	height: 64px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: 0 0;
}

.product-how-to--icon3 {
	width: 64px;
	height: 64px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -72px 0;
}

.product-how-to--arrow {
	position: absolute;
	top: 30px;
	left: -27px;
	width: 52px;
	height: 7px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -259px -232px;
}

.product-application-form {
	margin-bottom: 30px;
	margin-left: -30px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(50,50,50,.15);
}

.product-application-form-label {
	position: absolute;
	top: 5px;
	left: -100px;
}

.product-application-form-input {
	margin-bottom: 18px;
	width: 100%;
	max-width: 430px;
}

.product-application-form-btn {
	margin-top: 30px;
	width: 330px;
}

.product-application-form-btn-wrap {
	display: block;
}

.current {
	display: block;
}

.semibold {
	font-weight: 600;
}

.page-wrapper {
	position: relative;
}

.nowrap {
	min-width: 50px;
	white-space: nowrap;
}

.status {
	position: relative;
	padding-left: 260px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	overflow: hidden;
	        flex-direction: column;
	min-height: 50px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
}

.status:before {
	position: absolute;
	top: 0;
	left: 12px;
	width: 210px;
	height: 50px;
	content: '';
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -219px 0;
}

.status--fail:before {
	width: 159px;
	height: 50px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: 0 -144px;
}

.error-info {
	margin: 5px 0 25px;
}

.error-info-item {
	padding: 5px 0;
}

.error-info-item:before {
	padding-right: 3px;
	content: '—';
}

.error-info-item a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.error-info-item a:hover,
.error-info-item a:focus,
.error-info-item a:active {
	border-color: transparent;
}

a[class^='status'] {
	position: relative;
	padding: 0 2px 2px 28px;
	text-decoration: none;
	color: #5a9ae5;
}

a[class^='status']:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
}

a[class^='status'] span {
	border-bottom: 1px dotted;
}

a[class^='status']:hover span,
a[class^='status']:focus span,
a[class^='status']:active span {
	border-bottom: none;
}

.status-details {
	margin-bottom: 10px;
}

.status-details:before {
	width: 18px;
	height: 15px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -287px -202px;
}

.status-print {
	float: right;
}

.status-print:before {
	width: 18px;
	height: 19px;
	background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
	background-position: -158px -202px;
}

.description-text {
	position: relative;
	padding-left: 79px;
	min-height: 65px;
	font-size: 12px;
	line-height: 18px;
}

.description-text a {
	text-decoration: none;
}

.description-text a:hover,
.description-text a:focus,
.description-text a:active {
	text-decoration: underline;
}

.description-text:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	content: '';
	background: url('clock.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/clock.png*/ no-repeat;
}

.kurs-graph {
	max-width: 600px;
}

.kurs-graph-tabs {
	margin-top: 30px;
}

.kurs-graph-tab {
	width: 600px;
	height: 400px;
}

.kurs-graph-sort-date,
.kurs-graph-sort-source {
	margin-top: 30px;
}

.kurs-graph-sort-source {
	margin-bottom: 40px;
}

.kurs-log {
	width: 270px;
}

.kurs-log-title {
	color: #343434;
}

.kurs-log-table-header {
	color: #b7b7b7;
	border-bottom: 1px solid;
}

.kurs-log-table-row,
.kurs-log-table-header {
	padding: 5px 0;
}

.kurs-log-table-row:after,
.kurs-log-table-header:after {
	display: table;
	clear: both;
	content: '';
}

.kurs-log-table-date,
.kurs-log-table-kurs,
.kurs-log-table-status {
	float: left;
	width: 30%;
}

.kurs-log-table-status {
	width: 40%;
}

.kurs-log-table-status.up {
	color: #2dab2a;
}

.kurs-log-table-status.up:after {
	padding-left: 4px;
	display: inline-block;
	content: '↑';
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.kurs-log-table-status.down {
	color: #e11a1a;
}

.kurs-log-table-status.down:after {
	padding-left: 4px;
	display: inline-block;
	content: '↓';
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

@media screen and (min-width: 480px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
	}

	.section-title {
		font-size: 24px;
	}

	.b-fselect__right {
		visibility: visible;
	}

	.b-footer_mobile .b-footer__menu {
		margin-right: 125px;
	}

	.b-footer__tell {
		margin-bottom: 0;
		float: right;
	}

	.b-bank__acc-name {
		width: 140px;
	}

	.b-bank__type {
		display: inline-block;
		width: 170px;
		vertical-align: top;
	}

	.b-bank__small-number {
		display: none;
	}

	.b-bank__acc-summ {
		position: static;
		float: right;
	}

	.b-form__desc {
		visibility: visible;
	}

	.b-form__sdesc {
		visibility: hidden;
	}

	.b-form__input_mobile {
		width: 171px;
	}

	.b-form__input.js-code {
		width: 40px;
		font-size: 14px;
	}

	.b-form__input.js-number-body {
		width: 81px;
		font-size: 14px;
	}

	.b-form__input_long {
		width: 70%;
	}
}

@media screen and (min-width: 760px) {
	.h-wrap_left {
		float: left;
		width: 492px;
	}

	.h-wrap_right {
		float: right;
		width: 210px;
	}

	h1 {
		font-size: 36px;
	}

	.section-title {
		padding-top: 34px;
		font-size: 36px;
	}

	.b-fselect__right {
		visibility: hidden;
	}

	.b-footer {
		display: block;
	}

	.b-footer_mobile {
		display: none;
	}

	.b-header {
		display: block;
	}

	.b-header_mobile {
		display: none;
	}

	.b-header_mobile ~ .b-content {
		padding-top: 34px !important;
	}

	.b-sort {
		bottom: 8px;
	}

	.b-sort i {
		display: inline-block;
	}

	.b-sort__toggler {
		display: inline-block;
	}

	.b-sort__toggler_small {
		display: none;
	}

	.b-bank__summ {
		font-size: 18px;
	}

	.b-bank__total {
		font-size: 24px;
	}

	.b-bank__acc-name {
		width: 180px;
	}

	.b-bank__name {
		font-size: 18px;
	}

	.b-bank__name:after {
		display: inline-block;
	}

	.b-bank__type {
		width: 190px;
	}

	.b-bank__hide {
		display: none;
	}

	.b-bank__show {
		display: block;
	}

	.b-bank__acc-summ {
		font-size: 18px;
	}

	.b-bank__acc-summ > i {
		font-size: 19px;
	}

	.b-bank__acc-summ_convert {
		font-size: 14px;
	}

	.b-content {
		padding-top: 34px;
	}

	.b-transfer {
		line-height: 245px;
		text-align: center;
	}

	.b-transfer__el {
		padding: 20px;
		padding-bottom: 10px;
		width: 320px;
	}

	.b-transfer__el_left {
		margin-bottom: 0;
		display: inline-block;
		float: left;
	}

	.b-transfer__el_right {
		float: right;
	}

	.b-transfer__reload {
		display: inline-block;
	}

	.b-form__desc {
		visibility: hidden;
	}

	.b-form__sdesc {
		visibility: visible;
	}

	.b-form__input_long {
		width: 180px;
		white-space: nowrap;
	}

	.btn_cont {
		text-align: left;
	}

	.b-right-menu__close {
		display: none;
		visibility: hidden;
	}

	.b-right-menu {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 11px;
		padding: 20px 18px;
		display: block;
		visibility: visible;
		width: 100%;
		color: #343434;
		background: none;
		background-color: #fff;
		border: 3px solid #66d4cd;
		border-radius: 10px;
		opacity: 1;
	}

	.b-right-menu a {
		text-decoration: underline;
		color: #ff6000;
		background: none;
	}

	.b-right-menu h3 {
		color: #343434;
	}

	.show-760 {
		display: none;
	}
}

@media screen and (min-width: 970px) {
	.show-970 {
		display: none;
	}
}

@media screen and (min-width: 980px) {
	.h-wrap_left {
		width: 620px;
	}

	.h-wrap_right {
		width: 250px;
	}

	.b-fselect__right {
		visibility: visible;
	}

	.b-footer__menu {
		width: 470px;
	}

	.b-bank__acc-name {
		width: 235px;
	}

	.b-bank__type {
		width: 250px;
	}

	.b-transfer__el {
		padding: 19px 20px;
		padding-bottom: 9px;
		width: 440px;
	}

	.b-transfer__el_left {
		display: inline-block;
		float: left;
		vertical-align: middle;
	}

	.b-transfer__el_right {
		display: inline-block;
		float: right;
		vertical-align: middle;
	}

	.b-form__desc {
		visibility: visible;
	}

	.b-form__sdesc {
		visibility: hidden;
	}

	.b-form__input_long {
		width: 310px;
	}

	.b-right-menu {
		padding: 24px 28px;
		padding-top: 22px;
		padding-left: 41px;
	}
}

@media screen and (min-width: 1399px) {
	.history-operations .operations-header .calendar-box {
		margin-right: 28px;
	}

	.history-operations .operations-header .calendar-box .calendar-inp > input {
		width: 168px;
	}

	.history-operations .operations-header .cont-toggler .search-inp {
		display: none;
	}
}

@media screen and (min-width: 1400px) {
	.h-wrap_left {
		width: 820px;
	}

	.h-wrap_right {
		width: 290px;
	}

	.h-wrap {
		width: 1340px;
	}

	.b-bank__acc-name {
		width: 320px;
	}

	.b-transfer {
		margin-bottom: 60px;
	}

	.b-transfer__el {
		padding: 20px 30px;
		padding-bottom: 15px;
		width: 580px;
	}

	.b-transfer__el_no_transfer {
		width: 49%;
	}

	.b-form__desc {
		height: 28px;
		line-height: 28px;
	}

	.b-form__tell-bl span {
		font-size: 18px;
	}

	.b-form__line {
		margin-bottom: 20px;
	}

	.b-form__line_rubl:after {
		line-height: 28px;
	}

	.b-form__line_dol:after {
		line-height: 28px;
	}

	.b-form__label {
		width: 100px;
		font-size: 18px;
	}

	.b-form__input {
		height: 28px;
		font-size: 18px;
		line-height: 28px;
	}

	.b-form__input_long {
		width: 415px;
	}
}

@media screen and (max-width: 1400px) {
	.sub-section {
		margin-left: 4.28571428571429%;
	}

	.confirm-sms {
		margin-left: 4.28571428571429%;
	}

	.quick-payment-item {
		margin-right: 20px;
		width: 200px;
	}
}

@media screen and (max-width: 1399px) {
	.history-operations .operations-header > .search-inp {
		display: none;
	}

	.limits-wrap {
		padding: 0 20px 30px 20px;
	}

	.limits-form-slider {
		right: 135px;
	}
}

@media screen and (max-width: 1300px) {
	.user-settings .info-col {
		float: none;
	}

	.user-settings .main-col {
		margin-right: 0;
	}
}

@media screen and (max-width: 1299px) {
	.limits-header-input {
		width: 400px;
	}
}

@media screen and (max-width: 1279px) {
	.limits-form--col1 {
		width: 68%;
	}

	.limits-form--col2 {
		padding-left: 35px;
		width: 31%;
	}
}

@media screen and (max-width: 1050px) {
	.list-temp {
		margin: 0 -10px;
	}

	.item-temp {
		margin-right: 6px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 1040px) {
	.wrapper--two-column > *:nth-child(1),
	.wrapper--two-column > *:nth-child(2) {
		float: none;
	}

	.credit-info {
		float: left;
		width: 59%;
	}

	.credit-pay {
		float: right;
		width: 290px;
	}
}

@media screen and (max-width: 1030px) {
	.col_payment {
		margin-right: 7%;
	}
}

@media screen and (max-width: 1020px) {
	.quick-payment {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}

	.quick-payment-sidebar {
		margin-top: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;

		-ms-flex-pack: distribute;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}

	.quick-payment-legal-person {
		margin-top: 0;
	}

	.quick-payment-app {
		margin-top: 0;
		width: 300px;
	}

	.bank-features {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}

	.bank-features-item {
		min-width: 300px;
	}
}

@media screen and (max-width: 990px) {
	.list-temp {
		margin: 0 0 0 -40px;
	}

	.item-temp {
		margin-right: 36px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 978px) {
	.history-operations .operations-header {
		padding: 18px 9px 10px;
	}

	.history-operations .oper-control-panel {
		padding: 0 0 0 10px;
	}

	.history-operations .oper-control-panel .type-peration ul li a {
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 970px) {
	.col_payment {
		margin-right: 25px;
		width: 550px;
	}

	.col_payment .info-form .item .inp-cont {
		width: 293px;
	}

	.col-items-info {
		width: 180px;
	}

	.card-box .backside .cont {
		padding: 0;
		width: 90px;
	}

	.inner-wrapper {
		display: block;
	}

	.help {
		margin-left: 160px;
		padding: 0 30px;
		min-width: -webkit-calc(100% - 160px);
		min-width:         calc(100% - 160px);
		max-width: none;
	}

	.main-content {
		width: -webkit-calc(100% - 160px);
		width:         calc(100% - 160px);
	}

	.operator-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}

	.support {
		padding-top: 25px;
	}

	.operator {
		margin: 30px 0;
	}

	.help-sidebar {
		margin-left: 0;
		min-width: initial;
	}

	.help-sidebar .operator-holder {
		display: block;
	}

	.product-help {
		margin-left: 160px;
		padding: 0 30px;
		min-width: -webkit-calc(100% - 160px);
		min-width:         calc(100% - 160px);
		max-width: none;
	}

	.product-main-content {
		width: -webkit-calc(100% - 170px);
		width:         calc(100% - 170px);
	}
}

@media screen and (max-width: 969px) {
	.hide-970 {
		display: none;
	}
}

@media screen and (max-width: 940px) {
	.sub-section {
		margin-top: 35px;
		margin-left: 0;
		width: 100%;
		min-width: auto;
	}

	.save-template {
		margin-top: 35px;
	}

	.login-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.sub-section.login-sub-section {
		margin-top: 0;
	}
}

@media screen and (max-width: 920px) {
	.wallet-info {
		width: 69.5945945945946%;
	}

	.side-bar {
		width: 190px;
	}
}

@media screen and (max-width: 900px) {
	.confirm-sms {
		margin-top: 35px;
		margin-left: 0;
		width: 100%;
		min-width: auto;
	}

	.confirm-sms-alert {
		margin-top: 50px;
		width: 340px;
	}
}

@media screen and (max-width: 865px) {
	.help-sidebar .operator {
		margin: 30px 0 30px;
	}

	.login {
		padding: 0 20px 30px 20px;
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	.credit-accessible_send {
		text-align: left;
	}

	.credit-accessible_send-fieldset {
		margin-bottom: 20px;
		display: block;
		float: none;
		width: 150px;
	}

	.fieldset--send-to {
		width: 100%;
	}
}

@media screen and (max-width: 799px) {
	.btn-toggle-label {
		font-size: 14px;
		line-height: 2;
	}

	.buttontab {
		padding: 5px;
	}

	.col_payment .info-form {
		padding: 17px 19px 15px;
	}

	.col_payment {
		margin-right: 0;
		float: none;
		width: auto;
	}

	.col_payment .info-form .item {
		margin-bottom: 18px;
	}

	.col_payment .info-form .item .inp-cont {
		float: none;
		width: auto;
	}

	.col_payment .info-form .item label {
		margin-bottom: 5px;
		padding: 0 10px;
		display: block;
		float: none;
		width: auto;
	}

	.card-box .backside {
		width: 370px;
	}

	.col-items-info {
		float: none;
		width: auto;
	}

	.col-items-info .item {
		margin: 0 14px 35px;
		display: inline-block;
		width: 210px;
		vertical-align: top;
	}

	.col_payment .btn_cont span {
		margin: 13px 0 0;
		display: block;
	}

	.col_payment .control-info .inp-cont label {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.col-items-info {
		padding: 50px 17px 0;
	}

	.limits-h1 {
		margin-top: 24px;
		margin-bottom: 0;
		font-size: 18px;
	}

	.limits-header {
		margin: 16px 0 20px 0;
	}

	.limits-header-label,
	.limits-header-input {
		float: none;
	}

	.limits-header-label {
		margin-top: 22px;
		font-size: 14px;
	}

	.limits-header-input {
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.limits-form {
		margin-top: 15px;
		padding-top: 19px;
	}

	.limits-form--col1 {
		width: 100%;
	}

	.limits-form--line {
		min-height: 100px;
	}

	.limits-form--line:last-of-type {
		padding-top: 20px;
	}

	.limits-form--col2 {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.limits-form-slider {
		top: 34px;
		right: 0;
		left: 0;
	}

	.limits-form-slider-input-wrap {
		margin-top: -4px;
	}

	.limits-form-slider-input--short {
		margin-right: 0;
	}

	.limits-form-slider-label {
		margin-top: 0;
		width: auto;
	}

	.limits-form-slider-scale {
		font-size: 10px;
	}

	.limits-tumbler--online,
	.limits-tumbler--abroad {
		width: 100%;
	}

	.limits-tumbler--default {
		margin-top: 29px;
		width: 290px;
	}

	.limits-tumbler-label {
		font-size: 14px;
		line-height: 2;
	}

	.limits-wrap > .btn-action {
		margin-top: 15px;
	}
}

@media screen and (max-width: 780px) {
	.title {
		width: 100%;
	}

	.login-page-title {
		margin-top: 20px;
	}

	.payment-template {
		display: none;
	}

	.wallet-info {
		float: none;
		width: 100%;
	}

	.side-bar {
		margin-top: 20px;
		float: none;
		width: 100%;
	}

	.button-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}

@media screen and (max-width: 770px) {
	.credit-info {
		float: none;
		width: 100%;
	}

	.credit-pay {
		float: none;
		width: 80%;
	}

	.credit-pay .credit_title {
		padding-top: 50px;
	}

	.credit-pay_item {
		margin-top: 30px;
	}

	.credit-pay_item:first-of-type {
		margin-top: 0;
	}
}

@media screen and (max-width: 760px) {
	.quick-payment-item {
		margin-bottom: 50px;
		width: 90px;
		height: 90px;
	}

	.quick-payment-item:nth-child(3n) {
		margin-right: 20px;
	}

	.quick-payment-holder {
		width: 100%;
		min-width: initial;
	}

	.quick-payment-sidebar {
		padding-bottom: 40px;
	}

	.quick-payment-title {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-top: 5px;
		margin-left: 0;
		width: 100%;
		font-size: 12px;
		text-align: center;
		color: #fff;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}

	.quick-payment-app {
		display: none;
	}
}

@media screen and (max-width: 759px) {
	.b-header__menu_toggler--inner {
		top: 73px;
	}

	.b-link {
		margin-top: 11px;
	}

	.list-temp {
		margin: 0 0 0 -20px;
	}

	.item-temp {
		margin-right: 16px;
		margin-left: 20px;
	}

	.user-settings .toggle-col {
		float: none;
	}

	.user-settings .item-col h3 {
		margin-bottom: 3px;
		font-size: 14px;
	}

	.par-input-holder label {
		float: none;
		width: auto;
		font-size: 12px;
	}

	.par-input-holder label span {
		margin-bottom: 3px;
		display: block;
		height: auto;
	}

	.par-input-holder .inp-cont {
		float: none;
		width: auto;
		max-width: 340px;
	}

	.user-settings .user-name {
		margin-bottom: 13px;
		font-size: 14px;
	}

	.user-settings .toggle-col {
		width: 320px;
	}

	.par-input-holder {
		margin-bottom: 7px;
	}

	.nav-history {
		margin-top: 73px;
		padding: 16px 20px;
	}

	.nav-history a,
	.nav-history b {
		display: inline-block;
		min-height: 33px;
		font-size: 12px;
	}

	.nav-history a:first-child {
		padding: 2px 10px 3px;
		font-size: 14px;
	}

	.history-operations .h-wrap_right .grad-box {
		display: none;
	}

	.history-operations .b-link {
		margin-top: 4px;
	}

	.history-operations .b-link a {
		display: block;
	}

	.inner-header {
		display: none;
	}

	.product-h2 {
		font-size: 18px;
	}

	.product-sidebar {
		display: none;
	}

	.product-sidebar-duplcate {
		margin: 15px -10px;
		display: block;
		font-size: 12px;
	}

	.product-help {
		margin-left: 0;
		width: 100%;
		min-width: initial;
	}

	.product-main-content {
		width: 100%;
	}

	.product-subtitle {
		font-size: 18px;
	}

	.product-calc-total {
		font-size: 18px;
	}

	.product-calc-total > span {
		font-size: 24px;
	}

	.product-calc-total--first,
	.product-calc-total--perc {
		font-size: 14px;
	}

	.product-slider-header > span {
		font-size: 14px;
	}

	.product-slider-scale > span {
		font-size: 10px;
	}

	.product-list-checked {
		font-size: 12px;
	}

	.product-buttonset-percent {
		text-align: center;
	}

	.product-percent-table td:nth-child(2n) {
		text-align: center;
	}

	.product-percent-highlight:after {
		-webkit-transform: scale(.7) translateX(10px);
		        transform: scale(.7) translateX(10px);
	}

	.product-how-to p {
		margin: auto;
		margin-top: 15px;
		width: 80%;
		font-size: 10px;
	}

	.product-how-to--icon1 {
		width: 32px;
		height: 32px;
		background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
		background-position: -307px -108px;
	}

	.product-how-to--icon2 {
		width: 32px;
		height: 32px;
		background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
		background-position: -347px -108px;
	}

	.product-how-to--icon3 {
		width: 32px;
		height: 32px;
		background-image: url('sprite.png')/*tpa=http://csssr.github.io/temple/dist/assets/images/sprite.png*/;
		background-position: -267px -108px;
	}

	.product-how-to--arrow {
		top: 14px;
	}

	.product-application-form {
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
	}

	.product-application-form-label {
		position: relative;
		top: 0;
		left: 0;
		padding-bottom: 6px;
		display: block;
	}

	.product-application-form-input {
		max-width: 500px;
	}

	.product-application-form-btn {
		width: auto;
	}

	.product-application-form-btn-wrap {
		text-align: center;
	}

	.hide-760 {
		display: none;
	}
}

@media screen and (max-width: 730px) {
	.list-temp {
		text-align: center;
	}

	.b-link-group {
		margin-top: 18px;
		margin-left: 26px;
		display: block;
	}
}

@media screen and (max-width: 670px) {
	.sidebar {
		display: none;
	}

	.sidebar-duplciate {
		margin: 15px 0;
		display: block;
	}

	.help {
		margin-left: 0;
		width: 100%;
		min-width: initial;
	}

	.main-content {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.history-operations .operations-header {
		padding: 10px 9px 0;
	}

	.history-operations .operations-header .cont-toggler {
		padding: 0 0 3px;
	}

	.cont-toggler .search-inp {
		margin: 0 0 8px;
	}

	.history-operations .oper-control-panel .link {
		padding: 4px 0;
	}

	.history-operations .oper-control-panel .link a {
		font-size: 12px;
	}

	.history-operations .oper-control-panel .link a:before {
		display: none;
	}

	.history-operations .operations-header .calendar-box .calendar-inp > input {
		width: 140px;
	}

	.history-operations .curent-operation .b-bank__name {
		margin: 0;
		padding: 0 10px;
		min-height: 26px;
		font-size: 18px;
	}

	.history-operations .curent-operation .cont {
		margin-bottom: 32px;
	}

	.history-operations .curent-operation .cont .info-table {
		font-size: 12px;
	}

	.history-operations .oper-control-panel {
		padding: 0;
	}

	.history-operations .oper-control-panel .type-peration ul li a {
		margin: 0 4px 0 0;
	}

	.history-operations .operations-holder {
		font-size: 12px;
	}

	.history-operations .operations-time span {
		margin-left: 5px;
		display: inline;
	}

	.history-operations .operations-item {
		padding: 6px 11px !important;
	}

	.history-operations .operations-time,
	.history-operations .operations-name,
	.history-operations .operations-value {
		padding-left: 24px !important;
	}
}

@media screen and (max-width: 565px) {
	.card-box .frontside {
		width: 320px;
	}

	.inp70 {
		width: 62px !important;
	}

	.card-box .frontside .num-card input {
		margin: 0 0 0 3px;
	}
}

@media screen and (max-width: 560px) {
	[data-datepicker] {
		width: 125px;
	}
}

@media screen and (max-width: 540px) {
	.credit-accessible_desc-value:nth-child(2),
	.credit-accessible_desc-value:nth-child(3),
	.credit-accessible_desc-value:nth-child(4),
	.credit-accessible_desc-value:nth-child(5) {
		display: none;
	}

	.credit-info_link {
		float: left;
		clear: both;
	}

	.sms-popup {
		padding: 27px;
		padding-bottom: 60px;
		width: 90%;
	}

	.sms-popup-pass {
		margin-bottom: 15px;
	}

	.quick-payment-legal-person {
		margin-top: 40px;
	}

	.bank-features-item:last-child {
		width: 100%;
		min-width: initial;
	}

	.message-item {
		padding: 10px 0 10px 40px;
		height: 70px;
	}

	.message-item--header {
		height: 50px;
	}

	.message-item--header .message-data,
	.message-item--header .message-theme {
		display: none;
	}

	.message-checkbox {
		position: absolute;
		top: 50%;
		left: 5px;
		height: auto;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.message-data {
		font-size: 12px;
	}

	.message-theme {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.statement-popup {
		max-width: 294px;
	}

	.statement-popup .item-block.sel-block label,
	.statement-popup .item-block.sel-block .b-fselect,
	.statement-popup .item-block.control-block .cont {
		float: none;
		width: 100%;
	}

	.statement-popup .content-popup {
		padding: 0 0 13px;
	}

	.statement-popup .item-block.sel-block label {
		margin-bottom: 11px;
	}

	.statement-popup .item-block.control-block button {
		margin-top: 25px;
		float: none;
	}

	.statement-popup .item-block {
		padding: 19px 27px;
	}

	.calendar-block .links {
		padding-top: 4px;
		font-size: 12px;
	}

	.calendar-block .links a {
		margin: 0 5px;
	}
}

@media screen and (max-width: 510px) {
	.main-section--list {
		width: 100%;
	}

	.confirm-section {
		width: 100%;
	}

	.help {
		margin: 15px 0;
		padding: 0 10px;
	}

	.main-content {
		padding: 0 10px;
	}

	.operator-holder {
		display: block;
	}

	.title {
		margin-top: 0;
	}

	.paragraph {
		font-size: 14px;
		line-height: 18px;
	}

	.sub-item {
		margin-top: 0;
	}

	.note {
		padding: 13px;
		font-size: 12px;
		line-height: 18px;
	}

	.wallets-value,
	.operations-header,
	.operations-header {
		padding: 8px;
	}

	.wallets-money {
		font-size: 14px;
	}

	.wallets-money span {
		font-size: 18px;
	}

	.wallet-item {
		padding: 5px;
		min-height: 40px;
	}

	.wallet-name {
		padding-right: 5px;
		width: auto;
		font-size: 14px;
	}

	.wallet-value {
		font-size: 14px;
	}

	.wallet-value--translated {
		font-size: 10px;
	}

	.wallet-number {
		overflow: hidden;
		width: 60px;
		white-space: nowrap;
		text-overflow: ellipsis;

		direction: rtl;
	}

	.wallet-number span {
		display: none;
	}

	.ad {
		padding: 20px 0 20px 80px;
		height: auto;
	}

	.operations-header {
		padding: 8px;
	}

	.operations-title {
		font-size: 14px;
	}

	.operations-more {
		padding-top: 0;
		font-size: 12px;
	}

	.operations-item {
		padding: 10px 20px;
		        flex-direction: column;
		height: auto;

		-webkit-align-items: flex-start;
		        align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: start;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
	}

	.operations-name,
	.operations-value {
		padding-top: 10px;
		padding-left: 30px;
	}

	.operations-value {
		position: static;
		top: auto;
		right: auto;
		-webkit-transform: none;
		        transform: none;
	}

	.product-help {
		margin: 15px 0;
		padding: 0 10px;
	}

	.product-main-content {
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	.credit-accessible_send {
		padding: 10px;
	}

	.credit-info_table {
		min-width: 500px;
	}

	.kurs-graph-sort-name {
		padding-bottom: 5px;
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.confirm-name {
		padding-bottom: 13px;
		padding-left: 0;
		width: 100%;
	}

	.confirm-item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.credit-accessible_title {
		display: none;
	}

	.fieldset-header {
		font-size: 12px;
	}

	.credit-pay {
		width: 100%;
	}

	.credit-pay .credit_title {
		padding-left: 0;
	}

	.credit-pay_item {
		padding-left: 0;
	}

	.credit-pay_item:after {
		display: none;
	}

	.login-action {
		margin-left: 0;
	}
}

@media screen and (max-width: 479px) {
	.b-nav-list {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}

	.b-link {
		margin-top: 6px;
	}

	.b-link span {
		display: none;
	}

	.limits-wrap {
		padding: 0 10px 30px 10px;
	}

	.limits-h1 {
		margin-top: 19px;
	}

	.product-calc-wrap {
		padding: 30px 10px;
	}

	.product-calc-total {
		padding: 30px 10px;
	}

	.product-calc-total-values {
		padding: 10px;
	}

	.product-advantages--item {
		width: 49%;
		min-width: 110px;
	}
}

@media screen and (max-width: 478px) {
	.history-operations .curent-operation .cont .info-table,
	.history-operations .curent-operation .cont .info-sub,
	.history-operations .oper-control-panel .l-col,
	.history-operations .oper-control-panel .link {
		float: none;
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 475px) {
	.card-box .frontside {
		margin: 0 auto;
		float: none;
		width: 300px;
	}

	.inp70 {
		width: 62px !important;
	}

	.card-box .frontside .num-card input {
		margin: 0;
	}

	.card-box .backside {
		position: relative;
		top: -20px;
		margin: 0 auto;
		padding: 40px 0 0;
		width: 300px;
		min-height: 100px;
		text-align: left;
	}

	.card-box .backside .cont {
		margin: 0 auto;
		padding: 0 20px 40px;
		float: none;
		width: auto;
	}

	.card-box {
		margin-bottom: 18px;
	}

	.card-box .frontside .date-card,
	.card-box .frontside .user-card,
	.card-box .frontside .title-card,
	.card-box .frontside .num-card {
		padding: 0 20px 0 20px;
	}
}

@media screen and (max-width: 430px) {
	.par-input-holder .inp-cont {
		max-width: 300px;
	}

	.user-settings .toggle-col {
		width: 300px;
	}

	.user-settings .info-col {
		width: 300px;
	}

	.service-block .link {
		width: 100px;
		text-align: right;
	}

	.service-block .cont {
		padding: 0 110px 0 0;
	}

	.user-settings .main-col {
		width: 300px;
	}

	.status {
		padding: 85px 20px 20px;
		        flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.status:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media screen and (max-width: 420px) {
	.history-operations .operations-header .calendar-box .calendar-inp > input {
		width: 96px;
	}

	.login-input {
		width: 90%;
	}

	.quick-payment-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 390px) {
	.confirm-sms-box {
		margin: 0 auto;
		width: 225px;
		height: 190px;
	}

	.confirm-value {
		width: 100%;
	}

	.sms-box-inputs {
		        flex-direction: column;

		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: center;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
	}

	.sms-box-pass {
		margin-bottom: 20px;
	}

	.confirm-sms-alert {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.b-header_mobile--inner .btn-action {
		width: 100px;
		height: 35px;
	}
}

