@font-face {
	font-family: 'google_sansbold';
	src: url(../../fonts/googlesansbold.ttf);
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'googlesans_medium';
	src: url(../../fonts/googlesansmedium.ttf);
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'googlesans';
	src: url(../../fonts/googlesansregular.ttf);
	font-weight: normal;
	font-style: normal;
}

.inner_wrapper {
	overflow: hidden;
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0 0 0;
}
.inner_wrapper h1 {
	font-size: 48px;
	font-family: "GoogleSans";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.208;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
}

.inner_wrapper h2 {
	font-size: 36px;
	font-family: "GoogleSans";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

.inner_wrapper h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	color: rgb(0, 0, 0);
}

.inner_wrapper h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	color: rgb(0, 0, 0);
}

.inner_wrapper p,
.inner_wrapper {
	font-size: 18px;
	font-family: "GoogleSans";
	color: rgb(0, 0, 0);
	line-height: 1.556;
}

.inner_wrapper ul {
	margin: 10px auto;
}

.inner_wrapper li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 35px;
	line-height: 1.556;
}

.inner_wrapper li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: #009ea7;
}
body {
	font-family: 'googlesans';
	font-size: 14px;
	color: #000;
}

header {
	width: 100%;
	padding: 15px 0;
}

body img {
	max-width: 100%;
	height: auto;
}

.logo {
	float: left;
	width: 70px;
}

.logo a {
	display: block;
	width: 100%;
}

.header_content {
	float: right;
	width: calc(100% - 120px);
}

.top_header {
	clear: both;
	width: 100%;
	height: 34px;
	margin-top: 15px;
	border-bottom: 2px solid #e6eaf1;
}

.top_menu {
	float: left;
}

.top_menu ul li {
	float: left;
	margin: 0 20px 0 0;
}

.top_menu ul li:last-child {
	margin: 0;
}

body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top_menu ul li a {
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	font-family: 'googlesans_medium';
	color: #848e9f;
	display: block;
	height: 35px;
	overflow: hidden;
	padding-bottom: 23px;
}

.my_bank ul li:hover>ul {
	display: block;
}

.top_menu ul li:hover>a,
.top_menu ul li a.active {
	color: #009ea7;
}

.top_menu ul li:hover>a:before,
.top_menu ul li>a.active:before {
	transition: width 0.25s ease-in;
	-webkit-transition: width 0.25s ease-in;
	width: 100%;
}

.top_menu ul li a:before {
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0px;
	background: #009ea7;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	height: 2px;
	content: '';
	position: absolute;
}

.currency {
	float: right;
}

.currency ul li {
	float: left;
	margin-right: 24px;
	position: relative;
	padding-right: 11px;
}

.currency ul li i {
	display: block;
	position: absolute;
	right: 0;
	width: 6px;
	height: 5px;
	top: 5px;
}

.currency ul li i.currdown {
	background: url(../../img/currencydown.png) no-repeat center;
}

.currency ul li.lastcurr a {
	color: #000;
	display: block;
	position: relative;
	font-size: 14px;
}

.currency ul li.lastcurr a:hover {
	color: #009ea7;
}

body a {
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	color: #000;
}

body a:hover {
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}

.currency ul li i.currup {
	background: url(../../img/currencyup.png) no-repeat center;
}

.currency ul li span {
	text-transform: uppercase;
	color: #848e9f;
	font-size: 16px;
}

.currency ul li:last-child {
	float: right;
	margin-right: 0;
	padding-right: 0;
}

.bottom_header {
	clear: both;
	width: 100%;
}

.specials {
	float: left;
	position: relative;
	margin-left: 110px;
}

.specials a {
	display: block;
	position: relative;
	padding-left: 42px;
	color: #000;
}

.spec_popup {
	position: absolute;
	left: 0;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	padding: 24px;
	width: 260px;
	display: none;
	z-index: 99;
	top: 30px;
}

.spec_popup.active {
	display: block;
}

.spec_popup:before {
	position: absolute;
	content: "";
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
}

.spec_popup strong {
	font-family: 'googlesans_medium';
	font-size: 14px;
	display: block;
	width: 100%;
	font-weight: lighter;
	margin-left: 28px;
	margin-bottom: 15px;
}

.ranger {
	padding-left: 28px;
}

.spec_popup span:before {
	top: 50%;
	left: 50%;
	border-radius: 100%;
	background: transparent;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ranger a {
	float: left;
	line-height: 20px;
	font-size: 20px;
	padding: 0;
	font-family: 'google_sansbold';
	display: inline-block;
	margin-right: 20px;
}

.specials .ranger a:before {
	display: none;
}

.spec_popup input:checked+span:before {
	background: #093475;
}

.spec_popup label {
	font-weight: lighter;
	display: block;
	cursor: pointer;
}

.spec_popup ul li {
	width: 100%;
	height: 18px;
	font-family: 'googlesans_medium';
	line-height: 18px;
	margin-bottom: 15px;
	font-size: 16px;
	position: relative;
}

.spec_popup ul li input {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.spec_popup ul li span {
	float: left;
	position: relative;
	border-radius: 100%;
	margin-right: 10px;
	border: 1px solid #093475;
	display: block;
	width: 18px;
	height: 18px;
}

.specials a:before {
	position: absolute;
	background: url(../../img/glasses.svg) no-repeat center;
	width: 30px;
	height: 10px;
	background-size: contain;
	content: '';
	left: 0;
	top: 2px;
}

.bot_menu {
	float: left;
	margin-top: 25px;
	padding-right: 20px;
}

.bot_menu ul li {
	float: left;
	margin: 0 35px 0 0;
	position: relative;
}

.bot_menu ul li a {
	color: #000;
	position: relative;
	z-index: 15;
	display: block;
	font-family: 'googlesans_medium';
	font-size: 24px;
}

.bot_menu ul li a:hover {
	color: #009ea7;
}

.bot_menu ul li:last-child {
	margin: 0;
}

.bottom_right {
	float: right;
	position: relative;
}

.header_phone {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 45px;
	z-index: 4;
	margin-top: 15px;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 2px solid #e4bd63;
	font-family: 'googlesans_medium';
	font-size: 18px;
}

.header_phone span {
	position: relative;
	z-index: 22;
}

.header_phone:hover:before {
	transition: width 0.25s ease-in;
	-webkit-transition: width 0.25s ease-in;
	width: 100%;
}

.header_phone:before {
	left: 0;
	top: 0;
	width: 0;
	background: #e4bd63;
	content: '';
	position: absolute;
	z-index: 12;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	height: 100%;
}

.my_bank {
	float: left;
	margin: 0 50px 0 20px;
}

.my_bank ul li {
	width: 100%;
	height: 63px;
	position: relative;
}

.my_bank ul li ul li {
	height: auto;
	line-height: 1.2;
}

.my_bank ul li a span {
	display: block;
	background: url(../../img/mybank.svg) no-repeat center;
	width: 18px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.my_bank ul li a {
	display: block;
	height: 70px;
	line-height: 75px;
	position: relative;
	color: #000;
	padding-left: 30px;
}

.my_bank ul li ul {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 99;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	padding: 24px;
	width: 170px;
	top: 63px;
}

.my_bank ul li ul:before {
	position: absolute;
	content: "";
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
}

.my_bank ul li ul li {
	margin-bottom: 22px;
}

.my_bank ul li ul li:last-child {
	margin-bottom: 0;
}

.my_bank ul li ul li a {
	font-size: 15px;
	padding-left: 0;
	height: auto;
	line-height: 1;
}

.my_bank ul li ul li a:hover {
	color: #009ea7;
}

.lang {
	float: left;
	margin-left: 20px;
}

.lang ul li {
	width: 100%;
	height: 63px;
	position: relative;
}

.lang ul li a {
	display: block;
	height: 75px;
	line-height: 75px;
	position: relative;
  padding-right: 5px;
  padding-left: 35px;
}
.lang ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../img/globe.svg) no-repeat center;
  width: 23px;
  height: 70px;
	line-height: 75px;
}
.lang ul li a span {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #e9ecf3;
	position: absolute;
	left: 0;
	display: none;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lang .lang_dropdown {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
	padding: 15px;
	width: 120px;
	display: none;
	z-index: 99;
	top: 63px;
	text-align: center;
}

.lang .lang_dropdown li {
	margin-bottom: 12px;
}
.lang .lang_dropdown li::after {
	display: none;
}
.lang .lang_dropdown li:last-child {
	margin-bottom: 0;
}

.lang .lang_dropdown li a:hover {
	color: #009ea7;
}

.lang .lang_dropdown li {
	height: auto;
}

.lang .lang_dropdown li a {
	line-height: 24px;
	height: 24px;
	padding-left: 0;
	padding-right: 0;
}
.lang .lang_dropdown:before {
	position: absolute;
	content: "";
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
}

.bodysearch {
	position: absolute;
	right: 0;
	top: 17px;
}

.bodysearch form {
	position: relative;
	min-width: 40px;
	width: 0%;
	height: 40px;
	float: right;
	overflow: hidden;
	z-index: 3;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.bodysearch span {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	cursor: pointer;
}

.bodysearch input.search_text {
	top: 0;
	right: 0;
	border: none;
	outline: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 16px;
	color: #646464;
	font-weight: 300;
}

.bodysearch input.search_submit {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -5px;
	font-family: verdana;
	font-size: 22px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #fff;
}

.bodysearch form.searchbox-open {
	width: 95%;
	border: 1px solid #104B97;
	border-radius: 10px;
}

.wrapper {
	width: 100%;
}

.banner {
	overflow: hidden;
	width: 100%;
	margin-bottom: 45px;
}

.banner_block {
	height: 480px;
	width: 100%;
	position: relative;
}
.banner_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1090px;
	height: 100%;
	background: url(../../img/uzor-gradient.png) no-repeat center;
	background-size: contain;
	z-index: 1;
	opacity: 0.5;
}
.banner_block i::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
	background: url(../../img/uzor-white1.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}
.banner_block i::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 340px;
	background: url(../../img/uzor-white2.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}
.banner_block i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
/*	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;*/
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.banner_block .container {
	height: 100%;
	position: relative;
}

.owl-carousel .owl-item.active .banner_block i {
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
}

.banner_text {
	position: absolute;
	left: 290px;
	top: 50%;
	color: #fff;
	overflow: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 450px;
	z-index: 3;
}
.owl-carousel .owl-item .banner_text h2 {
	animation-name: fadeOutRight;
	-webkit-animation-name: fadeOutRight;
	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}
.owl-carousel .owl-item .banner_text p {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}

.owl-carousel .owl-item .banner_text a {	
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}
.owl-carousel .owl-item.active .banner_text h2 {
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}
.owl-carousel .owl-item.active .banner_text p {
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}
.owl-carousel .owl-item.active .banner_text a {
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}
@supports (-webkit-overflow-scrolling: touch) {
  .owl-carousel .owl-item .banner_text a,.owl-carousel .owl-item .banner_text p,.owl-carousel .owl-item .banner_text h2 {
  	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;	
  }

}
.banner_text h2 {
	opacity: 1;
	visibility: visible;
	font-size: 36px;
	font-family: 'GoogleSans';
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 14px 0;
	text-shadow: rgba(0,0,0,0.6) 0 0 5px;
}

.banner_text p {
	margin: 0 0 32px 0;
	line-height: 1.45;
	font-size: 24px;
	text-shadow: rgba(0,0,0,0.8) 0 0 8px;
}

.banner_text a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: 'googlesans_medium';
	padding: 0 37px;
	height: 60px;
	line-height: 60px;
	border: 1px solid transparent;
	background: #e4bd63;
	border-radius: 6px;
}

.banner_text a:hover {
  border-color: #e0a825;
  background: #e0a825;
  color: #fff;
}
.banner .owl-dots,
.foto-gallary.owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1125px;
	bottom: 40px;
}

