/*-- style reset.css --*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#pmOverlay {
	display: block;
	position: absolute;
	top: 24px!important;
	left: 50%!important;
	width: 1250px!important;
	opacity: 0.5;
	margin: 0 0 0 -625px !important;
	z-index: 15000;
}

html {
	height: 100%;
}
body {
	min-width: 320px;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
a,
a:focus,
a:visited {
	color: #289e43;
}
a:hover {
	color: #ff9100;
	text-decoration: none !important;
}
h1 {
	font-family: 'PT Serif', serif;
	font-size: 49px;
	color: #343434;
	margin: 18px 0 30px;
}
h2 {
	font-family: 'PT Serif', serif;
	font-size: 36px;
	line-height: 40px;
	color: #505050;
	margin: 30px 0 26px;
}
h3 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 25px;
	color: #505050;
	margin: 20px 0;
}
h4 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 19px;
	color: #505050;
	margin: 20px 0;

}
input,
textarea {
	outline: none !important;
}

.clear:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.orange {
	color: #fa8e02;
}
.special_link{
    padding-left: 42px;
    padding-top: 7px;
    display: inline-block;
    position: relative;
}
.special_link::before{
    content: " ";
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    background-image: url(/i/eye.png);
    left: 0;
}
.btn {
	display: inline-block;
	font-size: 13px;
	padding: 6px 10px 4px;
	border-radius: 0;
	border: 1px solid #cecece;
	color: #289e43;
	outline: none!important;
}
.btn:hover {
	background-color: #fff;
	color: #ff9100;
}
.btn:focus {
	color: #289e43;
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn.btn-big {
	font-size: 17px;
	padding: 6px 17px;
}
.btn.btn-white {
	background-color: #fff;
	color: #19a23b;
	border-color: #19a23b;
}
.btn.btn-white:hover {
	color: #ff9100;
	border-color: #ff9100;
}
.btn.btn-orange {
	color: #fff;
	background-color: #f7ae12;
	border-color: #f7ae12;
}
.btn.btn-orange:hover {
	background-color: #ff8f00;
	border-color: #ff8f00;
}
.btn.btn-green {
	color: #fff;
	background-color: #289e43;
	border-color: #289e43;
}
.btn.btn-green:hover {
	background-color: #00bf38;
	border-color: #00bf38;
}
.btn.btn-gold {
	color: #fff;
	background-color: #bfa96e;
	border-color: #bfa96e;
}
.btn.btn-gold:hover {
	background-color: #b99136;
	border-color: #b99136;
}
.btn.btn-grey {
	color: #7f7f7f;
	background-color: #fff;
	border-color: #cecece;
}
.btn.btn-grey:hover {
	color: #ff9100;
	border-color: #ff9100;
}
.btn.btn-tr {
	border-color: #289e43;
	color: #289e43;
}
.btn.btn-tr:hover {
	background-color: transparent;
	color: #ff9100;
	border-color: #ff9100;
}
.btn.back {
	position: relative;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px 5px 40px;
}
.btn.back:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../i/sprite.png) -35px -78px no-repeat;
	width: 27px;
	height: 15px;
	left: 8px;
	top: 7px;
}
.btn.back:hover:before {
	background-position: -63px -78px;
}
.nowrap {
	white-space: nowrap;
}
#mainpage {
	width: 100%;
	height: auto;
	display: block;
	/*overflow: hidden;*/
	position: relative;
	z-index: 2;
	/*padding-top: 246px;*/
}
#mainpage.open:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.panel {
	width: 320px;
	background: #289e43;
	color: #FFFFFF;
	/*position: absolute; */
	position: fixed;
	top: 0;
	left: -200%;
	height: 100%;
	z-index: 5;
	padding: 10px 15px;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	overflow: auto;
}
.panel .btn-close {
	float: right;
	/*position: relative;*/
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 2;
	width: 17px;
	height: 18px;
	background: url(../i/sprite.png) 0 -226px no-repeat;
	border: none;
	padding: 0;
	margin: 6px 5px;
}
.panel .btn-big {
	width: 100%;
	margin-top: 20px;
}
.panel .search {
	display: block;
	position: relative;
	padding: 0;
	margin: -10px -15px 0;
	padding: 10px 15px;
	background-color: #393939;
	z-index: 1;
}
.panel .search .form {
	display: block;
	width: 248px;
	height: 31px;
	position: relative;
	margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.panel .search .form input[type="text"] {
	display: block;
	width: 100%;
	line-height: 31px;
	height: 31px;
	color: #575757;
	border: 1px solid #575757;
	background-color: #ffffff;
	padding-right: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel .search .btn--search {
	position: absolute;
	right: 6px;
	top: 3px;
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	background-color: transparent;
	color: #393939;
	border: none;
}
.panel .search .btn--search i {
	transform: scale(-1, 1);
}
.panel .search .btn--search:hover {
	color: #ff9100;
}
.nav-panel {
	margin: 0 -15px;
	background-color: #393939;
	overflow: auto;
}
.nav-panel > li {
	border-top: 1px solid #575757;
}
.nav-panel > li > a,
.nav-panel > li > a:hover,
.nav-panel > li > a:active,
.nav-panel > li > a:focus,
.nav-panel > .open > a,
.nav-panel > .open > a:hover,
.nav-panel > .open > a:active,
.nav-panel > .open > a:focus{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.38);
	background-color: transparent;
}
.nav-panel > li a i,
.nav-panel > li a:hover i,
.nav-panel > li a:active i,
.nav-panel > li a:focus i {
	margin-right: 5px;
	color: #74d98a;
	text-shadow: none;
}

.nav-panel > li a:hover{
	background-color: #fa8e02;
}
.nav-panel > li.active > a > i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-panel .dropdown-menu,
.nav-panel .drop {
	background: #fff;
	display: none;
	position: static;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: auto;
    min-width: 0;
    float: none;
	padding: 0;
	
}



.nav-panel .dropdown-menu li a,
.nav-panel .drop li a {
	display: block;
	text-transform: none;
	text-shadow: none;
	padding: 10px 15px 10px 38px;
	text-decoration: none;
	position: relative;
	color: #17903d;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.nav-panel .dropdown-menu li:hover a,
.nav-panel .drop li:hover a {
	color: #fff;
	text-decoration: none;
}

.nav-panel.nav-dop {
	margin: 20px 0 0;
	background-color: transparent;
	border-top: none;
}
.nav-panel.nav-dop > li {
	border-top: none;
}
.nav-panel.nav-dop  > li > a,
.nav-panel.nav-dop  > li > a:hover,
.nav-panel.nav-dop  > li > a:active,
.nav-panel.nav-dop  > li > a:focus,
.nav-panel.nav-dop  > .open > a,
.nav-panel.nav-dop  > .open > a:hover,
.nav-panel.nav-dop  > .open > a:active,
.nav-panel.nav-dop  > .open > a:focus {
	font-weight: 400;
	text-shadow: none;
	font-size: 14px;
	line-height: 21px;
}
.nav-panel.nav-dop > li > a {
	padding-left: 30px !important;
	color: #fff;
}

.nav-panel.nav-dop > li > a i {
	left: 0 !important;
}
.nav-panel.nav-dop > li a:hover{
	background-color: transparent;
	text-decoration: underline;
}
.nav-panel.nav-dop > li.active > a > i{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.nav-panel .dropdown-menu li a,
.nav-panel .drop li a {
	padding-left: 30px;
}
.nav-panel.nav-dop .dropdown-menu li:hover a,
.nav-panel.nav-dop .drop li:hover a {
	color: #ff9100;
	text-decoration: underline;
}

.transition {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/* Header */
.header {
	padding: 30px 0 3px;
	/*position: fixed;*/
	width: 100%;
	background-color: #fff;
	z-index: 2000;
	top: 0;
	/*-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;*/
}

.header.scroll {
	position: fixed;
	padding-top: 0 !important;
}
.header.scroll>.container {
	display: none;
}

.header .office {
	margin: 4px 28px 34px;
}
.logo {
	display: block;
	overflow: hidden;
	margin: 7px 0 0 -12px;
	position: relative;
}
.logo .logo-small {
	display: none;
}
.logo img {
	max-width: 100%;
}
.logo .slogan {
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color: #909090;
	position: absolute;
	left: 133px;
	bottom: 1px;
}
.office span {
	display: block;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 4px;
}
.office .office-lnk {
	display: block;
	padding: 3px 0 0;
	margin-bottom: -5px;
	font-size: 18px;
	font-weight: 700;
	color: #289e43;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.office .office-lnk i {
	margin: 0 9px 0 2px;
	font-size: 20px;
	line-height: 22px;
}
.office .office-lnk.open i{
	-webkit-transform:  rotate(180deg);
	-ms-transform:  rotate(180deg);
	-o-transform:  rotate(180deg);
	transform:  rotate(180deg);
}
.office .office-lnk span {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px dashed #289e43;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 88%;
	overflow: hidden;
}
.office .office-lnk:hover {
	color: #FF9100;
}
.office .office-lnk:hover span {
	border-bottom-color: #FF9100;
}
.office .office-drop {
	display: none;
	position: absolute;
	background-color: #fff;
	border-top: 5px solid #289e43;
	z-index: 2;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.21);
	padding: 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.office .office-drop__item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	min-width: 215px;
	margin-bottom: 10px;
}
.office .office-drop .title {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	color: #383838;
	text-decoration: none !important;
	margin-bottom: 5px;
}
.office .office-drop ul li,
.content .office .office-drop ul li {
	padding-left: 10px !important;
}
.office .office-drop ul li a,
.content .office .office-drop ul li a{
	display: block;
	font-size: 14px;
	line-height: 27px;
	position: relative;
}
.office .office-drop ul li a i,
.content .office .office-drop ul li a i {
	display: none;
	font-weight: 700;
	color: #7c7c7c;
	position: absolute;
	left: -9px;
	top: 6px;
}
.office .office-drop ul li.current a {
	color: #313131;
}
.office .office-drop ul li.current a i {
	display: inline-block;
}
.office-inner:hover .office-drop {
	display: block;
}

.header-lnks {
	margin: 28px 0 26px 29px;
}
.header-lnks .lnk,
.nav-lnks .lnk {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	text-decoration: underline;
}
.nav-lnks .lnk {
	color: #ffffff;
	font-size: 14px;
}
.header-lnks .lnk:before,
.nav-lnks .lnk:before {
	content: '';
	display: inline-block;
	background-image: url(../i/sprite.png);
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 5px;
	margin-top: -2px;
	width: 14px;
	height: 19px;
}
.header-lnks .lnk--otd,
.nav-lnks .lnk--otd {
	margin-right: 21px;
}
.header-lnks .lnk--otd:before {
	background-position: 0 0;
}
.header-lnks .lnk--otd:hover:before,
.nav-lnks .lnk--otd:hover:before  {
	background-position: -37px 0;
}
.header-lnks .lnk--bank:before {
	background-position: -20px 0;
	margin-top: -1px;
}
.header-lnks .lnk--bank:hover:before, 
.nav-lnks .lnk--bank:hover:before {
	background-position: -55px 0;
}
.nav-lnks .lnk--otd:before {
	background-position: -73px 0;	
}
.nav-lnks .lnk--bank:before {
	background-position: -93px 0;	
}
.header-lnks--scroll {
	display: none;
}
.angle {
	display: inline-block;
	margin: 7px;
}
.angle > div {
	width: 0;
	border-right: 1px solid #c9c9c9;
	height: 53px;
}
.angle--top {
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.angle--bottom {
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
	margin-top: -5px;
}
.phone {
	display: inline-block;
	vertical-align: top;
	margin: 5px 21px;
}
.phone dl {
	margin-bottom: 14px;
	font-size: 14px;
	color: #7d7d7d;
}
.phone dl dt {
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}
.phone dl dd {
	font-size: 22px;
	font-weight: 300;
	color: #2e2e2e;
	margin-left: -2px;
}
.phone dl dd span {
	font-weight: 400;
}
.call {
	margin: 7px -15px 7px -25px;
}
.call > div {
	display: inline-block;
	vertical-align: top;
}
.call .radius {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 6px;
}
.call .radius span {
	display: block;
	width: 22px;
	height: 31px;
	border: 2px solid #cecece;
	border-radius: 11px / 15px;
}
.call dl {
	vertical-align: top;
	color: #7d7d7d;
	margin-bottom: 9px;
}
.call dl dt {
	font-size: 12px;
}
.call dl dd {
	font-size: 17px;
	color: #5f5f5f;
	margin-top: 9px;
}
.voice {
	display: inline-block;
	position: relative;
}
.voice .btn {
	margin-bottom: 3px;
}
.voice .btn:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url(../i/sprite.png) -43px -52px no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-top: 1px;
}
.voice .btn i {
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 3px;
	display: none;
}
.voice .btn:hover,
.voice .btn.open {
	color: #fff;
	background-color: #ff9100;
	border-color: #ff9100;
}
.voice .btn:hover:before,
.voice .btn.open:before{
	background-position: -58px -52px;
}

.voice__drop {
	display: none;
	position: absolute;
	background-color: #fff;
	border-top: 5px solid #ff9100;
	z-index: 2;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.21);
	padding: 15px 15px 30px;
	width: 327px;
	right: 0;
}
.voice__drop .btabs span {
	display: inline-block;
	font-weight: 700;
	position: relative;
	font-size: 13px;
	line-height: 17px;
	color: #464646;
	padding-left: 30px;
	margin-bottom: 5px;
}
.voice__drop .btabs span:before {
	content: '*';
	position: absolute;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	width: 21px;
	height: 21px;
	background-color: #4d4d4d;
	color: #fff;
}
.voice__drop .btabs ol {
	counter-reset: num -1;
}
.voice__drop .btabs ol li {
	font-weight: 700;
	position: relative;
	font-size: 13px;
	line-height: 17px;
	color: #464646;
	padding-left: 30px;
	margin-bottom: 10px;
}
.voice__drop .btabs ol li:before {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	width: 21px;
	height: 21px;
	background-color: #4d4d4d;
	color: #fff;
}
.voice__drop .btabs ol li ol {
	margin: 10px 0 0;
	counter-reset: num;
}
.voice__drop .btabs ol li ol li:before {
	border: 1px solid #5c5c5c;
	background-color: #f0f0f0;
	color: #000000;
}
.voice:hover .voice__drop {
	display: block;
}
.navbar {
	margin: 17px 0 0;
	border: none;
	background-color: #19a23b;
	color: #fff;
	border-radius: 0;
}
.navbar .navbar-nav {
	margin-left: -19px;
}
.navbar .navbar-nav > li {
	margin: 6px 0 6px 5px;
}
.navbar .navbar-nav > li:first-of-type {
	margin-left: 0;
}
.navbar .navbar-nav > li > a {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
	padding: 15px 10px;
	border: 1px solid transparent;
	position: relative;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	background-color: transparent;
	border-color: #80d196;
}
.navbar .navbar-nav > li > a i {
	text-shadow: none;
	color: #74d98a;
	background-color: #00a32d;
}
.navbar .navbar-nav > li.open a {
	border-color: #80d196;
}
.navbar .navbar-nav > li.active a,
.navbar .navbar-nav > li.active.open a,
.navbar .navbar-nav > li.active.open a:hover {
	background-color: #ff9100;
	border-color: #fff;
}
.navbar .navbar-nav > li.active a i,
.navbar .navbar-nav > li.active.open a i,
.navbar .navbar-nav > li.active.open a:hover i {
	background-color: transparent;
	color: #fff;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
	background-color: transparent;
}
.navbar .dropdown-menu {
	min-width: 100%;
	padding-bottom: 0;
	border: none;
	border-radius: 0;
	left: 0;
	right: initial;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.21);
}

.navbar .dropdown-menu ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 30px 30px 25px;
}

