@font-face {
    font-family: 'SegoeUIRegular';
    src: url('fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),  
    	 url('fonts/SegoeUIRegular/SegoeUIRegular.woff') format('woff'), 
    	 url('fonts/SegoeUIRegular/SegoeUIRegular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUIBold';
    src: url('fonts/SegoeUIBold/SegoeUIBold.eot?#iefix') format('embedded-opentype'),  
    	 url('fonts/SegoeUIBold/SegoeUIBold.woff') format('woff'), 
    	 url('fonts/SegoeUIBold/SegoeUIBold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	color: #000000;
	width: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	background: #f3f3f3;
	font-family: "SegoeUIRegular";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}
.menu_opened {
	overflow-y: hidden;
}
.menu_opened.ios_device {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
input, select, textarea {
	outline: none
}
a {
	text-decoration: none;
}
button {
	outline: none;
	cursor: pointer;
	display: block;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;
	color: inherit;
}
img	{
	max-height: none;
	border: none;
}
.h_centered,
.v_centered {
	position: relative;
	overflow: hidden;
}
.h_centered img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	min-width: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.v_centered img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.iframe_block {
	position: relative;
	padding-bottom: 56.25%;
}
.iframe_block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
/*header*/
.header {
	height: 120px;
	position: relative;
	z-index: 100;
}
.header_top {
	padding-top: 12px;
	padding-bottom: 20px;
}
.logo_block {
	position: relative;
	z-index: 5;
}
.logo_block a {
	display: inline-block;
}
.logo_block img {
	/*height: 51px;*/
	height: 83px;
	width: auto;
}
.menu_button {
	position: relative;
	width: 21px;
	height: 21px;
	padding: 9px 0;
	margin-top: 12px;
	overflow: hidden;
}
.menu_button:before,
.menu_button:after {
	position: absolute;
	left: -5px;
	width: 31px;
	height: 3px;
	content: "";
	transform-origin: center;
	-webkit-transform-origin: center;
}
.menu_button:before {
	top: 0;
}
.menu_button:after {
	bottom: 0;
	
}
.menu_button span {
	display: block;
	height: 3px;
}
.header_bottom {
	position: absolute;
	top: 83px;
	left: 0;
	width: 100%;
}
.header_actions {
	margin-top: -64px;
}
.languages {
	margin-top: 12px;
	height: 28px;
	position: relative;
	font-size: 130%;
	line-height: 16px;
}
.lg_button {
	display: block;
	color: inherit;
	font-weight: bold;
	padding-left: 25px;
	background-size: 16px !important;
	background-position: left center !important;
	margin-bottom: 12px;
}
.lg_button:before {
	display: block;
	content: "";
	float: right;
	width: 5px;
	height: 3px;
	margin-left: 5px;
	margin-top: 7px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}
.header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.lg_list li {
	padding: 5px 10px 5px 25px;
	text-align: center;
	background: #f3f3f3;
	overflow: hidden;
}
.lg_list {
	display: none;
	position: relative;
	z-index: 5;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}
.lg_list a {
	display: block;
	color: inherit;
}
.lg_list a.current_lg {
	opacity: 1 !important;
	cursor: default;
}
.search_block {
	margin-right: 25px;
	position: relative;
	z-index: 10;
}
.search_form {
	position: relative;
	min-width: 31px;
	height: 40px;
}
.search_buttons {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 16px;
	height: 16px;
	background-size: 16px !important;
	background-position: center !important;
}
.search_buttons a {
	display: block;
	width: 16px;
	height: 16px;
}
.search_buttons button {
	border: none;
	background: transparent;
	width: 16px;
	height: 16px;
	display: none;
}
.search_block.opened .search_buttons a {
	display: none;
}
.search_block.opened .search_buttons button {
	display: block;
}
.search_input {
	width: 0;
	overflow: hidden;
}
.search_input input {
	width: 100%;
	background: transparent;
	padding: 11px 0;
	font-size: 130%;
	line-height: 16px;
	border-radius: 6px;
	float: right;
	color: transparent;
}
.search_input input::-webkit-input-placeholder {
	color: inherit;
}
.search_input input::-moz-placeholder {
	color: inherit;
}
.search_input input:-moz-placeholder {
	color: inherit;
}
.search_input input:-ms-input-placeholder {
	color: inherit;
}
.search_block.opened .search_input {
	width: 245px;
}
.search_block.opened .search_input input {
	padding: 11px 14px;
}
.library_social {
	padding-right: 40px;
	color: #ffffff;
}
.library_button {
	display: block;
	font-size: 130%;
	line-height: 16px;
	padding: 12px 15px;
	border-radius: 6px;
	font-family: "SegoeUIBold";
	color: inherit;
	margin-right: 25px;
}
.socials_list {
	font-size: 0;
}
.header .social_list li {
	padding-left: 15px;
	padding-top: 13px;
}
.social_list li {
	display: inline-block;
	vertical-align: top;
}
.social_list a {
	display: block;
	background-size: auto 100% !important;
	background-position: center !important;
}
.header .social_list a {
	height: 13px;
}
.header .facebook {
	width: 8px;
}
.menu_content {
	margin-top: 24px;
	box-shadow: -5px 0 15px rgba(0,0,0,0.1), 17px 0 15px rgba(0,0,0,0.1);
	border-radius: 6px 20px 20px 6px;
}
ul.menu_list {
	margin-top: -70px;
	margin-right: -21px;
}
.menu_list > li {
	width: 33.33%;
	height: 70px;
	padding-right: 20px;
}
.dark_item {
	color: #206158;
}
.light_item {
	color: #1e8855;
}
.lightness_item {
	color: #3cab76;
}
ul.submenu_list {
	position: relative;
	display: none;
	z-index: 10;
	left: 0;
	right: 0;
	background: url('images/submenu_shadow.png') repeat-x #f0f1f3;
	background-size: 1px auto;
	background-position: top left;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	margin: 0 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.lightness_item .submenu_list {
	text-align: left;
}
.submenu_list li {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.submenu_list > li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.submenu_list li:first-child {
	border: none;
}
.submenu_list li a {
	height: 47px;
	font-size: 140%;
	line-height: 17px;
	color: inherit;
	padding: 0 30px;
}
.sublevel_item {
	background-size: 5px auto !important;
	background-repeat: no-repeat !important;
}
.dark_item .sublevel_item {
	background-image: url('images/svg/right_dark.svg');
	background-position: 283px center !important;
}
.light_item .sublevel_item {
	background-image: url('images/svg/right_light.svg');
	background-position: 283px center !important;
}
.lightness_item .sublevel_item {
	background-image: url('images/svg/left_lightness.svg');
	background-position: 17px center !important;
}
ul.sublevel_list {
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 10;
	top: -1px;
	width: 100%;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	background: #f2f2f2;
}
.dark_item ul.sublevel_list,
.light_item ul.sublevel_list {
	left: 100%;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.lightness_item ul.sublevel_list {
	right: 100%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.sublevel_list li:first-child a {
	height: 48px;
}
.sublevel_item:first-child ul.sublevel_list {
	top: 0;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.sublevel_item:first-child ul.sublevel_list li:first-child a {
	height: 47px;
}
.menu_content svg {
	height: 70px;
	position: relative;
	display: block;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	margin-right: -21px;
}
.st0{fill:#FFFFFF;}
.st1{fill:#3BAA76;}
.st3{fill:#1E8854;}
.st5{fill:#206057;}
.st2{fill:url(#SVGID_1_);}
.st4{fill:url(#SVGID_2_);}
.st6{fill:url(#SVGID_3_);}
.st7{fill:url(#SVGID_4_);}
.st8{fill:url(#SVGID_5_);}
.st9{fill:url(#SVGID_6_);}
.menu_content svg g {
	position: relative;
	z-index: 3;
}
.sublist_button {
	cursor: pointer;
}
a.sublist_button {
	font-size: 160%;
	line-height: 19px;
	text-align: center;
	font-family: "SegoeUIBold";
	color: inherit;
	padding: 0 30px 7px;
}
.dark_item .sublist_button {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

/*header end*/
/*footer*/
.footer {
	opacity: 0;
}
.footer_inner {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.footer .logo_block img {
	height: 60px;
}
.subscribe_section {
	max-width: 360px;
	padding-top: 45px;
	padding-bottom: 75px;
}
.about_subscribe {
	font-size: 130%;
	line-height: 16px;
	padding-bottom: 10px;
}
.subscribe_form {
	position: relative;
	border-radius: 6px;
	background: #ffffff;
	padding: 2px;
	z-index: 2;

}
.subscribe_input {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.subscribe_button {
	display: table-cell;
	vertical-align: middle;
}
.subscribe_form input {
	width: 100%;
	font-size: 130%;
	line-height: 16px;
	padding: 10px 18px;
	background: transparent;
	color: inherit;
	border: none;
}
.subscribe_form .validate_button {
	font-size: 130%;
	line-height: 16px;
	border: none;
	color: inherit;
	padding: 10px 15px;
	border-radius: 6px;
	font-family: "SegoeUIBold";
}
.subscribe_form input::-webkit-input-placeholder {
	color: inherit;
}
.subscribe_form input::-moz-placeholder {
	color: inherit;
}
.subscribe_form input:-moz-placeholder {
	color: inherit;
}
.subscribe_form input:-ms-input-placeholder {
	color: inherit;
}
.subscribe_form .has-error input::-webkit-input-placeholder {
	color: #b94a48;
}
.subscribe_form .has-error input::-moz-placeholder {
	color: #b94a48;
}
.subscribe_form .has-error input:-moz-placeholder {
	color: #b94a48;
}
.subscribe_form .has-error input:-ms-input-placeholder {
	color: #b94a48;
}
.error_hint {
	position: absolute;
	display: none;
	color: #b94a48;
	right: 15px;
	bottom: 5px;
	font-size: 120%;
	line-height: 15px;
}
.error_hint .individual_hint {
	display: none;
}
.has-error .error_hint,
.has-error.bootstrap-select + .error_hint {
	display: block;
}
.help-block.form-error {
	display: none;
}
.subscribe_form .error_hint {
	font-size: 110%;
	line-height: 14px;
	color: #ff0000;
}
.subscribe_fields .error_hint {
	left: 20px;
	top: 40px;
	bottom: auto;
	right: auto;
}
.subscribe_form .recaptcha_block {
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
}
.recaptcha_block .error_hint {
	width: 100%;
	text-align: left;
	bottom: auto;
	right: auto;
	left: 0;
}
.recaptcha_block.form_block .error_hint {
	padding: 0 15px;
}
.footer_left {
	position: relative;
}
.footer_left:after {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	top: -30px;
	bottom: -300px;
	width: 1px;
	background: #ffffff;
	opacity: 0.1;
}
.contacts_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contacts_list .col_title {
	font-size: 140%;
	line-height: 17px;
	height: 90px;
	font-family: "SegoeUIBold";
	max-width: 200px;
}
.contact_block {
	font-size: 120%;
	line-height: 15px;
	padding-bottom: 20px; 
}
.contact_type {
	font-family: "SegoeUIBold";
	padding-bottom: 5px;
}
.contact_info a {
	display: inline-block;
	color: inherit;
}
.footer .social_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer .social_list li {
	padding-right: 10px;
	padding-top: 3px;
}
.footer .social_list a img {
	height: 18px;
	width: auto;
}
.copyrights {
	font-size: 120%;
	line-height: 15px;
	margin-top: -60px;
}
.developer a {
	display: inline-block;
	color: inherit;
	font-family: "SegoeUIBold";
}
/*footer end*/
.content {
	background: url('images/content_bg.jpg') no-repeat;
	background-size: auto;
	background-position: center bottom;
}
.main_slider {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.main_slider > div.slide_block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
}
.main_slider .slide_image {
	padding-bottom: 32.34%;
}
.main_slider .slide_image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: url('images/slide_shadow.png') repeat-x;
	background-size: 1px auto;
	background-position: left bottom;
	z-index: 1;
}
.main_slider .slide_content {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	color: #ffffff;
	z-index: 3;
	text-align: center;
	white-space: normal;
}
.main_slider .slide_title {
	font-size: 240%;
	line-height: 29px;
	display: inline-block;
	color: inherit;
	font-family: "SegoeUIBold";
	max-height: 87px;
	overflow: hidden;
}
.main_slider .about_slide {
	font-size: 140%;
	line-height: 17px;
	max-height: 51px;
	overflow: hidden;
	margin-top: 15px;
}
.slick-slide {
	position: relative;
	overflow: hidden;
}
.main_slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.main_slider .slick-dots li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
}
.main_slider .slick-dots button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 4px;
	padding: 0;
	background: #ffffff;
}
.main_slider .slick-dots .slick-active button {
	opacity: 1 !important;
	cursor: default;
}
.main_slider .slick-arrow {
	position: absolute;
	bottom: 90px;
	left: 50%;
	width: 14px;
	height: 25px;
	border: none;
	font-size: 0;
	z-index: 3;
}
.main_slider .slick-prev {
	margin-left: -372px;
	background: url('images/svg/left_slim.svg') no-repeat;
	background-size: 14px auto;
	background-position: center;
}
.main_slider .slick-next {
	margin-left: 358px;
	background: url('images/svg/right_slim.svg') no-repeat;
	background-size: 14px auto;
	background-position: center;
}
.news_section {
	padding-top: 45px;
}
.section_title {
	margin: 0;
	font-size: 280%;
	line-height: 35px;
	font-family: "SegoeUIBold";
	color: #292929;
}
.section_title a {
	display: inline-block;
	color: inherit;
}
.news_section .row {
	font-size: 0;
}
.news_block {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1rem;
}
.news_image a {
	display: block;
	border-radius: 6px;
	padding-bottom: 56.25%;
}
.news_image a:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 1;
	opacity: 0;
}
.news_date {
	font-size: 110%;
	line-height: 13px;
	margin-top: 8px;
	color: #999999;
}
.news_title {
	font-size: 130%;
	line-height: 16px;
	color: inherit;
	max-height: 48px;
	font-family: "SegoeUIBold";
	display: inline-block;
	margin-top: 7px;
	overflow: hidden;
}
.about_section {
	padding-top: 35px;
}
.location_col .map_block {
	height: 418px;
}
#map-canvas {
	height: 100%;
}
.col_info_block {
	margin-top: 22px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.col_info_top {
	min-height: 320px;
	background: #ffffff;
}
.col_info_inner {
	padding: 25px 30px;
}
.section_subtitle {
	font-size: 180%;
	line-height: 22px;
	font-family: "SegoeUIBold";
}
.col_info_text {
	padding-top: 20px;
	font-size: 130%;
	line-height: 20px;
	color: #666666;
}
.col_footer {
	padding: 30px;
	background: #ffffff;
	position: relative;
}
.col_footer a {
	display: inline-block;
	color: #ffffff;
	border-radius: 6px;
	background: #206158;
	font-size: 130%;
	line-height: 18px;
	padding: 10px 15px;
	min-width: 135px;
	text-align: center;
}
.col_footer .address_info {
	font-size: 140%;
	line-height: 19px;
	padding-left: 40px;
	background: url('images/location.png') no-repeat;
	background-size: 20px auto;
	background-position: left center;
}
.bold {
	font-family: "SegoeUIBold";
}
.location_col .gmnoprint {
	visibility: hidden;
}
.location_col .col_footer {
	position: relative;
	z-index: 5;
	margin-top: -98px;
	background: rgba(255,255,255,0.9);
}
.location_col .col_footer:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: -20px;
	height: 20px;
	width: 100%;
	background: url('images/map_shadow.png') repeat-x;
	background-size: 1px auto;
	background-position: left bottom;
}
.members_section {
	padding: 45px 0 30px;
}
.members_slider {
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}
.members_list {
	white-space: nowrap;
	font-size: 0;
	width: 100%;
}
.member_block {
	display: inline-block;
	vertical-align: middle;
	width: 14.285%;
}
.members_list a {
	display: block;
	border-radius: 6px;
	background: #ffffff;
	text-align: center;
	position: relative;
	padding: 50px;
	transform-origin: center;
	-webkit-transform-origin: center;
	transform: scale(0.4);
	-moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
}
.members_list a.current_slide {
	transform: scale(1);
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.members_list a.small_slide {
	transform: scale(0.6);
	-moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
}
.members_list a.middle_slide{
	transform: scale(0.8);
	-moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.members_list .member_logo {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.members_list .logo_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.members_list .member_logo img {
	max-width: 63px;
	max-height: 63px;
	display: inline-block;
}
.members_list .bank_name {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 15px;
	padding: 0 15px;
	font-size: 1.2rem;
	line-height: 15px;
	color: #999999;
	opacity: 0;
	white-space: normal;
}
.members_list .current_slide .bank_name {
	opacity: 1;
}
.slide_buttons {
	padding-top: 30px;
	text-align: center;
	font-size: 0;
}
.slide_buttons a {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.05);
	background-size: 7px auto !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.slide_buttons .prev_slide {
	background-image: url('images/svg/left_dark.svg');
}
.slide_buttons .next_slide {
	background-image: url('images/svg/right_dark.svg');
}
.category_block {
	background-size: cover !important;
	background-position: center !important;
	height: 320px;
}
.category_inner {
	background: url('images/category_shadow.png') repeat-x;
	background-size: 1px auto;
	background-position: left top;
	color: #ffffff;
	padding-bottom: 28px;
}
.category_info {
	position: relative;
	padding-left: 27px;
}
.category_info:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 2px;
	background: #ffffff;
	top: 8px;
	bottom: 5px;
}
.category_block .section_title {
	color: inherit;
}
.category_description {
	font-size: 130%;
	line-height: 20px;
	max-height: 60px;
	max-width: 600px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.page_levels {
	padding-top: 30px;
}
.page_levels ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_levels ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 16px;
}
.page_levels a {
	display: block;
	color: #999999;
	float: left;
}
.page_levels ul li div {
	color: #666666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
}
.page_levels li:before {
	display: block;
	float: left;
	margin: 0 5px;
	content: "/";
}
.page_levels li:first-child:before {
	display: none;
}
.page_content {
	padding-top: 30px;
	padding-bottom: 95px;
}
.contacts_col,
.location_block {
	padding-top: 20px;
}
.page_subtitle {
	font-size: 240%;
	line-height: 30px;
	color: #292929;
}
.location_block .map_block {
	margin-top: 30px;
	height: 600px;
}
.contacts_col > ul {
	margin: 0 -15px;
	padding: 30px 0 20px;
	list-style-type: none;
	font-size: 0;
}
.contacts_col > ul > li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	padding: 0 15px 20px;
}
.contacts_col .contact_type {
	font-size: 120%;
	line-height: 16px;
	color: #333333;
}
.contacts_col .contact_info {
	font-size: 160%;
	line-height: 24px;
	color: #999999;
}
.contacts_col .social_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.contacts_col .social_list li {
	padding-right: 12px;
	padding-top: 3px;
}
.contacts_col .facebook {
	width: 9px;
	height: 18px;
	background-size: 9px auto;
	background-position: center;
}
.contacts_col form {
	padding-top: 20px;
}
.form_block {
	position: relative;
	padding: 0 15px 20px;
}
.form_block input,
.form_block textarea {
	width: 100%;
	border: 1px solid #d4d0d0;
	background: transparent;
	color: #333333;
	font-size: 160%;
	line-height: 25px;
	padding: 10px 16px;
	border-radius: 6px;
	position: relative;
	z-index: 2;
}
.form_block input::-webkit-input-placeholder {
	color: #868585;
}
.form_block input::-moz-placeholder {
	color: #868585;
}
.form_block input:-moz-placeholder {
	color: #868585;
}
.form_block input:-ms-input-placeholder {
	color: #868585;
}
.form_block textarea::-webkit-input-placeholder {
	color: #868585;
}
.form_block textarea::-moz-placeholder {
	color: #868585;
}
.form_block textarea:-moz-placeholder {
	color: #868585;
}
.form_block textarea:-ms-input-placeholder {
	color: #868585;
}
.form_block textarea {
	resize: none;
	height: 98px;
}
.send_button {
	padding: 0 15px;
}
.send_button button {
	font-size: 130%;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	padding: 10px 15px;
	min-width: 135px;
}
.placeholder {
	display: inline-block;
	vertical-align: middle;
	font-size: 160%;
	line-height: 27px;
	color: #999999;
	margin-right: 20px;
}
.form_block .placeholder {
	position: absolute;
	top: 1px;
	left: 16px;
	padding: 9px 16px;
	margin: 0;
}
.placeholder:after,
.about_required:before,
.claim_form .bootstrap-select .btn-default .filter-option:after {
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
	content: "*";
	color: #b94a48;
}
.claim_form .option_selected .bootstrap-select .btn-default span{
	color: #333333 !important;
}
.claim_form .option_selected .bootstrap-select .btn-default .filter-option:after,
.non_required:after {
	display: none;
}
input:valid + .placeholder {
	display: none;
}
.calendar_block:after {
	display: block;
	content: "";
	position: absolute;
	right: 31px;
	top: 11px;
	width: 24px;
	height: 24px;
	background-size: 24px !important;
	background-position: center !important;
}
.attach_block,
.checkbox_block {
	margin-bottom: 10px;
}
.attach_label,
.id_check {
	font-weight: normal;
	margin: 0;
	vertical-align: middle;
	position: relative;
}
label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
.attach_button {
	display: block;
	font-size: 120%;
	line-height: 27px;
	position: relative;
	padding-right: 43px;
	color: #999999;
	cursor: pointer;
}
.attach_button:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 27px;
	background-image: url('images/svg/attach_white.svg');
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	content: "";
}
.checkbox_button {
	display: block;
	font-size: 120%;
	line-height: 16px;
	position: relative;
	padding-left: 25px;
	color: #999999;
	cursor: pointer;
}
.checkbox_button:before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	left: 0;
	top: 0;
	border: 1px solid #d4d0d0;
}
.checkbox_button:after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url('images/svg/check_white.svg');
	background-position: center;
	background-size: 9px;
	background-repeat: no-repeat;
	opacity: 0;
}
.checkbox_button.checked:before {
	display: none;
}
.checkbox_button.checked:after {
	opacity: 1;
}
.about_ticket {
	font-size: 120%;
	line-height: 15px;
	padding-top: 15px;
	color: #999999;
	font-family: "SegoeUIBold";
}
.about_required {
	font-size: 120%;
	line-height: 27px;
	color: #999999;
	margin-bottom: 10px;
}
/*.claim_form .send_button button {
	float: right;
	margin-top: 38px;
}*/
.selectpicker {
	visibility: hidden;
	height: 47px;
}
.calendar_block .datepicker {
	left: 15px !important;
	right: 15px !important;
	color: #333333;
	padding: 12px;
}
.calendar_block .datepicker table {
	width: 100%;
}
.calendar_block .active {
	color: #ffffff;
	border-radius: 6px;
}
.calendar_block .datepicker .prev,
.calendar_block .datepicker .next {
	font-size: 0;
	background-size: auto 12px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
	background:  none !important;
}
.bootstrap-select .btn-default {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #d4d0d0 !important;
	font-size: 160%;
	line-height: 25px;
	padding: 10px 45px 10px 16px;
	border-radius: 6px !important;
	color: #999999 !important;
	background:  transparent !important;
	outline: none !important;
}
.bootstrap-select.has-error .btn-default {
	border-color: #b94a48 !important;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	width: 13px;
	height: 8px;
	right: 16px;
	top: 50%;
	margin-top: -4px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 8px !important;
	border-bottom-width: 0 !important;
	border-top-style: solid !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 6px;
	width: 100%;
    box-shadow: none;
    background: transparent;
    border: 1px solid #d4d0d0;
    border-top: none;

}
.bootstrap-select .dropdown-menu > li {
	border-top: 1px solid rgba(0, 0, 0, .15);
}
.bootstrap-select .dropdown-menu > li > a {
	padding: 10px 16px;
	white-space: normal;
	font-size: 1.4rem;
	line-height: 20px;
	color: #999999 !important;
	background:  #ffffff;
	position: relative;
}
.bootstrap-select .dropdown-menu > li.selected > a {
	background: #f2f2f2;
	opacity: 1 !important;
}
.about_page {
	font-size: 180%;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666666;
}
.attached .attach_label,
.upload_errors .size_error,
.upload_errors .format_error,
.upload_success {
	display: none;
} 
.attached .upload_success {
	display: inline-block;
	vertical-align: middle;
}
.size_error .upload_errors .size_error,
.format_error .upload_errors .format_error {
	display: block;
	font-size: 120%;
	line-height: 15px;
	color: #b94a48;
}
.upload_success .file_name {
	font-size: 160%;
	line-height: 27px;
	color: #333333;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.attach_remove {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 7px;
	margin-left: 10px;
	background: url('images/svg/cancel.svg') no-repeat;
	background-size: 15px;
	background-position: center;
	opacity: 0.5;
}
.has-error .attach_button:after {
	background-color: #b94a48 !important;
}
.has-error .attach_button {
	color: #b94a48;
}
.arbitrators_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.arbitrators_list > li {
	margin: 40px 0 10px;
	background: #ffffff;
	padding: 35px 15px;
}
.arbitrators_list .image_block img {
	width: 100%;
	height: auto;
}
.arbitrator_name {
	font-size: 200%;
	line-height: 25px;
	font-family: "SegoeUIBold";
}
.biography_block {
	padding-top: 20px;
}
.biography_type {
	font-size: 200%;
	line-height: 25px;
	color: #747272;
	font-family: "SegoeUIBold";
}
.biography_info {
	font-size: 180%;
	line-height: 24px;
	color: #666666;
	margin-top: 8px;
}
.paging {
	padding-top: 20px;
}
.paging ul {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.paging ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 18px;
	padding: 0 10px;
}
.paging a {
	display: block;
	min-width: 24px;
	height: 24px;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	color: inherit;
	background-color: #e5e5e5;
}
.paging a.prev_page,
.paging a.next_page {
	background-size: auto 12px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.paging a.current_page {
	color: #ffffff !important;
	cursor: default;
	opacity: 1 !important;
}
.announce_list {
	padding: 20px 0 0;
	margin-bottom: 0;
	list-style-type: none;
	font-size: 0;
}
.announce_list li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	padding-bottom: 25px;
}
.announce_title {
	display: inline-block;
	font-size: 180%;
	line-height: 22px;
	font-family: "SegoeUIBold";
}
.announce_date {
	font-size: 110%;
	line-height: 13px;
	margin-top: 5px;
	color: #999999;
}
.announce_info {
	font-size: 130%;
	line-height: 16px;
	color: #666666;
	margin-top: 10px;
	max-height: 65px;
	overflow: hidden;
	position: relative;
}
.about_info_block {
	padding-top: 20px;
}
.about_page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.about_page li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 24px;
}
.about_page li:before {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.persons_list {
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.persons_list li {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1rem;
	text-align: center;
}
.person_image {
	width: 170px;
	height: 170px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: #e6e6e6;
}
.person_name {
	font-size: 200%;
	line-height: 25px;
	color: #292929;
	font-family: "SegoeUIBold";
}
.post_duration {
	font-size: 130%;
	line-height: 16px;
	padding-top: 6px;
	color: #666666;
}
.banks_list {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
.banks_list li {
	border-radius: 6px;
	margin-bottom: 6px;
	background: #ffffff;
	overflow: hidden;
	font-size: 130%;
	line-height: 16px;
	position: relative;
}
.banks_list li.list_header {
	background: #ebebeb;
	font-size: 120%;
	line-height: 15px;
	font-family: "SegoeUIBold";
	color: #666666;
	box-shadow: none !important;
}
.banks_list .bank_name,
.banks_list .bank_address,
.banks_list .bank_phone,
.banks_list .bank_mail,
.banks_list .bank_website {
	padding-left: 20px;
	padding-right: 20px;
	display: table;
	height: 64px;
	color: #8e8b8b;
}
.banks_list .bank_name {
	width: 25%;
	color: #575555;
}
.banks_list .bank_details {
	width: 75%;
}
.banks_list .bank_address {
	width: 34%;
}
.banks_list .bank_phone {
	width: 18%;
}
.banks_list .bank_mail {
	width: 23%;
}
.banks_list .bank_website {
	width: 25%;
}
.banks_list .bank_phone span {
	display: inline-block;
	vertical-align: top;
}
.banks_list li.list_header .bank_name,
.banks_list li.list_header .bank_address,
.banks_list li.list_header .bank_phone,
.banks_list li.list_header .bank_mail,
.banks_list li.list_header .bank_website {
	color: inherit; 
	display: block;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.banks_list a {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: inherit;
	vertical-align: top;
}
.banks_list li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	display: block;
	content: "";
	opacity: 0;
}
.banks_list li.list_header:before {
	display: none;
}
.possibilities {
	padding-top: 20px;
}
.poss_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 180%;
	line-height: 24px;
	color: #666666;
}
.poss_list li {
	padding-top: 20px;
}
.poss_title {
	font-family: "SegoeUIBold";
	margin-bottom: 9px;
}
.staff_list {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.staff_list > li {
	background: #ffffff;
	padding: 40px 25% 60px 50px;
	margin-top: 50px;
	position: relative;
}
.staff_list .image_block {
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	top: 50%;
	right: -125px;
	background: #e6e6e6;
	margin-top: -125px;
}
.member_name {
	font-size: 200%;
	line-height: 25px;
	color: #292929;
	font-family: "SegoeUIBold";
}
.member_post {
	font-size: 180%;
	line-height: 24px;
	color: #666666;
	margin-top: 3px;
}
.pdf_link {
	display: inline-block;
	margin-top: 40px;
	font-size: 200%;
	line-height: 24px;
	padding: 26px 90px 10px 0;
	background: url('images/svg/pdf.svg') no-repeat;
	background-size: auto 60px;
	background-position: right center;
	font-family: "SegoeUIBold";
	color: #747272;
}
.news_listing {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 0;
}
.news_listing .news_title {
	font-size: 180%;
	line-height: 22px;
	max-height: 88px;
}
.news_short {
	position: relative;
	font-size: 130%;
	line-height: 16px;
	max-height: 48px;
	color: #666666;
	overflow: hidden;
	margin-top: 5px;
}
.news_main_image .image_inner {
	padding-bottom: 56.25%;
	border-radius: 6px;
}
.news_info_block {
	padding: 30px 15px 40px;
}
.news_info_block img {
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_page_title {
	margin: 0 ;
	font-size: 180%;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
.news_preview {
	font-size: 180%;
	line-height: 24px;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}
.other_news .news_listing .news_block:nth-child(n+4) {
	display: none;
}




/*different colors*/
.dark_colors .languages,
.dark_colors .search_block.opened .search_input input,
.dark_colors .subscribe_form input,
.dark_colors .arbitrator_name,
.dark_colors .paging,
.dark_colors .announce_title,
.dark_colors .poss_title,
.dark_colors .news_listing .news_title  {
	color: #206158;
}
.dark_colors .lg_button {
	background: url('images/svg/globe_dark.svg') no-repeat;
}
.dark_colors .lg_button:before {
	border-top: 3px solid #206158;
}
.dark_colors .search_buttons {
	background: url('images/svg/search_dark.svg') no-repeat;
}
.dark_colors .calendar_block:after {
	background: url('images/svg/calendar_dark.svg') no-repeat;
}
.dark_colors .search_input input{
	border: 1px solid #206158;
}
.dark_colors .library_button,
.dark_colors .menu_button:before,
.dark_colors .menu_button:after,
.dark_colors .menu_button span,
.dark_colors .footer,
.dark_colors .subscribe_form .error_hint,
.dark_colors .main_slider .slick-dots .slick-active button,
.dark_colors .send_button button,
.dark_colors .about_page li:before,
.dark_colors .banks_list li:before {
	background: #206158;
}
.dark_colors .subscribe_form .validate_button,
.dark_colors .attach_button:after,
.dark_colors .checkbox_button:after,
.dark_colors .paging a.current_page {
	background-color: #206158;
}
.dark_colors .facebook {
	background: url('images/svg/facebook_dark.svg') no-repeat;
}
.dark_colors .calendar_block .active {
	background: #206158 !important;
}
.dark_colors .calendar_block .datepicker .prev,
.dark_colors .paging .prev_page {
	background-image: url('images/svg/left_dark.svg');
}
.dark_colors .calendar_block .datepicker .next,
.dark_colors .paging .next_page {
	background-image: url('images/svg/right_dark.svg');
}
.dark_colors .bootstrap-select.btn-group .dropdown-toggle .caret {
	border-top-color: #206158;
}


.light_colors .languages,
.light_colors .search_block.opened .search_input input,
.light_colors .subscribe_form input,
.light_colors .arbitrator_name,
.light_colors .paging,
.light_colors .announce_title,
.light_colors .poss_title,
.light_colors  .news_listing .news_title   {
	color: #1e8855;
}
.light_colors .lg_button {
	background: url('images/svg/globe_light.svg') no-repeat;
}
.light_colors .lg_button:before {
	border-top: 3px solid #1e8855;
}
.light_colors .search_buttons {
	background: url('images/svg/search_light.svg') no-repeat;
}
.light_colors .calendar_block:after {
	background: url('images/svg/calendar_light.svg') no-repeat;
}
.light_colors .search_input input {
	border: 1px solid #1e8855;
}
.light_colors .library_button,
.light_colors .menu_button:before,
.light_colors .menu_button:after,
.light_colors .menu_button span,
.light_colors .footer,
.light_colors .subscribe_form .error_hint,
.light_colors .main_slider .slick-dots .slick-active button,
.light_colors .send_button button,
.light_colors .about_page li:before,
.light_colors .banks_list li:before {
	background: #1e8855;
}
.light_colors .subscribe_form .validate_button,
.light_colors .attach_button:after,
.light_colors .checkbox_button:after,
.light_colors .paging a.current_page {
	background-color: #1e8855;
}
.light_colors .facebook {
	background: url('images/svg/facebook_light.svg') no-repeat;
}
.light_colors .calendar_block .active {
	background: #1e8855 !important;
}
.light_colors .calendar_block .datepicker .prev,
.light_colors .paging .prev_page {
	background-image: url('images/svg/left_light.svg');
}
.light_colors .calendar_block .datepicker .next,
.light_colors .paging .next_page {
	background-image: url('images/svg/right_light.svg');
}
.light_colors .bootstrap-select.btn-group .dropdown-toggle .caret {
	border-top-color: #1e8855;
}




.lightness_colors .languages,
.lightness_colors .search_block.opened .search_input input,
.lightness_colors .subscribe_form input,
.lightness_colors .arbitrator_name,
.lightness_colors .paging,
.lightness_colors .announce_title,
.lightness_colors .poss_title,
.lightness_colors .news_listing .news_title {
	color: #3cab76;
}
.lightness_colors .lg_button {
	background: url('images/svg/globe_lightness.svg') no-repeat;
}
.lightness_colors .lg_button:before {
	border-top: 3px solid #3cab76;
}
.lightness_colors .search_buttons {
	background: url('images/svg/search_lightness.svg') no-repeat;
}
.lightness_colors .calendar_block:after {
	background: url('images/svg/calendar_lightness.svg') no-repeat;
}
.lightness_colors .search_input input {
	border: 1px solid #3cab76;
}
.lightness_colors .library_button,
.lightness_colors .menu_button:before,
.lightness_colors .menu_button:after,
.lightness_colors .menu_button span,
.lightness_colors .footer,
.lightness_colors .subscribe_form .error_hint,
.lightness_colors .main_slider .slick-dots .slick-active button,
.lightness_colors .send_button button,
.lightness_colors .about_page li:before,
.lightness_colors .banks_list li:before {
	background: #3cab76;
}
.lightness_colors .subscribe_form .validate_button,
.lightness_colors .attach_button:after,
.lightness_colors .checkbox_button:after,
.lightness_colors .paging a.current_page {
	background-color: #3cab76;
}
.lightness_colors .facebook {
	background: url('images/svg/facebook_lightness.svg') no-repeat;
}
.lightness_colors .calendar_block .active {
	background: #3cab76 !important;
}
.lightness_colors .calendar_block .datepicker .prev,
.lightness_colors .paging .prev_page {
	background-image: url('images/svg/left_lightness.svg');
}
.lightness_colors .calendar_block .datepicker .next,
.lightness_colors .paging .next_page {
	background-image: url('images/svg/right_lightness.svg');
}
.lightness_colors .bootstrap-select.btn-group .dropdown-toggle .caret {
	border-top-color: #3cab76;
}










/*transitions and effects*/
.logo_block a,
.languages a,
.search_buttons,
.library_button,
.social_list a,
.contact_block a,
.subscribe_button button,
.main_slider .slick-dots button,
.main_slider .slick-arrow,
.main_slider .slide_title,
.section_title a,
.news_image a:before,
.news_title,
.col_footer a,
.members_slider .bank_name,
.attach_button:after,
.bootstrap-select .dropdown-menu > li > a,
.announce_title  {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.search_input {
	-o-transition: width .5s;
	-ms-transition: width .5s;
	-moz-transition: width .5s;
	-webkit-transition: width .5s;
	transition: width .5s;
}
.search_block.opened .search_input input {
	-o-transition: color .5s, padding .2s;
	-ms-transition: color .5s, padding .2s;
	-moz-transition: color .5s, padding .2s;
	-webkit-transition: color .5s, padding .2s;
	transition: color .5s, padding .2s;
}
.search_input input {
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a.sublist_button,
.submenu_list li a,
.developer a,
.page_levels a,
.contacts_col .contact_info a,
.checkbox_button,
.attach_button,
.banks_list a {
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.menu_content svg path,
ul.submenu_list > li,
.paging a,
.banks_list li,
.banks_list .bank_name:after,
.pdf_link  {
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.members_slider a {
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu_list li,
.slide_buttons a {
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.members_list {
	-o-transition: margin .5s;
	-ms-transition: margin .5s;
	-moz-transition: margin .5s;
	-webkit-transition: margin .5s;
	transition: margin .5s;
}
.members_list.none_animate {
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.checkbox_button:before {
	-o-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}



.logo_block a:hover,
.languages a:hover,
.search_buttons:hover,
.library_button:hover,
.social_list a:hover,
.contact_block a:hover,
.subscribe_button button:hover,
.main_slider .slick-dots button:hover,
.main_slider .slick-arrow:hover,
.main_slider .slide_title:hover,
.section_title a:hover,
.hovered .news_title,
.col_footer a:hover,
.members_list a:hover,
.attach_button:hover:after,
.checkbox_button.checked:hover:after,
.bootstrap-select .dropdown-menu > li > a:hover,
.announce_title:hover {
	opacity: 0.7;
}
a.sublist_button.hovered,
.sublist_button.clicked,
.submenu_list li > a:hover,
.sublevel_item.hovered > a {
	color: #ffffff;
}
g.sublist_button.hovered .dark_path,
g.sublist_button.clicked .dark_path {
	fill: #206158 !important;
}
g.sublist_button.hovered .light_path,
g.sublist_button.clicked .light_path {
	fill: #1e8855 !important;
}
g.sublist_button.hovered .lightness_path,
g.sublist_button.clicked .lightness_path {
	fill: #3cab76 !important;
}
.dark_item .submenu_list li:hover {
	background-color: #206158;
}
.light_item .submenu_list li:hover {
	background-color: #1e8855;
}
.lightness_item .submenu_list li:hover {
	background-color: #3cab76;
}
.dark_item .sublevel_item.hovered,
.light_item .sublevel_item.hovered {
	background-image: url('images/svg/right_white.svg');
}
.lightness_item .sublevel_item.hovered {
	background-image: url('images/svg/left_white.svg');
}
.developer a:hover {
	color: #069dd5;
}
.hovered .news_image a:before {
	opacity: 0.3;
}
.slide_buttons a:hover {
	background-color: rgba(0,0,0,0.2);
}
.page_levels a:hover,
.contacts_col .contact_info a:hover,
.checkbox_button:hover,
.attach_button:hover,
.banks_list a:hover {
	color: #000000;
}
.checkbox_button:hover:before {
	border-color: #000000;
}
.paging a:hover {
	opacity: 0.7;
	background-color: #cccccc;
}
.banks_list li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.21);
}
.banks_list li:hover:before {
	opacity: 1;
}
.pdf_link:hover {
	opacity: 0.8;
}





.menu_button:hover:before {
	-webkit-animation: tar .7s linear;
    animation: tar .7s linear;
}
.menu_button:hover:after {
	-webkit-animation: bar .7s linear;
    animation: bar .7s linear;
}
.menu_opened .menu_button:after {
	bottom: 9px;
	-webkit-transform:rotate(-45deg);
	-webkit-animation: ba .7s linear;
    animation: ba .7s linear;
}
.menu_opened .menu_button:before {
	-webkit-animation: ta .7s linear;
    animation: ta .7s linear;
    top: 9px;
    -webkit-transform:rotate(45deg);
}
@-webkit-keyframes ta{
  	0% {-webkit-transform:rotate(0deg);top:0;}
  	50% {top:9px;-webkit-transform:rotate(0deg);}
  	100% {-webkit-transform:rotate(45deg);top:9px;}
}
@keyframes ta{
   0% {-webkit-transform:rotate(0deg);top:0; }
  50% {top:9px;-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(45deg);top:9px;}
}
@-webkit-keyframes ba{
  	0% {-webkit-transform:rotate(0deg);bottom:0; }
  	50% {bottom:9px;-webkit-transform:rotate(0deg);}
  	100% {-webkit-transform:rotate(-45deg);bottom:9px;}
}
@keyframes ba{
   0% {-webkit-transform:rotate(0deg);bottom:0; }
  50% {bottom:9px;-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(-45deg);bottom:9px;}
}
@-webkit-keyframes bar{
  	0% {-webkit-transform:rotate(-45deg);bottom:9px;}
  	50% {bottom:9px;-webkit-transform:rotate(0deg);}
  	100% {-webkit-transform:rotate(0deg);bottom:0;}
}
@keyframes bar{
   0% {-webkit-transform:rotate(-45deg);bottom:9px;}
  50% {bottom:9px;-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(0deg);bottom:0; }
}
@-webkit-keyframes tar{
  	0% {-webkit-transform:rotate(45deg);top:9px;}
  	50% {top:9px;-webkit-transform:rotate(0deg);}
  	100% {-webkit-transform:rotate(0deg);top:0;}
}
@keyframes tar{
   0% {-webkit-transform:rotate(45deg);top:9px;}
  50% {top:9px;-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(0deg);top:0; }
}
.menu_button:hover span {
	-webkit-animation: mh .7s linear;
    animation: mh .7s linear;
}
.menu_opened .menu_button span {
	opacity: 0;
	-webkit-animation: mhr .7s linear;
    animation: mhr .7s linear;
}
@-webkit-keyframes mh{
  	0% {opacity:0;}
  	50% {opacity: 0}
  	100%{opacity: 1}
}
@keyframes mh{
    0% {opacity:0;}
  	50% {opacity: 0}
  	100%{opacity: 1}
}
@-webkit-keyframes mhr{
  	0% {opacity:1;}
  	50% {opacity: 1}
  	51%{opacity: 0}
}
@keyframes mhr{
    0% {opacity:1;}
  	50% {opacity: 1}
  	51%{opacity: 0}
}





.back_to_top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: #f2f2f2;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-size: 7px auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 10;
    transform-origin: center;
	-webkit-transform-origin: center;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.dark_colors .back_to_top {
	background-image: url('images/svg/left_dark.svg');
}
.light_colors .back_to_top {
	background-image: url('images/svg/left_light.svg');
}
.lightness_colors .back_to_top {
	background-image: url('images/svg/left_lightness.svg');
}

@media screen and (max-width: 991px) {
	.back_to_top {

		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 55px;
	}
}
@media screen and (max-width: 599px) {
	.back_to_top {
		bottom: 10px;
	}
}


.gallery_section {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.small_items {
	white-space: nowrap;
	font-size: 0;
	margin: 20px -5px 0;
}
.small_items .item_block {
	padding: 0 5px;
}
.small_items > .item_block {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
}
.small_items .item_inner {
	cursor: pointer;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.small_items .item_inner:hover {
	opacity: 0.8;
}
.small_items .item_inner.selected{
	opacity: 0.5;
	cursor: default;
}
.small_items .item_inner.selected:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	border-width: 3px;
	border-style: solid;
	z-index: 3;
}
.dark_colors .small_items .item_inner.selected:after  {
	border-color: #206158;
}
.light_colors  .small_items .item_inner.selected:after   {
	border-color: #1e8855;
}
.lightness_colors .small_items .item_inner.selected:after {
	border-color: #3cab76;
}
.gallery_section .item_inner {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.gallery_slider {
	white-space: nowrap;
	font-size: 0;
	background: #f2f2f2;
}
.gallery_slider > .item_block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.gallery_slider .item_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.gallery_section .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #e1e1e1;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.small_items .slick-arrow {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-size: 5px auto !important;
	border-radius: 3px;
}
.gallery_slider .slick-arrow {
	margin-top: -22px;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	background-size: 9px auto !important;
}
.gallery_slider .slick-prev {
	left: 0;
}
.gallery_slider .slick-next {
	right: 0;
}
.small_items .slick-prev {
	left: 5px;
}
.small_items .slick-next {
	right: 5px;
}
.dark_colors .gallery_section .slick-prev  {
	background-image: url('images/svg/left_dark.svg');
}
.light_colors .gallery_section .slick-prev  {
	background-image: url('images/svg/left_light.svg');
}
.lightness_colors .gallery_section .slick-prev  {
	background-image: url('images/svg/left_lightness.svg');
}
.dark_colors .gallery_section .slick-next  {
	background-image: url('images/svg/right_dark.svg');
}
.light_colors .gallery_section .slick-next  {
	background-image: url('images/svg/right_light.svg');
}
.lightness_colors .gallery_section .slick-next  {
	background-image: url('images/svg/right_lightness.svg');
}
.gallery_section .slick-arrow:hover {
	background-color: #d1d1d1;
}

.slick-slide {
	outline: none !important;
}
@media screen and (max-width: 1199px) {
	.small_items > .item_block {
		width: 16.66%;
	}
}
@media screen and (max-width: 991px) {
	.small_items > .item_block {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.gallery_slider .slick-arrow {
		margin-top: -18px;
		width: 36px;
		height: 36px;
		border-radius: 5px;
		background-size: 7px auto !important;
	}
}
@media screen and (max-width: 639px) {
	.small_items > .item_block {
		width: 25%;
	}
}
@media screen and (max-width: 479px) {
	.small_items > .item_block {
		width: 33.33%;
	}
}


.home_news_link_block{
	text-align: right;
}

.home_news_link_block .home_news_link{
    display: inline-block;
    color: #ffffff;
    border-radius: 6px;
    background: #206158;
    font-size: 1.3rem;
    line-height: 18px;
    padding: 10px 15px;
    min-width: 135px;
    text-align: center;
}
/*07.03.2019*/
.banks_list .bank_name {
	padding-left: 50px;
	position: relative;
}
.banks_list .list_header .bank_name {
	padding-left: 20px;
}
.bank_name img {
	position: absolute;
	left: 10px;
	top: 50%;
	max-width: 30px;
	max-height: 30px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.reg_success_block{
	line-height:30px;
	padding-left: 30px;
	position: relative;
}

.reg_success_block:before{
	position: absolute;
    top: 0;
    left: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url('images/checked.png');
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}