/*
УНИКАЛЬНЫЕ
*/
:root {
  --main-bg-color: #faf6ff;
  --standart: #fff;
  --black: black;
  --first-button-color: #ef3d45;
  --first-button-hover: #e23435;
  --border-color: #679544;
  --border-hover: #679544;
  --answer-color: #e93319;
  --box-shadow: #85d0ed;
}
.osnbtn {
    background: #4a844a;
    border: 0px;
    /*border-radius: 7px;*/
    color: #fff;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    cursor: pointer;
    width: 310px;
    height: 40px;
    font-weight: bold;
    font-size: 19px;
}

.osnbtn:hover {
    background: #4a844a;
}
input[type="text"], input[type="password"], input[type="login"]{
    outline:none;
    background: #f7f7f7!important;
    padding-left: 10px;
}
a{
	text-decoration: none;
}
label {
    display: block;
}
.super_info{
    color: #252525;
}
td.ramka {
    border: 1px solid #4a844a;
    height: 35px;
    font-weight: 700;
    color: #4a844a;
    background: transparent;
}
h2{
    color: #4a844a!important;
}
.supercolor{
    color: #4a844a!important;
}
#res_sum{
    color: #4a844a!important;
    font-weight: bold;
}
.m-tb {
    background: #4a844a;
    color: white;
    font-size: 18px;
}
h4, center{
    color: #252525;
}
body {
    margin: 0px;
    color: #252525;
    padding: 0px;
    font-size: 16;
    font-family: 'ptsans';
    background-color: #fff;
    font-family: arial;
    background-image: url(../img/bg_fon.png);
    background-size: contain;
    background-position: center center;
}
.statbest{
    display: flex;
    justify-content: space-between;
    /* margin: 25px 0; */
}
.statbest_item{
    background-image: linear-gradient(#4a834a, #679544,#4a844a);
    width:calc(100% / 6);
    height:68px;
    /* border:1px solid #fff; */
    /* border-radius: 5px; */
}
img {
    border: 0px;
}
div{
    color: unset!important;
}
.wrapper {
    width: 1525px;
    margin: 0 auto;
}
.fix{
    font-weight: bold;
    color: #252525;
}
/*
ШАПКА
*/
.header {    
    width: 100%;    
}
.statistic {
    height: 80px;
    /*display: flex;*/
    justify-content: space-between;
}
.fruit_img{
    width: 90px;
}
.fon_header{
	width: 1525px;
    z-index: -1;
    position: relative;
}
.row.mt30 .col:nth-child(2){
    margin-left: 25px;
}
/*
ЛЕВОЕ МЕНЮ
*/
.auth {
    background-color: #fafafa;
    width: 320px;
    /*border-radius: 5px;*/
    font-weight: bold;
    border: 1px solid var(--border-color);
}
.info_statistic, 
.info_acc{
    background-color: #fafafa;
    width: 320px;
    /*border-radius: 5px;*/
    font-weight: bold;
    border: 2px solid var(--border-color);
    margin-bottom: 20px;
    max-height: 320px;
    padding-bottom: 20px;
}
.info_acc{
    padding-bottom: 0;
}
.pti {
    padding: 4px;
    color: var(--standart);
    font-size: 19;
    margin: 0;
    background: #4a844a;
    background-image: -webkit-linear-gradient(#679544, #4a844a);
    text-align: center;
    resize: both;
    padding: 12px 0;
    font-weight: bold;
}
.info_acc:nth-child(even){
    border: 2px solid #ef3d45;
}
.info_acc:nth-child(even) .pti{
    background: #ef3d45;
    background-image: -webkit-linear-gradient(#e23435, #ef3d45);
}
.login{
    background: var(--standart);
    border: 2px solid #4a844a;
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.login:hover {
    box-shadow: 0 0 7px var(--box-shadow);
}
.signup_input{
    background: var(--standart);
    border: 1px solid var(--border-color);
    width: 350px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin: 10px 0;
}
.signup_input:hover {
    box-shadow: 0 0 7px var(--box-shadow);
}
.mt30{
	margin-top: 30px;
}
.btn{
    border: 0;
    /*border-radius: 5px;*/
    cursor: pointer;
    width: 250px;
    height: 40px;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.btn_in {
    background: var(--first-button-color);
    color: var(--standart);
}
.center {
    margin: 0 auto;
    display: block;
    width: 350px;
}
.btn_in:hover {
    background: var(--first-button-hover);
}
.btn_reg {
    background: #679544;
    color: #f7f7f7;
    border-radius: 0;
}

.btn_reg:hover {
    background: #4a844a;
}
.answer{
	font-size:17px;
	display: block;
	text-align: center;
	color: var(--answer-color);
	margin-top: 15px;
	margin-bottom: 25px;
}
.cl-left {
    width: 320px;
}
/*
ПОЛЬЗОВАТЕЛЬ ОНЛАЙН
*/
.count {
   color: #4a844a;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    margin-top: -5px;
    padding: 5px;
    background: transparent;
    border: 1px solid #4a844a;
}
.unstyle{
    color: #252525;
     display:block;
    padding-top: 6px;
    padding-bottom: 6px;
}
.unstyle:hover{
    color: #252525;
}
.text_acc{
    padding: 6px 0;
    padding-left: 45px;
    background-image: url(/favicon.png);
    background-position: 2% center;
    background-repeat: no-repeat;
    margin: 0;
    margin-top: 5px;
    background-size: 30px;
   
}
.text_acc:hover {
    background: #ffd0be;
    background-image: url(/favicon.png);
    background-position: 2% center;
     background-repeat: no-repeat;
      background-size: 30px;
}
.nolink:hover{
  background: transparent;
  background-image: url(/favicon.png);
  background-position: 2% center;
   background-repeat: no-repeat;
    background-size: 30px;
}
.mb20{
	margin-bottom: 2px;
}
.mt20{
	margin-top: 2px;
}
.mb10{
	margin-bottom: 10px;
}
.mt10{
	margin-top: 10px;
}
/*
ПРАВАЯ ЧАСТЬ
*/
.content {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.right_content {
    background-color: #fafafa;
    /*border-radius: 3px;*/
    font-family: Arial;
    width: 1160px;
    margin-bottom: 50px;
    border: 5px solid var(--border-color);
    padding-bottom: 15px;
}
.right_content.skrew{
    border: 15px solid var(--border-color);
}
.right_content.ultimate{
    margin-bottom: 25px;
    border: 5px dashed var(--border-color);
}
.right_content table{
    margin-bottom: 25px;
}
/* Новое меню */
.account__links{
    max-width: 320px;
}
.account__links_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #ef3d45;
    background-image: -webkit-linear-gradient(#e23435, #ef3d45);
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.account__links_buy{
    background: #fafafa;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #ef3d45;
    margin-bottom: 10px;
}
.account__links_buy{
    text-transform: uppercase;
    font-weight: bold;
}
.account__links_buy p{
    color: #4a844a;
    margin: 0;
    margin-bottom: 10px;
}
.account__links_buy_btn{
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    background: #28b351;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
}
.account__links_buy_sell{
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    background: #b32828;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
}
.account__links_status{
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    background: #ef3d45;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border: 1px dashed #fff;
}
.account__links_buy_btn:hover{
    background: #148636;
}
.account__links_buy_sell:hover{
    background: #851818;
}
.account__links_buy span{
    color: #e23435;
}
.new_stat_img{
    display: flex;
    align-items: center;
    margin: 10px 35px;
    padding: 0 20px;
}
.new_stat_img.q{
    background: #dfc75f;
}
.new_stat_img.w{
    background: #ff8f7b;
}
.new_stat_img.e{
    background: #64c1dd;
}
.new_stat_img.r{
    background: #d39cff;
}
.new_stat_img.t{
    background: #62cc6b;
}
.new_stat_img p{
    color: #fff !important;
    margin-left: 25px;
    font-size: 22px;
    text-shadow: 1px 0px 1px #000;
    font-weight: bold;
}
.content_top{
    color:#252525; 
    border-radius:10px;
    margin-bottom: 15px;
}
.top_menu {
    height: 50px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_menu a {
    font-weight: lighter;
    display: inline-block;
    color: #f7f7f7;
    font-size: 18px;
    text-decoration: none;
    width: 252px; 
    padding-bottom: 12px;
    padding-top: 13px;
    background: transparent;
    transition: all 0.3s;
    border: 2px solid #4a844a;
    background-image: -webkit-linear-gradient(#679544, #4a844a);
}
.top_menu a:hover{
    background-image: -webkit-linear-gradient(#4a844a, #679544);
}
.row {
    display: flex;
}
.main_content{
    padding:15px 30px;
    padding-bottom: 0;
}
p.bs {
    margin: 0;
    padding-bottom: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.bs span{
    color: #252525;
    font-size: 22px;
}
.prem{
    margin: 25px 0;
    margin-left: 50px;
}
.prem .row{
    align-items: center;
}
.prem .row .col:nth-child(2){
    display: flex;
    justify-content: center;
    width: 50%;
    align-items: center;
}
.fon2{
    width: 300px;
}
.prem h3{
    font-size: 30px;
    color: #252525;
}
.bs_sale {
    color: var(--standart);
    font-weight: 500;
    margin-left: 25px;
    position: relative;
}
.da{
    position: absolute;
    content: '';
    background: url(../img/1.png);
    height: 45px;
    width: 263px;
    margin: 0;
    left: -45px;
    top: -10px;
}
.bs_dop{
    font-weight: 700;
}
.db_text{
	margin:10px;
	padding:10px 20px;
	color: var(--standart);
}
.back{
	padding: 10px;
}
.left_user_account{
	width: 35%;
}
.right_user_account{
	width: 60%;
}
.bold{
	font-weight: 700;
}
.justify_space{
	justify-content: space-between;
}
.align_center{
	align-items: center;
}
.display_flex{
    display: flex;
}
span.bold{
    color: var(--border-color);
}
.display_block{
    display: block;
}
.text-center{
    text-align: center;
    margin-top: 10px;
}
.m0{
    margin: 0;
}
.width115{
    width: 115px;
}
.color-red{
    color: var(--answer-color);
}
.justify_center{
    justify-content: center;
}
.ml50{
    margin-left: 50px;
}
.color_p{
    color: var(--border-color);
}
.listing{
    font-size:17px; 
    border-bottom:1px solid var(--border-color); 
    padding:4px 0 3px 0;
    margin-bottom:1px;
}
.mlmr200{
    margin-left: 200px;
    margin-right: 200px;
    border-radius: 10px;
}
.st_strs {
    background: #fafafa;
    color: #679544 !important;
    width: 150px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
    border: 1px solid;
}

.st_strs2 {
    background: #fafafa;
    color: #e23435;
    width: 150px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
    border: 1px solid;
}
.st_strtab {
    margin: 10px auto;
}
.sts_icon img{
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 37px;
}
.sts1 {
    float: left;
    width: 254px;
    height: 80px;
    background: #679544;
    background-image: -webkit-linear-gradient(#679544, #4a844a);
}
.sts1_1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #252525;
    margin: 10px 0;
    position: relative;
    
}
 
.stsname{
    position: relative;
    z-index: 2;
    color: #f7f7f7!important;
}
.sts1_2 {
    font-size: 18px;
    /*font-weight: bold;*/
    text-align: center;
    margin: 7px 0 0 0px;
    background-color: #fafafa;
    color: #252525!important;
    background-size: 250px;
    background-position: 50%;
    padding: 9px;
    position: relative;
    z-index: 2;
    border-bottom: 4px solid #4a844a;
}
.back div{
    background-color: #fafafa !important;
}
.sts_icon{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 2;
}
.sts_icon svg{
    width: 20px!important;
    height: 20px!important;
}
.sts_icon svg path{
    fill: var(--border-color);
}

.men2 a {
    background: #679544;
    margin: 5px 10px;
    text-decoration: none;
    display: flex;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: #f7f7f7;
}
.men2 a:hover {
    color: #f7f7f7;
    background: #4a844a;
}
.ins a{
    background: #ef3d45;
}
.ins a:hover{
    background: #e23435;
}
.info_text{
    font-size: 21px;
    color: #679544;
    font-weight: bold;
}
.ifno_h {
    font-size: 30px;
    color: #f7f7f7;
    position: relative;
    background-image: -webkit-linear-gradient(#679544, #4a844a);
    display: inline-block;
    padding: 10px 25px;
    border-radius: 0 15px;
    margin-bottom: 0;
}
.dflex{
    display: flex;
    align-items: center;
    width: 100%
}
.jcsb{
    justify-content: space-between;
    height: 40px;
}
.dflex div {
    width: 50%;
}
.men3:hover .user_name{
    color: #252525;
}
 
@-webkit-keyframes mover {
     0% { transform: translateX(-10); }
    100% { transform: translateX(60px); }
}
@keyframes mover {
    0% { transform: translateX(-10); }
    100% { transform: translateX(60px); }
}

.func_inner {
    position: relative;
}
.func {
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    background-image: url(/img/func-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}
.opacity{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
    opacity: 0.25;
    top: 0;
    margin: 0;
    z-index: 1;
}
.text_func{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-90%,-50%);
    z-index: 2;
}
.text_table {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%,-50%);
    z-index: 2;
    background: rgba(247, 247, 247, 0.8);
    padding: 15px;
    border: 2px solid #679544;
}
.tang{
    font-size: 24px;
    text-align: center;
    color: #679544;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.text_table td{
    padding: 10px 5px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
}