@charset "UTF-8";

#ddc2 {
  text-align: center;
}
#ddc2 li{
  margin: 20px 10px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-flex;
}
#ddc2 li a {
  color: #aeaeae;
}
#ddc2 li a:hover{
  color: #b0914f;
}

.text-center{
  text-align: center;
}

.main-color{
  color: #b0914f;
}

.fwb{
  font-weight: bold;
}


.vk-widget-content-share a{
  color: #aeaeae;
}
.vk-widget-content-share a:hover{
  color: #b0914f;
}


.flag{
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 0px 0px 4px 0px #3d3d3d;
  border-radius: 100%;
}
.flag-en{
  background-image:url('../images/en.svg');
}
.flag-el{
  background-image:url('../images/el.svg');
}

@media screen and (max-width: 991px) {
  #ddc2 {
    display:none;
  }
}
@media (max-width:450px) {
  #dde{
    line-height: 19px;
    display: inline-flex;
    vertical-align: middle;
  }
  .flag{
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
  }
}