body {
    background: rgba(24, 30, 52, 1);
    font-family: "Montserraf", "Arial", sans-serif;
    color: var(--Белый, rgba(255, 255, 255, 1));
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.wrapper {
    overflow: hidden;
}

.header {
    padding: 30px 0 36px;
}

.container {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}


/* -------------------------------------------------------------------- */

.header__top-inner {
    display: flex;
    align-items: center;
}

.header__nav {
    margin-left: auto;
}

.header__nav-list {
    display: flex;
}

.header__nav-item {
    margin-right: 30px;
}

.header__nav-link {}

.header-button {
    color: var(--Синий, rgba(39, 102, 174, 1));
    border-radius: 100px;
    background: var(--Белый, rgba(255, 255, 255, 1));
    padding: 14px 30px 14px 30px;
    align-items: flex-start;
}


/* ----------------------------hero-----------------------------------*/

.hero {
    padding: 120px 0;
    background: url(../img/imeges/hero-bg.png) 20% 50% / cover no-repeat;
}

.hero-title {
    color: var(--Белый, rgba(255, 255, 255, 1));
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-text {
    max-width: 436px;
}

.hero-text span {
    color: rgba(1, 162, 203, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.paragraph {
    margin-bottom: 15px;
}

.hero-butons {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
}

.hero-button-one img,
.hero-button-two img {
    margin-left: 4px;
}

.hero-button-one,
.hero-button-two {
    border-radius: 100px;
    background: linear-gradient(180.00deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
    padding: 18px 30px 18px 30px;
    max-width: 320px;
    display: flex;
    justify-content: center;
}

.hero-button-two {
    background: linear-gradient(129.14deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
}

.botton {
    margin-bottom: 10px;
}


/* ----------------SECTION 2------------------------------ */

.cards {
    padding: 90px 0 120px 0;
}

.cards-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -28px;
    padding-bottom: 30px;
}

.cards-title {
    color: var(--Белый, rgba(255, 255, 255, 1));
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.cards-flex-title {
    color: var(--Белый, rgba(255, 255, 255, 1));
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.cards-text {
    max-width: 513px;
    margin: 0 auto 60px;
}

.cards-flex-item {
    flex: 0 0 25%;
    margin-bottom: 28px;
    padding: 0 14px;
}

.cards-flex-inner {
    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);
    padding: 28px;
}

.cards-flex-text {
    align-items: center;
}

.cards-button {
    display: block;
    border-radius: 100px;
    background: linear-gradient(180.00deg, rgba(0, 164, 204, 1), rgba(39, 102, 174, 1) 100%);
    padding: 18px 30px;
    max-width: 436px;
    text-align: center;
    margin: 0 auto;
}


/* ----------------------footer------------------------ */

.footer {
    border-top: 1px solid rgba(50, 57, 82, 1);
    background: rgba(24, 30, 52, 1);
    padding: 60px 0;
}

.footer-inner {
    display: flex;
}

.footer-desc a {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-desc {
    max-width: 267px;
    margin-right: auto;
}

.footer-col {
    max-width: 204px;
    width: 100%;
}

.footer-col-margin {
    margin-right: 28px;
}

.footer-title {
    color: var(--Белый, rgba(255, 255, 255, 1));
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 10px;
}

.footer-link {
    display: block;
}