body {
    background: #181E34;
    font-size: 16px;
    line-height: 150%;
    color: white;
    font-family: "Montserrat", "Arial", sans-serif;
}

.container {
    max-width: 930px;
    
    margin: 0 auto;
    padding: 0 15px;
    
}

/* ============================================================================ */
.header {
    padding: 30px 0 36px;
}

.header-inner {
    display: flex;
    align-items: center;
}

.header-nav {
    margin-left: auto;
}

.header-list {
    display: flex;
}

.header-item {
    margin-right: 30px;
}

.header-button {
    border-radius: 100px;
    background: var(--Белый, rgba(255, 255, 255, 1));
    color: var(--Синий, rgba(39, 102, 174, 1));
    font-weight: 500;
    padding: 14px 30px;
}

.hti {
    color: rgba(1, 162, 203, 1);
    font-weight: 700;
    text-transform: uppercase;
}

/* ================================================================ */
.hero-a {

    background: url(../img/hero-bg.jpg) 10% 50% / cover no-repeat;
    padding: 120px 0;
    margin-bottom: 120px;
}

.hero-tittle {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-text {
    max-width: 436px;
    max-height: 159px;

}

.ht {
    margin-bottom: 15px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
}

.hero-button-a,
.hero-button-b {
    border-radius: 100px;
    padding: 18px 30px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    justify-content: center;
}

.hero-button-a {
    background: linear-gradient(180.00deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
    margin-bottom: 10px;
}

.hero-button-b {
    background: linear-gradient(129.14deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
}

.img-button {
    margin-left: 4px;
}

/* ==================================== */
.hero-tittle-b {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.hero-tittle-b-text {
    margin: 0 193px 60px 194px;
    text-align: center;
}

.elements {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
    justify-content: space-between;

}

.element {
    padding: 28px;
    box-sizing: border-box;
    border: 2px solid rgba(23, 107, 174, 1);
    border-radius: 16px;
    box-shadow: 4px 4px 13px 0px rgba(5, 13, 41, 0.76);
    background: rgba(25, 124, 184, 1);
    
    display: inline-block;
    max-width: 204px;
    max-height: 141px;
    margin-bottom: 28px;


}

.hbh2 {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0%;
}

.hbtext {
    text-align: center;
}

.hbbtn {    
    padding: 18px 30px;
    border-radius: 100px;
    background: linear-gradient(180.00deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
    margin: 0 232px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
    
}
/* ================================================================== */
.footer {
    padding: 60px 0 50px 0;
}
.footer-box {
    box-sizing: border-box;
    display: flex;
}
.footer-info {
    max-width: 267px;
    max-height: 159px;
    margin-right: 197px;
}
.info-text {
    margin-top: 15px;
    line-height: 20px;
    
}
.footer-list-one {
    margin-right: 117px;
}
.footer-h {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 20px;
}
.ft-item {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
}


