* {
    box-sizing: border-box;
}

body {
    background: #181e34;
    line-height: 150%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}

/* ====================================== */

.header-inner {
    margin-top: 30px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}

.header-nav {
    margin-left: auto;
}

.header-list {
    display: flex;
}

.header-item {
    margin-right: 30px;
}

.header-button {
    background: #fff;
    color: #2766AE;
    font-weight: 500;
    border-radius: 100px;
    padding: 14px 30px;
    width: 113px;
    height: 48px;
}

/* ==================================== */

.main-section-1 {
    background: url("hero-bg.jpg") 10% 50% / cover no-repeat;
    padding: 120px 0;
}

h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.section-1 {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-text-1 {
    max-width: 436px;
    max-height: 159px;
}

.inline-1 {
    color: #01A2CB;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.text-1 {
    padding-bottom: 15px;
}

.section-1-buttoms {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
}

.section-1-buttom-1 {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
    border-radius: 100px;
    padding: 18px 30px;
    width: 320px;
    height: 56px;
    margin-bottom: 10px;
}

.section-1-buttom-2 {
    display: flex;
    justify-content: center;
    border-radius: 100px;
    padding: 18px 30px;
    width: 320px;
    height: 56px;
    background: linear-gradient(129deg, #00a4cc 0%, #2766ae 100%);
}

/* =========================================== */

.section-2 {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.text-3 {
    max-width: 513px;
    max-height: 48px;
    margin: 0 auto 60px;
}

.cards {
    display: flex;
}

h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    margin-bottom: -28px;
    padding-bottom: 30px;
}

.card-item-inner {
    background: #197CB8;
    border: 2px solid #176BAE;
    box-shadow: 4px 4px 13px rgba(5, 13, 41, 0.76);
    border-radius: 16px;
    padding: 28px 15px;
    text-align: center;
}

.card-item {
    margin-bottom: 28px;
    padding: 0 14px;
    flex: 0 0 25%;
}

.cards-buttom {
    display: flex;
    justify-content: center;
}

.buttom-inner {
    display: flex;
    justify-content: center;
    border-radius: 100px;
    padding: 18px 30px;
    width: 436px;
    height: 56px;
    background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
}

/* ======================================= */

footer {
    border-top: 1px solid #323952;
}

.block-footer {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.block-footer-1 {
    max-width: 267px;
    max-height: 159px;
    margin-right: auto;
}

.text-footer {
    margin-top: 27px;
}

.footer-title {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: start;
}

.footer-item {
    margin-bottom: 10px;
}

.block-footer-2 {
    max-width: 204px;
    width: 100%;
    margin-right: 28px;
}

.block-footer-3 {
    max-width: 204px;
    width: 100%;
}