
/**************************************************
  Menu
**************************************************/
.mobile-menu-item, .b-menu-mobile__item {
  display: block;
}

.b-menu-mobile,
.b-menu-mobile__list_level_2 {
  background: #1e1e1e !important;
}


.b-navigation__mob-btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    font-size: 0;
    background: #01AEC9; /*#666;*/
    cursor: pointer;
   position: fixed;
   /*  position: absolute;*/
    z-index: 1000;
    margin: 30px 0 0 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 2;
    border-radius: 3px;
    display: none;
}

@media screen and (max-width: 1200px){
  .b-navigation__mob-btn {
    display: block;
  }
}

.b-navigation__mob-btn:before {
    content: '';
    /**/position: absolute;
    width: 68%;
    height: 3px;
    background: #fff;
    top: 12px;
    left: 16%;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
    z-index: 1001;
}
.b-menu-mobile__link_no-padding {
  color: #fff !important;
}
.b-menu-mobile-opened .b-overlay_mobile-menu{
  opacity:1;
  width:100%;
}
.b-menu-mobile-opened .b-overlay_mobile-menu {
  opacity: 1;
  width: 100%;
}
.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(30,108,182,.3);
  z-index: 1000;
  transition: opacity ease .2s;
}
.b-menu-mobile-opened .b-menu-mobile {
  width: 270px;
}
.b-menu-mobile {
  transition: all ease .2s;
  position: fixed;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
  background-color: #1e1e1e;
  z-index: 1001;
}
.b-menu-mobile__list {
  transition: left .2s ease;
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  /*overflow-y: scroll;*/ 
}
.b-menu-mobile__item_title {
    font-family: Montserrat;
  font-weight: 600;
  position: relative;
}
.b-menu-mobile__item {
  font-family: 'PT Sans', sans-serif;
  display: block;
  float: none;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin: 0;
  text-align: left;
  color: #fff !important; /*#666;*/
  text-decoration: none;
}
.b-menu-mobile__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../i/close.svg) center center no-repeat;
  width: 20px;
  height: 20px;
}
.b-menu-mobile__list {
  transition: left .2s ease;
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  /* overflow-y: scroll;*/
}
.b-menu-mobile__item {
  display: block;
  float: none;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin: 0;
  text-align: left;
  color: #fff;/* #666;*/
}
.b-menu-mobile__link_no-padding {
  padding: 0;
}
.b-menu-mobile__link {
  text-decoration: none;
  display: block;
  height: 54px;
  line-height: 54px;
  margin: 0 -20px;
  padding: 0 20px;
  transition: color ease .2s;
  color: #fff !important;/*  #ed1c24;*/
  text-decoration: none!important;
  cursor: pointer;
}
.b-menu-mobile__link:hover {
  color: #f7f7f7 !important;
}
.b-menu-mobile__item:after {
  content: '';
  display: block;
  width: 230px;
  border-bottom: 1px solid  #247eb0;/*  #e5e5e5;*/
  margin: 0 auto;
  position: relative;
  top: 1px;
}
.b-menu-mobile__item:after {
  content: '';
  display: block;
  width: 230px;
  border-bottom: 1px solid  #247eb0;/* #e5e5e5;*/
  margin: 0 auto;
  position: relative;
  top: 1px;
}
.b-menu-mobile__item_with-level-2 {
  width: 10px;
  height: 10px;
  background-image: url(../i/nav-rightarrow-30-x-30.svg);
  width: initial;
  height: inherit;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 229px 17px;
}
.b-menu-mobile__item {
  display: block;
  float: none;
  line-height: 54px;
  padding: 0 20px;
  margin: 0;
  text-align: left;
  color: #fff;
  cursor:pointer;
}
.b-menu-mobile__list_level_2 {
  top: 0;
  bottom: 0;
  left: 270px;
  width: 270px;
  /*background-color: #999;*/
}
.b-menu-mobile__item:after {
  position: absolute;
  content: '';
  display: block;
  width: 230px;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  position: relative;
  top: 1px;
}
.b-menu-mobile__item_with-level-2 .b-menu-mobile__item_title {
  width: 20px;
  height: 20px;
  background-image: url(../i/nav-leftarrowbig-20-x-20.svg);
  width: initial;
  height: inherit;
  text-indent: 21px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 20px;
    padding-left: 40px;
}
.b-menu-mobile__item_title {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.b-menu-mobile__item:hover{
  background-color:#333;
  color: #fff;
}
.b-menu-mobile__item:hover:after{
  top:-1px;
}
.b-menu-mobile__item_active .b-menu-mobile__list_level_2{
  left:0px;
  display:block;
  z-index:1001;
  overflow-x:hidden;
  overflow-y: auto;
  /*overflow-y:scroll;*/  
}