::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #433b3b !important;
    font-family: 'Times New Roman', serif;
    color: #3A3434;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
.page {
    position: relative;
    width: 50%;
    height: auto;
    background-color: #E3DAD2;
    padding: 3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.page::-moz-selection {
  background: #3A3434;
  color: #ffffff;
}

.page::selection {
  background: #3A3434;
  color: #ffffff;
}
.image {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: 40%;
    background-position: center;
    background-origin: content-box;
    background-clip: content-box;
    z-index: 0;
    background-image: url("/static/public/images/фоновый псевд 2.svg");
}
.page::before{
    align-self: center; 
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #3a3434;
    pointer-events: none;
}
.line{
    display: block;
    width: 300px;
    height: 2px;
    background-color: #3A3434;
    margin-bottom: 15px;
}
.p_attention{
    margin-bottom: 25px !important; 
    font-style: italic !important;
}
.page h1 {
    font-size: 90px;
    font-family: 'Jun', serif;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    color: #3A3434 !important;
    margin: 0px;
    margin-bottom: 15px;
}
.maplvl1, .maplvl0{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.link-btn{
    text-align: left;
}
.bold{
    font-weight: 700;
    position: relative;
}
.bold::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 12px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #3A3434;
}
.regular{
    position: relative;
}
.regular::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 15px;
    width: 10px;
    height: 2px;
    background: #3A3434;
}
.content {
    display: grid;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    justify-content: center;
    justify-items: center;
}
.content p{
    font-family: 'Playfair Display', serif;
    width: 550px;
    font-weight: 600;
    text-align: justify;
    text-indent: 35px;
    font-size: 17px;
    margin: 5px 0px;
}
.mobilemenu-img, .diamond{
    display: none;
}
@media screen and (max-width: 1900px) and (orientation: landscape){
    .page h1{
        font-size: 85px;
    }
    .content p{
        font-size: 17px;
    }
    .bottom-image{
        bottom: 30px;
        width: 250px;
    }
    .top-image{
        top: 30px;
        width: 250px;
    }
    .line{
        margin: 5px 0px;
        height: 1px;
    }
    .contact{
        font-size: 15px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1500px) and (orientation: landscape){
    .page h1{
        font-size: 60px;
        margin-bottom: 10px;
    }
    .content p{
        font-size: 12px;
        width: 380px;
        margin: 0;
    }
    .bottom-image{
        bottom: 30px;
        width: 250px;
    }
    .top-image{
        top: 30px;
        width: 250px;
    }
    .line{
        margin: 5px 0px;
    }
    .p_attention{
        margin-bottom: 5px !important;
    }
    .contact{
        font-size: 15px;
        margin-top: 10px;
        width: 350px;
        height: 40px;
    }
    .corner-image{
        width: 40px !important;
    }
}
@media screen and (max-width: 1200px) and (orientation: landscape){
    .page h1{
        font-size: 50px;
        margin-bottom: 10px;
    }
    .content p{
        font-size: 10px;
        width: 320px;
        margin: 0;
    }
    .bottom-image{
        bottom: 30px;
        width: 200px;
    }
    .top-image{
        top: 30px;
        width: 200px;
    }
    .line{
        margin: 0 !important;
        margin: 5px 0px !important;
        width: 50%;
    }
    .p_attention{
        margin-bottom: 5px !important;
    }
    .contact{
        font-size: 12px;
        margin-top: 10px;
        width: 320px;
        height: 30px;
    }
    .corner-image{
        width: 40px !important;
    }
}
@media screen and (min-width: 1024px) and (orientation: portrait){
    body{
        display: flex;
        flex-direction: column;
    }
    .mobilemenu{
        display: block;
        width: 100%;
        height: 130px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .mobilemenu-img{
        display: block;
        width: 60%;
    }
    .page{
        width: 100%;
        height: calc(100% - 130px);
        padding: 0 10%;
    }
    .page::before{
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border: 2px solid #3a3434;
    }
    .diamond{
        display: block;
        width: 15px;
        height: 15px;
    }
    .diamond-tr{
        top: 50px;
        right: 50px;
    }
    .diamond-bl {
        bottom: 50px;
        left: 50px;
    }
    .diamond-br {
        bottom: 50px;
        right: 50px;
    }
    .diamond-tl {
        top: 50px;
        left: 50px;
    }
    .corner-image, .centered-image, .line-middle{
        display: none;
    }
    .contact{
        font-size: 2rem;
        text-transform: uppercase;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #3A3434;
        border-radius: 25px;
    }
    .content p {
        width: 100%;
        font-size: 2.5rem;
        font-weight: bold;
    }
    .page h1 {
        font-size: 9rem;
    }
    .line{
        width: 550px;
        height: 3px;
        margin: 20px 0px;
    }
}
@media (max-width: 1024px) {
    .image{
        display: none !important;
    }
    .page{
        height: 100%;
    }
}
@media (max-width: 768px) {
    .line{
        display: block;
    }
    .line-middle{
        display: none;
    }
    body{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .mobilemenu{
        display: block;
        width: 100%;
        height: 80px;
        background-color: #3A3434;
        display: flex;
        justify-content: center;
    }
    .mobilemenu-img{
        display: block;
        width: 60%;
    }
    .page{
        width: 100%;
        height: calc(100% - 80px);
        padding: 15% 12%;
    }
    .diamond{
        display: block;
    }
    .corner-image, .centered-image, .line-middle{
        display: none;
    }
    .contact{
        color: #3A3434;
        font-size: 16px;
        width: 100%;
        border: 1px solid #3A3434;
    }
    .content p {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-indent: 25px;
    }
    .page h1 {
        font-size: 70px;
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .content p {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    .page h1 {
        font-size: 70px;
    }
    .mobilemenu-img{
        width: 50%;
    }
}

@media (max-width: 480px) {
    .page h1 {
        font-size: 50px;
    }
    .contact{
        margin-top:15px;
    }
    .line{
        width: 250px;
        margin: 20px 0px;
    }
}
@media (max-width: 380px) {
    .content p {
        font-size: 12px;
    }
    .mobilemenu-img{
        width: 50%;
    }
    .contact{
        height: 40px;
        font-size: 14px;
    }
    .line{
        width: 200px;
        margin: 10px 0px;
    }
}