@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
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; }
  @media only screen and (max-width: 768px) {
    nav.right-menu {
      width: 100%; } }
  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: "Roboto", sans-serif;
        text-align: center;
        color: #41a3ff; }
    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; } }

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

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: 14px 0;
  font-size: 50px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px; }

@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: 22px; } }

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: #41a3ff; }

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; } }
