body {
/*    font-family: "Segoe UI", Arial, sans-serif;*/
    font-family: "Geologica", Arial, sans-serif;
}

header {
    text-align: center;
    padding: 20px;
}
h1{
    margin: 0 auto;
    text-align: center;
}
.daryn-title-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.navbar-link img{
    height: 30px;
    width: 115px;
    margin-right: 30px;
}
.daryn-title{
    display: block;
    text-wrap: wrap;
    width: 400px;
    margin-left: 10px;
}
.mynavbar{
    background-color: #3D52A0;
    position: relative;
    z-index: 1000;
}
.nav-seb-text{
    background-color: rgba(255, 200, 6, 1.0);
    color: rgba(61, 82, 160, 1.0);
}
.nav-seb-text a{
    color: rgba(61, 82, 160, 1.0);
}
.locale-switcher{
    background: none;
    cursor: pointer;
}
.lang-option{
    background-color: none;
    color: #0171BA;
}
.center-wrap{
    width: 70%;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0171BA;
}

.center-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
}
.center-cont img {
    max-width: 70px;
    margin-right: 20px;
}
.center-name{
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
h1 {
    font-size: 24px;
    margin: 0;
    margin-top: 20px;
}
h2{
    margin: 0 0 5px 0;
    text-align: center;
}

/* p {
    font-size: 18px;
    margin: 5px auto;
    width: 70%;
} */
header p:nth-child(4){
    color: #0171BA;
}
.span-bold{
    font-weight: 600;
}
#language-switch {
    text-align: right;
    margin-top: 10px;
}
#site-language{
    border: none;
    outline: none;
}

