.header{
    width: 100%;
}
.barLine{
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1770px;
    margin: 73px auto 0 auto;
}
.barLine__logo{
    position: relative;

}
.barLine__navigation{
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.barLine__navigation_listbox{
    display: flex;
    list-style-type: none;
    margin: 73px 0 0 0px;
    padding: 3px 0 0 90px;
}
.barLine__specialButtonsBox{
    display: flex;
    list-style-type: none;
    padding: 0 0 0 26px;
    margin: 45px 0 16px 0;
}
.barLine__navigation_btn-gradient_prez{
    display: flex;
    width: 207px;
    margin-right: 7px;
}
.barLine__navigation_btn-gradient_demo{
    display: flex;
    width: 235px;
    padding-right: 41px;
    margin-right: 0;
}
.barLine__navigation_btn-gradient_demo_mobile{
    display: none;
}
.barLine__navigationBtn{
    background-color: transparent;
    border: none;
    float: right;
    margin-top: 18px;
    margin-right: 14px;
    position: relative;
    z-index: 5;
    display: none;
}
.barLine__navigationBtn__line{
    width: 45px;
    height: 3px;
    background-color: #8D8D8D;
    border-radius: 2.5px;
    margin: 6px 0;
}

.barLine__navigationBtn__line_oneExit {

    transform: rotate(45deg) translateY(13px);
  }
.barLine__navigationBtn__line_twoExit{

    transform: rotate3d(0, 1, 0, 90deg);
}
.barLine__navigationBtn__line_threeExit{

    transform: rotate(-45deg) translateY(-13px);
}
.barLine__navigationBtn__line_oneInn{

    transform: rotate(0deg) translateY(0px);
  }
.barLine__navigationBtn__line_oneInn{

    transform: rotate3d(0, 1, 0, 0deg);
}
.barLine__navigationBtn__line_oneInn{

    transform: rotate(0deg) translateY(0px);
}

@media (min-width: 1801px){
    .barLine__specialButtonsBox li{
        animation: 0.6s linear 0s object_viev_in_page_open_moment__barLine__specialButtonsBox;
        transform: translate(0, 0px);
    }
    @keyframes object_viev_in_page_open_moment__barLine__specialButtonsBox { 
        0% { transform: translate(50px, 0px);
            opacity:0; } 
        100% { transform: translate(0px, 0px);
        opacity:1; }  
    }
    .barLine__navigation_listbox li {
        animation: 0.6s linear 0s object_viev_in_page_open_moment__barLine__navigation_listbox;
        transform: translate(0, 0px);
    }
    @keyframes object_viev_in_page_open_moment__barLine__navigation_listbox { 
        0% { transform: translate(-50px, 0px);
            opacity:0; } 
        100% { transform: translate(0px, 0px);
        opacity:1; }  
    }
}