:root{
  --daryn-ink:#132029;
  --daryn-steel:#526270;
  --daryn-steel-soft:#7c8b96;
  --daryn-paper:#e9eef0;
  --daryn-card:#ffffff;
  --daryn-line:#dbe3e6;
  --daryn-azure:#0a5872;
  --daryn-azure-deep:#083e51;
  --daryn-azure-bright:#1490b3;
  --daryn-sun:#c99a2e;
  --daryn-sun-soft:#f4e6c4;
  --daryn-green:#1c6b44;
  --daryn-green-deep:#12492e;
}

html{
  scroll-behavior: smooth;
  overflow-y: scroll;
  color:var(--daryn-ink);
}
body{
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   background-color: #F8F8F8;
   min-height: 100vh;
   background-image:
      radial-gradient(circle at 14% 18%, rgba(10,88,114,0.05), transparent 40%),
      radial-gradient(circle at 88% 78%, rgba(201,154,46,0.06), transparent 42%),
      repeating-linear-gradient(115deg, rgba(10,88,114,0.03) 0px, rgba(10,88,114,0.03) 1px, transparent 1px,     transparent 7px);
}
.correct-answer-text{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.correct-answer-text p{
   text-align: center;
}
.correct-answer-wrap{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: wrap;
   width: 80%;
   margin: 0 auto;
}
.correct-answer-wrap a{
   text-decoration: none;
   color: black;
}
.correct-answer-wrap a div{
   padding: 10px;
   border: 1px solid black;
   border-radius: 5px;
   min-width: 65px;
   margin: 0 5px 5px 0
}
.correct-answer-wrap iframe{
   width: 715px;
   min-height: 700px;
}
.back{
   margin-top: 50px!important;
   background-color: grey;
   color: white;
}
.dontwork{
   text-align: center;
   color: red;
   font-size: 30px;
   line-height: 1.5em;
}
/*range.php*/
.s1-akbota2023{
   margin-top: 50px;
}
.diapazon-akbota2023{
   padding: 10px;
   box-sizing: border-box;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
}
.table-cont-akbota2023{
   display: flex;
   flex-direction: column;
}
.bold-akbota{
   font-weight: 600;
}
.row-akbota2023{
   display: flex;
   flex-direction: row;
   text-align: center;
}
.class-akbota2023, .score-akbota2023{
   border: 1px solid black;
   width: 20%;
   padding: 10px;
   box-sizing: border-box;
}
.answers-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;

}
.answers-btn{
  display: inline-block;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid green;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
  background-color: white;
  color: red;
  font-size: 16px;
  text-transform: uppercase;

}

