html[lang="ky-KG"] .ru {
    display: none;
}
html[lang="ru-RU"] .ky {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.header-mob{
    display: none;
}
.burger_btn{
    display: none;
}
.close_btn{
    display: none;
}
.header-mob-menu{
    display: none;
}

.mob{
    display: none;
}

.main{
    background: url("/static/img/2Desktop_1920.webp") no-repeat top;
    /*min-height: 9657px;*/
    /*max-height: 9657px;*/
    height: auto;
    padding: 0 108px;
    overflow: hidden;
}

.block1{
    display: flex;
    justify-content: end;
    padding: 25px 0 0;
    margin-right: -38px;
}
html[lang="ky-KG"] .header-links1{
    display: flex;
    gap: 20px;
}

.header-links1{
    display: flex;
    gap: 40px;
}

html[lang="ky-KG"] .header-links2{
    display: flex;
    gap: 10px;
    padding: 0 61px 0 70px;
}

.header-links2{
    display: flex;
    gap: 10px;
    padding: 0 61px 0 100px;
}

.header-links3{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.header-links-inner{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.header-links-inner > a{
    display: flex;
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #952732;
    font-family: "Museo-900";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 612px;
    background: #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}
html[lang="ky-KG"] .header-links-inner > a{
    padding: 10px 10px;
    font-size: 24px;
}

.header-links-inner > a:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.header-links-inner > p{
    color: #F3C837;
    text-align: center;
    font-family: "Museo-500";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.371px;
    margin: 0;
}

.change-lang{
    display: flex;
    width: 140px;
    height: 55px;
    padding: 10px 48px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "Museo-900";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.lang-selected{
    border-radius: 612px;
    background: #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    color: #952732;
    transition: 0.2s;
}
.lang-selected:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.lang-unselected{
    border-radius: 612px;
    border: 1px solid #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    transition: 0.2s;
}

.lang-unselected:hover{
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.header-links3{
    transition: 0.2s;
}
.header-links3:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}
.header-links3 > p {
    color: #F3C837;
    font-family: "Museo-500";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.371px;
    margin: 0;
    transition: 0.2s;
    white-space: nowrap;
}
.header-links3 > p:hover{
    color: #F3C837;
    text-decoration: none;
}



.block2{
    display: flex;
    /*justify-content: start;*/
    justify-content: center;
}

.block2-pack{
    margin-top: 50px;
    /*margin-top: 87px;*/
}

.block2-pack-img{
    /*width: 390px;*/
    width: 300px;
}

.block2-signs{
    /*margin-top: 56px;*/
    position: relative;
    max-width: 1100px;
}

.block2-signs-lubimiy{
    max-width: 650px;
    width: 100%;
    margin-left: 42px;
}

.block2-signs-million{
    max-width: 670px;
    width: 100%;
    margin: -20px 0 0 25px;
}

.block2-prizes{
    position: absolute;
    bottom: -120px;
    left: 390px;
}

.block2-text-footer{
    color: #FFF;
    text-align: right;
    font-family: Impact;
    font-size: 16.699px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.284px;
    margin: 90px 0 90px;
}

.block2-text-footer-img{
    display: flex;
    justify-content: end;
    margin: 90px 0 90px;
}
.block2-text-footer-img >img{
    height: 18px;
}

.block3-text-footer{
    color: #FFF;
    text-align: right;
    font-family: Impact;
    font-size: 16.699px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.284px;
    margin: 100px 0 90px;
}

.block3-text-footer-img{
    display: flex;
    justify-content: end;
    margin: 100px 0 90px;
}
.block3-text-footer-img >img{
    height: 18px;
}

.block4-text-footer{
    color: #FFF;
    text-align: left;
    font-family: Impact;
    font-size: 16.699px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.284px;
    margin: 40px 0 90px;
}

.block4-text-footer-img{
    display: flex;
    justify-content: start;
    margin: 40px 0 90px;
}
.block4-text-footer-img >img{
    height: 18px;
}


.block2-signs-text1{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.765px;
    text-transform: uppercase;
    margin: 20px 0 0 45px;
}

.block2-signs-text2{
    color: #F3C837;
    font-family: "Museo-900";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.043px;
    text-transform: uppercase;
    margin: 20px 0 0 45px;
}

.block2-upload {
    position: relative;
    width: 450px;
    height: 230px;
    border-radius: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 45px;
}

.block2-upload::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(253, 235, 163, 0.79);
    filter: blur(122px);
    z-index: 0; /* под контентом */
}

.block2-upload-btn {
    position: relative;
    z-index: 1;
    color: #952732;
    text-align: center;
    font-family: "Museo-900";
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.765px;
    text-transform: uppercase;
    display: flex;
    width: 490px;
    height: 91px;
    justify-content: center;
    align-items: center;
    border-radius: 936.681px;
    background: #FFF;
    box-shadow: 0 0 24.696px 0 #F9FFA8, 0 0 14.112px 0 #F9FFA8, 0 0 8.232px 0 #F9FFA8, 0 0 4.116px 0 #FFF, 0 0 1.176px 0 #FFF, 0 0 0.588px 0 #FFF;
    transition: 0.2s;
}
.block2-upload-btn:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.block2-upload-btn:focus{
    color: #952732;
    text-decoration: none;
    outline: none;

}


.block2-prizes-img{
    width: 800px;
}



.block-title{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 71px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.207px;
    text-transform: uppercase;
}

.block3 .block-title{
    margin: 40px 0 0;
}


.block4 .block-title{
    margin: 60px 0 0;
}

.block9 .block-title{
    margin: 180px 0 25px;
}

.block3-inner{
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.block3-rules-left{
    position: relative;
    width: 852px;
    height: 218px;
    border-radius: 28px;
    box-shadow: 0 0 5px 0 #F3B762, 0 0 15px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 2px 0 #F3B762;
}
.block3-rules-left2{
    display: flex;
    gap: 55px;
    align-items: center;
    justify-content: start;
    padding: 0 100px 0 75px;
    width: 852px;
    height: 218px;
    border-radius: 28px;
    background: #90162F;
    border: 10px solid #FCCB9C;
    box-shadow: inset 0 0 10px 0 #F3B762, inset 0 0 15px 0 #F3B762, inset 0 0 10px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 2px 0 #F3B762;
}

.block3-rules-right{
    position: relative;
    width: 920px;
    height: 218px;
    border-radius: 28px;
    box-shadow: 0 0 5px 0 #F3B762, 0 0 15px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 2px 0 #F3B762;
}
.block3-rules-right2{
    display: flex;
    gap: 55px;
    align-items: center;
    justify-content: start;
    padding: 0 100px 0 75px;
    width: 920px;
    height: 218px;
    border-radius: 28px;
    background: #90162F;
    border: 10px solid #FCCB9C;
    box-shadow: inset 0 0 10px 0 #F3B762, inset 0 0 15px 0 #F3B762, inset 0 0 10px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 2px 0 #F3B762;
}

.block3-rules2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block3-rules3{
    display: flex;
    align-items: center;
    justify-content: end;
}

.block3-rules-number{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 97.91px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.block3-rules-text1{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 44.813px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.762px;
    margin: 0;
}

.block3-rules-text2{
    color: #F3C837;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    margin: 0;
}

.block3-rules-text2 > span{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    margin: 0;
}

.block3-inner .block2-upload-btn{
    margin: 0 10px 0 110px;
}

.image-abs-1{
    position: absolute;
    width: 181px;
    right: -71px;
    top: -40px;
}
.image-abs-2{
    position: absolute;
    width: 207px;
    right: 20px;
    top: -170px;
}
.image-abs-3{
    position: absolute;
    width: 601px;
    right: -55px;
    top: 235px;
}
.image-abs-4{
    position: absolute;
    top: -190px;
    left: 140px;
    color: #F3C837;
    text-align: center;
    font-family: "Museo-900";
    font-size: 156.919px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.block-title-text1{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 730px;
    width: 100%;
    margin: 30px auto 0;
}

.block4 .block2-upload-btn{
    margin: 60px auto 0;
}


.prizes-slider{
    width: 1410px;
    margin: 70px auto;
    position: relative;
}

.prizes-slider .item-class{
    display: flex;
    flex-direction: column;
    width: 454px;
    height: 575px;
    padding: 14px 38px 0;
    justify-content: start;
    align-items: center;
    border-radius: 40px;
    background: #931726;
}

.prizes-slider .owl-item .active{
    width: 454px;
}

.prizes-slider .owl-prev{
    position: absolute;
    top: 30%;
    left: -144px;
    transform: translate(0, 50%);
}
.prizes-slider .owl-next{
    position: absolute;
    top: 30%;
    right: -144px;
    transform: translate(0, 50%);
}

.prizes-slider .item-class >img{
    max-width: 309px;
    width: 100%;
}

.product-text{
    color: #EAFF00;
    text-align: center;
    font-family: "Museo-900";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.68px;
    margin: 0;
}

.product-text-balance{
    color: #EAFF00;
    text-align: center;
    font-family: "Museo-900";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.68px;
    margin: 63px 0 0;
}

.product-text2{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 40px 0 0;
}

.block5 .block-title-text1{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 800px;
    width: 100%;
    margin: 40px auto 10px;
}

.big-million{
    color: #F3C837;
    text-align: center;
    text-shadow: 0 231.095px 64.126px rgba(0, 0, 0, 0.01), 0 147.611px 59.286px rgba(0, 0, 0, 0.04), 0 83.485px 49.607px rgba(0, 0, 0, 0.15), 0 37.508px 37.508px rgba(0, 0, 0, 0.26), 0 9.679px 20.569px rgba(0, 0, 0, 0.29);
    font-family: "Museo-900";
    font-size: 362.977px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -6.171px;
    margin: 0;
}

.block6{
    margin-top: 60px;
}

.insta{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;
}

.title-insta{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 97.074%;
    letter-spacing: -0.697px;
    text-transform: uppercase;
}

.link-insta{
    color: #F3C839;
    text-align: center;
    font-family: "Museo-900";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 97.074%;
    letter-spacing: -0.697px;
    text-transform: uppercase;
    transition: 0.2s;
}
.link-insta:hover{
    color: #F3C839;
    transition: 0.2s;
    transform: scale(1.05);
}

.block-title-text2{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.912px;
    margin: 0 auto;
    max-width: 1300px;
}

.block6 .block2-upload-btn{
    margin: 56px auto 0;
}

.date-main-draw{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19.429px;
    background: #931726;
    width: 857px;
    height: 217px;
    margin: 0 auto 60px;
}

.date-main-draw-inner{
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 8px;
}

.block6-number{
    color: #FFF;
    text-shadow: 0 1.817px 1.817px rgba(0, 0, 0, 0.25);
    font-family: "Museo-900";
    font-size: 136.267px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -2.317px;
    margin: 0;
    border-radius: 13.172px;
    background: #F3C837;
    width: 92.701px;
    height: 120.823px;
    display: flex;
    justify-content: center;

}

.block6-dot{
    width: 8.216px;
    height: 8.63px;
    background: #FFF;
}

.block7{
    border-radius: 32px;
    background: #931726;
    width: 1697px;
    height: 596px;
    margin: 120px auto 0;
    padding: 90px 35px 100px;
}

.block7-title{
    color: #FFF;
    text-align: left;
    font-family: "Museo-900";
    font-size: 71px;
    font-style: normal;
    font-weight: 700;
    line-height: 97.074%;
    letter-spacing: -1.207px;
    text-transform: uppercase;
    margin: 0;
}

.block7-text{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    padding-top: 60px;
    margin: 0;
}

.search-phone{
    padding-top: 100px;
    display: flex;
    align-items: center;
    gap: 60px;
}

html[lang="ky-KG"] .search-phone{
    padding-top: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.search-phone .block7-text{
    padding-top: 0;
}

.block7 .search-phone-input{
    position: relative;
    display: flex;
    width: 516px;
    padding: 11px 80px;
    align-items: center;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 19.1px 0 rgba(0, 0, 0, 0.25);
}

.block7 .search-phone-form{
    border: none;
    outline: none;
    color: #A9A9A9;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    /*padding-left: 85px;*/
}
.block7 .search-phone-form:focus-visible{
    outline: none;
}

#searchForm{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.def-code{
    position: absolute;
    top: 16px;
    left: 80px;
    color: #000;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.block7 .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 516px;
    height: 64px;
    padding: 16px 80px;
    gap: 10px;
    border-radius: 50px;
    background: #FFF;
    border: none;
    outline: none;
    transition: 0.2s;
}

.block7 .search-button{
    color: #952732;
    font-family: "Museo-900";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.629px;
    text-transform: uppercase;
    text-decoration: none;
}

.block7 .search-button:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}


.block8-titles{
    display: flex;
    justify-content: end;
    padding-top: 75px;
}

.block8-title{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.111px;
}

.block8-title2{
    color: #CFCFCF;
    text-align: right;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
}

.block8-title2 >a{
    color: #CFCFCF;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    text-decoration-line: underline;
}

.block8-prizes{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
    padding-top: 110px;
}

.prizes-block{
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 1562px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    gap: 40px;
}

.prizes-block2{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.prizes-block-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    transition: 0.2s;
}

.prizes-block-inner > img{
    height: 280px;
}

.prizes-block-inner > a{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.629px;
    text-decoration-line: underline;
    text-transform: uppercase;
    transition: 0.2s;
}

.prizes-block-inner > a:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.prize-link-money{
    color: #F3C837!important;
}

.prizes-block-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 760px;
    height: 350px;
    border-radius: 27px;
    background: #931726;
    box-shadow: 0 105px 30px 0 rgba(0, 0, 0, 0.01), 0 67px 27px 0 rgba(0, 0, 0, 0.04), 0 38px 23px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.26), 0 4px 9px 0 rgba(0, 0, 0, 0.29);
}

.prizes-block-main-text{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.629px;
}

.prizes-block-main-text2{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.111px;
}

.prizes-block-main >a{
    color: #F3C837;
    text-align: center;
    font-family: "Museo-900";
    font-size: 102.087px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}


.block10{
    margin-top: 50px;
}

.block10-text1{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    margin: 0;
}

.block10-text2{
    color: #DFDFDF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
    margin: 45px auto 100px;
}

.block10-text3{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.408px;
    margin: 0 auto;
    max-width: 1400px;
}

.block10-text3 > a{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.408px;
    text-decoration-line: underline;
}

.feedback-btn{
    display: flex;
    justify-content: center;
    margin: 20px auto 60px;
}

.feedback-btn > a{
    display: flex;
    max-width: 510px;
    width: 100%;
    height: 76px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    background: #FFF;
    box-shadow: 0 4px 19.1px 0 rgba(0, 0, 0, 0.25);
    color: #952732;
    font-family: "Museo-900";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.629px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.feedback-phone{
    display: flex;
    justify-content: center;
}

.feedback-phone >a{
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.629px;
}


.block11{
    display: flex;
    justify-content: end;
    padding: 120px 0 120px;
    margin-right: -38px;
}
.footer-links1{
    display: flex;
    gap: 40px;
    align-items: end;
}
html[lang="ky-KG"] .footer-links1{
    display: flex;
    gap: 20px;
    align-items: end;
}

.footer-links2{
    display: flex;
    gap: 10px;
    padding: 0 61px 0 100px;
    align-items: end;
}
html[lang="ky-KG"] .footer-links2{
    display: flex;
    gap: 10px;
    padding: 0 61px 0 70px;
    align-items: end;
}

.footer-links3{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.footer-links-inner{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.footer-links-inner > a{
    display: flex;
    /*max-width: 200px;*/
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #952732;
    font-family: "Museo-900";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 612px;
    background: #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}
html[lang="ky-KG"] .footer-links-inner > a{
    padding: 10px 10px;
    font-size: 24px;
}

.footer-links-inner > a:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.footer-links-inner > p{
    color: #F3C837;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Museo-500";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.371px;
    margin: 0;
}

.footer-links3{
    transition: 0.2s;
}
.footer-links3:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}
.footer-links3 > p {
    color: #F3C837;
    font-family: "Museo-500";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.371px;
    margin: 0;
    transition: 0.2s;
}
.footer-links3 > p:hover{
    color: #F3C837;
    text-decoration: none;
}
