/* line 1, ../sass/header.scss */
body.admin-bar header {
  top: 32px;
}
@media all and (max-width: 782px) {
  /* line 1, ../sass/header.scss */
  body.admin-bar header {
    top: 46px;
  }
}

/* line 10, ../sass/header.scss */
.in-fullscreen header {
  -webkit-transform: translate3d(0, -85px, 0) !important;
          transform: translate3d(0, -85px, 0) !important;
}
/* line 14, ../sass/header.scss */
.in-fullscreen.admin-bar header {
  -webkit-transform: translate3d(0, -117px, 0) !important;
          transform: translate3d(0, -117px, 0) !important;
}
@media all and (max-width: 950px) {
  /* line 19, ../sass/header.scss */
  .in-fullscreen header {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  /* line 23, ../sass/header.scss */
  .in-fullscreen.admin-bar header {
    -webkit-transform: translate3d(0, -47px, 0) !important;
            transform: translate3d(0, -47px, 0) !important;
  }
}

/* line 42, ../sass/header.scss */
.wrapper {
  padding-top: 140px;
}
@media all and (min-width: 650px) {
  /* line 47, ../sass/header.scss */
  .mobile-menu .wrapper::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
  }
}

@media all and (max-width: 950px) {
  /* line 64, ../sass/header.scss */
  .wrapper {
    padding-top: 55px;
  }
}
/* line 69, ../sass/header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90000;
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 79, ../sass/header.scss */
header::after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 89, ../sass/header.scss */
.mobile-menu header {
  z-index: 120000;
}
@media all and (max-width: 1179px) and (min-width: 951px) {
  /* line 69, ../sass/header.scss */
  header {
    padding: 0 25px;
  }
}
@media all and (max-width: 950px) {
  /* line 98, ../sass/header.scss */
  header .top {
    display: none !important;
  }
}
/* line 103, ../sass/header.scss */
header .header-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 111, ../sass/header.scss */
header .header-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}
/* line 117, ../sass/header.scss */
header .header-wrap .top .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1px;
  z-index: 1;
}
/* line 123, ../sass/header.scss */
header .header-wrap .top .logo-wrap img {
  width: 300px;
}
/* line 128, ../sass/header.scss */
header .header-wrap .top .search-wrap {
  -webkit-flex-basis: 395px;
      -ms-flex-preferred-size: 395px;
          flex-basis: 395px;
  margin-right: 3px;
  z-index: 1;
}
/* line 136, ../sass/header.scss */
header.animate {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
@media all and (min-width: 950px) {
  /* line 140, ../sass/header.scss */
  header.animate .menu-block {
    width: 35px !important;
  }
}
/* line 144, ../sass/header.scss */
header.animate .menu-trigger {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* line 147, ../sass/header.scss */
header.animate .menu-trigger.desktop-menu {
  display: none;
}
/* line 150, ../sass/header.scss */
header.animate .menu-trigger.tablet-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 950px) {
  /* line 154, ../sass/header.scss */
  header.animate .menu-trigger.desktop-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 157, ../sass/header.scss */
  header.animate .menu-trigger.tablet-menu {
    display: none;
  }
}
/* line 164, ../sass/header.scss */
header .search-block {
  position: relative;
  width: 100%;
}
/* line 168, ../sass/header.scss */
header .search-block input {
  width: 100%;
  height: 44px;
  padding: 0 8px;
  border: 0;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  font-size: 15px;
  line-height: 44px;
  background-color: transparent;
  outline: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
}
/* line 184, ../sass/header.scss */
header .search-block input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .search-block input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .search-block input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .search-block input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 188, ../sass/header.scss */
header .search-block input:focus {
  border-color: white;
}
/* line 193, ../sass/header.scss */
header .search-block button {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: transparent;
}
/* line 201, ../sass/header.scss */
header .search-block button::before {
  font: 16px 'icomoon';
  content: '\e616';
  color: white;
}
/* line 210, ../sass/header.scss */
header.small .mini-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 214, ../sass/header.scss */
header.small .small-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 222, ../sass/header.scss */
header .mini-logo {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  padding: 0 5px;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* line 230, ../sass/header.scss */
header .mini-logo.correct {
  width: 170px;
}
/* line 233, ../sass/header.scss */
header .mini-logo.correct img {
  max-height: 24px;
}
/* line 238, ../sass/header.scss */
header .mini-logo img {
  max-height: 26px;
}
@media all and (max-width: 950px) {
  /* line 222, ../sass/header.scss */
  header .mini-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 245, ../sass/header.scss */
  header .mini-logo img {
    max-height: 30px;
  }
}
/* line 251, ../sass/header.scss */
header .menu-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 55px;
  left: -20px;
  padding-left: 20px;
  overflow: hidden;
  width: 110px;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 266, ../sass/header.scss */
header .menu-trigger .guide-icon {
  width: 48px;
  height: 55px;
}
/* line 269, ../sass/header.scss */
header .menu-trigger .guide-icon::after, header .menu-trigger .guide-icon::before,
header .menu-trigger .guide-icon i {
  background: #fff;
  content: "";
  height: 6px;
  left: 20px;
  margin-left: 2px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 36px;
}
/* line 282, ../sass/header.scss */
header .menu-trigger .guide-icon::after {
  top: 14px;
}
/* line 285, ../sass/header.scss */
.mobile-menu header .menu-trigger .guide-icon::after {
  width: 31px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
/* line 290, ../sass/header.scss */
header .menu-trigger .guide-icon::before {
  bottom: 13px;
}
/* line 293, ../sass/header.scss */
.mobile-menu header .menu-trigger .guide-icon::before {
  width: 31px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
/* line 298, ../sass/header.scss */
header .menu-trigger .guide-icon i {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 302, ../sass/header.scss */
.mobile-menu header .menu-trigger .guide-icon i {
  opacity: 0;
}
/* line 308, ../sass/header.scss */
header .menu-trigger .guide-text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
/* line 315, ../sass/header.scss */
header .menu-trigger.desktop-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/* line 319, ../sass/header.scss */
header .menu-trigger.tablet-menu {
  height: 54px;
  display: none;
}
/* line 323, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-icon {
  width: 0;
  height: 39px;
}
/* line 327, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-icon::after, header .menu-trigger.tablet-menu .guide-icon::before,
header .menu-trigger.tablet-menu .guide-icon i {
  height: 3px;
  width: 19px;
  left: 23px;
}
/* line 334, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-icon::after {
  top: 15px;
  left: 23px;
}
/* line 338, ../sass/header.scss */
.mobile-menu header .menu-trigger.tablet-menu .guide-icon::after {
  width: 16px;
  left: 26px;
}
/* line 343, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-icon::before {
  bottom: 25px;
  left: 23px;
}
/* line 347, ../sass/header.scss */
.mobile-menu header .menu-trigger.tablet-menu .guide-icon::before {
  width: 16px;
  left: 26px;
}
/* line 352, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-icon i {
  top: 41%;
}
/* line 357, ../sass/header.scss */
header .menu-trigger.tablet-menu .guide-text {
  font-size: 9px;
  font-weight: bold;
}
@media all and (max-width: 950px) {
  /* line 365, ../sass/header.scss */
  header .menu-trigger .guide-icon::after, header .menu-trigger .guide-icon::before, header .menu-trigger .guide-icon i {
    left: 30px;
  }
  /* line 369, ../sass/header.scss */
  .mobile-menu header .menu-trigger .guide-icon::after, .mobile-menu header .menu-trigger .guide-icon::before, .mobile-menu header .menu-trigger .guide-icon i {
    left: 35px;
  }
  /* line 374, ../sass/header.scss */
  header .menu-trigger .guide-text {
    display: none;
  }
}
/* line 380, ../sass/header.scss */
header .menu-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
/* line 385, ../sass/header.scss */
header .menu-row-wrap .menu-block {
  width: 100px;
}
@media all and (max-width: 950px) {
  /* line 385, ../sass/header.scss */
  header .menu-row-wrap .menu-block {
    width: 60px;
  }
}
/* line 393, ../sass/header.scss */
header .menu-row-wrap nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 95%;
      -ms-flex-preferred-size: 95%;
          flex-basis: 95%;
  white-space: nowrap;
  font-size: 0;
  z-index: 1;
  overflow: hidden;
  margin-left: 5px;
}
/* line 403, ../sass/header.scss */
header .menu-row-wrap nav .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 55px;
}
/* line 408, ../sass/header.scss */
header .menu-row-wrap nav .items .wrap {
  height: 75px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
}
/* line 417, ../sass/header.scss */
header .menu-row-wrap nav ul {
  display: none;
  transition: transform .25s, -webkit-transform .25s;
}
@media all and (min-width: 480px) {
  /* line 417, ../sass/header.scss */
  header .menu-row-wrap nav ul {
    display: block;
  }
}
/* line 426, ../sass/header.scss */
header .menu-row-wrap nav span {
  position: relative;
  display: none;
}
/* line 431, ../sass/header.scss */
header .menu-row-wrap nav li > a, header .menu-row-wrap nav span {
  font-size: 15px;
  padding: 0 10px;
  line-height: 55px;
  color: white;
}
/* line 438, ../sass/header.scss */
header .menu-row-wrap nav li {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* line 442, ../sass/header.scss */
header .menu-row-wrap nav li.brawards, header .menu-row-wrap nav li.liga-rb {
  color: #00ace8;
}
/* line 447, ../sass/header.scss */
header .menu-row-wrap nav li.hide-top {
  display: none;
}
/* line 451, ../sass/header.scss */
header .menu-row-wrap nav li + li {
  margin-left: 2px;
}
/* line 455, ../sass/header.scss */
header .menu-row-wrap nav li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
/* line 464, ../sass/header.scss */
header .menu-row-wrap nav li.evro2016 {
  color: white;
}
/* line 466, ../sass/header.scss */
header .menu-row-wrap nav li.evro2016::before {
  top: 0 !important;
  background-image: url("../img/promo/euro-selected.png");
}
/* line 471, ../sass/header.scss */
header .menu-row-wrap nav li.evro2016.current-menu-item {
  color: #131313;
}
/* line 473, ../sass/header.scss */
header .menu-row-wrap nav li.evro2016.current-menu-item::before {
  background-image: url("../img/promo/euro-unselected.png");
}
/* line 479, ../sass/header.scss */
header .menu-row-wrap nav li.wc2018 {
  color: white;
}
/* line 481, ../sass/header.scss */
header .menu-row-wrap nav li.wc2018::before {
  top: 0 !important;
  background-image: url("../img/promo/wc2018menu.png");
}
/* line 487, ../sass/header.scss */
header .menu-row-wrap nav span, header .menu-row-wrap nav li {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
/* line 492, ../sass/header.scss */
header .menu-row-wrap nav span:hover a, header .menu-row-wrap nav li:hover a {
  color: #00ace8;
}
/* line 496, ../sass/header.scss */
header .menu-row-wrap nav span.current-menu-ancestor::before, header .menu-row-wrap nav span.current-menu-parent::before, header .menu-row-wrap nav span.current-menu-item::before, header .menu-row-wrap nav span:hover::before, header .menu-row-wrap nav li.current-menu-ancestor::before, header .menu-row-wrap nav li.current-menu-parent::before, header .menu-row-wrap nav li.current-menu-item::before, header .menu-row-wrap nav li:hover::before {
  top: 0;
}
/* line 505, ../sass/header.scss */
header .menu-row-wrap .nav-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
}
/* line 512, ../sass/header.scss */
header .menu-row-wrap .nav-icons > span {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
  padding-right: 13px;
  cursor: pointer;
  height: 55px;
  color: white;
  text-decoration: none;
}
/* line 524, ../sass/header.scss */
header .menu-row-wrap .nav-icons > span.open .list {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media all and (max-width: 950px) {
  /* line 524, ../sass/header.scss */
  header .menu-row-wrap .nav-icons > span.open .list {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* line 532, ../sass/header.scss */
header .menu-row-wrap .nav-icons > span i {
  display: inline-block;
}
/* line 535, ../sass/header.scss */
header .menu-row-wrap .nav-icons > span i.img {
  width: 16px;
  height: 16px;
  background-size: cover;
  border-radius: 50%;
}
/* line 541, ../sass/header.scss */
header .menu-row-wrap .nav-icons > span i.img.ava {
  width: 30px;
  height: 30px;
}
/* line 550, ../sass/header.scss */
header .menu-row-wrap .nav-icons .list {
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  background-color: #131313;
  -webkit-transition: all .15s;
  transition: all .15s;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: -1;
}
@media all and (max-width: 950px) {
  /* line 550, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .list {
    -webkit-transform-origin: 100% 0 0;
            transform-origin: 100% 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* line 565, ../sass/header.scss */
header .menu-row-wrap .nav-icons .list > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  background-color: inherit;
  font-size: 12px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* line 578, ../sass/header.scss */
header .menu-row-wrap .nav-icons .list > *:hover {
  background-color: #2b2b2b;
}
/* line 583, ../sass/header.scss */
header .menu-row-wrap .nav-icons .list.with-close > .icon-close {
  display: none;
  margin-top: 20px;
  font-size: 30px;
  border-bottom: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  /* line 583, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .list.with-close > .icon-close {
    display: block;
    background-color: transparent;
  }
}
@media all and (max-width: 500px) {
  /* line 597, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .list > * {
    font-size: 15px;
    min-width: 200px;
  }
  /* line 602, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .list > a:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media all and (max-width: 500px) {
  /* line 610, ../sass/header.scss */
  header .menu-row-wrap .nav-icons [data-type="full"] .list {
    position: fixed;
    top: initial;
    left: 0 !important;
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0 0;
            transform-origin: 100% 0 0;
  }
  /* line 623, ../sass/header.scss */
  header .menu-row-wrap .nav-icons [data-type="full"] .list > a {
    line-height: 50px;
    background-color: transparent;
  }
  /* line 629, ../sass/header.scss */
  header .menu-row-wrap .nav-icons [data-type="full"].open .list {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* line 636, ../sass/header.scss */
header .menu-row-wrap .nav-icons .header-profile .list {
  right: 0;
}
@media all and (min-width: 1024px) {
  /* line 640, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .header-profile:hover .list {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* line 647, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list {
  left: 0;
}
@media all and (max-width: 1300px) {
  /* line 647, ../sass/header.scss */
  header .menu-row-wrap .nav-icons .language .list {
    right: 0;
    left: initial;
  }
}
/* line 655, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list a::before {
  display: inline-block;
  margin-right: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  height: 16px;
  width: 16px;
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="ru_RU"] {
  background-image: url("../img/flags/ru_RU.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .ru_RU::before {
  background-image: url("../img/flags/ru_RU.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="en_US"] {
  background-image: url("../img/flags/en_US.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .en_US::before {
  background-image: url("../img/flags/en_US.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="uk"] {
  background-image: url("../img/flags/uk.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .uk::before {
  background-image: url("../img/flags/uk.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="hy"] {
  background-image: url("../img/flags/hy.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .hy::before {
  background-image: url("../img/flags/hy.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="ro_RO"] {
  background-image: url("../img/flags/ro_RO.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .ro_RO::before {
  background-image: url("../img/flags/ro_RO.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="es_ES"] {
  background-image: url("../img/flags/es_ES.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .es_ES::before {
  background-image: url("../img/flags/es_ES.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="bg_BG"] {
  background-image: url("../img/flags/bg_BG.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .bg_BG::before {
  background-image: url("../img/flags/bg_BG.png?1222");
}
/* line 668, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language > i[data-current="ka_GE"] {
  background-image: url("../img/flags/ka_GE.png?1222");
}
/* line 671, ../sass/header.scss */
header .menu-row-wrap .nav-icons .language .list .ka_GE::before {
  background-image: url("../img/flags/ka_GE.png?1222");
}
/* line 678, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .icon-notifications {
  font-size: 22px;
}
/* line 681, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .notifications-count {
  position: absolute;
  top: 3px;
  left: 27px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  background-color: #ff6e40;
  color: white;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
}
/* line 694, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .notifications-count[data-count="0"] {
  opacity: 0;
}
/* line 698, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .notifications-count::before {
  content: attr(data-count);
}
/* line 703, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .list {
  right: 0;
  width: 240px;
  height: 315px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 0;
}
/* line 710, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .list:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 714, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .list > * {
  padding: 0;
}
/* line 717, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .list > *:hover {
  background-color: inherit;
}
/* line 723, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-wrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0;
}
/* line 733, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-wrap .ns-inner {
  width: 100%;
}
/* line 737, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-wrap .notify-wrap {
  opacity: 1;
  background-color: transparent;
}
/* line 741, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-wrap .notify-wrap:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 745, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-wrap .notify-wrap .icon-close {
  display: none;
}
/* line 750, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications .ns-link {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0;
  font-size: 12px !important;
  line-height: 50px !important;
  font-weight: bold !important;
  background-color: black !important;
  text-decoration: underline;
  color: #00ace8;
  text-align: center;
}
/* line 768, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications #ascrail2000 {
  background-color: transparent;
  border-bottom: 0;
  min-width: initial !important;
}
/* line 773, ../sass/header.scss */
header .menu-row-wrap .nav-icons .notifications #ascrail2000 .nicescroll-cursors {
  cursor: pointer;
}
/* line 781, ../sass/header.scss */
header .mobile-menu-wrap {
  position: absolute;
  left: -20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
}
@media all and (max-width: 650px) {
  /* line 781, ../sass/header.scss */
  header .mobile-menu-wrap {
    background-color: black;
    position: fixed;
    height: 100%;
    width: 90%;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media all and (max-width: 950px) {
  /* line 781, ../sass/header.scss */
  header .mobile-menu-wrap {
    left: 0;
  }
}
/* line 802, ../sass/header.scss */
header .mobile-menu-wrap.open {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
/* line 806, ../sass/header.scss */
header .mobile-menu-wrap .search-wrap {
  padding: 15px;
}
@media all and (min-width: 650px) {
  /* line 806, ../sass/header.scss */
  header .mobile-menu-wrap .search-wrap {
    display: none;
  }
}
@media all and (max-width: 650px) {
  /* line 806, ../sass/header.scss */
  header .mobile-menu-wrap .search-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 40px;
  }
}
/* line 817, ../sass/header.scss */
header .mobile-menu-wrap .mobile-menu-entire {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media all and (min-width: 650px) {
  /* line 817, ../sass/header.scss */
  header .mobile-menu-wrap .mobile-menu-entire {
    opacity: 0;
    width: 190px;
  }
  /* line 827, ../sass/header.scss */
  .mobile-menu header .mobile-menu-wrap .mobile-menu-entire {
    opacity: 1;
  }
}
@media all and (max-width: 650px) {
  /* line 817, ../sass/header.scss */
  header .mobile-menu-wrap .mobile-menu-entire {
    overflow-y: scroll;
    padding-right: 10px;
    width: 110%;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 840, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu {
  background-color: black;
  padding: 0;
}
/* line 844, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .backward {
  background-color: black;
  height: 538px;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  float: left;
}
/* line 853, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .backward::before {
  position: relative;
  top: -1px;
  left: 36px;
  font: 14px 'icomoon';
  content: '\e600';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  color: #00ace8;
}
/* line 863, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .backward span {
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: block;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  /* line 844, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu .backward {
    display: none !important;
  }
}
/* line 881, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li {
  font-size: 0;
  overflow: hidden;
}
/* line 885, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li a {
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: block;
  padding: 0 40px 0 15px;
  text-decoration: none;
  color: white;
}
/* line 897, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li li a {
  font-size: 13px;
  line-height: 32px;
  text-transform: none;
  font-weight: normal;
}
@media all and (max-width: 650px) {
  /* line 881, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li {
    position: relative;
  }
  /* line 905, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li a {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 45px 0 25px;
  }
  /* line 912, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li a {
    font-size: 15px;
    line-height: 50px;
  }
}
@media all and (max-width: 650px) {
  /* line 840, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu {
    overflow-y: scroll;
  }
  /* line 920, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu .backward, header .mobile-menu-wrap ul.mobile-left-menu li {
    overflow-y: scroll;
  }
}
@media all and (min-width: 650px) {
  /* line 926, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li > .row-bg {
    float: left;
    width: 100%;
  }
  /* line 930, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu.sub > li > .row-bg {
    display: none;
  }
}
@media all and (min-width: 650px) {
  /* line 938, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs > .row-bg::before {
    position: absolute;
    top: 10px;
    right: 14px;
    font: 14px 'icomoon';
    content: '\e601';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #bababa;
    z-index: 10;
  }
  /* line 950, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs > ul li > .row-bg {
    float: left;
    width: 100%;
  }
}
@media all and (min-width: 650px) {
  /* line 961, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .row-bg::before {
    color: #bababa;
  }
  /* line 965, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .row-bg.open > li.open .row-bg > a {
    color: #00ace8;
  }
  /* line 967, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .row-bg.open > li.open .row-bg > a::before {
    color: #00ace8;
  }
  /* line 976, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .sub > li.open > .row-bg::before,
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .sub > li.open > .row-bg > a {
    color: #00ace8;
  }
  /* line 983, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .sub.small li > .row-bg::before {
    top: 5px;
  }
  /* line 987, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .sub.small > li > .row-bg > a {
    line-height: 26px;
  }
  /* line 991, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs .sub .wrap-scroll {
    display: none;
  }
}
@media all and (min-width: 650px) {
  /* line 1000, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.show {
    height: 100%;
  }
  /* line 1003, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show {
    height: 100%;
  }
  /* line 1006, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show .wrap-scroll {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  /* line 1012, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show .wrap-scroll .scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-right: 15px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* line 1013, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show .wrap-scroll .scroll::after {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(36%, rgba(0, 0, 0, 0.25)), color-stop(56%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 36%, rgba(0, 0, 0, 0.45) 56%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: '';
    height: 45px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 1025, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show .wrap-scroll .scroll > li:last-of-type > .row-bg {
    padding-bottom: 40px;
  }
  /* line 1028, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.open ul.sub.small.show .wrap-scroll .scroll li .row-bg {
    z-index: 0;
  }
}
@media all and (max-width: 650px) {
  /* line 1046, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs::before {
    position: absolute;
    top: 20px;
    right: 40px;
    font: 13px 'icomoon';
    content: '\e642';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
  /* line 1056, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li li.has-subs.open::before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media all and (min-width: 650px) {
  /* line 1064, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub {
    top: 0;
    position: absolute;
    background-color: black;
    display: inline;
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 1073, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub li.open > .row-bg::before {
    color: #00ace8;
  }
  /* line 1076, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub li.open > .row-bg > a {
    color: #00ace8;
  }
  /* line 1082, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub > li > .row-bg::before {
    top: 8px;
  }
  /* line 1089, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub.small > li > .row-bg::before, header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub.small .wrap-scroll .scroll > li > .row-bg::before {
    top: 5px;
  }
  /* line 1092, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub.small > li > .row-bg > a, header .mobile-menu-wrap ul.mobile-left-menu > li.open .sub.small .wrap-scroll .scroll > li > .row-bg > a {
    line-height: 26px;
  }
  /* line 1098, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open > .sub {
    height: 100%;
  }
  /* line 1102, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .row-bg::before {
    color: #00ace8;
  }
}
@media all and (max-width: 650px) {
  /* line 1108, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu > li.open .row-bg > a {
    padding-left: 31px;
  }
}
/* line 1114, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.open .left-bg {
  display: none;
}
@media all and (min-width: 650px) {
  /* line 1117, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open .left-bg.first {
    display: block;
  }
}
/* line 1122, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .row-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 650px) {
  /* line 1122, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu .row-bg {
    position: relative;
    background-color: black;
  }
}
/* line 1129, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .row-bg .left-bg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6px;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  line-height: 60px;
  background-color: #00ace8;
}
@media all and (min-width: 650px) {
  /* line 1129, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu .row-bg .left-bg {
    background-color: #000;
  }
}
@media all and (max-width: 650px) {
  /* line 1139, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu ul {
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    padding: 0;
  }
}
/* line 1153, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.has-subs:not(.open) > ul li,
header .mobile-menu-wrap ul.mobile-left-menu li li:not(.has-subs) {
  max-height: 0;
}
/* line 1159, ../sass/header.scss */
.mobile-menu header .mobile-menu-wrap ul.mobile-left-menu li li:not(.has-subs) {
  max-height: 60px;
}
/* line 1164, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.wc2018 {
  color: white;
}
/* line 1166, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.wc2018 a,
header .mobile-menu-wrap ul.mobile-left-menu li.wc2018 .left-bg {
  background-image: url("../img/promo/wc2018menu.png");
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color0 a {
    background-color: #00ace8;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color0 li a {
    background-color: #009bd1;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 li.current-menu-item > .row-bg > * {
    background-color: #00ace8 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li .row-bg > * {
    background-color: #008aba;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li li .row-bg > * {
    background-color: #0078a2;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li li li .row-bg > * {
    background-color: #00678b;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li li li li .row-bg > * {
    background-color: #005674;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color0 .left-bg {
    background-color: #00ace8;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color0 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color0.open::before {
    color: #00ace8;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color0 li .left-bg > * {
  background-color: #00ace8 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li.current-menu-item > .row-bg > * {
  background-color: #009bd1 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li li.current-menu-item > .row-bg > * {
  background-color: #008aba !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color0 li li li li.current-menu-item > .row-bg > * {
  background-color: #0078a2 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color1 a {
    background-color: #3b86c4;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color1 li a {
    background-color: #3579b0;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 li.current-menu-item > .row-bg > * {
    background-color: #3b86c4 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li .row-bg > * {
    background-color: #2f6b9d;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li li .row-bg > * {
    background-color: #295e89;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li li li .row-bg > * {
    background-color: #235076;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li li li li .row-bg > * {
    background-color: #1e4362;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color1 .left-bg {
    background-color: #3b86c4;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color1 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color1.open::before {
    color: #3b86c4;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color1 li .left-bg > * {
  background-color: #3b86c4 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li.current-menu-item > .row-bg > * {
  background-color: #3579b0 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li li.current-menu-item > .row-bg > * {
  background-color: #2f6b9d !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color1 li li li li.current-menu-item > .row-bg > * {
  background-color: #295e89 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color2 a {
    background-color: #f27046;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color2 li a {
    background-color: #da653f;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 li.current-menu-item > .row-bg > * {
    background-color: #f27046 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li .row-bg > * {
    background-color: #c25a38;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li li .row-bg > * {
    background-color: #a94e31;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li li li .row-bg > * {
    background-color: #91432a;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li li li li .row-bg > * {
    background-color: #793823;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color2 .left-bg {
    background-color: #f27046;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color2 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color2.open::before {
    color: #f27046;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color2 li .left-bg > * {
  background-color: #f27046 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li.current-menu-item > .row-bg > * {
  background-color: #da653f !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li li.current-menu-item > .row-bg > * {
  background-color: #c25a38 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color2 li li li li.current-menu-item > .row-bg > * {
  background-color: #a94e31 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color3 a {
    background-color: #afb42b;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color3 li a {
    background-color: #9ea227;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 li.current-menu-item > .row-bg > * {
    background-color: #afb42b !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li .row-bg > * {
    background-color: #8c9022;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li li .row-bg > * {
    background-color: #7b7e1e;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li li li .row-bg > * {
    background-color: #696c1a;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li li li li .row-bg > * {
    background-color: #585a16;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color3 .left-bg {
    background-color: #afb42b;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color3 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color3.open::before {
    color: #afb42b;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color3 li .left-bg > * {
  background-color: #afb42b !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li.current-menu-item > .row-bg > * {
  background-color: #9ea227 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li li.current-menu-item > .row-bg > * {
  background-color: #8c9022 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color3 li li li li.current-menu-item > .row-bg > * {
  background-color: #7b7e1e !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color4 a {
    background-color: #1d9154;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color4 li a {
    background-color: #1a834c;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 li.current-menu-item > .row-bg > * {
    background-color: #1d9154 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li .row-bg > * {
    background-color: #177443;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li li .row-bg > * {
    background-color: #14663b;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li li li .row-bg > * {
    background-color: #115732;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li li li li .row-bg > * {
    background-color: #0f492a;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color4 .left-bg {
    background-color: #1d9154;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color4 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color4.open::before {
    color: #1d9154;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color4 li .left-bg > * {
  background-color: #1d9154 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li.current-menu-item > .row-bg > * {
  background-color: #1a834c !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li li.current-menu-item > .row-bg > * {
  background-color: #177443 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color4 li li li li.current-menu-item > .row-bg > * {
  background-color: #14663b !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color5 a {
    background-color: #4e342e;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color5 li a {
    background-color: #462f29;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 li.current-menu-item > .row-bg > * {
    background-color: #4e342e !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li .row-bg > * {
    background-color: #3e2a25;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li li .row-bg > * {
    background-color: #372420;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li li li .row-bg > * {
    background-color: #2f1f1c;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li li li li .row-bg > * {
    background-color: #271a17;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color5 .left-bg {
    background-color: #4e342e;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color5 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color5.open::before {
    color: #4e342e;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color5 li .left-bg > * {
  background-color: #4e342e !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li.current-menu-item > .row-bg > * {
  background-color: #462f29 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li li.current-menu-item > .row-bg > * {
  background-color: #3e2a25 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color5 li li li li.current-menu-item > .row-bg > * {
  background-color: #372420 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color6 a {
    background-color: #4db6ac;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color6 li a {
    background-color: #45a49b;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 li.current-menu-item > .row-bg > * {
    background-color: #4db6ac !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li .row-bg > * {
    background-color: #3e928a;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li li .row-bg > * {
    background-color: #367f78;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li li li .row-bg > * {
    background-color: #2e6d67;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li li li li .row-bg > * {
    background-color: #275b56;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color6 .left-bg {
    background-color: #4db6ac;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color6 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color6.open::before {
    color: #4db6ac;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color6 li .left-bg > * {
  background-color: #4db6ac !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li.current-menu-item > .row-bg > * {
  background-color: #45a49b !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li li.current-menu-item > .row-bg > * {
  background-color: #3e928a !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color6 li li li li.current-menu-item > .row-bg > * {
  background-color: #367f78 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color7 a {
    background-color: #8868c0;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color7 li a {
    background-color: #7a5ead;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 li.current-menu-item > .row-bg > * {
    background-color: #8868c0 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li .row-bg > * {
    background-color: #6d539a;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li li .row-bg > * {
    background-color: #5f4986;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li li li .row-bg > * {
    background-color: #523e73;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li li li li .row-bg > * {
    background-color: #443460;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color7 .left-bg {
    background-color: #8868c0;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color7 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color7.open::before {
    color: #8868c0;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color7 li .left-bg > * {
  background-color: #8868c0 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li.current-menu-item > .row-bg > * {
  background-color: #7a5ead !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li li.current-menu-item > .row-bg > * {
  background-color: #6d539a !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color7 li li li li.current-menu-item > .row-bg > * {
  background-color: #5f4986 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color8 a {
    background-color: #ff924a;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color8 li a {
    background-color: #e68343;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 li.current-menu-item > .row-bg > * {
    background-color: #ff924a !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li .row-bg > * {
    background-color: #cc753b;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li li .row-bg > * {
    background-color: #b36634;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li li li .row-bg > * {
    background-color: #99582c;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li li li li .row-bg > * {
    background-color: #804925;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color8 .left-bg {
    background-color: #ff924a;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color8 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color8.open::before {
    color: #ff924a;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color8 li .left-bg > * {
  background-color: #ff924a !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li.current-menu-item > .row-bg > * {
  background-color: #e68343 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li li.current-menu-item > .row-bg > * {
  background-color: #cc753b !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color8 li li li li.current-menu-item > .row-bg > * {
  background-color: #b36634 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color9 a {
    background-color: #00b8d4;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color9 li a {
    background-color: #00a6bf;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 li.current-menu-item > .row-bg > * {
    background-color: #00b8d4 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li .row-bg > * {
    background-color: #0093aa;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li li .row-bg > * {
    background-color: #008194;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li li li .row-bg > * {
    background-color: #006e7f;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li li li li .row-bg > * {
    background-color: #005c6a;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color9 .left-bg {
    background-color: #00b8d4;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color9 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color9.open::before {
    color: #00b8d4;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color9 li .left-bg > * {
  background-color: #00b8d4 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li.current-menu-item > .row-bg > * {
  background-color: #00a6bf !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li li.current-menu-item > .row-bg > * {
  background-color: #0093aa !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color9 li li li li.current-menu-item > .row-bg > * {
  background-color: #008194 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color10 a {
    background-color: #00ace8;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color10 li a {
    background-color: #009bd1;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 li.current-menu-item > .row-bg > * {
    background-color: #00ace8 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li .row-bg > * {
    background-color: #008aba;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li li .row-bg > * {
    background-color: #0078a2;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li li li .row-bg > * {
    background-color: #00678b;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li li li li .row-bg > * {
    background-color: #005674;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color10 .left-bg {
    background-color: #00ace8;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color10 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color10.open::before {
    color: #00ace8;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color10 li .left-bg > * {
  background-color: #00ace8 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li.current-menu-item > .row-bg > * {
  background-color: #009bd1 !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li li.current-menu-item > .row-bg > * {
  background-color: #008aba !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color10 li li li li.current-menu-item > .row-bg > * {
  background-color: #0078a2 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color11 a {
    background-color: #3aaa77;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color11 li a {
    background-color: #34996b;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 li.current-menu-item > .row-bg > * {
    background-color: #3aaa77 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li .row-bg > * {
    background-color: #2e885f;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li li .row-bg > * {
    background-color: #297753;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li li li .row-bg > * {
    background-color: #236647;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li li li li .row-bg > * {
    background-color: #1d553c;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color11 .left-bg {
    background-color: #3aaa77;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color11 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color11.open::before {
    color: #3aaa77;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color11 li .left-bg > * {
  background-color: #3aaa77 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li.current-menu-item > .row-bg > * {
  background-color: #34996b !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li li.current-menu-item > .row-bg > * {
  background-color: #2e885f !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color11 li li li li.current-menu-item > .row-bg > * {
  background-color: #297753 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color12 a {
    background-color: #5c6bc0;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color12 li a {
    background-color: #5360ad;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 li.current-menu-item > .row-bg > * {
    background-color: #5c6bc0 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li .row-bg > * {
    background-color: #4a569a;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li li .row-bg > * {
    background-color: #404b86;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li li li .row-bg > * {
    background-color: #374073;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li li li li .row-bg > * {
    background-color: #2e3660;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color12 .left-bg {
    background-color: #5c6bc0;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color12 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color12.open::before {
    color: #5c6bc0;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color12 li .left-bg > * {
  background-color: #5c6bc0 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li.current-menu-item > .row-bg > * {
  background-color: #5360ad !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li li.current-menu-item > .row-bg > * {
  background-color: #4a569a !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color12 li li li li.current-menu-item > .row-bg > * {
  background-color: #404b86 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color13 a {
    background-color: #3949ab;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color13 li a {
    background-color: #33429a;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 li.current-menu-item > .row-bg > * {
    background-color: #3949ab !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li .row-bg > * {
    background-color: #2e3a89;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li li .row-bg > * {
    background-color: #283378;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li li li .row-bg > * {
    background-color: #222c67;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li li li li .row-bg > * {
    background-color: #1d2556;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color13 .left-bg {
    background-color: #3949ab;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color13 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color13.open::before {
    color: #3949ab;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color13 li .left-bg > * {
  background-color: #3949ab !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li.current-menu-item > .row-bg > * {
  background-color: #33429a !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li li.current-menu-item > .row-bg > * {
  background-color: #2e3a89 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color13 li li li li.current-menu-item > .row-bg > * {
  background-color: #283378 !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color14 a {
    background-color: #1d9154;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color14 li a {
    background-color: #1a834c;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 li.current-menu-item > .row-bg > * {
    background-color: #1d9154 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li .row-bg > * {
    background-color: #177443;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li li .row-bg > * {
    background-color: #14663b;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li li li .row-bg > * {
    background-color: #115732;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li li li li .row-bg > * {
    background-color: #0f492a;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color14 .left-bg {
    background-color: #1d9154;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color14 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color14.open::before {
    color: #1d9154;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color14 li .left-bg > * {
  background-color: #1d9154 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li.current-menu-item > .row-bg > * {
  background-color: #1a834c !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li li.current-menu-item > .row-bg > * {
  background-color: #177443 !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color14 li li li li.current-menu-item > .row-bg > * {
  background-color: #14663b !important;
}
@media all and (max-width: 650px) {
  /* line 1179, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 .left-bg, header .mobile-menu-wrap ul.mobile-left-menu li.open.color15 a {
    background-color: #88bf11;
  }
  /* line 1183, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color15 li a {
    background-color: #7aac0f;
  }
  /* line 1186, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 li.current-menu-item > .row-bg > * {
    background-color: #88bf11 !important;
  }
  /* line 1189, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li .row-bg > * {
    background-color: #6d990e;
  }
  /* line 1192, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li li .row-bg > * {
    background-color: #5f860c;
  }
  /* line 1196, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li li li .row-bg > * {
    background-color: #52730a;
  }
  /* line 1200, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li li li li .row-bg > * {
    background-color: #446009;
  }
}
@media all and (min-width: 650px) {
  /* line 1206, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.open.color15 .left-bg {
    background-color: #88bf11;
  }
  /* line 1211, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu li.color15 .has-subs.open::before, header .mobile-menu-wrap ul.mobile-left-menu li.has-subs.color15.open::before {
    color: #88bf11;
  }
}
/* line 1217, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color15 li .left-bg > * {
  background-color: #88bf11 !important;
}
/* line 1221, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li.current-menu-item > .row-bg > * {
  background-color: #7aac0f !important;
}
/* line 1225, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li li.current-menu-item > .row-bg > * {
  background-color: #6d990e !important;
}
/* line 1229, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu li.color15 li li li li.current-menu-item > .row-bg > * {
  background-color: #5f860c !important;
}
@media all and (max-width: 650px) {
  /* line 1236, ../sass/header.scss */
  header .mobile-menu-wrap ul.mobile-left-menu .chat-mobile-left {
    background-color: #00ace8;
  }
}
/* line 1241, ../sass/header.scss */
header .mobile-menu-wrap ul.mobile-left-menu .chat-mobile-left a span:before {
  font-family: 'icomoon';
  content: "\e921";
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

/* line 1255, ../sass/header.scss */
span.achivement-label {
  cursor: default;
}

/* line 1259, ../sass/header.scss */
.achivement-label {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background-color: #d3d3d3;
  color: white;
  text-decoration: none;
}
/* line 1270, ../sass/header.scss */
.achivement-label:hover {
  color: white;
  text-decoration: none;
}

/* line 1276, ../sass/header.scss */
.interlocutors .achivement-label {
  position: relative;
  top: 1px;
}

/* line 1281, ../sass/header.scss */
#feedbacks-list .achivement-label {
  margin-left: 3px;
}

/* line 1285, ../sass/header.scss */
.page-block .header h1 .achivement-label {
  position: relative;
  top: -5px;
}

/* line 1290, ../sass/header.scss */
.post-author-meta .achivement-label {
  margin-left: 7px;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}

/* line 1297, ../sass/header.scss */
.notify-alert {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  margin-top: 1px;
  color: white;
  z-index: -2;
}
@media all and (min-width: 950px) and (max-width: 1024px) {
  /* line 1297, ../sass/header.scss */
  .notify-alert {
    width: 25%;
  }
}

/* line 1311, ../sass/header.scss */
body.has-branding .notify-alert {
  right: 3px;
}

/* line 1315, ../sass/header.scss */
.notify-wrap {
  display: block;
  position: relative;
  background-color: #060606;
  opacity: 0;
  max-height: 300px;
  text-decoration: none;
  color: white;
}
/* line 1324, ../sass/header.scss */
.notify-wrap:hover {
  text-decoration: none;
}
/* line 1328, ../sass/header.scss */
.notify-wrap[data-showed="1"] {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}
/* line 1333, ../sass/header.scss */
.notify-wrap.removing {
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 0;
  opacity: 0;
}
/* line 1339, ../sass/header.scss */
.notify-wrap + .notify-wrap {
  margin-top: 1px;
}
/* line 1343, ../sass/header.scss */
.notify-wrap .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #666261;
  cursor: pointer;
}
/* line 1353, ../sass/header.scss */
.notify-wrap .icon-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 1362, ../sass/header.scss */
.notify-data {
  padding: 15px;
  white-space: normal;
}
/* line 1381, ../sass/header.scss */
.notify-data[data-type=ach][data-trend=up] .header .icon::before {
  content: '\e6b6';
}
/* line 1385, ../sass/header.scss */
.notify-data[data-type=ach][data-trend=down] .header .icon::before {
  content: '\e6b8';
}
/* line 1389, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=new] .header {
  color: #afb42b;
}
/* line 1391, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=new] .header .icon {
  background-color: #afb42b;
}
/* line 1396, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=amateur] .header {
  color: #4db6ac;
}
/* line 1398, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=amateur] .header .icon {
  background-color: #4db6ac;
}
/* line 1403, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=player] .header {
  color: #00ace8;
}
/* line 1405, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=player] .header .icon {
  background-color: #00ace8;
}
/* line 1410, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=pro] .header {
  color: #3b86c4;
}
/* line 1412, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=pro] .header .icon {
  background-color: #3b86c4;
}
/* line 1417, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=guru] .header {
  color: #8868c0;
}
/* line 1419, ../sass/header.scss */
.notify-data[data-type=ach][data-ach=guru] .header .icon {
  background-color: #8868c0;
}
/* line 1431, ../sass/header.scss */
.notify-data[data-type=ban] .msg, .notify-data[data-type=tip] .msg, .notify-data[data-type=post] .msg, .notify-data[data-type=comment] .msg, .notify-data[data-type=bank_charge] .msg, .notify-data[data-type=complaint] .msg {
  line-height: 16px;
}
/* line 1437, ../sass/header.scss */
.notify-data[data-type=tip] .header {
  color: #ff6e40;
}
/* line 1444, ../sass/header.scss */
.notify-data[data-type=post] .header {
  color: #afb42b;
}
/* line 1452, ../sass/header.scss */
.notify-data[data-type=ban][data-ban-type="ban"] .header {
  color: #d01416;
}
/* line 1455, ../sass/header.scss */
.notify-data[data-type=ban][data-ban-type="ban"] .header .icon::before {
  font-size: 22px;
  content: '\e6a2';
  color: #d01416;
}
/* line 1464, ../sass/header.scss */
.notify-data[data-type=ban][data-ban-type="unban"] .header {
  color: #00912d;
}
/* line 1467, ../sass/header.scss */
.notify-data[data-type=ban][data-ban-type="unban"] .header .icon::before {
  font-size: 22px;
  content: '\e962';
  color: #00912d;
}
/* line 1477, ../sass/header.scss */
.notify-data[data-type=bank_charge] .header {
  color: #3aaa77;
}
/* line 1480, ../sass/header.scss */
.notify-data[data-type=bank_charge] .header .icon {
  background-color: #3aaa77;
}
/* line 1484, ../sass/header.scss */
.notify-data[data-type=bank_charge] .header .icon-plus {
  position: relative;
  left: -2px;
  color: white;
}
/* line 1493, ../sass/header.scss */
.notify-data[data-type=comment] .header {
  color: #00ace8;
}
/* line 1496, ../sass/header.scss */
.notify-data[data-type=comment] .header .icon {
  background-color: #00ace8;
}
/* line 1500, ../sass/header.scss */
.notify-data[data-type=comment] .header .icon-comment {
  position: relative;
  left: -1px;
  top: 0;
  color: white;
  font-size: 12px;
}
/* line 1511, ../sass/header.scss */
.notify-data[data-type=complaint] .header {
  color: #00ace8;
  line-height: 16px;
}
/* line 1515, ../sass/header.scss */
.notify-data[data-type=complaint] .header .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00ace8;
  content: '';
}
/* line 1528, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=groundless] .header {
  color: #ff924a;
}
/* line 1531, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=groundless] .header .icon::before {
  background-color: #ff924a;
}
/* line 1535, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=refused] .header {
  color: #e56c69;
}
/* line 1538, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=refused] .header .icon::before {
  background-color: #e56c69;
}
/* line 1542, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=ignored] .header {
  color: #e64a19;
}
/* line 1545, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=ignored] .header .icon::before {
  background-color: #e64a19;
}
/* line 1549, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=solved] .header {
  color: #43a047;
}
/* line 1552, ../sass/header.scss */
.notify-data[data-type=complaint][data-status=solved] .header .icon::before {
  background-color: #43a047;
}
/* line 1559, ../sass/header.scss */
.notify-data .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 40px;
}
/* line 1569, ../sass/header.scss */
.notify-data .header .icon {
  position: relative;
  top: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  margin-right: 7px;
  border-radius: 50%;
  text-align: center;
}
/* line 1578, ../sass/header.scss */
.notify-data .header .icon::before {
  position: relative;
  left: .5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 13px/25px 'icomoon';
  color: white;
  content: '';
}
/* line 1588, ../sass/header.scss */
.notify-data .msg {
  font-size: 13px;
  line-height: 24px;
}
/* line 1592, ../sass/header.scss */
.notify-data .msg strong {
  font-weight: 600;
}
/* line 1597, ../sass/header.scss */
.notify-data .achivement-label {
  margin-left: 5px;
}

/* line 1602, ../sass/header.scss */
.bmr-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media all and (max-width: 1200px) and (min-width: 950px) {
  /* line 1602, ../sass/header.scss */
  .bmr-bar-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 1609, ../sass/header.scss */
  .bmr-bar-wrapper .bmr-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (max-width: 700px) {
  /* line 1602, ../sass/header.scss */
  .bmr-bar-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 1617, ../sass/header.scss */
  .bmr-bar-wrapper .bmr-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 1624, ../sass/header.scss */
.bmr-bar {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 1632, ../sass/header.scss */
.bmr-bar[data-next="player"] .bar-ok {
  background-color: #00ace8;
}
/* line 1635, ../sass/header.scss */
.bmr-bar[data-next="player"] .bar-inner {
  background: -webkit-gradient(linear, left top, right top, from(#4db6ac), to(#00ace8));
  background: linear-gradient(90deg, #4db6ac 0%, #00ace8 100%);
}
/* line 1641, ../sass/header.scss */
.bmr-bar[data-next="pro"] .bar-ok {
  background-color: #3b86c4;
}
/* line 1644, ../sass/header.scss */
.bmr-bar[data-next="pro"] .bar-inner {
  background: -webkit-gradient(linear, left top, right top, from(#00ace8), to(#3b86c4));
  background: linear-gradient(90deg, #00ace8 0%, #3b86c4 100%);
}
/* line 1650, ../sass/header.scss */
.bmr-bar[data-next="guru"] .bar-ok {
  background-color: #8868c0;
}
/* line 1653, ../sass/header.scss */
.bmr-bar[data-next="guru"] .bar-inner {
  background: -webkit-gradient(linear, left top, right top, from(#3b86c4), to(#8868c0));
  background: linear-gradient(90deg, #3b86c4 0%, #8868c0 100%);
}
/* line 1658, ../sass/header.scss */
.bmr-bar .bar-wrapper {
  position: relative;
  padding: 4px;
  background-color: #f1f2f2;
}
/* line 1663, ../sass/header.scss */
.bmr-bar .bar-wrapper .bar-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1670, ../sass/header.scss */
.bmr-bar .bar-wrapper .bar-ok::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 15px 'icomoon';
  content: '\e913';
  color: white;
}
/* line 1681, ../sass/header.scss */
.bmr-bar .bar-inner {
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#00ace8));
  background: linear-gradient(90deg, white 0%, #00ace8 100%);
}
/* line 1686, ../sass/header.scss */
.bmr-bar .title {
  margin-top: 5px;
  font-size: 12px;
  color: #828282;
}
/* line 1693, ../sass/header.scss */
.bmr-bar .values {
  font-size: 12px;
  font-weight: bold;
  color: #131313;
}

/* line 1700, ../sass/header.scss */
.logo-wrap .main-logo.beta {
  position: relative;
}
/* line 1702, ../sass/header.scss */
.logo-wrap .main-logo.beta .beta-logo {
  position: absolute;
  top: -10px;
  right: -65px;
  line-height: 24px;
  background-color: #d71015;
  height: 24px;
  width: 55px;
  font-size: 14px;
  text-align: center;
  color: white;
}
/* line 1713, ../sass/header.scss */
.logo-wrap .main-logo.beta .beta-logo i {
  font-size: 13px;
}

/* line 1719, ../sass/header.scss */
.is-hidden {
  display: none !important;
}

/* line 1724, ../sass/header.scss */
.container-tooltip-gift {
  z-index: 999;
}
/* line 1727, ../sass/header.scss */
.container-tooltip-gift #gift {
  background: url("/wp-content/themes/bmr/assets-v2/img/icons/gift.png") no-repeat;
  height: 25px;
  width: 27px;
  cursor: pointer;
  background-size: 25px 27px;
}
/* line 1735, ../sass/header.scss */
.container-tooltip-gift .close {
  margin: 10px;
  position: absolute;
  top: 7px;
  right: 0;
  color: #d7d7d7;
  font-size: 21px;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  /* line 1735, ../sass/header.scss */
  .container-tooltip-gift .close {
    top: 7px;
    right: 2px;
    margin: 0;
    font-size: 15px;
  }
}
/* line 1752, ../sass/header.scss */
.container-tooltip-gift .tooltip-arrow {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  background-color: white;
  position: absolute;
  top: -6px;
  left: 115px;
}
@media all and (max-width: 500px) {
  /* line 1752, ../sass/header.scss */
  .container-tooltip-gift .tooltip-arrow {
    width: 8px;
    height: 8px;
    top: -5px;
    left: 46px;
    z-index: -1;
  }
}
/* line 1770, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift {
  width: 225px;
  height: 175px;
  border: 1px solid whitesmoke;
  z-index: 999;
  overflow: visible;
  position: absolute;
  top: 52px;
  left: -98px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
@media all and (max-width: 500px) {
  /* line 1770, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift {
    width: 130px;
    height: 90px;
    top: 50px;
    left: -26px;
  }
}
/* line 1789, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift .logo {
  height: 20px;
  margin: 15px auto 0;
  display: block;
}
@media all and (max-width: 500px) {
  /* line 1789, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift .logo {
    height: 15px;
    margin: 7px auto 0;
  }
}
@media all and (min-width: 501px) {
  /* line 1800, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift .show-logo-in-small {
    display: none;
  }
}
@media all and (max-width: 500px) {
  /* line 1806, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift .show-logo-in-big {
    display: none;
  }
}
/* line 1812, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift p {
  font-size: 16px;
  color: #131313;
  text-align: center;
  line-height: 1.2;
  margin: 8px auto 0;
  padding: 0 5px;
}
@media all and (max-width: 500px) {
  /* line 1812, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift p {
    font-size: 12px;
    padding: 0 3px;
  }
}
/* line 1826, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift .button-in-tooltip {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 205px;
  margin-left: 10px;
  padding: 16px 0;
  background-color: #00abe8;
  text-align: center;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
}
/* line 1839, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift .button-in-tooltip:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #26b8eb;
}
/* line 1844, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift .button-in-tooltip:hover:active {
  background-color: #0092c5;
}
@media all and (max-width: 500px) {
  /* line 1826, ../sass/header.scss */
  .container-tooltip-gift .tooltip-gift .button-in-tooltip {
    display: none;
  }
}
/* line 1854, ../sass/header.scss */
.container-tooltip-gift .tooltip-gift::after {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  background-color: white;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  top: 30px;
  position: absolute;
}

/* line 1866, ../sass/header.scss */
.phone-test-wrap {
  z-index: 1;
}
/* line 1868, ../sass/header.scss */
.phone-test-wrap .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1871, ../sass/header.scss */
.phone-test-wrap .text-wrap .icon-phone_icon {
  font-size: 34px;
  color: #fff;
  margin: 0 15px 0 0;
}
/* line 1877, ../sass/header.scss */
.phone-test-wrap .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 1880, ../sass/header.scss */
.phone-test-wrap .information .text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
/* line 1886, ../sass/header.scss */
.phone-test-wrap .information .phone {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
/* line 1892, ../sass/header.scss */
.phone-test-wrap .information .work-time {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}

/* line 1901, ../sass/header.scss */
.lt-label-mobile {
  right: 15px !important;
  bottom: 90px !important;
  width: 55px !important;
  height: 55px !important;
  font-size: 15px !important;
}

/* line 1909, ../sass/header.scss */
.lt-menu-fix-adaptive-scroll {
  width: 100%;
}
/* line 1912, ../sass/header.scss */
.lt-menu-fix-adaptive-scroll .lt-label-mobile {
  display: none;
}
