:root {
    --primary-color: #113f8a;
    --second-color: #ffffff;
    --black: 900;
    --bold: 600;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto-black.ttf') format('truetype'); 
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Bold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.page {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.logo {
    width: calc(25.5vh + 25.5vw);
}
.logoContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card {
    display: flex;
    background-color: var(--primary-color);
    flex-direction: column;
    color: var(--second-color);
    gap: calc(2.75vh + 2.75vw);
    border-radius: 0 0 calc(14vh + 14vw) 0;
    height: max-content;
    padding: calc(2.75vh + 2.75vw) calc(6vh + 6vw);
    @media (width <= 500px) {
        padding: calc(3.5vh + 3.5vw) calc(3vh + 3vw);
    }
}
.main {
    @media (width <= 500px) {
        border-radius: 0;
        padding: calc(2.75vh + 2.75vw) calc(3vh + 3vw) 0 calc(3vh + 3vw) !important;
    }
}
.cardInfo {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.primary {
    font-size: calc(2.1vh + 2.1vw);
    font-weight: var(--black);
}
.second {
    font-size: calc(1.4vh + 1.4vw);
    font-weight: var(--bold);
}
.mobile {
    @media (width <= 500px) {
        display: none!important;
    }
}
.whiteLine {
    color: var(--primary-color);
    height: 11.8vh;
    font-size: calc(2vh + 2vw);;
    display: flex;
    justify-content: center;
    font-weight: var(--black);
    align-items: center;
}
.container {
    min-height: calc(2vh + 2vw);
    height: max-content;
    background-color: var(--primary-color);
    padding: calc(1vh + 1vw) calc(6vh + 6vw);
    display: flex;
    flex-direction: column;
    justify-content: left;
    span {
        color: var(--second-color);
        font-size: calc(0.5vh + 0.5vw);
    }
    @media (width <= 500px) {
        span {
            font-size: calc(1vh + 1vw);
        }
        min-height: 4vh;
        padding: calc(1vh + 1vw) calc(3vh + 3vw);
    }
}
.desc {
    font-size: calc(2vh + 2vw);
}
.btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: calc(6vh + 6vw);
}
.btn {
    text-decoration: none;
    color: var(--second-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    .icon.resize {
        rotate: 135deg;
    }
    .icon {
        transition: all 0.4s;
        width: calc(3.5vh + 3.5vw);
    }
    span {
        font-size: calc(1vh + 1vw);
        transition: all 0.4s;
        white-space: nowrap;
    }
    &:hover {
        filter: brightness(0.8);
        .icon,span {
            transform: scale(1.05);
        }
        .icon.resize {
            rotate: 360deg;
        }
    }
    @media (width <= 800px) {
        span {
            display: none;
        }
    }
}
/* body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}
.page {
    height: 100dvh;
    scroll-snap-align: start;
}
.header {
    background-color: #113F8A;
    margin: 0;
    display: flex;
    gap: 0;
    height: 78vh;
    flex-direction: column;
    border-radius: 0 0 300px 0;
}
.logoBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 40%;
    margin: 65px 0;
}
.mainBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 65px;
    margin-left: 150px;
}
.whiteBlock {
    height: 13vh;
    color: #113F8A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    span,a {
        font-size: 50px;
        font-weight: 900;
        text-decoration: none;
        color: #113F8A;

    }
    gap: 40px;
}

.leftBlock {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
}
.footer {
    background-color: #113F8A;
    min-height: 9vh;
    max-height: max-content;
    color: white;
    span {
        font-size: 18px;
        margin-left: 50px;
    }
    span:first-child {
        margin-top: 20px;
    }
    span:last-child {
        margin-bottom: 20px;
    }
    font-size: 18px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.title {
    font-size: 50px;
}
.secondTitle {
    font-size: 35.5px;
    font-weight: 600;
}
.secondBlock {
    color: white;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    flex-direction: column;
    gap: 15px;
}
.buttonBlock {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
.buttonSocial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: 0.4s;
    height: 100px;
    span {
        white-space: nowrap;
    }

}
.socialIcon {
    height: 50px;
}
.buttonSocial:hover {
    filter: brightness(0.8);
}
@media (width <= 1200px) {
    .header {
        justify-content: center;
    }
    .logo {
        width: 60%;
        margin: 65px 0 0 0;
    }
    .buttonSocial {
        margin: 0;
    }
    .buttonBlock {
        padding-bottom: 50px;
    }
    .header {
        border-radius: 0 0 200px 0;
    }
    .mainBlock {
        margin-top: 30vh;
        margin-left: 12vw;
    }
    .title {
    font-size: 64px;
    }
    .secondTitle {
        font-size: 45px;
        font-weight: 600;
    }
    .whiteBlock {
        span {
            font-size: 64px;
        }
    }
    .secondBlock {
        font-size: 32px;
        gap: 0;
        span:first-child {
            margin-bottom: 20px;
        }
        span {
            text-align: center;
        }
        margin-bottom: 65px;
    }
}
@media (width <= 768px) {

}
@media (width <= 500px) {
    .logo {
        width: 55%;
    }
    .logoBlock {
        height: 50vh;
    }
    .buttonSocial {
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .socialIcon {
        height: 60px;
    }
    .footer:first-child {
        display: none;
    }
    #mainHeader:first-child {
        border-radius: 0;
    }
    .page:first-child{
        max-height: 60vh;
        min-height: 50vh!important;
        background-color: #113F8A;
    }
    .page {
        min-height: 100vh;
    }
    #mainWhiteBlock {
        display: none;
    }
    .header {
        height: 60vh;
        justify-content: flex-start;
        border-radius: 0 0 120px 0;
    }
    .buttonBlock {
        padding-bottom: 50px;
        gap: 40px;
    }
    .whiteBlock {
        height: 15vh;
    }
    .secondBlock {
        text-align: center;
        gap: 0px;
        margin: 25px;
        span {
            font-size: 22.5px;
        }
        span:first-child {
            margin-bottom: 10px;
        }
    }
    .footer {
        height: 25vh;
    }
    .mainBlock {
        margin-left: 25px;
        margin-top: 65px;
        height: 50vh;
    }
    .leftBlock {
        padding-bottom: 5px;
    }
    .whiteBlock {
        span {
            font-size: 32px;
        }
    }
    .buttonSocial {
        span {
            display: none;
        }
    }
    .title {
        font-size: 32px;
    }
    .secondTitle {
        font-size: 22.5px;
    }
} */