@charset "UTF-8";

.header__burger__label {
    transform: scale(0.9);
}

.com-news-cat {
    letter-spacing: 0;
}

.com-news-cat--importance {
    min-width: 54px;
    width: -webkit-fit-content;
            width: fit-content;
}

.com-news-cat--spec {
    background-color: #178880;
}

.footer__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 0;
    justify-content: flex-start;
    margin: 0 auto 80px;
}

@media (min-width: 992px) {
    .footer__menu {
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0 0 105px;
        width: 100%;
    }
}

.footer__menu__item {
    border-right: 1px solid #fff;
    padding: 0 12px;
    width: 50%;
}

@media (min-width: 768px) {
    .footer__menu__item {
        padding: 0 18px;
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .footer__menu__item {
        padding: 0 16px;
        width: auto;
    }
}

@media (min-width: 1240px) {
    .footer__menu__item {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .footer__menu__item:nth-child(odd) {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer__menu__item:nth-child(even) {
        border-right: none;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__menu__item:nth-child(3n) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .footer__menu__item:first-child {
        padding-left: 0;
    }
}

.footer__menu__item:last-child {
    border-right: none;
}

@media (min-width: 992px) {
    .footer__menu__item:last-child {
        padding-right: 0;
    }
}

.footer__menu__item__title {
    font-size: var(--fs14);
    margin: 0 0 10px;
}

.footer__menu__item__title a, .footer__menu__item__title span {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}

.footer__menu__item__title a:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.footer__menu__item__title a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item__title a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.footer__menu__item__list {
    display: block;
}

.footer__menu__item__list__item {
    font-size: var(--fs14);
    margin: 0 0 5px;
    padding: 0 0 0 2px;
}

.footer__menu__item__list__item:last-child {
    margin-bottom: 0;
}

.footer__menu__item__list__item a {
    color: #fff;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 0 0 14px;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1240px) {
    .footer__menu__item__list__item a {
        letter-spacing: 0.05em;
    }
}

.footer__menu__item__list__item a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}

.footer__menu__item__list__item a:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 14px;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: calc(100% - 14px);
    z-index: 0;
}

.footer__menu__item__list__item a:focus:after {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item__list__item a:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

.footer__flx__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu {
        flex-direction: row;
        justify-content: flex-end;
    }
}

.footer__flx__nav__menu__item a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.12em;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 180px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu__item a {
        font-size: var(--fs16);
        height: 48px;
        width: 200px;
    }
}

.footer__flx__nav__menu__item a:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    mask-image: url(../images/commons/com-button-white-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

@media (min-width: 768px) {
    .footer__flx__nav__menu__item a:after {
        height: 16px;
        right: 20px;
        width: 16px;
    }
}

.footer__flx__nav__menu__item a:focus {
    background-color: #fff;
    color: #539dcb;
}

.footer__flx__nav__menu__item a:focus:after {
    background-color: #539dcb;
    transform: translateX(5px);
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__nav__menu__item a:hover {
        background-color: #fff;
        color: #539dcb;
    }

    .footer__flx__nav__menu__item a:hover:after {
        background-color: #539dcb;
        transform: translateX(5px);
    }
}
