.zimnie-footer-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1408px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}

.zimnie-footer-newsletter {
    margin: 0;
    padding: 50px 0 60px;
    color: #fff;
    background: #eaf0f2;
    font-family: "Manrope", Arial, sans-serif;
}

.zimnie-footer-newsletter__panel {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    min-height: 144px;
    padding: 32px 44px;
    overflow: hidden;
    background: linear-gradient(120deg, #2a1ae0, #220ecc 55%, #1a0b9e);
    border-radius: 0 34px 0 34px;
}

.zimnie-footer-newsletter__panel::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(162, 206, 59, .3), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.zimnie-footer-newsletter__copy {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
}

.zimnie-footer-newsletter__copy h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.4px;
}

.zimnie-footer-newsletter__copy p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.45;
}

.zimnie-footer-newsletter__form {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin: 0;
}

.zimnie-footer-newsletter__form input {
    box-sizing: border-box;
    width: 280px;
    height: 52px;
    margin: 0;
    padding: 0 18px;
    color: #16181d;
    background: #fff;
    border: 0;
    border-radius: 0 18px 0 18px;
    box-shadow: none;
    font: 400 14px/52px "Manrope", Arial, sans-serif;
    outline: 0;
}

.zimnie-footer-newsletter__form input:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .22);
}

.zimnie-footer-newsletter__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    margin: 0;
    padding: 0 26px;
    color: #16181d;
    background: #a2ce3b;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
    font: 700 14px/1 "Manrope", Arial, sans-serif;
    text-transform: none;
    cursor: pointer;
    transition: background-color .15s ease;
}

.zimnie-footer-newsletter__form button:hover {
    background: #8fbc2e;
}

.zimnie-footer-newsletter__form svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zimnie-footer {
    margin: 0;
    padding: 54px 0 30px;
    color: #fff;
    background: #16181d;
    border-radius: 34px 34px 0 0;
    font-family: "Manrope", Arial, sans-serif;
    text-align: left;
}

.zimnie-footer__columns {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 26px;
}

.zimnie-footer__logo {
    display: flex;
    align-items: start;
    min-height: 36px;
    margin: 0 0 14px;
}

.zimnie-footer__logo > a {
    display: inline-flex;
    align-items: center;
}

.zimnie-footer__logo img,
.zimnie-footer__logo svg {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 36px;
    margin: 0;
}

.zimnie-footer__about p {
    max-width: 260px;
    margin: 0;
    color: #9aa0a6;
    font-size: 14px;
    line-height: 1.45;
}

.zimnie-footer__column h2,
.zimnie-footer__column .bottom-menu > .items > .item:first-child > .title {
    margin: 0 0 14px;
    color: #6e747b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.zimnie-footer__column .bottom-menu {
    margin: 0;
}

.zimnie-footer__column .bottom-menu .items,
.zimnie-footer__column .bottom-menu .wrap {
    margin: 0;
}

.zimnie-footer__column .bottom-menu > .items > .item:first-child > .title a,
.zimnie-footer__column .bottom-menu > .items > .item:first-child > .title span {
    color: #6e747b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.zimnie-footer__column .bottom-menu .compact_arrow {
    display: none;
}

.zimnie-footer__column .bottom-menu .wrap .item,
.zimnie-footer__column .bottom-menu.second > .items > .item:not(:first-child) {
    margin: 0 0 9px;
}

.zimnie-footer__column .bottom-menu .wrap .title,
.zimnie-footer__column .bottom-menu.second > .items > .item:not(:first-child) .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.zimnie-footer__column .bottom-menu .wrap .title a,
.zimnie-footer__column .bottom-menu .wrap .title span,
.zimnie-footer__column .bottom-menu.second > .items > .item:not(:first-child) .title a,
.zimnie-footer__column .bottom-menu.second > .items > .item:not(:first-child) .title span {
    color: #c7ccd1;
}

.zimnie-footer__column .bottom-menu .wrap .title a:hover,
.zimnie-footer__column .bottom-menu.second > .items > .item:not(:first-child) .title a:hover {
    color: #a2ce3b;
}

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

.zimnie-footer__column li {
    margin: 0 0 9px;
    padding: 0;
    line-height: 1.45;
}

.zimnie-footer__column li::before {
    content: none;
}

.zimnie-footer__column a {
    color: #c7ccd1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s ease;
}

body #footer .zimnie-footer .zimnie-footer__column a:hover,
body #footer .zimnie-footer .zimnie-footer__column a:focus {
    color: #a2ce3b !important;
    opacity: 1;
    text-decoration: none;
}

.zimnie-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 38px;
    padding-top: 22px;
    color: #6e747b;
    border-top: 1px solid #2a2d33;
    font-size: 13px;
    line-height: 1.45;
}

.zimnie-footer__contacts {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.zimnie-footer__contacts a {
    color: #6e747b;
    text-decoration: none;
    transition: color .15s ease;
}

.zimnie-footer__contacts a:hover,
.zimnie-footer__contacts a:focus {
    color: #c7ccd1;
    text-decoration: none;
}

.zimnie-footer__contacts i {
    font-style: normal;
}

@media (max-width: 1080px) {
    .zimnie-footer-newsletter__panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .zimnie-footer__columns {
        grid-template-columns: 1.4fr repeat(2, 1fr);
        row-gap: 36px;
    }
}

@media (max-width: 680px) {
    .zimnie-footer-wrap {
        padding-right: 16px;
        padding-left: 16px;
    }

    .zimnie-footer-newsletter {
        padding: 36px 0;
    }

    .zimnie-footer-newsletter__panel {
        gap: 22px;
        min-height: 0;
        padding: 26px 20px;
        border-radius: 0 24px 0 24px;
    }

    .zimnie-footer-newsletter__copy h2 {
        font-size: 22px;
    }

    .zimnie-footer-newsletter__form {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .zimnie-footer-newsletter__form input,
    .zimnie-footer-newsletter__form button {
        width: 100%;
    }

    .zimnie-footer {
        padding: 40px 0 24px;
        border-radius: 24px 24px 0 0;
    }

    .zimnie-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 20px;
    }

    .zimnie-footer__about {
        grid-column: 1 / -1;
    }

    .zimnie-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .zimnie-footer__logo {
        display: none;
    }
}

@media (max-width: 420px) {
    .zimnie-footer__columns {
        grid-template-columns: 1fr;
    }

    .zimnie-footer__about {
        grid-column: auto;
    }

    .zimnie-footer__contacts {
        align-items: flex-start;
        flex-direction: column;
    }

    .zimnie-footer__contacts i {
        display: none;
    }
}
