html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

header{
    width: 100%;
    height: 95px;
}

header .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 10px;
}

.logo{
    width: 90px;
    position: relative;
}

.logo img{
    width: 70px;
    margin-top: 0px;
}

.logo-text{
    width: 15%;
    font-family: Gotham-Medium; 
    font-size: 11px;
    color: #000;
    padding-top: 10px;
}

.header-menu{
    width: 50%;
    color: #000;
    padding-top: 30px;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu a:hover{
    color: #000;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 13px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
}

.header-button{
    background: #6a2d23;
    border-radius: 4px;
    padding: 13px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
}

.banner{
    width: 100%;
    height: 700px;
    background: url(img/10925960.png) center/cover;
    padding-top: 80px;
}

.banner-image{
    padding-top: 40px;
}

.banner-image img{
    width: 80px;
}

.banner-title{
    width: 70%;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    font-family: Gotham-Bold; 
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 130px;
}

.banner-title span{
    color: #6a2d23;
}

.time{
    font-family: Gotham-Light; 
    width: 100%;
    font-size: 20px; 
    padding-left: 130px;  
    color: #000; 
    padding-top: 10px;
}

.time span{
    font-family: Gotham-Bold; 
}

.banner-text{
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    font-family: Gotham-Light; 
    padding-top: 40px; 
    padding-left: 130px;   
}

.banner a{
    text-decoration: none;
}

.banner-button{
    background: #6a2d23;
    border-radius: 4px;
    padding: 13px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 15px; 
    margin-top: 25px;
    margin-left: 130px;
}

.banner-ic{
    padding: 0px 0 80px 0;
}

.banner-icon-wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 60px;
    border-top: solid 1px #e9ecef;
}

.bn-icon{
    width: 48%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
    color: #000;
    padding-top: 20px;
}

.bn-icon .left{
    width: 15%;
}

.bn-icon .left img{
    width: 64px;
    position: relative;
    top: 15px;
}

.bn-icon .right{
    width: 84%;
    font-family: Gotham-Medium; 
    font-size: 14px;
    padding-top: 8px;
    font-weight: 700;
}

.bn-icon span{
    font-family: Gotham-Light;
}

.about{
    padding: 80px 0 250px 0;
    background: url(img/18786659_SL-123119-26540-43.jpg);
    background-position: center bottom 0px; 
    background-size: 40%;
    background-repeat: no-repeat;
}

.about p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: Gotham-Light;
}

.about p > span{
    color: #eb9600;
}

.about-img{
    width: 100%;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
}

.about-img img{
    width: 90%;
}

.priem{
    padding: 80px 0 80px 0;
}

.priem .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.priem-title{
    text-align: center;
    font-family: Gotham-Light; 
    font-weight: 900;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.priem-item{
    width: 31%;
    border-radius: 8px;
    background: #80808029;
    padding-bottom: 40px;
    margin-top: 30px;
}

.priem-img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

.priem-img img{
    width: 84px;
}

.priem-item p{
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-weight: 900;
    padding-top: 20px;
}

.priem-item a{
    text-decoration: none;
    color: red;
}

.priem-item p > span{
    font-size: 20px;
    font-family: Gotham-Medium; 
}

.priem-bottom-text{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    font-family: Gotham-Medium;     
}

.priem-button {
    background: #6a2d23;
    border-radius: 4px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 280px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-top: 25px;
}

.zayavka{
    padding: 120px 0 80px 0;
}

.zayavka .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zayavka .left{
    width: 50%;
}

.zayavka .right{
    width: 50%;
}

.zayavka .right img{
    width: 90%;
}

.zayavka .right p{
    font-family: Gotham-Bold; 
    font-size: 24px;
    margin-left: 20px;
}

.zayavka h1{
    text-align: left;
}

.zayavka form{
    width: 95%;
}

.linkk{
    text-decoration: none;
}

.form-label{
    font-family: Gotham-Bold; 
    font-size: 16px;
}

.kaspi-button{
    background: #f14635;
    border-radius: 4px;
    padding: 13px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 20px;
}

.lang{
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding-top: 20px;
}

    .lang-switch{display:inline-flex; gap:8px; background:var(--card); padding:6px; border-radius:999px; box-shadow:0 6px 18px rgba(15,23,42,0.06);}
    .lang-btn{
      border:0; background:transparent; padding:8px 12px; border-radius:999px; cursor:pointer; font-weight:600;
      color:var(--muted); transition:all .12s ease;
    }
    .lang-btn[aria-pressed="true"]{ background:linear-gradient(180deg, rgba(11,120,209,0.12), rgba(11,120,209,0.06)); color:var(--accent); box-shadow:0 4px 12px rgba(11,120,209,0.08); transform:translateY(-1px);}
    .lang-btn:focus{outline:3px solid rgba(11,120,209,0.14); outline-offset:2px;}
    header{display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px;}
    .card{background:var(--card); padding:18px; border-radius:var(--radius); box-shadow:0 8px 30px rgba(2,6,23,0.06);}
    h1{margin:0 0 8px 0; font-size:20px;}
    p{margin:0 0 8px 0; color:var(--muted);}
    .notice{font-size:13px; color:var(--muted);}