::-moz-selection {
  background: #3A3434;
  color: #ffffff;
}
@font-face {
    font-family: 'Lavka 2021';
    src: url('../fonts/Lavka 2021.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
::selection {
  background: #3A3434;
  color: #ffffff;
}
::-webkit-scrollbar {
    display: none;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #3A3434;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    display: flex;
    height: 100vh;
    margin: 0 auto;
    transition: filter 0.3s ease; 
}
.left-block {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #3A3434;
    padding: 100px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    justify-content: flex-end;
}

.left-block-article{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center; /* Центрируем блоки по горизонтали */
    background-color: #3A3434;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    justify-content: center; /* Добавляем центрирование по вертикали */
}
.left-blockimg{
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}
.left-block, .right-block {
    transition: filter 0.3s ease;
}
.article-title, 
.section-title, 
.text-block, 
.image-block, 
.button-container {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.image-block img{
    width: 100%;
    border-radius: 26px;
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease;
}
.image-block img:hover{
    transform: scale(1.02);
}
.title-divider {
    position: relative;
    width: 80%;
    max-width: 800px;
    display: flex;
    align-items: center;
}

.article-title {
    text-align: justify;
}
.article-title {
    font-size: 40px;
    font-family: 'Cormorant Unicase', serif;
    color: #E3DAD2;
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
}
.divider-line {
    display: block;
    width: 70%;
    max-width: 650px;
    height: 2px;
    background-color: #E3DAD2;
}
.divider-diamond{
    width: 5px;
    height: 5px;
    rotate: 45deg;
    position: absolute;
    background-color: #E3DAD2;
}
.right{
    right: 0%;
}
.right-block {
    width: 30%;
    margin-left: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E3DAD2;
    position: relative;
    height: 100vh;
    overflow-y: clip;    
    overflow-x: clip;
    justify-content: center;
}
.hero-lines-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none; 
}
.hero-line-left {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #3A3434;
    pointer-events: none; 
}
.hero-line-right{
    position: absolute;
    right: 10px; 
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #3A3434;
    pointer-events: none; 
}  
.hero-line-top {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #3A3434;
    pointer-events: none; 
}
.hero-line-bottom{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #3A3434;
    pointer-events: none; 
}

.category-title {
    font-size: 120px;
    font-family: 'Lavka 2021', serif;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
    color: #E3DAD2;
    max-width: 800px;
    box-sizing: border-box;
    text-align: left;
}
.image-block, .text-block, .button-container {
    border: 2px solid #E3DAD2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    max-width: 800px;
    box-sizing: border-box;
}
.text-block{
    position: relative;
    display: flex;
    height: 70%;
    width: 100%;
    justify-content: center;
    font-size: 17px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding: 0px 30px;
    margin: 0;
    align-items: center;
    text-align: center;
    color: #E3DAD2;
}
.text-block p{
    text-align: left;
}
.title-divider-a{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 5px auto 30px  auto;
    display: flex;
    align-items: center;
}
.divider-line-a{
    display: block;
    width: 100%;
    max-width: 650px;
    height: 2px;
    background-color: #E3DAD2;
}
.section-title{
    display: none;
    font-size: 25px;
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    color: #E3DAD2;
    font-weight: 600;
    max-width: 800px;
    box-sizing: border-box;
    text-align: left;
}
.image-block {
    display: flex;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    padding: 0;
    z-index: 1;
    height: 700px;
    margin: 0;
    margin-right: 20px;
    overflow: hidden;
}
.block-info{
    height: 700px;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.image-block::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 26px;
    border: 1px solid #E3DAD2;
    pointer-events: none;
}
.annotation-block {
    position: relative;
    font-size: 20px;
    font-family: 'Cormorant Unicase', serif;
    font-weight: 400;
    letter-spacing: 1px;
    align-items: center;
    color: #E3DAD2;
    text-decoration: none;
    max-width: 800px;
}

.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0;
    height: 85px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
}
.button-container:hover {
    transform: scale(1.02);
}
.read-more {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 25px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #E3DAD2;
    text-decoration: none;
}
.menu-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 748px;
    margin: 30px 0;
    box-sizing: border-box;
    justify-content: center;
    overflow-y: auto; 
}
.menu-buttons-container .content {
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #343434 #E3DAD2; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-buttons-container .content::-webkit-scrollbar {
    width: 10px;
}

.menu-buttons-container .content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 5px;
}

.menu-buttons-container .content::-webkit-scrollbar-thumb {
    background: #3A3434;
    border-radius: 5px;
    border: 2px solid #f0f0f0;
}
.menu-button {
    width: 80%;
    
    max-width: 600px;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #3A3434;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #3A3434;
    font-size: 22px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    left: 0;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word; 
    white-space: normal;
}

.menu-button:focus {
    background-color: #c2bcb5;
    left: -10px;
}
.menu-button:active {
    background-color: #c2bcb5;
    left: -10px;
}
.centered-image {
    position: relative;
    left: auto; 
    transform: none;
    max-width: 80%;
    z-index: 1;
    margin: 0 auto; 
}