.foto-gallary.owl-carousel .owl-dots {
	width: auto;
	bottom: 60px;
}
.foto-gallary.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #fff;
	opacity: 0.9;
}
#owl2 .owl-dots {
	float: left;
	position: relative;
	width: 100%;
}

.banner .owl-dot,
#owl2 .owl-dot,
.foto-gallary.owl-carousel .owl-dot {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 11px 0 0;
	border-radius: 100%;
	position: relative;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#owl2 .owl-dot {
	width: 20px;
	height: 20px;
	border: 2px solid rgb(0, 0, 0);
}

.banner .owl-dot::before,
#owl2 .owl-dot::before,
.foto-gallary.owl-carousel .owl-dot::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 100%;
	content: '';
	position: absolute;
	background: #fff;
	width: 6px;
	height: 6px;
	opacity: 0;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

#owl2 .owl-dot::before {
	width: 10px;
	height: 10px;
	background: rgb(0, 0, 0);
}

.banner .owl-dot:last-child,
#owl2 .owl-dot:last-child,
.foto-gallary.owl-carousel .owl-dot:last-child {
	margin: 0;
}

.banner .owl-dot.active:before,
#owl2 .owl-dot.active:before,
.foto-gallary.owl-carousel .owl-dot.active:before {
	opacity: 1;
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}
.foto-gallary.owl-carousel .owl-dots .owl-dot span {
	display: none;
}
.positions {
	overflow: hidden;
	width: 100%;
	margin-bottom: 73px;
}

.positions .row {
	margin: 0 -8px;
}

.posit_block {
	float: left;
	width: 20%;
	padding: 0 8px;
}

.pos_wrap {
	border-radius: 6px;
	border: 1px solid #e6eaf1;
	height: 280px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	text-align: center;
}

.for_hover {
	position: relative;
	z-index: 7;
	width: 100%;
	padding: 20px;
	height: 100%;
}

.pos_wrap:hover {
	border-color: #009ea7;
	transition: border-radius 0.3s ease-in;
	-webkit-transition: border-radius 0.3s ease-in;
}

.pos_wrap:before {
	position: absolute;
	transition: 0.20s ease-out;
	-webkit-transition: 0.20s ease-out;
	bottom: 0;
	content: '';
	width: 100%;
	left: 0;
	height: 0px;
	background: #009ea7;
	z-index: 5;
}

.variantBlackWhite {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pos_wrap:hover:before {
	transition: height 0.15s ease-in 10ms;
	-webkit-transition: height 0.15s ease-in 10ms;
	height: 100%;
}

.pos_wrap a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.pos_wrap:hover h3 {
	color: #fff;
}

.pos_wrap:hover p {
	color: #fff;
}

.pos_wrap:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.pos_wrap h3 {
	margin: 0 0 10px 0;
	line-height: 1.25;
	font-size: 26px;
	font-family: 'googlesans_medium';
}

.pos_wrap p {
	margin: 0;
	color: #848e9f;
	font-size: 16px;
	line-height: 1.45;
}

.pos_img {
	position: absolute;
	bottom: 23px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100px;
	width: 100px;
}

.pos_img img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	max-height: 100%;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.cards {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 65px;
}

.cards h2 {
	line-height: 1;
	font-size: 48px;
	margin: 0 0 25px 0;
	font-family: 'google_sansbold';
}

.cards h3 {
	line-height: 1.35;
	font-size: 24px;
	display: block;
	width: 70%;
	margin: 0 auto 65px auto;
	font-family: 'googlesans_medium';
}

.cards .row {
	margin: 0 -12px;
}

.card_block {
	float: left;
	width: 18%;
	padding: 0 12px;
}

.card_block.big_card {
	width: 28%;
	padding: 0 24px;
}

.card_block.big_card p {
	color: #e4bd63;
	font-size: 30px;
	width: 165px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	padding: 0;
	margin-top: -5px;
	display: block;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.into_card {
	border: 2px dashed #e4bd63;
	border-radius: 6px;
	height: 245px;
	position: relative;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	margin-top: -35px;
}

.into_card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.into_card:hover {
	background: #e4bd63;
	border-style: solid;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

.into_card:hover p {
	color: #fff;
}

.card_block p {
	font-size: 18px;
	margin: 0;
	line-height: 1.45;
	font-family: 'googlesans_medium';
	display: block;
	padding: 0 30px;
}

.card_block img {
	display: block;
	margin: 0 auto 22px auto;
}

.credit {
	width: 100%;
	margin-bottom: 72px;
}

.credit_back {
	overflow: hidden;
	width: 100%;
	background: url(../../img/uzorback.png) no-repeat center;
	background-size: cover;
	padding: 63px 0 70px 0;
	position: relative;
}
.credit_back::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
	background: url(../../img/uzor-white1.png) no-repeat center;
	background-size: contain;
	z-index: 2;	
	opacity: 0.6;
}
.credit_back::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 340px;
	background: url(../../img/uzor-white2.png) no-repeat center;
	background-size: contain;
	z-index: 2;
	opacity: 0.6;
}
.credit_head {
	margin: 0 auto;
	text-align: center;
}

.credit_head h3 {
	margin: 0;
	font-size: 48px;
	display: block;
	float: left;
	position: relative;
	line-height: 1.25;
	font-family: 'google_sansbold';
}

.credit_head .select_container {
	position: relative;
}

.credit_head .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 20px;
	height: 12px;
	min-height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: -30px;
	background: url(../../img/dropdown.png) no-repeat center;
}

.credit_head .select2-container .select2-selection--single {
	text-align: center;
	display: table;
	margin: 0 auto;
	position: relative;
	border-bottom: 5px solid transparent;
}

.credit_head .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}

.credit_head .select2 {
	line-height: 1.25;
	background: none;
	height: auto;
	position: relative;
	overflow: hidden;
	font-size: 48px;
	z-index: 1000;
	font-family: 'google_sansbold';
	color: #093475;
	width: 900px !important;
	padding: 20px 60px 20px 30px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.for_dropdown {
	width: auto;
	display: table;
	margin: 0 auto;
	height: 70px;
}

.car_block p {
	font-size: 24px;
	font-family: 'googlesans_medium';
	display: block;
	max-width: 800px;
	margin: 0 auto 58px auto;
	text-align: center;
	overflow: hidden;
	width: 100%;
	line-height: 1.35;
	color: #fff;
}

.credit_head .select2-container .select2-selection--single {
	position: relative;
}

.credit_head .select2-dropdown {
	top: 0;
	z-index: 995;
	overflow: hidden;
	padding: 120px 0 40px 0;
	border-radius: 10px;
	-webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 15px 0 30px rgba(0, 0, 0, 0.3);
}

.credit_head .select2-container {
	top: 0 !important;
}

.wrap_carblock {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.credit_head .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #093475;
}

.credit_head .select2-results__option {
	text-align: center;
	font-size: 36px;
	padding: 0 30px;
	line-height: 1;
	margin-bottom: 30px;
	color: #093475;
	font-family: 'google_sansbold';

}

.credit_head .select2-results__option:last-child {
	margin-bottom: 0;
}

.credit_head .select2-container--default .select2-results>.select2-results__options {
	max-height: inherit;
	overflow: hidden;
}

.credit_head .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: #009ea7;
}

.car_block {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}

.credit_content {
	float: right;
	width: 635px;
	background: #fff;
	border-radius: 6px;
	padding: 50px 90px 60px 200px;
}

.credit_content a {
	display: inline-block;
	padding: 0 35px;
	height: 60px;
	line-height: 60px;
	font-family: 'googlesans_medium';
	font-size: 20px;
	color: #fff;
	background: #e4bd63;
	border-radius: 6px;
	border: 1px solid transparent;
}

