body {
    font-family: Arial, sans-serif;
    background-color: #433b3b !important;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
}
h2 {
    font-size: 100px;
    font-family: 'Jun', serif;
    font-weight: 200;
    color: #E3DAD2;
    text-transform: uppercase;
    position: relative;
    margin: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
a {
    text-decoration: none;
    color: inherit;
}
h2 .diamond-left,
h2 .diamond-right {
    position: relative;
    width: 15px;
    height: 15px;
    background: #E3DAD2;
    transform: rotate(45deg);
}
h2 .diamond-left {
    left: -30px;
}
h2 .diamond-right {
    right: -30px;
}
h2::before,
h2::after {
    content: '';
    width: 600px;
    height: 1px;
    background-color: #E3DAD2;
    position: relative;
}
h2::before{
    margin-right: 20px;
}
h2::after{
    margin-left: 20px;
}
.image {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40%;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.4;
    background-image: url("/static/public/images/фоновый псевд 2.svg");
}
.corner-image_index {
    position: absolute;
    width: 50px;
    height: auto;
    z-index: 1;
}
.top-left_index {
    top: 10px;
    left: 10px;
    transform: rotate(0deg);
}
.menu-modal{
    margin-top: 81px !important;
}
.top-right_index {
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
}

.bottom-left_index {
    bottom: 10px;
    left: 10px;
    transform: rotate(270deg);
}

.bottom-right_index {
    bottom: 10px;
    right: 10px;
    transform: rotate(180deg);
}
.centered-image {
    max-width: 30%;
    position: absolute;
    z-index: 1;
}
.top-image{
    top: 20px;
}
.bottom-image{
    bottom: 20px;
}
.container{
    position: relative;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    /*height: calc(100dvh - 70px);*/
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.container::-moz-selection {
  background: #ffffff;
  color: #3A3434;
}

.container::selection {
  background: #ffffff;
  color: #3A3434;
}

.blocks-container {
    display: flex;
    width: 100%;
    background-color: #3A3434;
    outline: 1px solid #E3DAD2;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 700px;
    margin-bottom: 200px;
    justify-content: center;
}
.block {
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #E3DAD2;
    font-family: "Playfair Display", serif;
}
.contact-info {
    padding: 50px;
    color: #E3DAD2;
    font-family: "Playfair Display", serif;
    display: block;
    z-index: 1;
    text-align: center;
    font-size: 20px;
}
.contact-info p {
    font-size: 30px;
}
.minilogo{
    margin: 20px 0px;
    font-size: 30px;
}
.mobilemenu-img{
    display: none;
}
@media screen and (max-width: 1900px) and (orientation: landscape){
    h2{
        font-size: 100px;
        margin: 90px 0px;
    }
    .block{
        width: 500px;
        height: 500px;
    }
    .contact-info{
        padding: 20px;
    }
}
@media screen and (max-width: 1500px) and (orientation: landscape){
    h2{
        font-size: 80px;
        margin: 40px 0px;
    }
    .block{
        width: 400px;
        height: 400px;
    }
    .contact-info{
        font-size: 16px;
    }
    .blocks-container{
        height: 500px;
    }
    .contact-info p{
        font-size: 20px;
    }
    .container{
        flex-direction: column;
        max-width: 1200px;
    }
}
@media screen and (min-width: 1024px) and (orientation: portrait){
    .mobilemenu{
        display: block;
        width: 100%;
        height: 130px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .container{
        height: calc(100% - 130px);
    }
    .mobilemenu-img{
        display: block;
        width: 60%;
        z-index: 1;
    }
    .block{
        width: 800px;
        height: 800px;
    }
    h2 {
        font-size: 8rem;
        margin: 30px 0px;
    }
    h2::before, h2::after{
        content: none;
    }
    .diamond-left, .diamond-right{
        display: none;
    }
    .blocks-container{
        width: calc(100% - 20px);
        margin: 10px;
        height: auto;
    }
    .image-block {
        border: none;
    }
    .contact-block::after,
    .image-block::after {
        border: 2px solid #E3DAD2;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    p{
        font-size: 2.5rem;
    }
    .contact-item{
        margin-left: auto;
        font-size: 2rem;
    }
}
@media (max-width: 1024px) {
    .image{
      background-size: 60% !important;
      background-repeat: repeat !important;
      position: absolute;
    }
    h2::after {
        content: none;
    }
    h2::before {
        content: none;
    }
    h2{
        margin: 100px 0px;
    }
    .block{
        width: 400px;
        height: 600px;
    }
}
@media (max-width: 768px) {
    .mobilemenu{
        display: block;
        width: 100%;
        height: 80px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .container{
        height: calc(100% - 100px);
    }
    .mobilemenu-img{
        display: block;
        width: 60%;
        z-index: 1;
    }
    .corner-image_index{
        width: 40px;
    }
    .centered-image{
        max-width: 50%;
    }
    h2 {
        font-size: 70px;
        margin: 30px 0px;
    }
    h2::before, h2::after{
        content: none;
    }
    .diamond-left, .diamond-right{
        display: none;
    }
    .blocks-container{
        width: calc(100% - 20px);
        margin: 10px;
        height: auto;
    }
    .block {
        height: auto;
        width: 80%;
        padding: 20px 0px;
    }
    .block::after {
        border: 2px solid #E3DAD2;
    }
    .contact-item{
        font-size: 16px;
    }
    .contact-info p{
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 50px;
    }
    .mobilemenu-img{
        width: 50%;
        z-index: 1;
    }
}