:root{
    --footerTop:0vw;
}
footer{
    background: linear-gradient(90deg, #E0E6FF 0%, #5BCDA4 59.39%, #76D2B6 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0;
    top:var(--footerTop);
    display: grid;
    grid-template-areas: 
    "pl . ml buy"
    "logo logo logo logo"
    "cmr cmr cmr cmr";
    width: 100%;
    padding:4.84375vw 6.25vw 10.96875vw 6.25vw;
}
.footer::after{
    z-index: -1;
    position: absolute;
    content:' ';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:  url("../../../img/kindalbom/noise.png") repeat left top;
    opacity:0.8;
}
footer a{
    color: #2d2d2d;
    text-decoration: none;
}
.pageLinks{
    grid-area: pl;
    padding:1.2vw 0;
}
.pageLink{
    margin-right: 1.458vw;
}
.mediaLinks{
    grid-area: ml;
    display: flex;
    justify-content: end;
    align-items: center;
    padding:1.2vw 0;
    justify-self:end;
    margin-right: 2.6vw;
}
.mediaLink{
    height: 2vw;
    width: 2vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 1.6vw;
}
.mediaLink.inst{
    background-image: url("../../../img/kindalbom/footer/inst.svg");
}
.mediaLink.vk{
    background-image: url("../../../img/kindalbom/footer/vk.svg");
}
.mediaLink.whatsap{
    background-image: url("../../../img/kindalbom/footer/whatsap.svg");
}
.buy{
    grid-area: buy;
    border:1px solid #2d2d2d;
    border-radius: 2vw;
    padding:0.8vw 2.4vw;
    display: flex;
    justify-content: start;
    align-items: center;
    width: min-content;
    justify-self:end;
    transition:all 0.3s ease;
}
.buy:hover{
    background-color: #2d2d2d;
    color: white;
}
.buyIcon{
    width: 1.875vw;
    margin-right: 0.8vw;
}
.footerLogo{
    grid-area: logo;
    width: 87.5vw;
    height:9.89878vw;
    background-image: url('../../../img/kindalbom/footer/logo.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 3.8vw;
}
.commercialSide{
    grid-area: cmr;
    margin-top: 5.7vw;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.aferta{
    max-width: 43vw;
    text-align: right;
}