.credit_section {
	margin-bottom: 25px;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.car_block.active .credit_section {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.credit_section h4 {
	font-size: 48px;
	font-family: 'google_sansbold';
	margin: 0 0 10px 0;
}

.credit_section span {
	font-size: 24px;
}

.credit_section:last-child {
	margin-bottom: 0;
}

.credit_image {
	position: absolute;
	top: 50%;
	width: 620px;
	z-index: 20;
	left: -90px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.credit_image img {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.car_block.active .credit_image img {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	margin: 0 auto;
	display: table;
	height: 100%;
}

.credit_content a:hover {
	border-color: #e4bd63;
	color: #e4bd63;
	background: none;
}

.contact_us {
	overflow: hidden;
	width: 100%;
	margin-bottom: 70px;
}
.exchange-rates-sec .contact_us {
	margin-bottom: 20px;
	margin-top: 30px;
}
.contact_us .contact_part {
	padding: 0 12px;
}

.contact_us .row {
	margin: 0 -12px;
}

.contact_us .contact_border .row {
	margin: 0 -50px;
}

.contact_border {
	width: 100%;
	border: 1px solid #e6eaf1;
	border-radius: 10px;
	height: 480px;
	padding: 50px 40px;
}

.contact_us .part_block {
	padding: 0 50px;
	position: static;
}

.part_block h3 {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 17px 0;
	font-family: 'google_sansbold';
}

.part_block p {
	font-size: 18px;
	line-height: 1.25;
	margin: 0;
}

.part_block a {
	position: absolute;
	left: 55px;
	display: inline-block;
	border-radius: 6px;
	border: 2px solid #e4bd63;
	height: 60px;
	line-height: 58px;
	padding: 0 34px;
	font-size: 20px;
	font-family: 'googlesans_medium';
	bottom: 60px;
}

.part_block a:hover {
	background: #e4bd63;
	color: #fff;
}

.part_block ul li {
	width: 100%;
	height: 68px;
	overflow: hidden;
	padding-left: 76px;
	position: relative;
	margin-bottom: 35px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.part_block ul li:last-child {
	margin-bottom: 0;
}

.part_block ul li i {
	display: inline-block;
	width: 54px;
	height: 52px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.part_block ul li i img {
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.part_block ul li span {
	font-size: 18px;
	line-height: 1.3;
}

.contact_us .part_half {
	padding: 0 12px;
}

.border_block {
	height: 480px;
	position: relative;
	border-radius: 10px;
	padding: 50px 40px;
	border: 1px solid #e6eaf1;
}

.border_block h3 {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 17px 0;
	font-family: 'google_sansbold';
}

.border_block p {
	font-size: 18px;
	line-height: 1.25;
	margin: 0;
}

.border_block a {
	position: absolute;
	left: 55px;
	display: inline-block;
	border-radius: 6px;
	border: 2px solid #e4bd63;
	height: 60px;
	line-height: 58px;
	padding: 0 34px 0 83px;
	font-size: 20px;
	font-family: 'googlesans_medium';
	bottom: 60px;
}

.border_block a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 35px;
	background: url(../../img/tg.svg) no-repeat center;
	width: 36px;
	height: 30px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	content: '';
}

.border_block a:hover {
	background: #e4bd63;
	color: #fff;
}

.border_block a:hover:before {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}

.uzor_block {
	background: url('../../img/uzor-white.png') no-repeat center;
	background-size: cover;
	border: none;
}

.uzor_block h3 {
	color: #fff;
}

.uzor_block ul {
	position: absolute;
	left: 55px;
	bottom: 60px;
}

.uzor_block ul li a {
	position: relative;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 100%;
	padding: 0;
	padding-right: 20px;
	bottom: 0;
	padding-left: 55px;
}

.uzor_block ul li {
	margin-bottom: 12px;
	padding-left: 0;
}
.uzor_block ul li:before {
	display: none;
}
.uzor_block ul li:last-child {
	margin-bottom: 0;
}

.uzor_block ul li a:before {
	left: 16px;
}

.uzor_block ul li.appstore a:before {
	background: url(../../img/appstore.png) no-repeat center;
	width: 26px;
	height: 32px;
}

.uzor_block ul li.googlestore a:before {
	background: url(../../img/googlestore.png) no-repeat center;
	background-size: contain;
	width: 26px;
	height: 29px;
}

/*.allnews {
	overflow: hidden;
	width: 100%;
	background: #f3f8ff;
	padding: 70px 0;
}
*/
.news_part {
	float: left;
	width: 20%;
	position: relative;
	padding: 0 21px;
}

.news_part a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.allnews .row {
	margin: 0 -21px;
}

.news_part h3 {
	font-size: 36px;
	line-height: 1.3;
	display: block;
	width: 80%;
	font-family: 'google_sansbold';
	margin: 0 0 23px 0;
}

.news_part a.watch_all_news {
	font-size: 14px;
	color: #000;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
}

.news_part a.watch_all_news:hover {
	color: #009ea7;
}

.news_part p {
	display: block;
	width: 100%;
	height: 120px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e6eaf1;
}

.news_part p:before {
	bottom: 0;
	left: 0;
	width: 0px;
	height: 1px;
	position: absolute;
	z-index: 100;
	background: #009ea7;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	content: '';
}

.news_part:hover>p:before {
	transition: width 0.25s ease-in;
	-webkit-transition: width 0.25s ease-in;
	width: 100%;
}

.news_part:hover>p,
.news_part:hover>span {
	color: #009ea7;
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}

.news_part span {
	display: block;
	color: #848e9f;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.nwesletter {
	overflow: hidden;
	width: 100%;
	background: url(../../img/staybg.jpg) no-repeat center;
	background-size: cover;
	padding: 22px 0;
}

.middle_block {
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
}

.news_text {
	float: left;
	width: 485px;
	padding-top: 2px;
}

.news_text h4 {
	color: #fff;
	font-size: 24px;
	font-family: 'googlesans_medium';
	margin: 0 0 5px 0;
	line-height: 1.3;
}

.news_text p {
	margin: 0;
	color: #a5aec2;
	font-size: 14px;
}

.news_form {
	float: right;
}

.news_form input {
	float: left;
	background: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 25px;
	display: block;
	width: 295px;
	outline: none;
	border: none;
	border-radius: 6px;
	margin-right: 12px;
}

.news_form input:-webkit-input-placeholder {
	color: #848e9f;
}

.new_container {
	padding: 0 15px;
	margin: 0 auto;
}

.news_form button {
	float: left;
	font-family: 'googlesans_medium';
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 1;
	padding: 0 34px;
	border: 2px solid #e4bd63;
	border-radius: 6px;
	outline: none;
	background: none;
}

.news_form button:hover {
	background: #e4bd63;
	color: #fff;
}

.contacts {
	overflow: hidden;
	width: 100%;
}

.top_contact {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e6eaf1;
	padding: 70px 0 45px 0;
}

.contact_block {
	float: left;
	margin-right: 52px;
	position: relative;
	padding-left: 36px;
}

.contact_block span {
	position: absolute;
	display: block;
	color: #009ea7;
	top: 3px;
	width: 24px;
	text-align: center;
	left: 0;
}

.contact_block a {
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
	line-height: 1.35;
	font-size: 16px;
}

.contact_block a em {
	font-style: normal;
	font-size: 14px;
}

.contact_block ul li {
	float: left;
	margin: 0 12px 0 0;
	padding-left: 0;
}
.contact_block ul li::before {
	display: none;	
}
.contact_block ul li:last-child {
	margin: 0;
}

.contact_block ul li a {
	display: block;
	width: 36px;
	height: 36px;
	position: relative;
	background: #f2fafb;
	border-radius: 6px;
}

.contact_block ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.contact_block a:hover {
	color: #009ea7;
}

.contact_block ul li a:hover {
	background: #009ea7;
}

.contact_block ul li a:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.contact_block ul {
	margin-left: 58px;
}

.bottom_contact {
	overflow: hidden;
	padding: 43px 0 30px 0;
	width: 100%;
}

.footer_menu {
	margin-bottom: 50px;
	overflow: hidden;
}

.footer_menu ul li {
	float: left;
	width: 25%;
	margin-bottom: 15px;
	padding-left: 0;	
}
.footer_menu ul li::before {
	display: none;	
}
.footer_menu ul li a {
	line-height: 1.25;
	color: #848e9f;
	font-size: 16px;
	padding-bottom: 3px;
	position: relative;
}

.footer_menu ul li a:before {
	bottom: 0;
	left: 0;
	width: 0px;
	height: 1px;
	background: #009ea7;
	content: '';
	position: absolute;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.footer_menu ul li a:hover:before {
	width: 100%;
	transition: width 0.25s ease-out;
	-webkit-transition: width 0.25s ease-out;
}

.footer_menu ul li a:hover {
	color: #009ea7;
}

.copyrights {
	overflow: hidden;
	width: 100%;
}

.copyrights p {
	float: left;
	line-height: 2;
	color: #848e9f;
}

.made_in {
	float: right;
	position: relative;
	top: 18px;
}

.made_in a {
	display: inline-block;
	width: 100px;
}

.made_in span {
	float: left;
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
}

.main_popup {
	position: fixed;
	z-index: 1500;
	background: #093475;
	left: 0;
	overflow: hidden;
	height: 0;
	top: 0;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	width: 100%;
}

.main_popup.heights {
	height: 100%;
	transition: height 0.3s ease-out;
	-webkit-transition: height 0.3s ease-out;
}

.main_popup.heights .bottom_menu_popup {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.form_popup {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 125px;
}

.form_popup span {
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../../img/search.svg) no-repeat center;
	width: 36px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	background-size: contain;
	height: 35px;
}

.form_popup input {
	display: block;
	width: 100%;
	background: none;
	outline: none;
	font-size: 36px;
	padding: 0 140px 25px 70px;
	border: none;
	color: #fff;
	border-bottom: 3px solid #fff;
}

.form_popup input::-webkit-input-placeholder {
	color: #7886a6;
}

.form_popup input::-moz-placeholder {
	color: #7886a6;
}

.form_popup input:-ms-input-placeholder {
	color: #7886a6;
}

.form_popup input::-ms-input-placeholder {
	color: #7886a6;
}

.form_popup input::placeholder {
	color: #7886a6;
}

.form_popup button {
	position: absolute;
	right: 0;
	top: 5px;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	padding-bottom: 28px;
	font-size: 36px;
	line-height: 1;
}

.scrollheight {
	margin-top: 60px;
}

.top_menu_popup {
	overflow: hidden;
	width: 100%;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #3a5d91;
}

.bottom_menu_popup {
	overflow: hidden;
	width: 100%;
	padding: 40px 0 0 0;
}

.top_menu_popup ul li a,
.bottom_menu_popup ul li a {
	font-size: 16px;
	color: #97afd3;
	line-height: 1;
}

.top_menu_popup ul li,
.bottom_menu_popup ul li {
	margin-bottom: 20px;
}

.top_menu_popup ul li:last-child,
.bottom_menu_popup ul li:last-child {
	margin-bottom: 0;
}

.top_menu_popup h5 {
	color: #fff;
	font-size: 24px;
	font-family: 'googlesans_medium';
	line-height: 1.25;
	margin: 0 0 30px 0;
}

.top_menu_popup ul li a:hover,
.bottom_menu_popup ul li a:hover {
	color: #fff;
}

.pop_closer {
	position: absolute;
	background: none;
	outline: none;
	border: none;
	right: 35px;
	top: 40px;
}

.bot_menu ul li ul {
	position: absolute;
	top: -15px;
	left: -24px;
	min-width: 365px;
	display: none;
	background: #fff;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	padding: 58px 24px 26px 24px;
	border-radius: 6px;
	-webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.bot_menu ul li ul li a {
	font-size: 18px;
	font-family: 'googlesans_medium';
}

.bot_menu ul li ul li {
	margin-bottom: 20px;
	width: 100%;
}

.bot_menu ul li ul li:last-child {
	margin-bottom: 0;
}

.bot_menu ul li a span {
	position: absolute;
	width: 13px;
	height: 8px;
	display: block;
	right: -25px;
	top: 9px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	background: url(../../img/drop_menu.png) no-repeat center;
	background-size: contain;
}

.bot_menu ul li:hover>ul {
	display: block;
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}

.bot_menu ul li:hover>a {
	color: #009ea7;
}

.bot_menu ul li:hover>a>span {
	background: url(../../img/drop_menu_hover.png) no-repeat center;
	background-size: contain;
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 16px;
	display: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	cursor: pointer;
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #093475;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #093475;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 11px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 22px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 2px;
	top: 7px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 4px);
	top: 7px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 2px;
	top: 16px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 4px);
	top: 16px;
}

.mobile_menu {
	display: block;
	position: fixed;
	top: 0;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	right: -200%;
	z-index: 158889;
	background: #093475;
	height: calc(100% + 100px);
	width: 100%;
	padding: 70px 20px 50px;
	overflow: scroll;
}

.lang ul li:hover>ul {
	display: block;
}

.mobile_menu button {
	position: absolute;
	top: 16px;
	right: 15px;
	padding: 0;
	width: 30px;
	border: none;
	outline: none;
	background: none;
}

.mobile_menu.to_right {
	right: 0;
	transition: right 0.3s ease-in;
	-webkit-transition: right 0.3s ease-in;
}

.mobile_menu ul li {
	width: 100%;
	position: relative;
}

.mobile_menu ul li ul {
	overflow: hidden;
	padding: 15px 0 0 10px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	height: 0;
}

.mobile_menu ul li.active ul {
	opacity: 1;
	visibility: visible;
	height: auto;
}
.mobile_menu ul li ul li {
	margin-bottom: 0;
	transition: .3s ease;
}
.mobile_menu ul li.active ul li {
	margin-bottom: 20px;
}
.mobile_menu ul li a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.mobile_menu ul li ul li a {
	color: #7ba0d8;
	font-size: 18px;
}
.mobile_menu ul li ul li a.active {
	color: #cce1ff;
}
.mobile_menu ul li:last-child {
	margin-bottom: 0;
}

.mobile_menu ul li span {
  width: 40px;
  height: 22px;
	background: url(../../img/white_drop.png) no-repeat center;
	background-size: 40%;
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.mobile_menu ul li.active span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
}
.exchange_rates {
	width: 100%;
	overflow: hidden;
}

.exchange_rates .main_exchange {
	padding: 0 25px;
}

.exchange_rates .sidebar {
	padding: 0 25px;
}

.exchange_rates .row {
	margin: 0 -25px;
}

.exch_head {
	overflow: hidden;
	width: 100%;
	margin-bottom: 38px;
}

.exch_head h1 {
	float: left;
	font-size: 48px;
	margin: 0;
	font-family: 'googlesans_medium';
	line-height: 1;
}

.exch_head a {
	color: #009ea7;
	font-size: 18px;
	display: inline-block;
	float: right;
	position: relative;
	top: 15px;
}

.exch_table {
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}

.exch_table table {
	width: 100%;
}

.exch_table table tr th {
	text-transform: uppercase;
	color: #093475;
	font-family: 'googlesans_medium';
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 22px;
}

.exch_table table tr th:first-child {
	padding-left: 25px;
}

.exch_table table tr:first-child {
	border-bottom: 2px solid #093475;
}

.exch_table table tr td {
	padding: 20px 0;
	font-size: 15px;
	border-bottom: 1px solid #e0e4eb;
	font-family: 'google_sansbold';
}

.exch_table table tr td:first-child {
	padding-left: 25px;
	font-family: 'googlesans';
}

.exch_table table tr td img {
	margin-right: 15px;
	position: relative;
	top: -2px;
}

.exch_table table tr:hover {
	background: #eceef1;
}

.exch_table table tr:first-child:hover {
	background: none;
}

.exch_quote {
	overflow: hidden;
	width: 100%;
}

.exch_quote p {
	line-height: 1.35;
	font-size: 18px;
	margin-bottom: 20px;
}

.exch_quote a {
	color: #009ea7;
	font-size: 18px;
}

.convert {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e6eaf1;
	padding: 35px 45px;
	margin-bottom: 24px;
	position: relative;
}

.sidebar_head {
	margin: 0 0 30px 0;
	line-height: 1.15;
	font-size: 1.4vw;
	display: block;
	width: 240px;
	font-family: 'googlesans_medium';
}

.coverter {
	clear: both;
	width: 100%;
	height: 47px;
	margin-bottom: 11px;
}

.convert .coverter:last-child {
	margin-bottom: 0;
}

.coverter input {
	display: block;
	width: calc(100% - 85px);
	float: left;
	height: 47px;
	line-height: 47px;
	outline: none;
	padding: 0 15px;
	border-radius: 6px;
	border: 1px solid #e6eaf1;
	font-size: 16px;
	font-family: 'googlesans_medium';
}
.coverter.uzs input {
	padding-right: 0;
	width: calc(100% - 65px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #efefef;
	border-color: #efefef;
}
.coverter input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.coverter input::-moz-placeholder {
	color: #b8b8b8;
}

.coverter input:-ms-input-placeholder {
	color: #b8b8b8;
}

.coverter input::-ms-input-placeholder {
	color: #b8b8b8;
}

.coverter input::placeholder {
	color: #b8b8b8;
}

.convert .select2-container {
	float: right;
	width: 80px !important;
	border-radius: 6px;
	background: none;
	border: 1px solid #e6eaf1;
	font-size: 16px;
	color: #000;
	font-family: 'googlesans_medium';
	font-weight: normal;
	padding: 0 15px;
	height: 47px;
	line-height: 47px;
}
.coverter.uzs .select2-container {
	width: 65px!important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #efefef;
	border-color: #efefef;
}
.convert .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	width: 11px;
	height: 8px;
	background: url(../../img/drop_small.png) no-repeat center;
	background-size: contain;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.coverter.uzs .select2-container--default .select2-selection--single {
	cursor: default;
}
.select2-container {
	background-color: transparent;
}
.coverter.uzs .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}
.convert .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.convert:before {
	position: absolute;
	background: url(../../img/cours.svg) no-repeat center;
	width: 56px;
	height: 70px;
	content: '';
	top: 10px;
	right: 10px;
	background-size: contain;
}

.convert.tgsidebar:before {
	background: url(../../img/sidebar_tg.svg) no-repeat center;
	width: 90px;
	height: 75px;
	top: 60px;
}

.launchbot {
	display: inline-block;
	padding: 0 35px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #e1c178;
	border-radius: 6px;
	font-size: 20px;
	font-family: 'googlesans_medium';
}

.launchbot:hover {
	background: #e1c178;
	color: #fff;
}

.mobile_sidebar {
	overflow: hidden;
	width: 100%;
	background: url(../../img/uzor2.jpg) no-repeat center;
	background-size: cover;
	border-radius: 6px;
	padding: 40px 48px;
}

.mobile_sidebar .sidebar_head {
	color: #fff;
}

.mobile_sidebar ul li {
	float: left;
	margin: 0;
	margin-bottom: 12px;
	padding-left: 0;
}
.mobile_sidebar ul li::before {
	display: none;
}
.mobile_sidebar ul li:last-child {
	margin: 0;
}

.mobile_sidebar ul li a {
	display: block;
	width: 200px;
	border-radius: 6px;
	border: 2px solid #fff;
	position: relative;
	padding: 0 0 0 67px;
	height: 65px;
	color: #fff;
	font-size: 16px;
	background: #072a5e;
}

.mobile_sidebar ul li.appstore a:before {
	background: url(../../img/appstore.png) no-repeat center;
	width: 26px;
	height: 32px;
	position: absolute;
	top: 10px;
	left: 22px;
	content: '';
}

.mobile_sidebar ul li a:hover {
	color: #000;
	background: #fff;
}

.mobile_sidebar ul li a:hover:before {
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
}

.mobile_sidebar ul li a span {
	display: inline-block;
	margin-top: 9px;
	line-height: 1.2;
}

.mobile_sidebar ul li a p {
	margin: 0;
	color: #fff;
	-webkit-transition: .2s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.mobile_sidebar ul li a:hover p {
	color: #000;
}
.mobile_sidebar ul li.googlestore a:before {
	background: url(../../img/googlestore.png) no-repeat center;
	width: 26px;
	height: 29px;
	position: absolute;
	top: 13px;
	left: 22px;
	content: '';
}

.convert.calendar:before {
	background: url(../../img/graphic.svg) no-repeat center;
	width: 50px;
	height: 60px;
	top: 10px;
	background-size: contain;
}

.convert.calendar .month_year #datepicker .select2-container {
	float: left;
	text-align: left;
	width: 100%!important;
	margin-bottom: 10px;
}

/*.convert.calendar .month_year #datepicker .select2-container:last-child {
	float: right;
	width: 120px !important;
}*/

.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
	display: none !important;
}

.calendar .ui-widget.ui-widget-content {
	border: none;
}

.calendar .ui-datepicker th {
	font-size: 18px;
	font-family: 'googlesans_medium';
	font-weight: normal;
	text-align: left;
	padding: 0 0 10px 0;
}

.calendar .ui-datepicker table {
	border: none;
	padding: 0;
	margin-top: 20px;
}

.calendar .ui-datepicker td {
	padding: 5px 0 5px 2px;
	text-align: left;
}

.calendar .ui-datepicker td.ui-datepicker-current-day a,
.calendar .ui-datepicker td a:hover {
	background: #009ea7;
	color: #fff;
}

.calendar .ui-datepicker td span,
.calendar .ui-datepicker td a {
	border: none;
	background: none;
	color: #999999;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	font-family: 'googlesans_medium';
	font-size: 18px;
}

.hide_no_need {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 20px 20px 20px 25px;
}

.exch_table table tr.hideother td {
	padding: 0;
}

.hide_no_need p {
	font-size: 15px;
	text-transform: uppercase;
	color: #093475;
	margin: 0;
	line-height: 1.25;
	font-family: 'google_sansbold';
}

.hide_no_need:before {
	width: 14px;
	height: 8px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	will-change: transform;
	right: 20px;
	background: url(../../img/dropdown.png) no-repeat center;
	background-size: contain;
}

.exch_table table tr.hideother {
	cursor: pointer;
}

.hide_no_need.arrow_up:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);	
	will-change: transform;
}

.showhide {
	display: table-row !important;
}

.credit_cards {
	overflow: hidden;
	width: 100%;
}

img.front_card {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	border-radius: 20px;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-webkit-box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
	z-index: 1;
	will-change: transform;
}

img.front_credit {
	transition: 0.3s ease-in-out;
	display: block;
	z-index: 15;
	border-radius: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-webkit-box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
}

img.shadow_card {
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	will-change: transform;
	z-index: 0;
}
@media not all and (min-resolution:.001dpcm) { @media {
	img.shadow_card {
		display: none;
	}
}}
.card_wrapper {
	width: 435px;
	height: 275px;
	position: absolute;
	right: -257px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	will-change: transform;
}

.card_wrapper img {
	width: 440px;
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);	
		will-change: transform;
	}

	to {
		-webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
		transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
		will-change: transform;
	}
}

@keyframes bounce {
	from {
		-webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);	
		will-change: transform;
	}

	to {
		-webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
		transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
		will-change: transform;
	}
}

