html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 16px;
    color: #212529;
	font-weight: 400;
	background: #ffffff;
}

a.email:before {
	content: "\f32f";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
}

.phones::before {
    content: "\f5c1";
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
}

a.lang:hover {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

#header {
	padding-top: 12px;
	padding-bottom: 12px;
}

.search input[type="search"] {
	display: inline-block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline-offset: -2px;
	height: 37px;
	width: 208px;
}

.search input[type="search"]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.btn_search {
	display: inline-block;
	width: 73px;
	height: 37px;
	background: #0d6efd;
	color: #ffffff;
	font-size: 15px;
	border: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 0.375rem;
}

.btn_search:hover {
	background: #0b5ed7;
}

#slider img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#topmenu ul li a::before {
    display: block;
	content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #413be6;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

#topmenu ul li a:hover::before {
    display: block;
	content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #413be6;
	z-index: 1000;
	visibility: visible;
}

.mainbutton:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

#mainbuttons {
	padding-top: 20px;
}

#mainbuttons .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #f1f6fe;
    border-radius: 4px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

#mainbuttons .icon i {
    color: #3b8af2;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

#mainbuttons h4 a:hover {
	color: #0a58ca;
}

#mainbuttons h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

#mainbuttons p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
	font-weight: 300;
}

.mainbutton:hover h4 a {
	color: #0a58ca !important;
}

.mainbutton:hover .icon {
	border-color: #413be6 !important;
}

.mainbutton:hover i {
	color: #413be6 !important;	
}

.mainbutton2:hover::before {
    background: #413be6;
    top: 0;
    border-radius: 0px;
}

.mainbutton2::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.mainbutton2 .icon i {
    font-size: 48px;
    line-height: 1;
    color: #413be6;
    transition: all 0.3s ease-in-out;
}

#mainbuttons2 .icon {
    margin-bottom: 15px;
}

#mainbuttons2 .icon i {
    font-size: 48px;
    line-height: 1;
    color: #413be6;
    transition: all 0.3s ease-in-out;
}

.mainbutton2 .title a {
    color: #111;
}

.mainbutton2:hover .title a, .mainbutton2:hover .icon i {
    color: #ffffff !important;
}

#mainbuttons2 {
	padding-bottom: 20px;
}

#copyright {
	background: #f6f9fe;
}

a.all_news {
	color: #0a58ca;
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
}

.news_item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
	min-height: 440px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.member-info {
	padding: 25px 15px;
}

.member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
}

.member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

#foooter p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

.copy {
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 16px;
}

