    /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
    
    h1,
    h2,
    h3,
    h4,
    p,
    b,
    ul,
    li,
    a {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
    
    input {
        display: block;
        border: 0;
        outline: none;
    }
    
    .navbars {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        gap: 40px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: 120px;
        position: relative;
    }
    
    .shadowBox {}
    
    .wrapper {
        width: 100%;
        overflow: hidden;
    }
    
    .container {
        max-width: 1280px;
    }
    
    .container-fluid {
        max-width: 1440px;
        padding: 0;
    }
    
    .header {
        background-color: white;
    }
    
    .opacBox {
        display: none;
    }
    /* burger  */
    
    .burger-img {
        width: 25px;
        height: 25px;
        display: none;
        cursor: pointer;
    }
    
    .opacBox {
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    
    .oneBurgerMenu {
        width: 350px;
        background-color: #295091;
        position: absolute;
        z-index: 99;
        right: 0px;
        height: 100vh;
        padding-top: 35px;
        padding-left: 35px;
    }
    
    .navs-menu {
        list-style-type: none;
    }
    
    .navs-item-menu {
        margin-bottom: 10px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    
    .navs-item-menu:hover {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
    
    .navs-link-menu {
        display: block;
        font-size: 28px;
        color: white !important;
        font-family: "Montserrat";
        font-weight: 500;
    }
    
    .navbar__end-menu {
        list-style-type: none;
        display: none;
    }
    
    .navbar__tel-menu:hover {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
    
    .navbar__tel-menu {
        display: block;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        font-size: 26px;
        color: black !important;
        font-family: "Montserrat";
        font-weight: 500;
        margin-right: 25px;
    }
    
    .dk {
        display: none !important;
    }
    
    .socialBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .navbar__whatsapp-menu {
        margin-right: 15px;
    }
    
    .whatsapp__img {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    
    .whatsapp__img:hover {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    
    .navbar__telegramm-menu {}
    
    .telegramm__img {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    
    .telegramm__img:hover {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    /* burger */
    /* menu-lang */
    
    .input-hidden:checked~.menu-lang {
        opacity: 1;
        padding: 15px 0px;
        overflow: visible;
        height: 115px;
    }
    
    .input-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        overflow: hidden;
    }
    
    .menu-lang {
        width: 80px;
        background-color: rgba(32, 101, 162, 0.74);
        position: absolute;
        z-index: 99;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
        top: 45px;
        cursor: pointer;
        height: 0px;
        overflow: hidden;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
    }
    
    .posFather {
        position: relative;
    }
    
    .language__menu-ru {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        margin-bottom: 7px;
    }
    
    .ru__flag-menu {
        width: 18.63px;
        height: 18.63px;
        margin-left: 5px;
    }
    
    .language__menu-uz {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        margin-bottom: 7px;
    }
    
    .language__menu-en {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        margin-bottom: 7px;
    }
    /* menu-lang */
    
    .navbar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .navbar__logo {}
    
    .navbar__logo-img {}
    
    .navs {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
        min-width: 324px;
    }
    
    .navs-item {}
    
    .navs-link {
        text-decoration: none;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #000000 !important;
        position: relative;
        padding-bottom: 10px;
    }
    
    .navs-link::after {
        content: "";
        width: 0px;
        height: 3px;
        background-color: #ff6000;
        position: absolute;
        bottom: 0px;
        left: 0px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    
    .navs-link:hover:after {
        width: 100%;
    }
    
    .navbar__end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 450px;
        margin-left: 30px;
    }
    
    .navbar__tel {
        text-decoration: none;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        color: #000000;
    }
    
    .navbar__whatsapp {}
    
    .whatsapp__img {}
    
    .navbar__telegramm {}
    
    .telegramm__img {}
    
    .language {
        background: rgba(32, 101, 162, 0.74);
        border-radius: 9px;
        width: 80px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .language__text {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #ffffff;
    }
    /* main */
    /* main-one */
    
    .main {}
    
    .main__one {
        margin-bottom: 40px;
    }
    
    .itemBox::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #8f8f8f7c;
    }
    
    .itemBox {
        position: relative;
        width: 100%;
        min-height: 605px;
        background-image: url(../assets/images/backone.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .container {}
    
    .itemBox__box {
        padding-top: 70px;
    }
    
    .itemBox__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 53px;
        line-height: 65px;
        /* identical to box height */
        color: #ffffff;
        margin-bottom: 45px;
    }
    
    .itemBox__text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        max-width: 900px;
        color: #ffffff;
        margin-bottom: 77px;
    }
    
    .btn {}
    
    .itemBox__button {
        background: #ff6000;
        border-radius: 10px;
        height: 59px;
        width: 179px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #ffffff !important;
    }
    
    .itemBoxTWo::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #8f8f8f7c;
    }
    
    .itemBoxTWo {
        position: relative;
        width: 100%;
        min-height: 605px;
        background-image: url(../assets/images/sliderlik1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .itemBox__box {
        position: relative;
        z-index: 99;
    }
    /* main-one */
    /* main-two */
    
    .main__two {
        margin-bottom: 40px;
    }
    
    .ourbox {}
    
    .ourbox__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        /* identical to box height */
        color: #000000;
        margin-bottom: 40px;
    }
    
    .row {}
    
    .weBox {
        width: 100%;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        border-radius: 22px;
        padding: 28px;
        height: 100%;
    }
    
    .weBox__title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 18px;
        color: #000000;
    }
    
    .checkBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 13px;
    }
    
    .checkBox img {
        margin-right: 10px;
    }
    
    .checkBox:nth-child(4) {
        margin-bottom: 40px;
    }
    
    .checkBox__title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #091863;
        max-width: 356px;
    }
    
    .btn-weBox {
        background: #ff6000;
        width: 120px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white !important;
        margin-left: auto;
    }
    
    .imgBox {
        width: 100%;
        height: 100%;
    }
    
    .imgBox__img {
        border-radius: 22px;
        width: 100%;
        height: 350px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
    }
    /* main-two */
    /* main-three */
    
    .main__three {
        margin-bottom: 40px;
    }
    
    .work {}
    
    .work__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 40px;
        color: #000000;
    }
    
    .komp {
        transition: all 0.5s linear;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        border-top-left-radius: 66px !important;
        border-top-right-radius: 66px !important;
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    
    .komp__img {
        width: 100%;
    }
    
    .kompBox {
        padding: 18px;
    }
    
    .kompBox__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 16px;
    }
    
    .kompBox__text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    
    .eff {
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        border-top-left-radius: 66px;
        border-top-right-radius: 66px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    
    .eff__img {
        width: 100%;
    }
    
    .effBox {
        padding: 18px;
    }
    
    .effBox__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
        color: #000000;
    }
    
    .effBox__text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    
    .sot {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        border-top-left-radius: 66px;
        border-top-right-radius: 66px;
    }
    
    .sot__img {
        width: 100%;
    }
    
    .sotBox {
        padding: 18px;
    }
    
    .sotBox__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
        color: #000000;
    }
    
    .sotBox__text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    /* main-three */
    
    .main__foure {
        margin-bottom: 40px;
    }
    
    .slide-2 .owl-stage {
        display: flex;
        align-items: center;
    }
    
    .partners {
        width: 100%;
    }
    
    .partners__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        color: #000000;
        margin-bottom: 40px;
    }
    .partOne{
            display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    }
    
    .partOne__img:hover {
        cursor: pointer;
    }
    
    .partOne__img {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        width: 100%;
        -o-transition: all 0.5s linear;
    }
    /* main-foure */
    
    .main_five {
        margin-bottom: 40px;
    }
    
    .project {}
    
    .project__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        color: #000000;
        margin-bottom: 40px;
    }
    
    .container-fluid {}
    
    .slide-1 {}
    
    .projOne__title {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    
    .owl-carousel {}
    
    .projOne::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    
    .projOne:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projOne:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projtwo::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
    }
    
    .projtwo:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projtwo:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projthree::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
    }
    
    .projthree:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projthree:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projOne {
        cursor: pointer;
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/001.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
    
    .projOne__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 37px;
        position: relative;
        z-index: 5;
        /* identical to box height */
        color: #ffffff;
        text-align: center;
        padding-top: 160px;
    }
    
    .projtwo {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/djizzax.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    
    .projfoure:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projfoure::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
    }
    
    .projfoure:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projfoure {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/zomin.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /*  */
    
    .tambox__img {}
    
    .sot__img,
    .eff__img,
    .komp__img {
        width: 100%;
        height: 200px;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }
    
    .projfive:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projfive::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
    }
    
    .projfive:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projfive {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/005.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /*  */
    
    .projsix:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
    
    .projsix::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
        position: absolute;
    }
    
    .modal-header {
        width: 50%;
    }
    
    .btn-close {
        position: absolute;
        top: 0px;
        right: -60px;
        width: 50px;
        height: 50px;
        background-color: white;
    }
    
    .modBox {
        position: relative;
    }
    
    .modal-dialog {
        position: relative;
    }
    
    .modal-content {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .projsix:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    
    .projsix {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/006.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /*  */
    .projseven {
    width: 100%;
    min-height: 280px;
    background-image: url(../assets/images/project_kibray.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
    .projseven:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
        
        .projseven:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
        .projseven {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/project_kibray.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /* */
        .projeight {
    width: 100%;
    min-height: 280px;
    background-image: url(../assets/images/project_sirdaria.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
    .projeight:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
        
        .projeight:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
        .projeight {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/project_sirdaria.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /* */
    .projnine {
    width: 100%;
    min-height: 280px;
    background-image: url(../assets/images/project_jizak1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
    .projnine:hover:before {
        background: rgba(0, 0, 0, 0.68);
    }
        
        .projnine:hover h1 {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
        .projnine {
        width: 100%;
        min-height: 280px;
        background-image: url(../assets/images/project_jizak1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        cursor: pointer;
    }
    /* */
    .projthree {
        width: 100%;
        cursor: pointer;
        min-height: 280px;
        background-image: url(../assets/images/003.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
    /* main-foure */
    /* main-six */
    
    .main__six {
        width: 100%;
        min-height: 600px;
        background-image: url(../assets/images/main-six.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 40px;
    }
    
    .main__six::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(17, 14, 127, 0.73);
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .main__six-title {
        position: relative;
        z-index: 99;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        color: #ffffff;
        margin-bottom: 40px;
    }
    
    .inputBox {
        position: relative;
        z-index: 99;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        padding: 40px;
    }
    
    .namenumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
     ::-webkit-input-placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */
        color: #adadad;
    }
    
     ::-moz-placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */
        color: #adadad;
    }
    
     :-ms-input-placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */
        color: #adadad;
    }
    
     ::-ms-input-placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */
        color: #adadad;
    }
    
    .name,
    .number,
    .email,
     ::placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */
        color: #adadad;
    }
    
    .name {
        height: 73.10140228271484px;
        width: 548.5739135742188px;
        border-radius: 12px;
        padding-left: 22px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        color: #adadad;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
    
    .number {
        height: 73.10140228271484px;
        width: 548.5739135742188px;
        border-radius: 12px;
        padding-left: 22px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        color: #adadad;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
    
    .emailmessage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    .email {
        height: 73.10140228271484px;
        width: 548.5739135742188px;
        border-radius: 12px;
        padding-left: 22px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        color: #adadad;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
    
    .message {
        height: 73.10140228271484px;
        width: 548.5739135742188px;
        border-radius: 12px;
        padding-left: 22px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        color: #adadad;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    }
    
    .repbut {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .rep__img {}
    
    .btn {}
    
    .btn-send {
        background: #ff6000;
        border-radius: 12px;
        height: 80px;
        width: 307px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 28px;
        color: #ffffff !important;
    }
    /* main-six */
    /* main */
    /* footer */
    
    .footer {
        background: #1b1b2e;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .logBox__img {}
    
    .foot__item {
        width: 100%;
        list-style-type: none;
    }
    
    .foot__list {
        margin-bottom: 10px;
    }
    
    svg {
        fill: white !important;
    }
    
    .foot__link-title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .foot__link {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #8994b6 !important;
        text-decoration: none;
    }
    
    .foot__kontak {
        list-style-type: none;
    }
    
    .foot__link-adress {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        color: #ffffff !important;
    }
    
    .foot__link-street {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #8994b6 !important;
    }
    
    .foot__link-tel {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        color: #ffffff !important;
    }
    
    .foot__link-number {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        color: #8994b6 !important;
    }
    
    .foot__link-email {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        color: #ffffff !important;
    }
    
    .foot__link-index {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        color: #8994b6 !important;
    }
    
    .footer__linear {
        width: 100%;
        height: 1px;
        background-color: #8994b6;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .developer {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #8994b6;
    }
    /* footer */
    /* pageTwo */
    
    .service {}
    
    .service__one::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.56);
    }
    
    .service__one {
        position: relative;
        width: 100%;
        min-height: 348px;
        background-image: url(../assets/images/uslugi.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .service__one-title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 64px;
        line-height: 75px;
        /* identical to box height */
        position: relative;
        z-index: 99;
        color: #ffffff;
    }
    
    .service__two {}
    
    .order-one {
        margin-bottom: 40px;
    }
    
    .tambox {
        width: 100%;
    }
    
    .tambox__img {
        width: 100%;
        height: 300px;
    }
    
    .tambox-text {
        width: 100%;
    }
    
    .tambox-text__title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        color: #000000;
        margin-bottom: 18px;
    }
    
    .tambox-text__text {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: #000000;
    }
    
    .language__text-ru {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
    }
    
    .language__text-uz {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
    }
    
    .language__text-en {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
    }
    
    .ru__flag {
        margin-left: 5px;
    }
    
    .order-two {
        margin-bottom: 40px;
    }
    
    .order-three {
        margin-bottom: 40px;
    }
    
    .order-foure {
        margin-bottom: 60px;
    }
    
    .tambox-text__textTWo {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        margin-top: 18px;
        color: #000000;
    }
    /* pageTwo */
    /* newPAge */
    
    .new {
        margin-bottom: 40px;
    }
    
    .new__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 40px;
        text-transform: uppercase;
        color: #000000;
    }
    
    .row {}
    
    .stabbox {
        width: 100%;
        background-color: white;
        min-height: 100%;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 33px;
        border-radius: 22px;
        text-align: center;
    }
    
    .bb {}
    
    .stabbox__img {
        width: 60%;
    }
    
    .new-pad {
        padding: 15px;
        padding-bottom: 20px;
    }
    
    .stabbox__title {
        text-align: left;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 16px;
    }
    
    .stabbox__text {
        text-align: left;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    /* newPage */
    /* new Page two */
    
    .workingBox {
        margin-top: 25px;
        margin-bottom: 25px;
        border-radius: 25px;
        box-shadow: 0px 0px 33px rgb(0 0 0 / 25%);
        padding: 20px;
        height: 200px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .workingBox .workingBox__img {
        width: 65px!important;
        height: 65px !important;
        margin: 0 auto;
        display: block!important;
        margin-bottom: 25px;
    }
    
    .ourbox .owl-item {}
    
    .workingBox__mini {}
    
    .workingBox__mini-title {
        text-align: center;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        width: 100%;
    }
    /* new Page three */
    /* newUslugi */
    
    .newUslugas {
        width: 100%;
        background-color: white;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 33px;
        border-radius: 22px;
        text-align: center;
    }
    
    .newUsluga {
        width: 100%;
        background-color: white;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 33px;
        border-radius: 22px;
        text-align: center;
        height: 100%;
    }
    
    .ourbox .col-lg-4 {
        margin-bottom: 50px;
    }
    
    .newUsluga__img {
        height: 200px;
        width: 100%;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }
    
    .btn {
        box-shadow: none!important;
    }
    
    .newUsluga__title {
        height: 80px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 45px;
    }
    
    .newUsluga__mini {
        padding: 35px 20px;
    }
    
    .newUsluga__btn:hover {
        background: white;
        border: 2px solid #ff6000;
        color: #000000!important;
        font-weight: 600;
        box-shadow: 0px 0px 10px grey;
    }
    
    .newUsluga__btn {
        transition: all 0.5s linear;
        background: #ff6000;
        border-radius: 10px;
        border: 2px solid transparent;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff !important;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }
    /* newUslugi */
    /* Tambox */
    
    .tam {
        background-color: #0d6efd;
    }
    
    .tamboxMain {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .tamboxMain__one {}
    
    .tamboxMain__one-box {
        padding: 35px;
        background-color: white;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }
    
    .tamboxMain__title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 40px;
        color: #000000;
    }
    
    .tamboxMain__titleTwo {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 30px;
        color: #000000;
    }
    
    .tamboxMain__text {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .wes {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__item {
        list-style-type: none;
        padding-left: 25px;
        margin-bottom: 40px;
    }
    
    .tamboxMain__list::before {
        content: "";
        background-image: url(../assets/icons/check\ \(1\).svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
    }
    
    .tamboxMain__list {
        position: relative;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 10px;
    }
    
    .tamboxMain__text2 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text3 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__itemOl {
        padding-left: 35px;
    }
    
    .tamboxMain__listol {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 10px;
    }
    
    .tamboxMain__text4 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text5 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text6 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text7 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__titleThree {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 30px;
        color: #000000;
    }
    
    .tamboxMain__text8 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text9 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text10 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text11 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .tamboxMain__text12 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    /* Tambox */
    /* change */
    
    .tamboxMain__list::before {
        width: 20px;
        height: 20px;
        left: -27px;
    }
    /* change */

.logoAward {
    width: 30px;
    margin-top: -32px;
    position: absolute;
    display: block;
    left: 100px;
}

.hiddenlogo {
    margin-top: 25px;
    margin-left: -100px;
    width: 50px;
}

.logoAwardbox {
    width: 50px;
    margin-left: 80px;
    margin-top: 25px;
}