.navbar .dropdown-menu li {
	margin-bottom: 17px;
	width: 190px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.navbar .dropdown-menu li a {
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	color: #289e43;
	background-color: transparent !important;
	padding: 0;
	white-space: normal;
	text-decoration: underline !important;
}
.navbar .dropdown-menu li a:hover {
	color: #ff9100;
}

.navbar .dropdown-menu .all-services {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	color: #289e43;
	background-color: transparent !important;
	text-decoration: underline !important;
	padding: 25px 30px;
	border-top: 1px solid #e0e0e0 !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar .dropdown-menu .all-services:hover {
	background-color: #ff9100 !important;
	color: #fff;
	border-top-color: transparent !important;
}

.navbar .nav-dop {
	margin-left: 0;
	margin-right: -41px;
}
.navbar .nav-dop > li {
	margin: 8px 0 9px 25px;
}
.navbar .nav-dop > li > a,
.nav-dop > li > a {
	font-size: 16px;
	color: #c3f9d0;
	text-shadow: none;
	padding: 15px 14px 11px 17px;
}
.navbar .nav-dop > li > a:hover,
.navbar .nav-dop > li > a:active {
	color: #fff;
}
.navbar .nav-dop > li > a i,
.nav-dop > li > a i  {
	position: absolute;
	background: #00a32d url(../i/sprite.png) 0 0 no-repeat;
	height: 31px;
	left: -5px;
	margin-top: -13px;
	top: 50%;
	line-height: 31px;
}
.navbar .nav-dop > li.key i,
.nav-dop > li.key i {
	background-position: 0 -19px;
	width: 20px;
	left: -8px;
	margin-top: -15px;
}
.navbar .nav-dop > li.msg i,
.nav-dop > li.msg i {
	background-position: -29px -19px;
	width: 18px;
	left: -8px;
	margin-top: -15px;
}
.navbar .nav-dop > li.quest i,
.nav-dop > li.quest i {
	background-position: -55px -19px;
	width: 19px;
	left: -8px;
	margin-top: -15px;
}
.navbar .nav-dop .dropdown-menu ul{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	padding: 20px 20px 15px;
}
.navbar .nav-dop .dropdown-menu li {
	/*width: 120px;*/
}
.navbar .nav-dop .dropdown-menu li a {
	/*font-weight: 400;*/
}
.navbar .search {
	margin-left: 2px;
}
.navbar .search .search-btn {
	width: 53px;
	height: 48px;
	padding: 0;
	line-height: 52px;
	text-align: center;
}
.navbar .search .search-btn i {
	position: static;
	font-size: 26px;
	line-height: 15px;
	background: none;
	color: #fff;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.navbar .search .search-btn:hover i,
.navbar .search .search-btn:active i {
	color: #fff;
}
.navbar .search .search-drop {
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #fff;
	width: 286px;
	right: 0;
	z-index: 2;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.21);
}
.navbar .search .search-drop .form {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
.navbar .search .search-drop input[type="text"] {
	width: 100%;
	padding: 0 30px 0 10px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #d3d3d3;
	color: #2E2E2E;
}
.navbar .search .search-drop input[type="submit"] {
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(../i/sprite.png) 0 -51px no-repeat;
	border: none;
	right: 5px;
	top: 7px;
}
.navbar-header {
	display: none;
	margin: 0!important;
	padding: 15px 0 14px;
}

.navbar-header .panel-btn {
	float:left;
	color: #ffffff;
}

.navbar-header .panel-btn b {
	display: inline-block;
	vertical-align: middle;
}
.navbar-header .panel-btn b + b {
	font-weight: normal;
	text-decoration: underline;
	margin-left: 8px;
}
.navbar-header .panel-btn .icon-bar {
	display: block;
	width: 31px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 1px;
}
.navbar-header .panel-btn .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-header .panel-btn:hover {
	text-decoration: none;
	color: #ff9100;
}
.navbar-header .panel-btn:hover .icon-bar {
	background-color: #ff9100;
}
.navbar-header .panel-btn:focus {
	outline: none;
	text-decoration: none;
}

.navbar-header .nav-lnks {
	float:right;
}
.nav-lnks .lnk {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	text-decoration: underline;
}
.nav-lnks .lnk:hover {
	color: #FF9100;
}

.nav-lnks .lnk:before {
	content: '';
	display: inline-block;
	background-image: url(../i/sprite.png);
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px;
	width: 14px;
	height: 19px;
}

.nav-lnks .lnk--otd {
	margin-right: 21px;
}
.nav-lnks .lnk--otd:before {
	background-position: -73px 0;	
}
.nav-lnks .lnk--otd:hover:before  {
	background-position: -37px 0;
}
.nav-lnks .lnk--bank:before {
	background-position: -93px 0;	
} 
.nav-lnks .lnk--bank:hover:before {
	background-position: -55px 0;
}



.slider {
	position: relative;
}
.slider .pic {
	text-align: center;
	line-height: 0;
}
.slider .pic img {
	height: 100%;
	float: right;
}
.slider .pic--orange {
	background: #fcbc36;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYmMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRmNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcbc36), color-stop(100%, #ffdf57));
	background: -webkit-linear-gradient(top, #fcbc36 0%, #ffdf57 100%);
	background: linear-gradient(to bottom, #fcbc36 0%, #ffdf57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbc36', endColorstr='#ffdf57', GradientType=0);
}
.slider .caption-wrap {
	width: 100%;
	position: absolute;
	top: 0;
}
.slider .caption {
	//padding: 46px 44px;
	padding: 32px 16px 46px 20px;
}
.slider .caption h2 {
	font-family: 'PT Serif', serif;
	//font-size: 89px;
	font-size: 59px;
	//line-height: 75px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(107, 50, 0, 0.55);
	margin: 7px 0 17px;
}
.slider .caption .text {
	//font-size: 27px;
	//line-height: 37px;
    font-size: 21px;
    line-height: 30px;
	font-weight: 300;
	color: #702809;
	margin: 0 3px 26px;
}
.slider .caption .btn {
	margin: 0 5px;
}
.services {
	margin-bottom: 10px;
}
.services .slick-slide {
	text-align: center;
	outline: none !important;
	text-decoration: none !important;
}
.services .slick-slide .icon {
	position: relative;
	text-align: center;
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}
.services .slick-slide .icon > div {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 120px;
	text-align: center;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.services .slick-slide .icon > div.default {
	opacity: 1;
}
.services .slick-slide .icon > div.hover {
	opacity: 0;
}
.services .slick-slide .icon > div img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.services .slick-slide span {
	display: inline;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #17a638;
	border-bottom: 1px solid #17a638;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.services .slick-slide:hover .icon > div.default {
	opacity: 0;
}
.services .slick-slide:hover .icon > div.hover {
	opacity: 1;
}
.services .slick-slide:hover span {
	color: #FF9100;
	border-color: #FF9100;
}
.inform {
	background-color: #f5f5f5;
	position: relative;
	padding: 62px 0 55px;
}
.inform:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, rgba(231, 231, 231, 0)));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, rgba(231, 231, 231, 0) 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, rgba(231, 231, 231, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#00e7e7e7', GradientType=0);
}
.inform .news__item {
	margin: 6px 10px;
}
.inform .news__item .date {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #8a8a8a;
	margin-bottom: 10px;
}
.inform .news__item .title {
	font-size: 17px;
	color: #289e43;
	text-decoration: underline;
	display: block;
	margin-bottom: 12px;
}
.inform .news__item .title:hover {
	color: #ff9100;
}
.inform .news__item .text {
	font-size: 14px;
	line-height: 20px;
	margin: 0 3px;
}
.inform .news__lnks {
	margin: 10px 11px;
}
.inform .news__lnks .btn {
	padding: 8px 10px 6px;
	margin-right: 5px;
}	
.inform .news__lnks .btn.all {
	position: relative;
}
.inform .news__lnks .btn.all:before {
	content: '';
	display: inline-block;
	background: url(../i/sprite.png) 0 -78px no-repeat;
	width: 12px;
	height: 15px;
	vertical-align: top;
	margin: 1px 9px 0 -2px;
}
.inform .news__lnks .btn.all:hover:before {
	background-position: -14px -78px;
}
.course {
	margin: 0 10px;
}
.course h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 27px;
	font-weight: 300;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0;
}
.course h2 a {
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none !important;
}
.course h2 a:hover {
	text-decoration: none !important;
	color: #FF9100;
	border-bottom-color: #FF9100;
}
.course .office {
	margin: 20px 0;
}
.course .office .office-lnk span {
	font-size: 16px;
}
.course .office .office-lnk i {
	margin-right: 6px;
	line-height: 22px;
}	
.course__tbl {
	margin: 11px 0;
	font-size: 19px;
	line-height: 21px;
	color: #000;
	width: 100%;
}
.course__tbl th {
	font-size: 13px;
	font-weight: 700;
	color: #6e6e6e;
}
.course__tbl td {
	padding: 5px 0;
}
.course__tbl td span {
	font-size: 18px;
	font-weight: 700;
	color: #ff9100;
}
.course .date {
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 21px;
	color: #838383;
}
.course .date span {
	font-size: 14px;
	/*margin-left: 7px;*/
	color: #289e43;
}
.maps {
	margin-left: 25px;
}
.maps #map1,
.maps #map2 {
	height: 191px;
	border: 1px solid rgba(0,0,0,0.15);
}
.maps .innertabs {
	position: relative;
}
.maps .btabs {
	border: 5px solid #fff;
}
.tabs {
	display: block;
}
.tabs .ultabs {
	overflow: hidden;
	width: 100%;
}
.tabs .ultabs li {
	float: left;
	background: none;
	padding: 0;
	text-align: center;
	margin-right: 5px;
}
.tabs .ultabs li a {
	display: block;
	text-decoration: none;
	outline: none;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	padding: 6px 15px;
	min-width: 82px;
	color: #fff;
	background-color: #289e43;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.tabs .ultabs li a:hover {
	background-color: #00bf38;
}
.tabs .ultabs li.tabcurrent a {
	background-color: #fff;
	color: #393939;
}	
.tabs .btabs {
	overflow: hidden;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 226px;
	height: 201px;
}
.tabs .btabs .innertabs {
	display: none;
	height: 100%;
	background-color: #fff;
}
.tabs .btabs .innertabs:first-child {
	display: block;
}
.tabs--voice .ultabs li {
	width: 50%;
	margin-right: -1px;
	border-left: 1px solid #b2b2b2;
}
.tabs--voice .ultabs li a {
	background-color: #fff !important;
	color: #289e43;
	padding: 0 20px;
}
.tabs--voice .ultabs li span {
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	padding-left: 0;
	border-bottom: 1px dashed #289e43;
}
.tabs--voice .ultabs li i {
	display: none;
}
.tabs--voice .ultabs li:first-of-type {
	border-left: none;
}
.tabs--voice .ultabs li.tabcurrent a {
	color: #383838;
}
.tabs--voice .ultabs li.tabcurrent a span {
	border-bottom: none;
	color: #383838;
}
.tabs--voice .ultabs li.tabcurrent a i {
	display: block;
}
.tabs--voice .btabs {
	width: auto;
	height: auto;
	margin: 10px 15px 0;
}
.apps {
	background: #150b0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #150b0b 0%, #50392d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#150b0b), color-stop(100%,#50392d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #150b0b 0%,#50392d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #150b0b 0%,#50392d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #150b0b 0%,#50392d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #150b0b 0%,#50392d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150b0b', endColorstr='#50392d',GradientType=0 ); /* IE6-9 */

}
.apps-baner{
	padding: 45px 0 50px;
	margin: 0 auto;
	background: url(../i/apps-bg.png) center center no-repeat;
}
.apps__icon {
	float: left;
	margin: 0 15px 0 33px;
}
.apps__icon img {
	width: 100%;
}
.apps__content {
	margin-left: 157px;
}
.apps__content p {
	font-size: 27px;
	line-height: 34px;
	font-weight: 300;
	color: #694c3a;
	margin: 13px 0;
}
.apps__title {
	margin-bottom: 24px;
	margin-right: 30px;
	font-family: 'PT Serif', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	color: #007d33;
}
.apps__lnks a {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.apps__lnks a img {
	width: 100%;
}
.apps .btn {
	margin: 2px 0;
}
.deposit {
	background: #e0d6c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0d6c7 0%, #ffffff 85%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0d6c7), color-stop(85%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0d6c7 0%,#ffffff 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0d6c7 0%,#ffffff 85%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0d6c7 0%,#ffffff 85%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0d6c7 0%,#ffffff 85%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d6c7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.deposit-baner{
	display: block;
	margin: 0 auto;
	padding: 48px 0 67px;
	background: url(../i/deposit-bg.jpg) center center no-repeat;
}
.deposit__content {
	margin: 0 0 0 19px;
}
.deposit__content p {
	font-size: 27px;
	line-height: 34px;
	font-weight: 300;
	color: #694c3a;
	margin: 13px 0;
}
.deposit__title {
	margin-bottom: 18px;
	font-family: 'PT Serif', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	color: #624724;
}
.deposit .btn {
	margin: 7px 0;
}
footer .fmain {
	background-color: #393939;
	border-bottom: 9px solid #289e43;
	padding: 30px 0 30px;
}
footer .fmenu {
	height: 300px;
	overflow: hidden;
}
footer .fmenu__item {
	margin: 0 13px 43px;
}
footer .fmenu__item .title {
	display: inline;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: #289e43;
	border-bottom: 1px solid #289e43;
	text-decoration: none !important;
}
footer .fmenu__item .title:hover {
	color: #ff9100;
	border-bottom-color: #ff9100;
}
footer .fmenu__item ul {
	display: block;
	margin-top: 14px;
}
footer .fmenu__item ul li {
	margin-bottom: 14px;
}
footer .fmenu__item ul li a {
	font-size: 12px;
	line-height: 12px;
	color: #e2dcd3;
}
footer .fmenu--wide {
	margin: 0 11px;
	border-left: 1px solid #575757;
}
footer .fmenu--wide .fmenu__item {
	margin: 0 3px 0 40px;
}
footer .fmenu--wide .fmenu__item ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
footer .social-box {
	margin-left: -21px;
	border-left: 1px solid #575757;
	padding-left: 45px;
}
footer .social-box .support {
	padding: 8px 12px 6px 10px;
	margin: 3px 0;
	position: relative;
	-webkit-transition: 0s;
	transition: 0s;
}
footer .social-box .support:before {
	content: '';
	display: inline-block;
	background: url(../i/sprite.png) 0 -95px no-repeat;
	width: 16px;
	height: 19px;
	vertical-align: top;
	margin-right: 6px;
	margin-top: -3px;
}
footer .social-box .support:hover:before {
	background-position: -18px -95px;
}
footer .social-box .socials {
	margin-top: 44px;
}
footer .social-box .socials span {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #9b9b9b;
	margin-bottom: 8px;
}
footer .social-box .socials a {
	display: inline-block;
	vertical-align: top;
	background: url(../i/socials.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 4px;
}
footer .social-box .socials a:hover{
	text-decoration: none !important;
}
footer .social-box .socials a.vk {
	background-position: 0 0;
}
footer .social-box .socials a.vk:hover {
	background-position: 0 -31px;
}
footer .social-box .socials a.ok {
	background-position: -38px 0;
}
footer .social-box .socials a.ok:hover{
	background-position: -38px -31px;
}
footer .social-box .socials a.fb {
	background-position: -76px 0;
}
footer .social-box .socials a.fb:hover{
	background-position: -76px -31px;
}
footer .social-box .socials a.tw {
	background-position: -114px 0;
}
footer .social-box .socials a.tw:hover{
	background-position: -114px -31px;
}
footer .social-box .socials a.gp {
	background-position: -152px 0;
}
footer .social-box .socials a.gp:hover{
	background-position: -152px -31px;
}
footer .social-box .subscribe {
	margin-top: 46px;
	margin-right: -5px;
}
footer .social-box .subscribe .form {
	margin-top: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
footer .social-box .subscribe .form span {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #9b9b9b;
	margin-bottom: 6px;
}
footer .social-box .subscribe .form fieldset input {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	border: 1px solid #575757;
	border-right-color: transparent;
	width: 138px;
	padding-left: 10px;
	background-color: transparent;
	margin-right: -4px;
	outline: none !important;
	color: #e2dcd3;
	font-size: 16px;
}

footer .social-box .subscribe .form fieldset input::-webkit-input-placeholder {color:#6b6b6b;}
footer .social-box .subscribe .form fieldset input::-moz-placeholder          {color:#6b6b6b;}
footer .social-box .subscribe .form fieldset input:-moz-placeholder           {color:#6b6b6b;}
footer .social-box .subscribe .form fieldset input:-ms-input-placeholder      {color:#6b6b6b;}


footer .social-box .subscribe .form fieldset .btn {
	padding: 8px 11px 6px;
	outline: none !important;
	font-size: 13px;
	float: none;
}
footer .fbottom {
	padding: 40px 0;
}
footer .flogo {
	display: block;
	margin: 0 11px;
}
footer .copy {
	font-size: 15px;
	line-height: 25px;
	color: #646464;
	margin: -24px 0 0 86px;
}	
footer .license {
	font-weight: 300;
	font-size: 13px;
	color: #949494;
	line-height: 22px;
	margin: 1px -46px 0;
}
.webrost {
	display: inline-block;
	color: #515151;
	cursor: pointer;
	font-size: 15px;
	line-height: 36px;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 2px;
}
.webrost span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #289e43;
	margin-right: 4px;
	position: relative;
}
.webrost span:before {
	content:'';
	display: inline-block;
	background: url("../i/webrost.png") no-repeat scroll 0 0px;
	width: 32px;
	height: 26px;
	vertical-align: middle;
	margin-right: 3px;
}
.webrost var {
	display: inline-block;
	vertical-align: top;
}
.webrost:hover {
	color: #515151;
}
.webrost:hover span:before {
	background-position: 0 -47px;
}
.webrost:hover span {
	color: #ff9100;
}
.main {
	margin: 47px 0 50px;
	margin-top: 30px;
}
.main--index{
	margin-bottom: 0;
}
.content {
	padding: 0 10px 0 12px;
}
.content p {
	font-size: 15px;
	line-height: 21px;
	margin: 18px 0;
}
.content .picture {
	float: left;
	border: 2px solid #fdfaf1;
	box-shadow: 0 0 0 1px #d8d8d8;
	margin: 1px 30px 30px 1px;
	line-height: 0;
}

.content ul,
.content ol {
	margin: 20px 0 40px;
}

.content ul li,
.content ol li {
	padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 21px;
	margin-bottom: 7px;
}

.content ul li:before {
	content: '—';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.content ol.list_h3 li:before{
    font-size: 20px;
    line-height: 23px;
}
.content ol {
	counter-reset: num;
}

.content ol li:before {
	content: counter(num)')';
	counter-increment: num;
	position: absolute;
	display: block;
	vertical-align: middle;
	font-weight: 700;
	color: #19a23b;
	font-size: 15px;
	line-height: 21px;
	left: 0;
}

.content .list li:before {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 1px;
    top: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #19a23b;
}

.content .spoiler li{
	padding-left: 30px;
	margin-bottom: 20px;
}

.content .spoiler > li:before {
    display: none;
}

.content .spoiler li a {
	display: inline-block;
	text-decoration: none !important;
	transition: color .3s ease;
}

.content .spoiler li a i{
	position: absolute;
	left: 0;
	top: 0px;
	width: 19px;
	height: 19px;
	background-color: #19a23b;
	color: #fff;
	text-align: center;
	line-height: 19px;
	transition: background-color .3s ease;
}

.content .spoiler li a span {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	border-bottom: 1px dashed #19a23b;
}


.content .spoiler li a:hover i,
.content .spoiler li a:focus i {
	background-color: #fa8802;
}

.content .spoiler li a:hover span,
.content .spoiler li a:focus span {
	border-bottom: 1px dashed #fa8802;
}
.content .spoiler li a:focus,
.content .spoiler li.open a {
	color: #fa8802;
}

.content .spoiler li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #fa8802;
}

.content .spoiler li.open span {
	border-bottom: 1px dashed #fa8802;
	
}

.content .spoiler li .text {
	padding: 10px 0 10px 15px;
	display: none;
}

.content .breadcrumb,
.content .bank-info,
.content .services-list,
.content .news-list,
.content .pager,
.content .drop,
.content .office .office-drop ul,
.content .pagination {
	margin: 0;
}

.content .breadcrumb li,
.content .bank-info li,
.content .services-list li,
.content .news-list li,
.content .pager li,
.content .drop li,
.content .office .office-drop ul li,
.content .pagination li {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 12px;
}

.content .bank-info li:before,
.content .services-list li:before,
.content .news-list li:before,
.content .pager li:before,
.content .drop li:before,
.content .office .office-drop ul li:before,
.content .pagination li:before {
	display: none;
}



.dwnld-box{
	margin: 20px 0;
}


.dwnld {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 15px;
	line-height: 21px;
	text-decoration: none !important;
/*	color: #4d4d4d;*/
	color: #289e43;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}

.dwnld span {
	text-decoration: underline;
}

.dwnld:hover span{
	color: #fa8802;
}

.dwnld i {
	font-weight: 700;
	color: #2c2c2c;
	position: relative;
	font-style: normal;
}

.dwnld i:before {
	content: '|';
	display: inline-block;
	margin: 0 5px;
}

.dwnld:before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 0;
	background: url(../i/download.png) 0 0 no-repeat;
	width: 15px;
	height: 20px;
	top: 0px;
	left: 0px;
}

.dwnld.doc:before {
	background-position: 0 0;
}

.dwnld.xls:before {
	background-position: -20px 0;
}

.dwnld.pdf:before {
	background-position: -40px 0;
}

.dwnld.txt:before {
	background-position: -60px 0;
}

.dwnld.zip:before {
	background-position: -80px 0;
}

.dwnld.jpg:before {
	background-position: -100px 0;
}	




.content .tbl {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #e0e0e0;
	margin: 20px 0 40px;
}
.content .tbl table {
	width: 100%;
}
.content .tbl th {
	vertical-align: middle;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	color: #292929;
	background-color: #f0f0f0;
	padding: 11px 25px;
	border-bottom: 5px solid #19a23b;
}
.content .tbl td {
	font-size: 15px;
	line-height: 21px;
	padding: 11px 25px;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}
.content .tbl tr:nth-of-type(even) td {
	background-color: #fbfafa;
}
.content .tbl.tbl-change td {
	font-size: 19px;
	line-height: 21px;
	padding: 15px 25px;
	text-align: center;
	background-color: #fff!important;
}
.content .tbl.tbl-change td:first-of-type {
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}
.content .tbl.tbl-change td:first-of-type a {
	display: block;
	font-weight: 700;
	text-decoration: underline;
	white-space: nowrap;
}
.content .tbl.tbl-change td .up {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 0px;
	width: 8px;
	height: 14px;
	background: url(../i/sprite.png) 0 -209px no-repeat;
}
.content .tbl.tbl-change td .down {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 0px;
	width: 8px;
	height: 14px;
	background: url(../i/sprite.png) -8px -209px no-repeat;
}
.content .tbl.tbl-change .currency {
	display: inline-block;
	text-align: center;
	color: #19a23b;
	font-weight: 300;
	border-bottom: 1px dashed #19a23b;
}
.content .tbl.tbl-change .currency:hover {
	color: #ff9100;
	border-bottom-color: #ff9100;
	text-decoration: none;
}
.content .tbl .anchor {
	position: relative;
	/*margin-top: -80px;*/
}

.content .tbl .anchor a {
	position: absolute;
	width: 100%;
	height: 1px;
	top: -80px;
	left: 0;
}
.content .breadcrumb {
	background: none;
	padding: 0;
	font-size: 12px;
	font-weight: 300;
	color: #868686;
	margin-bottom: 18px;
}
.content .breadcrumb li a {
	color: #19a23b;
}
.content .breadcrumb li:before {
	content: '/';
	padding: 0 3px 0 0;
	position: static;
	display: inline;
}

.content .breadcrumb li:first-child:before {
	display: none;
}

.calc {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-bottom: 5px solid #e4e4e4;
	padding: 35px 0px 0px;
	margin: 0 0 40px;
}
.calc__box {
	display: table;
	width: 100%;
	margin: 0 0px 18px;
	padding: 0 20px 0 37px;
}
.calc__box:first-of-type {
	margin-bottom: 20px;
}
.calc__item {
	display: table-cell;
	vertical-align: top;
}
.calc .title {
	display: table-cell;
	vertical-align: top;
	width: 149px;
	padding-top: 11px;
	font-size: 17px;
	font-weight: 700;
	color: #292929;
}
.calc .radioblock .radio {
	float: left;
	margin-right: 16px;
}
.calc .range .slider-range-box {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-right: 28px;
	margin-top: 18px;
}
.calc .range .ui-widget-content {
	height: 6px;
	border: none;
	background: #dbdbdb;
	box-shadow: inset 0 1px 0 #c7c7c7;
}
.calc .range .ui-widget-header {
	background: #19a23b;
	box-shadow: inset 0 1px 0 #179336;
}
.calc .range .ui-slider-handle,
.calc .range .ui-slider-handle.ui-state-hover {
	outline: none;
	width: 28px;
	height: 28px;
	top: -11px;
	margin-left: -14px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background: #42b85d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b85d), color-stop(100%, #38a952));
	background: -webkit-linear-gradient(top, #42b85d 0%, #38a952 100%);
	background: linear-gradient(to bottom, #42b85d 0%, #38a952 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b85d', endColorstr='#38a952', GradientType=0);
	box-shadow: 0 0 0 1px #379b4e;
}
.calc .range .slider-range-tbl {
	width: 100%;
	/*text-align: center;*/
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 15px;
}

.calc .range .slider-range-label,
.calc .range .slider-range-label-2 {
	cursor: pointer;
	position: relative;
	width: 100%;
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 15px;
}

.calc .range .slider-range-label span,
.calc .range .slider-range-label-2 span {
	position: absolute;
	white-space: nowrap;
}

.calc .range .slider-range-label span:nth-of-type(1){
	left: -5%;
}
.calc .range .slider-range-label span:nth-of-type(2){
	left: 20%;
}
.calc .range .slider-range-label span:nth-of-type(3){
	left: 45%;
}
.calc .range .slider-range-label span:nth-of-type(4){
	left: 70%;
}
.calc .range .slider-range-label span:nth-of-type(5){
	left: 95%;
}

.calc .range .slider-range-label-2 span:nth-of-type(1){
	left: -3%;
}
.calc .range .slider-range-label-2 span:nth-of-type(2){
	left: 30%;
}
.calc .range .slider-range-label-2 span:nth-of-type(3){
	left: 63%;
}
.calc .range .slider-range-label-2 span:nth-of-type(4){
	left: 96%;
}





.calc .range fieldset {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
.calc .range fieldset input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 39px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 0 11px;
	font-size: 21px;
	font-weight: 700;
	color: #3c3c3c;
	margin-top: 0px;
	margin-right: 4px;
}
.calc .range fieldset label {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 37px;
	font-weight: 300;
	color: #3c3c3c;
}
.calc .checkboxes-credit > div{
	display: inline-block;
}
.calc .checkboxes > div {
	display: inline-block;
	vertical-align: top;
	width: 41%;
	margin-right: 8%;
	margin-bottom: 12px;
}
.calc .checkboxes > div:nth-of-type(2n) {
	margin-right: 0;
}
.calc .checkboxes .selectbox {
	width: 46%;
	margin-right: 3%;
	margin-top: 13px;
}
.calc .checkboxes .selectbox label {
	display: inline-block;
	vertical-align: baseline;
	font-size: 15px;
	color: #232323;
}
.calc .checkboxes .selectbox .select {
	display: inline-block;
	vertical-align: baseline;
}
.calc .btn {
	font-size: 21px;
	padding: 8px 18px;
	margin: 12px 10px 20px 0;
}
.calc__result {
	display: none;
	border-top: 4px solid #ff9100;
	background-color: #fff;
	padding: 33px 36px 35px;
}
.calc__result .pic {
	display: table-cell;
	vertical-align: top;
}
.calc__result .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 26px;
}
.calc__result .text dl {
	display: block;
	font-size: 24px;
	color: #292929;
	margin-top: 20px;
}
.calc__result .text dl:first-of-type {
	margin-top: 0;
}
.calc__result .text dl dt,
.calc__result .text dl dd {
	display: inline-block;
	vertical-align: top;
}
.calc__result .text dl dt {
	font-weight: 300;
}
.calc__result .text dl dt span {
	color: #289e43;
	font-weight: 400;
}
.calc__result .text dl dd {
	font-weight: 700;
}
.calc.open {
	border-bottom: 1px solid #e4e4e4;
}
.calc.open .calc__result {
	display: block;
}


.calc.calc-credit {

}
.calc.calc-credit .title {
	width: 230px;
}
.calc.calc-credit .range .slider-range-box {
	width: 320px;
}
.calc.calc-credit .range fieldset {
	width: 160px;
}
.calc.calc-credit .range fieldset input[type="text"] {
	width: 80px;
}
.calc.calc-credit .radioblock-credit {
	margin-top: 11px;
}
.calc.calc-credit .checkboxes > div {
	width: auto;
}
.calc.calc-credit .calc__input {
	width: 90px;
}

.deposit-types__item {
	border: 1px solid #e0e0e0;
	margin-bottom: 35px;
	overflow: hidden;
}
.deposit-types__item:hover {
	-webkit-box-shadow: 0 0 3px rgba(212,212,212,0.65);
	box-shadow: 0 0 3px rgba(212,212,212,0.65);
}
.deposit-types__item .title {
	display: block;
	text-decoration: none;
	height: 76px;
	background: #ff9100 url(../i/logo-bg.png) 100% 50% no-repeat;
	color: #fff;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	text-shadow: 0 1px 0 rgba(63, 30, 0, 0.31);
	padding: 12px 162px 10px 18px;
}
.deposit-types__item .info {
	background-color: #fff;
	padding: 10px 13px 13px;
}
.deposit-types__item .percents {
	/*display: table-cell;*/
	/*width: 131px;*/
	/*padding: 14px 5px 11px;*/
	padding: 14px 10px 11px 0;
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-right: -5px;
}
.deposit-types__item .percents span {
	display: block;
	font-size: 28px;
	line-height: 31px;
	font-size: 22px;
}
.deposit-types__item .descr {
	/*display: table-cell;*/
	vertical-align: top;
	display: inline-block;
	width: 65%;
	margin-bottom: 15px;
	height: 85px;
	overflow: hidden;
}

.deposit-types__item .descr p {
	margin: 0;
}

.deposit-types__item .descr dl dt,
.deposit-types__item .descr dl dd {
	display: inline;
	font-size: 15px;
	line-height: 22px;
}
.deposit-types__item .descr dl dd {
	font-weight: 700;
}
.deposit-types__item .btn {
	padding: 7px 14px;
}
.deposit-types__item .btn.btn-white {
	margin-left: 6px;
}
.deposit-types__item--eng .title {
	background: #ff9100 url(../i/eng-bg.png) 100% 0 no-repeat;
}
.deposit-info {
	margin: 0 0 30px;
}
.deposit-info .title {
	width: 100%;
	height: 127px;
	background-color: #ff9100;
}
.deposit-info .title span {
	display: table-cell;
	height: inherit;
	vertical-align: middle;
	padding: 20px 50px 20px 35px;
	font-family: 'PT Serif', serif;
	font-size: 36px;
	line-height: 39px;
	color: #fff;
}
.deposit-info .title .img {
	float: right;
	width: 310px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* .deposit-info .title .img:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 40px solid #fff;
	border-top: 72px solid transparent;
	border-bottom: 72px solid transparent;
	top: -8px;
	left: 0;
} */
.deposit-info .title .img i {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 36px solid #ff9100;
	border-top: 64px solid transparent;
	border-bottom: 64px solid transparent;
	top: 0;
	left: 0;
}
.deposit-info .title .img img {
	float: right;
	min-width: 100%;
	min-height: 100%;
}
.deposit-info .text {
	padding: 36px 34px 28px;
}
.deposit-info .text dl {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: normal;
	color: #343434;
	margin-bottom: 15px;
}
.deposit-info .text dl:nth-of-type(2n+1) {
	width: 58.2%;
}
.deposit-info .text dl dt,
.deposit-info .text dl dd {
	display: inline-block;
	vertical-align: top;
}
.deposit-info .text dl dt {
	font-weight: 300;
}
.deposit-info .text dl dd {
	font-weight: 700;
}
.deposit-info .btn {
	width: 100%;
	font-size: 21px;
	padding: 10px 0 13px;
	background-color: #f5f5f5;
}
.deposit-info .btn i {
	display: inline-block;
	vertical-align: middle;
	background: url(../i/sprite.png) 0 -115px no-repeat;
	width: 19px;
	height: 27px;
	line-height: 21px;
	margin-right: 13px;
}
.deposit-info .btn span {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dashed #19a23b;
	line-height: 21px;
}
.deposit-info .btn:hover {
	color: #ff9100;
}
.deposit-info .btn:hover span {
	border-bottom-color: #ff9100;
}
.deposit-info .btn:hover i {
	background-position: -20px -115px;
}
.content .deposit-props {
	margin-bottom: 33px;
}
.content .deposit-props > li {
	font-weight: 700;
	padding-left: 20px;
	position: relative;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 18px;
}
.content .deposit-props > li:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 1px;
	top: 4px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #19a23b;
}
.content .deposit-props > li ul {
	margin: 18px 0;
}
.content .deposit-props > li ul li {
	font-weight: 400;
	margin-bottom: 18px;
}
.content .deposit-props > li ul li:before {
	content: '—';
	display: inline;
}
.sidebar {
	margin-top: -9px;
	padding: 0 12px 0 24px;
}
.sidebar h2 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 36px;
	font-weight: 300;
	color: #474747;
}
.sidebar .course {
	margin: 0 0 33px;
}
.sidebar .course h2 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 0;
}
.sidebar .course__tbl {
	margin-bottom: 6px;
}
.sidebar .course .date {
	margin-top: 0;
}
.sidemenu {
	margin-bottom: 29px;
}
.sidemenu ul{
	margin-left: -23px;
}
.sidemenu li {
	margin-bottom: 3px;
}
.sidemenu li a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	color: #17903d;
	text-decoration: underline;
	padding: 5px 23px 7px;
	position: relative;
}
.sidemenu li a:hover {
	color: #ff9100;
}
.sidemenu li.active a,
.sidemenu li a.active{
	background-color: #ff9100;
	color: #fff;
	text-decoration: none;
}
.sidemenu li.active a i,
.sidemenu li a.active i {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 14px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	top: 0;
	left: 0;
}
.sidemenu li a + ul {
	display: none;
	margin: 15px 0 15px 25px;
}
.sidemenu li a + ul a:before {
	content: " - ";
}
.sidemenu li a + ul a {
	padding: 2px 10px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.sidemenu li a.active + ul {
	display: block;
}
.sidelinks {
	margin-bottom: 38px;
}
.sidelinks h2 {
	margin-right: -25px;
}
.sidelinks ul li {
	margin-top: 22px;
}
.sidelinks ul li:first-of-type {
	margin-top: 0;
}
.sidelinks ul li a {
	display: block;
}
.sidelinks ul li a .pic {
	width: 100%;
	height: 83px;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
}
.sidelinks ul li a .pic img {
	width: 100%;
}
.sidelinks ul li a span {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-decoration: underline;
	text-transform: uppercase;
	margin-right: -20px;
}
.information {
	margin: 10px 0;
}
.information h2 {
	margin-right: -20px;
}
.information ul {
	margin-top: 13px;
}
.information ul li {
	margin-bottom: 21px;
	margin-right: -20px;
	overflow: hidden;
}
.information ul li .pic {
	display: table-cell;
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
}
.information ul li .pic img {
	max-width: 100%;
}
.information ul li .text {
	font-size: 14px;
	line-height: 19px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.information ul li .text a {
	font-size: 16px;
}
.form {
	display: block;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	padding: 15px 34px 32px;
	margin: 60px 0;
}
.form fieldset {
	margin-bottom: 17px;
}
.form__left {
	display: inline-block;
	vertical-align: top;
	width: 43%;
	text-align: right;
	margin-right: -4px;
}
.form__right {
	display: inline-block;
	width: 57%;
	vertical-align: top;
	line-height: 0;
}
.form .note {
	font-size: 13px;
	line-height: 16px;
	margin: 6px 0 0;
	position: relative;
	padding-left: 28px;
}
.form .note:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../i/sprite.png) 0 -145px no-repeat;
	width: 16px;
	height: 14px;
	left: 0;
	top: 0;
}
.form .note span {
	color: #828282;
}
.form .note span i {
	color: #ff0000;
}
.form label {
	font-size: 17px;
	line-height: 24px;
	margin-top: 7px;
	margin-right: 21px;
}
.form label span {
	color: #ff0000;
}
.form input[type="text"],
.form textarea,
.calc input[type="text"] {
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	padding: 6px 11px;
	border: 1px solid #d2d2d2;
}
.form textarea {
	height: 94px;
}
.form .oborot input {
	width: 348px !important;
}
.form .oborot span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 24px;
	margin-left: 10px;
}
.form .term label {
	margin-top: 3px;
}
.form .term .radio {
	line-height: 32px;
	margin-right: 30px;
	margin-bottom: 0;
}
.form .services {
	margin-bottom: 22px;
}
.form .services .radioblock {
	margin-top: 20px;
}
.form .services .radioblock .radio {
	margin-bottom: 13px;
	position: relative !important;
	padding-left: 25px;
}
.form .services .radioblock .radio span {
	position: absolute;
	left: 0;
}
.form .office {
	margin: 6px 9px;
}
.form .office > span {
	font-size: 15px;
	color: #9b9b9b;
	margin-left: 20px;
	margin-top: 4px;
}
.form .office .office-lnk i {
	margin-right: 5px;
}
.form .office .office-lnk span {
	font-size: 17px;
}
.form .capcha .capcha-img,
.form .capcha input,
.form .capcha span {
	display: inline-block;
	vertical-align: top;
}
.form .capcha input {
	width: 104px;
	margin-left: 4px;
}
.form .capcha span {
	width: 135px;
	font-size: 15px;
	line-height: 20px;
	margin-left: 9px;
}
.form .buttons {
	margin-top: 42px;
}
.form .btn {
	font-size: 21px;
	padding: 8px 21px;
	float: left;
}
.form .delete {
	float: right;
	font-size: 14px;
	text-decoration: underline;
	line-height: 16px;
	color: #e70b05;
	margin: 17px 20px 0;
}
.form .delete:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../i/sprite.png) 0 -160px no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}
.form .delete:hover {
	color: #ff9100;
}
.form .delete:hover:after{
	background-position: -18px -160px;
}

.content .services-list li {
	display: inline-block;
	vertical-align: top;
	width: 31.8%;
	max-width: 263px;
	height: 308px;
	margin-right: 2%;
	margin-bottom: 19px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px 20px 20px;
	text-align: center;
	position: relative;
}
.content .services-list li:nth-of-type(3n) {
	margin-right: -4px;
}
.content .services-list li .pic {
	height: 88px;
	line-height: 88px;
	margin-bottom: 6px;
}
.content .services-list li .pic img {
	vertical-align: middle;
}
.content .services-list li .title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 10px;
}
.content .services-list li .links {
	font-size: 14px;
	line-height: 16px;
	color: #646464;
}
.content .services-list li .links a {
	display: block;
	color: #646464;
	margin-bottom: 9px;
	text-decoration: underline;
}
.content .services-list li .links a:hover {
	color: #ff9100;
}
.content .services-list li .all {
	position: absolute;
	bottom: 21px;
	left: 50%;
	margin-left: -45px;
	padding: 7px 13px;
}
.content .services-list li .all:hover {
	border-color: #ff9100;
	color: #ff9100;
}
.content .bank-info {
	margin: 20px 0;
}
.content .bank-info li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	background: #fff url(../i/dkb-angle.png) 0 0 no-repeat;
	border: 1px solid #e0e0e0;
	height: 90px;
	overflow: hidden;
}
.content .bank-info li:nth-of-type(2n) {
	margin-right: -4px;
}
.content .bank-info li a {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: 69px;
	padding-left: 80px;
	padding-right: 10px;
	letter-spacing: -0.5px;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 17px;
	text-decoration: none !important;
}
.content .news-list li {
	overflow: hidden;
	padding-bottom: 31px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 30px;
}
.content .news-list li .pic {
	display: block;
	float: left;
	overflow: hidden;
	width: 103px;
	height: 103px;
	border: 2px solid #fffcf3;
	box-shadow: 0 0 0 1px #d6d6d6;
	margin: 2px 25px 2px 2px;
}
.content .news-list li .text {
	display: table-cell;
}
.content .news-list li .date {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #8a8a8a;
	margin-bottom: 6px;
}
.content .news-list li .title {
	display: block;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	text-decoration: underline;
}
.content .news-list li p {
	font-size: 15px;
	line-height: 22px;
	margin: 8px 2px;
}
.news-title {
	margin: 30px 0 32px;
	line-height: 41px;
}
.news-title .date {
	display: inline-block;
	font-size: 21px;
	color: #ff9100;
	line-height: 21px;
	border-left: 1px solid #d0cfcf;
	padding-left: 5px;
}
.content .pagination-box p {
	float: left;
	font-size: 19px;
	line-height: 26px;
	color: #555555;
	margin: 8px 22px 6px 18px;
	text-align: right;
}
.content .pagination-box p span {
	display: block;
	font-size: 15px;
	color: #7f7f7f;
}
.content .pagination {
	margin: 11px 0;
	border-radius: 0;
}
.content .pagination li {
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	font-weight: 700;
	color: #078336;
	line-height: 43px;
}
.content .pagination li a {
	display: block;
	width: 34px;
	height: 43px;
	text-align: center;
	font-size: 19px;
	line-height: 43px;
	font-weight: 700;
	padding: 0;
	color: #078336;
	border-radius: 0 !important;
}
.content .pagination li:hover a {
	color: #ff9100;
	background-color: transparent;
	border-color: #cecece;
	-webkit-box-shadow: 0 0 3px rgba(212,212,212,0.65);
	box-shadow: 0 0 3px rgba(212,212,212,0.65);
}
.content .pagination li.active a,
.content .pagination li.active a:hover {
	color: #fff;
	background-color: #ff9100;
	border-color: #ff9100;
	position: relative;
}
.content .pagination li.active a:before,
.content .pagination li.active a:hover:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 6px solid #ff9100;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	top: -7px;
	left: -1px;
}
.content .pager {
	margin: 70px 0;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding: 10px 25px;
}

