/**
 * FOOTER
 */

.arrow-down {
    -webkit-mask-image: url(../images/icons/arrow-down.svg);
    mask-image: url(../images/icons/arrow-down.svg);
}

footer {
    background: url('../images/footer-bg.png') no-repeat center / cover;
    position: relative;
}


.logotype-slider .logotype {
    max-width: 20%;
}

.footer-main {
    position: relative;
    z-index: 1;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    gap: var(--space-40);
}

.footer-col .text {
    color: #fff;
}


.footer-logo-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.footer-cols {
    display: flex;
    padding-top: calc(var(--space-60) + 6px);
    padding-bottom: var(--space-60);
}

.footer-col-title {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.66px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: var(--space-60);
}

.footer-col-title .arrow-down {
    display: none;
    width: 21px;
    height: 11px;
    background-color: #fff;
    -webkit-mask-size: contain;
    transition: transform .4s;
}

.footer-contact {
    margin-top: var(--space-25);
}

.footer-col {
    width: 25%;
}

.footer-col:nth-child(2) {
    width: 22%;
    margin-left: calc(var(--space-50) * 2);
}

.footer-col:nth-child(3) {
    width: 28%;
}

.footer-links li a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.45px;
    line-height: 2.4;
    color: #fff;
    transition: color 0.3s;
}

.offer-col .footer-links a {
    text-transform: uppercase;
}

@media screen and (min-width: 1140px) {
    .footer-col a:hover {
        color: #fff;
        text-decoration: underline;
    }
}

.footer-contact-item {
    font-size: 15px;
    font-weight: 300;
    line-height: 2.4;
    letter-spacing: 0.45px;
    color: #fff;
    margin-bottom: calc(var(--space-40) - 8px);
}

.footer-contact-item:last-of-type {
    margin-bottom: 0;
}

.footer-contact-phone {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.66px;
    transition: color 0.3s;
    line-height: 1.8;
}

.footer-logotypes {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -20px;
}

.footer-logotype img {
    display: block;
    max-width: 100%;
}

.footer-logotype {
    width: 33.3333%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.footer-bottom-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    color: #fff;
    padding: calc(var(--space-25) - 2px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px;
}

.footer-bar-links a {
    color: inherit;
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor;
}

.copyright-undicom a img {
    filter: invert(1);
}
