.site-footer {
    background-color: #3A3434;
    position: relative;
    color: #E3DAD2;
    padding: 40px 20px;
    font-family: 'Cormorant Unicase', serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer::before {
    align-self: center; 
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #E3DAD2;
    pointer-events: none;
}
.footer-container {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.footer-left {
    max-width: 320px;
    flex: 0 1 auto; 
    margin: 0px 50px;
}
.footer-right {
    flex: 0 1 auto;
    margin-right: 10%;
}
.footer-divider {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-line {
    display: block;
    width: 730px;
    height: 1px;
    background-color: #070706;
}
.footer-diamond {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #070706;
    transform: rotate(45deg);
}
.footer-diamond.left {
    left: 0px;
}
.footer-diamond.right {
    right: 0px;
}
.footer-logo {
    font-family: 'Lavka 2021', serif;
    font-size: 80px;
    font-weight: 200;
    margin-bottom: 15px;
}
.footer-copyright {
    font-size: 14px;
    opacity: 0.8;
    text-align: justify;
}
.footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 250px; 
}
.footer-button {
    width: 100%;
    min-width: 150px;
    height: 55px;
    background: transparent;
    border: 1px solid #E3DAD2;
    border-radius: 5px;
    color: #E3DAD2;
    font-family: 'Cormorant Unicase', serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-about{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.footer-button:hover {
    border: 1px dashed #E3DAD2;
    background: rgba(227, 218, 210, 0.1);
}

.footer-info {
    font-size: 14px;
    line-height: 1.6;
}

.footer_p{
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #E3DAD2;
}
.footer-telegram{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
}
.telegram-image,.footer-telegram-link{
    width: 100%;
    height: 100%;
    color: #E3DAD2;
}
.footer-telegram-link{
    display: block;
    position: absolute;
    top: 0;
}
.copyright,.mobile-footer-divider,.footer-info-mobile{
    display: none;
}

@media screen and (min-width: 1024px) and (orientation: portrait){
    .footer-copyright{
        display: none;
    }
    .footer-info-mobile{
        display: block;
        color: white;
    }
    .footer-info-mobile p{
        margin-bottom: 10px;
        font-size: 2.5rem;
    }
    .footer-info{
        display: none;
    }
    .copyright{
        display: block;
        text-align: justify;
    }
    .site-footer{
        padding: 80px;
    }
    .footer-logo {
        font-size: 14rem;
        text-align: center;
    }
    .footer-line{
        width: 100%;
        height: 3px;
    }
    .footer-diamond{
        width: 15px;
        height: 15px;
    }
    .footer-telegram {
        width: 100px;
        height: 100px;
        position: relative;
        top: 0;
        right: 0;
    }
    .footer-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .copyright{
        display: block;
        font-size: 2.5rem;
    }
    .mobile-footer-divider{
        position: relative;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-left,
    .footer-center,
    .footer-right {
        flex: 1 1 100%;
        margin: 0;
        max-width: 100%;
    }
    .footer-info-devider{
        display: none;
    }
    .footer-center {
        order: 3;
        margin-top: 20px;
    }
    
    .footer-buttons {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .footer-button {
        width: auto;
        flex: 1 1 200px;
    }
    .footer_p{
        width: 100%;
        color: white;
    }
}

@media (max-width: 1024px) {
    .footer-left {
        flex: 0 0 280px;
        margin-right: 20px;
    }
    
    .footer-right {
        flex: 0 0 250px;
    }
    
}

@media (max-width: 900px) {
    .footer-copyright{
        display: none;
    }
    .footer-info-mobile{
        display: block;
        color: white;
    }
    .footer_p{
        margin-bottom: 10px;
    }
    .footer-info{
        display: none;
    }
    .copyright{
        display: block;
        text-align: left;
    }
    .site-footer{
        padding: 40px 40px;
    }
    .footer-logo {
        font-size: 68px;
        text-align: left;
    }
    .footer-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .copyright{
        display: block;
        width: 100%;
    }
    .mobile-footer-divider{
        position: relative;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-left,
    .footer-center,
    .footer-right {
        flex: 1 1 100%;
        margin: 0;
        max-width: 100%;
    }
    .footer-info-devider{
        display: none;
    }
    .footer-center {
        order: 3;
        margin-top: 20px;
    }
    
    .footer-buttons {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .footer-button {
        width: auto;
        flex: 1 1 200px;
    }
    .footer_p{
        width: 100%;
        color: white;
    }
    .footer-telegram{
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 480px) {
    .site-footer{
        padding: 40px 50px;
    }
    .footer-line{
        width: 100%;
    }
    .footer-button {
        font-size: 12px;
        height: 45px;
    }
    .footer-info {
        font-size: 12px;
    }
}