.footer {
    margin-top: auto;
    order: 4;

    color: #ffffff;

    background: #5ba6ff;
}

.footer__content {
    display: flex;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footerItem {
    width: 100%;
}

.footerItem:not(:last-child) {
    margin-right: 47px;
}

.footerItem__title {
    padding-bottom: 12px;

    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    white-space: nowrap;

    border-bottom: 1px solid #ffffff;
}

.footerList__item {
    position: relative;

    padding: 12px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.4);

    font-size: 16px;
    font-weight: 500;
    line-height: 150%;

    cursor: pointer;
}

.footerList__item:after {
    content: '';

    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;


    width: 10px;
    height: 100%;

    background: url('../img/detailsIcon.svg') no-repeat center;
    background-size: contain;

    transform: rotate(-90deg);
}

.footer__contacts {
    padding-top: 16px;
    padding-bottom: 16px;

    background: #266ec3;
}

.contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.contacts span {
    cursor: pointer;
}

.contacts__links {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
}

.contacts__links > span:not(:last-child) {
    margin-right: 20px;
}

.contacts__social {
    opacity: 0.5;
}

.social__button {
    display: inline-block;
    height: 28px;
    width: 28px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
}

.social__button:not(:last-child) {
    margin-right: 16px;
}

.facebook {
    background-image: url('../img/facebook.svg');
}

.youtube {
    background-image: url('../img/youtube.svg');
}

.twitter {
    background-image: url('../img/twitter.svg');
}

.linkedin {
    background-image: url('../img/linkedin.svg');
}

.instagram {
    background-image: url('../img/instagram.svg');
}
