@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

:root{
    --blue-color: linear-gradient(180deg, #002EAB 0%, #00268C 100%);
    --dark-blue: #00268C;
    --another-blue: #0039D2;
    --one-more-blue: #2339FF;

    --body-font:'Poppins', sans-serif;
    --small-fs: 18px;
    --normal-sec-fs: 20px;
    --normal-fs: 24px;
    --medium-fs: 32px;
    --big-fs: 40px;
    --biggest: 80px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: var(--body-font);
}
a{
    text-decoration: none;
    color: unset;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
strong{
    font-weight: 700;
}
.container{
    margin: 0 auto;
}
.navbar{
    padding: 15px 0px;
    font-size: var(--small-fs);
}

.navbar-collapse{
    display: flex;
    justify-content: space-between;
}

.lang-change{
    display: flex;
}

.nav-link,
.lang-change{
    font-weight: 500;
}

.navbar-brand,
.nav-link{
    margin-right: 2rem;
}

.ru-lang{
    margin-right: 1rem;
}

.home__wrapper{
    position: relative;
}




.home{
    background: var(--blue-color);
    color: white;
    border-radius: 20px;
    padding: 30px 0px 40px 0px;
    margin: 0px 30px 0px 30px;
    z-index: 999;
    position: relative;
}

.home__hidden{
    padding: 100px;
    box-shadow: 0px 4px 100px #003BDB;
    width: 50%;
    position: absolute;
    background: transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.home__txt{
    text-align: center;
    margin-bottom: 100px;
    z-index: 999;
}

.home__title{
    font-size: var(--biggest);
    font-weight: 700;
    text-shadow: 0px 8px 16px rgba(44, 134, 218, 0.671);
    -webkit-text-stroke: 1px solid #527BEA;
    line-height: 100%;
}

.home__subtitle{
    font-weight: 500;
    font-size: var(--big-fs);
}
.home__subtitle1{
    margin-top: 10px;
    font-weight: 400;
    font-size: 36px;
    color: #ff2e2e;
}

.home__button{
    width: 200px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 15px;
    font-weight: 500;
}

.home__buttonbox{
    z-index: 999;
}

.home__hidden-txt{
    width: 50%;
}

.hidden__txt-top{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 90px;
}

.hidden__txt-top p{
    font-size: var(--medium-fs);
    font-weight: 400;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(192, 225, 255, 0.28) 0.01%, rgba(27, 141, 248, 0.28) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hidden__txt-bottom{
    width: 100%;
}

.hidden__title{
    font-size: 120px;
    line-height: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: 900;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(192, 225, 255, 0.28) 0.01%, rgba(27, 141, 248, 0.28) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login{
    font-size: var(--small-fs);
    font-weight: 500;
}

.mask{
    position: absolute;
    bottom: 0;
    opacity: .8;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.about{
    padding: 160px 0px;
}

.about__card{
    height: 100%;
    background: linear-gradient(142.65deg, #F9F9F9 2.75%, #F9F9F9 97.64%);
    border-radius: 50px;
    padding: 64px 40px 64px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.about__card-title{
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 24px;
    font-size: var(--big-fs);
}

.about__card-txt{
    font-weight: 300;
    font-style: italic;
    font-size: var(--normal-fs);
    max-width: 500px;
}

.about__title{
    font-weight: 900;
    color: rgba(132, 35, 255, 0.04);
    line-height: 100%;
    white-space: nowrap;
    letter-spacing: -5px;
    font-size: var(--biggest);
    margin-top: -70px;
}

.about__subtitle{
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: var(--big-fs);
    margin-bottom: 18px;
}

.about__txt-up{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 24px;
    max-width: 550px;
}

.about__txt{
    font-size: var(--normal-fs);
    max-width: 550px;
    margin-bottom: 24px;
}

.about__link{
    font-size: var(--normal-fs);
    font-weight: 700;
    color: var(--dark-blue);
}

.about__cont-right{
    padding: 30px
}

.about__card-mask{
    position: absolute;
    bottom: 0;
    left: 0;
}

.about__card-img{
    z-index: 999;
}

.test{
    padding-bottom: 100px;
}

.test__container{
    color: white;
    background: var(--dark-blue);
    border-radius: 50px;
    padding: 15px 30px;
    align-items: center;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.test__container::before{
    content: '';
    position: absolute;
    bottom: -250%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(132, 35, 255, 0) 55.74%);
    transform: rotate(-60deg);
    border-radius: 50%;
}

.test__container::after{
    content: '';
    position: absolute;
    bottom: -50%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(132, 35, 255, 0) 55.74%);
    border-radius: 50%;
}

.right__img{
    position: relative;
}

.left__img img,
.right__img img{
    width: 100%;
    height: 100%;
}

.iq{
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.test__title{
    font-size: var(--big-fs);
    font-weight: 600;
    margin-bottom: 20px;
}

.test__button{
    font-size: var(--normal-sec-fs);
    font-weight: 500;
    padding: 15px 30px;    
    border-radius: 15px;
    border: none;
}

.big__wrapper{
    background: #e5e5e550;
}

.stages{
    padding: 100px 0px 160px 0px;
}

.stages__title{
    font-weight: 600;
    font-size: var(--big-fs);
    margin-bottom: 45px;
}

.stages__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stages__card{
    background: white;
    border-radius: 20px;
    padding: 55px 20px 0px 20px;
}

.stages__card-title{
    color: #2339FF;
    font-size: var(--medium-fs);
    margin-bottom: 32px;
    font-weight: 600;
    text-align: center;
}

.radio{
    font-size: 28px;
    color: var(--dark-blue);
    font-weight: 900;
    margin-right: .5rem;
}

.card-txt{
    font-size: var(--normal-fs);
    line-height: 36px;
    margin-bottom: 60px;
    max-width: 320px;
}

.contact{
    padding: 150px 0px;
}

.contact__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
}

.contact__title{
    font-size: var(--big-fs);
    font-weight: 600;
    margin-bottom: 40px;
}

.contact__input{
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    font-size: var(--small-fs);
    font-weight: 600;
}

.contact__textarea{
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    padding: 25px;
    font-size: var(--small-fs);
    font-weight: 600;
    resize: none;
    margin-bottom: 20px;
}

.contact__button{
    display: inline-block;
    padding: 15px 15px;
    align-self: center;
    width: 250px;
    border: none;
    background: var(--another-blue);
    color: white;
    font-size: var(--small-fs);
    font-weight: 600;
    border-radius: 15px;
}

.footer__container{
    font-size: var(--small-fs);
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    justify-content: space-between;
}

.footer__socs,
.footer__info,
.footer__num{
    display: flex;
    align-items: center;
}

.footer__info{
    justify-content: center;
}

.footer__num{
    justify-content: end;
}

.footer__social{
    margin-right: 2rem;
    font-size: 24px;
}

.uzbMap{
    width: 500px;
}

.big__vector-wrapper{
    background: url(../img/big-vector.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 55%;
}

.scroll-header{
    position: fixed;
    width: 100%;
    background: white;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(34, 60, 80, 0.16);
    -moz-box-shadow: 0px 0px 15px -2px rgba(34, 60, 80, 0.16);
    box-shadow: 0px 0px 15px -2px rgba(34, 60, 80, 0.16);
}

.map{
    background: white;
    padding: 80px 0px 120px 0px;
    cursor: pointer;
}

.map__wrapper{
    align-self: center;
    z-index: 999;
}

.map__container{
    position: relative;
    display: flex;
    flex-direction: column;
}

.map__title{
    text-align: end;
}

.region-data{
    top: 0;
    left: 0;
    position: absolute;
    padding: 20px 15px;
    z-index: 99999;
    background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
    border-radius: 0px 20px 20px 20px;
    display: none;
    width: 200px;
}

.region__display{
    align-items: flex-end;
    margin-top: -12rem;
}

.region{
    fill: #2951BC;
    border: 1px solid white;
    transition: .1s;
}

.region:hover{
    fill: #2155e2;
}

.region-title{
    font-size: var(--small-fs);
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--another-blue);
    text-transform: uppercase;
}

.region__num{
    font-size: var(--small-fs);
    font-weight: 700;
    color: var(--another-blue);
    text-transform: uppercase;
}

.region__txt{
    max-width: 150px;
    font-size: 14px;
    line-height: 120%;
}

.sec-num{
    font-size: 50px;
    font-weight: 700;
}

.sec-txt{
    max-width: 200px;
}

.login__body{
    background: url(../img/login.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.go__back{
    font-size: var(--normal-fs);
    font-weight: 500;
    color: white;
}

.go__back:hover{
    color: white;
}

.chevron{
    padding: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22));
    border-radius: 8px;
    margin-right: 1rem;
}

.main__sec{
    padding-bottom: 80px;
}

.mine__wrapper{
    height: 100%;
}

.main__sec-top{
    padding: 35px;
}

.main__sec-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login__form{
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
}

.login__form-top{
    position: relative;
    border-bottom: 1px solid grey;
}

.login__form-title{
    margin-bottom: 50px;
    font-size: var(--big-fs);
    color: #464646;
    text-transform: uppercase;
    text-align: center;
}

.login__input{
    margin-bottom: 32px;
    padding: 25px;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    font-size: var(--small-fs);
}

.notRadio{
    font-size: 16px;
    font-weight: 500;
    margin-left: .5rem;
    color: black;
}

.forget__password{
    color: var(--dark-blue);
}

.wrapping{
    display: flex;
    flex-direction: column;
}

.form__flex{
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.form__top-btn{
    width: 100%;
    margin-bottom: 32px;
    padding: 25px;
    background: var(--dark-blue);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: var(--normal-sec-fs);
    font-weight: 500;
}

.login__form-bottom{
    padding-top: 32px;
}

.login__txt{
    margin-bottom: 32px;
    font-size: var(--normal-sec-fs);
    font-weight: 500;
}

.form__bottom-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    font-size: var(--normal-sec-fs);
    font-weight: 500;
    padding: 25px;
    color: var(--dark-blue);
    background: transparent;
}

.reg__form{
    background: white;
    padding: 50px 40px;
    width: 100%;
    max-width: 1200px;
    border-radius: 20px;
}

/* .inputs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 32px;
}

.reg__input{
    padding: 25px;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    font-size: var(--small-fs);
} */

.reg__form-title{
    font-size: var(--big-fs);
    text-transform: uppercase;
    margin-bottom: 56px;
    text-align: center;
}

.region__bigger-title{
    display: none;
}

.winners{
    padding-top: 250px;
    padding-bottom: 20px;
}

.winners__title{
    margin-bottom: 32px;
    font-size: var(--big-fs);
    font-weight: 600;
    text-transform: uppercase;
}

.winners__cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.winners__card{
    background: white;
    border-radius: 20px;
    padding: 50px 32px 80px 32px;
}

.winners__card-title{
    font-size: 120px;
    font-weight: 900;
    background: radial-gradient(83.67% 40.44% at 3.67% 28%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(147.68deg, #2339FF 19.52%, rgba(35, 57, 255, 0.71) 85.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 130px;
    margin-bottom: 2rem;
}

.winners__card-stage{
    font-size: var(--medium-fs);
    font-weight: 600;
    color: var(--another-blue);
    margin-bottom: 12px;
}

.winners__card-txt{
    font-size: var(--normal-fs);
    font-weight: 700;
}

.republic{
    background: white;
    height: 400px;
    padding-top: 40px;
    background: url(../img/bottom_vector.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom;
}

.wrapper{
    background-color: white;
}

.republic__title{
    font-size: var(--medium-fs);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
    color: var(--another-blue);
}

.republic__txt{
    font-size: var(--normal-fs);
    font-weight: 700;
    line-height: 130%;
}

.managers{
    padding: 100px 0px 0px 0px;
}

.managers__title{
    margin-bottom: 40px;
    font-weight: 500;
    font-size: var(--big-fs);
}

.managers__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.managers__card{
    display: flex;
    align-items: center;
    padding: 30px 40px;
    background: #FDFDFD;
    border-radius: 20px;
}

.managers__card-img{
    margin-right: 1rem;
}

.managers__card-txt{
    font-size: var(--small-fs);
    color: var(--another-blue);
    font-weight: 500;
}

.about__btn{
    width: 170px;
    padding: 15px 0px;
    border: none;
    border-radius: 15px;
    background: white;
    color: var(--another-blue);
    font-size: var(--small-fs);
    font-weight: 500;
    text-align: center;
}

.about__main{
    background: #F9F9F9;
}

.main__container{
    padding: 40px 0px;
}

.about__big-card{
    background: white;
    padding: 32px 40px;
    border-radius: 20px;
}

.about__page-title{
    margin-bottom: 24px;
    font-size: var(--big-fs);
    font-weight: 600;
    text-transform: uppercase;
}

.about__footer-container{
    padding: 30px 0px;
}

.big__top{
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.big__top-img{
    width: 400px;
}

.big__top-txt{
    font-size: var(--normal-fs);
    font-weight: 600;
}

.txt__section{
    margin-bottom: 90px;
}

.txt__section-title{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 24px;
}

.txt__section-txt{
    font-size: var(--normal-fs);
}

.reverse__mountain{
    margin-bottom: 4rem;
}

.reverse__title{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 24px;
}

.reverse__txt{
    font-size: var(--normal-fs);
}

.uploadEr{
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    width: 0;
}

.users__main{
    background: #F9F9F9;
    padding-top: 40px;
}

.users__title{
    font-size: var(--big-fs);
    font-weight: 500;
    margin-bottom: 18px;
}

.user__info{
    padding: 32px 24px;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.user__info-title{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 12px;
}

.user__info-num{
    margin-bottom: 24px;
}

.user__info-settings{
    font-size: var(--small-fs);
    margin-bottom: 12px;
}

.users__certify,
.users__logo{
    padding: 32px 24px;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.users__certify img{
    margin-bottom: 18px;
}

.download__link{
    color: var(--another-blue);
    font-size: var(--small-fs);
    font-weight: 500;
}

.users__start-test{
    background: white;
    padding: 32px 24px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.start__test-title{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 18px;
}

.blue{
    color: var(--another-blue);
}

.start__test-start{
    padding: 22px;
    background: #FFF9F5;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.strat__test-txt{
    font-size: var(--small-fs);
    font-weight: 500;
    color: #FF4C13;
    display: flex;
    line-height: 22px;
}

.strat__test-txt i{
    font-size: 24px;
    margin-right: .3rem;
}

.start__test-btn button{
    font-size: var(--normal-sec-fs);
    font-weight: 500;
    background: var(--another-blue);
    padding: 15px;
    border: none;
    color: white;
    border-radius: 20px;
}

.users__upload{
    padding: 32px 24px;
    border-radius: 20px;
    background: white;
    margin-bottom: 18px;
}

.users__upload-title{
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 18px;
}

.users__upload-subtitle{
    margin-bottom: 12px;
    font-weight: 500;
}

.upload__body{
    border-radius: 10px;
    background: url(../img/upload.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    color: white;
    padding: 25px;
}

.uploader__name{
    margin-bottom: 6px;
}

.uploader__wrapper label{
    background: white;
    color: black;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.send{
    margin-top: 8px;
    background: var(--another-blue);
    color: white;
    font-size: var(--small-fs);
    font-weight: 500;
    border-radius: 20px;
    padding: 12px;
    border: none;
}

.users__review{
    padding: 32px 24px;
    background: white;
    border-radius: 20px;
    margin-bottom: 4rem;
}

.users__review-title{
    font-size: var(--normal-fs);
    font-weight: 500;
    margin-bottom: 16px;
}

.users__review-card{
    border-radius: 10px;
    background: url(../img/upload2.jpg) no-repeat center;
    background-size: cover;
    padding: 25px;
    color: white;
}

.reviews__card-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.revies__link{
    margin-bottom: 1rem;
    text-decoration: underline;
}

.review__card-top{
    margin-bottom: 24px;
}

.map__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    row-gap: 10px;
    column-gap: 20px;
    padding: 60px 120px;
}

.list__card{
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 15px;
    font-size: var(--normal-fs);
    font-weight: 600;
}

.flexer-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc__logo,
.lc__sum{
    color: var(--another-blue);
}

.iq__main{
    background: #F9F9F9;
    min-height: 100vh;
}

.iq__section{
    padding-top: 40px;
    padding-bottom: 120px;
}

.iq__top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.iq__title{
    font-weight: 600;
}

.cancel{
    background-color: #FF5B5B;
    border-radius: 15px;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    width: 200px;
}

.nums__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.num__btn{
    border: none;
    background: white;
    border-radius: 10px;
    font-weight: 600;
}

.num__btn-active{
    color: var(--one-more-blue);
}

.question{
    background: white;
    padding: 24px;
    border-radius: 18px;
}

.quest__title{
    color: var(--one-more-blue);
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 10px;
}

.quest__txt{
    font-weight: 500;
}

.answer__title{
    margin-top: 24px;
    font-size: var(--normal-fs);
    font-weight: 600;
    margin-bottom: 12px;
}

.answer__card{
    background: white;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 10px;
    margin-bottom: 8px;
    width: 100%;
}

.iq__input{
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(102, 102, 102, 0.185);
}

.iq__input:focus{
    outline: none;
}

.check{
    padding-bottom: 2.5rem;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--one-more-blue);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio__txt{
    font-weight: 500;
    line-height: 18px;
}

.last{
    margin-bottom: 24px;
}

.answer__body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.answer__button{
    background: var(--one-more-blue);
    color: white;
    font-weight: 600;
    font-size: var(--normal-fs);
    border: none;
    border-radius: 15px;
    padding: 15px;
}

.iq__footer{
    padding-top: 2rem;
}











@media screen and (max-width: 1440px) {
    .big__vector-wrapper{
        background-size: 110%;
        background-position-y: 45%;
    }
    .republic{
        background-size: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .hidden__title{
        font-size: 90px;
    }
    .about__title{
        white-space: initial;
    }
}

@media screen and (max-width: 992px) { 
    .nums__grid{
        margin-bottom: 3rem;
    }
    .num__btn{
        padding: 20px 0;
    }
    .iq__title{
        margin-bottom: 1rem;
    }
    .map__list{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 4rem;
    }
    .hidden__title{
        font-size: 85px;
    }
    .navbar{
        padding: 10px 0px;
    }
    .navbar-collapse{
        display: flex;
        flex-direction: column;
        z-index: 99999;
        padding: 30px 0px 30px 0px;
        align-items: flex-start;
    }
    .navbar-nav{
        margin-bottom: 20px !important;
    }
    .home__hidden-txt{
        width: unset;
    }
    .hidden__txt-top p{
        margin-right: 1rem;
    }
    .hidden__txt-top p:last-child{
        margin-right: 0;
    }
    .about__card-content{
        margin-bottom: 10rem;
    }
    .about__title{
        margin-top: 0;
    }
    .test__container{
        height: unset;
    }
    .stages__grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .lang-change{
        margin-bottom: 1rem !important;
    }
    .winners__cards{
        grid-template-columns: repeat(2, 1fr);
    }
    .managers__grid{
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    /* .map{
        display: none;
    } */
    .stages{
        padding-bottom: 0;
    }
    .hidden__title{
        font-size: 60px;
    }
    :root{
        --small-fs: 16px;
        --normal-sec-fs: 18px;
        --normal-fs: 20px;
        --medium-fs: 28px;
        --big-fs: 32px;
        --biggest: 64px;
    }
    .footer__social:last-child{
        margin-right: 0;
    }
    
    .main__sec-middle{
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .inputs{
        grid-template-columns: repeat(1, 1fr);
    }
    .big__top-img{
        margin-bottom: 2rem;
    }
    .reverse__img{
        margin: 2rem 0rem;
        width: 100%;
    }
    .footer__num,
    .footer__socs,
    .footer__info{
        justify-content: center;
        margin-bottom: 1rem;
    }
    .about__card{
        padding: 15px;
    }
    .about__btn{
        margin-left: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .region-data{
        display: none !important;
    }
    .region__bigger-title{
        margin-top: 2rem;
        display: block;
        font-size: 26px;
        width: 100%;
    }
    .region__display{
        z-index: 99;
        flex-direction: column;
        align-items: flex-start;
    }
    .region__txt,
    .region__num{
        margin-bottom: 6px;
    }
    .container{
        padding: 0 1rem 0 1rem;
    }
    .hidden__txt-top{
        margin-bottom: 60px;
    }
    .hidden__txt-top p{
        font-size: var(--normal-sec-fs);
    }
    .hidden__title{
        font-size: 50px;
    }
    .test{
        margin: 0 1rem 0 1rem;
    }
    .test__container{
        padding: 1rem;
    }
    .stages__card{
        padding: 30px 20px;
    }
    .footer__socs,
    .footer__info,
    .footer__num{
        margin-bottom: 1rem;
    }
    .stages__grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .region__num{
        font-size: 26px;
    }
    .region__txt{
        font-size: var(--small-fs);
    }
    .managers__grid,
    .winners__cards{
        grid-template-columns: repeat(1, 1fr);
    }
    .managers__card{
        padding: 15px;
    }
    .managers__card-pic{
        width: 100%;
        height: 70px;
        object-fit: cover;
    }
    .republic{
        height: unset;
        padding-bottom: 60px;
    }
    .winners__card{
        padding: 20px;
    }
    .winners__card-title{
        width: 100px;
    }
    .winners{
        padding-top: 60px;
    }
    .map{
        margin-top: 30px;
    }
    .contact{
        padding-top: 100px;
    }
    .stages__card-title,
    .card-txt{
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 425px) {
    .test__col-left{
        margin-bottom: 2rem;
    }
    .hidden__title{
        display: none;
    }
    .home__title{
        margin-bottom: 1rem;
    }
    .about{
        padding: 100px 0px;
    }
    .navbar-brand{
        width: 50px;
    }
    .login__form-title,
    .reg__form-title{
        margin-bottom: 32px;
    }
    .login__input{
        margin-bottom: 24px;
    }
    .form__flex{
        margin-bottom: 24px;
    }
    .about__big-card{
        padding: 15px;
    }
    .nums__grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 400px) {
    :root{
        --small-fs: 14px;
        --normal-sec-fs: 14px;
        --normal-fs: 16px;
        --medium-fs: 22px;
        --big-fs: 26px;
        --biggest: 48px;
    }
    .about__card-content{
        margin-bottom: 5rem;
    }
    .form__flex{
        flex-direction: column;
    }
    .login__form,
    .reg__form{
        padding: 32px 16px;
    }
    .form__top-btn,
    .form__bottom-btn{
        padding: 15px;
    }
    .reg__input{
        padding: 20px;
    }
}

@media screen and (max-width: 280px) {
    :root{
        --small-fs: 14px;
        --normal-sec-fs: 16px;
        --normal-fs: 18px;
        --medium-fs: 24px;
        --big-fs: 20px;
        --biggest: 24px;
    }
    .home{
        margin: 0 1rem 0 1rem;
    }
    
    .home__subtitle{
        line-height: 100%;
    }
    .hidden__txt-top p{
        margin-right: .5rem;
    }
    .about__card{
        padding: 2rem;
    }
    .about__cont-left,
    .about__cont-right{
        padding: 0;
    }
}


.accordions{
    padding-top: 120px;
}

.acc__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2951bc;
    cursor: pointer;
    padding: 32px;
    color: white;
    border-radius: 5px;
}

.acc__content{
    background: white;
    font-size: var(--medium-fs);
    font-weight: 500;
    padding: 32px 0;
    transition: .1s;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.acc__txt{
    max-width: 95%;
}

.acc__wrapper{
    margin-bottom: 24px;
}

.acc__open .acc__content{
    height: max-content;
}

.acc__closed .acc__content{
    height: 0;
    overflow: hidden;
    padding: 0;
}

.acc__arrow{
    font-size: 24px;
    transition: .3s;
}

.acc__open .acc__arrow{
    transform: rotate(45deg);
}

.acc__open .acc__header{
    color: white;
}






.register-card {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    position: relative;   
    z-index: 9999;        
}

.mask {
    pointer-events: none;
}


.register-condition {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 15px;
}


.join-channel-btn {
    display: inline-block;     
    padding: 12px 28px;
    background-color: #229ED9;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.join-channel-btn:hover {
    background-color: #1b8ec7;
}









.register-center {
    width: 100%;
    text-align: center;   
    margin-top: 60px;     
}

.register-text {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 20px;  
}



.register-text2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;  
}



.telegram-widget {
    display: inline-block; 
}


.telegram-widget.shift-right {
    margin-left: 15px;
}


.telegram-widget iframe {
    width: 250px !important;
    height: 50px !important;
}


.telegram-widget.shift-right {
    position: relative;
    left: 20px;             
}





























.join-btn {
    padding: 14px 25px;
    background: #1e88e5;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    background: #fff;
    max-width: 400px;
    margin: 10% auto;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.modal-btn {
    display: block;
    padding: 12px;
    margin: 12px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.telegram { background: #67bde5; }
.instagram {
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.done-btn {
    margin-top: 15px;
    padding: 10px;
    background: #2e7d32;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 100%;
}
.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

































.inputs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 32px;
}

@media (max-width: 768px){
    .inputs{
        grid-template-columns: 1fr;
    }
}

.reg__input{
    width: 100%;
    padding: 0 20px;          /* ❗ vertikal padding olib tashlandi */
    height: 56px;             /* input balandligi */
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
}

/* placeholder chiroyli ko‘rinishi uchun */
.reg__input::placeholder{
    color: #999;
    opacity: 1;
}

/* focus effekti */
.reg__input:focus{
    border-color: #5a67ff;
}

/* student/university wrap */
#school_wrap,
#university_wrap{
    grid-column: span 2;
}

@media (max-width: 768px){
    #school_wrap,
    #university_wrap{
        grid-column: span 1;
    }
}