.content .pager li {
	position: relative;
	z-index: 2;
}
.content .pager li.all {
	z-index: 1;
}
.content .pager li.previous a {
	margin-left: 28px;
}
.content .pager li.previous a:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../i/sprite.png) 0 -178px no-repeat;
	width: 16px;
	height: 27px;
	left: -28px;
	top: 5px;
}
.content .pager li.previous a:hover:before {
	background-position: -36px -178px;
}
.content .pager li.next a {
	margin-right: 28px;
	font-weight: 700;
}
.content .pager li.next a:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../i/sprite.png) -19px -178px no-repeat;
	width: 16px;
	height: 27px;
	right: -28px;
	top: 5px;
}
.content .pager li.next a:hover:before {
	background-position: -55px -178px;
}
.content .pager li a {
	border: none;
	padding: 0;
	background-color: transparent !important;
	border-radius: 0;
	position: relative;
	font-size: 20px;
	line-height: 34px;
	color: #19a23b;
}
.content .pager li a:hover {
	color: #ff9100;
}
.content .pager li a:hover span {
	border-bottom-color: #ff9100;
}
.content .pager li a span {
	display: inline-block;
	line-height: 18px;
	border-bottom: 1px solid #19a23b;
}
.content .pager li a.btn {
	display: block;
	width: 120px;
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 18px;
	background-color: #fff !important;
	border: 1px solid #cecece;
	position: relative;
	padding: 7px 13px;
	margin: 0 auto;
}
.content .pager li a.btn:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url(../i/sprite.png) 0 -78px no-repeat;
	width: 12px;
	height: 15px;
	margin-right: 5px;
	margin-top: 1px;
}
.content .pager li a.btn:hover:before {
	background-position: -14px -78px;
}
.contacts__left {
	display: table-cell;
	vertical-align: top;
	width: 220px;
}
.contacts__left .picture {
	display: inline-block;
	float: none !important;
	margin: 6px 5px!important;
}
.contacts .dir {
	display: block;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 26px;
}
.contacts .dir b {
	display: block;
	font-weight: 700;
	font-size: 15px;
}
.contacts__right {
	display: table-cell;
	vertical-align: top;
	padding-left: 34px;
}
.contacts h2 {
	font-size: 25px;
	line-height: 21px;
	font-weight: 700;
	margin: 0 0 12px;
}
.contacts h3 {
	font-size: 19px;
	font-weight: 700;
	color: #505050;
	margin: 0 0 20px;
}
.contacts dl {
	overflow: hidden;
	margin-bottom: 28px;
}
.contacts dl dt {
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
}
.contacts dl dd {
	font-weight: 300;
	font-size: 19px;
	line-height: 28px;
}
.contacts .map {
	display: block;
	border: 2px solid #fdfaf1;
	box-shadow: 0 0 0 1px #d8d8d8;
	margin: 22px 1px 66px;
}
.change .radioblock {
	float: left;
}
.change .radioblock .radio{
	padding: 14px 14px 11px;
}
.change .radioblock .radio span{
	font-size: 22px;
}
.change .date {
	float: right;
	margin: 0;
	font-size: 15px;
	line-height: 39px;
	color: #838383;
}
.change .date span {
	font-weight: 700;
	color: #ff9100;
}
.sidenews {
	margin-top: 40px;
}
.sidenews ul li {
	overflow: hidden;
	margin-bottom: 20px;
}
.sidenews ul li .date {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #8a8a8a;
}
.sidenews ul li .title {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #17903d;
	margin: 0 0 5px;
	text-decoration: underline;
}
.sidenews ul li .title:hover {
	color: #ff9100;
}
.sidenews ul li .text {
	font-size: 14px;
	line-height: 20px;
	color: #595959;
}
.sidenews .all {
	position: relative;
}
.sidenews .all:before {
	content: '';
	display: inline-block;
	background: url(../i/sprite.png) 0 -78px no-repeat;
	width: 12px;
	height: 15px;
	vertical-align: top;
	margin: 1px 9px 0 -2px;
}
.sidenews .all:hover:before {
	background-position: -14px -78px;
}

