body {
    background: rgb(24, 30, 52);
    font-family: "Montserrat", sans-serif;
}

header {
    max-width: 1440px;
    max-height: 114px;
    color: rgb(255, 255, 255);
    padding: 30px 275px 36px 270px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 48px;
    height: 48px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu {
    font-size: 16px;
    font-weight: 400;
}

.buttonMenu {
    background: rgb(255, 255, 255);
    width: 113px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    color: rgb(39, 102, 174);
}

.Rectangle {
    background: url("../img/Rectangle.jpg");
    width: 1440px;
    height: 508px;
    color: rgb(255, 255, 255);
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
}

.block {
    display: flex;
    width: 900px;
    height: 159px;
    justify-content: space-between;
    margin: 60px 0 0 0;
}

.miniblock1 {
    display: flex;
    flex-direction: column;
    max-width: 436px;
    height: 159px; 
    gap: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ipsum {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(1, 162, 203);
    text-transform: uppercase;
}

.miniblock2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.buttonBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 56px;
    background: linear-gradient(180.00deg, rgb(0, 164, 204), rgb(39, 102, 174) 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 100px;
}

.buttonimg {
    width: 16px;
    height: 16px;
    margin: 0 0 0 4px
}

.section {
    width: 900px;
    max-height: 568px;
    margin: 120px 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 513px;
    height: 112px;
    color: rgb(255, 255, 255);
}

.sectionmin {
    width: 900px;
    height: 396px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}


.card {
    width: 204px;
    height: 141px;
    padding: 28px;
    background: rgb(25, 124, 184);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: 2px solid rgb(23, 107, 174);
    color: rgb(255, 255, 255);
}

.cardTitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

.cardText {
    text-align: center;
}

.buttonCards {
    width: 436px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180.00deg, rgb(0, 164, 204), rgb(39, 102, 174) 100%);
    border-radius: 100px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

footer {
    border-top: 1px solid rgb(50, 57, 82);
    display: flex;
    color: rgb(255, 255, 255);
}

.footer {
    display: flex;
    width: 811px;
    height: 241px;
    margin: 60px 359px 60px 270px;
    justify-content: space-between
}

.footerLogo {
    width: 267px;
    height: 159px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.column1 {
    margin: 0 117px 0 197px;
}

.footerTitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 20px;
}

.columnMenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footerMenu {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}