html{
    height: 100%;
}
body {
color:#373737;
font-size: 16px;
margin : auto;
font-family: Avenir;
display: flex;
flex-direction: column;
height: 100%;
background: #fff; 
}
a , .link{
color:#95BA00; 
text-decoration:none; 
}
.link:hover, a:hover, a:focus {
color:#FF5C1B; 
text-decoration:underline; 
text-decoration:none; 
}
/*Настройки элементов*/
p{
margin: 0px;
}
table{
font-size: 14px;
}
.work{
    
}
/*Капча*/
.captcha
{
    padding: 5px;   
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; 
}
main{
    
}
/*форма*/
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}    
.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    text-align: center;
    font-size: 0;  
    letter-spacing: 0;    
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: auto;
    display: inline-block;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
    padding: 0 20px 0 20px !important;
    font-size: 16px;
    outline: none;
    border: none;  
}
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    padding: 0 40px;
    height: 50px;
    background-color: #62A92A;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    text-align: center;
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
@media (max-width: 768px) {
    .validate-input-at.w-50 {
        width: 100%;
    }
    .validate-input-at.w-50:first-child {
        margin-right: 0;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
  .form-at-btn {
      margin: 0 auto;
  }    
}
img 
{
vertical-align: middle;
border: 0;
}
/*подложка*/
.face{
background: #fff; 
}
/*Копирайт*/
footer {
flex: 0 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-around;   
align-items: center;
flex-direction: column;
gap: 10px;
color: #CECECE;
text-align: center;
padding: 10px;
}
#footer
{
  background: #252525;
}
#contact_form h3, #contact_form p{
text-align: center;  
}
footer a {
color : #818181;
}
footer a:hover {
color : #fff;
}
@media screen and (min-width: 600px) 
{
  footer{
    flex-direction: row;
    align-items: flex-start;
  }
}
/*меню выборки*/
select {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  display: inline;
}
/*текст с элементами*/
.form_text
{
color: #000;
padding-top: 10px;
padding-bottom: 10px;
}
/*end of mixins & extends*/
select {
  background-color: #fff;
  width:100%;
  color: #787878; 
  background: url(graph/select.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: url(graph/select.png), -webkit-linear-gradient("top", #ffffff, #ececec);
  background: url(graph/select.png), -moz-linear-gradient("top", #ffffff, #ececec);
  background: url(graph/select.png), -o-linear-gradient("top", #ffffff, #ececec);
  -pie-background: linear-gradient(to "top", #ffffff, #ececec));
  background: linear-gradient(to "top", #ffffff, #ececec);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  outline: none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 10px;
  padding-right: 24px;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  text-shadow: 0 1px 0 #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #377719;
}
select:focus {
  border-color: #0061a7;
}
input[type="text"], input[type="password"], input[type="email"] {
    background: #fff;
    border: 1px solid #ccc;
    color: #373737;
    padding: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    width: 98%;
    -moz-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}
input[type="text"]:focus,input[type="password"]:focus, input[type="email"]:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 
  border: 1px solid #ccc;
}
input[type="text"]:hover,input[type="password"]:hover, input[type="email"]:hover {
  border-color: #377719;
}
textarea{
    width: 98%;
    height: 60px; 
    line-height: 20px; 
    outline: none;
    overflow: auto; 
    resize: vertical;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    -moz-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}
textarea:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 
  border: 1px solid #ccc;
}
textarea:hover {
  border-color: #377719;
}
input[type="number"] {
    background: #fff;
    border: 1px solid #ccc;
    color: #373737;
    padding: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    width: 98%;
    -moz-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}
input[type="number"]::-webkit-inner-spin-button { 
  display: none;
}
input[type="number"]:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 
  border: 1px solid #ccc;
}
input[type="number"]:hover {
  border-color: #377719;
}
input[type="checkbox"]{
  margin: 8px;
}
/*кнопка загрузки*/
/* container_mail for 2 child elements (button & filename) */
.fileUpload {
background: #fff;
border: 0;
color: #fff;
border: none;
display: block;
padding: 8px;
margin-top: 10px;
width: 98%;
}
/* The button */
.fileUpload .fileBtn 
{
background-color: #68b12f;
background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
background: -webkit-linear-gradient(top, #68b12f, #50911e);
background: -moz-linear-gradient(top, #68b12f, #50911e);
background: -ms-linear-gradient(top, #68b12f, #50911e);
background: -o-linear-gradient(top, #68b12f, #50911e);
background: linear-gradient(top, #68b12f, #50911e);   
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px; 
cursor: pointer;
float: left;
display:inline;
font-size: 14px;
padding: 10px;
margin: 0;
text-align: center;
width: 20%;
text-shadow: none;
}
.fileUpload .fileBtn:hover {
background: #5AB02B;
}
/* Where the input-name will be filled in */
.fileUpload .fileName {
float: left;
display:inline;
overflow: hidden;
white-space: nowrap;
width: auto;
text-align: center;
color: #000;
padding: 10px;
}
/* Animation (hover) */
.fileUpload .fileBtn:hover 
{
opacity:.85;
}
/* Clear input-parent, due to child-floats */
.fileUpload:after {
clear: both;
content: "";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
/*остальные чекбоксы*/
.check-box{
padding-top: 10px;
padding-bottom: 10px;
}
.check-box input[type="checkbox"]{ 
display: none; 
}

.check-box input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.check-box input[type="checkbox"] + label:last-child 
{ 
margin-bottom: 0; 
color: #787878;
}
.check-box input[type="checkbox"]:checked+ label:last-child 
{ 
margin-bottom: 0; 
color: #000;
}

.check-box input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #449220;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.check-box input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-box input[type="checkbox"]:disabled + label:before 
{
  opacity: .2;
}
/*******************/
*:focus {
  outline: none;
}
form{
padding:0px;
}
/*стиль вывода текста даты и времени*/
time{
color: #787878; 
font-size: 14px;
}
/*селект у выбора даты*/
.birthday{
display: flex;
width: auto !important;
flex-direction: row !important;  
gap: 10px;
color: #787878; 
font-size: 14px;
}
/*стиль вывода онлайн/офлайн*/
.online,.offline{
color: #787878; 
font-weight: bold;
font-size: 14px;
}
/*стиль вывода значений*/
.text{
color: #787878; 
padding: 2px;   
}
/*счётчики*/
.count {
color : #377719;
font-size: 16px;
margin-top : 3px;
}
/*убираем эффект автозаполнения*/
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #373737 !important; /* цвет текста */
    color: #373737 !important; /* цвет текста */
}
form > button,.remodal > button,form > input[type="submit"],#CookieAccept,.button_user_menu
{
    width:auto;
    background-color: #68b12f;    
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;    
}
form > button:hover,.remodal > button:hover,form > button:focus,form > input[type="submit"]:hover,#CookieAccept:hover,.button_user_menu:hover {
 opacity:.85;
 cursor: pointer;
}
form > button:active,.remodal > button:active,form > input[type="submit"]:active,#CookieAccept:active,.button_user_menu:active {
 border: 1px solid #20911e;
}
form > button:disabled,.remodal > button:disabled,form > input[type="submit"]:disabled,.button_user_menu:disabled {
 opacity: 0.5;
 cursor: wait;
}
/*блоки инфо на главной*/
.about h1
{
  margin: 0;
  padding: 0;    
  padding-bottom: 10px !important;    
}
.about p 
{
  margin: 0;
  padding: 0;
}

.about {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.about-body {
  margin: 0 10px;
}

.info-block{
  flex-wrap: wrap;
  padding: 10px;
  max-width: 100%;   
  width: 100%;
}
.background_block
{
  display: flex;
  justify-content: center;
  align-items: flex-start; 
}
@media screen and (min-width: 600px) 
{
  .about {
    flex-wrap: nowrap;
  }
  .about img {
      max-width: 100%;
      min-width: 320px;
      padding:0;
  }
  .info-block{
    max-width: 60%;      
  }
}
.fon_post
{
    background: #F1F1F1;
    border-right: 1px solid #D7D8DB;
    border-left: 1px solid #D7D8DB;
    color: #806680;
    padding: 10px;    
}

/*почта*/
.mail_messages {
  width: 100%;
  padding: 4px;
  background: #fff;      
  box-sizing: border-box;
}
.mail_message_container
{
  width: 100%;
  margin-top: 5px;
  position: relative;
}
.mail_message_container--my
{
  text-align: right;
}
.mail_message_msg{
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  max-width: 60%;  
  border-radius: 14px;
  cursor: default;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;  
  border: 1px solid #E0E0E0;
  transition: all 0.12s;  
 }
.mail_message_msg--my {
  color: #fff;
  background: none;  
  background: #0084FF;  
}
.mail_message_date {
  min-width: 100px;  
  font-size: 10px;
  text-align: center;
  padding: 2px 10px;
  cursor: default;
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  border-radius: 14px;
  background: #111;

}
.mail_message_date--left 
{
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;      
  right: calc(100% + 5px);
  right: -moz-calc(100% + 5px);
  bottom: 0;
  opacity: 1;    
}
.mail_message_date--right 
{
  white-space: nowrap;
  word-break: normal;  
  overflow-wrap: normal;
  word-wrap: normal;  
  left: calc(100% + 5px);
  left: -moz-calc(100% + 5px);  
  bottom: 0;
}
.mail_message_read_state{
    opacity: 0.6;
    
}  
/*hr*/
hr
{
    border-top: 1px dotted #c6c6c6;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
/*блочные кнопки*/
.blockmenu_container
{
   display: flex;      
   flex-wrap: wrap;
}
.blockmenu {
flex: 1 1 30%;  
background: #F3F3F3 url(/styles/standart/graph/zb1.png)repeat-x top left;
border-bottom: 1px solid #E3E3E3;
color: #769100;
}
.blockmenu{
    border-right: 1px solid #E3E3E3;
}
.blockmenu i{
    font-size: 24px;
}
.blockmenu a:link, .blockmenu a:visited {
text-decoration: none;
color: #769100;
padding: 10px;
}
.blockmenu a:focus, .blockmenu a:hover, .blockmenu a:active {
 background: #F3F3F3; 
 color: #728242;
 cursor: pointer;
}
.blockmenu a{
text-align:center;
display:block;
padding:10px;    
}
.blockmenu textblock{
text-align:center;
display:block;
font-weight: bold;
color: #465600;
padding:10px;    
}
/*Аватарки*/
.avatar{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;   
    border-radius: 4px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; 
}
/*главное фото*/
.photo{
padding: 15px;
}
.objects ul li img
{
  width: 48px;
  height: 48px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;   
  padding-bottom: 10px;
}
.objects_ad ul
{
    display: flex;
    list-style: none;
    align-items: flex-start;
    font-weight: bold;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;  
    text-align: center;
}
.objects_ad ul li
{
    width: 140px;
    color: #2767A0;
    border: 1px solid #2767A0;
    border-radius: 6px;
    padding: 10px;
    /*max-width: 100px;*/
}
.objects_ad li svg{
  width: 48px;
  height: 48px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;   
  padding-bottom: 10px;
}
.objects_ad ul p
{
    padding-top: 10px;
}
/*кнопки  диалогов*/
#dialog {
      position: fixed;
      left: 0;
      top: 0;
      width:100%;
      height:100%;
      text-align:center;
      z-index: 1000;
     -webkit-touch-callout: none;
      -webkit-user-select: none; 
      -khtml-user-select: none; 
      -moz-user-select: none;    
      -ms-user-select: none;  
      user-select: none; 
}
.dialog-fon:before {
      content: '';
      background: #000;
      position: fixed; 
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%;
      opacity: 0.7;
      z-index: 999;
}
#dialog dialog_container {
      width:auto;
      height: auto;
      text-align:center;
      box-shadow: 2px 1px 2px rgba(255,255,255,0.3);
      font-weight: bold;
      font-size: 15px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
}
.dialog {
  display: table;
  width: 100%;
  height: 40px;
    color: #95BA00 !important;
  background: #6f6f6f;
}
.dialog a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
    width: 50%;
    border-bottom: 1px solid #545454;
    color: #fff !important;
}
.dialog a:first-child{
    border-right: 1px solid #878787;
}
.dialog a:hover {
     background: #545454;
     cursor: pointer;
     color: #fff !important;
}
/* нформирование об конфидициальности*/
.CookieNotification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  text-align: center;  
  bottom: 6px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);  
  width: 900px;
  max-width: 90%;
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

.CookieNotification p{
  margin: 0;
  font-size: 1em;
  text-align: justify;
  color: #000;
}


@media (min-width: 576px){
  .CookieNotification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  .CookieNotification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
/*шапка*/
header
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    color: #fff;
    flex-direction: column;
}
.header_contacts{
  text-align: center;
  font-weight: bold;
}
.header_contacts a:hover {
color : #fff;
}
@media screen and (min-width: 600px) 
{
  header{
    flex-direction: row;
  }
}
.background_block#header
{
background: #2B2A2E;
}
.social {display: inline-block;}
.social a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 12px 12px 12px 0;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
  opacity: .5;
}
.social a:hover {
  border-color: #888 !important;
  opacity: .9;
}
.social svg {
  margin-top: 4px;
  width: 26px;
  height: 26px;
}
.social-contacts{
  display:block;
  width: 100%;
}
.email a {background: #2767A0}
.telegram a {background: #249bd7}
.viber a {background: #7b519d}
.whatsapp a {background: #50b154}
/*Класс логотипа*/
.logo{
  padding: 0px;
  margin: 0px;
}
.logo img{
    height: 100px;
    width: auto;
    padding: 10px;
    opacity: 0.7;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;     
}
.logo img:hover,.email a:hover{
    opacity: 0.9;
}
/*чистка*/
.clear { 
clear:both 
}
/*Выпадающее меню*/
#hover .dropdown:hover > ul.dropdown-menu,
#click .dropdown-toggle:focus + ul.dropdown-menu{
  display:block;
}
/*Основной фон*/
.fon
{
font-size: 18px;
text-shadow:  0px 1px 1px #fff;
padding-bottom: 20px;
padding-left: 12px;
padding-right: 12px;
padding-top: 20px;
word-break: break-word;
white-space: normal;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;  
}
.fon h1{
    display: inline;
    font-weight: bold;
    font-size: 20px;
    padding:0;
    margin:0;   
}
.fon h2{
    padding:10px;
    margin:0;   
    text-align: center;
}
.fon a{
color : #95BA00;
}
.fon a:hover{
color: #252525;
}
#maxisize{
height: 100%;
width:100%;
}
/*Класс блоков "Заголовки блоков"*/
.title_block {
background: #E3E3E3;
border-top: 1px solid rgba(149,186,0,0.3);
box-shadow: 0 1px 2px rgba(149,186,0,0.3);
color: #3C3C3C;
padding: 15px;
}
/*Класс счётчика типа +(0-9))*/
.chet {
color: red;
}
/*Класс меню*/
.menu a:link, .menu a:visited 
{
background: #2767A0;
color: #fff;
text-align: center;
border-bottom: 1px solid #6794BC;
}
.menu a:focus, .menu a:hover, .menu a:active {
text-shadow:  0px 1px 1px #fff;
opacity: 0.7;
}
.menu a {
display : block;
padding : 1em;
}
/*Класс вывода элементов, содержащий сложную структуру*/
.element {
background-color: #F3F5F6;
border-bottom: 1px solid #EEEEEE;
border-left: 1px solid #D7D8DB;
border-right: 1px solid #D7D8DB;
text-decoration: none;
color: #787878;
display : block;
padding : 10px;
}
.element:focus, .element:hover, .element:active {
background-color: #E8E8E8;
color: #787878;
}
.element a:link, .element a:active, .element a:visited{
color:#95BA00;
}
.element a:focus, .element a:hover, .element a:active {
border-bottom: 1px solid #95BA00;
}
.element.new{
    background: #DEEDF4;
}
.element.new:hover{
background: #C6E4F2;
}
/*Класс блока страниц*/
.page
{
border-top: 1px solid #C8CCBF;
border-right: 1px solid #D7D8DB;
border-left: 1px solid #D7D8DB;    
background: #E0E0E0;
padding: 15px;
font-size: 18px;
text-align: center;
}
.page_now
{
padding: 10px;
color: #449220;
border: 1px solid #449220;
border-radius: 2px;
background: #DCE0D1;
box-shadow: 0 1px 4px rgba(180,180,180,0.3); 
}
.page_nave{
padding: 10px;
color: #449220;
border: 1px solid #e0e0df;
border-radius: 2px;
background: #F9F9F9 url(/styles/standart/graph/zb1.png)repeat-x top left;
box-shadow: 0 1px 4px rgba(180,180,180,0.3); 
}
.page_nave:focus, .page_nave:hover, .page_nave:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
background: #E5FFE8; 
color: #5BC42B;
border-bottom: 1px solid #e0e0df;
}
/*Класс цитаты*/
.cit
{
    color: #8c8a8c;
    border: 1px solid #9c9a9c;
    border-radius: 5px;
    background: #ffffff;
    padding: 3px;
    margin: 2px;
}
/*Класс меню управления навигацией*/
.navigator a:link, .navigator a:visited {
background: #449220;
text-decoration: none;
color: #fff;
}
.navigator a:focus, .navigator a:hover, .navigator a:active {
background: #5AB02B;
color : #fff;
}
.navigator a {
display : block;
padding : 15px;
}
/*кнопки функций записей*/
.menu_button {
    display: flex;  
    flex-wrap: wrap;
    border-bottom: 1px solid #E0E0DF;
}
.menu_button a {
  flex: 1 1 25%;
  background: #E1E7ED;
  vertical-align: middle;
  text-align: center;
    width: auto;
    padding: 1em;
    color: #377719;
}
.menu_button span {
  flex: 1 1 25%;
  background: #E1E7ED;
  vertical-align: middle;
  text-align: center;
    width: auto;
    padding: 1em;
    color: #377719;
}
.menu_button a:hover {
     background: #D5DDE5;
     cursor: pointer;
     color: #377719;
}
/*Заголовки страниц*/
.title
{
display: flex;  
flex-wrap: no-wrap;
color: #000;
text-align: left;
}
.title a{
    flex: 1 1 5%;
    border-left: 1px solid gray;
}
.title a:first-child{
    border-right: 1px solid gray;
    border-left: none;
}
.title span{
   padding:1em;  
   flex: 1 1 100%;
   align-self: center;
   text-align: center;     
}
.title a:hover{
     background: gray;
     color: #fff;     
}
.title a{
text-align:center;
display:block;
padding:1em;    
}
.title h1
{
    font-size: 16px;
    font-weight: normal;    
    padding:1em;
    margin:0;    
}
/*кнопки вверх/вниз*/
.leftbar-wrap {
  position: fixed;
  height: 40px;
  width: 100px;
  bottom: 10%;
  right: 0;
}
.left-controlbar {
  height: 100%;
  width: 100px;
  display: none;
  text-decoration: none;
}
#scroll-back {
  display: none;
  height: 100%;
  width: 100px;
  top: 0;
  display: none;
  text-align: center;
}
.active-area {
  width: 100px;
  height: 100%;
  display: block;
  text-align: center;
}
.active-area {
  background: rgba(30, 37, 37);
  color: #fff;
}
.leftbar-wrap:hover .active-area {
  background: rgba(37, 37, 37, 1);
  color: #fff;
}
.leftbar-wrap .active-area:hover {
  background: rgba(37, 37, 37, 1);
}
.bar-desc {
  top: 2%;
  font-weight:bold;
  position: relative;
  color: #fff;
  display: inline-block;
}
/*списки*/
.list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  width: auto;
  margin: 0 auto;
  padding: 0;  
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  list-style: none;
  padding:0;
  margin:0;    
  justify-content: flex-start;
}
.list ul li {   
   -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    padding: 5px;    
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (max-width: 768px){
  
    .list {
        width: 80%;
    }
    
    .list ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
/*всплывающая подсказка*/
.help-tip{
    position: absolute;
    text-align: center;
    width: auto;    
    height: auto;
    font-size: 14px;
    line-height: 18px;
    cursor: default;    
}
.help-tip:before{
    content:'';
    font-weight: bold;
    color:#fff;
}
 
.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out; 
}
.help-tip:active p
{
    display: none;
} 

.help-tip p{
    display: none;
    position: relative;
    z-index: 999;
    pointer-events: none;
    text-align: center;
    background-color: #1E2021;
    padding: 5px;            
    white-space: nowrap;           
    width: auto;   
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    border-radius: 3px;    
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 100%;
    left: 0;
    color: #FFF;
    font-size: 13px;
    text-shadow: none;
}

@keyframes fadeIn {
    0%,
    99% {
            display: none;
    }
    100% {
            display:block;            
    }
}
.help-tip p:before{
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    margin-left: -6px;
    border-bottom-color:#1E2021;
    left:50%;
    top:-12px;
}
 
.help-tip p:after{
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:0;
    left:0;
}
.errore{
display: none;
border: 1px solid #F2AB99;
color: #000;
padding: 10px 20px;
margin-left: 10px;
margin-top: 10px;
}
.ok{
display: none;
border: 1px solid #AFD4A9;
color: #000;
padding: 10px 20px;
margin-left: 10px;
margin-top: 10px;
}
/*tags*/
.tags-input { 
    display: block;         
    width: auto;     
    background: #fff;

} 

.tags-input ul { 
    list-style: none; 
    padding: 10px; 
    margin: 0; 
} 

.tags-input li { 
    display: inline-block; 
    background-color: #f2f2f2; 
    color: #333; 
    border-radius: 16px; 
    padding: 5px 10px; 
    margin-right: 5px; 
    margin-bottom: 5px; 
} 
.tags-input a > li:hover { 
    background-color: #E3E3E3;
    cursor: pointer;
} 

.tags-input input[type="text"] { 
    border: 1px solid #e0e0df;
    padding: 10px;
    outline: none; 
    font-size: 14px; 
} 

.tags-input input[type="text"]:focus { 
    outline: none; 
} 
.tags-input .delete-button { 
    background-color: transparent; 
    border: none; 
    color: #999; 
    font-size: 18px;
    cursor: pointer; 
    margin-left: 5px; 
} 
.tags-input .delete-button:hover {      
    color: #000; 
} 
/*бегущие элементы */
:root {
  --marquee-width: 100%;
  --marquee-height: 140px;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
}
.marquee:after {
  right: 0;
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
 .marquee-content:hover {
  animation-play-state: paused;
} 
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: auto;
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;   
  max-height: 140px;
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100%;
    --marquee-height: 140px;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}
#image-forklift {
  max-width: 100%;
  animation: fade-forklift 5s linear infinite;
  animation-delay: 2.5s;
}
@keyframes fade-forklift {
  0% { opacity: 1 }
  50% { opacity: 0 }
  100% { opacity: 1 }
}
/*блок с прокруткой*/
.big_div {
width:98%; /* ширина нашего блока */
max-height:30em; /* высота нашего блока */
background: #fff; /* цвет фона, белый */
border: 1px solid #C1C1C1; /* размер и цвет границы блока */
overflow: auto; /* свойство для прокрутки по горизонтали. Автоматом, если больше блока */
}