* {
    margin: 0;
    font-family: "Outfit", sans-serif;
    padding: 0;
}

:root {
    --primary-color: #00BF6B;
    --ps-color: #2755f6;
}

header {
    background: #fff;
    border-bottom: #f6f6f6 solid 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.cnik-prilogo {
    font-size: 32px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.cnik-prilogo a {
    display: flex;
    align-items: center;
}

.flx-menu-pau {
    display: flex;
    margin: auto;
}

.pau-xa {
    padding: 31px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
}

.pau-xa:hover {
    color: var(--primary-color);
}

.menu-fxmpui {
    position: relative;
}

.menu-fxmpui:hover .hvmn-pui {
    display: grid !important;
    border: rgba(0, 0, 0, 0.15) dashed 1px;
    border-top: none;
}

.hvmn-pui {
    position: absolute;
    display: none;
    width: 230px;
    background: white;
    border-bottom: #f6f6f6 solid 1px;
    border-top: #f6f6f6 solid 1px;
    border-left: #f6f6f6 solid 1px;
    border-right: #f6f6f6 solid 1px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

.hvmn-pui a {
    margin-bottom: 6px;
    padding: 6px 15px;
    text-decoration: none;
    color: #28213EB2;
    font-size: 13px;
}

.pau-xa svg {
    margin-left: 5px;
    height: 14px !important;
    width: 14px !important;
    display: block !important;
}

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

.cta-menpaux {
    display: flex;
    align-items: center;
}

.cta-menpaux button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    cursor: pointer;
}

.cta-menpaux button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}

.top-msjueoo {
    padding: 10px 5px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: var(--primary-color);
}

.container {
    margin: auto 20px;
}

.secea-proem {
    font-size: 30px;
    text-align: center;
    text-align: -webkit-center;
    font-weight: 500;
}

.secea-proem span {
    color: var(--primary-color);
}

/* Menu */

.desktop-menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
}

.mobile-menu,
.shodsk-fmncls {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .desktop-menu-flex.active {
        display: flex !important;
    }

    .desktop-menu-flex {
        display: none;
        position: fixed;
        left: 0;
        z-index: 9999;
        bottom: 0;
        top: 0;
        height: -webkit-fill-available;
        width: 280px;
        padding: 20px 0px;
        background: white;
        flex-direction: column;
        align-items: start;
        border-right: rgba(0, 125, 197, 0.04) solid 3px;
    }

    .menu-fxmpui {
        width: -webkit-fill-available;
    }

    .shodsk-fmncls {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        margin-left: auto;
    }

    .shodsk-fmncls svg {
        cursor: pointer;
    }

    .flx-menu-pau {
        flex-direction: column;
        align-items: flex-start;
        width: -webkit-fill-available;
        margin: auto 0;
    }

    .mobile-menu {
        display: flex !important;
        padding: 25px 0px 25px 15px;
    }

    .mobile-menu svg {
        cursor: pointer;
    }

    .cta-menpaux {
        width: -webkit-fill-available;
        justify-content: center;
    }

    .cta-menpaux .pau-xa {
        width: auto;
    }

    .pau-xa {
        padding: 15px 15px;
        width: -webkit-fill-available;
        justify-content: space-between;
    }

    .hvmn-pui{
        width: -webkit-fill-available;
    }

    .mm-ico-oft {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-ovlaymod-fm.active {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    header{
        border-radius: 0 !important;
    }

    header .container{
        margin: auto 15px !important;
    }
}