.cards_head {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.cardscontact .border_block {
	background: #fff;
}

.cardscontact .border_block.uzor_block {
	background: url(../../img/download_bg_big.jpg) no-repeat center;
	background-size: cover;
	border: none;
}

.cards_head h1 {
	font-size: 48px;
	line-height: 1;
	margin: 0 0 25px 0;
	font-family: 'google_sansbold';
}

.cards_head p {
	font-size: 24px;
	line-height: 1.35;
	font-family: 'googlesans_medium';
	margin: 0;
}

.cards_level {
	width: 100%;
	clear: both;
}

.into_level:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.into_level {
	position: relative;
	background: #fff;
	margin-bottom: 60px;
	width: calc(100% - 70px);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	border-radius: 10px;
	padding: 34px 140px 34px 57px;
}

.cardscontact .border_block {
	height: 420px;
}

.credit_cards_blocks {
	margin-bottom: 35px;
}

.credit_cards_blocks:last-child {
	margin-bottom: 0;
}

.bread_crumbs {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e6eaf1;
	padding: 20px 0;
	background: #f8f8f8;
}

.bread_crumbs ul {
	margin: 0 auto;
	display: table;
}

.bread_crumbs ul li {
	float: left;
	margin: 0 5px;
}

.bread_crumbs ul li a {
	color: #848e9f;
	font-size: 14px;
}

.bread_crumbs ul li span {
	color: #848e9f;
	font-size: 14px;
}

.bread_crumbs ul li a:hover {
	color: #009ea7;
}

.left_credit {
	height: auto;
	width: calc(100% - 255px);
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 38px 235px 38px 60px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.left_credit:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.left_credit h2 {
	font-size: 36px;
	font-family: 'google_sansbold';
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.left_credit h2 a {
	color: #000;
}

.left_credit h2 a:hover {
	color: #009ea7;
}

.left_credit p {
	display: block;
	width: 100%;
	height: 70px;
	font-size: 18px;
	margin: 0 0 30px 0;
	line-height: 1.4;
}

.left_credit ul {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 15px;
}

.left_credit ul li {
	float: left;
	margin: 0 35px 0 0;
	padding-left: 0;

}
.left_credit ul li:before {
	display: none;
}
.left_credit ul li:last-child {
	margin: 0;
}

.left_credit ul li h4 {
	font-size: 16px;
	color: #093475;
	margin: 0 0 6px 0;
}

.left_credit ul li p {
	font-size: 24px;
	font-family: 'googlesans_medium';
	line-height: 1;
	height: auto;
	margin: 0;
}

.into_level p {
	display: block;
	margin: 0 0 5px 0;
	line-height: 1.35;
	font-size: 20px;
}

.make_card {
	float: left;
	display: inline-block;
	border: 2px solid #e4bd63;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-family: 'googlesans_medium';
	margin-right: 37px;
	padding: 0 34px;
	font-size: 20px;
}

.make_card:hover {
	background: #e4bd63;
	color: #fff;
}

.into_level p:last-child {
	margin: 0;
}

.bottom_credit_card {
	overflow: hidden;
	width: 100%;
	padding-top: 24px;
	border-top: 1px solid #e6eaf1;
}

.morecard {
	position: relative;
	top: 21px;
	font-size: 18px;
	color: #848e9f;
}

.morecard:hover {
	color: #009ea7;
	text-decoration: underline;
}

.into_level p a {
	color: #000;
	font-family: 'google_sansbold';
}

.minicard {
	position: absolute;
	bottom: -24px;
	right: -70px;
}

.into_level p a.linkcard {
	display: inline-block;
	margin-left: 18px;
	border-bottom: 2px solid #093475;
	line-height: 1;
	color: #093475;
	font-size: 20px;
	font-family: 'googlesans_medium';
}

.into_level p a.linkcard:hover {
	border-bottom-color: transparent;
}

.credit_container .banner_content {
	float: right;
	max-width: 350px;
}

.invest_container .banner_content {
	float: right;
	max-width: 350px;
}

.creditcard_banner {
	width: 100%;
	height: auto;
	position: relative;
	background: url(../../img/creditcardbg.jpg) no-repeat center;
	background-size: cover;
}

.card_container {
	height: 100%;
	padding: 40px 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	display: table;
}

.credit_container {
	width: 650px;
}

.card_container h1 {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1.3;
	font-size: 48px;
	font-family: 'google_sansbold';
	margin-bottom: 40px;
}

.banner_card {
	float: left;
	margin-right: 0;
	position: relative;
	top: 60px;
	left: -133px;
}

.banner_card img {
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

/*.banner_content {
	margin-top: 60px;
}*/

.banner_content span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.banner_content h4 {
	color: #fff;
	line-height: 1;
	margin: 0;
	font-family: 'googlesans_medium';
	font-size: 24px;
}

.banner_content h4 strong {
	font-weight: normal;
	color: #e4bd63;
	font-size: 60px;
	font-family: 'google_sansbold';
}

.banner_content ul li {
	margin-bottom: 28px;
}

.invest_container .banner_content ul {
	overflow: hidden;
	/*margin-bottom: 35px;*/
}

.banner_content a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: 'googlesans_medium';
	padding: 0 34px;
	background: #e4bd63;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	border: 1px solid #e4bd63;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.banner_content a:hover {
  border-color: #e0a825;
  background: #e0a825;
}

.credit_tabs {
	overflow: hidden;
	width: 100%;
}

.tabs_head {
	overflow: hidden;
	position: relative;
	margin-bottom: 48px;
}

.tabs_head:before {
	background: #e6eaf1;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	content: '';
	z-index: 5;
}

.tabs_head ul {
	display: table;
	margin: 0 auto;
}

.tabs_head ul li {
	display: inline-block;
	margin: 0 30px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
	font-family: 'googlesans_medium';
	font-size: 24px;
}

.tabs_head ul li:before {
	background: #009ea7;
	height: 2px;
	width: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	left: 0;
	bottom: 0;
	position: absolute;
	content: '';
	z-index: 10;
}

.tabs_head ul li.active:before,
.tabs_head ul li:hover:before {
	width: 100%;
}

.tab_fade {
	width: 100%;
	overflow: hidden;
}

.header_tab {
	overflow: hidden;
	width: 100%;
}

.header_tab ul li {
	float: left;
	width: 50%;
	margin-bottom: 34px;
	padding-right: 60px;
}

.imager {
	float: left;
	width: 75px;
	height: 75px;
	background: #f7f9fb;
	position: relative;
	border-radius: 100%;
	margin-right: 25px;
}

.imager img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.noback {
	background: #fff;
	padding-top: 60px;
}

.header_tab ul li p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	height: 75px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bottom_tab {
	width: 560px;
	margin: 0 auto 40px auto;
	line-height: 1.45;
	font-size: 18px;
}

.bottom_tab h5 {
	font-size: 36px;
	font-family: 'googlesans_medium';
	margin: 0 0 15px 0;
	line-height: 1.35;
	text-align: center;
}

.bottom_tab ul li {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.45;
	padding-left: 40px;
	font-size: 18px;
}

.bottom_tab ul li a {
	color: #093475;
	text-decoration: underline;
}

.bottom_tab ul li a:hover {
	text-decoration: none;
	color: #009ea7;
}

.bottom_tab ul li:before {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #009ea7;
	content: '';
	position: absolute;
}

.bottom_tab ul li:last-child {
	margin-bottom: 0;
}

.tab_level {
	overflow: hidden;
	width: 100%;
	background: #f7f9fb;
	padding: 15px 160px 15px 36px;
	border-bottom: 1px solid #e6eaf1;
}

.tab_level:nth-child(odd) {
	background: #fff;
}

.tab_level p {
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	width: calc(100% - 245px);
	display: block;
}

.tab_level span {
	float: right;
	font-size: 18px;
	font-family: 'googlesans_medium';
	line-height: 1.5;
}

.quest_section {
	width: 740px;
	margin: 0 auto;
}

.quest_section ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e6eaf1;
}

.quest_section ul li h6 {
	display: block;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-family: 'googlesans_medium';
	margin: 0;
	line-height: 1.45;
	padding-left: 40px;
	cursor: pointer;
}

.quest_section ul li h6:before {
	left: 0;
	color: #009ea7;
	font-size: 40px;
	font-family: 'googlesans';
	content: '+';
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	position: absolute;
	line-height: 1;
	top: -11px;
}

.quest_section ul li p {
	display: none;
	width: 100%;
	padding-left: 40px;
	line-height: 1.45;
	font-size: 18px;
}

.quest_section ul li h6.open:before {
	content: '-';
}

.contact_card {
	overflow: hidden;
	width: 100%;
	background: #f8f8f8;
	padding: 120px 0 70px 0;
}

.contact_wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.contact_blocks {
	width: 770px;
	padding: 45px 70px 45px 330px;
	float: right;
	background: url(../../img/contacts_bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px;
}

.credit_contact .contact_blocks {
	background: url(../../img/creditcontacts_bg.jpg) no-repeat center;
}

.invest_contact .contact_blocks {
	background: url(../../img/investcontacts_bg.jpg) no-repeat center;
}

.contact_blocks h5 {
	font-size: 36px;
	font-family: 'google_sansbold';
	margin: 0 0 25px 0;
	line-height: 1.35;
}

.contact_blocks ul li input {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e6eaf1;
	padding: 0 23px;
	outline: none;
	color: #000;
	font-size: 18px;
	border-radius: 10px;
}

.contact_blocks ul li {
	margin-bottom: 12px;
}

.contact_blocks ul {
	margin-bottom: 12px;
	overflow: hidden;
}

.contact_blocks input[type="submit"] {
	display: inline-block;
	height: 60px;
	line-height: 1;
	background: none;
	border: 2px solid #e4bd63;
	padding: 0 34px;
	outline: none;
	color: #000;
	font-size: 18px;
	border-radius: 10px;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
}

.contact_blocks input[type="submit"]:hover {
	background: #e4bd63;
	color: #fff;
}

.contact_image {
	position: absolute;
	left: 0;
	top: -60px;
	width: 440px;
}

.contact_image img {
	-webkit-box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
	display: block;
	border-radius: 15px;
}

.calc_credit {
	margin: 0 auto 40px auto;
	overflow: hidden;
	width: 770px;
}

.calc_credit h5 {
	font-size: 24px;
	font-family: 'googlesans_medium';
	margin: 0 0 32px 0;
	line-height: 1.35;
	text-align: center;
}

.right_credit {
	float: right;
	border-radius: 10px;
	background: #093475;
	width: 360px;
	padding: 30px 60px 36px 60px;
}

.right_credit h6 {
	color: #fff;
	font-size: 24px;
	font-family: 'googlesans_medium';
	margin: 0 0 30px 0;
	line-height: 1;
}

.right_credit ul li {
	margin-bottom: 27px;
	padding-left: 0;
}
.right_credit ul li:before {
	display: none;	
}
.right_credit ul li span {
	font-size: 16px;
	color: #848e9f;
	display: block;
	margin-bottom: 5px;
}

.right_credit ul li p {
	color: #fff;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	font-family: 'googlesans_medium';
}

.right_credit button {
	display: block;
	width: 100%;
	outline: none;
	background: #e4bd63;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	height: 60px;
	line-height: 1;
	font-size: 20px;
	font-family: 'googlesans_medium';
	border: 1px solid #e4bd63;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
}

.right_credit button:hover {
	background: none;
	color: #e4bd63;
}

.bottom_text {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.bottom_text p {
	line-height: 1.4;
	font-size: 18px;
	margin: 0;
}

.main_calculator {
	float: left;
	width: 350px;
}

.half_calc strong {
	display: block;
	width: 100%;
	color: #848e9f;
	font-weight: lighter;
	font-size: 16px;
	margin-bottom: 10px;
}

.half_calc .select2-container {
	height: 60px;
	line-height: 60px;
	background: none;
	width: 100% !important;
	border: 1px solid #e6eaf1;
	font-size: 18px;
	color: #000;
	padding: 0 21px;
	background-color: #fff;
}

.counters .half_calc .select2-container {
	background: #fff;
}

.half_calc .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 23px;
	background: url(../../img/drop_menu.png) no-repeat center;
	background-size: contain;
	width: 14px;
	height: 8px;
	min-height: inherit;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.pb {
	padding-bottom: 10px;
}

.main_calculator .half_calc {
	padding: 0 10px;
	margin-bottom: 22px;
}

.main_calculator .row {
	margin: 0 -10px;
}

.calc_buffer {
	width: 100%;
	position: relative;
}

.calc_buffer input {
	height: 60px;
	line-height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #e6eaf1;
	padding: 0 21px;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000;
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.left_transfer {
	float: left;
	width: 370px;
}

.tab_transfer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 11px;
}

.tab_transfer ul {
	margin: 0 -5px;
}

.tab_transfer ul li {
	float: left;
	margin: 0 5px;
	width: calc(50% - 10px);
	margin-bottom: 10px;
	position: relative;
	padding-left: 0;
}
.tab_transfer ul li:before {
	display: none;
}
.tab_transfer ul li span {
	border: 1px solid #e6eaf1;
	height: 80px;
	display: block;
	border-radius: 5px;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.tab_transfer ul li input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
}

.tab_transfer ul li input[type="radio"]:checked+span:before,
.tab_transfer ul li input[type="radio"]:checked+span:after {
	display: block;
}

.tab_transfer ul li span:before {
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	top: 0;
	position: absolute;
	border: 3px solid #009ea7;
	border-radius: 5px;
	content: '';
	z-index: 5;
}

.tab_transfer ul li span:after {
	width: 23px;
	height: 23px;
	right: 0;
	display: none;
	bottom: 0;
	position: absolute;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #009ea7 url(../../img/donetransfer.png) no-repeat center;
	content: '';
	z-index: 15;
}

.money_transfer {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}

.counter_block {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}

.left_transfer button {
	background: #fff;
	outline: none;
	border: 2px solid #e4bd63;
	border-radius: 6px;
	padding: 0 34px;
	height: 60px;
	line-height: 1;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	font-size: 20px;
	font-family: 'googlesans_medium';
}

.left_transfer button:hover {
	background: #e4bd63;
	color: #fff;
}

.right_transfer {
	float: right;
	width: calc(100% - 400px);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.transfer_book {
	background: #fff;
	overflow: hidden;
	padding: 45px 60px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}

.right_head {
	overflow: hidden;
	width: 100%;
	padding-bottom: 28px;
	margin-bottom: 33px;
	border-bottom: 1px solid #e6eaf1;
}

.left_float {
	float: left;
}

.left_float h6 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #848e9f;
	font-size: 20px;
	font-family: 'googlesans_medium';
}

.left_float p {
	margin: 0;
	font-size: 36px;
	color: #093475;
	line-height: 1;
}

.right_head a {
	float: right;
	display: inline-block;
	border-radius: 6px;
	border: 2px solid #e4bd63;
	padding: 0 34px 0 56px;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: 'googlesans_medium';
}

.right_head a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 20px;
	width: 20px;
	height: 25px;
	background: url(../../img/icons/pin.svg) no-repeat center;
	background-size: contain;
	content: '';
}

.right_head a:hover {
	background: #e4bd63;
	color: #fff;
}

.right_head a:hover:before {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.trans_content {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

.trans_content p {
	margin: 0 0 16px 0;
	font-size: 16px;
	line-height: 1.7;
}

.trans_content p:last-child {
	margin-bottom: 0;
}

.heaton {
	margin: 0;
	line-height: 1.45;
	font-size: 18px;
	display: block;
	padding: 43px 0 70px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.trans_contact {
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-family: 'googlesans_medium';
}

.trans_contact i {
	display: block;
	color: #848e9f;
	font-style: normal;
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: 10px;
}

.trans_contact a {
	color: #093475;
	font-size: 24px;
}

.r_invest {
	float: right;
	padding: 30px 54px 0 54px;
	width: 400px;
	background: #093475;
	overflow: hidden;
	position: relative;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 400px;
}

.investment_block .left_credit {
	width: calc(100% - 400px);
	float: left;
	padding-right: 70px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.r_invest:before {
	top: 0;
	right: -100px;
	background: url(../../img/ornament.png) repeat-y top;
	height: 100%;
	width: 198px;
	content: '';
	position: absolute;
	z-index: 10;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -1000px;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -1000px;
	}
}

.r_invest ul li {
	margin-bottom: 20px;
	padding-left: 0;	
}
.r_invest ul li:before {
	display: none;
}
.r_invest ul li:first-child {
	margin-bottom: 38px;
}

.r_invest i {
	font-style: normal;
	color: #fff;
	font-size: 18px;
	display: block;
	margin-bottom: 0;
}

.r_invest strong {
	font-weight: lighter;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-family: 'google_sansbold';
}

.r_invest span {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

.r_invest p {
	margin: 0;
	line-height: 1;
	font-size: 24px;
	color: #fff;
	font-family: 'googlesans_medium';
}

.calc_invests {
	overflow: hidden;
	width: 100%;
	margin: 15px 0 36px 0;
}

.inner_calc {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #e6eaf1;
	padding: 30px 65px 33px 65px;
}

.inner_calc h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.45;
	font-size: 24px;
	font-family: 'googlesans_medium';
}

.invest_calc_block {
	float: left;
	width: 170px;
	margin-right: 18px;
}

.invest_calc_block label,
.invest_count_block label {
	font-weight: lighter;
	color: #848e9f;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

.wrapp_calc button {
	float: right;
	width: 280px;
	height: 58px;
	line-height: 1;
	text-align: center;
	background: none;
	margin-top: 32px;
	outline: none;
	border: 2px solid #e4bd63;
	border-radius: 5px;
	font-size: 20px;
	font-family: 'googlesans_medium';
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
}

.wrapp_calc button:hover {
	background: #e4bd63;
	color: #fff;
}

.invest_count_block {
	float: left;
	margin-right: 18px;
	width: 350px;
}

.calc_invests a {
	display: table;
	margin: 0 auto;
	color: #848e9f;
	font-size: 18px;
}

.wrapp_calc {
	overflow: hidden;
	padding-bottom: 40px;
}

.r_invest ul {
	position: relative;
	z-index: 25;
}

.calc_invests a:hover {
	color: #009ea7;
}

.tarif_section {
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	margin-bottom: 20px;
}

.tarif_section:last-child {
	margin-bottom: 0;
}

.tarif_section.active span.open_drop {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #093475;
	color: #fff;
}
.tarif_section span.open_drop {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 30px;
  	padding-right: 80px;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	font-family: 'googlesans_medium';
	line-height: 1.4;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	user-select: none;
}
.tarif_section.non-accordion span.open_drop {
	cursor: inherit;
}
.tarif_section span.open_drop:hover {
	-webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.tarif_section.active span.open_drop:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tarif_section span.open_drop:hover:before {
	background: url(../../img/tarif_drop_active.png) no-repeat center;
}

.tarif_section.active span.open_drop:hover:before {
	background: url(../../img/tarif_drop.png) no-repeat center;
}

.tarif_section span.open_drop:hover {
	color: #009ea7;
}

.tarif_section.active span.open_drop:hover {
	color: #fff;
}

.tarif_section span.open_drop:before,
.sectionOrganization .accordion-block .accor-ins:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../../img/tarif_drop.png) no-repeat center;
	width: 20px;
	height: 12px;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
}
.tarif_section.non-accordion span.open_drop::before {
	display: none;
}
.tarif_section.active {
	-webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tarif_section.active span.open_drop:before,
.sectionOrganization .accordion-block .accor-ins.active:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.dropper {
	overflow: hidden;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
}
.tarif_section.non-accordion .dropper {
	display: none;
}
.tarif_section .dropper ul {
	margin: 0;
	padding: 0;	
}
.dropper ul li {
	width: 100%;
	border-bottom: 1px solid #e6eaf1;
	padding: 12px 165px 12px 50px;
	overflow: hidden;
	margin: 0;
}

.dropper ul li:nth-child(even) {
	background: #f7f9fb;
}
.dropper ul li:before {
	display: none;
}
.dropper ul li p {
	margin: 0;
	float: left;
	display: block;
	width: calc(100% - 290px);
	font-size: 18px;
	line-height: 1.45;
}

.dropper ul li:last-child {
	border: none;
}

.dropper ul li i {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	float: right;
	line-height: 1.45;
	font-family: 'googlesans_medium';
	display: block;
	width: 230px;
}

.tarif_wrapper {
	padding-bottom: 70px;
}

.vacansy_link {
	width: 100%;
	margin-bottom: 20px;
}

.vacansy_link:last-child {
	margin-bottom: 0;
}

.vacansy_link a {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	padding: 20px 80px 24px 35px;
	color: #000;
}

.vacansy_link a:before {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 37px;
	width: 20px;
	height: 12px;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	background: url(../../img/tarif_drop.png) no-repeat center;
	content: '';
	transform: rotate(-90deg) translateY(-50%);
	-webkit-transform: rotate(-90deg) translateY(-50%);
}

.vacansy_link a:hover:before {
	background: url(../../img/tarif_drop_active.png) no-repeat center;
}

.vacansy_link a:hover {
	-webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
	box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.vacansy_link a:hover p {
	color: #009ea7;
}

.vacansy_link p {
	display: block;
	line-height: 1.4;
	margin: 0 0 12px 0;
	font-family: 'googlesans_medium';
	font-size: 24px;
}

.vacansy_link span {
	color: #848e9f;
	font-size: 18px;
}

.vacansy_wrapper {
	padding-bottom: 70px;
}

.vac_pagination {
	overflow: hidden;
	width: 100%;
	padding-top: 34px;
}

.vac_pagination ul {
	margin: 0 auto;
	display: table;
}

.vac_pagination ul li {
	float: left;
	margin-right: 13px;
}

.vac_pagination ul li:last-child {
	margin-right: 0;
}

.vac_pagination ul li a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid #dcdcdc;
	line-height: 48px;
	text-align: center;
	color: #999999;
	font-size: 18px;
}

.vac_pagination ul li a:hover {
	color: #009ea7;
	border: 2px solid #009ea7;
	line-height: 46px;
}

.vac_pagination ul li span {
	color: #999999;
	position: relative;
	top: 15px;
	font-size: 18px;
}

.vac_pagination ul li a.active {
	background: #009ea7;
	color: #fff;
	border: 1px solid #009ea7;
	line-height: 48px;
}

.vac_pagination ul li.prev {
	background: url(../../img/page_prev.png) no-repeat center;
}

.vac_pagination ul li.prev:hover {
	background: url(../../img/prev_hover.png) no-repeat center;
}

.vac_pagination ul li.next {
	background: url(../../img/page_next.png) no-repeat center;
}

.vac_pagination ul li.next:hover {
	background: url(../../img/next_hover.png) no-repeat center;
}

.vacancy_cart {
	overflow: hidden;
	width: 100%;
}

.vacancy_contact {
	float: right;
	width: 470px;
	border: 1px solid #e6eaf1;
	border-radius: 10px;
	background: #fff;
	padding: 29px 47px;
}

.vacancy_contact h4 {
	font-size: 24px;
	font-family: 'google_sansbold';
	line-height: 1.4;
	margin: 0 0 18px 0;
}

.vacancy_contact p {
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.vacancy_contact a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	color: #093475;
	font-size: 18px;
	position: relative;
	margin-bottom: 35px;
}

.vacancy_contact a:before {
	background: url(../../img/resume.png) no-repeat center;
	width: 16px;
	height: 20px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.vacancy_contact ul {
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
}

.vacancy_contact ul li {
	width: 100%;
	margin-bottom: 12px;
}

.vacancy_contact ul li input {
	display: block;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e6eaf1;
	height: 60px;
	line-height: 60px;
	outline: none;
	padding: 0 23px;
	font-size: 18px;
}

.recaptcha {
	margin-bottom: 24px;
}

.vacancy_contact input[type="submit"] {
	display: inline-block;
	font-size: 20px;
	font-family: 'google_sansbold';
	border-radius: 10px;
	height: 60px;
	outline: none;
	background: none;
	transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	line-height: 1;
	padding: 0 34px;
	border: 2px solid #e4bd63;
}

.vacancy_contact input[type="submit"]:hover {
	background: #e4bd63;
	color: #fff;
}

/* KAMOLIDDIN STYLES */
#owl1 .owl-nav,
.foto-gallary.owl-carousel .owl-nav {
	top: 50%;
	width: 100%;
	position: absolute;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.foto-gallary.owl-carousel .owl-nav {
	top: 45%;
}

#owl1 .owl-prev,
#owl1 .owl-next,
.foto-gallary.owl-carousel .owl-prev,
.foto-gallary.owl-carousel .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #fff;
	position: absolute;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
	box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
	display: inline-block;
}

#owl1 .owl-prev,
.foto-gallary.owl-carousel .owl-prev {
	left: 20px;
}

#owl1 .owl-next,
.foto-gallary.owl-carousel .owl-next {
	right: 20px;
}

#owl1 .owl-prev::after,
.foto-gallary.owl-carousel .owl-prev::after,
#owl1 .owl-next::after,
.foto-gallary.owl-carousel .owl-next::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-size: contain;
}

#owl1 .owl-prev::after,
.foto-gallary.owl-carousel .owl-prev::after {
	background: url('../../img/page_prev.png') no-repeat center;
}

#owl1 .owl-next::after,
.foto-gallary.owl-carousel .owl-next::after {
	background: url('../../img/page_next.png') no-repeat center;
}

.cards {
	position: relative;
}

.card_block {
	float: inherit;
	width: 100%;
	margin-bottom: 20px;
}

.cards .row {
	position: relative;
}

.card_block.big_card {
	max-width: 100%;
	padding: 0 20px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	z-index: 2;
	background-color: white;
	width: 17%;
}

.card_block.big_card p {
	width: 210px;
	font-size: 25px;
}

.into_card {
	margin-top: 0;
	height: 80%;
}

#owl2 {
	position: relative;
}

#owl2 .owl-item {
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

#owl2 .owl-item.center {
	visibility: hidden;
	opacity: 0;
}

#owl2::after,
#owl2::before {
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: 2;
}

#owl2::after {
	right: -40px;
	-webkit-box-shadow: -37px 0 120px 140px rgb(255, 255, 255, 0.7);
	box-shadow: -37px 0 120px 140px rgb(255, 255, 255, 0.7);
}

#owl2::before {
	left: -40px;
	-webkit-box-shadow: 37px 0 120px 140px rgb(255, 255, 255, 0.7);
	box-shadow: 37px 0 120px 140px rgb(255, 255, 255, 0.7);
}

#owl2 .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

#owl2 .btn {
	width: 40px;
	height: 40px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
	border-radius: 100px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
	box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
	display: inline-block;
}

#owl2 .btn.prev {
	left: 30px;
}