.top-image {
    width: 350px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.bottom-image {
    width: 350px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.archive-button {
    margin-bottom: 40px;
    color: #565656;
    font-size: 25px;
    font-family: 'Cormorant Unicase', serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 80%;
    max-width: 200px;
    text-decoration: underline;
    letter-spacing: 3px;
}
.diamond {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #3A3434;
    transform: rotate(45deg);
    z-index: 2;
}
.category-image, .mobilemenu-img, .mobile{
    display: none;
}
.diamond-tl { top: 20px; left: 20px; }
.diamond-tr { top: 20px; right: 20px; }
.diamond-bl { bottom: 20px; left: 20px; }
.diamond-br { bottom: 20px; right: 20px; }

@media screen and (max-width: 1400px) and (orientation: landscape){
    .left-block{
        padding: 50px;
    }
    .left-blockimg{
        width: 200px;
    }
    .category-title{
        font-size: 80px;
    }
    .annotation-block{
        font-size: 16px;
    }
    .menu-buttons-container{
        height: 450px;
    }
    .menu-button{
        font-size: 18px;
    }
    .block-info{
        height: 450px;
    }
    .image-block{
        height: 450px;
        max-width: 300px;
    }
    .article-title{
        font-size: 30px;
    }
    .text-block{
        font-size: 14px;
        padding: 0px 15px;
    }
    .read-more{
        font-size: 20px;
    }
    .button-container{
        height: 65px;
    }
    .top-image{
        top: 40px;
    }
    .bottom-image{
        bottom: 40px;
    }
    .image-block::after{
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
}

@media screen and (min-width: 1024px) and (orientation: portrait){
    .mobile{
        display: flex;
    }
    .desktop{
        display: none;
    }
    .container{
        display: block;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: calc(100% - 130px);
    }
    .category-image{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .square-image{
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .square-image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: grayscale(1);*/
        pointer-events: none;
        z-index:1;
    }
    .mobilemenu{
        display: block;
        width: 100%;
        height: 120px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .mobilemenu-img{
        width: 50%;
        display: block;
    }
    .left-block{
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .left-block-article{
        display: none;
    }
    .left-block{
        width: 100%;
        height: 30%;
        padding: 0px;
        align-items: center;
    }
    .category-title{
        font-size: 8rem;
        text-align: center;
        z-index: 2;
    }
    .title-divider{
        display: none;
    }
    .annotation-block{
        font-size: 2rem;
        z-index: 2;
    }
    .annotation-block p{
        margin: 0;
    }
    .left-blockimg{
        display: none;
    }
    .right-block {
        width: 100%;
        height: 70%;
        margin-left: 0%;
    }
    .diamond{
        width: 15px;
        height: 15px;
    }
    .menu-button{
        width: 100%;
        font-size: 2.5rem;
        border: 3px solid #3A3434;
        margin: 15px 0;
    }
    .menu-buttons-container {
        height: 1000px;
    }
    .top-image, .bottom-image{
        width: 500px;
    }
    .image-block{
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }
    .image-block img{
        height: 100%;
        border-radius: 0;
    }
    .image-block::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        z-index:0;
    }
    .article-title{
        font-size: 35px;
        text-align: center;
    }
    .title-divider-a, .text-block, .section-title{
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu-button-fixed{
        z-index: 1000;
        background-color: transparent;
        position: absolute !important;
        top: 15px !important;
        height: 50px;
        width: 50px;
    }
    .search-button-fixed{
        background-color: transparent;
        position: absolute !important;
        z-index: 1000;
        height: 50px;
        width: 50px;
        top: 15px !important;
        right: 20px !important;
        left: auto !important;
    }
    .mobile{
        display: flex;
        height: 70%;
        justify-content: flex-start;
    }
    .desktop{
        display: none;
    }
    .container{
        display: block;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: calc(100% - 80px);
    }
    .category-image{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .square-image{
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .square-image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /*backdrop-filter: grayscale(1);*/
        pointer-events: none;
        z-index:1;
    }
    .mobilemenu{
        display: block;
        width: 100%;
        height: 80px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .mobilemenu-img{
        width: 50%;
        display: block;
    }
    .left-block{
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .left-block-article{
        display: none;
    }
    .left-block{
        width: 100%;
        height: 40%;
        padding: 0px;
        align-items: center;
    }
    .category-title{
        font-size: 40px;
        text-align: center;
        z-index: 2;
        margin-bottom: 5px;
    }
    .title-divider{
        display: none;
    }
    .annotation-block{
        font-size: 14px;
        z-index: 2;
        width: 90%;
        text-align: center;
    }
    .annotation-block p{
        margin: 0;
    }
    .left-blockimg{
        display: none;
    }
    .right-block {
        width: 100%;
        height: 60%;
        margin-left: 0%;
    }
    .diamond{
        width: 5px;
        height: 5px;
    }
    .menu-button{
        width: 70%;
        font-size: 16px;
    }
    .top-image, .bottom-image{
        width: 200px;
    }
    .image-block{
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }
    .image-block img{
        height: 100%;
        border-radius: 0;
    }
    .image-block::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        z-index:0;
    }
    .article-title{
        font-size: 35px;
        text-align: center;
    }
    .title-divider-a, .text-block, .section-title{
        display: none;
    }
    .top-image{
        top: 30px;
    }
    .bottom-image{
        bottom: 30px;
    }
}
@media (max-width: 768px) {
    
}

@media (max-width: 576px) {

}

@media (max-width: 480px) {

}