@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
nav.right-menu {
  position: fixed;
  display: table;
  width: 100%;
  max-width: 651px;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 80px;
  background-color: #1e1e1e;
  z-index: 9999;
  vertical-align: middle; }
  nav.right-menu .lang {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px; }

nav.right-menu .nav-cont {
  display: table;
  width: 100%;
  height: 100%; }

nav.right-menu .nav-cont .nav-center {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }
  nav.right-menu .nav-cont .nav-center .phone {
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #e91f48; }

nav.right-menu .nav-cont .v-bottom {
  position: absolute;
  width: 100%; }

@media only screen and (max-height: 768px) {
  nav.right-menu .nav-cont .v-bottom {
    position: relative; } }

@media only screen and (max-width: 768px) {
  nav.right-menu {
    width: 100%; } }

nav.right-menu i.menu-button-close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 31px;
  cursor: pointer;
  background: url(/assets/images/menu_icon_close.png) no-repeat scroll center top; }

nav.right-menu.menu-open {
  display: block; }

nav.right-menu.menu-close {
  display: none; }

nav.right-menu ul.menu-cont li {
  display: block;
  text-align: center;
  padding: 16px 0;
  font-size: 50px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 8px; }

@media only screen and (max-height: 480px) {
  nav.right-menu ul.menu-cont li {
    padding: 4px 0; } }

@media only screen and (max-width: 480px) {
  nav.right-menu ul.menu-cont li {
    font-size: 26px; } }

nav.right-menu ul.menu-cont li a {
  display: inline-block;
  text-decoration: none;
  color: #fff; }

nav.right-menu ul.menu-cont li a:hover {
  color: #e91f48; }

nav.right-menu .social-cont {
  display: block;
  height: 50px;
  margin-top: 50px;
  text-align: center; }

nav.right-menu .social-cont a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2%;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat; }

@media only screen and (max-height: 414px) {
  nav.right-menu ul.menu-cont li {
    height: 38px;
    font-size: 32px; } }

@media only screen and (max-height: 320px) {
  nav.right-menu ul.menu-cont li {
    height: 32px;
    font-size: 26px; } }
