.header{
    position: relative;
    margin-bottom: 61px;
}
.header__background{
    position: absolute;
    width: 100%;
    height: 800px;
    background-color: #2b6dc0;
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    justify-content: center;
    z-index: -1;
    overflow: hidden;
}
.header__backgroundObj{
    position: relative;
    background-color: #2e73ca;
    border-radius: 20px;
    z-index: -1;
}
.header__backgroundObj_left{
    right: 720px;
    top: 190px;
    width: 352.58px;
    height: 352.58px;
    transform: rotate(8.63deg);
}
.header__backgroundObj_right{
    width: 410px;
    height: 410px;
    transform: rotate(-13.51deg);
    left: 768px;
    top: 200px;
}
.barLine{
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1192px;
    min-width: 260px;
    margin: 0 auto;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 0 30px 30px 30px;
}
.barLine__logo{
    height: 100px;
    padding-top: 12px;
}
.barLine__infoLink{
    color: #000000;
    text-decoration: none; 
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 40px;
}
.headerContentBox__text{
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
    color: #ffffff;
}
.headerContentBox__textHead{
    margin: 20px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 82px;
}
.headerContentBox__textBody{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 38px;
}
.noWrap{
    white-space: pre;
}
.headerContentBox__imgBox{
    max-width: 1192px;
    min-width: 270px;
    margin: 40px auto 0 auto;
}
.headerContentBox__presentation{
    width: 100%;
}
.header__DataMight_description{
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    min-width: 260px;
    padding-left: 5px;
    margin: 42px auto 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 32px;
}
