@font-face{
    font-family: osnov;
    src: url(fonts/EducationalGothic-Regular.otf);
}
@font-face{
    font-family: vse;
    src: url(fonts/Prosto.ttf);
}
body{
    margin: 0;
    padding: 0;
    background-image: url(image/фон2.png);
}
html {
  /* Плавный скролл при клике на меню (MAIN, ABOUT, CHAT) */
  scroll-behavior: smooth; 
}
.HeadDiv{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-top: 10px;
    font-family: vse;
}

.GLOBAL{
    display: flex;
    justify-content: center;
}
.GlobalHead{
    height: auto;
    max-width: 350px;
}
.GlobalLogo{
    height: auto;
    max-width: 100px;
}
.HeadUl{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 0;
    margin-top: 1px;
    position: sticky;
    background-color: #ffffffc7;
}
.Ul1{
    text-decoration: none;
    font-size: 26px;
    letter-spacing: 1px;
}
li>a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: rgb(56, 56, 56);
}
.hero-screen{
    margin-top: 35%;
    margin-bottom: 80%;
}
.peredGLO{
    color: black;
    text-align: center;
    font-family: vse;
    font-size: 22px;
    margin-bottom: 3px;
}
.knopka{
    text-decoration: none;
    color: #ffffff;
}
.knopka:hover{
    color: #ffffffc9;
}
.Dobro{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.Dobro1{
    width: 280px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000000e5;
    color: #ffffff;
    border-radius: 8px;
    background: linear-gradient(to right, #2c3e50, #000000);
    transition: opacity 0.3s ease; 
}
.Dobro2:hover{
     opacity: 0.9;
}
.Dobro2{
    font-family: vse;
}
.peredOl{
    font-family: vse;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}
.Ol{
    list-style: none;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Ol1{
    margin-top: 30px;
    font-size: 23px;
    color: #ffffff;
    padding-left: 10px;
    margin-left: -13px;
    margin-top: 50px;
    width: 250px;
    padding: 20px;
}
.Ol2{
    margin-top: 30px;
    font-size: 23px;
    color: #000000;
    background: linear-gradient(to right, #fffffff1, #f8f8f8f1);
    border-radius: 8px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -13px;
    margin-top: 50px;
    width: 250px;
}
.Ol1-1{
    font-size: 15px;
    margin-top: 6px;
}
.peredAl{
    margin-top: 140px;
    margin-bottom: 120px;
    font-family: vse;
    font-size: 30px;
    text-align: center;
}
.Al1>a{
    color: #000000;
    text-decoration: none;
}
.Al{
    
    list-style: none;
    margin-top: 10px;
}
.Al1{
    margin-top: 20px;
    font-size: 28px;
    color: #000000;
}
.Al1-1{
    font-size: 13px;
    margin-top: 6px;
}
.peredCl{
    width: 100%;
    margin-top: 100px;
    color: #ffffff;
    font-family: vse;
    text-align: center;
    font-size: 40px;
}
.Cl0{
    width: 100%;
    color: #ffffff;
    font-family: vse;
    text-align: center;
    font-size: 10px;
    margin-bottom: 80px;
    padding-right: 20px;
}
.Cl{
    list-style: none;
    color: #ffffff;
    font-family: vse;
    font-size: 16px;
}
.Cl1{
    margin-top: 60px;
}
.Cl1-1{
    
    color: #ececec;
}
.Cl1-1:hover{
    color: #b6b6b6;
}
.end{
    width: 100%;
    height: 50px;
    margin-top: 40px;
    display: grid;
    text-align: center;
    align-content: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
}
html, body {
  max-width: 100%;
  overflow-x: hidden; /* Полностью блокирует скролл влево-вправо */
}