* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 60px;
}

body {
    background: linear-gradient(180deg, #010118 0%, #006 100%);
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

hr {
    background: #fff;
    width: 100%;
    height: 0.5px;
}

.mainBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.googlePhoto {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h1 {
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    margin: 56px 0 20px 0;
}

h2 {
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
}

.mainImg {
    margin-top: -80px;
}

h3 {
    color: #0f8be7;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.secText {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

.secBlock {
    max-width: 500px;
    margin-right: 20px;
}

.sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four {
    background: linear-gradient(90deg, #001b60 0%, #00074a 100%);
}

.fourText {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
    max-width: 700px;
}

.fourBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 300px;
}

.fourImg {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.fiveText {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.8px; /* 140% */
    max-width: 400px;
    margin-left: 20px;
}

.five {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerText {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer {
    background: #001a5f;
}

.three {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.topLeft {
    width: 450px;
    height: 275px;
    border-radius: 24px;
    background: #002f61;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    padding: 50px;
    position: relative;
}

.bottomLeft {
    width: 450px;
    height: 562px;
    border-radius: 24px;
    background: #002f61;
    padding: 50px;
}

.topRight {
    width: 450px;
    height: 637px;
    border-radius: 24px;
    background: #002f61;
    margin-bottom: 12px;
    padding: 50px;
    position: relative;
}

.bottomRight {
    width: 450px;
    height: 200px;
    border-radius: 24px;
    background: #002f61;
    align-items: center;
    padding: 30px 50px 0 50px;
    position: relative;
}

.cardTitle {
    color: #1199fa;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.8px;
}

.txt {
    color: #f7f9fa;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.8px;
    max-width: 200px;
}

.cardImg {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.txtBottom {
    color: #f7f9fa;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.8px;
    max-width: 300px;
}

.cardBttomImg {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.cardTopImg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cardBottomRightImg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.three {
    margin-top: 50px;
}

@media (max-width: 1300px) {
    .secPhoto img {
        width: 100%;
    }
    .fiveImg img {
        width: 100%;
    }
    .mainImg img {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .sec {
        flex-direction: column-reverse;
        align-items: center;
    }
    .secText {
        text-align: center;
    }
    h3 {
        text-align: center;
    }
    .three {
        flex-direction: column;
        align-items: center;
    }
    .fourBlock {
        flex-direction: column;
        align-items: center;
        height: 500px;
    }
    .fourImg {
        position: relative;
    }
    .fourText {
        text-align: center;
    }
    .five {
        flex-direction: column;
        align-items: center;
    }
    .fiveText {
        text-align: center;
    }
    .mainImg {
        margin-top: 0;
    }
}

@media (max-width: 800px) {
    .googlePhoto {
        bottom: -110px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 32px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 20px;
    }
    .topLeft {
        width: 100%;
    }
    .bottomLeft {
        width: 100%;
    }
    .topRight {
        width: 100%;
    }
    .bottomRight {
        width: 100%;
    }
    .fiveText {
        margin-left: 0;
        font-size: 20px;
    }
    .fourText {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .topLeft {
        padding: 10px;
    }
    .bottomLeft {
        padding: 10px;
        height: 500px;
    }
    .topRight {
        padding: 10px;
        height: 580px;
    }
    .bottomRight {
        padding: 10px;

    }
    .container {
        padding: 20px 20px;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .cardTopImg img {
        width: 300px;
    }
    .cardBottomRightImg {
        bottom: -35px;
    }
    .fourImg {
        bottom: -20px;
    }
    .fourBlock {
        height: 550px;
    }
    .googlePhoto img{
        width: 100%;
    }
    .googlePhoto {
        bottom: -65px;
    }
}
