@font-face{
  font-family: reg1;
  src: url("/fonts/CRC55.otf");
 }
body {
  margin: 0;
  padding: 0;
  font-family: reg1;
  -webkit-transition: color .5s;
  transition: color .5s;
  font-size: 18px;
  text-align: center;
  background-color: #e9e7d3;
}
*{padding: 0; margin: 0;}
a {
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  color: black;
}
/*.container {
  z-index: 2;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}*/

.yellow {
  overflow: hidden;
  background-color: #f8e200;
  position: relative;
}
.list {
  -webkit-transition: height .9s;
  transition: height .9s;
  float: top;
  height: 0px;
  overflow: hidden;
  font-weight: 600;
  width: 100%;
}
.list li {
  padding: 10px;
}
.list li a:hover {
  color: #fff;
}
.header{
  -webkit-transition: height .9s;
  transition: height .9s;
  background: rgba(247,230,0,0);
  position: fixed;
  z-index: 3;
  padding: 10px 2%  10px 2%;
  width: 96%;
  height: 38px;
}
.logo{
  float: left;
  width: 50%;
  height: 40px;
  text-align: left;
}
.iconlogo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/logo.png") no-repeat;
  background-position: center;
}
.mMenu {
  float: left;
  width: 50%;
  height: 40px;
}
.icons {
  cursor: pointer;
  float: right;
  width: 40px;
  height: 40px;
  background: url("../img/menu.png") no-repeat;
  background-position: center;
}
.triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width :0;
  height: 0;
  border-bottom: 300px solid #f7e600;
  border-left: 0px solid transparent;
  border-right: 637px solid transparent;
  z-index: 0;
}
.hidden{
opacity:0;
}
.visible{
opacity:1;
}
.somecontact{
  position: relative;
  z-index: 2;
  text-align: center;
  float: left;
  width: 100%;
  background-size: cover;
  background-position: top;
}
.somecontact li {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin: 20px 0  20px 0 ;
  display: inline-block;
  height: auto;
  width: 250px;
}
.somecontact li i{
  float: left;
  display: inline-block;
  width: 70px;
  height: 50px;
  background: url("../img/contacts_sprite.png") no-repeat;
}
.somecontact .direсtor {
  background-position: -378px 0px;
}
.somecontact .mail{
  background-position: -706px 0px;
}
.somecontact li span{
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
 .contacts_value {
  color: #78b8a9;
  -webkit-transition: color .5s;
  transition: color .5s;
}
 .contacts_value:hover{
   color: #4af0f8;
 }
 .footer {
   position: relative;
   margin-top: 30px;
   padding: 20px;
   z-index: 1;
 }
/*@media screen and (min-width: 4000px) {
  .triangle {border-right: 1340px solid transparent; border-bottom: 600px solid #f7e600}
  .inform{width: 40%;}
  .icons{display: none;}
  .planet{width: 90%;}
  .contacts{background: url("../img/map.png"); background-size: cover;
  background-position: center;
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  height: 700px;}
  .list{position: static; list-style: none; height: auto; width:70%; text-align:left;background:rgba(0,0,0,0); float: right;}
  .list li{border: none;text-align: center; display: inline-block; font-size: 13px;}
  .container .header{width: 80%; -webkit-transition: background 1s; transition: background 1s;}
  .mMenu{width: 80%;text-align: center; overflow: hidden; display: none;}
  .contacts li{margin: 40px 0  40px 0 ;}
  .logo{width:20%; text-align: center;}
  .design{height: 200px;}
  .phrases ul{margin-top: 260px;}
}*/
