
@font-face{
  font-family: 'Dalek';
  src: url('../fonts/4180435.ttf');
}

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width:100%;
	height:100%;
}

img {
    vertical-align: middle;
}

/*МЕНЮ СВЕРХУ*/

.header {
    position: relative;
    z-index: 50;
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.header .top-navbar {
    min-height: 50px;
    /*padding: 0 15px 0 0;*/
}

.header .top-navbar .navbar-header {
    line-height: 45px;
  /*padding-left: 13px;*/
    background: #fff;
}

.navbar-header {
    padding-top:2px;
    width: 100%;
  float:left;
}


.navbar-header ul {
  list-style-type: none;
  margin: 0 16px 0 0;
  padding: 0;
  overflow: hidden;
}

.navbar-header li {
  float: left;
  margin: 0 5px;

}

.padd-16{
  padding: 0 16px;
}

.navbar-header li a {
  color: inherit;
  text-decoration: none;
}

.navbar-header li.active a{
  color: #666;
  display: block;
  position: relative;
  // border-bottom: 1px solid #666;
  padding: 0 16px;
  transition: all 400ms ease-out;
  cursor: pointer;
  user-select: none;
}

.navbar-header li.active a:before{
  content: '';
    position: absolute;
    transition: inherit;
    z-index: 49;
    width: 98%;
  height: 95%;
  border-bottom: 1px solid #777;
  left: 1%;
  top:0;
}

.navbar-header li.active a:after {
  content: '';
    position: absolute;
    transition: inherit;
    z-index: 49;
    width: 100%;

    left: 0;
    height: 0;
  bottom: 5%;
  background-color: #66666645;
  border-radius: 4px;
}

.navbar-header li.active a:hover:after {
    height: 90%;
    background-color: #52dc4e45;
    z-index: 49;
}
.navbar-header li.active a:hover{
  z-index: 50;
  color: #444;
}


.logo img{
  width: 40px;
  height: 40px;
}

.greek-style{
  font-family: 'Dalek';
  font-size: 24px;
  color: #646b65;
  cursor:default;
}


.navbar-header .right{
  float:right;
}

.navbar-header span{
  cursor: default;
  display: block;
  color: #666;
  text-align: center;
  padding: 0 16px;
  padding-left: 32px;
}

/*
.article-1 img {
  padding:10px 5px 10px 10px;
  width:20%;
}*/
.text-input {
  width: 40px;
  margin-left: 5px;
}

.menu {
  display: block;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #f9fafb!important;
  padding: 70px 0 24px 260px;
  justify-content: space-between;
}

/************************  ЦЕНТР СТРАНИЦЫ *****************/

.limiter {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f9fafb!important;
  overflow:auto;
}

.container{
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}


/*КОНЕЦ*/
.footer {
	left: 0;
	bottom: 0px;
	background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    color: #67757c;
    padding: 3px 15px;
    position: fixed;
    right: 0;
	display: block;
	text-align: center!important;
	z-index: 10;
}



