.main-lay {
    background: url("../img/header-left.svg") left top / 83% no-repeat, linear-gradient(rgb(0, 173, 241) 0%, rgb(8, 35, 107) 100%);
}

.main-logo {
    width: 260px;
}

html, body {
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 48px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    background: #FFF;
    padding: 9px 23px;
    border-radius: 10px;
}

.m-b-md {
    margin-bottom: 30px;
}

.row-alements {
    flex-direction: row;
    display: flex;
}

.heading-text {
    flex: 1;
    text-align: right;
    font-size: 28px;
    margin-top: 34px;
    text-transform: uppercase;
}

.ad-logo {
    width: 100%;
    margin-top: 48px;
}