@media only screen and (min-width: 768px){
.akbota_subjects_t1{
   width: 100%;
   display:flex;
   flex-direction:row;
   justify-content: space-between;
 
}
.akbota_subjects_s1{
   width: 49%;
   display:flex;
   flex-direction:column;
   border: 1.5px solid #0071BB;
   border-radius: 5px;
}
}
.akbota_subjects_s1{
   border: 1.5px solid #0071BB;
   border-radius: 5px;
}
.akbota_subjects{
   width: 100%;
   
   align-items: center;
   margin: 20px auto;
   padding-bottom: 10px;
}
.akbota_subjects a{
   font-weight: 600;
}
.akbota_subjects table{
   width:100%;
   border: 1px solid black;
}
.akbota_subjects tr:hover {background-color: #ddd;}
.akbota_subjects th{
   background-color:#0071BB;
   border: 1px solid white;
   font-weight: 600;
   color: white;
}
.akbota_subject_total{background-color:#ddd;font-weight: 600;}
.akbota_subjects td, th {
  border: 1px solid #C0C0C0;
  text-align: center;
  padding: 8px;
}
.horizontal_line{
  width: 2px;
  background-color:#0071BB;
}
.subjects_table_desc{
  text-align: center;
  margin-top: 8px;
}

/*--range.php--*/
.button-merop-wrap{
   margin: 30px auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 50%;
   border: 1px solid #e2e2e2;
   border-radius: 12px;
   background-color: white;
   padding: 25px 20px 20px;
   box-shadow: 0 10px 30px -18px rgba(0,0,0,0.25);
   box-sizing: border-box;
}
.button-merop-wrap a{
   display: block;
   width: 100%;
}
.akbota_subjects-main{
   color: red;
   text-decoration: none;
   font-weight: 600;
   text-align: center;
}
.aqyly{
   color: #FFDD00;
}
.btn-merop-white {
   border: 1px solid grey;
   background-color: white!important;
   color: grey!important;
   transition: 300ms;
}
.btn-merop-white:hover{
   border-color: green;
   color: green!important;
}
.schedule-wrap{
  border:1px solid var(--daryn-line);
  border-radius:12px;
  overflow:hidden;
  text-align:left;
}
.schedule-main-text{
  background:linear-gradient(180deg,#fbf6ea,#f7efdc);
  border-bottom:1px solid var(--daryn-sun-soft);
  border-left:3px solid var(--daryn-sun);
  padding:14px 18px;
  margin:0;
  text-align:center;
  font-family:'Golos Text','Inter',sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.5;
  color:var(--daryn-azure-deep);
}
.schdule-cont{
  display:flex;
  gap:14px;
  align-items:center;
  padding:8px 11px;
  border-bottom:1px dashed var(--daryn-line);
}
.schdule-cont:last-of-type{
   border-bottom: none;
}
.schdule-cont:hover{ background:#fff; color:var(--daryn-azure-deep) !important; }
.schedule-text{
  flex:1;
  margin:0;
  font-size:14px;
  line-height:1.5;
  color:var(--daryn-steel);
}
.schedule-date{
  margin:0;
  font-size:13.5px;
  font-weight:600;
  letter-spacing:0.3px;
  color:var(--daryn-ink);
  background:#fbfcfd;
  border:1px solid var(--daryn-line);
  border-radius:7px;
  padding:6px 10px;
  white-space:nowrap;
}
.index-inform{
  background:#fbfcfd;
  border-top:1px solid var(--daryn-line);
}
.index-inform a.akbota_subjects-main{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:5px 8px;
  font-size:13px;
  font-weight:600;
  color:var(--daryn-azure-bright) !important;
  text-decoration:none;
  transition:background .12s ease, color .12s ease;
}
.index-inform:last-child a.akbota_subjects-main{ border-bottom:none; }
.index-inform a.akbota_subjects-main:hover{ background:#fff; color:var(--daryn-azure-deep) !important; }
.index-inform a.akbota_subjects-main::after{
  content:"→";
  font-weight:700;
}
.button-merop-wrap a button{
   width: 100%;
}
.button-merop-wrap button{
   padding: 12px 30px;
   color: white;
   background-color: green;
   border: none;
   border-radius: 8px;
   cursor: pointer;
   transition: 300ms;
   margin-top: 10px;
   font-size: 16px;
}
.button-merop-wrap button:hover{
   background-color: white;
   color: green;
   border: 1px solid green;
}
.center{
   max-width: 960px;
   margin: 0 auto;

}
.keng-note{
   font-size: 15px!important;
   font-style: italic!important;
   color: #FFDD00;
   font-weight: 600!important;
   line-height: 1.2em;
}
.button-merop-wrap button:hover .keng-note{
/*   color: black;*/
}
.yazik-note{
   font-size: 15px!important;
   font-style: italic!important;
   color: #FFDD00;
   font-weight: 600!important;
}
.button-merop-wrap button:hover .yazik-note-text{
   color: black;
}
.centre-info-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.menu-cont{
   display: flex;
   flex-direction: row;
   align-items: center;
}
.logo-cont {
  width: 65px;
  height: 50px;
}
.logo-cont img{
   width: 100%;
   height: 100%;

}
.centre-name-cont {
  margin-left: 10px;
}
.centre-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.centre-name span{
   padding: 5px 0;
   line-height: 1.5em;
}
.menu-event{
   font-size: 14px;
   position: relative;
   padding: 10px;
   box-sizing: border-box;
}
.menu-event:hover{
   cursor: pointer;
}
.past-event-dropdown{
   display: none;
   background-color: white;
   position: absolute;
   flex-direction: column;
   top: 34px;
}
.past-event-menu{
   min-width: 290px;
   padding: 10px;
   border-bottom: 1px solid black;
   display: block;
   text-decoration: none;
   color: black;
}
.menu-event:hover .past-event-dropdown{
   display: flex;
}
.past-event-menu:hover{
   background-color: green;
   color: white;
}
.phonetext{
cursor: pointer;
padding: 10px;
border: 1px solid black;
border-radius: 5px;
position: relative;
z-index: 4;
background-color: white;
white-space: pre-wrap;
}
.wrapphone{
position: relative;
margin: 0 10px;
z-index: 5;
}
.wrapphone:hover .number{
display: block;
}
.wrapphone2{
   display: flex;
   flex-direction: row;
   justify-content: center;
   width: 100%;
   border: 1px solid #0071BB;
   background-color: #0071BB;
   border-radius: 0 0 10px 10px;
   padding: 10px;
   box-sizing: border-box;
   margin: 0 auto;
   font-size: 20px;
   color: white;
}
.wrapphone2 div{
   margin-left: 10px;
}
.wrapphone2 div p{
   margin-bottom: 10px;
}
.number{
position: absolute;
display: none;
padding: 15px;
width: 290px;
background-color: green;
border-radius: 0 5px 5px 5px;
color: white;
z-index: 3;
margin-top: -5px;
}
.number p{
   margin-bottom: 10px;
   line-height: 1.5em;
}
.wrapphone:hover .number{
display: flex;
flex-direction: column;
}
.locale-switcher{
   border: none;
   outline: none;
   background-color: transparent;
}
.locale-switcher option{
   padding: 5px 10px;
}
.language a{
   text-decoration: none;
   color: black;
}
.lang{
   font-size: 14px;
}
.menu-btn-wrap{
   width: 20px;
   height: 15px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   display: none;
}
.line{
   width: 100%;
   height: 2px;
   background-color: black;
}
.instruction-wrap-desktop{
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 10px 10px 20px 10px;
   background-color: white;
   border: 1px solid #E79834;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 20px 0;
}
.instruction-wrap-mobile{
   display: none;
}
.instruction-maintext{
   font-size: 20px;
   text-transform: uppercase;
   color: #E79834;
   font-weight: 700;
   text-align: center;
   padding: 10px 10px 20px 10px;
}
.instruction-wrapper{
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: wrap;
}
.redbtn{
   background-color: white!important;
   border: 3px solid red;
   color: red!important;
   font-weight: 600;
}
.range-cont{
   max-width: 100%;
   border: 1px solid #E79834;
   cursor: pointer;
   transition: 400ms;
   margin: 10px auto;
   position: relative;
}
.pngruka {
    position: absolute;
    width: 30px;
    top: 55px;
    right: 20px;
}
.instruction-cont{
   max-width: 200px;
   border: 1px solid #E79834;
   cursor: pointer;
   transition: 400ms;
}
.instruction-cont:hover{
   transform: scale(1.05);
}
.tab-link{
   text-decoration: none;
}
/*.instruction-cont.is-active{
   border: 1px solid #E79834;
   transform: scale(1.1);
   background-color: #FFD06C;
}*/
.instruction{
   min-height: 48px;
   background-color: #E79834;
   color: white;
   padding: 5px 15px;
   margin: 10px;
   text-align: center;
   line-height: 1.5em;
   display: flex;
   align-items: center;
   justify-content: center;
}
.steps-wrap{
   width: 100%;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 10px 10px 20px 10px;
   background-color: white;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 20px 0;
}
.sim-slider{
   display: none;
}
.steps-maintext{
   color: #E79834;
   text-align: center;
   text-transform: uppercase;
   font-size:18px;
   font-weight: 700;
   line-height: 1.5em;
}
.steps-maintext-green{
   color: #008001;
}
.teacher-notice-wrap{
   text-align: center;
}
.teacher-notice-maintext{
   font-weight: 600;
   margin-bottom: 5px;
}
.teacher-notice-text{
   margin-bottom: 10px;
   line-height: 1.5em;
}
.steps-notice{
   margin: 10px auto;
}
.steps-notice{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steps-notice-link{
   line-height: 1.5em;
   text-decoration: none;
   text-align: center;
   width: 80%;
   margin: 10px auto 0;
   padding: 3px;
}
.steps-wrapper{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}
.steps-all-cont{
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 226px;
}
.steps-all-cont:nth-child(2n){
   width: 230px;
}
.steps-all-cont:nth-child(3n){
   width: 270px;
}
.steps-all-cont:nth-child(4n){
   width: 195px;
}
.step-number{
   width: 48px;
   height: 48px;
   border: 1px solid #008001;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-bottom: -25px;
   background-color: white;
   position: relative;
   z-index: 2;
   color: #FF4100;
   font-size: 30px;
   font-weight: 600;
}
.steps-cont{
   width: 100%;
   border: 1px solid #008001;
   border-radius: 5px;
   padding: 25px 10px 10px 10px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   min-height: 100px;
}
.step-data{
   color: #FF4100;
   font-size: 14px;
   line-height: 1.5em;
   text-align: center;
   font-weight: 600;
}
.step-text{
   font-size: 15px;
   font-weight: 600;
   text-transform: uppercase;
   color: #008001;
   line-height: 1.5em;
   text-align: center;
}
.step-text-notice{
   font-size: 13px;
   text-align: center;
   line-height: 1.5em;

}
.inform-maintext{
   display: flex;
   flex-direction: row;
   justify-content: center;
   padding: 10px 20px 5px 20px;
   //margin-top: 5px;
   text-transform: uppercase;
   //border-radius: 5px;
   //border: 1px solid black;
   width: 100%;
   font-size: 1.5vw;
   box-sizing: border-box;
}
.inform-arrow{
   margin-left: 5px;
   display: block;
   transform: rotateZ(-180deg);
   color: green;
}
.inform-hover{
   width: 100%;
}
.inform-hover:hover{
   cursor: pointer;
}
.inform-hover-text{
   display: none;
}
/*.inform-hover:hover .inform-hover-text{
   display: block;
}*/
.inform-open{
   display: block;
}
.bold{
   font-weight: 600;
}
.inform-hover-wrapper{
   display: flex;
   flex-direction: row;
   justify-content: center;

}
.inform-hover-class, .inform-hover-subject{
   padding: 10px;
   border: 1px solid black;
}
.inform-hover-class{
   min-width: 30%;
}
.inform-hover-subject{
   min-width: 70%;
}
.allside-cont{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.leftside-cont{
   width: 50%;
   border: 2px solid white;
   border-radius: 5px;
   background-color: white;
   padding: 10px;
   box-sizing: border-box;
}
.rightside-cont{
   width: 65%;
   border: 1px solid #E79834;
   border-radius: 5px;
   background-color: white;
   padding: 20px;
   box-sizing: border-box;
   display: none;
   flex-direction: column;
   justify-content: center;
   margin-left: 20px;
}
.allinstruction{
   width: 95%;
   border: 1px solid #E79834;
   border-radius: 5px;
   background-color: white;
   padding: 20px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin: 20px auto;
}
.mobile-cont{
   display: none;
}
/*.tab{
   display: none;
}*/
.tab.is-active{
   display: block;
}
/*.login-form-wrap{
   width: 280px!important;
   margin: 0 auto;
}*/
.login-form-wrap{
   margin: 0 auto 10px auto;
   max-width: 400px;
   background: var(--daryn-card);
   border: 1px solid var(--daryn-line);
   border-radius: 14px;
   padding: 15px 24px 22px;
   box-sizing: border-box;
   box-shadow:
      0 1px 2px rgba(19,32,41,0.04),
      0 14px 32px -18px rgba(10,58,74,0.22);
}
.login-form{
   text-align: center;
   width: 100%;
   font-size: 14px;
}
.login-label{
   margin-bottom: 10px;
   display: block;
}
.login-form hr{
   border: none;
   border-top: 1px dashed var(--daryn-line);
   margin: 12px 0 16px;
}
.login-span{
   display: block;
   margin-bottom: 10px;
}
.enterprofile{
   font-weight: 700;
   font-size: 16px;
   color: var(--daryn-azure-deep);
}
.login-email{
   padding: 12px 14px;
   margin-bottom: 12px;
   width: 100%;
   border-radius: 9px;
   border: 1.4px solid var(--daryn-line);
   background: #fbfcfd;
   box-sizing: border-box;
   transition: border-color .15s ease, background .15s ease;
}
.login-email:focus{
   outline: none;
   border-color: var(--daryn-azure-bright);
   background: #fff;
}
.login-password{
   padding: 12px 14px;
   margin-bottom: 12px;
   width: 100%;
   border-radius: 9px;
   border: 1.4px solid var(--daryn-line);
   background: #fbfcfd;
   box-sizing: border-box;
   transition: border-color .15s ease, background .15s ease;
}
.login-password:focus{
   outline: none;
   border-color: var(--daryn-azure-bright);
   background: #fff;
}
.error-text p{
   padding: 0 10px 10px 10px;
}
.login-enter{
   width: 100%;
   padding: 12px;
   cursor: pointer;
   background-color: green;
   color: white;
   border-radius: 8px;
   border: 1px solid green;
   font-size: 16px;
   font-weight: 600;
   transition: 300ms;
}
.login-enter:hover{
   background-color: white;
   color: green;
   border: 1px solid var(--daryn-steel-soft);
}
.login-register-btn{
   display: block;
   text-decoration: none;
   width: 100%;
   padding: 10px;
   margin-top: 5px;
   margin-bottom: 10px;
   line-height: 1.3em;
   text-align: center;
   box-sizing: border-box;
   border: 2px solid #E79834;
   background-color: rgb(13, 136, 244);
   color: white;
   font-weight: 600;
   transition: 500ms;
   border-radius: 5px;
}
.login-register-btn:hover{
   background-color: rgb(13, 136, 244);
   color: white;
   border: 2px solid rgb(13, 136, 244);
   cursor: pointer;
}
.login-reset-btn{
   margin-top: 14px;
   text-align: center;
}
.login-reset-btn a{
   font-size: 13.5px;
   font-weight: 600;
   color: var(--daryn-azure-bright);
   text-decoration: none;
   border-bottom: 1px dashed var(--daryn-azure-bright);
}
.login-reset-btn a:hover{
   color: var(--daryn-azure-deep);
   border-color: var(--daryn-azure-deep);
}
.search-btn-cont{
   width: 100%;
   max-width: 400px;
   margin: auto 0;
   background-color: #FFD06C;
   padding: 10px 18px;
   border-radius: 12px;
   box-sizing: border-box;
}
.search-input{
   padding: 10px 12px;
   box-sizing: border-box;
   width: 78%;
   border: 1.4px solid var(--daryn-line);
   border-radius: 8px;
   border-right: none;
}
.search-main-text{
   margin: 0 0 12px;
   text-align: center;
   line-height: 1.5em;
   font-size: 15px;
}
.contur{
   border: 3px solid red;
   background-color: white;
}
.contur a{
   text-decoration: none;
   color: red;
   font-weight: 600;
}
.search-btn{
   width: 20%;
   color: white;
   background-color: green;
   padding: 5px;
   box-sizing: border-box;
   text-align: center;
   border: none;
   cursor: pointer;
}
.search-btn:hover{
   background-color: #3DB757;
}
.search-div-hidden{
   margin: 12px 0 0;
   padding: 10px 12px;
   background: #fff;
   border-radius: 8px;
}
.search-div-hidden p{
   margin: 5px 0;
}
.search-img-cont{
   width: 100%;
   /*display: none;*/
}
.search-img-cont img{
   width: 100%;
}
.search-p{
   text-align: center;
   color: red;
   margin: 14px 0 5px;
   font-weight: 700;
}
.search-instruction-cont:hover .search-img-cont{
   /*display: block;*/
}
.login-link-btn{
   margin-top: 10px;
   width: 260px;
   padding: 10px;
   cursor: pointer;
   background-color: #2B5592;
   color: white;
   border-radius: 5px;
   border: none;
}
.login-link-btn a{
   line-height: 1.3em;
   text-decoration: none;
   color: white;
}


/*регистрация*/
.title{
   display: block;
   margin-bottom: 10px;
   text-align: center;
   text-transform: uppercase;
   font-weight: 700;
}
.blink {
  animation: blink-red 1s infinite;
}

@keyframes blink-red {
  0% {
    color: red;
  }
  50% {
    color: transparent;
  }
  100% {
    color: red;
  }
}.fio{
   font-weight: 400;
   text-transform: initial;
   margin-bottom: 5px;
   line-height: 1.5em;
}
.register-note{
   line-height: 1.3em;
   text-align: center;
}
.register-input{
   display: block;
   width: 100%;
   padding: 10px;
   box-sizing: border-box;
   margin: 0 0 10px 0;
}
.rednotice{
   color: red;
}
.mainnotice{
   font-size: 20px;
   text-align: center;
   text-transform: uppercase;
   font-weight: 600;
}
.notice{
   font-style: italic;
   font-size: 15px;
   color: green;
   text-align: center;
   line-height: 1.5em;
   margin-bottom: 10px;
}
.notice span{
   text-decoration: underline;
}
.form hr{
   border: none;
   border-top: 1px dashed var(--daryn-line);
   margin: 12px 0 16px;
}
.formtext{
   line-height: 1.5em;
   font-style: italic;
}
.register-maintext{
   display: block;
   margin-bottom: 5px;
}

/*resetpassmessage*/
.phone-mask-wrap{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 6px;
   margin: 15px 0 15px 5px;
}
.phone-mask-prefix{
   font-size: 25px;
   font-weight: 700;
   color: var(--daryn-steel);
   letter-spacing: 0.5px;
   white-space: nowrap;
}
.phone-digit-boxes{
   display: flex;
   gap: 6px;
}
.phone-digit-box{
   width: 28px;
   height: 35px;
   text-align: center;
   font-size: 18px;
   font-weight: 700;
   color: var(--daryn-ink);
   border: 1.4px solid var(--daryn-line);
   border-radius: 9px;
   background: #fbfcfd;
   box-sizing: border-box;
   transition: border-color .15s ease, background .15s ease;
}
.phone-digit-box:focus{
   outline: none;
   border-color: var(--daryn-azure-bright);
   background: #fff;
}
.phone-digit-box.filled{
   border-color: var(--daryn-azure-bright);
}
@media screen and (max-width: 479px){
   .phone-digit-box{
      width: 30px;
      height: 36px;
      font-size: 16px;
   }
}
.resetpass-value-wrap{
   display: flex;
   align-items: center;
   gap: 6px;
   background: #fbfcfd;
   border: 1.4px solid var(--daryn-line);
   border-radius: 11px;
   padding: 4px 6px 4px 18px;
   margin-bottom: 22px;
}
.resetpass-value-wrap span{
   flex: 1;
   display: block;
   margin: 0;
   padding: 12px 0;
   font-size: 22px;
   font-weight: 800;
   letter-spacing: 2.5px;
   color: var(--daryn-green);
   text-align: left;
}
.resetpass-copy-btn{
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
   border-radius: 9px;
   background: transparent;
   color: var(--daryn-steel-soft);
   cursor: pointer;
   transition: background .15s ease, color .15s ease;
}
.resetpass-copy-btn:hover{
   background: rgba(10,88,114,0.08);
   color: var(--daryn-azure);
}
.resetpass-copy-btn svg{ width: 18px; height: 18px; }
.resetpass-copy-btn .icon-check{ display: none; }
.resetpass-copy-btn.copied{ color: var(--daryn-green); }
.resetpass-copy-btn.copied .icon-copy{ display: none; }
.resetpass-copy-btn.copied .icon-check{ display: block; }
.resetpass-badge{
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--daryn-azure-deep);
}

.index-flex .login .form form hr{
   border: none;
   border-top: 1px dashed var(--daryn-line);
   margin: 14px 0 20px;
   width: 100%;
}

.resetpass{
   padding: 0;
   margin: 0 0 10px;
   line-height: 1.5em;
   text-align: center;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   color: var(--daryn-steel);
}
.resetpass span{
   display: block;
   margin: 10px 0 0 0;
   font-size: 30px;
   color: green;
   font-weight: 700;
}
/*.index-flex .login .form form {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   max-width: 400px;
   margin: 0 auto;
   background: var(--daryn-card);
   border: 1px solid var(--daryn-line);
   border-radius: 18px;
   padding: 36px 30px 28px;
   box-sizing: border-box;
   box-shadow:
      0 1px 2px rgba(19,32,41,0.04),
      0 18px 40px -20px rgba(10,58,74,0.28);

}*/
.resetpass-link{
   text-align: center;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   color: var(--daryn-ink);
   text-decoration: none;
   padding: 13px 20px;
   border: 1.6px solid var(--daryn-green);
   box-sizing: border-box;
   border-radius: 11px;
   background: #fff;
   margin-top: 22px;
   transition: background .15s ease, color .15s ease;
}
.resetpass-link:hover{
   background-color: var(--daryn-green);
   color: white;
}

/*инструкция для регистрации*/
.registration-wrap{
   width: 100%;
}
.reg1{
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   border: 1px solid black;
   border-radius: 5px;
   padding: 5px;
   box-sizing: border-box;
   margin-bottom: 5px;
}
.payment-maintext{
   border: 1px solid black;
   border-radius: 5px;
   padding: 5px;
   box-sizing: border-box;
   width: 30%;
}
.payment-text-number{
   font-size: 30px;
   font-weight: 600;
   margin-right: 5px;
}
.reg1-img{
   width: 40%;
}
.reg1-img img{
   width: 100%;
}
.participate-img{
   width: 60px!important;
   height: 60px;
}
.reg1-text{
   width: 60%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 10px;
}
.reg1-text p{
   line-height: 1.5em;
   padding: 1px;
   font-size: 14px;
}

/*================================================
payment.php
================================================*/
.payment-php-wrap{
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.payment-section{
   margin: 0 auto;
   padding: 100px 0;
}
.payment-form{
   position: relative;
}
.payment-btn{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   padding: 10px 20px;
   box-sizing: border-box;
   border: none;
   border-radius: 10px;
   color: white;
   background-color: rgb(255, 68, 49);
   cursor: pointer;
   transition: 300ms;
   width: 250px;
}
.payment-btn:hover{
   /*background-color: #E22714;*/
}
.payment-kaspi-logo{
   width: 100%;
   /*height: 25px;*/
}
.payment-text-cont{
   padding: 5px 0 5px 20px;
   box-sizing: border-box;
}
.payment-text{
   /*text-transform: uppercase;*/
   font-weight: 600;
   font-size: 25px;
   line-height: 1.5em;
}
.payment-p{
   margin: 10px 0;
}
.payment-notice-wrap{
   padding: 20px 10px;
   position: absolute;
   bottom: 90px;
   right: -15px;
   left: -15px;
   background-color: white;
   border: 1px solid #FF4431;
   display: none;
}
.payment-form:hover .payment-notice-wrap{
   display: block;
}
.instruction-payment-btn{
   padding: 10px 20px;
   box-sizing: border-box;
   color: white;
   font-weight: 600;
   text-align: center;
   background-color: #E79834;
   cursor: pointer;
}
.instruction-payment-dropdown{
   display: none;
}
.instruction-payment-wrap:hover .instruction-payment-dropdown{
   display: flex;

}
.notice-blink{
  animation-name: blinknotice;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  line-height: 1.5em;
  font-size: 40px;
  text-align: center;
}
/*================================================
error.php
================================================*/

.error-section{
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   padding: 200px 0;
}
.error-php-wrap p{
   font-size: 50px;
   line-height: 1.5em;
   text-align: center;
}
.error-php-wrap a{
   padding: 10px 30px;
   margin: 20px 0;
   border: 1px solid green;
   background-color: green;
   color: white;
   font-weight: 600;
   text-transform: uppercase;
   text-decoration: none;
   border-radius: 10px;
   display: block;
   text-align: center;
}


@keyframes blinknotice{
  0%{
    color: #FF8C79;
  }
  50%{
    color: red;
  }
  100%{
    color: #FF8C79;
  }
}

/*================================================
part-answer.php+++
================================================*/

.panswer-section{
   width: 100%;
}
.panswer-php-wrap{
   width: 80%;
   margin: 20px auto;
   display: flex;
   flex-direction: column;

}
.pa-text-wrap{
   display: flex;
   flex-direction: row;
   line-height: 1.5em;
}
.pa-text-name{
   width: 30%;
   border: 1px solid black;
   padding: 5px 10px;
   box-sizing: border-box;
   text-align: center;
   font-weight: 600;
}
.pa-text{
   width: 70%;
   border: 1px solid black;
   padding: 5px 10px;
   box-sizing: border-box;
}

/*================================================
part-answer.php----
================================================*/

@media (min-width: 1200px) {


}

@media screen and (max-width: 991px) {
.open{
   display: block!important;
}
.steps-all-cont {
   width: 210px;

}
.center{
   max-width: 100%;
   padding: 10px;
   box-sizing: border-box;
   overflow: hidden;
}
.logo-cont{
   width: 45px;
   height: 35px;
}
.centre-name span{
   padding: 1px 0;
   font-size: 13px;
}
.menu-btn-wrap{
   display: flex;
}
.menu-cont{
   display: none;
   width: 100%;
   /*display: flex;*/
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
   position: absolute;
   top: 65px;
   left: 0;
   right: 0;
   background-color: green;
   padding: 30px 0;
   box-sizing: border-box;
   color: white;
   z-index: 100;
}
.menu-event{
   width: 100%;
}
.past-event{
   padding: 10px 0;
}
.past-event-dropdown{
   position: static;
}
.phonetext{
   border: none;
   background-color: green;
   width: 100%;
   box-sizing: border-box;
}
.number{
   box-sizing: border-box;
   position: static;
   background-color: white;
   color: black;
}
.wrapphone{
   margin: 0;
   width: 100%;
}
.language{
   padding: 10px;
   width: 100%;
}
.lang{
   color: white;
}

}


@media screen and (max-width: 767px) {


}


@media (min-width: 576px) {


}


@media screen and (max-width: 479px) {
   .button-merop-wrap{
      width: 100%;
   }
   .button-merop-wrap button{
      font-size: 14px;
   }
   .inform-maintext{
      font-size: 16px;
   }
.wrapphone2{
   flex-direction: column;
   text-align: center;
   font-size: 17px;
   line-height: 1.2em;
}
.wrapphone2 div{
   margin-top: 5px;
   padding-top: 5px;
   border-top: 1px solid white;
}
.steps-wrap{
/*   display: none;*/
}

.instruction-wrap-mobile{
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 10px 10px 20px 10px;
   background-color: white;
   border: 1px solid #E79834;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 20px 0;
}
.instruction-wrap-desktop{
   display: none;
}
.instruction-cont{
   width: 140px;
   font-size: 13px;
   margin-bottom: 10px;
}
.instruction{
   font-size: 13px;
   padding: 3px 4px;
   min-height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.instruction-cont:hover{
   transform: scale(1.0);
}
.steps-maintext{
   font-size: 14px;
   margin-bottom: 2px;
}
.step-number{
   font-size: 20px;
   width: 30px;
   height: 30px;
   margin-bottom: -15px;
}
.step{
   padding: 2px 2px;
   font-size: 12px;
}
.steps-wrapper{
   font-size: 12px;
}
.steps-all-cont{
   width: 100%;
   margin-bottom: 2px;
}
.steps-cont{
   min-height: 102px;
   padding: 15px 5px 5px 5px;
}
.locale-switcher{
   width: 100%;
   padding: 10px 5px;
   color: white;
   box-sizing: border-box;
}
.lang-option{
   width: 150px;
   color: black;
}
.enterprofile, .login-label{
   font-weight: 600;
}
.leftside-cont{
   width: 100%;
   margin-bottom: 10px;
}
.rightside-cont{
   width: 100%;
}
.desktop{
   display: none;
}
.mobile-cont{
   display: flex;
   flex-direction: column;
   margin: 10px 0;
}
.mobile-cont.instruction-maintext{
   padding: 5px;
}
.mobile-cont .instruction-cont{
   width: 100%;
   margin-bottom: 0;
}
.instruction-wrapper a{
   width: 100%;
   text-decoration: none;
}
.allside-cont{
   flex-direction: column;
}
.open{
   display: block;
}

/*=====================================================
slider
=====================================================*/
.notice-blink{
   animation: none;
}
img {
  width: 100%; !important;
}

.sim-slider {
   display: block;
  margin: 20px auto;
  padding: 10px 40px;
  border: 1px solid #ccd;
  background-color: white;
  position: relative;
}

/* General styles */
.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  height: 135px;
}

.sim-slider-element {
  width: 100%;
  transition: opacity 300ms ease-in;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1.0;
}

div.sim-slider-arrow-right:hover {
  opacity: 1.0;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin-bottom: 5px;
}

span.sim-dot {
  width: 30px;
  height: 30px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  /*background-color: red;*/
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.inform-hover-class{
   min-width: 30%;
}
.inform-hover-subject{
   min-width: 70%;
}
}

.changeInfoName{
   display: flex;
   margin-top: 10px;
   justify-content: center;
   align-items: center;
   width: 100%;
}


/* Phone section */
.phone-section {
    width: 100%;
}

.required {
    color: #e53935;
}

/* Заголовок */
.register-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Предупреждение */
.phone-warning {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 16px 18px;

    margin-bottom: 16px;

    background: #fffaf0;
    border-left: 4px solid #f2ad00;
    border-radius: 6px;

    font-size: 13px;
    line-height: 1.5;
}

.phone-warning-icon {
    flex-shrink: 0;

    width: 32px;
    height: 32px;

    border: 2px solid #f2ad00;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d99400;
    font-size: 20px;
    font-weight: bold;
}

.phone-warning-text strong {
    display: block;
    color: #e00000;
    font-size: 16px;
    margin-bottom: 3px;
}

.phone-warning-red {
    color: #e00000;
    font-weight: 600;
}

/* Поле телефона */
.input-phone {
    width: 100%;
    box-sizing: border-box;
}

/* Заголовок владельца */
.phone-owner-label {
    margin-top: 20px;
}

/* Варианты */
.phone-owner-options {
    display: flex;
    gap: 20px;
    width: 100%;
}

.phone-owner-option {
    position: relative;

    flex: 1;
    min-height: 75px;

    box-sizing: border-box;

    border: 1px solid #d1d5db;
    border-radius: 6px;

    padding: 14px 16px;

    display: flex;
    align-items: center;
    gap: 12px;

    cursor: pointer;

    transition: border-color 0.2s, background-color 0.2s;
}

.phone-owner-option:hover {
    border-color: #249b3b;
}

.phone-owner-option.selected {
    border: 1.5px solid #249b3b;
    background: #f8fff9;
}

/* Настоящий radio скрываем */
.phone-owner-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Кружок radio */
.radio-custom {
    flex-shrink: 0;

    width: 18px;
    height: 18px;

    border: 2px solid #8d9399;
    border-radius: 50%;

    position: relative;
}


/* Выбранный radio */
.phone-owner-option input:checked + .radio-custom {
    border-color: #249b3b;
}

.phone-owner-option input:checked + .radio-custom::after {
    content: "";

    position: absolute;

    width: 12px;
    height: 12px;

    background: #249b3b;
    border-radius: 50%;

    top: 3px;
    left: 3px;
}

.phone-owner-icon {
    font-size: 28px;
    color: #249b3b;
}

.phone-owner-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .phone-owner-options {
    flex-direction: column;
    gap: 10px;
  }
  .phone-owner-option {
    padding: 14px 16px;
    min-height: 60px;
  }
}