* {
    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: 20px 60px;
}

.headerBg {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.headerText {
    color: #a1b7b2;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-right: 40px;
}

.headerText:last-child {
    margin-right: 0;
}

.headerText:hover {
    color: #96bb7c;
}

.headerNav {
    display: flex;
}

.mainBg {
    background-image: url("./imgs/mainbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}

h1 {
    color: #fff;
    text-shadow: 4px 4px 5.4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 50px;
}

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

.secBlock {
    background: #7a948e;
    margin-top: 30px;
    margin-bottom: 80px;
}

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

.secText {
    max-width: 500px;
}

.secTitle {
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.secSubText {
    color: #fff;
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 30px;
}

h2 {
    color: #263b5c;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.blockFr {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 100px;
}

.blockRev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 100px;
}

.lastBlock {
    margin-top: 20px;
}

.text {
    color: #000;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.cards {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.card {
    background: #f4f2f1;
    width: 384px;
    height: 390px;
}

.cardImg img {
    width: 100%;
}

.cardTitle {
    color: #263b5c;
    font-family: Jost;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    padding: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 550px;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.sliderCustom {
    margin-top: 90px;
}

.footerBg {
    background: #7A948E;
    margin-top: 90px;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

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

.politTitle {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 50px;
}

.politText {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-top: 80px;
    text-transform: uppercase;
}

.mr {
    margin-right: 20px;
}

.ml {
    margin-left: 20px;
}

.thBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

.numBlock {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 0 20px;
}

.boldText {
    color: #335b67;
    font-family: "Nunito Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    margin-right: 20px;
}

.numText {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.numBlock:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

html {
    scroll-behavior: smooth !important;
}

@media (max-width: 1200px) {
    .swiper-slide img {
        margin-right: 20px;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .img img {
        width: 100%;
    }
    .cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card {
        margin-bottom: 20px;
    }
    h2 {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .blockFr {
        flex-direction: column-reverse;
        align-items: center;
    }
    .sec {
        flex-direction: column;
        align-items: center;
    }
    .secText {
        margin-top: 20px;
        max-width: 100%;
    }
    .block {
        flex-direction: column;
        align-items: center;
    }
    .blockRev {
        flex-direction: column-reverse;
        align-items: center;
    }
    .text {
        margin-top: 30px;
        text-align: center;
    }
    .ml {
        margin: 0;
    }
    .mr {
        margin: 0;
    }
}

@media (max-width: 800px) {
    .numBlock:not(:last-child) {
        border-right: none;
    }
    .thBlock {
        flex-direction: column;
        margin: 50px 0;
    }
}

@media (max-width: 600px) {
    h1 {
        text-align: center;
    }
    .mainBg {
        height: 400px;
    }
    .headerText {
        font-size: 12px;
        margin-right: 15px;
    }
    .container {
        padding: 20px 20px;
    }
    h2 {
        font-size: 40px;
    }
    .block {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .text {
        font-size: 22px;
    }
    .footerText {
        font-size: 12px;
    }
    .footerText a {
        font-size: 12px;
        margin-right: 10px;
    }
    .footerText a:last-child {
        margin-right: 0;
    }
    .footer {
        justify-content: space-between;
    }
    .sliderCustom {
        margin-top: 20px;
    }
    h2 {
        text-align: center;
    }
    .politTitle {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
    }
    .politText {
        font-size: 14px;
        margin-top: 30px;
    }
    h1 {
        margin-top: 10px;
        font-size: 32px;
    }
    .secTitle {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .card {
        width: 100%;
    }
}