@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;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DINOffc-Bold.eot');
    src: local('DIN-bold'), local('DIN-bold'), url('fonts/DINOffc-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DINOffc-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/inter-variable/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
    font-weight: 100 1000;
}


/* html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

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

:root {
    --rounded-k: 1rem;
    --white: #ffffff;
    --extra-dark: #2A2C31;
    --light-grey: #A2A9B6;
    --qm-darkblue: #003B5C;
    --qm-blue: #004E79;
    --qm-bezh: #DAA576;
    --qm-yellow: #FFD631;


    --bg-MF: #EEF4F8;
    --text-body-MF: #2A2C31;
    --primary-MF: #006196;
    --secondary-MF: #7B7D81;
    --success-MF: #52C41A;
}

header,
footer,
nav,
section {
    display: block;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 100px; /* this needs to be bigger than footer height*/
}

.din-bold {
    font-family: 'DIN', sans-serif;
    font-weight: bold;
}

/*.bg-gradient-blue {
    background: rgb(76, 53, 236);
    background: linear-gradient(0deg, rgba(71, 36, 232) 0%, rgba(66, 95, 253) 100%);
}*/
.r-col {
    border-radius:1rem;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.r-col-spacer {
    height: 90px;
}
.l-col {
    border-radius: 1rem;
    background-color: #fff;
}

@media (max-width: 575px) {
    .screen-1 {
        height: calc(100vh - 50px);
    }
    .screen-2 {
        height: calc(100vh - 80px);
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .gr-text {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
        font-size: 1.2rem !important;
        line-height: 1 !important;
    }
}


/*@media (max-width: 1620px) {
    .r-col {
        border-radius: 0 !important;
    }
    .l-col {
        border-radius: 0 !important;
    }
    .pb-1600-0 {
        padding-bottom:0 !important;
    }
}
*/

.qr-code {
    width: 120px;
    margin-right: 1rem;
}
@media (max-width: 380px) {
    .qr-code {
        margin-right: 1rem;
    }
}


/*.bg-blur {*/
    /*  background-image: url(../Images/bg-top.png), url(../Images/bg-bottom.png), linear-gradient(0deg, rgba(71, 36, 232) 0%, rgba(66, 95, 253) 100%);*/
    /*background-position: top center, bottom center, center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:var(--bg-MF);*/
    /*background-color: #f5f8ff;*/
/*}

    .bg-blur-bottom {*/
        /*background-image: url(../Images/bg-bottom.png), linear-gradient(0deg, rgba(71, 36, 232) 0%, rgba(66, 95, 253) 100%);*/
        /*background-position: bottom center, center;
        background-size: cover;
        background-repeat: no-repeat;
    }*/

.img-container-35 {
    height: 35px;
}

    .samruk-top {
        z-index: 9999;
    }

    .samruk-right {
        right: 0;
        top: 45px;
    }

    .load-gif {
        width: 40px;
        height: 16px !important;
        mix-blend-mode: multiply;
    }

    .bg-notification {
        background-color: var(--qm-yellow);
    }

    .rep-25 {
        background-image: url(../Images/rep25.svg);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position-x: 5%;
        background-position-y: 92%;
    }


    @media (max-width: 767px) {

        .rep-25 {
            background-size: 50px;
            background-position-y: 70%;
            background-position-x: 4%;
        }
    }



    .btn-basecolor {
        background-image: linear-gradient(to right, rgb(109, 80, 255) 10%, rgb(69, 75, 247) 51%, rgb(124, 51, 255) 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;
    }


    /* Owerwrite presets
-----------------------------------------------------------*/
    .apexcharts-pan-icon {
        display: none;
    }

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(15, 193, 0) !important;
}

    .card {
        border-radius: 1rem !important;
        border: none !important;
        box-shadow:none !important;
    }
    .card-hover:hover {
        background-color: #e9ecf1 !important;
    }

    .btn-dark:hover {
        background-color: #0b0b0b;
        border-color: #0b0b0b;
    }

    .link-dark:hover, .link-dark:focus {
        color: #0649cc;
    }

    .dropdown-backdrop {
        position: static;
    }

    .shadow-2 {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
    }
    .shadow-3 {
        box-shadow: 0 0 3rem rgba(0, 0, 0, 0.10) !important;
    }

    /* Aditional presets
-----------------------------------------------------------*/
    .p-badge-sm {
        padding: 0.1rem 0.2rem;
    }

    .rounded-5 {
        border-radius: 0.5rem !important;
    }

    .rounded-8 {
        border-radius: 0.8rem !important;
    }

    .rounded-1-5 {
        border-radius: 1.5rem !important;
    }

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

    .font-10 {
        font-size: 10px !important;
    }

    .font-11 {
        font-size: 11px !important;
    }

    .font-12 {
        font-size: 12px !important;
    }

    .font-13 {
        font-size: 13px !important;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .font-16 {
        font-size: 16px !important;
    }

    .font-18 {
        font-size: 18px !important;
    }


    .fs-05 {
        font-size: 3rem !important;
    }

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

    .opacity-85 {
        opacity: 0.85 !important;
    }

    .opacity-95 {
        opacity: 0.95 !important;
    }

    .text-gray-blue {
        color: #8292AA !important;
    }

    .text-darkblue {
        color: var(--qm-darkblue) !important;
    }
    .text-blue {
        color: var(--qm-blue) !important;
    }
    .text-bezh {
        color: var(--qm-bezh) !important;
    }
    .text-yellow {
        color: var(--qm-yellow) !important;
    }

    .bg-white-95 {
        background-color: rgb(255 255 255 / 95%) !important;
    }

    .bg-yellow {
        background-color: var(--qm-yellow) !important;
    }
    .bg-darkblue {
        background-color: var(--qm-darkblue) !important;
    }
    .bg-blue {
        background-color: var(--qm-blue) !important;
    }

    .bg-bezh {
        background-color: var(--qm-bezh) !important;
    }

    .bg-light-gray {
        background-color: #F2F5F9 !important;
    }

    .bg-lemon {
        background-color: #FEF40B !important;
    }

    .text-lemon {
        color: #FEF40B !important;
    }

    .hr-05 {
        height: 1px !important;
        background-color: #86909f !important;
    }

    .ls-1 {
        letter-spacing: 0.08rem;
    }
    .ls-2 {
        letter-spacing: 1.1px;
    }

    .lh-0 {
        line-height: 0 !important;
    }

    .lh-07 {
        line-height: 0.7 !important;
    }

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

        .hover-shadow:hover {
            box-shadow: 0 0rem 1rem rgb(0 0 0 / 10%) !important;
        }

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

        .hover-shadow-2:hover {
            box-shadow: 0 0rem 1rem rgb(0 0 0 / 30%) !important;
        }

    /* DP text
-----------------------------------------------------------*/

    .dp-text-row-top {
        color: #A5ABBB;
        padding: 5px 0;
        padding-right: 0px;
        padding-left: 0px;
        display: block;
        font-weight: 300;
        font-size: 12px;
    }

    .dp-text-row {
        color: #fff9;
        font-weight: 300;
        font-size: 11px;
    }

    /*@media (max-width: 1620px) {
        .dp-text-row-top {
            display: none;
        }

        .dp-text-row {
            display: block !important;
        }
    }*/

    /* Header
-----------------------------------------------------------*/

    .main-menu-btn {
        cursor: pointer;
    }

        .main-menu-btn img {
            width: 27px;
        }

    .main-menu .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        min-width: 300px;
    }

    .main-menu .dropdown-item {
        /*    padding: 0.8rem 1.5rem;
        white-space: normal;
        color: #ffffff;*/
        -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;
    }

    .main-menu .dropdown-item:focus, .main-menu .dropdown-item:hover, main-menu .dropdown-item:active {
        text-decoration: none;
        color: #212529;
        background-color: #7da2bf26;
    }

    .logo {
        width: 200px;
    }

    .lang-selector {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
        z-index: 1;
    }

        .lang-selector a {
            text-decoration: none;
        }

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

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

.gr-text {
        color: var(--qm-blue);
        font-weight: 900;
        /*text-shadow: 0px 1px 3px rgb(0 0 0 / 20%);*/
        letter-spacing: 0.07rem;
        text-transform: uppercase;
        margin-bottom: 4.5rem;
        margin-top: 4rem;
    }

   /* @media (max-width: 1620px) {
        .gr-text {
            margin-bottom: 3.5rem;
            margin-top: 2rem;
        }
    }*/

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

    .project-block {
        display: table;
        width: 100%;
        height: 80px;
        border-radius: 0px;
        text-decoration: none;
        overflow: hidden;
    }

    .project-block-img {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 70px;
    }

        .project-block-img img {
            width: 48px;
        }

    .project-block-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        line-height: 1;
        padding-left: 15px;
        font-size: 0.8rem;
        max-height: 50px;
        text-decoration: none;
        text-transform: initial;
        color: #878c93;
        font-weight: 300;
    }

        .project-block-text span {
            font-weight: 900;
            font-size: 1rem;
            letter-spacing: 0.5px;
            color: #212529;
            display: block;
            margin-bottom: 3px;
            text-transform: uppercase;
        }

    /*.projectsmenu.project-block {height: 50px !important;}
.projectsmenu.project-block-img {width: 50px !important;}
.projectsmenu.project-block-img img {width: 30px !important;}*/

    .projectsmenu-header {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 900;
        color: var(--qm-darkblue);
    }

    @media (max-width: 768px) {
        .projectsmenu-header {
            font-size: 14px;
            color: #2c30334d;
        }

        .project-block {
            height: 60px;
        }

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

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

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

        .project-block-img img {
            width: 38px;
        }
    }



    /* Second vawe -----------------------------------------------------------*/
    .swave {
        height: 260px;
    }

    /* GOV stat -----------------------------------------------------------*/
    .stat-gov-jur {
    }

    /* Achievement -----------------------------------------------------------*/
    .achievement {
        height: 145px;
    }

        .achievement img {
            height: 21px;
        }

    /* News -----------------------------------------------------------*/

    .news-container {
        max-height: 240px;
        overflow: hidden;
    }

    .news-date {
        line-height: 0.8rem !important;
        padding: 0.7rem !important;
    }

    .news-text {
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Contacts -----------------------------------------------------------*/

    .contacts-map {
        padding: 0;
        height: 500px;
        border-radius: 1rem;
    }

    .contacts-map-link {
        margin-top: 1rem !important;
    }

    /* Footer -----------------------------------------------------------*/
    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: none;
    }

    @media (min-width: 992px) {

        .footer-desk {
            display: inherit !important;
        }
    }

    @media (max-width: 992px) {

        .footer-mobile {
            display: inherit !important;
        }
    }

    .copyright {
        border-top: solid thin #ffffff2b;
    }

    .btn-up {
        width: 48px;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #ffffffd1;
        border-radius: 0.8rem;
        cursor: pointer;
    }

    /*Slider*/
.slider {
    /* background-color: #e9eef4;*/
    max-width: 100%;
    background-color: #fff;
    box-shadow:none;
    text-decoration: none !important;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    padding: 2rem;
}



    .slider-height-dynamic {
        height: 400px;
    }

    @media (max-width: 767px) {
        .slider-height-dynamic {
            height: 60vh;
        }
        .slider {
           /* background-color: #fff;
            border: solid 2px #ffffff85;*/
        }
    }

.slider-sauda {
    background-image: url(../Images/slider/sauda.png);
    mix-blend-mode: multiply;
}

    .slider-jalga {
        background-image: url(../Images/slider/jalga.png);
    }


.slider-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

    .top-left {
        width: 50%;
    }

    .top-right {
        width: 50%;
        text-align: right;
    }

    .bottom-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .bottom-right {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-align: right;
    }

/*---- 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: #000;
}

    .mobile-navbar a.active {
        color: #000;
    }

@media (max-width: 575px) {
    .page-wrapper {
        padding-bottom: 35px !important;
    }
 
 
    .footer-mobile {
        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: #eef1fa;
    }
}


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

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

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




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

    /* Overwrites -----------------------------------------------------------*/

    @media (min-width: 1400px) {
        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 1620px;
        }
    }


    @media (max-width: 1400px) {
        .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 100% !important;
        }
    }

    /*New style MF*/