@media (min-width: 768px) {
	
	a.email {
		color: #ffffff;
		line-height: 40px;
		display: inline-block;
	}
	
	#topbar {
		min-height: 40px;
		background: #413be6;
		line-height: 40px;
	}
	
	.phones {
		display: inline-block;
		color: #ffffff;
		line-height: 40px;
		margin-left: 20px;
	}
	
	a.oldsite {
		color: #ffffff;
		line-height: 40px;
		display: inline-block;
		margin-left: 20px;
	}
	
	a.fb {
		color: rgba(255, 255, 255, 0.7);
		margin-left: 20px;
		display: inline-block;
		float: right;
	}

	a.fb:before {
		content: "\f344";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float: right;
		transition: 0.3s;
	}

	a.fb:hover {
		color: #ffffff;
	}

	a.in {
		color: rgba(255, 255, 255, 0.7);
		margin-left: 20px;
		display: inline-block;
		float: right;
	}

	a.in:before {
		content: "\f437";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float: right;
		transition: 0.3s;
	}

	a.in:hover {
		color: #ffffff;
	}

	a.yt {
		color: rgba(255, 255, 255, 0.7);
		margin-left: 20px;
		display: inline-block;
		float: right;
	}

	a.yt:before {
		content: "\f62b";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: 0.3s;
	}

	a.yt:hover {
		color: #ffffff;
	}
	
	a.lang {
		display: inline-block;
		float: right;
		color: rgba(255, 255, 255, 0.7);
		transition: 0.3s;
		margin-left: 20px;
	}
	
	.logo img {
		width: 330px;
		height: auto;
	}
	
	.search form {
		display: inline-block;
		margin-top: 15px;
		float: right;
	}
	
	#mainbuttons h4 {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 24px;
	}
	
	.mainbutton {
		text-align: center;
		border: 1px solid #e2eefd;
		padding: 80px 20px;
		transition: all ease-in-out 0.3s;
		background: #fff;
		cursor: pointer;
		margin-bottom: 20px;
		min-height: 340px;
	}
	
	.mainbutton2 {
		padding: 80px 20px;
		position: relative;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
		transition: all 0.3s ease-in-out;
		border-radius: 8px;
		z-index: 1;
		transition-delay: .1s;
		opacity: 1;
		transform: translateZ(0);
		transition-timing-function: ease-in-out;
		transition-duration: 1s;
		cursor: pointer;
	}
	
	.mainbutton2 .title {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	#news {
		background: #f6f9fe;
		padding-top: 60px;
	}

	#gallery {
		background: #f6f9fe;
		padding-top: 60px;	
	}

	#foooter {
		background: #f6f9fe;
		padding-top: 40px;		
	}
	
	#foooter h4 {
		font-size: 16px;
		font-weight: bold;
		color: #413be6;
		position: relative;
		padding-bottom: 12px;
	}
	
	.fooo {
		background: #ffffff;
		padding: 60px 15px 30px 15px;
		margin-bottom: 30px;
	}
	
	#topmenu {
		background: #fff;
		transition: all 0.5s;
		height: 86px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}
	
	#topmenu ul li a:link, #topmenu ul li a:visited {
		color: #413be6;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	#topmenu ul {
		margin: 34px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}

	#topmenu ul li {
		display: inline-block;
		margin-right: 30px;
		position: relative;
	}
	
	.submenu {
		position: absolute;
		background: #ffffff;
		left: 0px;
		top: 50px;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: all .3s ease-in-out;
		padding: 10px 0;
		visibility: hidden;
		z-index: 12000;
	}

	#topmenu ul li:hover .submenu {
		position: absolute;
		left: 0px;
		top: 23px;
		visibility: visible !important;
	}
	
	.submenu a {
		display: block;
		text-transform: none !important;
		padding: 10px 20px;
		font-weight: 400 !important;
		color: #413be6 !important;
		white-space: nowrap;
	}
	
	.socials {
		display: none;
	}
	
	.balance_item {
		border: 1px solid #cccccc;
		border-radius: 8px;
		width: 500px;
		margin: 20px auto;
	}
	
}