.atm {
	display: block;
	/*overflow: hidden;*/
	margin-bottom: 25px;
}
.atm .check {
	float: left;
	border-color: #e5e5e5;
	margin-left: 7px;
	font-size: 19px;
	padding: 13px 17px 12px;
}
.atm .check:first-of-type {
	margin-left: 0;
}
.atm .check i {
	border-color: #cccccc;
	font-size: 19px;
}
.atm .check span {
	font-size: 19px;
	letter-spacing: -0.4px;
}
.atm .check.active {
	border-color: #ff9100;
}
.atm .check.active i {
	border-color: transparent;
}

.atm .selectbox {
	float: left;
	width: auto !important;
	margin: 15px 20px !important;
}

.atm-title {
	font-weight: 700 !important;
	font-size: 26px !important;
	margin-bottom: 0 !important;
}
.atm-list {
	margin: 0px !important;
	overflow: hidden;
}
.atm-list .slick-prev,
.atm-list .slick-next {
	position: static;
	width: 100%;
	height: 23px;
	line-height: 23px;
	text-indent: 0;
	background: none;
	background-color: #19a23b;
	color: #fff;
	margin: 10px 0;
	font-size: 20px;
}
.atm-list .slick-prev:hover,
.atm-list .slick-next:hover{
	background-color: #ff9100;
}
.atm-list .slick-slide {
	float: none;
	width: 100% !important;
	outline: none !important;
	padding: 10px 0 10px 25px;
	text-decoration: none !important;
	border: 1px solid transparent;
	border-bottom: 1px solid #e4e4e4;
	margin-top: -1px;
}
.atm-list .slick-slide span {
	font-size: 14px;
	font-weight: 700;
	color: #19a23b;
	border-bottom: 1px dashed #19a23b;
}
.atm-list .slick-slide p {
	font-size: 14px;
	line-height: 20px;
	color: #424242;
	padding: 10px 0 0;
}
.atm-list .slick-slide:hover span {
	color: #ff9100;
	border-bottom-color: #ff9100;
}

