/*
 Theme Name: DoCode Finup Theme:
 Theme URL: https://docode.by/
 Description: DoCode Finup Theme:
 Author: DoCode
 Author URL: https://docode.by/
 Version: 1.1
 */

@import url('https://fonts.googleapis.com/css?family=Comfortaa|Montserrat:400,500,700,700i&display=swap&subset=cyrillic');
.docode_copyright img {
    transition: .3s;
    width: 100px;
    position: relative;
    /* top: -10px; */
}
body {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;
	color: #005ef4;
	position: relative;
}
a:hover {
	color: #29415c;
	text-decoration: none;
}

img {
	max-width: 100%;
}
p:last-of-type {
	margin-bottom: 0;
}
.o-hidden {
	overflow: hidden;
}
.align-center {
    text-align: center;
}
.o-wrap
{
	overflow-wrap: break-word;
}
.header_search {
	cursor: pointer;
	position: relative;
}
.header_search .header_search_open {
	height: 21px;
	width: 21px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #000;
}
.header_search_form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-transition: all .3s, height 0s;
	-o-transition: all .3s, height 0s;
	transition: all .3s, height 0s;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	z-index: -10;
	display: flex;
    align-items: center;
}
.header_search_form.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 200;
}

.header_lk.static_head img {
    width: 35px;
    border: 1px solid #0065f5;
    /* filter: grayscale(1); */
    transition: 0.3s;
    /* opacity: 0.7; */
    padding: 5px;
    border-radius: 5px;
}
.header_lk.static_head img:hover {
    /*filter: grayscale(0);
    transition: 0.3s;
    opacity: 1;
	background: #0065f5;
	filter: invert(1) brightness(1000);*/
	box-shadow: 1px 1px 3px 1px #00000033;
}

.fixed_header_hide .header_lk img {
    width: 35px;
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
    /* filter: invert(1) brightness(1000); */
    transition: 0.3s;
    border-radius: 5px;
}
.fixed_header_hide .header_lk:hover img{
       background: transparent;
    transition: 0.3s;
}

form.form_search {
	margin-bottom: 0;
	position: relative;
}
.form_search input[type="text"] {
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
	outline: none;
	font-size: 16px;
}
.form_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px;
	height: 100%;
	border: none;
	background: #2a93cc;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 700;
	padding: 0 16px;
}
.form_search input[type="submit"]:hover {
	background: #000;
}
.form_search .close_search_form {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 25px;
	width: 25px;
	color: #aaa;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.form_search .close_search_form:hover {
	color: #2a93cc;
}
.header_search_submit svg {
	height: 30px;
	width: 40px;
	color: #aaa;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header_search_submit {
	border: none;
	background: transparent;
	position: absolute;
	padding: 0;
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
button.header_search_submit:hover svg {
	color: #0065f5;
}
.header_lk svg {
	height: 21px;
	width: 21px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #000;
}
.btn_burger {
	width: 24px;
	margin-right: 10px;
}
.btn_burger .line {
	width: 24px;
	height: 2px;
	background-color: #707070;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_burger:hover {
	cursor: pointer;
}
.btn_burger.active .line:nth-child(2) {
	opacity: 0;
}
.btn_burger.active .line:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.btn_burger.active .line:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}
/* Main page - Banner */
.banner {
	position: relative;
	height: 100%;
}
.banner .item {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.banner .item.active {
	pointer-events: auto;
}
.banner_content {
	position: absolute;
	width: 100%;
	top: calc(50% - 20px);
	left: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	opacity: 0;
}
.banner .item.active .banner_content {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}
.banner_img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner_dots {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 80px;
	margin: 0 -5px;
}
.banner_dots > div {
	height: 10px;
	width: 10px;
	margin: 0 5px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid #005ef4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.banner_dots > div.active {
	width: 20px;
	background: #005ef4;
}
.banner_dots > div:hover {
	background: #0065f5;
}
/* END Main page - Banner */

header.header {
	padding: 20px 0;
	background: #f7f7f7;
}
.header_logo img {
	max-height: 50px;
	max-width: 260px;
}

header.header a {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

a.header_lk {
    display: block;
    background: #fff;
}

.modal_menu_form_search .header_search_submit {
	right: 0;
}
.modal_menu_wrap {
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 300;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-clip-path: circle(0% at 0 0);
	clip-path: circle(0% at 0 0);
	will-change: clip-path;
	pointer-events: none;
}
.modal_menu_wrap.active {
	-webkit-clip-path: circle(142% at 0 0);
	clip-path: circle(142% at 0 0);
	pointer-events: auto;
}
.modal_menu_wrap .language_menu a {
	font-size: 12px;
	font-weight: 700;
	color: #707070;
}
.modal_menu_blue {
	position: relative;
	background: #002668;
}
.modal_menu_blue:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100vw;
	background: #002668;
}
.modal_menu_grey {
	position: relative;
	background: #f0f0f0;
}
.modal_menu_grey:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100vw;
	background: #f0f0f0;
}
.modal_menu_wrap .btn_burger .line {
	background-color: #fff;
}
.header_logo-small img {
	max-height: 36px;
}
.modal_menu_header_left {
	border-bottom: 1px solid #a5a5a5;
}
.modal_menu_wrap .social_footer {
	margin-top: 0;
}
.modal_menu_wrap .footer_contacts {
	font-size: 12px;
}
.modal_menu_wrap .footer_contacts_svg {
	margin-right: 8px;
}
.btn_burger_hide {
	opacity: 0;
	pointer-events: none;
}
.modal_menu {
	padding: 60px 0 0;
	margin: 0;
	list-style-type: none;
}
.modal_menu .sub-menu {
	display: none;
}
.modal_menu a {
	color: #fff;
    display: block;
    font-size: 15px;
    position: relative;
    margin-bottom: 30px;
    padding-right: 0;
    margin-right: 3em;
}
.modal_menu a:hover {
	color: #0065f5;
}
.modal_menu a.active {
	color: #0065f5;
}
.modal_menu_arrow {
	display: none;
}
.modal_menu .menu-item-has-children .modal_menu_arrow {
	display: block;
}
.modal_menu .menu-item-has-children a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.modal_menu a svg {
	height: 20px;
}
.modal_menu_sub_menu {
	padding-top: 60px;
}
.modal_menu_sub_menu a {
	color: #000;
	display: block;
}
.modal_menu_sub_menu a:hover {
	color: #0065f5;
}
.modal_menu_sub_menu > a {
	font-family: Comfortaa, sans-serif;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}
