
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 0 0 20px 0;
  /*height: 240px;*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
@media (max-width: 768px) {
  #header {
    background-color: rgba(0, 0, 0, 0.9);
    height: 80px!important;
  }
  #main{
    margin-top: 80px!important;
  }
}
#header .header-top {
  margin-bottom: 10px;
  transition: .5s all;
  font-size: .9rem;
  color: #ffffff87;
  padding-top: 10px;
}
#header .header-region a {
  text-decoration: none;
  color: #18d26e8c;
  font-size: .7rem;
  border-bottom: 1px dashed;
}
#header .geo-phone a {
  color: #18d26e;
  text-decoration: none;
}
#header.header-scrolled .header-top {
  margin-bottom: 0;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  /* padding: 12px 0; */
  height: 80px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  /*font-weight: normal;*/
  display: none;
}
/* Для смены шрифта отображения стрелки в меню, смени display у верхнего и нижнего правила */
.fa-angle-down::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-style: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu span{
  font-family: "Open Sans", sans-serif;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-menu .attention{
  color: #28a745;
}

#header .geo-phone {
  padding-right: 7px;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 7px;
  top: 3px;
  z-index: 999;
  /* margin: 33px 20px 0 0; */
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  transition: .3s all;
}
#mobile-nav-toggle.scrolled {
  /* margin-top: 26px; */
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  /*font-family: "Montserrat", sans-serif;*/
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.header-phone {
  position: relative;
}
.geo-description {
  display: inline-block;
  position: relative;
}
.geo-description__button,
.geo-description__button:hover,
.geo-description__button:visited {
  background: 0;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.geo-description__content {
  display: none;
  position: absolute;
  font-size: .8rem;
  background: #2b2b2b;
  border: 1px solid #2d2e32;
  right: 0;
  color: #fff;
  z-index: 100;
  min-width: 170px;
  padding: 10px;
  box-shadow: 0px 2px 2px #0006;
}
.geo-description__content.opened {
  display: block;
}
.geo-description__content .title {
  font-weight: 600;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1024px) {
  #header #logo,
  #header .header-region {
    padding-left: 60px;
  }

  #nav-menu-container,
  #header .header-phone{
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .geo-description__content {
      top: 50px;
  }

  #header #logo h1 {
    font-size: 28px;
  }


  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #header .header-top {
    font-size: .7rem;
    margin-bottom: 3px;
  }
  #header .header-phone .geo-phone > .region-default {
    display: none;
  }
  #header .geo-region {
    color: #18d26e;
    border-bottom: 1px dashed;
    cursor: pointer;
    display: block;
    margin-bottom: 2px;

  }

  #header .header-region a {
    display: none;
  }
}
.sub-item {
  padding-left: 15px;
}
.sub-item a:hover {
  color: #18d26e;
}
#mobile-nav .sub-item i {
  position: relative !important;
}
