/* ------------------------- FOOTER ------------------------- */
@media screen and (max-width: 575px) {
    .footer {
        padding-top: 4rem;
        background: #F4F4F4;
    }
}

.footer__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 116rem;
}

@media screen and (max-width: 575px) {
    .footer__box {
        width: 100%;
        display: block;
    }
}

.footer__box .footer__logo {
    display: block;
    width: 22rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .footer__box .footer__logo {
        width: 18rem;
        margin-bottom: 2rem;
    }
}

.footer__box .footer__logo img {
    width: 100%;
}

.footer__box .footer__mobile-title {
    display: none;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #111111;
    font-family: "Rubik";
}

@media screen and (max-width: 575px) {
    .footer__box .footer__mobile-title {
        display: block;
    }
}

.footer__box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 575px) {
    .footer__box ul {
        display: none;
    }
}

.footer__box ul li {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.footer__box ul li a {
    color: #636363;
    position: relative;
    padding-left: 1.3rem;
    margin-left: 0.2rem;
}

.footer__box ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 0.8rem;
    background: #636363;
    border-radius: 1px;
    transition: 320ms;
}

.footer__box ul li a:hover {
    color: #457CC0;
}

.footer__box .search {
    margin: 1.5rem 0 3rem;
}

@media screen and (max-width: 575px) {
    .footer__box .search {
        display: none;
    }
}

.footer__box .messengers__box {
    justify-content: flex-end;
}

@media screen and (max-width: 575px) {
    .footer__box .messengers__box {
        position: absolute;
        top: 0.5rem;
        right: 2rem;
    }
}

.footer__box .messengers__box-link {
    width: 3rem;
    margin-right: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer__box .messengers__box-link {
        width: 3.5rem;
    }
}

.footer__column {
    flex-shrink: 0;
}

@media screen and (min-width: 575px) {
    .footer__column:nth-child(1) {
        width: 28rem;
    }

    .footer__column:nth-child(2) {
        width: 19rem;
    }
}

.footer__column:nth-child(3) {
    width: 22rem;
    padding-top: 3rem;
}

@media screen and (max-width: 575px) {
    .footer__column:nth-child(3) {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .footer__column:nth-child(4) {
        width: 26.5rem;
    }

    .footer__column:nth-child(5) {
        flex-shrink: 1;
    }
}

@media screen and (max-width: 575px) {
    .footer__column:nth-child(5) .footer__menu-title {
        border: 0;
    }
}

@media screen and (max-width: 575px) {
    .footer__contacts {
        margin-bottom: 2rem;
    }
}

.footer__contacts-item {
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__contacts-item {
        margin-bottom: 2rem;
    }
}

.footer__contacts-item .contacts__item-title {
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__contacts-item .contacts__item-title {
        font-size: 1.2rem;
    }
}

.footer__contacts-item .contacts__item-value {
    font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
    .footer__contacts-item .contacts__item-value {
        font-size: 1.8rem;
        color: #636363;
        margin: 0 0 0.3rem;
    }
}

.footer__contacts-item .contacts__item-value .img-svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.footer__contacts-item .contacts__item-value .img-svg path {
    stroke: #000;
}

@media screen and (max-width: 575px) {
    .footer__contacts-item .contacts__item-value .img-svg path {
        stroke: #636363;
    }
}

.footer__contacts-item.address {
    margin: 0;
}

.footer__contacts-item.address .contacts__item-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2A2651;
}

@media screen and (max-width: 575px) {
    .footer__contacts-item.address .contacts__item-title {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .footer__contacts-item.address ul {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .footer__contacts-item.address ul li {
        font-size: 1.8rem;
    }
}

.footer__contacts .t-btn {
    display: none;
    width: 20rem;
    height: 5rem;
    font-size: 1.1rem;
}

@media screen and (max-width: 575px) {
    .footer__contacts .t-btn {
        display: flex;
        margin-top: 1rem;
    }
}

.footer__menu {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer__menu {
        margin: 0;
    }
}

@media screen and (min-width: 575px) {
    .footer__menu.mobile {
        display: none;
    }
}

.footer__menu-title {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #2A2651;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__menu-title {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.6rem;
        color: #111111;
        padding: 0.8rem 0;
        border-bottom: 1px solid #BBBBBB;
        font-weight: 400;
        padding-right: 2rem;
    }

    .footer__menu-title:last-child {
        border: 0;
    }

    .footer__menu-title:hover {
        color: #2A2651;
    }
}

@media screen and (min-width: 575px) {
    .footer__menu-title img {
        display: none;
    }
}

.footer__menu-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2A2651;
    margin-bottom: 0.5rem;
    display: block;
}

@media screen and (max-width: 575px) {
    .footer__menu-subtitle {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .footer__info {
        text-align: center;
        padding-top: 2rem;
    }
}

.footer__info-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2A2651;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__info-text {
        padding: 0 1rem 1rem;
        line-height: 1.15;
    }
}

.footer__info-text p {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.25;
}

@media screen and (max-width: 575px) {
    .footer__info-text p {
        display: inline;
        margin: 0;
    }

    .footer__info-text p br {
        display: none;
    }
}

.footer__info-text p span {
    font-size: 0.8rem;
}

@media screen and (max-width: 575px) {
    .footer__info-text p span {
        font-size: 1.2rem;
    }
}

.footer__under {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0rem 0 4rem;
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__under {
        display: block;
    }
}

.footer__under-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer__under-links {
        align-items: center;
        margin-bottom: 0.5rem;
    }
}

.footer__under-links .link {
    margin-bottom: 0.5rem;
    color: #8C8A97;
}

.footer__under-links .link:hover {
    color: #457CC0;
}

.footer__under-links .link:last-child {
    margin-bottom: 0;
}

.footer__under-center {
    color: #8C8A97;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .footer__under-center {
        text-align: center;
    }
}

.footer__under-btn {
    width: 20rem;
    height: 5rem;
    font-size: 1.2rem;
	text-align: center;
}
.footer__menu-list_m {
	display: none;
}
@media screen and (max-width: 575px) {
    .footer__under-btn {
        display: none;
    }
	.footer__menu-list.footer__menu-list_m {
	display: block;
	padding-top: 1.5rem;
}
}