.footer {
    background-color: #407d87;
    height: 550px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

/* Background blur */
.footer .blur-overlay_el-lite:first-child {
    top: 0;
    left: 0;
}
.footer .blur-overlay_el-lite:last-child {
    top: 0;
    right: 0;
}
.footer .blur-overlay_el-dark {
    bottom: 0;
    left: 50%;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
}

.footer_col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 140px;
}
.footer_col:nth-child(2),
.footer_col:nth-child(3) {
    padding-top: 170px;
}
.footer_col:nth-child(4) {
    margin-top: -20px;
    width: 350px;
    min-height: 590px;
}

/* h4 */
.list-title {
    color: #36c0c8;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer .list-title {
    margin: 0 0 20px 0;
}

/* Site info in footer */
.footer .logo {
    width: 210px;
    margin-bottom: 26px;
}
.footer .company-info {
    margin: 0;
}
.footer .company-phone {
    display: block;
    color: #ecf6f6;
    font-size: 32px;
    margin: 0 0 15px 0;
}
.footer .company-phone:hover {
    color: #36c0c8;
}
.footer .company-adress {
    color: #ecf6f6;
}
.footer .work-time {
    color: #ecf6f6;
}

/* List of smth in footer */
.footer-list {
    list-style-type: none;
}
.footer-list li {
    margin: 0 0 15px 0;
}
.footer-list li:last-child {
    margin: 0;
}
.footer-list li a {
    color: #ecf6f6;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
}
.footer-list li a:hover,
.footer-list li a.selected {
    color: #36c0c8;
}

.footer-map,
.footer-map div {
    height: 100%;
}

/* --------------- */

.agree-cookie {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: clamp(1.875rem, 0.341rem + 6.55vw, 5.25rem);
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    padding: clamp(0.625rem, 0.199rem + 1.82vw, 1.563rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
}
.agree-cookie.hidden {
    display: none;
}
.agree-cookie.show {
    display: flex;
}
@media (width < 768px) {
    .agree-cookie {
        flex-direction: column;
    }
}

.agree-cookie__text-box {
    flex: 0 1 70%;
    max-width: 887px;
    font-family: inherit;
    font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
    font-weight: 300;
    line-height: 130%;
    color: rgb(255, 255, 255);
}
.agree-cookie__text-box > a {
    max-width: 887px;
    font-family: inherit;
    font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
    font-weight: 300;
    line-height: 130%;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
@media (width < 768px) {
    .agree-cookie__text-box {
        flex: 0 1 100%;
    }
}

.agree-cookie__btn-box {
    flex: 0 1 9%;
}
@media (width < 768px) {
    .agree-cookie__btn-box {
        flex: 0 1 100%;
    }
}

.agree-cookie__btn {
    width: 157px;
    padding: 10px 15px;
    border: 2px solid #407d87;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: 130%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.agree-cookie__btn:hover {
    transition: 0.3s;
    background: #407d87;
    color: rgba(0, 0, 0, 0.7);
} /*# sourceMappingURL=style.css.map */
