@font-face {
    font-family:gost;
    src:url(../fonts/GOSTUI2-Regular.c092ed0c.eot);
    src:url(../fonts/GOSTUI2-Regular.5d525d26.woff) format("woff"),
    url(../fonts/GOSTUI2-Regular.80a6a92b.ttf) format("truetype");
    font-weight:400
}
@font-face {
    font-family:gost;
    src:url(../fonts/GOSTUI2-Medium.11e6a283.eot);
    src:url(../fonts/GOSTUI2-Medium.7078b578.woff) format("woff"),
    url(../fonts/GOSTUI2-Medium.c4c10e46.ttf) format("truetype");
    font-weight:500
}
@font-face {
    font-family:gost;
    src:url(../fonts/GOSTUI2-Bold.afa21420.eot);
    src:url(../fonts/GOSTUI2-Bold.a54ad0d2.woff) format("woff"),
    url(../fonts/GOSTUI2-Bold.efd6369d.ttf) format("truetype");
    font-weight:700
}
* {
    font-family: gost !important;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 0;
}
html{
    margin: 0;
    padding: 0;
    
    font-family: Helvetica, Arial, sans-serif;
}
body {
    padding: 0;
    margin: 0;
    position:relative;
    min-width: 1650px;
}

.activity-banner {
  position: absolute;
  width: 150px;
  height: 100%;
}
.ab-left {
  left: 20px;
}
.ab-right {
  right: 20px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
::-webkit-scrollbar {
    width: 0;
}
.header{
    user-select: none;
	min-width: 1300px;
    height: 240px;
    width: 100%;  
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    background: rgba(23,41,131,1);
    background: -moz-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(52, 68, 145)), color-stop(100%, rgb(20, 71, 125)));
    background: -webkit-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -o-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -ms-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    color:#ffffff;            
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
}
.first_line_group {
    display: flex;
    padding: 0 40px;
  }