@media (max-width: 767px) {
	
	.balance_item {
		border: 1px solid #cccccc;
		border-radius: 8px;
		width: 100%;
		margin: 20px auto;
	}
	
	.socials {
		padding-top: 30px;
	}
	
	.socials a.fb {
		color: rgba(255, 255, 255, 0.7);
		margin-left: 20px;
		display: inline-block;
		font-size: 28px;
	}

	.socials a.fb:before {
		content: "\f344";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: 0.3s;
	}

	.socials a.in {
		color: rgba(255, 255, 255, 0.7);
		margin-left: 20px;
		display: inline-block;
		font-size: 28px;
	}

	.socials a.in:before {
		content: "\f437";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: 0.3s;
	}

	.socials a.yt {
		color: rgba(255, 255, 255, 0.7);
		display: inline-block;
		font-size: 28px;
	}

	.socials a.yt:before {
		content: "\f62b";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		vertical-align: -0.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: 0.3s;
	}

	.socials a.yt:hover {
		color: #ffffff;
	}
	
	.menu-close {
		background: url(../img/menu-close.svg) no-repeat center center;
		background-size: 30px 30px;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 10000;		
	}
	
	.submenu a {
		display: block;
		text-transform: none !important;
		padding: 5px 20px;
		font-weight: 400 !important;
		color: #413be6 !important;
		font-size: 16px;
	}
	
	.submenu {
		display: none;
		background: #ffffff;
	}
	
	a.hamburger {
		background: #413be6 url(../img/menu.svg) no-repeat center center;
		background-size: 20px 20px;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 10000;
	}
	
	#topmenu ul {
		margin: 80px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}

	#topmenu ul li {
		display: block;
		margin-top: 10px;
		position: relative;
	}
	
	#topmenu ul li a:link, #topmenu ul li a:visited {
		color: #ffffff;
		font-size: 19px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	#topmenu {
		background: #413be6;
		transition: all 0.5s;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 10001;
	}
	
	.fooo {
		background: #ffffff;
		padding: 0px 15px 0px 15px;
		margin-bottom: 30px;
	}
	
	#foooter h4 {
		font-size: 16px;
		font-weight: bold;
		color: #413be6;
		position: relative;
		padding-top: 20px;
	}
	
	#news {
		background: #f6f9fe;
		padding-top: 30px;
	}

	#gallery {
		background: #f6f9fe;
		padding-top: 30px;	
	}

	#foooter {
		background: #f6f9fe;
		padding-top: 30px;		
	}
	
	.mainbutton2 .title {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	.mainbutton2 {
		padding: 20px 10px;
		position: relative;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
		transition: all 0.3s ease-in-out;
		border-radius: 8px;
		z-index: 1;
		transition-delay: .1s;
		opacity: 1;
		transform: translateZ(0);
		transition-timing-function: ease-in-out;
		transition-duration: 1s;
		cursor: pointer;
		min-height: 140px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.mainbutton {
		text-align: center;
		border: 1px solid #e2eefd;
		padding: 20px 10px;
		transition: all ease-in-out 0.3s;
		background: #fff;
		cursor: pointer;
		margin-bottom: 20px;
		min-height: 250px;
	}
	
	#mainbuttons h4 {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	#topmenu {
		display: none;
	}
	
	.search {
		text-align: center;
	}
	
	.search form {
		display: inline-block;
		margin-top: 15px;
	}
	
	.logo img {
		width: 80%;
		height: auto;
	}
	
	.logo {
		text-align: center;
	}
	
	a.lang {
		display: block;
		color: rgba(255, 255, 255, 0.7);
		transition: 0.3s;
		font-size: 18px;
		font-weight: bold;
	}
	
	a.oldsite {
		color: #ffffff;
		display: block;
	}
	
	.phones {
		display: inline-block;
		color: #ffffff;
		margin-left: 15px;
	}
	
	#topbar {
		min-height: 40px;
		background: #413be6;
	}		
	
	a.email {
		color: #ffffff;
		display: inline-block;
	}
	
}

.submenu a:hover {
	color: #0103BF;
}

.submenu a:hover::before {
	display: none !important;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11111;
	height: 56px !important;
}

.fixed ul {
	margin: 19px 0px 0px 0px !important;
	padding: 0px;
	list-style: none;
}

.bheader {
	background: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid #cccccc;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bcontent {
	text-align: left;
	padding: 15px;
}

.binfo {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.bcontent select {
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	outline: none;
}

.bcontent input[type="text"] {
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	outline: none;
}

.bok {
	margin-top: 15px;
	border-radius: 7px;
	color: #ffffff;
	background: #0d6efd;
	outline: none;
	border: none;
	height: 40px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

.bok:hover {
	background: #0b5ed7;
}

.all_potr {
	display: block;
	padding-bottom: 15px;
	font-weight: bold;
	color: #3d5bd1;
}

.bcontent input[type="date"], .bcontent input[type="number"] {
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	outline: none;
	margin-bottom: 15px;
}

#texts td {
	padding: 10px;
}

#texts table {
	margin-bottom: 30px;
}

.faq_desc {
	display: none;
}

.faq_item {
	border: 1px solid #cccccc;
	border-radius: 8px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}

.faq_head {
	cursor: pointer;
	padding: 15px 50px 15px 15px;
	background: url(../img/down.svg) no-repeat right 15px center;
	background-size: 20px 20px;
}

.faq_desc {
	font-weight: bold;
	padding: 15px;
}

.ha {
	background: #e7f1ff url(../img/up.svg) no-repeat right 15px center !important;
	background-size: 17px 17px !important;
	color: #0c63e4;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#nh {
	background: #f6f9fe;
}

#news_inner {
	background: #f6f9fe;
	padding-top: 10px;
}

h5 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery_item img {
	width: 100%;
	height: auto;
}

.gallery_item {
	margin-bottom: 30px;
	position: relative;
}

.play {
	width: 100%;
	height: 100%;
	background: url(../img/play.svg) no-repeat center center;
	background-size: 100px 100px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	opacity: 0.8;
}

.play:hover {
	background: url(../img/play.svg) no-repeat center center;
	background-size: 110px 110px;
	transition: all .3s ease-in-out;
}