#owl2 .btn.next {
	right: 30px;
}

#owl2 .btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-size: contain;
}

#owl2 .btn.prev:after {
	background: url('../../img/page_prev.png') no-repeat center;
}

#owl2 .btn.next:after {
	background: url('../../img/page_next.png') no-repeat center;
}

.border_block {
	position: relative;
	overflow: hidden;
}

.border_block .telegram__icon,
.border_block .uzor__icon {
	max-width: 300px;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.border_block .uzor__icon {
	max-width: 330px;
	top: 303px;
	z-index: 1;
}

.border_block--teaser {
	max-width: 400px;
}

.uzor_block ul,
.border_block a {
	left: inherit;
}

.car_block_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: auto;
	margin-bottom: 50px;	
	position: relative;
}

.car_block_tabs span.tabs__pattern{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #fff;
	transition: left 600ms ease 0s;
}

.car_block_tabs:after {
	content: "";
	position: absolute;
	bottom: 0;	
	left: 0;	
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 0.5;
}

.car_block_tab {
	margin: 5px;
	cursor: pointer;
	font-size: 18px;
	background-color: transparent;
	padding: 10px 15px;
	margin: 0;
	text-align: center;
	margin-bottom: 0;	
	padding-bottom: 20px;	
	-webkit-transition: .2s ease;
	transition: .2s ease;
	color: #75d8ea;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 3;
	min-width: 270px;
	box-sizing: border-box;
}
.car_block_tab:first-child {
	margin-left: 0;	
}
.car_block_tab:last-child {
	margin-right: 0;	
}
.car_block_tab:hover {
	color: #fff;
}