.first_line {
    background: #ff8600;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}
.first_line_item {
    color: #fff;
    background: none;
    border: none;
    font-weight: 500;
    display: flex;
    cursor:pointer;
    align-items: center;
}
.header-top{
    width: 100%; 
    height: 40px;
    background-color:#e95d0f;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color:#FFFFFF;
    flex-direction: row;
	justify-content: center;
    align-items: center;
	
	padding:0;
	margin:0;
}
.header-top-left
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
}
.header-top-left-element{
    height: 40px;
    margin: 0 5px 0 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: whitesmoke;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.header-top-center{
    margin-left: 165px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.header-top-center-element-clear{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.header-top-center-element{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-top-center-element:hover{
    background-color: #C0C0C0;
}
.header-top-right{
    font-size: 10px;
    text-align: center;
    color: whitesmoke;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    align-items: center;
}
input[type="text"] {
    margin-left: 7px;
    border: 1px solid #cccccc; 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    background: #ffffff !important; 
    outline: none; 
    height: 20px; 
    width: 350px; 
    font-size: 12px;
}
.header-center{
    height: 100%;
    width: 1200px;  
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-center-logo-blok{
    width: 55%;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}
.header-center-logo-blok-top
{
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
	
	justify-content: center;
    align-items: center;
}
.header-center-logo-blok-top-item
{
    user-select: text;
    margin:0 50px 15px 0;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
	justify-content: center;
    align-items: center;
	font-size:11px;
	font-weight:bold;
    color:#fff;
}
.horizontalgps {
    width: 100%;
    background: #007dfc;
    height: 15px;
    border-bottom: solid #ff8600 7px;
    border-top: solid #ff8600 7px;
  }
.header-center-logo-blok-top-item-text {
    user-select: text;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 11px;
    font-weight: bold;
    color: whitesmoke;
}

.header-center-logo{
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-center-logo-img{
    margin-right: 5px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-center-logo-text{    
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.header-center-logo-text-main{
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-center-logo-text-main-big
{
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
    
}
.header-center-logo-text-main-small
{
    margin:0 50px 0 -15px;
	padding:0;
    width: 400px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: whitesmoke;
}
.header-center-logo-text-line{
    width: 100%;
    margin-bottom: 5px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.first-line{
    height: 3px;
    width: 100%;
    background-color: #E95D0F;
}
.second-line{
    height: 3px;
    width: 100%;
    background-color: #172983;
}
.header-center-logo-text-full{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}
.header-center-phone{
    width: 20%;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.header-center-phone-item{
    margin-bottom: 15px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.header-center-phone-item-logo{
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.header-center-phone-item-text{
    margin-left: 10px;
    margin-bottom: 5x;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.header-center-phone-item-text-911{
    position:relative;
    margin-left: 10px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.header-center-phone-item-text-911 .emergency-services{
    display: none;
    
    background:#a90303;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    width: 220px;
    height: 110px;
    top:25px; 
    left:0px;
    z-index:2;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.emergency-services{
    display: none;
    
    background:#a90303;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    width: 220px;
    height: 110px;
    top:25px; 
    left:0px;
    z-index:2;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.header-center-phone-item-text-911:hover .emergency-services{
    display:block;
    position:absolute; 
}
.emergency-services{
    display:block;
    position:absolute; 
}
.line-911{
    padding: 0;
    margin: 0;  
    width: 100%;
    background-color: #cd1212;
    height: 1px;
    
}
.emergency-services-text{
    
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    
}
.emergency-services-text-inside{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    margin: 5px;
}
.phone-text-main-911{
    
    margin-bottom: 5px;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    color: whitesmoke;
    
}
.phone-text-main{
    margin: 0 0 0 0;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    color: whitesmoke;
    
}
.phone-text-number{
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    color: whitesmoke;
	font-weight:bold;
}
.header-center-ministr{
    width: 25%;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	
	margin:0;
	padding:0;
}
.header-center-ministr-text{
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ministr-text-rank{
    margin:-15px 0 15px 0;
	padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: whitesmoke;
}
.ministr-text-name{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
	margin:15px 0 0 0;
}
.header-center-ministr-foto {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 4px;
  }
.big-first-line{
    height: 10px;
    width: 100%;
    background-color: #E95D0F;
}
.big-second-line{
    height: 10px;
    width: 100%;
    background-color: #172983;
}
#menu{
    
    
}
.menu-line{
    min-width: 1300px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 100%;
    background-color: rgb(49 69 143);
    position: relative;
    z-index: 99999999;
}
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 28px;
    width: 1180px;
    list-style: none;                
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(49 69 143);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
 
.menu li {
    position: relative;
   
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

.menu li a {
    transition: 0.3s;
    display: block;
    padding: 0 14px;
    margin: 6px 10px;
    line-height: 28px;
    text-decoration: none;
 
    
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
 
    color: #f3f3f3;
    background: rgba(0,0,0,0);
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #ffffff; background: rgba(0,0,0,.2);transition:0.2s;}

.menu ul {
    position: absolute;
    top: 34px;
    left: 0;
 
    opacity: 0;
    background-color: rgb(49 69 143);
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .55s ease .2s;
    -moz-transition: height .55s ease .2s;
    -o-transition: height .55s ease .2s;
    -ms-transition: height .55s ease .2s;
    transition: height .55s ease .2s;
}
 
.menu li:hover > ul li {
    height: auto;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    font-size: 14px;
    width: 400px;
    padding: 4px 0 4px 10px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #1d365b
}
 
.menu ul li:last-child a { border: none; }

#navbar ul{
    
    display: none;
    background-color: rgb(220, 220, 220);
    position: absolute;
    top: 100%;
}
#navbar li:hover ul { display: block; }
#navbar, #navbar ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navbar li .sub-menu{
    display:none;
    width:220px;
    position:absolute;
    top:100%;
    left:0;
}
#navbar li{
    float:left;
    position:relative;
}


#navbar {
    height: 20px;
}
#navbar li {
    float: left;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}
#navbar li a {
    border-right: 1px solid rgb(0, 0, 0);
    display: block;
    width: 230px;
    color: rgb(26, 24, 24);
    text-decoration: none;
    text-align: left;
}
#navbar ul li { float: none; }
#navbar li:hover { background-color: rgb(255, 255, 255); }
#navbar ul li:hover { background-color: rgb(189, 189, 189); }
.footer {
    background: rgba(23, 41, 131, 1);
    background: -moz-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(52, 68, 145)), color-stop(100%, rgb(20, 71, 125)));
    background: -webkit-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -o-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: -ms-linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    background: linear-gradient(45deg, rgb(52, 68, 145) 0%, rgb(20, 71, 125) 100%);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.page-content {
    width: 1200px;
}
.pagecontent-fixedcenter {
    display: flex;
    justify-content: center;
}
table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 100%;
  }
  
  caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
  }
  
  thead,
  tfoot {
    background-color: rgb(215 215 215);
  }
  
  th,
  td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
  }
  
  td:last-of-type {
    text-align: center;
  }
  
  tbody > tr:nth-of-type(even) {
    background-color: rgb(206, 206, 206);
  }
  
  tfoot th {
    text-align: right;
  }
  
  tfoot td {
    font-weight: bold;
  }
  .editor-ta-icon {
    width: 20px;
    filter: invert(1);
}
.editor-table-prepair {
    display: flex;
    justify-content: center;
}
.editor-table-align {
    background: #34324f;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
    border: solid 2px #76ffb200;
    transition:0.4s;
    cursor: pointer;
}
.editor-table-align:hover{
    background: #47446d;
    transition:0.4s;
}
.editor-ta-selected {
    border: solid 2px #76ffb2ff;
    transition:0.4s;
}
.editor-table-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-precontent{
    display: flex;
    align-items: center;
}
.page-content-na {
    text-align: justify;
}
.pageelement {
  width: 1200px;
}
