@import url('https://fonts.googleapis.com/css2?family=Pacifico:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=LXGW+WenKai+Mono+TC&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
			background: #000000;
        }

a {
    color: #b7ff02;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

p.text {
    color: #bbbbbb;
    font-family: "LXGW WenKai Mono TC", monospace;
    font-size: 18pt;
    text-align: center;
    line-height: 1.2em;

	position: relative;
}

p.text2 {
    color: #5d97b9;
    font-family: "Gabriela", monospace;
    font-size: 18pt;
    text-align: center;
    line-height: 30px;
    top: 20px;
	position: relative;
}


p.text3 {
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 36pt;
    text-align: center;
    line-height: 30px;

}

p.text4{
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 26pt;
    text-align: center;
}

p.text5{
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 22pt;
    text-align: center;
}

.verificar{
        border-radius: 50px;
        font-family: 'Gabriela';
    position: relative;
/*    width: 150px;
	height: 39px;*/
        bottom: 238px;
        width: 350px;
        height: 45px;
        background-color: #009a29;
        color: white;
        font-size: 16pt;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        cursor: pointer;
        margin: auto;
        animation-name: tewe;
        animation-duration: 0.6s;
        animation-direction: alternate-reverse;
        animation-iteration-count: infinite;
        animation-play-state: running;
        transition: 1000ms;
		box-shadow: 0px 0px 20px 5px #FFC107;
		background: #000000 url(./images/but.jpg);
		border: 6px double #05234a;
		letter-spacing:1pt;
    }
.verificar:hover{
    animation-play-state: paused;
	border: 6px double #9bff9b;
	background: #000000 url(./images/but1.jpg);
	box-shadow: 0px 0px 20px 5px #00bb00;
}

@-webkit-keyframes tewe{
  from{
    border-radius: 30px;
    color: white;
    opacity: 0.7;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
  
  to{
    border-radius: 10px;
    color: white;
    width: 355px;
    font-size: 16pt;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
}


.verificar1{
        border-radius: 50px;
        font-family: 'Gabriela';
    position: relative;
/*    width: 150px;
	height: 39px;*/
	line-height: 22px;
        bottom: 8px;
        width: 250px;
        height: 60px;
        background-color: #009a29;
        color: white;
        font-size: 14pt;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        cursor: pointer;
        margin: auto;
        animation-name: tewe;
        animation-duration: 0.6s;
        animation-direction: alternate-reverse;
        animation-iteration-count: infinite;
        animation-play-state: running;
        transition: 1000ms;
		box-shadow: 0px 0px 20px 5px #FFC107;
		background: #000000 url(./images/but.jpg);
		border: 6px double #05234a;
		letter-spacing:1pt;
    }
.verificar1:hover{
    animation-play-state: paused;
	border: 6px double #9bff9b;
	background: #000000 url(./images/but1.jpg);
	box-shadow: 0px 0px 20px 5px #00bb00;
}

@-webkit-keyframes tewe{
  from{
    border-radius: 30px;
    color: white;
    opacity: 1;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
  
  to{
    border-radius: 10px;
    color: white;
    width: 250px;
    font-size: 16pt;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
}




.logo {
    position: absolute;
	 padding-top: 50px;

    left: 50%;
    margin-left: -150px;
    width: 524;
}

.logo_top {

    width: 100%;
    height: 250px;
	background-color: #000000;
}



         .photo-block {
            width: 100%;
            height: 70vh;
            max-height: 768px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000000;
            overflow: hidden;
            position: relative;
        }
        
        .photo-container {
            width: 1366px;
            height: 768px;
            max-width: 100%;
            max-height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .photo-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .text-block {
            padding: 60px 20px;
            background-color: #000000;
            text-align: center;
            margin: 0 auto;
            max-width: 1200px;
        }
        

		        .lenta-block {

            background-color: #000000;
            text-align: center;
            margin: 0 auto;
            max-width: 1200px;
        }
        .text-block h2 {
            font-size: 2.5rem;
            margin-bottom: 30px;

            font-weight: 600;
        }
        
        .text-block p {
            font-size: 1.5rem;
            max-width: 1366px;
            margin: 0 auto;
            line-height: 1.2;

        }
        
        /* Адаптация для планшетов */
        @media (max-width: 1024px) {
            .photo-block {
                height: 60vh;
            }
            
            .text-block h2 {
                font-size: 2.2rem;
            }
            
            .text-block p {
                font-size: 1.1rem;
            }
        }
        
        /* Адаптация для телефонов */
        @media (max-width: 768px) {
            .photo-block {
                height: 50vh;
            }
            
            .text-block {
                padding: 40px 15px;
            }
            
            .text-block h2 {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }
            
            .text-block p {
                font-size: 1rem;
                line-height: 1.6;
            }
        }
        
        /* Адаптация для маленьких телефонов */
        @media (max-width: 480px) {
            .photo-block {
                height: 40vh;
            }
            
            .text-block {
                padding: 30px 15px;
            }
            
            .text-block h2 {
                font-size: 1.5rem;
                margin-bottom: 15px;
            }
            
            .text-block p {
                font-size: 0.95rem;
                line-height: 1.5;
            }
        }