.menu-btn {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #1b1e25!important;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: -1px -1px 3px rgba(255, 255, 255, .1), 2px 2px 6px rgba(0, 0, 0, .8);
  box-shadow: -1px -1px 3px rgba(255, 255, 255, .1), 2px 2px 6px rgba(0, 0, 0, .8);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.menu-btn:hover {
  -webkit-box-shadow: -1px -1px 3px rgba(255, 255, 255, .1), 2px 2px 6px rgba(0, 0, 0, .8), inset -2px -2px 10px rgba(255, 255, 255, .05), inset 2px 2px 10px rgba(0, 0, 0, .5);
  box-shadow: -1px -1px 3px rgba(255, 255, 255, .1), 2px 2px 6px rgba(0, 0, 0, .8), inset -2px -2px 10px rgba(255, 255, 255, .05), inset 2px 2px 10px rgba(0, 0, 0, .5);
}
.menu-btn.active {
  -webkit-box-shadow: inset -1px -1px 3px rgba(255, 255, 255, .1), inset 2px 2px 6px #000;
  box-shadow: inset -1px -1px 3px rgba(255, 255, 255, .1), inset 2px 2px 6px #000;
}
.menu-btn.active span {
  background: 0 0!important;
}
.menu-btn.active span:after, .menu-btn.active span:before {
  background: #FF9900!important;
  -webkit-box-shadow: 0 0 5px #FF9900 !important, 0 0 20px #FF9900!important;
  box-shadow: 0 0 5px #FF9900 !important, 0 0 20px #FF9900!important;
}
.menu-btn.active span:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: 0;
}
.menu-btn.active span:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 0;
}
.menu-btn span {
  display: block;
  width: 55%;
  height: 3px;
  border-radius: 3px;
  background: #fff!important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.menu-btn span:after, .menu-btn span:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.menu-btn span:after {
  bottom: 249%}
.menu-btn span:before {
  top: 249%}
.menu-btn-wrap {
  z-index: 1000;
  max-width: 1200px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.close-zone {
  position: absolute;
  top: 0;
  left: 0;
}
.close-zone.active {
  right: 0;
  bottom: 0;
}
.nav-bar {
  border-left: 2px solid #fff!important;
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  min-width: 100px;
  background: #1b1e25!important;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-bar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-bar__list {
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 100px 28px 20px;
  max-width: 316px;
  max-height: 80vh;
}
.nav-bar__list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.nav-bar__list::-webkit-scrollbar-button {
  background-color: #666;
}
.nav-bar__list::-webkit-scrollbar-track {
  background-color: #999;
}
.nav-bar__list::-webkit-scrollbar-track-piece {
  background-color: #999;
}
.nav-bar__list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #fff;
  border-radius: 3px;
}
.nav-bar__list::-webkit-scrollbar-corner {
  background-color: #999;
}
.nav-bar__list::-webkit-resizer {
  background-color: #666;
}
.nav-bar__item.active .nav-bar__link {
  background-size: 100% 2px;
  color: #FF9900!important;
}
.nav-bar__link {
  color: #fff!important;
  text-decoration: none!important;
  display: block;
  color: #fff!important;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding: 18px 18px;
  text-align: end;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff!important;
  padding: 18px 5px;
  border: 0;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background: transparent -o-linear-gradient(currentColor, currentColor);
  background: transparent linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav-bar__link:hover {
  background-size: 100% 2px;
  color: #FF9900!important;
}
.search-form {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form .inputBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-form .inputBox input {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.search-form .inputBox input[type=search] {
  width: 100%;
  background: 0 0;
  border: 2px solid #fff!important;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff!important;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 20px;
}
.search-form .inputBox input[type=search]::-webkit-input-placeholder {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff!important;
}
.search-form .inputBox input[type=search]::-moz-placeholder {
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff!important;
}
.search-form .inputBox input[type=search]:-ms-input-placeholder {
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff!important;
}
.search-form .inputBox input[type=search]::-ms-input-placeholder {
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff!important;
}
.search-form .inputBox input[type=search]::placeholder {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff!important;
}
.search-form .inputBox input[type=search]:focus {
  color: #FF9900!important;
  border-color: #FF9900!important;
}
.search-form .inputBox input[type=search]:focus::-webkit-input-placeholder {
  color: #FF9900!important;
}
.search-form .inputBox input[type=search]:focus::-moz-placeholder {
  color: #FF9900!important;
}
.search-form .inputBox input[type=search]:focus:-ms-input-placeholder {
  color: #FF9900!important;
}
.search-form .inputBox input[type=search]:focus::-ms-input-placeholder {
  color: #FF9900!important;
}
.search-form .inputBox input[type=search]:focus::placeholder {
  color: #FF9900!important;
}
.search-form .inputBox input[type=submit] {
  margin-top: 10px;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff!important;
  -webkit-mask: url(../images/search.svg) no-repeat center;
  mask: url(../images/search.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}
.search-form .inputBox input[type=submit]:hover {
  background: #FF9900!important;
}