.car_block_tab.active {
	color: #fff;
}

.SimpleCards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.SimpleCards .card_block {
	width: 20%;
}

.SimpleCards .card_block:nth-last-of-type(2) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.SimpleCards.with_threecards {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.SimpleCards.with_threecards .card_block.big_card {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.SimpleCards .card_block.big_card {
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: inherit;
	transform: inherit;
}

.SimpleCards .into_card {
	padding: 80px 0;
}

.SimpleCards .card_block.big_card p {
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: inherit;
	transform: inherit;
	margin: auto;
}

.bg-orange {
	background-color: #bf9f52;
}



.MainPageCalc {
	background: url('../../img/MainPageCalc.png') no-repeat center;
	background-size: cover;
	padding: 40px 20px;
	margin-bottom: 50px;
}

.MainPageCalc .calc_credit {
	width: 800px;
	margin: 0 auto 20px;
}

.MainPageCalc .main_calculator {
	width: 400px;
}

.MainPageCalc .right_credit {
	padding: 40px 60px 40px 60px;
}
.small-business-sec.credits .MainPageCalc,
.uz-sec.small-business.credits .MainPageCalc,
.corporate-business-sec.credits .MainPageCalc,
.uz-sec.corporate-business.credits .MainPageCalc {
	background-image: none;
	padding: 0;
}
/*.branches-and-atms	.inner_wrapper,
.uz-sec.branches-and-atms	.inner_wrapper  {
	background-color: #fff;
}*/

.calc_credit h2 {
	margin-bottom: 50px;
	text-align: center;
}

.calc_credit.cards {
	text-align: left;
}
.section-map {
	height: 100%;
}
.section-map .map-block .ins-map {
	background-color: #fff;
}
.section-map .map-block .ins-map .check-map .radio-toolbar label {
  padding: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-bottom: 2px solid #e6eaf1;
}
.section-map .map-block .ins-map .check-map .radio-toolbar input[type="radio"]:checked + label {
  background: transparent;
  color: #029ea7;
  border-bottom: 2px solid;
}
.section-map .map-block .ins-map .check-map {
	border-bottom: none;
}
.section-map .map-block .ins-map .check-map .radio-toolbar input[type="radio"]:checked + label p {
  color: #029ea7;
}
.section-map .map-block .ins-map .regions-block .region-list li {
  color: rgb(9, 52, 117);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.mapdiv {
	max-width: 600px;
}
.mapdiv .w-50 {
  width: 50%;
  padding: 0 20px;
  padding-left: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.section-map .map-block .ins-map .regions-block .region-list li:hover {
	background-color: #f2f5f8;
}
.section-map .map-block .ins-map .regions-block {
	padding: 0px 30px;
}
.mapdiv:after {
  bottom: 150px;
  left: -15px;
  border-color: transparent #e4bc63 transparent transparent;
}
.section-map .map-block .ins-map .check-map .radio-toolbar label p {
	margin-bottom: 0; 
	padding: 10px;
  color: rgb(88, 88, 88);;
}
.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button {
	border: 1px solid #e6eaf1;
}
.section-map .map-block .ins-map .check-map .radio-toolbar {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.MainPageCalc_desc {
	margin: auto;
	text-align: center;
	line-height: 20px;
}

.for_middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.MainPageCalc.Malomu-biznes {
	background-image: none;
	background-color: #f8f8f8;
	margin-bottom: 0;
}

.contact-info-inner {
	max-width: 470px;
	width: 100%;
	height: 100%;
	min-height: 1px;
	padding: 40px 45px 25px;
	background-color: #ffffff;
	border: 1px solid rgb(230, 234, 241);
	border-radius: 12px;
	margin-bottom: 25px;
	position: relative;
	float: left;
}

.contact-info-inner h3 {
	font-size: 24px;
	line-height: 1.1;	
}

.contact-info-inner h4 {
	line-height: 1.3;	
}

.contact-info-inner--icon {
	position: absolute;
	top: 25px;
	right: 25px;
}

.inner_wrapper p a {
	font-size: 18px;
	font-family: "GoogleSans";
	color: #093475;
	line-height: 1.556;
	text-align: left;
}

.contact-info-document {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid rgb(230, 234, 241);
}

.contact-info-document {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	margin-bottom: 25px;
}

.contact-info-document span {
	font-size: 18px;
	display: block;
	color: #848e9f;
}

.contact-info-document svg {
	width: 70px;
	margin-right: 20px;
}

.bread_crumbs ul {
	margin: 0 auto;
}

.bread_crumbs li::before {
	display: none;
}

.inner_wrapper table thead {
	border-bottom: 2px solid #264c85;
}

.inner_wrapper table thead th {
	color: #093475;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0;
}

.inner_wrapper table tbody {
	border-bottom: 1px solid rgb(230, 234, 241);
}

.inner_wrapper table tbody td {
	padding: 20px 0;
}

.foto-gallary.owl-carousel {
	display: block;
	margin: 20px auto 40px;
}

.foto-gallary .item {
	position: relative;
	padding-bottom: 40px;
}

.foto-gallary i {
	position: absolute;
	bottom: 0;
	left: 0;
	font-style: normal;
	font-size: 18px;
	font-family: "GoogleSans";
	color: rgb(132, 142, 159);
}
.part_wraps {
	text-align: left;
}

div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field {
	font-size: inherit;
	color: #000;
	height: 40px;
}

.inner_wrapper table td {
	padding: 15px;
}
.contentpages {
	padding: 0;
}
.contentpages ul {
	margin-bottom: 40px;
	margin-top: 0;	
}

.contentpages h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.made_in {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.made_in a  {
	width: inherit;
}
.made_in a img {
	width: 111px;
}

.credit_head {
	visibility: hidden;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.inner_docs img {
	min-width: 40px;
	margin-right: 20px;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 25px;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a::after {
	display: none;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a span {
	font-size: inherit;
	margin-top: 0;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging{
	display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-top: 10px;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a{
	color:#999999;text-decoration:none;font:400 18px/32px GoogleSans;width:50px;height: 50px;background: transparent;text-align:center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding:0;margin:0;border-radius: 100px;-webkit-box-sizing: border-box;box-sizing: border-box;
	margin: 5px;
	border-width: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a:hover{
	border-color: #0B9FA5;
	color:#0B9FA5;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a.modern-page-current{
	background: transparent; 	background: #0B9FA5; color:#fff; margin-bottom: 0; 	border-color: #0B9FA5;
}
.tarif_section .boss-subb p{font:400 18px/26px GoogleSans;color:#848e9f;margin-bottom:15px; -webkit-transition: .3s ease; transition: .3s ease}
.tarif_section .open_drop:hover .boss-subb p {  color: #009ea7;} 
.tarif_section.active .open_drop .boss-subb p { color: #b1b8c6; }
.tarif_section .boss-contact {font:300 18px/26px GoogleSans; color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.tarif_section.active .boss-contact{ color: #fff;}
.tarif_section .open_drop .boss-contact i {
	background: url('/local/templates/nbu/img/phone-bosses.png') no-repeat center;
	background-size: contain;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.tarif_section.active .open_drop .boss-contact i {
	background: url('/local/templates/nbu/img/phone-bosses_active.png') no-repeat center;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.tarif_section.bosses:last-child {
	margin-bottom: 30px;	
}
.tarif_section.bosses .dropper .boss-text {
	padding: 0;
}
.tarif_section.bosses .dropper ul li {
  border: none;
  margin: 0;
  padding: 0px 25px;
}
.tarif_section.bosses .dropper p {
  margin-left: 30px;
  margin-right: 30px;	
  padding: 10px 0;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tarif_section.bosses .dropper ul li:before {
	display: block;	    
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: #009ea7;
}
.tarif_section.bosses .dropper ul li:nth-child(even) {
	background: #fff;
}
.tarif_section.bosses .dropper h3 {
	padding: 20px 30px 10px;
	margin: 0;		
}
.tarif_section.bosses .boss-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
.tarif_section.bosses .boss-left {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tarif_section.bosses .boss-left p {
	font-weight: bold;
	width: calc(100% - 30px);
}
.tarif_section.bosses .boss-right {
	width: 75%;	
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;
	margin: 0 20px;
	margin-left: 40px;	

}
.sidebar {
	margin-bottom: 40px;
}
.sidebar ul.menu {
	position: relative;
	padding-left: 34px;
	background-color: #fff;
	margin: 0;
	overflow: hidden;
}
.sidebar ul.menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url('../../img/bahrama.jpg') repeat top center;
	background-size: contain;
	width: 34px;
	height: 100%;
}
.sidebar ul.menu li a {
	color: #848e9f;
	border: none;
	border-radius: 0;
	line-height: 1.3;
}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li a.active {
	background: #fff;
	color: #009ea7;
}
.link-invatation {
	margin-bottom: 20px;
	position: relative;
}
.link-invatation a {
	padding: 30px;
	padding-right: 80px;
	background-color: #fff;
	border-radius: 12px;
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	display: block;
	font-family: 'googlesans_medium';
  transition: 0.25s ease-in-out;
  box-shadow: 0px 15px 30px 0px transparent;
}
.link-invatation::after {
	content: '';
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  background: url(../../img/arrowright.png) no-repeat center;
  width: 12px;
  height: 20px;
  transition: 0.25s ease-in-out;
}
.link-invatation:hover a {
  color: #009ea7;
  box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
}
.link-invatation:hover::after {
  background: url(../../img/arrowright_acive.png) no-repeat center;
}

.charter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}
.charter__item {
	flex-basis: 50%;
}
.reception-time {
	max-width: 800px;
	margin: auto;
}
.reception-time h2 {
	text-align: center;
	font-size: 32px;
}
.bossesSection .boss-ins .charter__item p {
	font-size: 18px;
	line-height: 1.5;
}
.bossesSection .charter h2 {
	font-family: 'googlesans_medium';
	font-weight: 400;
  font-size: 36px;
  line-height: 48px; 
  margin-bottom: 10px;
}
.charter__text {
	padding-left: 40px;	
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.charter__text::before {
	content: "";
	position: absolute;
	top: 5px;	
	left: 0;
	background: url('../../img/clock.png') no-repeat center;
	background-size: contain;
	width: 24px;	
	height: 24px;
}
.bossesSection .boss-ins .charter__item div.oreder-boss.inner_docs a {
	padding: 20px;
}