.layout-container > footer{
    width: 100%;
    max-width: 1320px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 100px 20px;
}
.layout-container > footer:before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translate(-50%, 0%);
    background: var(--boston900);
}
.region-footer{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: space-between;
}
.region-footer ul.menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.region-footer ul.menu li{
    padding: 0;
    margin: 0 0 20px;
}
.region-footer ul.menu li:last-child{
    margin: 0;
}
.region-footer ul.menu li a{
    display: block;
    color: var(--white50);
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-decoration: none;
}
.region-footer ul.menu li a:hover{
    color: var(--white);
    text-decoration: underline;
}
.region-footer p{
    color: var(--white50);
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
}
.region-footer p:last-child{
    margin: 0;
}
.region-footer p a{
    color: var(--white50);
    font-weight: bold;
    text-decoration: none; 
}
.region-footer p a:hover{
    color: var(--white);
    text-decoration: underline;
}
.region-footer > .block:first-child{
    width: 100%;
    margin: 0 0 60px;
}
.region-footer > .block:first-child .field--name-body ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.region-footer > .block:first-child .field--name-body ul li{
    color: var(--white50);
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    padding: 0;
    margin: 0;
}
.subfooter{
    padding-top: 220px;
    margin-top: 60px;
    border-top: 1px solid rgba(96, 229, 255, 0.20);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-weight: 600;
    color: var(--boston500);
    position: relative;
}
.subfooter:before{
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 60px;
    background: transparent url(/themes/custom/bakalka/images/footer-bakalka.svg) no-repeat center center;
    background-size: contain;
}
.subfooter a{
    color: var(--boston500);
    text-decoration: none;
}
.subfooter a:hover{
    text-decoration: underline;
}
.subfooter span.heart{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    background: transparent url(/themes/custom/bakalka/images/heart.svg) no-repeat center center;
    margin: 0 6px;
    vertical-align: middle;
}