﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.nunito-extralight {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.nunito-light {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.nunito-regular {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nunito-medium {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.nunito-semibold {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.nunito-bold {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nunito-extrabold {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.nunito-black {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

:root {
    --max-blocks-width: 1140px;
    --basic-block-padding: 10%;
    --maim-text-color: #08212D;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: var(--maim-text-color);
    background: #e5e5e5d1 linear-gradient(90deg, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 1) 100%);
    background-size: 13%;
}

section {
    width: 100%;
    max-width: var(--max-blocks-width);
}

.hidden {
    display: none !important;
}

.landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--basic-block-padding);
    width: calc(100% - (var(--basic-block-padding) * 2));
}


.hero {
    margin: 50px 0;
}

    .hero .main__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .hero .main__text .line {
            display: flex;
            align-items: center;
            gap: 15px;
            position: relative;
        }

            .hero .main__text .line h1 {
                color: #08212D;
                font-weight: 900;
                font-size: 100px;
                margin: 0;
                letter-spacing: -5px;
                line-height: 74px;
            }

            .hero .main__text .line .title {
                background: -webkit-linear-gradient(27deg, rgba(8,33,45,1) 13%, rgba(0,65,95,1) 34%, rgba(2,58,84,1) 36%, rgba(8,33,45,1) 49%, rgba(0,65,95,1) 66%, rgba(8,33,45,1) 89%);
                font-weight: 900;
                font-size: 128px;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-transform: uppercase;
                line-height: 140px;
            }

                .hero .main__text .line .title:focus-visible {
                    outline: none
                }

            .hero .main__text .line img {
                max-height: 100px;
            }

        .hero .main__text .special__back.green {
            background: radial-gradient(circle, rgb(15 184 0 / 18%) 17%, rgba(255, 255, 255, 0) 82%);
        }

        .hero .main__text .special__back.yellow {
            background: radial-gradient(circle, rgb(255 204 0 / 30%) 17%, rgba(255, 255, 255, 0) 86%);
        }

        .hero .main__text .star__yellow {
            position: absolute;
            right: -40px;
            top: -5px;
        }

        .hero .main__text .star__green {
            position: absolute;
            right: -55px;
            bottom: -5px;
        }

        .hero .main__text .star__blue {
            position: absolute;
            bottom: 0px;
            left: 30px;
        }

        .hero .main__text .judge {
            position: absolute;
            left: -85px;
            top: 50px;
            max-height: 80px;
            z-index: -1;
        }

        .hero .main__text .hands {
            position: absolute;
            right: -125px;
            top: 0;
            max-height: 120px;
        }

    .hero .bottom__text {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

        .hero .bottom__text p {
            font-size: 20px;
            color: #08212D;
            font-weight: 700;
        }

        .hero .bottom__text img {
        }


.about {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .about .text .description {
        background: rgba(255, 255, 255, 0.24);
        position: relative;
        padding: 45px 20px;
        color: #08212D;
        border-radius: 12px;
    }

        .about .text .description .star__left {
            position: absolute;
            left: -20px;
            top: 10px;
        }

        .about .text .description .star__right {
            position: absolute;
            bottom: -12px;
            right: -12px;
        }

        .about .text .description h5 {
            margin: 0;
            font-size: 19px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .about .text .description p {
            margin: 0;
            font-size: 16px;
        }


.products__container {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 20px;
    color: #08212D;
}

.products__tags__box {
    position: relative;
}

.products__tags {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product__tag {
    border-radius: 50px;
    background: #fff;
    font-size: 24px;
    font-weight: 900;
    padding: 16px 30px;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .product__tag:hover,
    .product__tag.active {
        background: #0FB800;
        color: #fff;
    }

    .product__tag.mobile {
        display: none;
    }

.products__list {
    display: grid;
    justify-content: center;
    justify-items: stretch;
    align-content: start;
}

    .products__list.mobile {
        display: none;
    }

    .products__list .product__box {
        transition: opacity 1s;
        opacity: 0;
        height: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

        .products__list .product__box.active {
            opacity: 1;
            height: 100%;
            margin-bottom: 20px;
        }

.product__box a {
    color: var(--maim-text-color);
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.product__box .project__block__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 270px);
    gap: 20px;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

.product__box .project__block {
    display: grid;
    grid-template-rows: minmax(90px, max-content) 1fr 1fr;
    gap: 10px;
}

    .product__box .project__block .head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .product__box .project__block .head .button {
            border-radius: 13px;
            border: 1px #08212D solid;
            padding: 3px 20px;
            font-size: 13px;
            text-wrap-mode: nowrap;
        }

    .product__box .project__block .name {
        display: grid;
        grid-template-rows: 1fr 1fr;
        margin-bottom: 20px;
    }

        .product__box .project__block .name h3 {
            font-size: 32px;
            font-weight: 900;
            margin: 0;
            display: flex;
        }

            .product__box .project__block .name h3 i {
                font-size: 24px;
            }

        .product__box .project__block .name .description {
            margin: 0;
            line-height: 14px;
            font-weight: 300;
        }

    .product__box .project__block .text {
        font-weight: 600;
        line-height: 20px;
    }

    .product__box .project__block .after__text {
        font-size: 13px;
        font-weight: 300;
        line-height: 13px;
        color: rgba(8, 33, 45, 0.5);
    }

    .product__box .project__block .dates__box {
        display: flex;
        font-size: 11px;
        gap: 20px;
    }

        .product__box .project__block .dates__box .h {
        }

        .product__box .project__block .dates__box .dates {
        }

            .product__box .project__block .dates__box .dates .date {
            }

.product__box .project__img {
    max-width: 270px;
    max-height: 240px;
}

    .product__box .project__img img {
        width: inherit;
        height: inherit;
        max-width: 270px;
        max-height: 240px;
    }


.callback__cover .callback h2,
section h2 {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    margin: 10px 0px
}

.mission__cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.objectives {
}

    .objectives .info__box {
        display: grid;
        align-items: center;
        margin-bottom: 30px;
    }

    .objectives .vision {
        grid-template-columns: 46% 52%;
        gap: 2%;
    }

    .objectives .mission {
        grid-template-columns: 1fr 350px;
        gap: 2%;
    }

    .objectives .info__box .img {
        display: flex;
        justify-content: flex-end;
    }

        .objectives .info__box .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .objectives .info__box .text {
        color: #000;
    }

        .objectives .info__box .text h4 {
            font-size: 36px;
            font-weight: 900;
            margin: 0;
        }

        .objectives .info__box .text p {
            font-size: 20px;
        }



.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 55px 0;
}

    .features .feature__container {
        position: relative;
        background: #DCE3F0;
        padding: 45px;
        border-radius: 30px;
        border: 2px transparent solid;
        min-height: 200px;
        transition: transform 0.2s;
    }

        .features .feature__container:hover {
            background: #00415F url("/img/Mask_group.png");
            background-repeat: no-repeat;
            background-size: cover;
            border: 2px #e6d2b2b8 solid;
            transform: scale(1.05);
        }

        .features .feature__container .feature__preview {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
        }

        .features .feature__container:hover .feature__preview {
            display: none;
        }

        .features .feature__container .feature__preview h2 {
            font-size: 36px;
            line-height: 38px;
            margin: 0;
            width: 70%;
            text-transform: uppercase;
        }

        .features .feature__container .feature__preview img {
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .features .feature__container .feature__full {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            height: 100%;
            width: 100%;
        }

        .features .feature__container:hover .feature__full {
            display: flex;
        }

        .features .feature__container .feature__full h5 {
            font-size: 14px;
            font-weight: 900;
            color: #fff;
            max-width: 125px;
            margin: 0 0 10px 0;
            line-height: 15px;
            text-transform: uppercase;
        }

        .features .feature__container .feature__full p {
            font-size: 16px;
            color: #fff;
            line-height: 18px;
        }

        .features .feature__container .feature__full img {
            position: absolute;
            right: -10px;
            top: -50px;
        }



.team {
}

    .team .slider {
        position: relative;
    }

    .team .slide {
        display: grid;
        justify-content: center;
        grid-template-columns: 180px 1fr;
        align-items: center;
    }

        .team .slide .imgs__box {
            position: relative;
            width: 180px;
            height: 250px;
        }

            .team .slide .imgs__box.den {
                background: radial-gradient(circle, #0FB800 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.mis {
                background: radial-gradient(circle, #00415F 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.ira {
                background: radial-gradient(circle, #F46726 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.di {
                background: radial-gradient(circle, #4285F4 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.an {
                background: radial-gradient(circle, #DA5742 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.al {
                background: radial-gradient(circle, #FFCC00 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box.ad {
                background: radial-gradient(circle, #FFCC00 0%, rgba(255, 255, 255, 0) 59%);
            }

            .team .slide .imgs__box .graphic {
                width: 100%;
                height: 100%;
                object-fit: none;
                opacity: 1;
                transition: all 0.5s;
            }

        .team .slide:hover .imgs__box .graphic {
            opacity: 0;
        }

        .team .slide .imgs__box .real {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            opacity: 0;
            transition: all 0.5s;
        }

        .team .slide:hover .imgs__box .real {
            opacity: 1;
        }

        .team .slide .text {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .team .slide .text .name {
                font-size: 19px;
                font-weight: 900;
                max-width: 100px;
                line-height: 19px;
                margin: 50px 0 0 0;
            }

            .team .slide .text .role {
                margin: 0 0 10px 0;
                font-size: 15px;
                line-height: 20px;
                font-weight: 400;
            }

            .team .slide .text .background {
                font-size: 10px;
                line-height: 10px;
                font-weight: 300;
                margin: 0;
            }

.swiper-button-next,
.swiper-button-prev {
    width: 94px;
    height: 94px;
    background: rgba(15, 184, 0, 0.69);
    color: #fff;
    border-radius: 50%;
    font-size: 55px;
    line-height: 55px;
    opacity: 1;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: '';
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        background: #8C939F;
    }

.swiper-button-next {
    right: -120px;
}

.swiper-button-prev {
    left: -120px;
}


.advantages {
    position: relative;
}

    .advantages .container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        padding: 50px 0;
    }

        .advantages .container .advantage {
            border-radius: 33px;
            padding: 10px;
            display: grid;
            grid-template-rows: minmax(0, 140px) min-content 1fr;
            justify-items: center;
            align-items: center;
        }

            .advantages .container .advantage:hover {
                color: #fff;
            }

            .advantages .container .advantage.one {
                background: #FFFFFF url("/img/Mask group.png");
            }

            .advantages .container .advantage:hover.one {
                background: #00415F url("/img/Mask group.png");
            }

            .advantages .container .advantage.two {
                background: #FFFFFF url("/img/Mask group (1).png");
            }

            .advantages .container .advantage:hover.two {
                background: #00415F url("/img/Mask group (1).png");
            }

            .advantages .container .advantage.three {
                background: #FFFFFF url("/img/Mask group (2).png");
            }

            .advantages .container .advantage:hover.three {
                background: #00415F url("/img/Mask group (2).png");
            }

            .advantages .container .advantage.four {
                background: #FFFFFF url("/img/Mask group (3).png");
            }

            .advantages .container .advantage:hover.four {
                background: #00415F url("/img/Mask group (3).png");
            }

            .advantages .container .advantage.five {
                background: #FFFFFF url("/img/Mask group (4).png");
            }

            .advantages .container .advantage:hover.five {
                background: #00415F url("/img/Mask group (4).png");
            }

            .advantages .container .advantage.one,
            .advantages .container .advantage:hover.one,
            .advantages .container .advantage.two,
            .advantages .container .advantage:hover.two,
            .advantages .container .advantage.three,
            .advantages .container .advantage:hover.three,
            .advantages .container .advantage.four,
            .advantages .container .advantage:hover.four,
            .advantages .container .advantage.five,
            .advantages .container .advantage:hover.five {
                background-size: cover;
                background-position: 100% 90%;
            }

            .advantages .container .advantage img {
                width: 82%;
                height: 92%;
                object-fit: contain;
            }

            .advantages .container .advantage .text {
                width: 100%;
                font-size: 20px;
                line-height: 20px;
                font-weight: 900;
                margin-bottom: 10px;
            }

            .advantages .container .advantage .sub__text {
                height: 100%;
                margin: 5px 0;
                font-size: 16px;
                line-height: 16px;
            }

    .advantages .star__yellow {
        position: absolute;
        top: 16%;
        left: 33%;
    }

    .advantages .star__green {
        position: absolute;
        top: 93%;
        left: 3%;
    }

    .advantages .star__orange {
        position: absolute;
        top: 19%;
        left: 80%;
    }

    .advantages .star__blue {
        position: absolute;
        top: 95%;
        left: 97%;
    }



.social .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
}

    .social .container .box {
        background: transparent;
        width: 175px;
        height: 175px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .social .container .box img {
            width: 94px;
            height: 94px;
        }

.callback__cover {
    width: 100%;
    background: #DCE3F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 85px 0;
}

    .callback__cover .callback {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .callback__cover .callback h2 {
            text-align: center;
        }

        .callback__cover .callback p {
            font-size: 36px;
            line-height: 36px;
            margin: 0;
            text-align: center;
        }

        .callback__cover .callback .button {
            background: #0FB800;
            color: #fff;
            border-radius: 42px;
            font-size: 36px;
            font-weight: 900;
            padding: 15px 90px;
            margin-top: 50px;
        }

.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 30px 0;
}

    .navigation .menu__toggle,
    .navigation .menu__mobile {
        display: none;
    }

    .navigation img {
        max-width: 50px;
        max-height: 50px;
        position: absolute;
        left: 0;
    }

    .navigation .lang__selector {
        max-width: 50px;
        position: absolute;
        right: 0;
    }

    .navigation .name {
        font-size: 36px;
        color: #08212D;
        font-weight: 300;
    }

    .navigation ul {
        display: flex;
        gap: 35px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        list-style: none;
    }

        .navigation ul li {
            font-size: 20px;
            color: #646464;
            width: 120px;
            text-align: center;
            text-transform: lowercase;
        }

            .navigation ul li:hover {
                font-weight: 900;
                color: #08212D;
                cursor: pointer;
            }

.navigation__cover {
    width: 100%;
    background: #ffcc0014;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer {
    width: calc(100% - (var(--basic-block-padding) * 2));
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    font-size: 16px;
    color: var(--maim-text-color);
    font-weight: 400;
    padding: 30px var(--basic-block-padding);
}

    footer a {
        color: var(--maim-text-color);
        text-decoration: none;
    }

    footer p {
        margin: 0;
    }

.go__up__button {
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 80px;
    height: 80px;
    background: #00415f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 70px;
    cursor: pointer;
    animation: showButton 0.5s forwards;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

    .go__up__button.visible {
        opacity: 1;
        visibility: visible;
    }


.languages {
    display: flex;
    gap: 15px;
}

    .languages a {
        color: #000;
        text-decoration: none;
    }

    .languages .active {
        font-weight: 700;
    }

    .languages .button {
        cursor: pointer;
    }


.support__container {
    position: fixed;
    bottom: calc(10% + 125px);
    right: calc(5% + 10px);
    z-index: 10;
}

    .support__container .open__block {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 20px;
    }

        .support__container .open__block.hidden {
            display: flex !important;
            width: 0;
            height: 0;
            opacity: 0;
            visibility: hidden;
        }

            .support__container .open__block.hidden .callback__form {
                opacity: 0;
            }

        .support__container .open__block .callback__form {
            background: #DCE3F0;
            padding: 20px;
            border-radius: 30px;
            color: #08212D;
            max-width: 327px;
            display: flex;
            gap: 15px;
            flex-direction: column;
        }

            .support__container .open__block .callback__form .cross {
                width: 100%;
                display: flex;
                justify-content: flex-end;
                font-size: 20px;
                line-height: 100%;
                margin-bottom: -30px;
            }

                .support__container .open__block .callback__form .cross i {
                    cursor: pointer;
                    z-index: 1;
                }

            .support__container .open__block .callback__form h4 {
                font-size: 24px;
                font-weight: 900;
                margin: 0;
            }

            .support__container .open__block .callback__form p {
                font-size: 15px;
                margin: 0;
            }

            .support__container .open__block .callback__form .input__container {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background: #EAF0F7;
                border-radius: 24px;
                padding: 0px 30px;
                gap: 10px;
                font-size: 16px;
            }

                .support__container .open__block .callback__form .input__container img {
                    max-width: 20px;
                }

                .support__container .open__block .callback__form .input__container input {
                    background: transparent;
                    border: none;
                    outline: none;
                    color: #08212D;
                    font-family: 'Nunito';
                    padding: 12px 0;
                    font-weight: 400;
                    width: 100%;
                    margin: 8px 0;
                    box-sizing: border-box;
                    border-radius: var(--content-border-radius);
                    font-size: 16px;
                }

                    .support__container .open__block .callback__form .input__container input::-webkit-input-placeholder {
                        color: rgba(163, 163, 163, 0.5);
                    }

            .support__container .open__block .callback__form .submit__button {
                background: #56CB4C;
                color: #fff;
                border-radius: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 18px 10px;
                font-size: 20px;
                font-weight: 700;
                cursor: pointer;
            }

        .support__container .open__block .options__block {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
        }

    .support__container .action__button {
        width: 77px;
        height: 77px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
        position: relative;
    }

    .support__container .light__circle {
        background: rgba(86, 203, 76, 0.2);
        height: 111px;
        width: 111px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        animation: hideshow 5s infinite;
    }

    .support__container .middle__circle {
        background: rgba(86, 203, 76, 0.5);
        height: 93px;
        width: 93px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        animation: hideshowcentral 5s infinite;
    }

    .support__container .internal__circle {
        background: #56CB4C;
        width: 77px;
        height: 77px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }

    .support__container .open__block .support__button {
        background: #2D8CFF;
        cursor: pointer;
    }

    .support__container .open__block .error__field {
        font-size: 10px;
        color: red;
        line-height: 10px;
        margin-left: 5px;
    }

@keyframes hideshow {
    0%, 20%, 80%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes hideshowcentral {

    0%, 100% {
        opacity: 0;
    }

    20%, 50%, 80% {
        opacity: 1;
    }
}
