body {
    background-color: #201A1B;
    font-family: 'Roboto Condensed', sans-serif;
}

ul {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1600px!important;
    width: 100%;
    padding-left: 40px!important;
    padding-right: 40px!important;
}

.container-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.alert {
    border-radius: 10px;
    border: none;
    width: fit-content;
    margin-left: auto;
    position: fixed;
    right: 40px;
    bottom: 10px;
    margin: 0;
    font-weight: 400;
    z-index: 1000000000;
}

.alert-success {
    background-color: #FFFFFF!important;
    border: 1px solid #DFE3EC!important;
    box-shadow: 1px 1px 2.8px 2px #52535417!important;
    color: #3E4552!important;
}

.alert-error {
    background-color: #FFFAFA!important;
    border: 1px solid #F04D4D!important;
    color: #F04D4D!important;
    box-shadow: 1px 1px 2.8px 2px #52535417!important;
}

.alert-dismissible .btn-close {
    padding: 0;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
}

header {
    background-color: #030202;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.text-logo {
    font-size: 21px;
    font-weight: 500;
    color: #0F1729;
}

.logo {
    width: 89px;
    height: 50px;
    object-fit: contain;
}

.img-user-right-header-open img {
    width: 32px;
    height: 32px;
}

.left-header {
    gap: 23px;
}

.on-site-left-header {
    color: #3E4552;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}

.on-site-left-header:hover {
    color: #524FE5;
}

.center-header {
    gap: 8px;
}

.nav-center-header {
    padding: 10px 12px;
    padding-right: 16px;
    color: #FFFFFFCC;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1.5px solid transparent;
    height: 40px;
    justify-content: center;
}

.nav-center-header svg path {
    stroke: #FFFFFFCC;
    transition: all 0.3s ease;
}

.nav-center-header.active {
    background-color: #FF461B1F;
    color: #FF461B;
    border-color: #FF461B29;
}

.nav-center-header.active svg path {
    stroke: #FF461B;
}

.right-header {
    gap: 12px;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border: 1px solid transparent;
}

.img-user-right-header {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 40px;
}

.fio-user-right-header {
    color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.email-user-right-header {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.count-fruitcoins {
    background-color: #F7931D33;
    border: 1.5px solid #F7931D33;
    padding: 6px;
    border-radius: 8px;
    color: #F7931D;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    width: fit-content;
}

footer {
    position: relative;
}

.footer {
    background-color: #111010;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: 200px;
    padding-top: 70px;
    padding-bottom: 24px;
}

.logo-footer {
    width: 132px;
    height: 74px;
    object-fit: contain;
    z-index: 1;
}

.img-ellipse-footer {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0) rotate(180deg);
    height: 130px;
    width: 400px;
}

.text-rules-register-footer {
    color: #FFFFFFCC;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    max-width: 250px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.wrap-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zag-footer-nav {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.links-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.link-footer-nav {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}

.wrap-footer-nav.first {
    max-width: 350px;
}

.wrap-footer-nav.second {
    max-width: 150px;
}

.wrap-footer-nav.third {
    max-width: 220px;
}

.wrap-footer-nav.fourth {
    max-width: 300px;
}

.link-footer-nav.info-org {
    font-size: 14px;
}

.text-copyright-footer {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
}

.btn-close {
    outline: none!important;
    box-shadow: none!important;
}

.dropdown-menu-right-header {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #201A1B;
    border: 2px solid #313030;
    padding: 8px;
    border-radius: 16px;
    display: none;
    flex-direction: column;
    min-width: 200px;
}

.dropdown-menu-right-header hr {
    opacity: 1!important;
    color: #313030;
}

.link-dropdown-menu-right-header {
    padding: 8px 10px;
    border-radius: 8px;
    color: #FFA900;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}

.link-dropdown-menu-right-header.logout {
    color: #F04D4D;
}

.img-logo-header {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.menu-bottom-fixed-mobile {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #0b650c;
    display: none;
    z-index: 100;
}

.menu-bottom-fixed-mobile-content {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-bottom-fixed-mobile-content .nav-center-header {
    padding-left: 12px!important;
}

.register-check-header {
    background-color: #FF461B;
    border: 1.5px solid #FF461B;
    padding: 10px 16px;
    padding-left: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    height: 40px;
    justify-content: center;
}

@media (max-width: 992px) {
    header .center-header {
        display: none!important;
    }
    .link-dropdown-menu-right-header-mobile {
        display: flex!important;
    }
    .container {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .nav-center-header {
        padding-left: 0px;
    }
    .on-site-left-header {
        display: none;
    }
    .wrap-footer-nav.first {
        max-width: 100%;
        width: 45%;
    }
    .wrap-footer-nav.second {
        max-width: 100%;
        width: 45%;
    }
    .wrap-footer-nav.third {
        max-width: 100%;
        width: 45%;
    }
    .wrap-footer-nav.fourth {
        max-width: 100%;
        width: 45%;
    }
    .img-ellipse-footer {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .alert {
        width: 100%;
        left: 0;
    }
    .img-user-right-header {
        display: none;
    }
    .dropdown-menu-right-header {
        min-width: 180px;
        right: 0;
        left: auto;
        border-radius: 10px;
    }
    .right-header {
        border: none;
    }
    .fio-user-right-header, .email-user-right-header {
        display: none;
    }
    .burger-menu-mobile {
        display: flex!important;
        flex-direction: column;
        gap: 5px;
    }
    .burger-menu-mobile span {
        width: 20px;
        height: 2px;
        background-color: #FFFFFF;
        border-radius: 1px;
        display: block;
    }
    .menu-bottom-fixed-mobile .nav-center-header {
        flex-direction: column;
        font-size: 14px;
        gap: 4px;
    }
    .logo {
        height: 40px;
        width: 70px;
    }
    .wrap-footer-nav.first {
        width: 45%;
    }
    .wrap-footer-nav.fourth {
        width: 100%;
    }
    .links-footer-nav.links-footer-nav-info-org {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer {
        margin-top: 100px;
    }
    .zag-footer-nav {
        font-size: 16px;
    }
    .count-fruitcoins.desk {
        display: none;
    }
    .img-user-right-header-open img {
        width: 32px;
        height: 32px;
    }
    header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .footer {
        padding-top: 40px;
    }
}


@media (max-width: 576px) {
    .wrap-footer-nav.zero {
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .logo-footer {
        width: 100px;
    }
    .text-rules-register-footer {
        max-width: 100%;
        text-align: center;
    }
}