/** @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);  **/


.logoFromMenu2 {
  background-color: white;
}


.Space {
    margin-top: 10px !important;
}

@media   (max-width: 991px){
    .Space {
        margin-top: 12px !important;
    }


}

@media (min-width: 991px) {
    .inner-container {
        visibility: collapse !important;
        display: none !important;
    }

    .menu-container {
        visibility: collapse !important;
        display: none !important;
    }

    .containerForMenu {
        visibility: visible !important;
        display: block !important;
    }

    .logoFromMenu2 {
        visibility: visible !important;
        display: block !important;
        background-color: white;
    }
}

 

.containerForMenu {
  background-color: #222222;
  margin: 0 auto;
  width: 100%;
   max-width: 96%;
  min-height: 568px;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 17px 17px 30px 17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 17px 17px 30px 17px rgba(0, 0, 0, 0.3);
  box-shadow: 17px 17px 30px 17px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
}

.menu-trigger, .close-trigger {
  position: absolute;
  top: 32px;
  right: 10px;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 333;
}
.menu-trigger:hover .menu-trigger-bar:before, .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}
.menu-trigger:hover .close-trigger-bar:before, .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

.close-trigger {
  z-index: 5;
  top: 42px;
}

.menu-trigger-bar {
  display: block;
  width: 250%;
  height: 4px;
  background-color: white;
  margin-bottom: 6px;
  transform: rotate(-45deg);
  position: relative;
}
.menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-trigger-bar.top {
  width: 150%;
  right: 20px;
}
.menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}
.menu-trigger-bar.bottom {
  width: 150%;
  margin-left: 50%;
}

.close-trigger-bar {
  display: block;
  width: 250%;
  height: 4px;
  background-color: #222222;
  position: relative;
}
.close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}
.close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -3px;
}

.logoFromMenu {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -32px;
  text-align: center;
  z-index: 10;
}
    .logoFromMenu span {
        display: block;
        text-align: center;
        line-height: 62px;
        font-size: 72px;
        color: white;
    }

.logo-title {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 32px;
  line-height: 82x;
}

.logo-badge {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 6px;
  right: -6px;
  border-radius: 100%;
  background-color: #137333;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.inner-container, .menu-container {
    position: relative;
    height: 100%;
    width: 100%;
  
}

.inner-container {
    z-index: 20;
    visibility: collapse;
    text-align: center;
    display: none;
    background-color: white;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-top: 70px;
}

.menu-container {
  display: block;
  align-items: center;
  text-align: center;
 
}

.menu-container a {
   width: 100%;
}

.menu {
  display: block;
  width: 100%;
  padding: 10%;
}
.menu li {
  text-align: right;
  display: block;
  padding: 15px 0;
}
.menu button {
  text-decoration: none;
  color: #222222;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.menu a:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 4px;
  opacity: 0;
  background-color: #222222;
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.menu-bg {
    position: absolute;
    display: block;
    width: 200%;
    left: -53%;
    top: -25%;
    height: 40%;
    background-color: white;
}


    .menu-bg.top {
        left: -34%;
        top: 0;
        transform: rotate(-45deg) translateY(-152%) ;
    }

    .menu-bg.middle {
        top: 29%;
        left: -53%;
        transform: rotate(-45deg) scaleY(0) ;
    }


    .menu-bg.bottom {
        top: 105%;
        transform: rotate(-45deg) translateY(25%) ;
        left: -20%;
    }


#links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-family: tahoma;
  color: #fff;
}