label {
    font-weight: bold;
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"],
.form-group input[type="password"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.register-input{
    margin-bottom: 10px;
}
.confirm{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.confirm label{
    margin: 0 0 0 10px;
}
.submit{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}
.submit button {
    width: 50%;
    background-color: #0E84AD;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.teacher-middle-name{
    font-size: 14px;
}
.teacher-info{
    background-color: #0E84AD;
    padding: 2px;
}
.teacher-info h2 {
    color: white;
}
.teacher-info .form-group label{
    color: white;
}

.mycontainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 5px;
    line-height: 1.5;
}
.left-side{
    width: 15%;
    border: 1px solid grey;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 2px;
}
.avatar{
    border: 1px solid black;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.name-surname p{
    color: green;
    font-weight: 800;
    text-align: center;
}
.right-side{
    width: 80%;
}
.a-seb{
    display: block;
    text-align: center;
}
.information {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    font-size: 14px;
}
.information p{
    margin: 0;
    padding: 2px 0;
}
.information-left{
    width: 250px!important;
}
.information-right{
    width: 90%;
}
.secret-btn-wrap{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.information-points {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    color: #3D52A0;
}
.margin-points{
    margin-top: 20px;
}
.secret-btn{
    background-color: green;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    transition: all 0.5s ease-out allow-discrete;
    box-sizing: border-box;
}
.secret-btn:hover{
    cursor: pointer;
    background-color: white;
    border: 1px solid green;
    color: green;
    box-sizing: border-box;
}
.reset-btn{
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid green;
    border-radius: 5px;
    text-decoration: none;
    background-color: green;
    color: white;
    text-align: center;
}
.reset-btn:hover{
    background-color: white;
    color: green;
}
.main-container{
    background-image: url("/img/photo-min.JPG");
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
/*    margin-top: -57px;*/
}
.main-container-bg{
    background: linear-gradient(to right, rgba(27, 42, 71, 1.0), rgba(61, 82, 160, 0.2));
    display: flex;
    flex-direction: column;
    /* height: 100vh; */

}

.main-container-vertical-top,.main-container-vertical{
    width: 80%;
    margin: 0 auto;
}
.main-container-vertical-top{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.main-container-top-wrap{
    width: 50%;
    padding: 20px;
    margin-top: 150px;
}
.schedule{
    text-decoration: none;
    color: #FFC806;
    font-weight: 600;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #FFC806;
    border-radius: 10px;
}
.schedule:hover{
    color: white;
    border: 1px solid white;
}
h3{
    font-size: 45px!important;
    color: white;
    font-weight: 600;
    line-height: 1.2;
}
.main-container-top-text{
    font-size: 18px;
    color: white;
    list-style-type: disc; /* Это значение добавляет точки */
    margin-top: 50px;
}
.main-container-top-text li{
    margin-left: 20px;
    padding: 5px 1px;
}
.tech-support{
    text-decoration: none;
    color: #FFC806;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 20px;
/*    border-bottom: 1px solid #FFC806;*/
}
.tech-support:hover{
    color: white;
}
.main-container-vertical{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.main-container-bottom-wrap-left{
    width: 35%;
}
.main-container-bottom-wrap-right{
/*    width: 65%;*/
}
.main-container-bottom-wrap-left a{
}
.index-in-this-time{
    color: #FFC806!important;
    line-height: 1.3em;
}
.index-orange{
    text-decoration: none;
    color: #FFC806;
    font-size: 21px;
}
.registration-btn{
    display: block;
    text-decoration: none;
    border: 1px solid #FFC806;
    border-radius: 20px;
    background-color: #FFC806;
    color: #2D0303;
    padding: 10px 30px;
    box-sizing: border-box;
    max-width: 220px;
    margin-top: 30px;
    margin-left: 20px;
    text-align: center;
    line-height: 1.3;
}
.instruction-wrap{
    display: flex;
    flex-direction: row;
    margin-top: 120px;
}
.instruction-link{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 290px;
    padding: 10px;
/*    border: 1px solid black;*/
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 6px 6px 9px rgba(0, 0, 10, 0.8); /* Смещение по оси X, Y, размытие, цвет */
    text-decoration: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.2));
    background-color: rgba(61, 82, 160, 0.5);
    color: white;
    transition: all 0.3s ease; /* Плавный переход фона */
}
.instruction-link:hover{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    color: black;


}
.instruction-link-text{
    width: 250px;
    line-height: 1.5;
}

/*instruction page*/
.instruction-it-wrap{
    border: 1px solid red;    
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}
.instruction-it{
    text-decoration: none;
    color: red;
    font-weight: 600;
    text-align: center;
}
.instruction-site-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
.instructions-block{
    margin-right: 10px;
}
.instructions-block p{
    margin: 20px 0;
}
.instructions-block a{
    margin: 20px 0;
    background-color: rgba(61, 82, 160, 1.0);
    border: 1px solid rgba(61, 82, 160, 1.0);
}
.blinking {
  animation: blinkingText 1s infinite;
  font-size: 18px;
}

@keyframes blinkingText {
  0% { color: red; opacity: 1; }
  50% { color: red; opacity: 0.2; }
  100% { color: red; opacity: 1; }
}

/*quiz*/
.quiz-mycontainer{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 0 0;
/*    background-color: rgba(61, 82, 161, 0.5);*/
    box-sizing: border-box;
}
.quiz-information{
    position: relative;
    text-align: center;
    background-color: white;
    padding: 20px 5px;
    line-height: 1.2;
    z-index: 999;
}
.timer-outer{
    padding: 10px 0;
    background-color: white;
    position: relative;
    z-index: 1000;
}
.timer-div{
    background-color: white;
}
.timer-outer, .timer-div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#timer{
    margin: 0 10px;
}
.gettest-timer-wrap{
    position: relative;
    z-index: 999;
    background-color: white;
    padding: 10px 2px;
}
.hidden {
  display: none; /* Hide elements with this class */
}
.ended {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.iframe-pdf-div{
  overflow: hidden;
  height: 360px;
  position: relative;
  z-index: 999;
}
.iframe-container {
    position: relative;
    width: 100%;
    height: 360px; /* Задайте фиксированную высоту контейнера */
    overflow: hidden; /* Чтобы скрыть выходящий контент */
    z-index: 999;
}
.quiz-display-close{
    position: absolute;
    width: 150px;
    height: 60px;
    top: 0;
    right: 0;
    cursor: text;
}
.iframe-scroll {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 3px solid black;
}
.iframe-getpdf {
    min-width: 800px;
    height: 100%; /* Высота iframe совпадает с высотой контейнера */
}
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(48, 56, 65, 0.1);
/*    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон для читаемости */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none; /* Чтобы текст не мешал взаимодействию с iframe */
    z-index: 1000;
}
.text-overlay p{
    transform: rotate(30deg) translate(10px, 20px);
    margin: 20px 1px 15px 1px;
    font-size: 35px;
}
.iframe-form-div{
    margin-top: -380px;
    position: relative;
    border: 3px solid black;
}
.iframe-gettest-none{
    margin-top: 400px!important;
}
.seberror-information-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.seberror-information{
    font-size: 20px;
    margin: 20px 0;
}
.seberror-information-red{
    color: red;
}
.seberror-green{
    color: #FFC806;
}
.seberror-information-second{
    border: 1px solid #3D52A0;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.2));
    background-color: rgba(61, 82, 160, 1);
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 20px;
    color: white;
}
.seberror-information-second:hover{
    color: #3D52A0;
    background: white;
    background-color: white;
}
.seberror-ul{
    margin: 20px 0;
}
.seberror-ul-ul{
    margin: 10px 20px;
}
.seberror-ul-ul li{
    padding: 5px 0;
}

.quiz-results-hidden{
    display: none;
}
.quiz-results{
    display: block;
    position: absolute;
    top: 360px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 50px 20px 20px 20px;
    text-align: center;
    font-size: 20px;
    text-wrap: wrap;
    color: green;
    line-height: 1.3;
}
.quiz-results p{
    margin: 5px 0;
}
/*qiiz*/


@media screen and (min-width:1600px) {
.main-container{
    height: 100vh;
}
.main-container-bg{
    height: 100vh;
}
}
@media only screen and (max-width: 700px) {
  body {
  }
  h3{
    font-size: 20px!important;
    text-align: center;
}
.mobile-hide{
    display: none;
}
.main-container-top-wrap{
    width: 100%;
    padding: 5px;
    margin-top: 70px;
}
.main-container-vertical-top,.main-container-vertical{
    width: 90%;
    margin: 20px auto;
}
.main-container-top-text{
    font-size: 13px;
    margin-top: 35px;
}
.registration-btn{
    text-decoration: none;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}
.main-container-bottom-wrap-left{
    width:100%;
}
.main-container-bottom-wrap-right{
    width: 100%;
}
.main-container-vertical{
    display: flex;
    flex-direction: column;
}
.instruction-wrap{
    display: flex;
    flex-direction: column;
    margin-top: 65px;
}
.instruction-link{
    width: 100%;
    margin: 10px 0 0 0;
}
.left-side, .right-side{
    width: 100%;
}
.left-side{
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid black;
}
.avatar{
    display: none;
}

.login-form-iin{
    font-size: 13px;
    text-wrap: wrap!important;
    text-align: center;
}

/*instruction page*/
.instruction-site-wrap{
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
}
.instructions-block{
    margin: 0;
}
.instructions-block p{
    margin: 10px 0;
    text-align: center;
}
.instructions-block a{
    margin: 10px 0;
}
}