* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

html {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

body {
    background-color: #0A0A0A;
    width: 1920px;
}

.headlogo {
    position: absolute;
    height: 100%; 
    left: 165px;
    top: 15px;
}

.headlogo img {
    width: 105px;
}

.head {
    width: 1920px;
    position: fixed;
    z-index: 2;
    top: -1px;
    display: flex;
    justify-content: center;
}

.headd {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 1834px;
    height: 50px;
    background-image: url(./svg/hd.svg);
    background-repeat: no-repeat;
}

.headtext {
    margin-top: 10px;
    width: 485px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headtext p {
    color: aliceblue;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    opacity: 50%;
    transition: opacity 0.3s;
}

.headtext p:hover {
    margin-top: -1px;
    opacity: 100%;
    border-bottom: 1px aliceblue solid;
}

a {
    text-decoration: none;
}


/* Стили для выпадающего меню */
.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px; 
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* Не мешает наведению */
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background: #e0e0e0;
}

/* Показываем меню с задержкой */
.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.headbutton {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
    transition: opacity 0.2s;
}

.headbutton:hover{
    opacity: 50%;
}
.headbutton1 {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
    transition: opacity 0.2s;
}

.headbutton1:hover{
    opacity: 50%;
}
.mian {
    height: 1000px;
    width: 1920px;
}
.headbutton1{
    display: none;
}

.hm{
    display: none;
}


.headdm {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 1834px;
    height: 50px;
    background-repeat: no-repeat;
}

.headtextm {
    margin-top: 10px;
    width: 485px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headtextm p {
    color: aliceblue;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    opacity: 50%;
    transition: opacity 0.3s;
}

.headtextm p:hover {
    margin-top: -1px;
    opacity: 100%;
    border-bottom: 1px aliceblue solid;
}

a {
    text-decoration: none;
}


/* Стили для выпадающего меню */
.dropdownm {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px; 
}

.dropdown-menum {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* Не мешает наведению */
}

.dropdown-menum a {
    display: block;
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    transition: background 0.3s;
}

.dropdown-menum a:hover {
    background: #e0e0e0;
}

/* Показываем меню с задержкой */
.dropdownm:hover .dropdown-menu,
.dropdownm.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.headbuttonm {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
}


footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
}
.footer{
    width: 1300px;
    
    height: 230px;
}
.footercontent{
   height: 200px;border: white 2px solid;
   display: flex;
}
.underfooter{
    border: white 2px solid;
    justify-content: end;
    width: 1300px;
    height: 30px;
    background-color: white;
    font-family: "Sometype Mono", serif;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
}

.underfooter p{
    padding-left: 35px;
}

.f1{
width: 218px;
color: aliceblue;
display: flex;
flex-direction: column;
font-family: "Sometype Mono", serif;
font-size: 13px;
margin-left: 35px;
margin-top: 35px;
}

.f1 p{
font-family: "Sometype Mono", serif;
font-size: 13.385px;
font-style: normal;
font-weight: 400;border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
font-size: 13px;
padding-bottom: 5px;
}

.f1 a{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #757575;
}
.f1 a:hover{
        
        color: #e9e9e9;
}

.f2{
    width: 218px;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 13px;
    margin-top: 35px;
    }
    
    .f2 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 5px;
    }
    
    .f2 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f2 a:hover{
           
            color: #e9e9e9;
    }




    
.f3{
    width: 218px;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 13px;
    
    margin-top: 35px;
    }
    
    .f3 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    padding-bottom: 5px;
    }
    
    .f3 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f3 a:hover{
            
            color: #e9e9e9;
    }


    .f4{
        width: 218px;
        color: aliceblue;
        display: flex;
        flex-direction: column;
        font-family: "Sometype Mono", serif;
        font-size: 13px;
        
        margin-top: 35px;
        }
        
        .f4 p{
        font-family: "Sometype Mono", serif;
        font-size: 13.385px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        padding-bottom: 5px;
        border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
        }
        
        .f4 a{
            margin-top: 5px;
    margin-bottom: 5px;
            color: #757575;
        }
        .f4 a:hover{
                
                color: #e9e9e9;
        }



