/* Footer / Подвал сайта */
.footer {
    font-size: 16px;
    /*padding: unset;*/
    border-top: unset;
}
.footer {
    color: var(---cmt-black-color);
}
.footer a {
    color: var(---cmt-primary-color);
}
.footer_menu {
    position: relative;
    padding: unset;
}
@media only screen and (max-width: 600px) {
    .footer {
        background: unset;
        /*padding: unset;*/
    }
    .footer_menu {
        padding: unset;
    }
}

.footer {
    flex: 0 0 auto;
    /*height: 200px;*/
    width: 100%;
    margin-top: 64px;
    padding-top: 16px;
    padding-bottom: 0px;

    border-top: 1px solid transparent;
    border-color: var(---cmt-outline-color);

    background-color: var(---cmt-background-color);

    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, width 0.3s ease;
}
.footer:hover {
    border-color: var(---cmt-Doutline-color);
}
.footer__wrapper {
    margin: 0 auto;
}
.footer_counters {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer_counter__item {
    margin: 4px 0;
}
.footer_counter__item > img {
    filter: grayscale(100%);

    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, width 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}
.footer_counter__item:hover > img {
    filter: grayscale(0%);
}
.footer_logotype {}
.footer_logotype:hover {}
.footer_logotype__wrapper,
.footer_logotype__wrapper:link,
.footer_logotype__wrapper:visited {
    display: flex;
    width: fit-content;
    opacity: 0.7;

    color: var(---cmt-primary-color);

    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, width 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}
.footer_logotype__wrapper:hover {
    opacity: 1;
}
.footer_logotype__logo {
    font-size: inherit;
}
.footer_logotype__title {
    margin: auto 0 auto 8px;
}
.footer_logotype__h {}
.footer_politics {}
.footer_politics--display_flex {
    flex-wrap: wrap;
}
.footer_politics__link,
.footer_politics__link:link,
.footer_politics__link:visited {
    font-size: 12px;
}

.footer_menu {}
.footer_menu__wrapper {}
.footer_menu__title {
    font-weight: 700;
    text-transform: uppercase;
}
.footer_menu--display_flex {
    display: flex;
    flex-direction: column;
    justify-content: normal;
}
.footer_menu__link,
.footer_menu__link:link,
.footer_menu__link:visited {
    margin: 2px 0;

    font-size: 14px;
}
/* Footer / Подвал сайта */

/* Copyright / Копирайт */
@media only screen and (max-width: 600px) {
    .footer .copyright {
        padding: unset;
        border-bottom: unset;
    }
    .footer .copyright, .footer .copyright a {
        color: unset;
    }
    .footer .copyright a,
    .footer .copyright a:link,
    .footer .copyright a:visited {
        display: inline-block;
        outline: none;

        color: var(---cmt-primary-color);
        text-decoration: none;

        transition: all 0.3s ease;
    }
    .footer .copyright a:hover {
        color: var(---cmt-Dprimary-color);
        text-decoration: none;

        transition: all 0.3s ease;
    }
}
.copyright p {
    font-size: inherit;
    font-weight: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
}

.copyright {
    float: left;
    font-size: 12px;
    font-weight: 500;
}
/* Copyright / Копирайт */