@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/museo-sans-cyrl/MuseoSansCyrl-100.eot');
    src: local('MuseoSansCyrl-100'), local('MuseoSansCyrl-100'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/museo-sans-cyrl/MuseoSansCyrl-300.eot');
    src: local('MuseoSansCyrl-300'), local('MuseoSansCyrl-300'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/museo-sans-cyrl/MuseoSansCyrl-500.eot');
    src: local('MuseoSansCyrl-500'), local('MuseoSansCyrl-500'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/museo-sans-cyrl/MuseoSansCyrl-700.eot');
    src: local('MuseoSansCyrl-700'), local('MuseoSansCyrl-700'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/museo-sans-cyrl/MuseoSansCyrl-900.eot');
    src: local('MuseoSansCyrl-900'), local('MuseoSansCyrl-900'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-cyrl/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


:root {
    --rounded-k: 1rem;
    --white: #ffffff;
    --extra-dark: #1F2124;
    --light-grey: #A3ACC6;
    --bg: #E7EBF7;
}

html,
body {
    height: 100%;
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'MuseoSansCyrl', sans-serif;
    background-color: var(--bg);
    color: var(--extra-dark);
}

    body::-webkit-scrollbar {
        width: 8px;
        background-color: rgb(255 255 255 / 0%);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #A3ACC6;
        border-radius: 1rem;
    }



.site-wrapper {
    max-width: 1800px;
    margin: 0 auto;
}

@media (min-width: 2000px) {
    .site-wrapper {
        max-width: 2100px;
        padding: 0 1rem;
    }
}

@media (max-width: 575px) {
    .site-wrapper {
        padding-bottom: 55px;
    }
}

.users-count {
    color: var(--light-grey);
    font-size: 0.9rem !important;
    font-weight: 300 !important;
}

@media (max-width: 575px) {
    .users-count {
        font-size: 0.8rem !important;
    }
}
/* Loader animation
-----------------------------------------------------------*/
.load-gif {
    width: 28px;
    padding: 2px;
    height: 12px !important;
}

.notification {
    background-color: #efd130;
    background-image: linear-gradient(170deg, #efd130 10%, #ffe86c 100%);
    font-size: 0.8rem;
    padding: 1rem;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 0.8rem;
    margin-top: 1rem !important;
}

@media (max-width: 576px) {

    .notification {
        margin: 0 0.75rem;
        font-size: 0.7rem;
        padding: 0.5rem 0.7rem;
        font-weight: 400;
    }
}
@media (min-width: 576px) {
    .notification {
        margin: 0 1.25rem;
    }
}
    @media (min-width: 1200px) {
        .notification {
            margin: 0 2rem;
        }
    }
     @media (min-width: 1900px) {
        .notification {
            margin: 0 0rem;
        }
    }

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.card {
    background-color:#fff;
    border-radius: var(--rounded-k);
    border:none;
}

.card-fluid {
    height: calc(100% - 20px);
}

.card-shadow {
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.card-hover {
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    -moz-transition: -webkit-box-shadow 0.3s ease-out;
    -o-transition: -webkit-box-shadow 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .card-hover:hover {
        -webkit-box-shadow: 0 0 25px 0 rgb(154 161 171 / 35%);
        box-shadow: 0 0 25px 0 rgb(154 161 171 / 35%);
    }

.op-05 {
    opacity: 0.5;
}

.fw-900 {
    font-weight: 900;
}

.rounded-k {
    border-radius: var(--rounded-k);
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}
.mt-6 {
    margin-bottom: 5rem !important;
}

.logo {
    width: 160px;
}

.top-logo {
    width: 160px;
    margin-left: 1.8rem;
}

@media (max-width: 575px) {
    .top-logo {
        margin-left: 2.5rem;
        width: 130px;
    }
}

.logo-dark {
    width: 160px;
}

.text-light-grey {
    color: var(--light-grey);
}

.text-extra-dark {
    color: var(--extra-dark);
}

.shadow-right {
    box-shadow: -20px 0px 20px rgba(0, 0, 0, 0.03) !important;
}

.shadow-left {
    box-shadow: 20px 0px 20px rgba(0, 0, 0, 0.03) !important;
}


    /*---- lang selector ----*/

.lang-selector {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.5rem;
    z-index: 1;
    color: var(--light-grey);
    font-size: 0.9rem;
}

        .lang-selector a {
            text-decoration: none;
            color: var(--light-grey);
        }

        .lang-selector .dropdown-menu {
            min-width: auto;
        }

        .lang-selector .dropdown-item:hover, .dropdown-item:focus {
            background-color: transparent;
        }

        .lang-selector .dropdown-menu {
            transform: translate3d(-15px, 24px, 0px) !important;
            border: thin solid #dfe3f2;
            box-shadow: 4px 8px 10px #0000001a;
        }
    /*---- END lang selector ----*/


    /*---- ZERO.kz ----*/

    .zero-kz {
        background-color: #e7ebf7;
    }

        .zero-kz img {
            mix-blend-mode: multiply;
        }

    @media (min-width: 576px) {
        .zero-kz {
            padding-left: 1rem;
        }
    }

    @media (min-width: 768px) {
        .zero-kz {
            padding-left: 1.25rem;
        }
    }

    @media (min-width: 1200px) {
        .zero-kz {
            padding-left: 2rem;
        }
    }

    @media (min-width: 1900px) {
        .zero-kz {
            padding-left: 0;
        }
    }

    /*---- Project block ----*/

    .projects-header {
        font-weight: 900;
        text-transform: uppercase;
        color: var(--light-grey);
        font-size: 1.25rem;
    }

    @media (min-width: 768px) {
        .projects-header {
            padding-left: 1.25rem;
        }
    }

    @media (min-width: 1200px) {
        .projects-header {
            padding-left: 2rem;
        }
    }

    @media (min-width: 1900px) {
        .projects-header {
            padding-left: 0;
        }
    }

    .project-block {
        display: flex;
        align-items: center;
        height: 85px;
        color: #000;
        padding-right: 0.75rem;
        text-decoration: none;
        overflow: hidden;
        /* box-shadow: 0px 1px 3px rgba(0,0,0,.1); */
        /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0 0px 2px rgba(0, 0, 0, 0.1); */
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: #ffffffbd;
        border-radius: var(--rounded-k);
        margin-bottom: 1.5rem;
        padding-left: 1rem;
        transition: 0.1s;
    }

        .project-block:hover {
            background-color: #fff;
        }

    .project-block-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--white);
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        background-image: linear-gradient(to right, #7508E1 10%, #08A0E1 51%, #7508E1 100%);
        background-size: 200% auto;
        transition: 1s;
    }

        .project-block-btn:hover {
            background-position: right center;
            color: #fff;
            text-decoration: none;
        }

    .project-block-img {
        text-align: center;
        width: 60px;
    }

        .project-block-img img {
            height: 50px;
        }


    .project-block-text {
        max-height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 0.9rem;
        line-height: 1;
        color: #6e6e6e;
        padding-left: 12px;
        text-decoration: none;
        text-transform: initial;
        -webkit-transition: color 0.5s ease-out;
        -moz-transition: color 0.5s ease-out;
        -o-transition: color 0.5s ease-out;
        transition: color 0.5s ease-out;
    }

        .project-block-text span {
            font-weight: 900;
            font-size: 1.1rem;
            line-height: 1.5;
            color: #1a1a1a;
            text-transform: uppercase;
            display: block;
        }

    @media (max-width: 1400px) {
        .project-block {
            margin-bottom: 0.6rem;
        }
    }

    @media (max-width: 575px) {
        .projects-header {
            font-size:1rem !important;
        }
        .project-block {
            height: 65px;
            padding-left: 0.8rem;
        }

        .project-block-text span {
            font-size: 0.9rem;
            line-height: 1.2;
        }

        .project-block-text {
            font-size: 0.8rem;
        }

        .project-block-img img {
            height: 40px;
        }

        .project-block-btn-txt {
            font-size: 0.9rem;
            line-height: 0.8rem !important;
            padding-left: 0.5rem;
        }
    }

    /*---- END  Project block ----*/


    /*---- Mobile Navbar ----*/

    .mobile-navbar-menu-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .mobile-navbar {
        display: none;
    }

    .mobile-navbar-btn {
        text-decoration: none;
    }

    .mobile-navbar a {
        display: flex;
        font-size: 0.7rem !important;
        flex-direction: column;
        align-items: center;
        line-height: 18px;
        font-weight: 600;
        color: var(--secondary);
    }

        .mobile-navbar a.active {
            color: var(--primary);
        }

    @media (max-width: 575px) {

        .copyright {
            display: none !important;
        }

        .footer {
            display: none !important;
        }

        .mobile-navbar {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 999;
            display: grid;
            align-items: center;
            box-sizing: border-box;
            width: 100%;
            height: 55px;
            padding: 0 0.5rem;
            padding-top: 0.5rem;
            background-color: #EEF1FA;
            border-top: 1px solid #d4d9e6;
            grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
            justify-items: center;
        }

        .mobile-navbar-menu {
            display: block;
            flex-direction: column;
            justify-content: space-between;
            position: fixed;
            top: 0px;
            z-index: 8888;
            width: 100%;
            height: calc(100% - 55px);
            overflow-y: scroll;
            background-color: var(--bg);
        }
    }


.mobile-navbar-menu {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 8888;
    width: 100%;
    height: calc(100% - 55px);
    overflow-y: scroll;
    background-color: var(--bg);
}

        .mobile-navbar-menu .logo {
            width: 135px;
            height: 26px;
        }

            .mobile-navbar-menu .logo img {
                width: 130px;
            }




    /*---- END mobile navbar ----*/


    /*---- FOOTER ----*/

    .footer {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }

    .qr-code {
        width: 130px;
        margin-right: 2rem;
    }

    .copyright {
        color: var(--light-grey);
        margin-top: 3rem;
        padding-bottom: 4rem;
    }

    .link-footer {
        font-weight: 300;
        color: var(--light-grey);
        text-decoration: none;
        font-size: 0.9rem !important;
    }

        .link-footer:hover {
            color: var(--extra-dark);
            text-decoration: none;
        }

    /* footer-grid*/

    .footer-cards {
        display: flex;
        width: 100%;
    }

    .left-col {
    }

    .right-col {
        display: flex;
        justify-content: center;
        min-width: 405px;
        margin-top: 0 !important;
    }



    @media (max-width: 576px) {
        .footer-cards {
            display: none;
        }

        .left-col {
            width: 100%;
            padding: 0 0.75rem;
        }

        .right-col {
            width: 100%;
            margin-top: 2rem !important;
        }
    }

    @media (min-width: 576px) {
        .footer-cards {
            display: block;
            padding: 0 1rem;
        }

        .left-col {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .right-col {
            width: 100%;
            margin-top: 2rem !important;
            margin: 0;
            padding: 0;
        }
    }

    @media (min-width: 768px) {

        .footer-cards {
            margin-top: 0 !important;
            display: flex;
            padding: 0;
        }

        .left-col {
            width: 75%;
            padding-left: 1.25rem;
            padding-right: 0 !important;
        }

        .right-col {
            width: 24%;
            display: flex;
            padding-left: 1%;
            padding-right: 1.25rem;
            margin-top: 0 !important;
        }
    }

    @media (min-width: 1200px) {
        .footer-cards {
            margin-top: 0 !important;
            display: flex;
            padding: 0;
        }

        .left-col {
            width: 75%;
            padding-left: 2rem;
            padding-right: 0 !important;
        }

        .right-col {
            width: 24%;
            display: flex;
            padding-left: 1%;
            padding-right: 2rem;
            margin-top: 0 !important;
        }
    }

    @media (min-width: 1400px) {
        .footer-cards {
            display: flex;
        }

        .left-col {
            width: 74%;
            padding-left: 2rem;
            /*padding-right: 0 !important;*/
        }

        .right-col {
            width: 25%;
            display: flex;
            padding-left: 1%;
            padding-right: 2rem;
            margin-top: 0 !important;
        }
    }


    @media (min-width: 1900px) {
        .footer-cards {
            display: flex;
        }

        .left-col {
            width: 80.5%;
            padding: 0;
        }

        .right-col {
            width: 18%;
            padding-left: 1.5%;
            padding-right: 0;
            margin-top: 0 !important;
        }
    }

    /*---- END FOOTER ----*/



    /*BTN*/

    .btn {
        /*      -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;*/
        border-radius: var(--rounded-k);
    }



    .btn-basecolor {
        background-image: linear-gradient(to right, #7509E2 10%, #8809E2 51%, #7509E2 100%);
        background-size: 200% auto;
        transition: 0.5s;
        border: none;
        color: #fff;
    }

        .btn-basecolor:hover, .btn-basecolor:active:hover, .btn-basecolor.active:hover, .open > .dropdown-toggle.btn-basecolor:hover, .btn-basecolor:active:focus, .btn-basecolor.active:focus,
        .open > .dropdown-toggle.btn-basecolor:focus, .btn-basecolor:active.focus, .btn-basecolor.active.focus, .open > .dropdown-toggle.btn-basecolor.focus, .btn-basecolor:focus, .btn-basecolor.focus {
            border: none;
            color: #fff;
            text-decoration: none;
            background-position: right center;
        }





    /*main-nav*/
    .main-nav table {
        width: 100%;
        height: 300px;
    }

        .main-nav table td {
            border: 1px solid #ccc;
            text-align: center;
            width: 50%;
        }

    .main-nav a {
        display: inline-block;
        width: 100%;
        line-height: 150px;
        vertical-align: middle;
        color: #1a1a1a;
        font-size: 16px;
        text-transform: uppercase;
    }

        .main-nav a:hover {
            background-color: #f5f5f5;
        }



    /* mid-cards*/

    .projects-menu-col {
    }

    .adv-col {
        display: flex;
        justify-content: center;
    }

.tracktor-card {
    position: sticky;
    top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    border-radius: var(--rounded-k);
    width: 270px;
    height: 550px;
}

    .tracktor-card-img {
        background-image: url("../Images/tracktor.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 285px;
    }



    .project-block-wrapper {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        grid-column-gap: 1.5%;
    }



    @media (max-width: 576px) {
        .project-block-container {
            width: 100%;
        }

        .projects-menu-col {
            width: 100%;
            padding: 0 0.75rem;
        }

        .adv-col {
            display: none;
        }
    }

    @media (min-width: 576px) {
        .project-block-container {
            width: 49.25%;
        }

        .projects-menu-col {
            width: 100%;
            padding: 0 1rem;
        }

        .adv-col {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .project-block-container {
            width: 49.25%;
        }

        .projects-menu-col {
            width: 100%;
            padding: 0 1.25rem;
        }

        .adv-col {
            display: none;
        }
    }

    @media (min-width: 1200px) {
        .project-block-container {
            width: 49.25%;
        }

        .projects-menu-col {
            width: 75%;
            padding-left: 2rem;
            padding-right: 0 !important;
        }

        .adv-col {
            width: 25%;
            display: flex;
        }
    }

    @media (min-width: 1400px) {
        .project-block-container {
            width: 32.33333333%;
        }

        .projects-menu-col {
            width: 74%;
            padding-left: 2rem;
            padding-right: 0 !important;
        }

        .adv-col {
            width: 26%;
            display: flex;
        }
    }


    @media (min-width: 1900px) {
        .project-block-container {
            width: 23.4%;
        }

        .projects-menu-col {
            width: 80.5%;
            padding: 0;
        }

        .adv-col {
            width: 19.5%;
        }
    }

    /* TopCards */

    .top-card-grants {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/grants.png");
    }

    .top-card-housing {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/housing.png");
    }

    .top-card-qalqan {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/qalqan.png");
    }

    .top-card-tanba {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/tanba.png");
    }

    .top-card-urker {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/urker.png");
    }

    .top-card-agreena {
        background: #ffffffbd;
        background-image: url("../Images/top-cards/agreena.png");
    }

/*.top-cards-wrapper {
    overflow-x: auto;
}

.top-cards-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(255 255 255 / 0%);
}

.top-cards-wrapper::-webkit-scrollbar-thumb {
    background-color: #A3ACC6;
    border-radius: 1rem;
}

@media (max-width: 576px) {
    .top-cards-wrapper::-webkit-scrollbar{
        display: none;
    }
}*/


    .top-cards {
        width: 100%;
        display: grid;
        grid-auto-columns: 100%;
        grid-column-gap: 0.25rem;
        grid-auto-flow: column;
        padding: 0;
        list-style: none;
        /* scroll-snap-align: start;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;*/
    }



    .mid-cards {
        display: flex;
        width: 100%
    }

    .top-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2rem;
        border-radius: var(--rounded-k);
        -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
        box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
        transition: all 0.2s;
        height: 470px;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .top-card:hover {
            box-shadow: none !important;
            background-color: #ffffff8a;
            /* scale: 0.99;*/
        }

        .top-card:hover {
        }


        .top-card .top-card-content {
            margin: 1rem 0;
            max-width: 70%;
            text-shadow: white 0.5px 0.5px 1px;
        }

        .top-card .top-card-stat {
            margin-top: auto;
        }


    .top-cards::-webkit-scrollbar {
        height: 12px;
    }


    .top-card-stat {
    }


    @media (max-width: 576px) {
        .top-cards {
            grid-auto-columns: calc(300px - 20px);
            grid-column-gap: 5%;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            padding-bottom: 0.75rem !important;
        }

        .top-card {
            background-size: 150px;
            /*background-position-x:160%;*/
            height: 400px;
        }

        .top-card-qalqan {
            background-size: 185px;
            background-position-x: 140%;
        }

        .top-card-housing {
            background-size: 130px;
            background-position-x: 100%;
        }

        .top-card-grants {
            background-size: 140px;
            background-position-x: 110%;
        }

        .top-card-urker {
            background-size: 160px;
            background-position-x: 110%;
        }

        .top-card-tanba {
            background-size: 160px;
            background-position-x: 110%;
        }

        .top-card .top-card-content {
            font-size: 0.85rem;
            margin: 0.5rem 0;
        }

        .top-card .top-card-content p {
            margin-bottom: 0.5rem;
        }

        .top-card-stat-count {
            font-size: 1rem !important;
        }

        .top-card-title {
            font-size: 1.1rem !important;
        }

        .top-card-stat {
        }

        .stat-tanba-cats, .stat-tanba-dogs {
            font-size: 0.8rem !important;
            font-weight: normal !important;;
        }
    }

    @media (min-width: 576px) {
        .top-cards {
            grid-auto-columns: calc(340px - 20px);
            grid-column-gap: 1.5%;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
    }

    @media (min-width: 1200px) {
        .top-cards {
            grid-auto-columns: calc(340px - 20px);
            grid-column-gap: 1.5%;
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    @media (min-width: 1400px) {
        .top-cards {
            grid-auto-columns: calc(23% - 3px);
            grid-column-gap: 1.5%;
        }
    }

    @media (min-width: 1900px) {
        .top-cards {
            grid-auto-columns: 19%;
            grid-column-gap: 1.25%;
            padding-left: 0;
            padding-right: 0;
        }
    }