.atm-list .slick-slide.active {
	background-color: #f2f2f2;
	border: 1px solid #dfdfdf;
	position: relative;
}
.atm-list .slick-slide.active:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -11px;
	top: 50%;
	margin-top: -11px;
}
.atm-list .slick-slide.active span {
	color: #252525;
	border-bottom-color: transparent;
}
.atm-list .slick-list {
	padding: 1px 0 0;
}



.map-wrap {
	border: 1px solid #e5e5e5;
}
#map {
	height: 635px;
}
.content .baloon {
	width: 200px;
	margin: 15px 0 20px 15px;
	font-size: 12px;
	line-height: 15px;
}
.content .baloon h2 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin: 0;
}
.content .baloon p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 !important;
}
footer .social-box .subscribe .form fieldset input[type="submit"] {
	background-color: #289e43;
	border-color: #289e43;
	color: white;
	width: auto;
}
footer .social-box .subscribe .form fieldset input[type="submit"]:hover {
	background-color: #00bf38;
	border-color: #00bf38;
}

/***** ADD STYLES ******/
form.mapFilter .selectbox {
	width: 46%;
	margin-right: 3%;
	margin-top: 13px;
}
form.mapFilter .selectbox label {
	display: inline-block;
	vertical-align: baseline;
	font-size: 15px;
	color: #232323;
}
form.mapFilter .selectbox .select {
	display: inline-block;
	vertical-align: baseline;
}
/***** /ADD STYLES *****/

