
/***
* Default style for FastCore - 2020
* Powered by Jumast - jumast@ya.ru
***/


body{
	margin: 0;
	padding: 0;
	background-color: #f4f6f6;
	background-color: #7b7b7b;
	color: #333a4d;
	/***background: url(/img/header-bg1.jpg) center/cover no-repeat;***/
	background: url(/img/header-bg1.jpg) top center;
	min-height: 100vh; 
}
.navbar-dark {
	background-color: #333a4d !important;

}
#toplink_hideforMobile {
	display: block;
}
/* .header-bg {
	
	width: 100%;
	position: absolute;
	min-height: 100vh;
} */
.notice-block{
	position: absolute;
	top: 0;
	height: 55px;
	left: 60%;
	transform: translateX(-50%);
	background-color: #dc3545;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0 0 20px 20px;
	z-index: 10;
	box-shadow: 0 10px 10px rgba(115, 17, 17, 0.561);
}
.notice-block p, .notice-block a{
	color: rgb(226, 228, 168);
	font-weight: 700;
	text-decoration: none;
	font-size: 20px;
}
.sign{
	transform: rotate(90deg);
	font-size: 20px;
}


i.fa {font-size: 95%;}

.wrapper {
	padding: 15px;
	background-color: #fff;
	border: 1px #e2e8f0 solid;
	border-radius: 1em;
}

.jumbotron {
	background-color: #e2e8f0;
	border-radius: 0.75em;
}
.card {

	border: 1px #e2e8f0 solid;
}

.card-header {
	background-color: rgba(20,30,60,.03);
}

.btn-outline-dark {
	color: #333a4d;
	border: 1px #435a6d solid !important;
}

/* ACCOUNT STYLE */
.content {
	float: left;
	display: block;
	width: calc(100% - 300px);
}
.content > div {
	margin: 5px; padding: 15px;
	background-color: #fff;
	border: 1px #e2e8f0 solid;
	border-radius: 1em;
}

.leftbar {
	border-radius: 1em;
	background-color: #333a4d !important;
	width: 290px;
	margin: 5px;
	display: block;
	float: left;
}
.leftbar .menubar {
	border-radius: 1em;
}
.leftbar__menu {
	padding: 2px;
}
.leftbar__menu li {
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 5px;
	margin: 2px 5px;border-radius: 1.3em;
}

.leftbar__menu li a:hover {
	color: #abc;
	background-color: rgba(245,250,255,0.03) !important;
}

.leftbar__menu li a i {
	color: #abc;
	position: relative;
	margin-right: 5px;
	width: 32px; padding: 5px; text-align: center;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 60, 50, 0.2);
}
.menu-title {
	padding: 5px 10px;
	color: #abc;
}

.menu2 {
	color: #abc;
	padding-left: 20px;
	font-size: 24px;
	font-weight:600;
	line-height: 28px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	padding: 5px;margin: 5px 5px 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	background-color: rgba(245,250,255,0.03) !important;
	padding: 5px;
	margin-bottom: 7px;
	border-radius: 1em;
}
.topbar__balance p {
	color: #abc;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.topbar__balance p b{
	font-size: 26px;
	color: #f7f7f7;
}

.topbar__balance a {
	font-size: 12px;
	letter-spacing: .75px;
	color: #fff;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	padding-left: 10px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	padding-right: 15px;
}

.menu2 {
	display: none;
}

@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 100%;
	float: none;
	margin: 0;
}

.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.menu__wrapper_showed {
	overflow: hidden;
	transition: 0.2s ease;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}
html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 100%;
}
}
.payment-wrapper{
	position: absolute;
	top: 60px;
	right:0px;
	width: 200px;
	background: #ffffff;
	border-radius:20px;
	animation: showPayments 2s linear 0s 2 both alternate;
	z-index: 1000;
	box-shadow: 0 0 10px gray;
}
.payment-wrapper h3{
	font-size: 20px;
    text-align: center;
    margin: 8px auto;
    border-bottom: 2px solid #57824b;
    width: 80%;
	
}
.payment-wrapper p{
	font-size: 16px;
    text-align: center;
    padding: 10px;
	
}

@keyframes showPayments {
	0% {
		right: 0px;
		opacity: 0
	}
	
	30%{
		right: 10px;
		opacity: 0.95;
	}
	100%{
		right: 10px;
		opacity: 1;
	}
}
.wrapper-screen-message{
	position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
    visibility: 100vh;
    width: 100%;
    background: #000000a3;
}
.screen-message-container{
    width: 300px;
    height: 200px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 6px 10px;
}
.screen-message-container h3{
	margin-top: 20px;
}
.screen-message-container p{
	color: #333a4d;
}
.header-bh{
	height: 265px;
	background: url(/img/AM-600.gif) center/cover no-repeat;
	margin-bottom: 0px;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 19px;
}

.header-ba{
	height: 157px;
	background: url(/img/AM-700.gif) center/cover no-repeat;
	margin-bottom: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 30px;
}

.header-bi{
	height: 250px;
	background: url(/img/AM.gif) center/cover no-repeat;
	margin-bottom: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 19px;
}

.header-bh h1{
	text-align: center;
	background-color: #e2e8f064;
	padding: 8px;
	border-radius: 25px;
}
.header-bh a {
	display: block;
	width: fit-content;
	text-transform: uppercase;
}
.adds {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:768px) {
	.header-bh {
		height: 575px;
	}
	.adds{
		flex-direction: column;
		align-items: center;
	}
	.adds a {
		width: 100%;
		margin-bottom: 4px;
	}
	#toplink_hideforMobile {
		display: none;
	}
	#linslotForMonitor {
		display: none;
	}
	.headlingvideoreview {
		max-width:100%
	}
	.hideformobile{
		display: none;
	}
	.table{
		font-size: 14px;
	}
}