@font-face {
	font-family: 'WeblySleekUISemilight';
	src: url('fonts/WeblySleekUISemilight/WeblySleekUISemilight.eot?#iefix') format('embedded-opentype'),
	url('fonts/WeblySleekUISemilight/WeblySleekUISemilight.woff') format('woff'),
	url('fonts/WeblySleekUISemilight/WeblySleekUISemilight.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'WeblySleekUISemibold';
	src: url('fonts/WeblySleekUISemibold/WeblySleekUISemibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/WeblySleekUISemibold/WeblySleekUISemibold.woff') format('woff'),
	url('fonts/WeblySleekUISemibold/WeblySleekUISemibold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* 1dram font */
@font-face {
    font-family: 'JerseyM54';
    src: url('fonts/oneDramNumberFont/JerseyM54.svg#JerseyM54') format('svg'),
    url('fonts/oneDramNumberFont/JerseyM54.ttf') format('truetype'),
    url('fonts/oneDramNumberFont/JerseyM54.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* end of 1dram font */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	overflow-x: hidden;
	font-family: 'WeblySleekUISemilight';
	color: #4d4d4d;
	width: 100%;
}
.content .last_update { float:right}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: bottom;
}
.y_hidden {
	overflow-y: hidden;
}
.ios_device.y_hidden {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.y_scroll {
	overflow-y: scroll;
}
.y_auto {
	overflow-y: auto
}
input, select, textarea {
	outline: none
}
a {
	text-decoration: none;
	color: #f88224;
}
button {
	outline: none;
	cursor: pointer;
	display: block;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0.8;
	color: inherit;
}
img	{
	max-height: none;
	height: auto;
	max-width: 100%;
	border: none;
}
.flexslider {
	border: none;
	margin: 0;
	position: relative;
}
.container {
	position: relative;
}
/*header*/
.header {
	position: absolute;
	width: 100%;
	z-index: 100;
	transition: all .3s;
}
.header.news,
.header.branches,
	/*.header.management,*/
.header.announcement,
.header.foreign,
.header.handling,
.header.relations,
.header.standard,
	/*.header.financial,*/
.header.quarter,
.header.property,
.header.contacts,
.header.sitemap,
.header.business-loans-financed-by-rfs,
.header.business-gaf-eib-project,
.header.business-loans-within-gaf-msme-project,
.header.no-image{
	position: relative;
	background: #4d4d4d;
}
.header.news .submenu_list_inner ,
.header.branches .submenu_list_inner ,
	/*.header.management,*/
.header.announcement .submenu_list_inner ,
.header.foreign .submenu_list_inner ,
.header.handling .submenu_list_inner ,
.header.relations .submenu_list_inner ,
.header.standard .submenu_list_inner ,
	/*.header.financial,*/
.header.quarter .submenu_list_inner ,
.header.property .submenu_list_inner ,
.header.contacts .submenu_list_inner ,
.header.sitemap .submenu_list_inner ,
.header.business-loans-financed-by-rfs .submenu_list_inner ,
.header.business-gaf-eib-project .submenu_list_inner ,
.header.business-loans-within-gaf-msme-project .submenu_list_inner ,
.header.no-image .submenu_list_inner {
	background: #4d4d4d;
}
.header_top {
	color: #ffffff;
	line-height: 16px;
	padding: 10px 0;
	font-size: 120%;
}
.header_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header_top,
.header_bottom {
	padding: 0 4%;
}
.header_top {
	position: relative;
}
.header_top_menu {
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_top_menu > div{
	display: flex;
	align-items: center;
}
.header_top_menu li {
	float: left;
}
.header_top_menu li:before {
	display: block;
	float: left;
	width: 2px;
	height: 9px;
	content: "";
	background: #fff;
	margin: 3px 9px;
}
.header_top_menu li:first-child:before {
	display: none;
}

.header .dropdown {
	position: absolute;
	bottom: 40px;
	left: calc(4% + 160px);
	font-size: 14px;
	color: white;
}
.header:not(.mobile_header) .dropdown .dropdown-toggle {
	padding: 0 15px;
	display: flex;
	align-items: center;
	height: 54px;
}
.header.sticky .dropdown .dropdown-toggle span {
	max-width: 120px;
}
.header .dropdown .caret {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 10px;
	vertical-align: middle;
	border-right: 2px solid #fcf8e3;
	border-bottom: 2px solid #fcf8e3;
	border-top: none;
	border-left: none;
	border-radius: 1px;
	transform: rotate(45deg);
}
.header .dropdown-menu {
	display: block;
	height: 0;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	box-shadow: none;
	border: none;
	transition: height .2s;
}
.header .dropdown:hover,
.header .dropdown.open,
.header .dropdown:hover .dropdown-menu,
.header .dropdown.open .dropdown-menu {
	background-color: rgba(77, 77, 77, .85);
}
.header:not(.mobile_header) .dropdown:hover .dropdown-menu,
.header:not(.mobile_header) .dropdown.open .dropdown-menu {
	height: 113px;
	width: 120%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	border-radius: 0 0 6px 6px;
}
.header .dropdown.open .dropdown-menu ul,
.header .dropdown:hover .dropdown-menu ul {
	display: block;
}

.header .dropdown-menu ul {
	display: none;
	padding: 0;
	list-style-type: none;
}
.header .dropdown-menu ul a {
	display: block;
	padding: 0 15px;
	margin: 10px 0;
	color: white;
	transition: all .3s;
}
.header .dropdown-menu ul a.selected  {
	color: #f88224;
}
.header .dropdown-menu ul li {
	float: none;
}
.header .dropdown-menu ul li a:hover {
	color: #f88224;
}
.header .dropdown-menu ul li:before {
	content: none;
}
.dropdown-toggle {
	cursor: pointer;
}
.header_top_menu a:not(.mobile_button) {
	display: inline-block;
	color: inherit;
}
.header_top_menu .main_logo {
	margin-right: 25px;
}
.main_logo img {
	max-width: 159px;
	max-height: 30px;
}
.header_bottom .header_menu_inner {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}
.search_language {
	font-size: 110%;
	line-height: 16px;
	color: #ffffff;
}
.search_block {
	position: relative;
}
.search_form {
	margin: 0;
}
.search_form button {
	width: 16px;
	height: 16px;
	background: url('images/svg/search.svg') no-repeat;
	background-size: 12px;
	background-position: center;
	float: left;
	margin-right: 4px;
	border: none;
}
.header:not(.mobile_header) .search_form input {
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 15px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
	transition: all .3s;
}.search_form input {
	 background: transparent;
 }
.header:not(.mobile_header)  .search_form input:focus,
.header:not(.mobile_header)  .search_form input:not([value=""]) {
	width: 180px;
	height: 30px;
	top: 30px;
	font-size: 18px;
}
.search_form input::-webkit-input-placeholder,
.search_form input::-moz-placeholder,
.search_form input:-moz-placeholder ,
.search_form input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
}
.search_form label {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 17px;
}
.search_form input:not([value=""]) + label,
.search_form input:focus + label {
	display: none;
}

.languages {
	margin-left: 10px;
	text-transform: uppercase;
}
.languages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.languages ul li {
	float: left;
}
.languages ul li.selected {
	display: none;
}
.languages ul li:before {
	display: block;
	float: left;
	width: 1px;
	height: 8px;
	margin: 4px 5px 0;
	background: #d3dcea;
	content: "";
}
.languages ul li:first-child:before,
.languages ul li.selected:first-child + li:before {
	display: none;
}
.languages a {
	display: block;
	float: left;
	color: inherit;
	transition: color .3s;
}
.languages a:hover {
	color: #f88224;
}
.languages .web_text {
	display: block;
}
.languages .mob_text {
	display: none;
}
.online_actions {
	display: flex;
	width: 150px;
	justify-content: space-between;
	align-items: stretch;
	padding: 5px 15px;
	color: #ffffff;
	border: 1px solid white;
	border-radius: 20px;
}
.anelik_online {
	font-size: 14px;
}

.login_button img {
	width: 24px;
}

.login_form_block {
	position: absolute;
	right: 0;
	width: 320px;
	top: 68px;
	background: rgba(32,39,47,0.98);
	z-index: 10;
	padding: 25px 24px;
	text-align: left;
	color: #ffffff;
	display: none;
}
.main_menu_list {
	margin-right: 6%;
}
.main_menu_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main_menu_list > ul > li {
	float: left;
	position: relative;
	transition: all .3s;
}
.main_menu_list > ul > li:last-child .submenu_list,
.main_menu_list > ul > li:nth-last-child(2) .submenu_list {
	text-align: right;
	right: 0;
	left: auto;
}
.mobile_header .main_menu_list > ul > li:last-child .submenu_list {
	text-align: center;
}
.submenu_list {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	height: 0;
	overflow: hidden;
	font-size: 14px;
	-o-transition: height .3s;
	-ms-transition: height .3s;
	-moz-transition: height .3s;
	-webkit-transition: height .3s;
	transition: height .3s;
	z-index: 10;
}
.main_menu_list > ul > li.opened,
.main_menu_list > ul > li:hover {
	background-color: rgba(77, 77, 77, .85);
}
.main_menu_list > ul > li:hover > .submenu_list {
	height: auto;
	display: block;
}
.center_submenu {
	left: 50% !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.main_menu_list > ul > li > a {
	display: block;
	float: left;
	height: 36px;
	padding: 0 12px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.main_menu_list li.item-selected a {
	color: #f88224;
}
.submenu_list_inner {
	background-color: rgba(77,77,77,0.85);
	padding: 0 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.submenu_list_inner > ul {
	padding: 8px 0 10px;
}
.two_col_list > ul {
	-moz-column-count: 2; /* Для Firefox */
	-webkit-column-count: 2; /* Для Safari и Chrome */
	column-count: 2;
}
.tree_col_list > ul {
	-moz-column-count: 3; /* Для Firefox */
	-webkit-column-count: 3; /* Для Safari и Chrome */
	column-count: 3;
}
.submenu_list_inner > ul > li {
	padding: 0 10px;
	width: 220px;
	white-space: normal;
	vertical-align: top;
}
.submenu_list_inner > ul a {
	display: inline-block;
	color: inherit;
	line-height: 17px;
	margin: 6px 0;
	color: #fff;
	transition: all .3s;
}
.submenu_list_inner > ul a:hover {
	color: #f88224;
}

.mobile_header .submenu_list_inner > ul a {
	margin: 0;
	padding: 6px 0;
}
.mobile_header .right_submenu {
	text-align: center !important;
}
.login_close {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: url('images/svg/close.svg') no-repeat;
	background-size: 16px;
	background-position: center;
}
.login_form_inner {
	margin-top: 25px;
}
.login_form .form_block {
	position: relative;
	padding-bottom: 30px;
}
.login_form .form_block_hint {
	font-size: 110%;
	line-height: 15px;
	letter-spacing: 1px;
	font-family: "WeblySleekUISemibold";
	opacity: 0.5;
	margin-bottom: 7px;
}
.login_form .form_block input {
	width: 100%;
	font-size: 120%;
	line-height: 16px;
	padding: 6px 12px;
	border: 1px solid rgba(255,255,255,0.5);
	background: transparent;
	border-radius: 6px;
}
.error_hint {
	display: none;
}
.password_forgot {
	text-align: center;
}
.password_forgot a {
	display: inline-block;
	font-size: 120%;
	line-height: 14px;
	border-bottom: 1px solid #ffffff;
	opacity: 0.5;
	color: inherit;
}
.password_forgot a:hover {
	opacity: 0.8;
}
.login_form button {
	display: block;
	margin: 50px auto 0;
	font-size: 150%;
	line-height: 21px;
	background: #ffffff;
	color: #242b33;
	width: 160px;
	padding: 7px;
	border: none;
	border-radius: 3px;
	font-family: "WeblySleekUISemibold";
}
.mobile_header .main_logo {
	position: relative;
	top: auto;
	left: auto;
}

/* 1dram */
.header_top .od-btn-block {width:208px; height:28px; margin-left:-104px; line-height:normal !important; position:absolute; top:16px; left:50%; z-index:9;}
.header_top .od-btn-block.v-ru {width:216px; margin-left:-108px;}
.header_top .od-btn-block.v-en {width:218px; margin-left:-109px;}
.header_top .od-btn-block .od-btn {display:flex; align-items:center; padding:1px 15px 0 15px; font-size:22px; color:#ffffff; font-weight:500; font-family:'JerseyM54', sans-serif; background-color:#f5821e; border-radius:40px;}
.header_top .od-btn-block .od-btn:hover {text-decoration:none; -o-transition:none; -ms-transition:none; -moz-transition: none; -webkit-transition:none; transition:none; opacity:1;}
.header_top .od-btn-block .od-btn img {height:16px; margin-bottom:1px;}
.header_top .od-btn-block #oneDramOverallAmount {display:inline-block; width:115px; margin:0 5px; text-align:right;}
.header_top .od-btn-block .od-amount-prefix {font-weight:normal; opacity:0.35;}
/* end of 1dram */

.mobile_button,
.menu_close,
.mobile_header .languages .web_text,
.mobile_header .anelik_online img.for_web {
	display: none;
}
.mobile_header .mobile_button {
	display: block;
	padding: 2px;
	margin-left: 25px;
	width: 30px;
}
.mobile_button span {
	display: block;
	height: 3px;
	border-radius: 2px;
	background: #f88224;
	margin-top: 5px;
}
.mobile_button span:first-child {
	margin-top: 0;
}
.mobile_header .header_menu_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 101;
	background: rgba(32,39,47,0.98);
	-o-transition: height .5s;
	-ms-transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
}
.mobile_header.opened .header_menu_block{
	height: 100%;
}
.mobile_header .header_menu_inner {
	height: 100%;
	padding: 15px 34px 10px;
	overflow-y: auto;
}
.mobile_header .menu_close {
	display: block;
	position: absolute;
	top: 25px;
	right: calc(4% + 20px);
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: url('images/svg/close.svg') no-repeat;
	background-size: 16px;
	background-position: center;
	z-index: 9999;
}
.mobile_header .search_language {
	float: none;
	margin: 0;
}
.mobile_header .languages {
	float: none;
	margin: 0;
	text-align: center;
	font-size: 0;
}
.mobile_header .search_block {
	width: 100%;
	margin-top: 13px;
}
.mobile_header .languages li {
	display: inline-block;
	float: none;
	font-size: 1.3rem;
}
.mobile_header .languages .mob_text {
	display: block;
}
.mobile_header .languages ul li:before {
	width: 2px;
	height: 10px;
	margin: 3px 11px 0;
	background: #bdbec0;
}
.mobile_header .search_form {
	width: 275px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 6px;
	overflow: hidden;
}
.mobile_header .search_form button {
	width: 25px;
	height: 28px;
	margin-right: 1px;
	opacity: 0.5;
}
.mobile_header .search_form input {
	width: 247px;
	font-size: 120%;
	line-height: 16px;
	padding: 6px 8px 6px 0;
	border: none;
}
.mobile_header .search_form input::-webkit-input-placeholder,
.mobile_header .search_form input::-moz-placeholder,
.mobile_header .search_form input:-moz-placeholder,
.mobile_header .search_form input:-ms-input-placeholder {
	opacity: 0.5;
}
.mobile_header .anelik_online img.for_mob {
	display: block;
}
.mobile_header .main_menu_list {
	color: #ffffff;
	font-size: 160%;
	max-width: 280px;
	margin: 10px auto 0;
	float: none;
	text-align: center;
	border: none;
	background: none;
}
.mobile_header .main_menu_list > ul > li {
	padding: 17px 0 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
	float: none;
	background: transparent !important;
}
.mobile_header .main_menu_list > ul > li:first-of-type {
	border-top: none;
}
.mobile_header .main_menu_list > ul > li > a {
	font-family: "WeblySleekUISemibold";
	line-height: 26px;
	margin: 0;
	float: none;
}
.mobile_header .dropdown {
	position: static;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.mobile_header .dropdown-toggle {
	display: none;
}
.mobile_header .dropdown-menu {
	position: static;
	height: auto;
	text-align: center;
	font-size: 14px;
	font-family: "WeblySleekUISemibold";
}
.mobile_header .dropdown-menu ul {
	display: block;
	margin-bottom: 0;
}
.mobile_header .dropdown:hover,
.mobile_header .dropdown.open,
.mobile_header .dropdown:hover .dropdown-menu,
.mobile_header .dropdown.open .dropdown-menu {
	background-color: transparent;
}
.mobile_header .dropdown.open .dropdown-menu,
.mobile_header .dropdown:hover .dropdown-menu {
	height: auto;
	background-color: transparent;
}
.mobile_header .submenu_list {
	position: relative;
	display: block;
	top: auto;
	height: auto !important;
	left: auto !important;
	right: auto !important;
	font-size: 81.3%;
	margin-top: 3px;
}
.mobile_header .submenu_list_inner {
	background: transparent !important;
	padding: 0;
	white-space: normal;
	border: none;
}
.mobile_header .submenu_list_inner > ul {
	display: block;
	padding: 0;
	width: auto;
	-moz-column-count: 1 !important; /* Для Firefox */
	-webkit-column-count: 1 !important; /* Для Safari и Chrome */
	column-count: 1 !important;
}
.mobile_header .submenu_list_inner > ul > li {
	width: 100%;
	padding: 0;
	text-align: center;
}
.mobile_header .login_form_block {
	position: fixed;
	right: auto;
	width: 100%;
	top: 0;
	padding: 0;
	z-index: 102;
	left: 0;
	overflow: hidden;
	display: block !important;
	height: 0;
	-o-transition: height .5s;
	-ms-transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
}
.mobile_header .online_actions.opened .login_form_block {
	height: 100%;
}
.mobile_header .login_form_inner {
	padding: 60px 32px;
	width: 100%;
	height: 100%;
	display: table;
	margin: 0;
}
.mobile_header .login_form_container {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.mobile_header .login_form {
	width: 275px;
	margin: 0 auto;
}
.mobile_header .online_actions.opened .anelik_online {
	opacity: 0;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.mobile_header .anelik_online.moved {
	position: fixed;
	top: 27px;
	left: 34px;
	z-index: 103;
	opacity: 1 !important;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.mobile_header .login_close {
	position: absolute;
	top: 27px;
	right: 34px;
}
.mobile_header .login_form button {
	margin: 87px auto 0;
}
/*header end*/
/*footer*/
.footer {
	background: #4d4d4d;
}
.footer_top {
	padding-top: 40px;
}
.footer_menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #555967;
	line-height: 22px;
	-moz-column-count: 3; /* Для Firefox */
	-webkit-column-count: 3; /* Для Safari и Chrome */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}
.footer_menu > ul > li > div,
.footer_menu > ul > li > a {
	display: inline-block;
	font-size: 140%;
	color: inherit;
	font-family: "WeblySleekUISemibold";
	color: #fff;
}
.footer_menu > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu > ul > li > ul li a {
	font-size: 120%;
	color: inherit;
	display: inline-block;
	color: #fff;
}
.footer_menu li a {
	transition: color .3s;
}

.footer_menu li a:hover {
	color: #f88224;
}
.footer_bottom {
	padding: 35px 0;
}
.footer_main_logo {
	height: 30px;
	max-width: 120px;
	margin-bottom: 10px;
}
.footer_main_logo a {
	opacity: 1;
}
.footer_main_logo a:hover {
	opacity: .7;
}
.customer {
	color: #555967;
	max-width: 400px;
}
.footer_main_logo img {
	width: 100%;
	height: auto;
}
.copyrights {
	font-size: 120%;
	line-height: 19px;
	color: #fff;
}
.last_update {
	font-size: 110%;
	line-height: 19px;
	color: #4d4d4d;
}
.contacts_section {
	color: #888d9f;
	padding-top: 22px;
}
.phone_number {
	font-size: 300%;
	line-height: 33px;
	margin-right: 45px;
}
.phone_number a {
	color: #fff;
	transition: color .3s;
}
.phone_number a:hover {
	color: #f88224;;
}
.online_call a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	color: inherit;
	font-size: 140%;
	line-height: 17px;
	border-radius: 20px;
	padding: 7px 10px 9px 35px;
	font-family: "WeblySleekUISemibold";
	background: url('images/svg/phone_light.svg') no-repeat;
	background-size: 19px;
	background-position: 12px center;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: background-color .3s;
	color: #fff;
}
.online_call a:hover {
	background-color: #f88224;
}
.socials {
	margin-left: 33px;
}
.socials ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.socials ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
}
.socials ul li a {
	display: block;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: background-color .3s;
}
.socials ul li a:hover {
	background-color: #f88224;
}
.facebook a {
	background: url('images/svg/facebook_light.svg');
	background-size: 17px;
}
.twitter a {
	background: url('images/svg/twitter_light.svg');
	background-size: 15px;
}
.youtube a {
	background: url('images/svg/youtube_light.svg');
	background-size: 17px;
}
.instagram a {
	background: url('images/svg/instagram_light.svg');
	background-size: 17px;
}
.linkedin a {
	background: url('images/svg/linkedin_light.svg');
	background-size: 15px;
}
/*footer end */

.homepage_content .container-fluid,
.content_header .container-fluid,
.content_header > .container {
	padding: 0;
	width: auto;
}

.content_header_inner {
	position: relative;
	overflow: hidden;
	height: 545px;
	background: #000000;
}
.homepage_content .content_header_inner {
	height: 720px;
}
.content_header_inner > img,
.homepage_slider .slides li > img {
	position: absolute;
	top: 0;
	left: 30%;
	height: 100%;
	min-width: fit-content;
	width: 100%;
	transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	opacity: 0.5;
}
.homepage_slider,
.homepage_slider .flexslider,
.homepage_slider .flex-viewport,
.homepage_slider .slides,
.homepage_slider .slides li {
	height: 100%;
	background: linear-gradient(#000000, #525050);
}
.homepage_slider .slides li {
	position: relative;
	overflow: hidden;
}
.slide_content {
	width: 100%;
	color: #ffffff;
	position: relative;
	margin: auto;
	padding-left: calc(4% + 15px);
	padding-right: calc(4% + 15px);
}
.slide_content a {
	display: inline-block;
}
.slide_content .cell_middle .slide_title,
.slide_content .cell_middle .slide_subtitle {
	width: 400px;
}
.homepage_slider .flex-control-nav {
	bottom: 15px;
	font-size: 0;
}
.homepage_slider .flex-control-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.homepage_slider .flex-control-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ffffff;
	opacity: 0.4;
}
.homepage_slider .flex-control-nav li a.flex-active {
	opacity: 1;
}
.homepage_slider .flex-control-nav li a:hover {
	opacity: 0.7;
}
.service_list {
	width: 25%;
	padding: 55px 15px 0;
	text-align: center;
}
.service_icon img {
	width: 70px;
	height: 70px;
	margin-bottom: 18px;
}
.service_name {
	font-size: 280%;
	line-height: 23px;
	color: #282828;
}
.service_list ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 160%;
	line-height: 19px;
}
.service_list ul li {
	padding: 5px 0;
}
.service_list ul li a {
	color: #282828;
	display: inline-block;
}
.service_list ul li a:hover {
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
	color: #195faa;
	text-decoration: underline;
}

.online_cards {
	padding-top: 30px;
}
.online_card_block {
	width: 25%;
	padding: 20px 15px 0;
}
.online_card_inner {
	padding: 0px 0px 25px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #f88224;
	overflow: hidden;
}
.online_card_image {
	position: relative;
	overflow: hidden;
	padding-bottom: 62%;
	margin-bottom: 0px;
}
.online_card_image img {
	position: absolute;
	top: 50%;
	left: 0;
	min-height: 100%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.online_card_name {
	color: #282828;
	font-size: 16px;
	line-height: 23px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "WeblySleekUISemibold";
	padding: 15px 15px 5px;
}
.online_card_shortly {
	font-size: 16px;
	line-height: 23px;
	color: #282828;
	height: 46px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 15px;
}
.online_card_inner .standard_button {
	background: none;
	color: #f88224;
	text-decoration: underline;
	text-align: right;
	margin-right: 15px;
	padding: 0;
	float: right;
	font-family: 'WeblySleekUISemilight';
	width: auto;
}
.calc_exchange {
	margin-top: 35px;
}
.calc_block {
	width: 33.33%;
	padding: 0 15px;
	margin-top: 20px;
	height: 550px;
	overflow: hidden;
}
.calc_block_inner {
	padding: 15px 30px 25px;
	background: #fff;
	height: 550px;
	border: 1px solid #cbcbcb;
	border-radius: 20px;
}
.calc_name {
	font-size: 200%;
	line-height: 25px;
	color: #4d4d4d;
}
.calc_block_inner .last_update {
	margin-top: 3px;
	max-width: 120px;
	text-align: right;
}
.detailed_calc {
	font-size: 130%;
	line-height: 17px;
	color: #195faa;
	display: block;
	border-bottom: 1px solid #195faa;
	margin-top: 5px;
	font-family: "WeblySleekUISemibold";
}
.calc_form {
	margin-top: 40px;
}
.calc_form_block {
	position: relative;
	padding-left: 100px;
	margin-bottom: 45px;
}
.calc_form_block2 {
	border-top: 1px solid #c9c9c9;
	padding-top: 5px;
}
.calc_form_block2 .calc_form_block_label {
	color: #4d4d4d;
}
.calc_form_block input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 10px;
	color: #282828;
}
.calc_form_hint {
	position: absolute;
	left: -10px;
	width: 100px;
	color: #4d4d4d;
	top: 8px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.calc_result {
	text-align: center;
	color: #4d4d4d;
	letter-spacing: 1px;
	font-size: 450%;
	line-height: 45px;
	margin-bottom: 22px;
	margin-top: -2px;
}
.calc_block_inner .standard_button {
	background: #f88224;
	border-radius: 20px;
}
.exchange_type_buttons {
	margin: 38px -15px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	color: #f88224;
	text-align: right;
}
.exchange_type_buttons li {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 19px;
	margin: 0 15px 10px;
}
.exchange_type_buttons li a {
	display: block;
	color: inherit;
}
.exchange_type_buttons li.selected a {
	border-bottom: 1px solid #f88224;
	font-family: "WeblySleekUISemibold";
}
.exchange_list {
	padding-top: 10px;
	padding-bottom: 7px;
	color: #282828;
	text-align: right;
}
.exchange_type_block sub {
	display: block;
	margin-top: 10px;
}
.exchange_list ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
.exchange_list li {
	margin-bottom: 10px;
	font-size: 0;
}
.exchange_list li div {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 25px;
	width: 33.33%;
	text-align: center;
}
.exchange_list li div:last-child {
	text-align: right;
}
.exchange_list li div:first-child {
	text-align: left;
}
.inner_container{
	max-width: 715px;
	margin: 0 auto;
}
.top_img_inner{
	height: 100%;
}
.staff_section {
	padding: 40px 0;
}

.staff_title{
	font-size: 400%;
	color: #282828;
	font-family: inherit;
	margin: 0;
}
.staff_subtitle{
	font-size: 180%;
	color: #282828;
	margin: 0;
	padding-top: 10px;
}
.member_block{
	padding-top: 60px;
	text-align: center;
}
.person_img_block{
	width: 115px;
	height: 115px;
	margin: 0 auto;
}
.person_img_block img{
	width: 100%;
	min-height: 100%;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.staff_person_name{
	font-size: 220%;
	color: #4d4d4d;
	margin: 0;
	padding-top: 30px;
	font-weight: bold;
}
.staff_person_position{
	font-size: 140%;
	text-overflow: #195faa;
	padding-top: 8px;
	font-family: "WeblySleekUISemibold";
}
.staff_person_discription{
	font-size: 150%;
	color: #282828;
	padding-top: 25px;
}
.staff_more_button{
	padding-top: 70px;
}
.standard_button:hover{
	opacity: 0.7;
}
.staff_tab_block{
	display: none;
}
.staff_tab_block.opened{
	display: block;
}
.info_section{
	padding: 50px 0 100px;
	text-align: center;
}
.info_title_block{
	max-width: 545px;
	margin: 0 auto;
}

.info_img_section{
	padding-top: 40px;
	font-size: 0;
}
.info_text_block{
	font-size: 1.5rem;
	color: #282828;
	padding-bottom: 50px;
}
.first_section .info_img_inner {
	text-align: center;
}
.first_section .info_img_inner img {
	max-width: 585px;
	width: 100%;
}
.second_section .info_img_inner,
.third_section .info_img_inner {
	padding-bottom: 66.66%;
	position: relative;
	overflow: hidden;
}
.second_section .info_img_block img,
.third_section .info_img_block img{
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.second_section .info_img_block{
	width: 50%;
	display: inline-block;
	padding:  0 15px;
}
.third_section .info_img_block{
	width: 33.33%;
	display: inline-block;
	padding:  0 15px;
}
.section_subtitle{
	margin: 0;
	font-size: 2.5rem;
	color:#282828;
	padding-bottom: 40px;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	line-height: 39px;
}
.info_bottom_text_block{
	font-size: 1.5rem;
	color: #282828;
	padding-top: 50px;
}
.news_block{
	width: 50%;
	padding: 20px 15px;
}
.news_image {
	width: 33%;
	padding-right:15px;
}
.news_image_inner{
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border: 1px solid #f88224;
	border-radius: 20px;
}
.news_image_inner img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}
.news_text_inner{
	height: 115px;
	overflow: hidden;
	margin-bottom:20px;
}
.news_text_block .standard_button {
	margin: 0;
	background: #f88224;
	border-radius: 20px;
}
.news_title{
	font-size: 16px;
	line-height: 22px;
	color: #282828;
	font-family: "WeblySleekUISemibold";
	margin-bottom: 5px;
}
.news_text_block{
	width: 67%;
	padding-left:15px;
}
.news_text{
	font-size: 16px;
	line-height: 22px;
	color: #282828;
}
.news_section{
	padding: 35px 0;
}
.popup_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(0,0,0,0.65);
	-o-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
	z-index: 150;
}
.popup_block.opened {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	opacity: 1;
}
.ios_device .popup_block {
	background: #000000;
}
.popup_content {
	max-width: 520px;
	margin: 0 auto;
}
.popup_inner {
	margin: 30px;
	position: relative;
	border-radius: 9px;
	background: #ffffff;
	padding: 30px 20px;
	opacity: 0;
	visibility: hidden;
}
.popup_inner.showed {
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	visibility: visible;
	opacity: 1;
}
.popup_close {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 16px;
	height: 16px;
	background: url('images/svg/close.svg') no-repeat;
	background-size: 16px;
	background-position: center;
}
.popup_title {
	font-size: 210%;
	line-height: 29px;
	text-align: center;
	color: #282828;
	margin-bottom: 25px;
}
.exchange_temp_buttons {
	color: #195faa;
	text-align: center;
	font-size: 0;
	margin: 0 -16px;
	list-style-type: none;
	padding: 0;
}
.exchange_temp_buttons li {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px
	10px;
}
.exchange_temp_buttons a {
	display: block;
	color: inherit;
	font-size: 1.4rem;
	line-height: 17px;
}
.exchange_temp_buttons li.selected a {
	border-bottom: 2px solid #b3c3dc;
	font-family: "WeblySleekUISemibold";
}
.exchange_temp_list {
	padding-top: 25px;
}
.exchange_temp_list ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	max-width: 280px;
}
.exchange_temp_list li {
	padding-bottom: 9px;
	font-size: 0;
	position: relative;
	padding-left: 50px;
}
.exchange_temp_list li > div {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 2rem;
	line-height: 24px;
	color: #282828;
}
.exchange_temp_list li > div.flag_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 12px;
}
.exchange_temp_list li .flag_block img {
	width: 100%;
	vertical-align: top;
}
.exchange_temp_list li .exchange_buy {
	text-align: center;
}
.exchange_temp_list li .exchange_sale {
	text-align: right;
}
.title_block_text {
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 150%;
	line-height: 23px;
	color: #282828;
}
.page_title_block{
	max-width: 1010px;
	margin: 0 auto;
	padding-top: 55px;
	padding-left: 15px;
	padding-right: 15px;
}
.house_listing {
	padding-top: 40px;
	padding-bottom: 65px;
}
.house_block{
	padding-bottom: 54px;
	color: #282828;
}
.house_info_block {
	padding-top: 15px;
	height: 134px;
}
.house_image_inner{
	padding-bottom: 62.15%;
	position: relative;
	overflow: hidden;
}
.house_image_inner img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	width: 100%;
	min-height: 100%;
}

.house_address_block{
	font-size: 140%;
	line-height: 19px;
	height: 39px;
	margin-top: 5px;
}
.house_price_block{
	font-size: 140%;
	line-height: 20px;
}
.house_inner_link {
	display: inline-block;
	color: #195faa;
	border-bottom: 1px solid #b8cbe1;
	font-size: 140%;
	line-height: 17px;
	margin-top: 17px;
}
.cards_section {
	padding: 40px 0;
}
.cards_block{
	position: relative;
	padding: 70px;
	background: #ffffff;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.cards_block:hover{
	background: #cfedf9;
}
.link_element{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.cards_section_inner{
	padding: 40px 0 30px
}
.cards_block_inner{
	position: relative;
}
.cards_text_block{
	font-size: 0;
	text-align: right;
}
.cards_text_block .conditions_list {
	margin: 0 -15px;
}
.cards_img_block{
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
}
.cards_img{
	padding-bottom: 62.12%;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.cards_img img{
	position: absolute;
	left: 0;
	top:0;
	width: 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%);*/
}
.cards_info_block{
	/*width: 65.54%;*/
	padding-left: 390px;
}
.cards_price_block{
	width: 100%;
	height: 100px;
	border: 1px solid #9aacc4;
	border-radius: 50%;
	position: relative;
	padding: 10px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #8296b4;
	font-size: 1.5rem;
	text-align: center;
	font-family: "WeblySleekUISemibold";
}
.cards_text{
	font-size: 1.5rem;
	color: #282828;
	padding-top: 15px;
	text-align: center;
}

.cards_text_block{
	padding-top: 25px;
}
.cards_block:hover .cards_price_block{
	border-color: #282828;
	color: #282828;
}
.cards_block:hover .cards_img {
	transform: scale(1.1);
	box-shadow: 0 30px 30px -10px rgba(0,0,0,0.2);
}
.history_section,
.map_section {
	padding: 60px 0;
}
.history_section_inner,
.map_section_inner {
	padding: 30px 0;
	border-top: 1px solid rgba(77,77,77,0.5);
	border-bottom: 1px solid rgba(77,77,77,0.5);
	position: relative;
}
.history_years,
.listing_container {
	width: 25%;
	height: 448px;
	text-align: center;
	color: #4d4d4d;
	overflow: hidden;
}
.years_scroll {
	height: 100%;
}
.history_years_inner {
	padding: 0 15px;
}
.history_years ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 200%;
	line-height: 25px;
}
.history_years li {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
}
.history_years li:first-child {
	border: none;
}
.history_years a {
	display: inline-block;
	color: inherit;
}
.history_years .selected a {
	font-family: "WeblySleekUISemibold";
	cursor: default;
	opacity: 1;
}
.scroll-y div {
	position: absolute;
	width: 6px;
	display: block;
	top: 0;
	bottom: 15px;
	z-index: 10;
	border-radius: 3px;

}
.scroll-y .scroll-element_track {
	background: transparent;
	border-radius: 3px;
	top: 0 !important;

}
.scroll-y .scroll-bar {
	background: #d9e6eb;
	right: 2px;
}
.scroll-y .scroll-element_outer {
	position: absolute;
	width: 6px;
	display: block;
	right: 0;
}
.histories_blocks,
.map_container {
	width: 75%;
	height: 448px;
	padding: 0 15px;
}
.history_block {
	height: 100%;
	display: none;
	text-align: center;
	background: #e5e5e5;
	padding: 40px;
}
.history_block.active {
	display: block;
}
.history_text {
	font-size: 150%;
	line-height: 32px;
	color: #4d4d4d;
	font-family: "WeblySleekUISemibold";
}
.year_block {
	display: none;
}
.card_info_section {
	padding: 40px 0;
}
.tab_buttons_list ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #4d4d4d;
	font-size: 0;
}
.tab_buttons_list li {
	display: inline-block;
	vertical-align: top;
	line-height: 19px;
	font-size: 14px;
	margin: 0 20px;
	cursor: pointer;
}
.tab_buttons_list li:first-child {
	margin-left: 0;
}
.tab_buttons_list li:last-child {
	margin-right: 0;
}

.tab_buttons_list a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
}
.tab_buttons_list li.selected a {
	font-family: "WeblySleekUISemibold";
	cursor: default;
}
.tab_container {
	padding-top: 45px;
}
.tab_block {
	display: none;
}
.tab_block.active {
	display: block;
}
.tab_block_inner {
	opacity: 0;
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.tab_block_inner.active {
	opacity: 1;
}
.card_main_info {
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.card_image_block {
	width: 50%;
	padding-right: 15px;
	text-align: center;
}

.fix_navbar ul {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	padding: 5px 15px !important;
	background: #ffffff;
	z-index: 5;
	border-bottom: 1px solid #f87424;
	box-shadow: -1px 1px 4px -1px;
}
/*.card_image_block img {
	max-width: 100%;
}*/

.main_conditions {
	width: 50%;
	text-align: center;
	padding-left: 15px;
}
.conditions_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.conditions_list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 15px;
	max-width: 150px;
	text-align: center;
}



.custom_container {
	max-width: 980px;
	margin: 0 auto;
}
.about_card_text {
	font-size: 150%;
	line-height: 23px;
	text-align: center;
	color: #4d4d4d;
	margin-top: 30px;
}
.other_conditions {
	padding-bottom: 65px;
	margin: 0 -15px;
}
.other_conditions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.other_conditions li {
	display: inline-block;
	vertical-align: top;
	margin-top: 55px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}
.about_card {
	padding-bottom: 68px;
}
.attention_section {
	padding-top: 34px;
	border-top: 1px solid rgba(77,77,77,0.5);
}
.warning_icon {
	text-align: center;
}
.warning_icon img {
	height: 51px;
	max-width: 100%;
}
.partners_list {
	padding-top: 40px;
	text-align: center;
}
.partners_list ul {
	margin: 0 -30px;
	font-size: 0;
	padding: 0;
	list-style-type: none;
}
.partners_list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 30px;
}
.partners_list li img {
	max-width: 120px;
	max-height: 65px;
}
.partners_list li.cb_icon img {
	max-height: 60px;
}
.partners_list li.arca_icon img {
	max-height: 44px;
}
.partners_list li.abcfinance_icon img {
	max-height: 50px;
}
.partners_list li.fsm_icon img {
	max-height: 61px;
}
.partners_list li.dgf_icon img {
	max-height: 49px;
}

.conditions_table {
	padding-bottom: 20px;
}
.loan_regulations {
	padding-top: 80px;
}

.regulation_files {
	margin: 50px -15px;
}
.regulation_files ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.regulation_files li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 40px;
	width: 25%;
	text-align: center;
}
.regulation_files a {
	display: inline-block;
}
.file_icon_block {
	display: block;
	height: 107px;
	margin-bottom: 20px;
}
.file_icon_block img {
	height: 100%;
	max-width: 100%;
}
.file_name {
	font-size: 1.5rem;
	line-height: 23px;
	color: #4d4d4d;
}
.table_file.for_mob {
	display: none;
}

.switch_buttons {
	margin-bottom: 13px;
}
.switch_buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	color: #4d4d4d;
	text-align: center;
}
.switch_buttons ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 17px;
	margin: 0 15px;
}
.switch_buttons ul li.selected {
	font-family: "WeblySleekUISemibold";
	cursor: default;
}
.branches_container {
	height: 420px;
	overflow: hidden;
}
.scroll_container {
	height: 100%;
}
.branch_list {
	padding: 0 15px;
	display: none;
	text-align: left;
}
.branch_list.active {
	display: block;
}
.branches_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.branch_phones,
.website_link,
.workdays,
.map_close_button {
	display: none;
}
.branches_container ul li {
	padding: 20px 18px;
	border-top: 1px solid rgba(77,77,77,0.5);
	color: #4d4d4d;
}
.branches_container ul li:first-child {
	border-top: none;
}
.branches_container ul li.selected {
	background: rgba(77,77,77,0.1);
}
.branch_name {
	font-size: 160%;
	font-family: "WeblySleekUISemibold";
	line-height: 20px;
	cursor: pointer;
	margin-bottom: 6px;
}
.branch_address {
	font-size: 140%;
	line-height: 20px;
	margin-bottom: 7px;
}
.marker_link {
	color: #f88224;
	font-size: 140%;
	line-height: 15px;
	display: inline-block;
	cursor: pointer;
	border-bottom: 2px solid #f88224;
}
#map-canvas {
	height: 100%;
}
.window_content,
.window_small_content {
	background: #ffffff;
	color: #282828;
	font-family: inherit;
	font-weight: normal;
	position: relative;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 5px 5px 15px;
}
.window_content:before,
.window_small_content:before {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
	border-top: 15px solid rgba(0,0,0,0.2);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 21px;
	content: "";
	z-index: 1;
}
.window_content:after,
.window_small_content:after {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -14px;
	border-top: 14px solid #ffffff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	width: 19px;
	content: "";
	z-index: 2;
}
.window_content {
	width: 471px;
}
.window_branch_image {
	width: 135px;
	height: 135px;
	position: relative;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.window_branch_image img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	min-width: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.window_branch_info {
	line-height: 19px;
	float: left;
	width: 290px;
	text-align: left;
}
.window_branch_name {
	font-size: 115.4%;
	font-family: "WeblySleekUISemibold";
}
.window_branch_info a,
.window_branch_info span {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}
.window_branch_workdays {
	margin-top: 5px;
}
.strong_style {
	font-family: "WeblySleekUISemibold";
}
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child {
	visibility: hidden !important;
}
.gm-style-iw + div {
	display: none !important;
}
.gm-style-iw {
	text-align: center;
}
.map_popup,
.map_popup_inner,
.map_block {
	height: 100%;
}
.main_contacts {
	margin-top: 20px;
	color: #282828;
	font-size: 150%;
	line-height: 25px;
}
.main_contacts span {
	display: inline-block;
	vertical-align: top;
}
.main_contacts a {
	display: inline-block;
	vertical-align: top;
	color: #f88224;
	line-height: 17px;
	margin: 4px 0;
	border-bottom: 1px solid #f88224;
}
.contacts_innerpage {
	padding-top: 60px;
	padding-bottom: 80px;
}
.contact_form {
	max-width: 700px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.contact_form .form_block {
	position: relative;
	padding: 0 15px 40px;
}
.recaptcha_block,
.form_button_block {
	padding: 0 15px;
}
.contact_form .form_block.fl {
	width: 50%;
}
.contact_form .recaptcha_block {
	margin-top: 10px;
	margin-bottom: 85px;
}
.contact_form .form_block_title {
	font-size: 160%;
	line-height: 20px;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.contact_form input,
.contact_form textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #4d4d4d;
	font-size: 160%;
	line-height: 24px;
	color: #4d4d4d;
	padding: 10px 15px;
	border-radius: 6px;
}
.contact_form textarea {
	height: 182px;
	resize: none;
}
.contact_form .error_hint {
	position: absolute;
	right: 15px;
	font-size: 120%;
	line-height: 15px;
	bottom: 22px;
	color: #b46e6e;
	display: none;
}
.error_hint .individual_hint {
	display: none;
}
.has-error .error_hint {
	display: block;
}
.has-error input,
.has-error textarea {
	background: #f0e2e2;
}
.help-block.form-error {
	display: none;
}
.stat_year_block {
	margin-bottom: 62px;
}

.about_us_text {
	font-size: 150%;
	line-height: 25px;
	color: #282828;
	padding: 30px 0;
}
.vacancy_block {
	margin-top: 65px;
	text-align: center;
}
.vacancy_block a {
	display: inline-block;
}
.vacancy_icon_block{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #8296b4;
	color: #8296b4;
	padding: 19px 0;
	border-radius: 35px;
	margin: 0 auto;
}
.vacancy_icon_block img {
	height: 100%;
	width: auto;
	vertical-align: top;
}
.vacancy_link {
	font-size: 220%;
	line-height: 24px;
	color: #282828;
	margin-top: 20px;
	display: block;
}
.info_files_list {
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.info_file_block {
	text-align: center;
	width: 25%;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	margin-bottom: 50px;
	padding: 0 10px;
}
.info_file_block a {
	display: inline-block;
	max-width: 280px;
}
.errorpage_body {
	height: 100%;
	text-align: center;
}
.error_number {
	font-size: 2170%;
	line-height: 200px;
	font-family: "WeblySleekUISemibold";
}
.about_error {
	font-size: 320%;
	line-height: 35px;
	margin-top: 10px;
}
.homepage_button {
	margin-top: 125px;
	display: inline-block;
	width: 170px;
}
.homepage_button img {
	width: 100%;
}
.sitemap_section {
	padding: 40px 0;
}
.sitemap_list {
	margin: 40px 0 0;
	padding: 0;
	list-style-type: none;
	-moz-column-count: 3; /* Для Firefox */
	-webkit-column-count: 3; /* Для Safari и Chrome */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	color: #555967;
}
.sitemap_list > li {
	margin-bottom: 15px;
}
.sitemap_list > li > a,
.sitemap_list > li > div {
	display: inline-block;
	color: inherit;
	font-size: 200%;
	line-height: 30px;
	margin-bottom: 10px;
}
.general_menu_list,div.sitemap_section > div > ul > li.parent_DEPTH_LEVEL_1:nth-child(3) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #282828;
}
.second_level_list,
.third_level_list {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.second_level_list > li > div,
.second_level_list > li > a {
	font-size: 140%;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: "WeblySleekUISemibold";
	margin-bottom: 7px;
}
.third_level_list li a {
	display: inline-block;
	color: inherit;
	font-size: 120%;
	line-height: 15px;
	margin-bottom: 7px;
	margin-left: 10px;
}
.news_listing_block {
	color: #4d4d4d;
	font-size: 140%;
	padding-bottom: 40px;
}
.news_image_block {
	margin-top: 3px;
}
.news_date {
	flex-shrink: 19px;
}
.news_title_shortly {
	height: 164px;
	overflow: hidden;
	margin-top: 8px;
}
.news_title_block {
	font-size: 114.3%;
	font-family: "WeblySleekUISemibold";
	line-height: 24px;
}
.news_shortly_info {
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
	margin-top: 8px;
}
.news_inner_link {
	display: inline-block;
	color: #f88224;
	border-bottom: 1px solid #f88224;
	line-height: 17px;
	margin-top: 25px;
}
.news_listing {
	padding-top: 40px;
	padding-bottom: 65px;
}
.news_listing .standard_button {
	margin-top: 30px;
}
.search_listing_form {
	padding: 50px 0 45px;
}
.search_form_title {
	font-size: 160%;
	line-height: 22px;
	margin-bottom: 11px;
	color: #282828;
}
.search_listing_form input {
	width: 50%;
	font-size: 180%;
	line-height: 22px;
	padding: 10px 15px;
	border: 1px solid #b8c4d7;
	border-radius: 5px;
	margin-bottom: 30px;
	color: #195faa;
}
.result_block {
	padding-bottom: 30px;
}
.result_title {
	font-size: 160%;
	line-height: 24px;
	color: #195faa;
	text-decoration: underline;
	text-decoration-color: #b8cbe1;
	display: inline-block;
	font-family: "WeblySleekUISemibold"
}
.result_shortly {
	font-size: 140%;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	color: #282828;
	margin-top: 7px;
	padding-left: 4px;
}
.paging {
	margin-top: 20px;
	margin-bottom: 50px;
}
.paging ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.paging ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 24px;
	margin-left: 23px;
}
.paging ul li.current_page {
	color: #195faa;
	font-family: "WeblySleekUISemibold";
	pointer-events: none;
}
.paging ul li.prev_page {
	margin-left: 0;
	color: #195faa;
}
.paging ul li.next_page {
	color: #195faa;
}
.paging a {
	display: block;
	color: inherit;
}



.exchange_type_block {
	display: none;
}
.exchange_type_block.active {
	display: block;
}



/*new styles for links hover effects*/
.house_inner_link:hover,
.detailed_calc:hover,
.news_inner_link:hover  {
	color: #f88224;
	border-bottom-color: #f88224;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
}
.result_title:hover {
	color: #f88224;
	text-decoration: underline;
	text-decoration-color: #f88224;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.output { font-size:33%}
.clip-circle {
	clip-path: circle(57px at center);
	/* OLD VALUE example: circle(245px, 140px, 50px); */
	/* Yep, even the new clip-path has deprecated stuff. */
}

.submenu_list_inner_inner_2 ul {

	margin-top: -3px;
}

li.has_submenu_2 >a{     font-weight: bold; }
.submenu_list_inner_inner_2 a {
	margin: 3px 0 !important;

}
.calc_form_block_label { height:30px}

.header_top_menu li>a.selected {font-family: "WeblySleekUISemibold";text-decoration: underline;}
.news_DETAIL_TEXT, .news_DETAIL_TEXT p {     text-align: justify;}
.for-mod { display:none;font-weight: bold; }
.for-web {font-weight: bold;}

.header.sticky {
	background-color: #4d4d4d;
	position: fixed;
	top: 0;
	left: 0;
}
.header.sticky .dropdown:hover,
.header.sticky .dropdown.open,
.header.sticky .dropdown:hover .dropdown-menu,
.header.sticky .dropdown.open .dropdown-menu {
	background-color: #4d4d4d;
	border-radius: 0;
}
.header.sticky .header_bottom {
	border-top: none;
}
.header.sticky  .header_top_menu {
	padding-top: 15px;
}
.header.sticky:not(.mobile_header) .header_bottom .header_menu_inner{
	position: absolute;
	top: 10px;
	width: max-content;
}
.header.sticky:not(.mobile_header) .header_bottom .header_menu_inner .main_menu_list {
	margin-right: 15px;
}
.header.sticky:not(.mobile_header) .header_bottom .header_menu_inner .main_menu_list > ul > li > a {
	padding: 0 10px;
	font-size: 14px;

}
.header.sticky:not(.mobile_header) .dropdown {
	top: -8px;
	left: -150px;
}
.header.sticky:not(.mobile_header) .search_form input:focus,
.header.sticky:not(.mobile_header) .search_form input:not([value=""]) {
	background-color: #4d4d4d;
}

.header.sticky .dropdown.open .dropdown-menu,
.header.sticky .dropdown:hover .dropdown-menu {
	height: 110px;
	top: 58px;
	border-radius: 0 0 6px 6px;
}
.header.sticky .submenu_list_inner {
	background-color: #4d4d4d;
}
.standard_button {
	background: #f88224;
	border-radius: 22px;
}

.search-page {
	padding-top: 20vh;
}
.search-page > div {
	min-height: calc(100vh - 110px - 551px);
}
div.search-page input.search-query {
	color: #4d4d4d;
	font-size: 16px ;
}
.search-result,
.search_results {
	font-size: 14px;
}


.cursor-bullet {
	list-style-type: none;
}

.cursor-bullet li a {
	position: relative;
	display: block;
	font-size: 14pt;
	margin: 10px 0;
}
.cursor-bullet li a::before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: -55px;
	top: 0;
	background-image: url('images/svg/cursor.svg');
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .3s;
}

.cursor-bullet li a:hover::before {
	width: 32px;
	height: 32px;
}

.content_header_inner>.top_img_inner,
.homepage_slider .slide_content {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.standard_table td {
	color: #4d4d4d;
	border: 1px solid #f88224;
}

a.pdf-link {
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 35px;
	width: 25%;
	text-align: center;
}
a.pdf-link::before {
	content: '';
	display: block;
	width: 78px;
	height: 89px;
	margin: auto;
	margin-bottom: 15px;
	background-image: url('images/pdf.png');
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .3s;
}
a.pdf-link:hover::before {
	transform: scale(1.1);
}
.footer .last_update {
	color: #ffffff;
}

/*.header {display:none;}*/
.clear {display:block; clear:both; font-size:0; line-height:0; height:0;}
.nform {font-family:'WeblySleekUISemibold';}
.nform .clearfix2::after {content:""; clear:both; display:block; font-size:0; line-height:0; height:0;}
.nform .inner {margin:0 -5px;}

.nform .input-c {
	padding: 0 5px;
	margin: 0 0 12px 0;
	font-size: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.nform .input-c.variants {
	padding: 0;
	margin-bottom: 24px;	
}
.nform .input-c.left-item {
	float: left;
	width: 50%;
}
.nform .input-c.left-item.v2 {
	width: 46%;
}
.nform .input-c.right-item {
	float: right;
	width: 50%;
}
.nform .input-c.right-item.v2 {
	width: 46%;
}
.nform .input-c.center-item {
	float: left;
	width: 8%;
	font-size: 16px;
	line-height: 54px;
}
.nform .input-c.phone-label {
	float: left;
	width: 23%;
}
.nform .input-c.phone-tiem {
	float: right;
	width: 77%;
}

.nform .input-c input {
	height: 54px;
	padding: 14px 30px 0 30px;
	font-size: 16px;
	color: #444444;
	line-height: 1;
	background: #dfdede;
	border: none;
	border-radius: 70px;
}
.nform .input-c.left-item input {
	border-radius: 70px 0 0 70px;
}
.nform .input-c.right-item input {
	border-radius: 0 70px 70px 0;
}
.nform .input-c.phone-label input {
	padding-right: 0;
	border-radius: 70px 0 0 70px;
}
.nform .input-c.phone-tiem input {
	border-radius: 0 70px 70px 0;
	padding-left: 20px;
}
.nform .input-c a.choose-variant {
	display: inline-block;
	padding: 11px 0 15px 7px;
	margin-right: 10px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: 2px solid #d2d2d2;
	border-radius: 50px 0 0 50px;
	vertical-align: top;
}
.nform .input-c a.choose-variant#entity {
	padding-right: 7px;
	padding-left: 0;
	margin-right: 0;
	border-radius: 0 50px 50px 0;
}
.contacts_innerpage.am .nform .input-c a.choose-variant {
	min-width: 220px;
}
.contacts_innerpage.ru .nform .input-c a.choose-variant {
	min-width: 220px;
}
.contacts_innerpage.en .nform .input-c a.choose-variant {
	min-width: 220px;
}
.nform .input-c a.choose-variant:hover {
	color: #4d4d4d;
	opacity: 1;
}
.nform .input-c a.choose-variant.active {
	padding-top: 12px;
	padding-bottom: 16px;
	color: #ffffff;
	opacity: 1;
	background: #f88224;
	border-width: 1px;
}

.nform .input-c select {
	width: 100%;
	height: 54px;
	padding: 14px 30px 0 30px;
	font-size: 16px;
	color: #444444;
	background: #dfdede url('images/select-bg.png') 97% -92px no-repeat;
	border: none;
	border-radius: 70px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.nform .input-c select::-ms-expand {
	display: none;
}
.nform .input-c select::-ms-value {
	color: #444444;
	background: transparent;
}
.nform .input-c select option {
	padding: 0 10px 0 30px;
	font-size: 14px;
	background:#ffffff;
}

.nform .input-c textarea {
	height: 126px;
	padding: 26px 30px 15px 30px;
	font-size: 16px;
	color: #444444;
	line-height: 1.1;
	background: #dfdede;
	border: none;
	border-radius: 32px;
}

.nform .files {
	font-family: 'WeblySleekUISemilight';
	padding: 20px 0;
	margin: 0 5px;
	font-size: 16px;
}
.nform .files .info {
	text-align: right;
}
.nform .files .formats {
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #f88224;
	text-align: right;
}
.nform .files .fileserror {
	padding: 5px 0;
	min-height: 20px;	
	font-size: 12px;
	color: #ff0000;
	font-family: 'WeblySleekUISemibold';
	text-align: center;
}
.nform .files .items {
	padding: 12px 36px;
	background: #f5f5f5;
	border-radius: 12px;
}
.nform .files .items .item {
	float: right;
	width: 25%;
	padding: 18px 8px 11px 25px;
}
.nform .files .items .in {
	width: 73px;
	height: 64px;
	margin: 0 auto;
	background:url('images/png/file-upload.png') 0 0 repeat;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.nform .files .items .item.active .in {
	background-position: 0 -114px;	
}
.nform .files .items .item.block-error .in {
	background-position: 0 -228px;	
}
.nform .files input {
	opacity: 0;
    display: block;
	width: 400%;
	height: 100%;
	padding: 0;
    margin: 0;
	font-size: 14px;
	border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    cursor: pointer;
	outline: none !important;	
}
.nform .files span {
	display: block;
	padding: 2px 17px 0 0;
	min-height: 20px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
.nform .files .items .in span {
	width: 33px;
	height: 33px;
	padding: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
}
.nform .files .items .item.block-error .in span {
	display: none;	
}

.nform .recaptcha-c {
	padding: 0 5px;
	margin: 12px 0;	
}

.nform .submit-c {
	margin-top: 12px;
	text-align: center;
}
.nform .submit-c .standard_button {
	/*
	width: 212px;
	padding: 14px;	
	font-size: 18px;
	*/
}

.nform .input-c .placeholder {
	font-size: 16px;
	color: #4d4d4d;
	cursor: text;
	position: absolute;
	top: 24px;
	left: 35px;
	z-index: 1;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.nform .input-c.focused .placeholder, .nform .input-c.filled .placeholder {
	font-size: 12px !important;
	top: 5px;
	opacity: .75;
	/*-moz-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);*/
}
.nform .input-c.filledon .placeholder {
	font-size: 12px;
	top: 5px;
	opacity: .75;
}
.nform .input-c.has-error input, .nform .input-c.has-error textarea, .nform .input-c.has-error select {
	background-color: #ffb2b2;
}
.nform .input-c.has-error .placeholder {
	color: #d09696;
}
.nform .input-c.filled.has-error:not(.focused) .placeholder {
	display: none;
}
.nform .input-c .error_hint {
	/*font-size: 30px;*/
	font-size: 12px;
	color: #ff0000;	
	line-height: 1;
	bottom: auto;
	/*top: 34px;*/
	top: 5px;
	right: 5px;
	left: 5px;
	z-index: 2;
}
.nform .input-c.select-c .error_hint {
	right: 255px;
	left: 255px;
}
.nform .input-c.focused .error_hint {
	display: none;	
}
.nform .errortexts {
	text-align: center;	
}
.nform .errortext {
	font-size: 12px;	
}
.nform .input-c input::-webkit-input-placeholder {color:#444444;}
.nform .input-c input:-moz-placeholder, .nform .input-c input::-moz-placeholder {color:#444444;}
.nform .input-c input:-ms-input-placeholder {color:#444444;}

/* swpopup */
#swpopup {display:none; width:100%; height:100%; line-height:1.2; background:url('images/popup-bg.png') 0 0 repeat; position:absolute; top:0px; left:0px; z-index:9995;}
#swpopup .swcontent {width:350px; height:auto; margin-left:-175px; background:#ffffff; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; border-radius:8px; -moz-box-shadow:2px 3px 7px 3px rgba(150, 150, 150, 0.4); -webkit-box-shadow:2px 3px 7px 3px rgba(150, 150, 150, 0.4); box-shadow:2px 3px 7px 3px rgba(150, 150, 150, 0.4); position:absolute; top:90px; left:50%; z-index:9998; -webkit-transition:-webkit-transform 0.3s ease-out; -moz-transition:-moz-transform 0.3s ease-out; -o-transition:-o-transform 0.3s ease-out; transition:transform 0.3s ease-out; -webkit-transform:translate(0, -150%); -ms-transform:translate(0, -150%); -moz-transform:translate(0, -150%); -o-transform:translate(0, -150%); transform:translate(0, -150%);}
#swpopup.active .swcontent {-webkit-transform:translate(0, 0); -ms-transform:translate(0, 0); -moz-transform:translate(0, 0); -o-transform:translate(0, 0); transform:translate(0, 0);}
#swpopup .swcontent > * {padding:20px 20px 17px 20px;}
#swpopup .swcontent .title {padding:0 0 15px 0; margin-bottom:20px; font-size:24px; color:#000000; border-bottom:1px solid #dddddd; position:relative;}
#swpopup .pf-overlay {width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:9997; /*cursor:pointer;*/}
#swpopup .close {}
.forswpopup {display:none;}
html.swpopup-opened body {position:relative;}
#swpopup .close-c-v1 {padding:19px 0 0 0; margin-top:21px; line-height:1.2; border-top:2px solid #d5d5d5;}
#swpopup .close-c-v1 a {color:#4d4d4d;}
#swpopup .close-c-v1 a:hover {color:#4d4d4d; opacity:1;}
/* end of swpopup */
#swpopup .success-msg {
	padding-top: 79px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.4;
	text-align: center;
	background: url('images/svg/check.svg') center 17px no-repeat;
	background-size: 50px auto;
}
#swpopup .success-msg p {
	margin: 0 0 10px 0;	
}
#swpopup .error-msg {
	padding-top: 103px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.4;
	text-align: center;
	background: url('images/svg/popup-error.svg') center 17px no-repeat;
	background-size: 74px auto;
}
#swpopup .success-msg p {
	margin: 0 0 10px 0;	
}

.apply-button-c {
	padding: 10px 0;
	font-size: 0;
	text-align: center;	
}
a.o-button {
	display: inline-block;
	width: 160px;	
	height: 35px;
	padding: 8px 0;
	font-size: 15px;
	color: #ffffff;
	font-family: "WeblySleekUISemibold";
	line-height: 19px;
	text-align: center;
	background: #f88224;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
	vertical-align: top;
}
a.o-button:hover {
	color: #ffffff;	
	opacity: 0.7;
}

.cards_block .buttons-c {
	height: 80px;
	position: relative;
}
.cards_block .buttons-c .o-button.i1 {
	position: absolute;
	bottom: 0px;
	right: 260px;
	z-index: 1;	
}
.cards_block .buttons-c .o-button.i2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;	
}