.comform{
    margin-top:20px ;
    margin-bottom: 150px;
    width: 1920px;
    display: flex;
    justify-content: center;

}

    
.rectangle-82 {
    width: 1300.161px;
    height: 101.044px;
    top: 5375.923px;
    border: 1px dashed #ffffff;
    z-index: 34;
  }
  .empty-83 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background-size: cover;
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .headlogo:hover{
    opacity: 50%;
}
  .empty-833 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background: url(./svg/joinanimation.gif)
      no-repeat center;
    background-size: cover;
    filter: blur(4px);
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .rectangle-84 {
  
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  .type-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 17.709px;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
    white-space: nowrap;
    z-index: 179;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .rectangle-85 {
    
    width: 208.397px;
    height: 37.875px;
    
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    
  }
  .rectangle-85:hover{
    opacity: 50%;
    cursor: pointer;
  }
  .join-waitlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 24.197px;
    color: #ffffff;
    font-family: "Sometype Mono", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 177;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  
  .rectangle-84 {
    position: absolute;
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  
  .type-text-input {
    width: calc(100% - 35px);
    height: 100%;
    padding: 6px 17.709px;
    background: transparent;
    border: none;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
  }
  
  .type-text-input::placeholder {
    color: #636363;
  }
  
  .rectangle-85 {
    position: absolute;
    width: 208.397px;
    height: 37.875px;
    top: 30.422px;
    left: 1055.026px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rectangle-85:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  
  .notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-height: calc(5 * 60px);
    overflow: hidden;
    z-index: 100;
  }
  
  .notification {
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-width: 200px;
    font-family: "Sometype Mono", serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .notification.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .notification.hide {
    opacity: 0;
    transform: translateY(20px);
  }

  .stay{
    width: 100%;
    text-align: center;
}

.stay p{
    color: #000000;
    font-size: 89px;
    /* -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #FFF; */
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
margin-bottom: 30px;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}


/* CONTENT */

.main1{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3100px;
    margin-top: 200px;
}

.maincontent1{
    width: 1300px;
    height: 1000px;
   
}
.case1{
    padding-bottom: 100px;
}

.case1 h1{
    color: #000000;

    font-size: 89px;
    /* -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #FFF; */
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        padding-bottom: 90px;
}

.caseq1q4{
    width: 100%;

    height: 1125px;
    font-size: 20px;
    font-family: "Sometype Mono", serif;
}

.caseq1q4 p{
    color: #ffffff;
}
.caseq1q4 span{
    margin-left: 17px;
    display: list-item;
    color: rgba(133, 133, 133, 0.85);
    margin-top: 5px;
    margin-bottom: 5px;
font-family: "Sometype Mono";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.box1{
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff solid 1px;
    width: 350px;
    height: 40px;
    margin-bottom: 15px;
}
.q1 {
    margin-bottom: 100px;
    
}

.q2 {
    margin-bottom: 100px;
}

.q3 {
    margin-bottom: 100px;
}

.q4 {
    margin-bottom: 100px;
}

.caseright{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.qimg{
    z-index: 1;
    position: absolute;
    width: 1300px;
    height: 1125px;
    top:397px;
    background-image: url(./svg/q1q4.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.case2{
    height: 3000px;
    width: 100%;
}

.case2 h1{
    color: #000000;
    font-size: 89px;
    /* -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #FFF; */
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        
        padding-bottom: 90px;
}

.casermq1{
    border-bottom: 1px solid white;
}
.casermq1 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid span{
    color: white;
    font-weight: bold;
}
.q1grid {
    display: grid;
    grid-template-columns: 630px 630px;
    grid-template-rows: 17px 100px 17px 100px 17px 100px;
    gap:30px;
    
}
    


.div3 {
    grid-row-start: 2;
}

.div4 {
    grid-row-start: 2;
}

.div5 {
    grid-row-start: 3;
}

.div6 {
    grid-row-start: 3;
}

.div7 {
    grid-row-start: 4;
}

.div8 {
    grid-row-start: 4;
}

.div9 {
    grid-row-start: 5;
}

.div10 {
    grid-row-start: 5;
}

.div11 {
    grid-row-start: 6;
}

.div12 {
    grid-row-start: 6;
}


.casermq2{
    border-bottom: 1px solid white;
    padding-top: 70px;
}
.casermq2 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q2grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q2grid span{
    color: white;
    font-weight: bold;
}
.q2grid {
    display: grid;
    grid-template-columns: 630px 630px;
    grid-template-rows: 17px 100px 17px 100px 17px 100px;
    gap:30px;
    
}
    



.casermq3{
    border-bottom: 1px solid white;
    padding-top: 70px;
}
.casermq3 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q3grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q3grid span{
    color: white;
    font-weight: bold;
}
.q3grid {
    display: grid;
    grid-template-columns: 630px 630px;
    grid-template-rows: 17px 100px 17px 100px;
    gap:30px;
    
}
    


.casermq4{
    border-bottom: 1px solid white;
    padding-top: 70px;
}
.casermq4 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q4grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q4grid span{
    color: white;
    font-weight: bold;
}
.q4grid {
    display: grid;
    grid-template-columns: 630px 630px;
    grid-template-rows: 17px 100px 17px 100px;
    gap:30px;
    
}



@media (max-width:1010px){

    .main1{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 4300px;
        margin-top: 200px;
    }
    
    .maincontent1{
        width: 100%;
        
       
    }
    .case1{
        padding-bottom: 100px;
        height: 1300px;
        width: 100%;
        justify-content: start;
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }

    .case1 h1{
        color: #000000;
    
        font-size: 89px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }
    
    .caseq1q4{
        width: 100%;
    
        height: 725px;
        font-size: 20px;
        font-family: "Sometype Mono", serif;
    }
    
    .caseq1q4 p{
        color: #ffffff;
    }
    .caseq1q4 span{
        margin-left: 17px;
        display: list-item;
        color: rgba(133, 133, 133, 0.85);
        margin-top: 5px;
        margin-bottom: 5px;
    font-family: "Sometype Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    }
    .box1{
        display: flex;
        justify-content: center;
        align-items: center;
        border: #ffffff solid 1px;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }
    .q1 {
        margin-bottom: 100px;
        
    }
    
    .q2 {
        margin-bottom: 100px;
        width: 100%;
    }
    
    .q3 {
        margin-bottom: 100px;
    }
    
    .q4 {
        margin-bottom: 100px;
        width: 100%;
    }
    
    .caseright{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .qimg{
        display: none;
        z-index: 1;
        position: absolute;
        width: 1300px;
        height: 1125px;
        top:397px;
        background-image:none;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .case22{
        width: 100%;
        display: flex;
        justify-content: center;
        
    }
    .case2{
        display: flex;
       
        flex-direction: column;
        height: 1000px;
        width: 48%;
    }
    
    .case2 h1{
        color: #000000;
        font-size: 68px;
        /* -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF; */
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            
            padding-bottom: 90px;
    }
    
    .casermq1{
        border-bottom: 1px solid white;
    }
    .casermq1 h2{
        font-family: "Inter", serif;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 60px;
    }
    
    .q1grid{
        width: 100%;
        /* height: 300px; */
        font-family: "Sometype Mono", serif;
        font-size: 15px;
        color: #727272;
        
    }
    
    .q1grid span{
        color: white;
        font-weight: bold;
    }
    .q1grid {
        display: grid;
        grid-template-columns:100%;
        grid-template-rows: auto; /* Автоматическая высота строк */
        gap:30px;
        
        
    }
        
    
    .div1 {
        grid-row-start: 1;
    }
    .div2 {
        grid-row-start: 3;
    }
    
    .div3 {
        grid-row-start: 2;
    }
    
    .div4 {
        grid-row-start: 4;
    }
    
    .div5 {
        grid-row-start: 5;
    }
    
    .div6 {
        grid-row-start: 7;
    }
    
    .div7 {
        grid-row-start: 6;
    }
    
    .div8 {
        grid-row-start: 8;
    }
    
    .div9 {
        grid-row-start: 9;
    }
    
    .div10 {
        grid-row-start: auto;
    }
    
    .div11 {
        grid-row-start: 10;
    }
    
    .div12 {
        grid-row-start: auto;
    }
    
    
    .casermq2{
        border-bottom: 1px solid white;
        padding-top: 70px;
    }
    .casermq2 h2{
        font-family: "Inter", serif;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 60px;
    }
    
    .q2grid{
        width: 100%;
        /* height: 300px; */
        font-family: "Sometype Mono", serif;
        font-size: 15px;
        color: #727272;
        
        
    }
    
    .q2grid span{
        color: white;
        font-weight: bold;
    }
    .q2grid {
        display: grid;
        grid-template-columns:100%;
        grid-template-rows: auto; /* Автоматическая высота строк */
        gap:30px;
        
    }
        
    
    
    
    .casermq3{
        border-bottom: 1px solid white;
        padding-top: 70px;
    }
    .casermq3 h2{
        font-family: "Inter", serif;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 60px;
    }
    
    .q3grid{
        width: 100%;
        /* height: 300px; */
        font-family: "Sometype Mono", serif;
        font-size: 15px;
        color: #727272;
        
    }
    
    .q3grid span{
        color: white;
        font-weight: bold;
    }
    .q3grid {
        display: grid;
        grid-template-columns:100%;
        grid-template-rows: auto; /* Автоматическая высота строк */
        gap:30px;
        
    }
        
    
    
    .casermq4{
        border-bottom: 1px solid white;
        padding-top: 70px;
    }
    .casermq4 h2{
        font-family: "Inter", serif;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 60px;
    }
    
    .q4grid{
        width: 100%;
        /* height: 300px; */
        font-family: "Sometype Mono", serif;
        font-size: 15px;
        color: #727272;
        
    }
    
    .q4grid span{
        color: white;
        font-weight: bold;
    }
    .q4grid {
        display: grid;
        grid-template-columns:100%;
        grid-template-rows: auto; /* Автоматическая высота строк */
        gap:30px;
        
    }
    
    


}

@media (max-width:830px){
    .main1{
        margin-bottom: 4250px;
    }
}

@media (max-width:760px){
    .main1{
        margin-bottom: 4350px;
    }
}

@media (max-width:726px){
    .main1{
        margin-bottom: 4450px;
    }
}

@media (max-width:681px){
    .main1{
        margin-bottom: 4600px;
    }
}

@media (max-width:631px){
    .main1{
        margin-bottom: 4400px;
    }
    .case2{
        width: 70%;
    }
}

@media (max-width:600px){
    
}
@media (max-width:575px){
    
}@media (max-width:547px){
    .main1{
        
    }
    .case2{
        width: 80%;
    }
    .case1{
        padding-bottom: 100px;
        width: 90%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }

    .case1 h1{
        color: #000000;
    
        font-size: 69px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }
}


@media(max-width:888px){
    .case1 h1{
        font-size: 70px;
    }
    .case2 h1{
        font-size: 35px;
    }
}
@media (max-width:522px){
    .main1{
        margin-bottom: 4250px
    }
    .case2{
        width: 75%;
    }
}

@media (max-width:509px){
    .main1{
        margin-bottom: 4300px
    }
    .case2{
        width: 80%;
    }
}

@media (max-width:488px){
    .main1{
        margin-bottom: 4350px
    }
    .case2{
        width: 80%;
    }
}

@media (max-width:471px){
    .main1{
        margin-bottom: 4400px
    }
    .case2{
        width: 80%;
    }
}

@media (max-width:433px){

    .main1{
        margin-top: 100px;
        margin-bottom: 4600px
    }
    
    .case2{
        width: 80%;
    }
    .case1 h1{
        color: #000000;
    
        font-size: 61px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }

    .case2 h1{
        font-size: 50px;
    }
}

@media (max-width:414px){
    
    .main1{
        margin-bottom: 4700px
    }
    .case2{
        width: 80%;
    }
    
    .case1 h1{
        color: #000000;
    
        font-size: 61px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }

    .case2 h1{
        font-size: 50px;
    }
    .case1{
        padding-left: 40px;
        justify-content: start;
        height:1300px;
    }
}


@media (max-width:396px){
    .main1{
        margin-bottom: 4800px
    }
    .case2{
        width: 80%;
    }
    .case1 h1{
        color: #000000;
    
        font-size: 61px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }

    .case2 h1{
        font-size: 50px;
    }
    .case1{
        padding-left: 40px;
        justify-content: start;
        height:1300px;
    }
}

@media (max-width:379px){
    .main1{
        margin-bottom: 4900px
    }
    .case2{
        width: 80%;
    }
    .case1 h1{
        color: #000000;
    
        font-size: 61px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
            /* padding-bottom: 90px; */
    }

    .case2 h1{
        font-size: 40px;
    }
}

@media (max-width:358px){
    .main1{
        margin-bottom: 5150px
    }
}