@import "bootstrap/bootstrap.min.css";
@import "bootstrap/noto.css";


body{background-color: #e7ebcb;}



.logotype{ 
 font-family:"Logo Font";
 color: #b3b98e;
}

.bottom_line{
 padding:0px;
 margin:0px;
 margin-top:2px;
 border:1px solid #b8be93;
}

.content{
 /*background-color:#cccccc;*/
 padding-bottom:10px;
}
@media screen and (min-width: 980px){
 .error_page{
  background-image: url('../img/system/404/404.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 380px;
 }
}

.breadcrumb{
background-color:#f9fbed;

}








.autorized{
 padding-top:10px;
}
.razdel-head{
 padding-bottom:20px;
}


.copytext{
 font-family:"Logo Font";
 font-size:1.5rem;
 color:#b3b98e;
}