.modal_menu_sub_menu .sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.modal_menu_sub_menu .sub-menu li {
	margin-bottom: 10px;
}
.btn_light {
	background: #fff;
	border: 1px solid #005ef4;
	padding: 12px 30px;
	font-style: italic;
	color: #005ef4;
	border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font: 700 italic 12px Montserrat, sans-serif;
	display: inline-block;
	outline: none !important;
}
.btn_light:hover {
	color: #fff;
	background: #0065f5;
}
.language_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.language_menu .sub-menu {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	list-style: none;
	padding: 0;
	-webkit-animation: 0;
	animation: 0;
	background: #fff;
	position: absolute;
}
header.header a:hover {
	color: #50aeff;
}
.language_menu li:hover .sub-menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.language_menu a {
	padding: 3px;
}
.fixed_header {
	background: #002668;
}
.main_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Comfortaa, sans-serif;
}
.main_menu a {
	color: #fff;
	font-weight: 400;
	padding: 21px 0;
	display: block;
}
.main_menu a:hover {
	color: #50aeff;
}
.main_menu .current-menu-item > a {
	color: #50aeff;
}
.main_menu li + li {
	margin-left: 20px;
}
.main_menu li {
	position: relative;
}
.main_menu .sub-menu {
	position: absolute;
	left: -30px;
	top: 100%;
	border-top: 1px solid #50aeff;
	padding: 7px 0;
	margin: 0;
	list-style-type: none;
	background: #002668;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}
.main_menu li:hover .sub-menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.main_menu .sub-menu li {
	margin: 0;
}
.main_menu .sub-menu a {
	padding: 7px 30px;
}
.banner_title {
	color: #002668;
	font: 500 36px Montserrat, sans-serif;
	margin-bottom: 1em;
}
.banner_desc {
	margin-bottom: 30px;
	padding-right: 20%;
	font-family: Comfortaa, sans-serif;
}
.btn_blue {
	background: -webkit-gradient(linear, left top, right top, from(#004ae0), to(#005ef4));
	background: -o-linear-gradient(left, #004ae0 0%, #005ef4 100%);
	background: linear-gradient(90deg, #004ae0 0%, #005ef4 100%);
	border: 1px solid transparent;
	padding: 18px 50px;
	font-style: italic;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font: 700 italic 15px Montserrat, sans-serif;
	display: inline-block;
	background-size: 100%;
	outline: none !important;
}
.btn_blue:hover {
	opacity: .7;
	color: #fff;
}
main {
	background-image: url(img/dot.png);
	background-position: 0 0;
	background-repeat: repeat;
}

.dop_txt {
    margin-bottom: 55px;
}

.main_text {
    margin-top: 55px;
}

.last_posts_block {
	padding: 90px 0;
	position: relative;
}
.last_posts_block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear,left bottom,left top,from(#f7f7f7),color-stop(51%,#fff));
    background: -o-linear-gradient(bottom,#f7f7f7 0%,#fff 51%);
    background: linear-gradient(0deg,#f7f7f7 0%,#fff 51%);
	z-index: -1;
}
.last_posts {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 15px rgba(0, 0, 0, .05);
	padding: 60px 40px;
}
h2
{
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
.h2 {
	font: 500 30px Montserrat, sans-serif;
	color: #002668;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 50px;
}
.h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: #005ef4;
}
.last_post_link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 700 italic 15px Montserrat, sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.last_post_link svg {
	height: 15px;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.last_post_link:hover {
	color: #29415c;
}
.last_post_link:hover svg {
	color: #0065f5;
	margin-left: 15px;
}
.last_post_excerpt {
	margin-bottom: 30px;
	font-family: Comfortaa, sans-serif;
}
.last_posts_owl .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid #0065f5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 20px;
	background: #0065f5;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #0065f5;
}
.partners_block {
	background: #fff;
}
.partners_owl.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
/*    max-height: 60px;*/
}
.partner_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 212px;
	padding: 40px 20% 38px;
	border-bottom: 2px solid transparent;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
}
.partner_item img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.partner_item:hover {
	opacity: 1;
	border-bottom: 2px solid #0065f5;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.partners_owl .owl-nav {
	position: absolute;
	width: calc(100% + 100px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.partners_owl .owl-nav svg {
	width: 50px;
	color: #0065f5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.partners_owl .owl-nav .owl-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.partners_owl .owl-nav button {
	pointer-events: auto;
}
.partners_owl .owl-nav button:hover {
	background: transparent !important;
}
.partners_owl .owl-nav button:hover svg {
	color: #50aeff;
}
.learn_about {
	padding: 90px 0;
	position: relative;
}
.learn_about:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),color-stop(51%,#fff));
    background: -o-linear-gradient(top,#f7f7f7 0%,#fff 51%);
    background: linear-gradient(180deg,#f7f7f7 0%,#fff 51%);
    z-index: -1;
}
.learn_about_desc {
	margin-bottom: 50px;
	font-family: Comfortaa, sans-serif;
}
.main_form {
	background: -webkit-gradient(linear, left top, right top, from(#004ae0), to(#005ef4));
	background: -o-linear-gradient(left, #004ae0 0%, #005ef4 100%);
	background: linear-gradient(90deg, #004ae0 0%, #005ef4 100%);
	padding: 55px 0 40px;
	position: relative;
}
.main_form:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(img/line_left.png) -10% 30% no-repeat, url(img/line_right.png) 110% 70% no-repeat;
}
.main_form_title {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 0;
}
.main_form_title:before {
	content: none;
}
.main_form_desc {
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	font-family: Comfortaa, sans-serif;
}
.main_form input, .main_form textarea, .main_form select {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 15px;
	padding: 20px;
	outline: none;
	margin-bottom: 30px;
	background: #ffffff;
}
.main_form select {
	height: 64px;
}
.main_form input:focus, .main_form textarea:focus {
	border: 1px solid #29415c;
}
.main_form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.main_form span.wpcf7-not-valid-tip {
	position: absolute;
	top: 4px;
	left: 20px;
	font-size: 12px;
}
.main_form .container {
	position: relative;
}
.main_form div.wpcf7-response-output {
	color: #fff;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 12px;
}
.main_form input.wpcf7-submit {
	background: transparent;
	border: 2px solid #fff;
	font-style: italic;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font: 700 italic 15px Montserrat, sans-serif;
	margin-bottom: 7px;
}
.main_form input.wpcf7-submit:hover {
	color: #005ef4;
	background: #fff;
}
.footer_form input, .footer_form textarea, .footer_form select {
	padding: 14px 20px;
}
.footer_form select {
	height: 52px;
}
.footer_form textarea {
	height: 134px;
}
.footer_license {
    font-size: 12px;
}
footer.footer {
	padding: 60px 0 40px;
	background: #f7f7f7;
}
.footer_top {
	margin-bottom: 100px;
}
footer.footer .main_menu a {
	color: #000;
}
footer.footer .main_menu a:hover {
	color: #50aeff;
}
footer.footer .main_menu .sub-menu {
	left: auto;
	right: 0px;
	background: #e4e4e4;
}
.footer_contacts_svg {
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	margin-right: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_contacts_svg svg {
	width: 90%;
	height: 80%;
	opacity: .35;
	margin: auto;
}
.footer_contacts_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.4em;
}
.footer_contacts {
	margin-bottom: 30px;
}
.footer_contacts a {
	color: #002668;
	font-weight: 700;
}
.footer_contacts a:hover {
	color: #0065f5;
}
.footer_subscribe {
	text-align: right;
	margin-bottom: 20px;
}
.footer_logo img {
	max-height: 50px;
}
.address-al
{
	align-self: center;
}
form.mailpoet_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
form.mailpoet_form input[type="email"] {
	width: 100% !important;
	border: 1px solid #0065f5;
	border-radius: 50px;
	color: #000;
	padding: 11px 220px 11px 130px !important;
	outline: none;
}
form.mailpoet_form .mailpoet_paragraph:first-of-type {
	width: 100%;
	display: block;
	position: relative;
}
form.mailpoet_form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, right top, from(#004ae0), to(#005ef4));
	background: -o-linear-gradient(left, #004ae0 0%, #005ef4 100%);
	background: linear-gradient(90deg, #004ae0 0%, #005ef4 100%);
	border: 1px solid transparent;
	padding: 11px 50px !important;
	font-style: italic;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font: 700 italic 15px Montserrat, sans-serif;
	display: inline-block;
	background-size: 100%;
}
form.mailpoet_form input[type="submit"]:hover {
	opacity: .7;
}
form.mailpoet_form .mailpoet_paragraph {
	margin-bottom: 0;
}
form.mailpoet_form .mailpoet_text_label {
	position: absolute;
	left: 30px;
	font-weight: 400 !important;
	color: #a7a7a7;
	margin-bottom: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
form.mailpoet_form .parsley-errors-list {
	position: absolute;
	left: 30px;
	top: 100%;
}
.footer_btn_light .btn_light {
	width: 100%;
	text-align: center;
}
.social_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.social_footer a {
	margin-left: 10px;
}
.social_footer img {
	max-height: 16px;
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.social_footer a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.under_footer {
	background: #002668;
	color: #fff;
	font-size: 12px;
	padding: 11px 0;
}
.under_footer a {
	color: #fff;
}
.under_footer a:hover {
	color: #50aeff;
}
.first_screen {
	overflow: hidden;
}
.ill1_wrap {
	position: relative;
	margin: 100px 0 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.ill1_wrap img {
	max-width: none;
	max-height: 450px;
}
.ill1 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: img_fly10 2s infinite ease;
	animation: img_fly10 2s infinite ease;
}
.ill1s {
	-webkit-animation: img_opacity 2s infinite ease;
	animation: img_opacity 2s infinite ease;
}
.ill2_wrap {
	position: relative;
}
.ill2_wrap img {
	max-width: 100%;
}
.ill2 {
	position: absolute;
	left: 0;
	top: 0;
}
.ill2l {
	-webkit-animation: img_fly20 4.5s infinite ease;
	animation: img_fly20 4.5s infinite ease;
}
.ill3_wrap img {
	max-width: 450px;
	width: 100%
}
.ill3_wrap {
	position: relative;
	text-align: right;
}
.ill3_wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30%;
	right: 0;
	bottom: 0;
}
.ill3 {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-animation: img_fly10 2s infinite ease;
	animation: img_fly10 2s infinite ease;
}
.ill3s {
	-webkit-animation: img_opacity 2s infinite ease;
	animation: img_opacity 2s infinite ease;
}
@-webkit-keyframes img_fly10 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes img_fly10 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes img_fly20 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes img_fly20 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes img_opacity {
	0% {
		opacity: 100%;
	}
	50% {
		opacity: 60%;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes img_opacity {
	0% {
		opacity: 100%;
	}
	50% {
		opacity: 60%;
	}
	100% {
		opacity: 100%;
	}
}
.fixed_header .btn_burger .line {
	background: #fff;
}
.fixed_header .btn_light {
	background: transparent;
	color: #fff;
	border-color: #fff;
	margin: 11px 0;
}
.fixed_header .btn_light:hover {
	background: #fff;
	color: #0065f5;
}
.fixed_header .header_search .header_search_open {
	color: #fff;
}
.fixed_header .header_lk svg {
	color: #fff;
}
.header_search .header_search_open:hover {
	color: #005ef4 !important;
}
.header_lk:hover svg {
	color: #2a93cc !important;
}
.fixed_header .language_menu a {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}
.fixed_header .language_menu .sub-menu {
	background: #29415c;
}
.fixed_header_hide {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fixed_header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.fixed_header.fixed .fixed_header_hide {
	opacity: 1;
	pointer-events: auto;
}
.breadcrumbs {
	padding: 25px 0;
	font-family: 'Montserrat';
}
h1, .h1 {
	font-size: 30px;
	font-weight: 500;
	color: #002668;
	margin-bottom: 35px;
	font-family: 'Montserrat';
}
.our_team_block {
	margin-top: 24px;
	margin-bottom: 50px;
}
.team_item {
	height: 450px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	margin: 15px;
	position: relative;
}
.team_item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	background: #00266888;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.team_item:hover .team_bg {
	opacity: 1;
}
.team_name {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.team_role {
	font-size: 12px;
	font-weight: 700;
	color: #0065f5;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.team_desc {
	border-top: 1px solid #0065f5;
	padding-top: 7px;
	font-family: Comfortaa, sans-serif;
	font-size: 12px;
}
.team_contacts {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team_contacts img {
	max-height: 20px;
	width: auto !important;
	height: auto !important;
	-webkit-filter: sepia(1) brightness(10);
	filter: sepia(1) brightness(10);
}
.team_contacts a:hover img {
	-webkit-filter: none;
	filter: none;
}
.team_contacts a {
	margin: 0 10px;
}
.our_team_block .owl-theme .owl-dots .owl-dot.active span {
	background: #29415c;
}
.our_team_block .owl-theme .owl-dots .owl-dot span {
	border-color: #29415c;
}
.vacancies_block {
	margin: 50px 0;
}
.vac_desc {
	margin-bottom: 35px;
	text-align: center;
}
.vac_list_title {
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #c6c6c6;
	padding: 30px 0;
	border-bottom: 1px solid #c6c6c6;
}
.vac_list {
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	border-radius: 10px;
	padding: 0 70px 20px;
}
.vac_item {
	padding: 30px 0;
	border-bottom: 1px solid #c6c6c6;
}
.vac_item:nth-child(n+3) {
	display: none;
}
.vac_item:last-child {
	border-bottom: none;
}
.vac_item .btn_blue {
	padding: 16px 18px;
	width: 100%;
	font-size: 12px;
}
.vac_role {
	text-transform: uppercase;
}
.vac_location {
	font-weight: 700;
}
.vac_date {
	font-size: 12px;
	color: #5794ca;
}
.vac_more {
	color: #5793c9;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.vac_more:hover {
	color: #000;
}
.doc_wrap {
	margin: 30px 0;
	padding: 40px 0 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.doc_item {
	border: 1px solid #aeaeae;
	border-radius: 50px;
	padding: 10px 35px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1);
}
.doc_name {
	font-weight: 700;
}
.doc_down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.doc_down svg {
	margin-left: 20px;
	color: #bfbfbf;
	height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.doc_down:hover svg {
	color: #0065f5;
}
.review_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.review_photo img {
	height: 185px;
	width: 185px;
	-o-object-fit: cover;
	object-fit: cover;
}
.review_photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.review_name {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.review_date {
	font-size: 12px;
	color: #005ef4;
	margin-bottom: 10px;
}
.review_text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.review_item:nth-child(odd) .review_photo {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-left: 60px;
}
.review_item:nth-child(even) .review_photo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 60px;
}
.review_item:nth-child(n+5) {
	display: none;
}
.review_more {
	color: #5793c9;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
}
.contact_data {
	margin-bottom: 35px;
}
.contact_title {
	font-family: Comfortaa, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #0065f5;
}
.contact_data a {
	display: block;
	color: #000;
	transition: 0.3s;
}
.contact_data a:hover {
    color: #0065f5;
    transition: 0.3s;
}
.contact_data .social_footer {
	margin: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.contact_data .social_footer a:first-child {
	margin-left: 0;
}
.archive_news img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	filter: grayscale(1);
	transition: 0.3s;
	object-fit: cover;
}
.archive_news:hover img {
    filter: grayscale(0);
    transition: 0.3s;
}
.archive_trade img {
	width: 100%;
	height: 100px;
	-o-object-fit: contain;
	filter: grayscale(1);
	transition: 0.3s;
	object-fit: contain;
}
.archive_trade:hover img {
    filter: grayscale(0);
    transition: 0.3s;
}
.news-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a.ext_link {
    margin-top: 20px;
}
.archive_news {
	display: block;
	margin-bottom: 30px;
}
.archive_news_title {
	position: relative;
	color: #000;
	font-size: 15px;
	padding-top: 17px;
	margin-top: 20px;
	font-family: Comfortaa, sans-serif;
	margin-bottom: 40px;
}
.archive_news_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 2px;
	background: #0065f5;
}
.archive_search_title:before {
	content: none;
}
.archive_news_date {
	font-size: 12px;
}
.navigation.pagination {
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
	border-radius: 0;
}
.nav-links {
	margin: auto;
}
.nav-links span, .nav-links a {
	margin: 0 7px;
}
.news-img {
/*    max-height: 300px;
    overflow: hidden;*/
}
.news-img img {
    max-width: 100%;
    height: auto;
}
.news_date {
	position: relative;
	margin-top: -25px;
	padding-top: 15px;
	font-size: 12px;
	color: #0065f5;
	margin-bottom: 20px;
}
.news_date:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 2px;
	background: #0065f5;
}
.faq_content {
	margin-bottom: 20px;
	font-family: Comfortaa, sans-serif;
}
.faq_wrap {
	border: 1px solid #aeaeae;
	border-radius: 25px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	background: #fff;
}
.faq_open {
	position: absolute;
	top: 49%;
	right: 20px;
	height: 19px;
	width: 19px;
	transform: translateY(-50%);
}
.faq_open:before {
	content: '';
	position: absolute;
	top: 0;
	left: 9px;
	width: 1px;
	height: 100%;
	background: #0065f5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.faq_question.active .faq_open:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq_open:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0065f5;
}
.faq_question {
	font-weight: 700;
	padding: 14px 50px 14px 35px;
	position: relative;
	cursor: pointer;
}
.faq_answer {
	padding: 14px 0;
	border-top: 1px solid #e5e5e5;
	display: none;
	margin: 0 50px 0 35px;
}
.main_page img.aligncenter, .main_page iframe {
	display: block;
	margin: auto;
}
.callback_form {
	padding-left: 10%;
	padding-right: 10%;
	border-radius: 10px;
}
.callback_form:before {
	content: none;
}
.callback_form .social_footer {
	margin-top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.callback_form .social_footer a:first-child {
	margin-left: 0;
}
.callback_form .social_footer img {
	max-height: 23px;
	opacity: 1;
	-webkit-filter: sepia(1) brightness(10);
	filter: sepia(1) brightness(10);
}
.main_sale ol {
	margin-top: 1em;
	padding-left: 17px;
}
.main_sale ol li {
	margin-bottom: .5em;
}
.securities_table {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
	border: 1px solid #e3e3e3;
}
.s_head {
	background: #f3f3f3;
	padding: 15px 30px 11px;
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	font-weight: 500;
	border-radius: 10px 10px 0 0;
}
.sec_title {
	display: flex;
	align-items: center;
	color: #0065f5;
	font-weight: 700;
	cursor: pointer;
}
.sec_title img {
	max-height: 100px;
	max-width: 100px;
	margin-right: 30px;
}
.sec_head {
	padding: 15px 30px;
}
.sec_title span {
	font-weight: 400;
}
.sec_item {
	border-bottom: 1px solid #cccccc;
}
.sec_hide {
	padding: 10px 30px;
	border-top: 1px solid #cccccc;
	display: none;
}
.sec_hide_title {
	font-weight: 700;
}
.sec_hide_label {
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
}
.sec_hide .btn_blue {
	padding: 12px 30px;
	min-width: 220px;
}
.sec_hide .btn_light {
	min-width: 220px;
	text-align: center;
}
.sec_date {
	display: none;
}
.sec_date.active {
	display: block;
}
.sec_year {
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 2px 0;
	width: 110px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.sec_year:hover {
	color: #5492c9;
}
.sec_year.active {
	border: 1px solid #ccc;
}
.sec_open {
	height: 20px;
	width: 50px;
	background: url('img/angle-down.svg') 50% no-repeat;
	background-size: 12px;
	cursor: pointer;
	transition: .3s;
}
.sec_open.active {
	transform: rotate3d(1, 0, 0, 180deg);
}
.s_filter_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 12px;
	cursor: pointer;
}
.s_filter_name img {
	height: 20px;
	width: 10px;
}
.s_filter {
	background: #fff;
	border-radius: 15px;
	position: relative;
	border: 1px solid #dedede;
}
.s_filter_value {
	display: none;
	position: absolute;
	width: calc(100% + 2px);
	background: #fff;
	z-index: 1;
	border: 1px solid #dedede;
	border-top: 0;
	top: calc(100% - 1px);
	left: -1px;
	border-radius: 0 0 15px 15px;
}
.s_filter.active {
	border-radius: 15px 15px 0 0;
}
.s_filter.active .s_filter_value {
	display: block;
}
.s_value {
	padding: 5px 12px;
	cursor: pointer;
	transition: .3s;
	text-align: center;
}
.s_value:hover {
	color: #0065f5;
}
.s_filter_tax {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	align-items: center;
	justify-content: space-between;

	background: #fff;
	border-radius: 15px;
}
.s_filter_tax span {
	flex: 1 0 auto;
	padding: 5px 12px;
}
.s_filter_tax img {
	height: 20px;
	width: 10px;
	margin: 5px 12px 5px 0;
}
.s_filter_close {
	cursor: pointer;
}
.s_filter_row {
	margin-right: -5px;
	margin-left: -5px;
}
.s_filter_row > .col {
	padding-right: 5px;
	padding-left: 5px;
}
.modal_wrap {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(41, 65, 92, .4);
	display: flex;
	transition: .3s;
	opacity: 0;
	overflow: auto;
	padding: 5% 0;
	pointer-events: none;
}
.modal_wrap.active {
	opacity: 1;
	pointer-events: auto;
}
.modal_inside {
	margin: auto;
	position: relative;
	background: #fff;
	padding: 40px 30px 0;
	width: 500px;
	max-width: 95vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 5px;
	transition: .3s;
	transform: translateY(-100vh);
}
.modal_wrap.active .modal_inside {
	transform: translateY(0);
}
.modal_inside > .modal_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	opacity: .5;
	transition: .3s;
	width: 16px;
}
.modal_inside > .modal_close:hover {
	opacity: 1;
}
.modal_inside input, .modal_inside textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 15px;
	padding: 15px 20px;
	outline: none;
	margin-bottom: 10px;
	background: #ffffff;
}
.modal_inside input:focus, .modal_inside textarea:focus {
	border: 1px solid #29415c;
}
.modal_inside .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.modal_inside span.wpcf7-not-valid-tip {
	position: absolute;
	top: 2px;
	left: 20px;
	font-size: 12px;
}
.modal_inside div.wpcf7-response-output {
	color: #9E9E9E;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 12px;
}
.modal_inside input.wpcf7-submit {
	font-style: italic;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font: 700 italic 14px Montserrat, sans-serif;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0 auto 7px auto;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#004ae0), to(#005ef4));
	background: -o-linear-gradient(left, #004ae0 0%, #005ef4 100%);
	background: linear-gradient(90deg, #004ae0 0%, #005ef4 100%);
	border: 1px solid transparent;
	width: auto;
}
.modal_inside input.wpcf7-submit:hover {
	opacity: .7;
}
.modal_inside .h3,
.modal_inside h3 {
	color: #0065f5;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.modal_inside .h4,
.modal_inside h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}
p.share-con {
    font-size: 10px;
	margin: -20px 0 0;
}
p.bir_share {
    font-size: 10px;
    overflow-wrap: break-word;
}

.bir_share img {
    width: 20px;
    height: auto;
}
.btn_share {
    padding: 5px 10px;
    font-size: 14px;
}
.securities_table.shares
{
	/*overflow-x:auto;*/
}
.securities_inner {
   /* min-width: 1100px;*/
}
.share_last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.share_bal {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.filter_blur.active {
	filter: blur(2px);
}
.page_404 {
	background: url(img/dot.png) 0 0 repeat, url(img/e404.png) 50% 100% no-repeat;
}

.page_404 h1 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.page_404 p {
	font-family: Comfortaa, sans-serif;
	text-align: center;
	margin-bottom: 60px;
}
.page_404 .btn_blue {
	margin: auto;
	display: block;
	width: 220px;
	text-align: center;
}
li.child_p {
    list-style: none;
}
.for_buy_img img {
    width: 450px;
    max-width: 100%;
}

.emi_item {
    background: #fff;
    cursor: pointer;
    font-family: 'Montserrat';
    border-radius: 10px;
    width: 350px;
    height: 170px;
    overflow: hidden;
    margin: auto;
    padding: 15px;
}

.emi_item.current {
    border: 1px solid #005EF4;
}

.e_row {
    display: flex;
}

.e_txt {
    flex: 1;
}

.e_num_v {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
}

.e_name {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 30px;
}

.e_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-left: 15px;
    position: relative;
}

.e_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.e_col {
    font-size: 12px;
    color: #888;
    margin-right: auto;
}

.e_matter {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.emi_app_carousel.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 7px;
    width: 100%;
    display: flex;
    pointer-events: none;
    justify-content: space-between;
}

.emi_app_carousel.owl-theme .owl-nav button {
    pointer-events: all;
}

.main_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.main_btn_wrap a {
    display: flex;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #005ef4;
    border-radius: 50px;
    margin-right: 40px;
}

.main_btn_wrap a:hover {
    color: #fff;
    background: #005ef4;
}

/******* Finup Platform *******/

section.finup_app_title h1 {
    margin: 60px 0 30px;
    font-size: 30px;
    font-family: 'Montserrat';
}

.app_title_img img, .app_title_img svg {
    max-width: 100%;
    height: auto;
}

section.finup_app_facts {
    padding: 60px 0 50px;
}

.finup_app_facts h2, .finup_app_mobil h2, .finup_app_steps h2, .finup_app_innovation h2, .finup_app_pre h2, .finup_app_emi h2 {
    font-size: 28px;
    text-align: center;
    font-family: 'Montserrat';
    color: #002668;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1;
}

.app_digits_desc {
    text-align: center;
    margin-bottom: 30px;
}

.app_digit_wrap {
    position: relative;
    text-align: center;
}

.app_digit_wrap img {
    width: 190px;
    margin: auto;
    display: none;
}

.app_digit {
    /* position: absolute; */
    /* top: 50%; */
    font-size: 30px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #005EF4;
}

.app_digit_desc {
    text-align: center;
    /* margin: 20px 0; */
}

.col-digit-wrap {
    flex: 1;
    padding: 0 15px;
}

.mob_item {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
    background: #fff;
}

.mob_item_img {
    width: 50px;
    height: 50px;
    position: relative;
    background: #F5F5F5;
    margin-right: 15px;
}

.mob_item_txt {
    flex: 1;
}

.mob_item_img svg, .mob_item_img img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.points_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -40px;
}

.points_wrap .point {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 5px;
}

section.finup_app_mobil {
    padding-bottom: 30px;
}

.step_item {
    display: flex;
    overflow: hidden;
    height: 465px;
}

.step_item h3 {
    font-size: 18px;
    margin: 60px 0 25px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.step_text_container {
    width: 40%;
    padding-right: 60px;
}

.step_img_container {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex: 1;
    background: #fff;
    height: 455px;
    position: relative;
}

.step_img_container img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.finup_app .owl-theme .owl-nav button {
	border: 1px solid #005EF4;
	width: 50px;
	height: 50px;
	font-size: 25px;
	border-radius: 50%;
	position: relative;
	color: #005EF4;
	background: transparent;
	transition: 0.3s;
}

.finup_app .owl-theme .owl-nav button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.finup_app .owl-theme .owl-nav button span {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app_steps_wrap.owl-theme .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.app_steps_wrap.owl-theme .owl-dots {
    position: absolute;
    bottom: 120px;
}

section.finup_app_warrancy {
    background: linear-gradient(90deg, #004AE0 0%, #005EF4 100%);
    margin-top: 50px;
    padding: 50px 0 30px;
}

section.finup_app_warrancy h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.warr_wrap {
    border-radius: 10px;
    background: #fff;
    flex: 27%;
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.warr_img {
    position: relative;
    height: 130px;
    width: 100%;
    margin-bottom: 15px;
}

.warr_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.warr_txt {
    text-align: center;
}

section.finup_app_innovation {
    padding: 50px 0 30px;
}

.inn_wrap {
    flex: 27%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0 15px 30px;
    display: flex;
    padding: 15px;
}

.inn_img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #f5f5f5;
}

.inn_img svg, .inn_img img {
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inn_txt {
    flex: 1;
}

main.finup_app {
 /*   font-family: Comfortaa, sans-serif;*/
}

.pre_sub {
    text-align: center;
    margin-bottom: 30px;
}

.pre_wrap {
    background: #005EF4;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    flex: 27%;
    margin: 15px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre_upper {
    font-size: 72px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.pre_upper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pre_lower {
    text-align: center;
    margin-bottom: 10px;
}

section.finup_app_emi {
    padding: 40px 0 30px;
}

.emi_sub {
    text-align: center;
    margin-bottom: 30px;
}

.emi_app_carousel {
    background: #f5f5f5;
    padding: 30px 70px;
    position: relative;
    border-radius: 10px;
}

.calc_loader {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px 70px;
    font-family: 'Montserrat';
}

.emi_selector {
    position: relative;
}

.selected_emitent {
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
    border-radius: 5px;
    padding: 13px 20px 11px;
    line-height: 1;
    cursor: pointer;
}

.selected_emitent:hover {
    border: 1px solid #005EF4;
}

.emi_selector svg, .emi_selector img {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
}

ul.emitent_list {
    height: 250px;
    width: 100%;
    overflow: auto;
    background: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    list-style: none;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
    transform: scaleY(0);
    transform-origin: top;
    pointer-events: none;
}

ul.emitent_list li {
    padding: 5px 20px;
}

li.the_emi {
    cursor: pointer;
    transition: 0.3s;
}

li.the_emi:hover {
    background: #ddd;
}

ul.emitent_list input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 11px 20px 9px;
    transition: 0.3s;
    line-height: 1;
}

ul.emitent_list input:focus {
    outline: none;
    border: 1px solid #005EF4;
}

ul.emitent_list.open {
    pointer-events: all;
    transform: scaleY(1);
}

.emi_data {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.emi_data > div {
    flex: 27%;
    font-weight: 500;
}

.enter_summ {
    display: flex;
    flex-wrap: wrap;
}

.enter_summ input[type="number"] {
    background: #fff;
    border: 1px solid #ddd;
    flex: 1;
    margin-right: 20px;
    border-radius: 5px;
    padding: 9px 20px 8px;
}

.enter_summ input[type="button"] {
    color: #fff;
    border: 1px solid #005EF4;
    background: #005EF4;
    border-radius: 5px;
    /* font-style: italic; */
    width: 150px;
    padding: 8px 20px;
    font-weight: 500;
    transition: 0.3s;
}

.enter_summ input[type="button"]:hover {
    background: #fff;
    color: #005EF4;
}

.calc_profit, .cl_calc_profit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.calc_left {
    flex: 30%;
}

.calc_right {
    color: #005EF4;
    font-size: 16px;
    flex: 30%;
    /* text-align: center; */
}

.calc_btn_wrap {
    flex: 30%;
    display: flex;
    justify-content: flex-end;
}

.calc_btn_wrap a, .calc_btn_wrap div {
    color: #fff;
    cursor: pointer;
    border: 1px solid #005EF4;
    background: #005EF4;
    border-radius: 5px;
    /* font-style: italic; */
    padding: 8px 0px;
    font-weight: 500;
    transition: 0.3s;
    width: 150px;
    display: block;
    text-align: center;
}

.calc_btn_wrap a:hover,
.calc_btn_wrap div:hover{
    background: #fff;
    color: #005EF4;
}

section.app_calc {
    margin-bottom: 60px;
}

section.app_linx {
    background: linear-gradient(90deg, #004AE0 0%, #005EF4 100%);
    padding: 60px 0;
    color: #fff;
    font-family: 'Montserrat';
}

.app_link_elem {
    display: flex;
    align-items: center;
    flex: 50%;
    padding: 0 15px;
}

.app_link_elem img {
    height: 250px;
    margin-right: 20px;
}

.app_elem_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.app_elem_txt {
    flex: 1;
}

.app_elem_txt a {
    color: #fff;
    font-style: italic;
    position: relative;
    font-size: 16px;
}

.app_elem_txt a img {
    width: 20px;
	transition: 0.3s;
}

.app_elem_txt a svg {
    position: absolute;
    right: 0;
    padding-left: 10px;
    top: 50%;
    transform: translate(100%, -50%);
    height: 14px;
    width: auto;
    transition: 0.3s;
}

.app_elem_txt a:hover svg{
    padding-left: 20px;
}

.app_elem_txt a:hover img{
	transform: translatex(20px);
}

section.app_download {
    position: fixed;
    bottom: 0;
    transition: 0.3s;
    display: flex;
    z-index: 100;
    background: #005EF4;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

section.app_download img {
    width: 150px;
}

section.app_download a {
    margin-right: 40px;
}

.main_btn_wrap a {
    margin-bottom: 20px;
}

section.app_download a:last-child {
    margin-right: 0;
}

.tar_link_wrap a {
    display: flex;
    margin: 40px auto 20px;
    width: fit-content;
    font-family: 'Montserrat';
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #005EF4;
    background: #005EF4;
    border-radius: 5px;
    /* font-style: italic; */
    padding: 8px 40px;
    font-weight: 500;
    transition: 0.3s;
}

.tar_link_wrap a:hover {
    background: #fff;
    color: #005EF4;
}
/***** END Finup Platform ******/


/****** ADD Serv ******/
.serv_step {
    flex: 22%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.serv_step img {
    width: 150px;
}

.step_desc {
    width: 260px;
    margin-top: 20px;
    text-align: center;
}

.step_num {
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    color: #005EF4;
}

svg.pie circle {
  fill: #f1f1f1;
  stroke: green;
  stroke-width: 5;
}

svg.pie path {
  fill: green;
}

svg.pie {
  width: 230px;
  height: 230px;
}

.add_desc_img {
    display: flex;
}

.add_desc_img img, .add_desc_img svg {
    max-width: 100%;
    height: auto;
    margin-left: auto;
}

.add_serv_cards h2, .add_steps h2 {
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    color: #002668;
    margin-bottom: 20px;
}

.add_steps h2 {
    margin-bottom: 0;
}

.serv_card {
    background: #005EF4;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #fff;
    flex: 22%;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sc_img svg, .sc_img img {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sc_img {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
}

.serv_card h3 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0;
    text-align: center;
}

section.add_serv_cards {
    padding: 50px 0 0;
}

.add_cards_desc {
    margin-top: 40px;
}

section.add_serv_cards .row {
    margin-left: -10px;
    margin-right: -10px;
}

section.add_steps {
    padding: 30px 0;
}

.serv_step:after {
    position: absolute;
    content: '';
    border: 1px solid #005EF4;
    width: 60px;
    height: 0px;
    right: 100%;
    top: 75px;
    transform: translateX(50%);
}

.serv_step:first-child:after {
    display: none;
}

main.add_serv {
/*    font-family: 'Comfortaa';*/
}

section.add_serv_faq h2 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    color: #002668;
    margin-bottom: 20px;
}

.add_serv_img img {
    width: 70%;
    height: auto;
}

.add_serv_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.add_serv_faq {
    padding: 50px 0;
}
/****** END ADD Serv ******/


@media (min-width: 1320px) {
	.container, .container-md {
		max-width: 1260px;
	}
}
@media (max-width: 1199px) {
	.team_item {
		height: 320px;
	}
	
	.serv_step {
		flex: 35%;
		margin-bottom: 30px;
	}

	.serv_step:after {
		display: none;
	}

	.warr_wrap {
		flex: 35%;
	}

	.inn_wrap {
		flex: 35%;
	}
}
@media (max-width: 991px) {
	.ill2_wrap {
		text-align: center;
		margin-top: 50px;
	}
	.ill2 {
		left: 50%;
		transform: translateX(-50%);
	}
	.sec_hide .btn_light {
		min-width: 100%;
	}
	.sec_hide .btn_blue {
		min-width: 100%;
	}
	.sec_head {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec_hide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.s_head {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_top {
		margin-bottom: 50px;
	}
	.share_dop
	{
		margin-top: 20px;
	}
	.partners_owl .owl-nav {
   		width: 100vw;
	}
	
	.serv_card {
		flex: 35%;
	}

	.add_serv_img {
		margin-top: 60px;
	}

	.app_title_img {
		margin-top: 40px;
	}

	section.finup_app_title h1 {
		margin: 30px 0;
	}

	.step_item {
		flex-direction: column;
		height: auto;
	}

	.step_text_container {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.step_img_container {
		flex: 1 0 auto;
		margin: auto 10px 10px;
		height: 220px;
	}

	.app_steps_wrap.owl-theme .owl-nav {
		position: relative;
		margin: 20px 0;
		bottom: 0;
	}

	.app_steps_wrap.owl-theme .owl-dots {
		position: relative;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.sec_title {
		justify-content:center;
	}
	.modal_menu_wrap {
		width: 200vw;
	}
	.mobile_menu_transform {
		transition: .3s;
	}
	.mobile_menu_transform.active {
		transform: translateX(-100%);
	}
	.mobile_menu_back {
		width: 24px;
		height: 30px;
		margin-right: 10px;
		margin-top: 60px;
		color: #777;
	}
	.doc_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.review_item:nth-child(even) .review_photo {
		margin-right: 15px;
	}
	.review_photo img {
		height: 150px;
		width: 150px;
	}
	.review_item:nth-child(odd) .review_photo {
		margin-left: 15px;
	}
	.s_filter_row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.serv_card {
		flex: 55%;
	}

	.add_serv_cards h2, .add_steps h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.header_logo img {
		max-width: 190px;
	}
	.header_search_submit {
		right: 40px;
	}
	.ill1_wrap {
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	.banner_title {
		font-size: 20px;
	}
	.banner_desc {
		font-size: 12px;
	}
	.btn_blue {
		padding: 10px 40px;
	}
	.banner_dots {
		bottom: 20px;
	}
	.last_posts {
		padding: 30px 15px;
	}
	h2 {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.last_post_link {
		margin-bottom: 30px;
	}
	.partners_owl .owl-nav {
	/*	width: calc(100% + 40px);
		left: -20px;*/
	}
	.partners_owl .owl-nav svg {
		width: 30px;
	}
	form.mailpoet_form input[type="submit"] {
		padding: 3px 10px !important;
		font-size: 12px;
		height:46px;
	}

	form.mailpoet_form .mailpoet_text_label {
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		font-size: 10px;
		left: 20px;
	}

	form.mailpoet_form input[type="email"] {
		padding: 11px 110px 11px 20px !important;
	}
	.ill1_wrap img {
		width: 390%;
	}

	.ill1_wrap {
		margin: 200px 0 100px;
	}
	.modal_menu_sub_menu > a {
		font-size: 22px;
	}

	.mobile_menu_back {
		height: 22px;
		margin-right: 0;
	}
	.btn_burger {
		margin-right: 0;
	}
	section.finup_app_title h1 ,h1, .h1 {
		font-size: 23px;
	}
	.vac_list {
		padding: 0 15px 20px;
	}
	.breadcrumbs {
		padding: 15px 0 25px;
		font-size: 12px;
	}
	.review_photo img {
		height: 100px;
		width: 100px;
	}
	.banner_content {
		/*width: 90vw;*/
		z-index: 1;
	}

	.step_item h3 {
		margin: 30px 0 20px;
	}

	.warr_wrap {
		flex: 55%;
	}

	.pre_wrap {
		flex: 55%;
	}

	.emi_item {
		width: 250px;
		height: 150px;
	}

	.emi_app_carousel {
		padding: 20px;
	}

	.emi_app_carousel.owl-theme .owl-nav {top: 120%;}

	section.finup_app_emi {
		padding-bottom: 80px;
	}

	section.app_calc {
	}

	.calc_loader {
		padding: 20px;
	}

	.emi_data > div {
		flex: 55%;
	}

	.enter_summ input[type="number"] {
		flex: 100%;
		margin: 0 0 20px;
	}

	.enter_summ input[type="button"] {
		flex: 100%;
	}

	.app_link_elem {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin-bottom: 40px;
	}

	.app_elem_txt {
		flex: 100%;
	}
	
	.e_img {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.e_num_v {
		font-size: 10px;
	}

	.e_name {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 20px;
	}

	.e_col {
		display: flex;
		flex: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.e_row {
		flex-wrap: wrap;
	}

	.e_matter {
		font-size: 14px;
	}

	.warr_img {
		height: 80px;
	}
	
	section.app_download {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	section.app_download a {
		margin-bottom: 20px;
	}

	section.app_download a:last-child {
		margin-bottom: 0;
	}

	section.app_download img {
	}
	
	.calc_btn_wrap a,
	.calc_btn_wrap div{
		width: 100%;
	}

	.calc_btn_wrap {
		flex: 100%;
		margin-top: 20px;
	}

	.calc_right {
		flex: unset;
	}
}

.vh {
    visibility: hidden !important;
    position: absolute;
    z-index: -1;
}

.inline-tag-cloud {
	padding: 10px 20px;
	font-size: 10px;
	margin: 0 10px 10px 0;
}