body{
	margin: 0;
	padding: 0;
	background: #f2f2ff;
	background-repeat: repeat !important;
	background-size: 256px;
	color: #181d40;font-family: 'Ubuntu', sans-serif;
}
/* Header promo */
.navmenu {
	background: #181d40; 
	border-bottom: 0px solid #282121 !important;
	border-radius: 0px;
	margin: 0 auto;
}

.home {
	background: #030828 url("/img/back.svg") repeat bottom center;
    background: linear-gradient(to bottom, #181d40, #030828);  
}

.circles{ 
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles div{ 
    position: relative;
	z-index: 5;
}
.circles li{
	z-index: 4;
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
	background: url("/img/trx2.png") repeat bottom center;
	background-size: 100%;
    background1: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -130px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 30px;
    height: 30px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 10s;
}



@keyframes animate {

    0%{
        transform: translateY(250px) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-500px) rotate(720deg);
        opacity: 0;
        border-radius1: 50%;
    }

}


.navbar-brand {
	font-size: 2.5em;
	line-height: 1.3em;
	font-weight: 700;
	color: #fff !important;
	padding: 0;
}
.navbar-brand span{
	font-weight: 700;
	color: #f24;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 400;
}
.navbar-nav a{
	font-size: 1.10em;
	color: rgb(255, 255, 255) !important;
	padding: 2px 9px;
	border-radius: 1em;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link span{
	display: block;
	margin: 0 auto;
}
.navbar-nav a:hover{
	color: rgb(233, 9, 65) !important;
	border-radius: 1em;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.dogehome{
    width: 150px;margin: 0 auto;
    height: 150px;
	background: url("/img/pay/icon/trx.png") no-repeat center center;
	background-size: 70%;
}

.home-logo img {
	transition-duration: 180ms;
	transform: scale(0.9);
  }
.home-logo:hover img {
	  transform: scale(1);
	  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}
.home-title {
	font-weight: 800;
	line-height: 1.6rem;
	font-size: 22px;
}
.home-title span {
	color: #f24;
}
.home-title2 {
	color: #fff;
	font-size: 18px;
}
.home-title2 span {
	color: rgb(255, 255, 255);
}

.wrapper {
	width: 100%;
	margin-top: 15px;
	min-height: calc(100vh - 250px - 300px);
}
.wrapper2 {
	background: #fff;box-shadow: 0px 0px 0rem 1px #e3e3f8;
	display: block;
	border-radius: 1em;
	padding: 5px;width: 100%;
}

.about {
	padding: 15px 15px;
	background-color: #fff;
}

.wrap-title,.wrap-title2{
	color: #fff;display:inline-block;
	padding: 3px 0px 3px;
	font-weight: 800;
}
.wrap-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;
}
.content-title{
	display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.footer {
	margin: 0 auto;
	padding: 5px 0; 
	background-color: #0b1131;
}

.footerTopInner {
	background-color: #c3caf1;
	margin: 0 auto;
	padding: 5px 0;
}

.footer-contact {
	padding: 5px 10px;
	background: #1d2349;
	border-radius: 10px;
}
.footer-contact h5 {
	color: #c3caf1;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
}
.footer-contact b {
	font-size: 22px;
	line-height: 20px;
}


.stat {
	border-radius: 1em;
	margin-bottom: 5px;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 1px 0px hsla(240, 6%, 57%, 0.1);
}

.stat i{
	font-size: 3rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}
.stat-num {
	color: #445;
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	padding-bottom: 10px;
  }
  .stat-num small{
	  font-size: 25px;
	}
  .stat-text {
	color: #445;
	text-transform: uppercase;
  }
.st1 {
	color: #f76c82;
	border-bottom: 12px #f76c82 solid !important;
}
.st3 {
	color: #9ecf4a;
	border-bottom: 12px #9ecf4a solid !important;
}
.st2 {
	color: #ffba1c;
	border-bottom: 12px #ffba1c solid !important;
}
.st4 {
	color: #51a8f6;
	border-bottom: 12px #51a8f6 solid !important;
}





	.stats {
		border: 1px #f2f2ff solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}
	.stats2 {
		background-color: #fff;
		border: 1px solid #f2f2ff;	
		overflow: hidden;
	  }
	  .stats2 th{
		background-color: #dcdcf7 !important;
		border-bottom: 2px solid #b8b8dd !important;	
		}
	  .stats2 tr {
		color: rgb(31, 29, 34);
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: rgb(31, 29, 34);
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #dcdcf7;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
		.table > tbody > tr:nth-of-type(2n+1) > * {
  color: #374957;
  background-colo1r: #fff !important;
  box-shadow: inset 0 0 0 999px #f2f2ff;
}
	.text-sum {
		font-weight: 600;
		font-size: 125%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #fff;
		font-size: 60%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-color: #f35 !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	color: #f22;
}
.alert.alert-warning {
	border-radius: 4px;
	color: #fc2;
}
.alert.alert-success {
	border-radius: 4px;
	color: #0c9300;
}

.card {
	color: #447;
	border-radius: 10px;
	border: 0px solid #dcdcf7 !important;
	background-color: #f2f2ff;
	box-shadow: 0 0 0 1px rgba(20, 20, 40, 0.03) !important;
}
.card-header {
	background-color: rgba(20, 20, 40, 0.03);
}

.login-home {
	position: relative;
}
.login-home .input-ico{
	color: #009393;
	font-size: 2rem;
	position: absolute;text-align: center;
	width: 50px; left: 5px; top: 9; bottom: 0;
	border-radius: 2em 0 0 2em !important;
    border-right: 1px solid rgba(208, 226, 250, 0.1) !important;
}
.login-home .input-ico img{
	position: relative; top: -3px; 
	font-size: 1rem;text-align: center;
	width: 34px; 
}
.login-home .form-control{
	color: #789;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(235, 245, 255, 0.9);
    border: 0px solid #def !important;
}
.login-home .form-control:hover {
	color: #789;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 2px #f76c82;
    border: 0px solid #fff !important;
}
.login-home .form-control:focus{
	color: #789;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 1);
    border: 0px solid #fff !important;
    box-shadow: 0px 0px 4px 2px rgb(53, 122, 226);
}


.form-control {
	color: #678;
	border: 1px solid rgba(124, 131, 134, 0.4);
}
.form-control:disabled, .form-control[readonly] {
	color: #789;
	border: 1px solid rgba(129, 154, 180, 0.2);
	background-color: rgba(82, 115, 131, 0.1);
}
.form-control::placeholder {
	color: #789;
}
.input-group-text {
	border: 1px solid rgba(25, 25, 25, 0.1);
}
/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-danger {
	background-color: rgb(247, 35, 70) !important;
}
.btn-danger:hover {
	background-color: #f24 !important;
    box-shadow: 0px 2px 12px 2px rgba(255, 47, 82, 0.7) !important;
}
.btn-warning {
	color: #fff;
	background-color: #fc8617;
}
.btn-warning:hover {
	color: #fff;
	background-color: #fc6b17;
    box-shadow: 0px 2px 12px 2px rgba(255, 147, 47, 0.7) !important;
}

.btn-success {
	background-color: #3acc3a;
}
.btn-success:hover {
	background-color: #39c239;
    box-shadow: 0px 2px 12px 2px rgba(61, 240, 61, 0.7) !important;
}
.btn-primary {
	color: #fff !important;
	background-color: #a6a6cf;
	border: 1px #a0a0cc solid !important;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #f76c82;
}

.btn-lg {
	border: 1px  rgba(87, 85, 85, 0.2) solid !important;
	border-radius: 2em;
    box-shadow: inset 0px -4px 14px 0px rgba(255, 255, 255, 0.4);
}
.btn-lg:hover {
    box-shadow: inset 0px 4px 14px 0px rgba(255, 255, 255, 0.4);
}

.btn-outline-dark {
	color: #222;
	border: 1px #444 solid !important;
}
.btn-outline-dark:hover {
	background-color: #222;
}


.accordion-item .accordion-button .title3 {
	font-size: 15px;
	position: relative;
	font-weight: 600;
	float: left;
	padding-left: 45px;
	line-height: 25px;
  }
.accordion-item .accordion-button .title3 .serial {
	color: #081828;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #eee;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }


.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #f62;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}
/*=============== Services Style ===================*/
.center-title {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.center-title h2 {  
	color: #445;
	font-size: calc(1.275rem + 1.2vw);
    font-weight: 600;
    letter-spacing: 0.4px;
    position:relative;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.center-title p {
	font-size: clamp(16px,14px + 0.4vw,24px);
	color: rgb(88, 88, 112);
    margin-bottom: 5px;
    width: 100%;
}
.card-lg {
	border: 0px #fff solid !important;
	padding: 2rem;
	text-align: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	box-shadow: 2px 7px 1rem 5px hsla(240, 14%, 27%, 0.3);
  }
  .card-lg img{max-width: 100%;
	}
	
  
.title2 {  
	color: #445;
	font-size: clamp(20px,18px + 0.4vw,34px);
    font-weight: 600;margin-top: 1rem;
    letter-spacing: 0.4px;
    position:relative;
    text-transform: uppercase;
    width: 100%;
}
/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.serf .btn {
	box-shadow1: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.serf-link {
	font-size: 16px;
	font-size: calc(0.575rem + 0.6vw);
	font-weight: 600; 
	color: #335 !important;
	text-decoration: none;
}
.serf .badge {
	color: #335 !important;
	background: #f8f9fa;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #dcdcf7 !important;
}
.serf .badge3 {
	color: #81cc5c !important;
	background: #f1f9ec;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #d2f0c4 !important;
}
.serf .badge2 {
	color: #ffba1c !important;
	background: #fdf6ed;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #fde8ca !important;
}

.serf:hover {
	box-shadow: 0 0 3px 2px rgba(32, 32, 32, 0.5);
}


.planwrap {
	background: #2b265c;
	padding: 35px 0 120px;
}
.planbox {
	text-align: center;
	background: #f2f2ff;
}
.planbox img{
	max-width: 256px;
	margin-top: -70px;
}
.plantop {
	color: #182128;
	padding: 0 0 10px;
}
.planname {
	font-size: 26px;
	font-weight: 700;
	padding: 7px 0 10px;
}
.planpercentage {
	font-size: 48px;color: #f76c82;
	font-weight: 700;
	line-height: 46px;
	padding: 5px 0 0;
}
.planpercentage span {
	font-size: 30px;color: #f76c82;
	font-weight: 600;
}
.plandays {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.planbottom {
	background: #fbfbff;
	border1: 1px solid rgb(202, 202, 235) !important;
	color: #335;
	padding: 5px 0px;
	margin: 5px;
	border-radius: 12px;
}
.investrange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.investrange span {
	color: #f76c82;
	font-size: 22px;
}


.tarif .card {
	border-radius: 0em;
	border: 0px solid #eee !important;
	background-color: #fff;
	box-shadow: none;
}

.tarif-img {
	background: #2b1bb9;
    height: 230px;padding-top: 25px;
	width: 100%;
    align-items: center;
	margin: 0 auto;
	
}
.tarif-img img{
	width: 60%;
}
.tarif-positlon {
    width: 150px;height: 35px;margin: 0 auto;
	position:relative;top: -34px;
	background: rgb(250, 43, 81);
	font-size: 22px;
}

	.tarif .tarif-line {
		margin-top: 5px; width: 30px;
		border: 2px solid rgba(180, 129, 129, 0.1) !important;
	}
.tarif .card-title {
	font-weight: 700;
	color: #fff;
}
 .tarif-table {
	width: 100%;
 }
.tarif-panel {
	border: 4px solid rgb(191, 192, 191) !important;

}
.tarif-lnfo {
	display: block;
	font-size: 18px;
	padding: 3px 5px;margin: 2px;
	background-color: rgba(218, 218, 218, 0.1);
}
.tarif-lnfo b{
	color: #3f51b5;
}
.tarif-lnfo2 {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #f35;
	padding: 3px 5px;margin: 2px;
	background-color: rgba(218, 218, 218, 0.1);
}


.tarif .btn {
	color: #fff;
	border-radius: 0em;font-weight: bold;
	border: 0; font-size: 20px;
	padding: 5px 25px;
	box-shadow: 0 0 3px 0px rgba(25, 55, 55, 0.1);
}
.tarif .btn:hover {
	border: 0; 
}



@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.mining {
    height: 150px;width: 150px;
    align-items: center;
	position:relative;
	margin: 0 auto;
}
.mining .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	background: linear-gradient(0deg,rgb(208, 36, 214),#009393) !important;
	box-shadow:  0 0 2px 3px rgba(32, 32, 32, 0.3);
	position:absolute; left: 0; top: 0; right: 0;
}
.mining .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 0; right: 0;
    border-radius: 50%;
	background: url("/img/tether.png") no-repeat center center;
	background-size: 125px;
}
.mining-info {
	display: block;
	padding: 7px 5px;margin: 5px;
	background-color: #333;
	border-radius: 12px;
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.1);
}
.mining-hover {
	border: 1px solid rgba(180, 129, 129, 0.1);
}


.profil {

	background-color: #f34;
	border: 1px solid rgb(226, 226, 226);
	margin-bottom: 15px;
}
.profil h6 {
	color: #fff;
}
.profil .profil-icon i{
	opacity: 0.7;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.profil:hover .profil-icon i{
	opacity: 0.9;
	transform: scale(1);
	
}
.profil h5 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.profil i {
	font-size: 28px;
	color: #fff;
}
.profil-float {
	position: absolute; 
	top: 5px; right: 7px;
}
.wallet {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(180, 129, 129, 0.1);
	background-color: #e24;
}
.balance {
	background-color: rgba(110, 95, 179, 0.3);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 2px 1px rgba(32, 32, 32, 0.5);
	margin-bottom: 15px;
}
.balance h6 {
	color: #def;
}
.balance .balance-icon img{
	opacity: 0.5;
	height: 72px;width: 72px;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.balance:hover .balance-icon img{
	opacity: 0.7;
	transform: scale(1);
	
}
.float-icon {
	position: absolute; 
	top: 15px; right: 15px;
}
.wrapper {
	display: block;
	overflow: hidden;
}
.leftbar {
	background-color: #fff;
	border-bottom: 4px #e3e3f8 solid !important;
	width: 100%;
	margin: 0px;
	display: flex;
}
.menubar {
	padding: 0px;
	display: block;
	width: 100%;
}
.leftbar__menu {
	padding: 5px 0;
	display: flex;
	width: 100%;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	font-weight:500;
	position: relative;
	color: #346;
	display: block;text-transform:uppercase;
	text-decoration: none;
	padding: 13px 5px 10px; 
	margin: 3px;
	border-radius: 10px;
	background-color: #f2f2ff;
	border-bottom: 2px #dcdcf7 solid !important;
}
.leftbar__menu li a span {
	text-align: left;
}

.leftbar__menu li a:hover {
	color: #fff;
	background-color: #f76c82;
}

.leftbar__menu li a:hover::before {
	content: ""; z-index: 2;
	position: absolute;bottom: 0; left: 0;
	width: 100%; height: 2px;
	transition-duration: 120ms;
  }

.leftbar__menu li a i {
	position: absolute; right: 7px; 
	font-size: 25px;text-align: center;
	line-height: 0.9;
    color: #b7b7df;
}

.leftbar__menu li a:hover i{
    color: #fff !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 0px dashed rgba(70, 67, 47, 0.2);
}
.menu-title {
	padding: 15px 10px;
}

.menu2 {
	color: #456;
	padding: 7px 7px 7px 20px;
	font-size: 24px;
	font-weight:700;
	line-height: 22px;
	cursor: pointer;
}
.menu2 i {
	color: #f76c82;
	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{
	border-bottom: 2px solid #333 !important;
	padding: 7px;
	margin: 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
	box-shadow: inset 0px 2px 4px rgba(245, 240, 25,0.5) !important;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	padding: 5px 5px 10px;
	margin-bottom: 3px;
	border-radius: 0.5em 1em;
}
.topbar__balance p {
	color: #ddc;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 36px;
}

.topbar__bottom a {margin-top: 2px;
	font-size: 14px;border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(238, 226, 165, 0) !important;
	letter-spacing: .75px;
	color: #fff; text-transform: uppercase;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	position: relative; top:-2px;
	display: inline;
}

.menu2 {
	display: none;
}
.content .content-user {
	padding: 10px 5px;
}
@media only screen and (max-width: 791px) {

.content, .leftbar {
	width: 100%;
	display: block;
	float: none;
	margin: 0;margin-bottom: 5px;
}

.leftbar__menu {
	width: 100%;
	display: block;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}

.leftbar__menu li a i {
	margin-right: 15px;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
	overflow: hidden;
}

.content .content-user {
	padding: 10px 5px;
}
.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%;
}
}