.cards {
	overflow: hidden;
}

.cards__item {
	border: 1px solid #e0e0e0;
	background: #fff url(../i/cards-bg.png) 100% 100% no-repeat;
	margin-bottom: 35px;
}

.cards__item .title {
	height: 50px;    
}

.cards__item .title span {
	float: left;
	width: 65%;
	width: 75%;
	height: inherit;
	background-color: #fa8e02;
	position: relative;
	margin-right: 20px;
	line-height: 50px;
	color: #fff;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 1px 0 rgba(63, 30, 0, 0.31);
    padding: 0 18px;
}
.cards__item .title span:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 14px solid #fa8e02;
	right: -14px;
	top: 0;
}

.cards__item .title .btn {
	float: right;
	margin: 10px;
}

.cards__item .info {
	padding: 15px;
}

.cards__item .info .pic,
.cards__item .info .descr  {
	display: table-cell;
	vertical-align: top;
}

.cards__item .info .pic {
	padding-top: 5px;
	width: 118px;
	overflow: hidden;
}

.cards__item .info .pic img {
	width: 100%;
}

.cards__item .info .descr {
	padding: 0 0 0 20px;
	font-size: 15px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.cards__item .info .btns {
	margin-top: 15px;
}

.PROCENTNAYA_STAVKA::after {
	content: "%";
}
.spoiler a.spoiler {
	border-bottom: 1px dashed #19a23b;
	display: inline-block !important;
	text-decoration: none !important;
	margin-right: 10px;
}
.dropdown-menu .orders-block-title {
	text-align: center;
}
.orders-block-title {
	color: #333333;
	margin: 30px 20px 0;
	
	border-bottom: 1px solid #333333;
	text-transform: uppercase;
	/*font-size: 11px;*/
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
}

.dropdown.msg .dropdown-menu {
	width: 332px;
}

.dropdown.msg .dropdown-menu ul {
	/*padding: 20px 30px 0px;*/
	padding-top: 0;
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0px 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown.msg .dropdown-menu ul li{
	margin-top: 17px;
	margin-bottom: 0;
	width: auto;
}

.dropdown.quest .dropdown-menu {
	width: 300px;
}

.dropdown.quest .dropdown-menu li {
	width: auto;
}

#map3 {
	width: 100%;
	height: 234px;
}
.content .deposit-table p{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}
.content .deposit-table table {
	margin-top: 10px;
	font-size: 12px;
	border-color: #EEEFE9;
	width: 100%;
}
.content .deposit-table table tr {
	background-color: #FBFBFB;
}
.content .deposit-table table tr:nth-child(2n) {
	background-color: #EEEFE9;
}
.content .deposit-table table th,
.content .deposit-table table td {
	padding: 5px;
	border-color: #EEEFE9;
	border: 1px solid;
}
.calc__box .range fieldset label {
	text-transform: lowercase;
}
.cards__item.service-block .title span{
	white-space: nowrap;
}
.action-block-item {
	min-height: 265px;
}
.action-block-item .descr {
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
}