.bg-card-jalga {
    background: url(../Images/slider/jalga.png), linear-gradient(240.05deg, #F5E8DD 1.73%, #EEF4F8 97.35%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-card-sauda {
    background: linear-gradient(201.73deg, #F5E8DD -2.62%, #EEF4F8 92.6%), linear-gradient(230.09deg, #FFF8E7 12.94%, #F3F2F8 38.19%, #F1F1FC 86.75%), #F1F1FC;
}

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

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-100 {
    font-weight: 100 !important;
}
.text-primary-MF{
    color:var(--primary-MF);
}
.text-body-MF{
    color:var(--text-body-MF);
}
.card-bg-MF {
    background-color: var(--bg-MF);
    border-radius: 1rem;
    color: #002943;
}
.fs-18{
    font-size:18px;
}
.bg-success{
    background-color:var(--success-MF)!important;
}
.rounded-1rem{
    border-radius:1rem;
}
.text-secondary-MF{
    color:var(--secondary-MF);
}
.text-sj {
    color: #004E79;
}
.rounded-1MF{
    border-radius:1rem
}
.card-fluid-custom {
    height: calc(100% - 0px);
}
.bg-white{
    background-color:#fff
}

@media (min-width: 992px) and (max-width: 1200px) {
  
    .subtitle{
        font-size:12px!important
    }
    .title-text {
        font-size: 15px!important
    }
}
