.new-header {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background: transparent; }

.new-header-fix {
  position: fixed !important;
  background: #000;
  opacity: 1;
  z-index: 10;
  transition: all 0.7s ease-out; }

.header-panel a {
	  text-decoration: none !important; }

.header-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfc2; }
  .header-panel__block {
    display: flex;
    align-items: center; }

.header-panel-fix {
  padding: 7px 0;
  border-bottom: none !important;
  transition: all 0.7s ease-out; }

.home-logo {
  display: flex;
  width: 145px;
  height: auto; }
  .home-logo img {
    width: 145px;
    height: 47px; }

.main-nav {
  display: flex;
  align-items: center; }
  .main-nav > li {
	border-bottom: 1px solid transparent;
    margin-right: 25px; }
    .main-nav > li > a {

      color: #fff;
      font-size: 15px; }
    .main-nav > li:hover .nav-drop {
      display: block; }
	  .main-nav > li:hover{
		  border-bottom: 1px solid #fff; }

.services_tab {
  width: 100%;
  display: none; }

.show-key {
  display: contents !important; }

.div-link {
  position: absolute;
  top: 32px;
  left: 20px;
  font-size: 12px; }

.services_links {
  padding: 2px 15px;
  margin-right: 5px;
  border-radius: 6px;
  cursor: pointer; }

.bg_yellow {
  background: #f9f055; }

.bg_grey {
  background: #f4f4f4; }

.nav-drop {
  position: absolute;
  width: 1140px;
  top: 50px;
  padding-top: 20px;
  left: 0;
  display: none;
  z-index: 99; }
  .nav-drop__inner {
    display: flex;
    background: #fff;
    box-shadow: black -3px 5px 12px;
    padding: 40px 0 20px 0; }

.nav-drop-title {
  display: block;
  border: none;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  padding: 12px 0 12px 16px;
  margin-right: 20px;
  margin-left: 20px;
  background: #fff; }
.nav-drop-link {
  display: block;
  border: none;
  font-size: 14px;
  color: #000;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  background: #fff; }
  .nav-drop-link > span {
	  position: absolute;
	  left: 7px;
     }
  .nav-drop-link:hover {
    background: #f8e300;
    transition: all 0.3s ease-in;
    color: #000; }
  .nav-drop-link:last-child {
    border-bottom: none; }

.nav-col {
  width: 33.3%;
  border-right: 1px solid #ccc; }
  .nav-col:last-child {
    border-right: none; }
  .nav-col--type2 {
    width: 25%; }

.header-action {
  display: flex; }
  .header-action .top-btn + .top-btn {
    margin-left: 15px; }


   .header-action.mobile_view{
       display: none;
    }

.top-btn {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background: #f9f055;
  font-weight: 400;
  font-size: 15px;
  color: #181818; }
  .top-btn:hover {
    color: #181818;
    background: #d7cf49;
    transition: all 0.3s ease-in; }
  .top-btn:focus {
    color: inherit; }
  .top-btn span {
    padding-right: 10px; }
  .top-btn--demo {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #446393;
    color: #fff; }
    .top-btn--demo:hover {
      background: #3c5782;
      color: #fff; }
    .top-btn--demo:focus {
      color: #fff; }
  .top-btn--telegram {
    width: 120px;
    background: transparent;
    color: #fff; }
    .top-btn--telegram:hover {
      color: #fff;
      background: #446393; }
    .top-btn--telegram:focus {
      color: #fff; }

.new-header .hamburger-box {
  display: inline-block;
  width: 30px;
  height: 24px;
  position: absolute !important;
  left: 10px;
  top: 12px; }
.new-header .hamburger--slider .hamburger-inner {
  top: -1px !important; }
.new-header .hamburger-inner::after, .new-header .hamburger-inner::before {
  content: "";
  display: block;
  height: 2px;
  width: 25px !important;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }
.new-header .hamburger-inner::after {
  top: 20px; }
.new-header .hamburger-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .2s; }
.new-header .hamburger {
  background: #1a1a1c;
  width: 45px !important;
  height: 45px !important;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 99;
  position: absolute !important;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }
.new-header .hamburger-inner {
  display: block;
  width: 25px !important;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.nav-btn {
  display: none; }

@media screen and (max-width: 1199px) {
  .main-nav > li {
    margin-right: 13px; }
    .main-nav > li a {
      font-size: 14px; }

  .top-btn {
    width: 130px;
    font-size: 14px; }
    .top-btn--telegram {
      width: 110px; }

  .nav-drop {
    width: 940px; }

  .nav-drop-link {
    margin: 0 10px; } }
@media screen and (max-width: 991px) {
  .nav-drop-link {
    background: transparent !important; }

  .nav-btn {
    display: flex; }

  .nav-col {
    width: 50%; }

  .new-header > .container {
    width: 100%; }

  .nav-drop {
    position: relative;
    padding-top: 10px;
    width: 100%;
    top: 0;
    left: 0; }
    .nav-drop__inner {
      flex-wrap: wrap;
      padding: 10px 0; }

  .nav-block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 15px;
    background: #1a1a1c; }
    .nav-block--active {
      display: block !important; }

  .main-nav {
    position: relative;
    flex-wrap: wrap; }
    .main-nav > li {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 10px 0 0 0; }
      .main-nav > li > a {
        font-size: 15px;
		line-height:26px; }

  .header-action {
    margin-top: 10px; }

  .nav-drop-link:last-child {
    border-bottom: 1px solid #ccc; }

  .nav-col:nth-child(2) .nav-drop-link:last-child {
    border-bottom: none; }
  .nav-col:nth-child(3) .nav-drop-link:last-child {
    border-bottom: none; }
  .nav-col--type2:nth-child(2) .nav-drop-link:last-child {
    border-bottom: 1px solid #ccc; }
  .nav-col--type2:nth-child(3) .nav-drop-link:last-child, .nav-col--type2:nth-child(4) .nav-drop-link:last-child {
    border-bottom: none; } }
	@media screen and (max-width: 575px) {
    .home-logo{
        overflow: hidden;
        width: 38px !important;
    }
	.header-action.mobile_view{ width:80%;}
	}
@media screen and (max-width: 990px) {
    .home-logo{
        
        /*width: 47px !important;*/
    }
    .header-action.mobile_view{
        margin-top: 0px;
        /*margin-left: -40px;*/
        /*margin-right: 5px;*/
        display: flex;
   
        /*width: 80%;*/
        text-align: center;
        justify-content: left;
    }
    
    .header-action.mobile_view .top-btn{
        white-space: nowrap;
        padding: 0 10px;
        width:auto;
    }
    
  .nav-col {
    width: 100%; }

  .nav-col--type2:nth-child(3) .nav-drop-link:last-child, .nav-col:nth-child(2) .nav-drop-link:last-child {
    border-bottom: 1px solid #ccc; } }

/*------onesignal push notifications----------*/
#onesignal-popover-dialog{font-family: sans-serif !important;}
.onesignal-customlink-container{margin-top: 10px;}
.onesignal-customlink-container .onesignal-customlink-subscribe{
    text-transform: capitalize !important;
}



/*# sourceMappingURL=header_and_nav.css.map */