@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);

@font-face {
  font-family: 'Shentox';
  src: url('/fonts/shentox.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter.ttf') format('truetype');
}

/*
font-family: 'Inter', sans-serif;
font-family: 'Shentox', sans-serif;
*/

/* -----------   max-width: 833px   -----------*/
@media only screen and (max-width: 980px) {

  #right_logo { display: none; border: 1px solid red;}  

}

@media only screen and (max-width: 600px) {

  #right_logo { display: none; border: 1px solid red; } 

}
/* --------------------------------------------*/

* {
  padding: 0;
}
html,
body { height: 100%; }
body { font-family: 'Inter', sans-serif; color: #fff; }
.main {
  display: table; background: #eeeeee73;
  height: 100%;
}
.content {
  display: table-row;
  height: 100%;
}

 .footer {
 	 height: 150px;
 }
 .footer_noanswer {
  height: 70px; font-size: 18px; text-align: center; color: #185baa; line-height: 3;
 }
 .footer_noanswer a {
   background: #3f8ac9;
   margin-left: 1em;
   text-decoration: none; color: white; font-size: 18px;
   padding: 0.4em 1.3em 0.4em 1em;
   border-radius: 5px;
 }
 .footer_blue { line-height: 2.3;
   background-color: #2c5d88; height: 80px;
   border-top: 1px solid #91b8ff;
   font-family: 'Inter', sans-serif;
   color: #eee; vertical-align: middle; text-align: center;
   font-size: 16px;
 }
 .footer_blue a {
  font-family: 'Inter', sans-serif;
   color: #eee;
   font-size: 16px;
 }
 .footer_blue a:hover {
  font-family: 'Inter', sans-serif;
   color: #eee; text-decoration: underline;
   font-size: 16px;
 }

a { font-family: 'Inter', sans-serif; }
.logo_ { box-shadow: 0 0 10px grey; background: #fff; }
.left_logo_ img { width: 200px; margin-left: 3px;  }
#right_logo { width: 100%;
  background-color: #fff; font-family: 'Inter', sans-serif; color: #7330e2; font-size: 20px;
}
.formsearch {
padding: 10px; font-size: 13px;

}
/*  -----------------------------------   */

ul li::marker {
  color: #2c5d88;
  font-size: 1.2em;
}
.d-menu {
 display: flex; justify-content: center; flex-wrap: wrap; margin-top: 20px;
}
.div-menu { margin: 20px; padding-bottom: 10px;
 width: 350px; background: #fff;
 border: 1px solid #aaaaaa; border-radius: 5px;
}
.div-menu:hover {
  -webkit-box-shadow: 0px 0px 5px 5px rgb(235 235 235);
  -moz-box-shadow: 0px 0px 5px 5px rgba(235,235,235,1);
  box-shadow: 0px 0px 5px 5px rgb(235 235 235);
}
.div-name {
  font-size: 21px; color: #444;
  display: flex;  padding: 20px;
  align-items: center;
  justify-content: center;
}

.div-name img { width: 65px; padding-right: 15px;}
.div-menu ul li {
  margin: 0px 10px 10px 30px;
  text-align: left
/*  text-align: justify;*/
}
.div-menu ul li a{
 font-size: 18px; color: #2a6ca0; text-transform: none; text-decoration: none;
}
.div-menu ul li a:hover{
 font-size: 18px; text-transform: none; text-decoration: underline;
}

.div-menu ul li a img{
width: 25px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}

/* -----------   max-width: 833px   -----------*/
@media only screen and (max-width: 980px) {

.div-name img { width: 50px; }
.div-name { font-size: 38px; padding: 20px 0px 0px 0px;}
.div-menu ul li a { font-size: 35px; }
.div-menu ul li a img { width: 50px;  }
#right_logo { display: none;}  
.left_logo_ img { width: 550px; }
.main { display: block;  }
.d-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.content {display: block; height: auto;}
.div-menu { width: 90%; }
}

@media only screen and (max-width: 600px) {
#right_logo { display: none;  } 

}
/* --------------------------------------------*/