#main-slider-wide .slide_html .btn {
    height: 51px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    font-family: "Helvetica", sans-serif;
    text-align: center;
    text-transform: none;
    background: linear-gradient( 270deg, rgb(0,242,253) 0%, rgb(0,155,228) 36%, rgb(0,79,205) 100%);
    transition: all .5s linear;
}
.logo{
    background-position: 0% 50%;
    margin-right:30px;
    width: 200px;
    height: 70px;
}
#main-slider-wide .slide_html .btn:hover{
    background: linear-gradient( 90deg, rgb(0,242,253) 0%, rgb(0,155,228) 36%, rgb(0,79,205) 100%);
    transition: all .5s linear;
}
#main-slider-wide .slide_more-info {
    position: absolute;
    bottom: 50px;
    left: 30px;
    right:auto;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 18px;
}
.header-contacts{
    color: #0e58a8;
    font-size: 22px;
    padding:0 15px;
    font-weight: 600;
}
#bottom {
    background: #020c71;
}
.header-top-right{

    flex:1 1 auto;

}
.header-top-right .hdr-top-right-string{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w-100{
    width: 100%;
}
.w-100 .header-nav{
    display: flex;
    justify-content: space-between;
}