.b1t-ymservice-menu-top {
    overflow:visible;
    height: 50px;
}

.header.fixed .b1t-ymservice-menu-top {
    display: none;
}

@media only screen and (max-width: 992px) {
    .b1t-ymservice-menu-top {
        display: none;
    }
}

.b1t-ymservice-menu-top.calculated {
    overflow: visible;
}

.b1t-ymservice-menu-top ul,
.b1t-ymservice-menu-top li{
    list-style: none;
    padding: 0px;
    margin:0px;
}

.b1t-ymservice-menu-top li{
    position: relative;
    line-height: 1.42857143;
}

.b1t-ymservice-menu-top li:before {
    display: none;
}

.b1t-ymservice-menu-top a {
    display: block;
    white-space: nowrap;
    position: relative;

     transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    text-decoration: none;
}

.b1t-ymservice-menu-top a,
.b1t-ymservice-menu-top a:hover,
.b1t-ymservice-menu-top a:focus{
    text-decoration: none;
    border-bottom: none;
}

/*
  Уровеь 1
*/

.b1t-ymservice-menu-top ul.root-list > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 16px 15px 14px;
    border-bottom: 2px solid transparent;

    font-weight: 300;
}

.b1t-ymservice-menu-top ul.root-list > li{
    float: left;
}

html.bx-no-touch .b1t-ymservice-menu-top ul.root-list > li:hover > a,
.b1t-ymservice-menu-top ul.root-list > li.active > a{
    background: #374048;
}

.b1t-ymservice-menu-top ul.root-list > li.parent > a {
    padding-right: 30px;
}

.b1t-ymservice-menu-top ul.root-list > li.parent > a .tail {
    position: absolute;
    width: 20px;
    height: 20px;

    top: 50%;
    margin-top: -10px;
    right: 5px;

    cursor: pointer;
}

.b1t-ymservice-menu-top ul.root-list > li.parent > a .tail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e4e5e6 transparent transparent transparent;
    content: " ";
    display: block;

    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -5px;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

}

html.bx-no-touch .b1t-ymservice-menu-top ul.root-list > li.parent:hover > a .tail:before,
.b1t-ymservice-menu-top ul.root-list > li.parent.active > a .tail:before{
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #e4e5e6 transparent;
    margin-top: -3px;
}


/*
  Уровеь 2
*/

.b1t-ymservice-menu-top li ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -2px;

    background: #ffffff;

    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;

    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);

    border-top: 2px solid #2a98d3;
}

html.bx-no-touch .b1t-ymservice-menu-top ul.root-list > li:hover > ul,
.b1t-ymservice-menu-top ul.root-list > li.active > ul{
    display:block;
}

.b1t-ymservice-menu-top li ul a {
    color: #000000;
    text-transform:none;
    font-size: 15px;

    padding: 10px 20px;
}

.b1t-ymservice-menu-top li ul > li.selected > a,
.b1t-ymservice-menu-top li ul > li.active > a,
html.bx-no-touch .b1t-ymservice-menu-top li ul > li:hover > a {
    background: #eeeff0;
}

.b1t-ymservice-menu-top ul.root-list > li > ul > li.parent > a .tail {
    position: absolute;
    width: 20px;
    height: 20px;

    top: 50%;
    margin-top: -10px;
    right: 2px;

    cursor: pointer;
}

.b1t-ymservice-menu-top ul.root-list > li > ul > li.parent > a .tail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px  5px;
    border-color: transparent transparent transparent #000;
    content: " ";
    display: block;

    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -2px;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

}

/*
  Уровеь 3
*/

.b1t-ymservice-menu-top li ul li ul {
    top: 0px;
    left: 100%;
    margin-left: -2px;
    border-left: 1px solid #f3f4f5;
}

html.bx-no-touch .b1t-ymservice-menu-top ul.root-list > li:hover > ul > li:hover > ul,
.b1t-ymservice-menu-top ul.root-list > li.active > ul > li.active > ul{
    display:block;
}

/*
  Уровеь 4 (не поддерживаем)
*/

.b1t-ymservice-menu-top li ul li ul li ul{
    display: none;
}
