.container {
    max-width: 1440px;
    /*margin-inline: auto;*/
    margin: 0 auto;
}


.bgGray {
    background-color: #f7f7f8;
}


.btnBold {
    font-size: 16px;
    line-height: 22px;
}


.greenBtn {
    background-color: #00818e;
    color: #fff;
}

.greenBtn:hover {
    background-color: #0099a8;
}

.greenBtn:focus {
    background-color: #006b75;
}


.dividerLg {
    border-top: 3px solid #474653;
    opacity: 0.2;
    width: 100%;
}

.whiteBorder {
    border: 1px solid #FFF;
}

.btnThin {
    font-size: 12px;
    line-height: 22px;
}

.white {
    color: #fff;
}

.white:hover {
    border: 1px solid #fff;
}

.pinkBtn {
    background-color: #d70c52;
    color: #fff;
}

.pinkBtn:hover {
    background-color: #f20d5c;
}

.pinkBtn:focus {
    background-color: #c10b4a;
}

.half {
    width: auto;
}

.pinkBorder {
    border: 1px solid #d70c52;
}

.pinkBorder:hover {
    background-color: #f20d5c;
    color: #fff;
}

.pinkBorder:focus {
    background-color: #c10b4a;
    color: #fff;
}

.card {
    background-color: #ffffff;
    border-radius: 24px;
}


.avatar {
    width: 100%;
    max-width: 72px;
    height: auto;
}

.wide {
    width: 100%;
    text-align: center;
}

.cardGroupFooter {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.wideBtn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 308px;
}

.cardShadow {
    box-shadow: 6px 6px 12px rgba(71, 70, 83, 0.04);
}

.divider {
    border-top: 3px solid #f7f7f8;
    width: 66%;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.greenBorder {
    border: 1px solid #00818e;
    color: #474653;
}

.greenBorder:hover {
    background-color: #0099a8;
    color: #fff;
}

.greenBorder:focus {
    background-color: #006b75;
}


.checkboxInput {
    display: flex;
    align-items: center;
    gap: 11px;
}

.checkboxInput > input {
    accent-color: #00818E;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkboxInput > label {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #00818E;
}

.checkLink {
    color: inherit;
}


.footer {
    background-image: url("/public/img/footer-bg.png");
    height: 100%;
background-size: cover;
    padding: 64px 152px 96px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.footer.bgGrFooter {
    background-color: #f7f7f8;
}

.footerGroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
}

.noEffect {
    pointer-events: none;
}

.footerLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 16px;*/
}

.footerLeft img {
    margin-right: 16px;
}

.footerCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 14px;*/
}

.centerText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #ffffff;
    padding-bottom: 14px;
}

.centerButtons {
    display: flex;
    align-items: center;
    /*gap: 8px;*/
}

.footerDivider {
    border-left: 1px solid #0099a8;
    height: 24px;
    margin-right: 8px;
    margin-left: 8px;
}

.footerBtn {
    border-radius: 12px;
    padding: 10px 16px;
    border: 1px solid #0099a8;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #ffffff;
}

.footerBtn:hover {
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #474653;
}

.footerBtn:focus {
    background-color: #0099a8;
    color: #ffffff;
    border: 1px solid transparent;
}

.footerRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 14px;*/
}


.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}
.linkGroup {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    /* gap: 12px; */
    justify-content: center;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .footerBtn {
        padding: 10px 9px;
    }
}

@media (max-width: 1081px) {
    .logo {
        height: 40px;
        width: 74px;
    }

    .menu {
        gap: 10px;
        /*justify-content: normal;*/
    }

    .footer {
        padding: 64px 10px 0px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }

    .linkGroup {
         display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        /* gap: 12px; */
        justify-content: center;
        flex-wrap: wrap;
}
}

@media (max-width: 811px) {
    .footerLeft {
        order: 3;
        /*gap: 40px;*/
    }

    .footerGroup {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        /*gap: 42px 62px;*/
    }


    .footerLeft img {
        margin-right: 40px;
    }
    .footerCenter {
        margin-right: 16px;
    }

    .footerCenter, .footerRight {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {


    .linkGroup_fix {
        display: none;
    }

    .burgerBtn {
        display: flex;
        background: transparent;
        line-height: 22px;
        align-items: center;
        margin-left: auto;
    }

    .container {
        width: 100% !important;
        padding: 0;
    }

    .footer {
        background-image: url("/public/img/footer_tablet.png");
    }

    .menu .linkButton {
        padding: 6px;
    }


    .avatarContainerSm {
    }

    .cardGroupFooter {
        margin-top: 40px;
    }

    .tabletHidden {
        display: none;
    }


}


@media (max-width: 428px) {


    .footerGroup {
        /*gap: 17px 30px;*/
    }

    .menu {
        padding-left: 10px;
    }

    .footerCenter {
        margin-right: 0;
    }


    .helpBtnContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .cardGroup {

    }

    .wideBtn {
        width: 280px;
    }

    .news {
        padding: 48px 15px 60px;
    }

    .footer {
        background-image: url("/public/img/footer-bg-mobile.png");
        background-size: cover;
        background-position: top;
        height: 460px;
        padding: 40px 16px 30px;
    }

    .footer .linkGroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1px;
    }

    .footerLeft {
        width: 100%;
        padding: 0px 10px;
    }

    .footerLeft img {
        /*gap: 16px;*/
        margin-right: 0px;
    }

    .menu {
        gap: 0;
        justify-content: space-between;
    }
}

@media (max-width: 375px) {
    .footer {
        height: 100%;
    }

    .helpBtnContainer {
        padding-left: 0;
    }
}

@media (max-width: 320px) {
    .footerLeft {
        width: 100%;
        padding: 0px;
    }

    .footerLeft img {
        /*gap: 16px;*/
        margin-right: 0px;
    }

    .footerLeft {
        /*gap: 5px;*/
    }
.btnBold {
    font-size: 11px;
    line-height: 10px;
}

}
