﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: initial;
}

:root {
    font-size: 16px;
    line-height: 1;
}

html, body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none !important;
}

dl, ol, ul {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

legend {
    display: none;
}

fieldset {
    border: 0;
}

img {
    border: 0;
}

input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline: none;
}

article, footer, header, nav, section, time, video {
    display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
/*fonts*/
@font-face {
    font-family: 'BPG Nino Elite Caps';
    src: url('../fonts/bpg-nino-elite-caps-webfont.eot');
    src: url('../fonts/bpg-nino-elite-caps-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg-nino-elite-caps-webfont.woff2') format('woff2'), url('../fonts/bpg-nino-elite-caps-webfont.woff') format('woff'), url('../fonts/bpg-nino-elite-caps-webfont.ttf') format('truetype'), url('../fonts/bpg-nino-elite-caps-webfont.svg#bpg_nino_elite_capsregular') format('svg');
}

@font-face {
    font-family: 'BPG Nino Elite Exp Caps';
    src: url('../fonts/bpg-nino-elite-exp-caps-webfont.eot');
    src: url('../fonts/bpg-nino-elite-exp-caps-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg-nino-elite-exp-caps-webfont.woff2') format('woff2'), url('../fonts/bpg-nino-elite-exp-caps-webfont.woff') format('woff'), url('../fonts/bpg-nino-elite-exp-caps-webfont.ttf') format('truetype'), url('../fonts/bpg-nino-elite-exp-caps-webfont.svg#bpg_nino_elite_exp_capsregular') format('svg');
}

@font-face {
    font-family: 'BPG Nino Mtavruli';
    src: url('../fonts/bpg-nino-mtavruli-webfont.eot');
    src: url('../fonts/bpg-nino-mtavruli-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg-nino-mtavruli-webfont.woff2') format('woff2'), url('../fonts/bpg-nino-mtavruli-webfont.woff') format('woff'), url('../fonts/bpg-nino-mtavruli-webfont.ttf') format('truetype'), url('../fonts/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular') format('svg');
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/dejavu-sans-webfont.eot');
    src: url('../fonts/dejavu-sans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dejavu-sans-webfont.woff2') format('woff2'), url('../fonts/dejavu-sans-webfont.woff') format('woff'), url('../fonts/dejavu-sans-webfont.ttf') format('truetype'), url('../fonts/dejavu-sans-webfont.svg#dejavu_sansregular') format('svg');
}

@font-face {
    font-family: 'dinregularwebfont';
    src: url('../fonts/dinregularwebfont.eot');
    src: url('../fonts/dinregularwebfont.woff') format('woff'), url('../fonts/dinregularwebfont.ttf') format('truetype');
}
@font-face {
    font-family: 'FiraGO';
    src: url("../fonts/FiraGO-Medium.eot");
    src: local("☺"), url("../fonts/FiraGO-Medium.woff") format("truetype"), url("../fonts/FiraGO-Medium.woff2") format("svg");
}
/*--------------------------------------home------------------------------------------------*/
#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.socialMedia {
    width: 19.27%; /*370*/
    left: 0;
    top: 525px;
    position: fixed;
    z-index: 2;
}

.socialMediaInContent {
    display: none;
    width: 100%; /*370*/
    position: static;
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;
}

.socialMedia li {
    width: 42px;
    height: 42px;
    margin-bottom:7px;
    
}

.socialMediaInContent li {
    display: inline-block;
    margin: 7px 2.5% 7px 0;
    float: left;
  
}

  /*  .socialMediaInContent li:first-of-type {
        margin: 7px 2.5% 7px 2.5%;
    }*/

.socialMedia li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-size: cover;
    border-radius:6px;
    background-color:pink;
    
}

    .socialMedia li a:hover { 
        -webkit-box-shadow: inset 0px 0px 14px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 0px 14px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 0px 14px 0px rgba(255,255,255,1);
    }

    .socialMedia li a.onlineHelp {
        background: #307E64 url(../images/onlineHelpMepaNew.png) no-repeat center center;
        border-radius: 6px;
    }

    .socialMedia li a.onlineWeb {
        background: #307E64 url(../images/twitterNew.png) no-repeat center center;

    }

    .socialMedia li a.eMail {
        background: #307E64 url(../images/emailMepaNew.png) no-repeat center center;

    }

    .socialMedia li a.fb {
        background: #307E64 url(../images/fbMepaNEw.png) no-repeat center right 11px;
        background-size: 16px 31px;

    }
    .socialMedia li a.yt {
        background: #307E64 url(../images/ytMepaNew.png) no-repeat center center;
        background-size: 27px;

    }

.socialMedia li.weather {
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: initial;
}

.socialMediaInContent li.weather {
    display: inline-block;
    width: 45px;
    height: 37px;
    margin: 7px 2.5% 7px 0;
    overflow: hidden;
    float: left;
}

.socialMedia li.weather a {
    width: 67%;
    max-width: 138px;
    min-height: 10px;
    color: #424042;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'BPG Nino Mtavruli';
    text-indent: 0;
    color: #fff;
    margin-bottom: 7px;
    position: relative;
    background-color: red;
    height: 42px;
    width: 300px;
    margin-left: 45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
   
    
    
    background-color: #307E64;
}
    .socialMedia li.weather a:before {
        content: '';
        display: flex;
        width: 42px;
        height: 42px;
        background: #307E64 url('../images/mepaWeatherNew.png') no-repeat left 10px center;
        background-size: 27px 24px;
        position:absolute;
        margin-left:-65px;  
        border-radius:6px;
    }
.socialMediaInContent li.weather a:before {
    margin-left: -44px!important;
}


.socialMediaInContent li.weather a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    background: #ffde7d url('../images/weatherForecast.png') no-repeat left center;
    background-size: cover;
}
/*24-03-2023*/
.socialMedia li.mkhileba {
    width: 100%;
    height: auto;
    overflow: initial;
}

.socialMediaInContent li.mkhileba {
    display: inline-block;
    width: 45px;
    height: 32px;
    margin: 7px 2.5% 7px 0;
    overflow: hidden;
    float: left;
}

.socialMedia li.mkhileba a {
    width: 67%;
    max-width: 138px;
    min-height: 10px;
    color: #424042;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'BPG Nino Mtavruli';
    text-transform: uppercase;
    text-indent: 0;
    padding: 12px 2% 8px 23%;
    background: #4AB7D6 url('../images/mkhileba.png') no-repeat left center;
    background-size: 22% auto;
}

.socialMediaInContent li.mkhileba a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    background: #4AB7D6 url('../images/MepaAirNew.png') no-repeat left center;
    background-size: cover;
}
/*end 24-03-2024*/



.socialMedia li.air {
    width: 100%;
    height: auto;
    overflow: initial;
}

.socialMediaInContent li.air {
    display: inline-block;
    width: 45px;
    height: 32px;
    margin: 7px 2.5% 7px 0;
    overflow: hidden;
    float: left;
}

.socialMedia li.air.newAir a {
    width: 67%;
    max-width: 138px;
    min-height: 10px;
    color: #424042;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'BPG Nino Mtavruli';
    text-indent: 0;
    color: #fff;
    margin-bottom: 7px;
    position: relative;
    background-color: red;
    height: 42px;
    width: 300px;
    margin-left: 45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: #307E64;
    font-weight: bold;
    text-transform: uppercase;
}
.socialMedia li.air.newAir a:before {
    content: '';
    display: flex;
    width: 42px;
    height: 42px;
    background: #307E64 url('../images/MepaAirNew.png') no-repeat left 10px center;
    background-size: 26px 26px;
    position: absolute;
    margin-left: -65px;
    border-radius:6px;
}

.socialMediaInContent li.air a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    background: #307E64 url('../images/MepaAirNew.png') no-repeat left 10px center;
    background-size: 26px 26px;
    
}
/*03.02.20*/
.socialMedia li.sg {
    margin-top: 40px;
}

    .socialMedia li.sg a {
        width: 65%;
        max-width: 138px;
        min-height: 20px;
        color: #fff;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'BPG Nino Mtavruli';
        text-indent: 0;
        letter-spacing: 2px;
        padding: 12px 2% 8px 25%;
        background: #d44a1e url(../images/sg.png) no-repeat -8% center;
        background-size: 30% auto;
    }
#content .rightContent .socialMediaInContent li, #content .rightContent .socialMedia li.weather, #content .rightContent .socialMedia li.air, #content .rightContent .socialMediaInContent li.sg, #content .rightContent .socialMediaInContent li.mkhileba {
    ]display: inline-block;
    width: 45px;
    height: 42px;
    margin: 7px 4% 7px 4%;
   /* float: none;*/
}

    #content .rightContent .socialMediaInContent li a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        padding: 0;
        /*background-size: cover;*/
        background-position: center center;
    }

header {
    width: 100%;
    border-bottom: 2px solid #dddcdd;
    margin-bottom: 10px;
    position: relative;
}

.center {
    width: 60.93%; /*1160*/
    max-width: 1160px;
    margin: auto;
    overflow: hidden;
    position: relative;
} 

/*search*/
.searchForm {
    display: inline-block;    
    margin: 25px 1.46% 12px 1.8%;
    border: 1px solid #dcdbdc;
    float: right;
}
.searchForm fieldset {
    display: flex;
    align-items: center;
}
.searchForm input {
    display: inline-block;
    width: 80px;
    min-height: 21px;
    color: #424142;
    /*font-size: 0.87em;*/
    font-size: 0.875rem;
    /*line-height: 15px;*/
    line-height: 1.07;
    font-family: 'DejaVu Sans';
    vertical-align: middle;
    /*border-left: 0;
       border-right: 1px solid #dcdbdc;
        border-top: 1px solid #dcdbdc;
        border-bottom: 1px solid #dcdbdc;*/
    border: 0;
    padding: 0px 5px;
    float: right;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

    .searchForm #search:focus {
        width: 120px;
    }

.searchForm .searchButton {
    width: 25px;
    min-height: 21px;
    text-indent: -9999px;
    background: url(../images/search.png) no-repeat center center;
    background-size: cover;
    border: 0;
    padding: 0px;
    cursor: pointer;
    /*border-left: 1px solid #dcdbdc;
        border-top: 1px solid #dcdbdc;
        border-bottom: 1px solid #dcdbdc;*/
}
/*header contact*/
header .center ul {
    display: inline-block;
    float: right;
    overflow: hidden;
}

    header .center ul li {
        display: inline-block;
        color: #000000;
        /*font-size: 0.87em;*/
        font-size: 0.87rem;
        font-weight: bold;
        /*line-height: 16px;*/
        line-height: 1.14;
        vertical-align: middle;
        font-family: 'BPG Nino Mtavruli';
        /*text-transform: uppercase;*/
        padding: 29px 0.63em 18px 0.63em;
        margin-left: 0.93em;
        float: right;
    }

        header .center ul li a {
            color: #000000;
            /*font-size: 14px;*/
            font-size: 0.875rem;
            /*line-height: 16px;*/
            line-height: 1.14;
            vertical-align: middle;
            font-family: 'dinregularwebfont';
            /*text-transform: none;*/
        }

            header .center ul li a:hover {
                color: #348f78;
            }

            header .center ul li a:nth-child(3) {
                /*font-size: 16px;*/
                font-size: 1rem;
                line-height: 1;
            }

        header .center ul li.lang {
            background-color: #f7f6f6;
            position: relative;
        }

            header .center ul li.lang a {
                text-transform: uppercase;
            }

            header .center ul li.lang:before, header .center ul li.lang:after {
                display: inline-block;
                content: '';
                width: 4px;
                height: 14px;
                background-color: #348f78;
                position: absolute;
                left: -4px;
            }

            header .center ul li.lang:after {
                left: auto;
                right: -4px;
            }

        header .center ul li.siteMap {
            position: relative;
        }

            header .center ul li.siteMap a {
                color: #000000;
                /*font-size: 14px;*/
                font-size: 0.875rem;
                font-weight: bold;
                /*line-height: 14px;*/
                line-height: 1;
                font-family: 'BPG Nino Mtavruli';
                margin-top: 2px;
            }

            header .center ul li.siteMap:before, header .center ul li.siteMap:after {
                display: inline-block;
                content: '';
                width: 4px;
                height: 14px;
                background-color: #348f78;
                position: absolute;
                left: -4px;
            }

            header .center ul li.siteMap:after {
                left: auto;
                right: -4px;
            }
/*logo wrapper*/
header .logoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 73px;*/
    min-height: 73px;
    border-top: 7px solid #d4d4d4;
    border-bottom: 7px solid #d4d4d4;
    /*background-color: #358f78;*/
    background-color: #2B7F68;
}

    header .logoWrapper .center {
        /*height: 109px;*/
        min-height: 109px;
        /*left: 19.535%;*/
        /*margin-top: -17px;*/
        position: absolute;
    }

        header .logoWrapper .center.forAdp {
            position: initial;
            padding: 10px 0;
        }

        header .logoWrapper .center h1 {
            /*display: table;*/
            display: flex;
            align-items: center;
            height: 100%;
            font-weight: normal;
        }

        header .logoWrapper .center h1 a {
            /*display: table-cell;*/
            display: inline-block;
            /*max-height: 56px;*/
            color: #ffffff;
            /*font-size: 26px;*/
            font-size: 1.625rem;
            /*line-height: 28px;*/
            line-height: 1.076;
            vertical-align: middle;
            /*text-transform: uppercase;*/
            font-family: 'FiraGO'; /*15-06-2023*/
            font-feature-settings: "case" on; /*15-06-2023*/
            /*overflow: hidden;*/
            padding-top: 6px;
        }

        header .logoWrapper .center h1 span {
            display: table-cell;
            width: 3.2%;
            height: 100%;
        }

        header .logoWrapper .center h1 a.globe {
            flex-shrink: 0;
            display: inline-block;
            width: 109px;
            height: 109px;
            max-height: 109px;
            text-indent: -99999px;
            margin-right: 2.37em;
            background:  url(../images/mepa.png) no-repeat center center;
            background-size: 109px auto;
            background-size: 80%;
            border-radius: 53px;
            float: left;
        }
/*menu*/
.dropdowns {
    width: 60.93%;
    max-width: 1160px;
    margin: 25px auto 20px auto;
    position: relative;
    z-index: 6;
}

.toggleMenu {
    display: none;
}

.nav {
    list-style: none;
    *zoom: 1;
}

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav ul {
        list-style: none;
        width: 15em;
    }

    .nav a {
        color: #000000;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        /*line-height: 14px;*/
        line-height: 1;
        font-family: 'BPG Nino Mtavruli';
        padding: 8px;
    }

    .nav li {
        position: relative;
    }

    .nav > li {
        padding: 0 3.9% 0 0.43%;
        float: left;
        position: relative;
    }

        .nav > li > span {
            display: inline-block;
            width: 5px;
            height: 14px;
            background-color: #afaeaf !important;
            top: -1px;
            right: 1.25em;
            position: absolute
        }

        .nav > li:last-of-type {
            padding: 0 0 0 0.43%;
        }

        .nav > li > a {
            display: block;
            padding: 0;
            position: relative;
        }

            .nav > li > a:hover {
                color: #348f78 !important;
            }

            .nav > li > a.curPage, .nav > li.hover > a {
                color: #348f78 !important;
            }

    .nav li ul {
        position: absolute;
        left: -9999px;
    }

    .nav > li.hover > ul {
        left: 0;
    }

    .nav li ul li {
    }

    .nav li li a {
        display: block;
        color: #000000;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        /*line-height: 14px;*/
        line-height: 1;
        font-family: 'BPG Nino Mtavruli';
        position: relative;
        z-index: 100;
        background-color: #e6ece9;
        border: 1px solid #fff;
    }

    .nav li li:nth-child(even) a {
        background-color: #f1f4f2;
    }

    .nav li li a:hover {
        background-color: #c9cacc;
    }
/*-----------------------------adaptive menu-----------------------------------------------*/
/*menu*/
.dropdowns.forAdp {
    width: 90%;
    min-height: 20px;
    /*padding: 0 5%;*/
    position: relative;
    z-index: 9999;
}

    .dropdowns.forAdp .nav {
        display: none;
        width: 90%;
        position: absolute;
        top: -10px;
        left: 0;
        padding: 50px 5% 0 5%;
        background: #f6f6f6;
        transition: all 0.42s ease-in-out, background 0.42s ease-in-out;
        float: left;
    }

    .dropdowns.forAdp .active {
        display: block;
    }

    .dropdowns.forAdp .toggleMenu {
        display: inline-flex !important;
        align-items:center;
        color: #000000;
        font-size: 15px;
        font-size: 0.93rem;
        line-height: 20px;
        line-height: 1.33;
        vertical-align: middle;
        font-family: 'BPG Nino Mtavruli';
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        float: right;
    }

    .dropdowns.forAdp .nav ul {
        display: block;
        width: 100%;
    }
/* Icon 1 */
#nav-icon1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    margin-top: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: left;
}

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #348f78;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 5px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 10px;
        }

    #nav-icon1.open span:nth-child(1) {
        top: 5px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 5px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.dropdowns.forAdp .nav > li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 13px;
    position: relative;
}

    .dropdowns.forAdp .nav > li > .parent, .nav > li > a {
        display: inline;
        width: auto;
        padding: 0;
        cursor: pointer;
    }

    .dropdowns.forAdp .nav > li > span {
        display: block;
        width: 14px;
        height: 3px;
        position: relative;
        top: 0;
        right: 0;
        margin: 13px auto 0 auto;
    }

    .dropdowns.forAdp .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }
/*-----------------------------adaptive menu-----------------------------------------------*/
/*imageBlock*/
#imageBlock {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
    overflow: hidden;
}

    #imageBlock .imageThird {
        display: inline-block;
        width: 32.84%; /*630.6*/
        height: 100%;
        margin-right: 0.74%;
        background-attachment: fixed;
        float: left;
    }

        #imageBlock .imageThird:last-of-type {
            margin-right: 0;
        }
/*content*/
#content {
    
    width: 100%;
    padding-bottom: 205px;
    overflow: hidden;
}

    #content .leftContent {
        width: 65.08%; /*755*/
        float: left;
        overflow: hidden;
    }
    /*added 11.04.2024*/

        #content .leftContent > h2 {
            width: 100%;
            font-weight: normal;
            margin-bottom: 20px;
        }

            #content .leftContent > h2 a {
                color: #929092;
                /*font-size: 26px;*/
                font-size: 1.625rem;
                /*line-height: 26px;*/
                line-height: 1;
                font-family: 'BPG Nino Mtavruli';
            }

        #content .leftContent > h4 {
            color: #929092;
            /*font-size: 16px;*/
            font-size: 1rem;
            /*line-height: 18px;*/
            line-height: 1.125;
            font-family: 'BPG Nino Mtavruli';
            font-weight: normal;
            text-align: center;
            margin-bottom: 15px;
            border-bottom: 1px solid #dedede;
            padding: 15px 2% 15px 2%;
        }

    #content .leftContent > h4:first-of-type {
        border-top: 1px solid #dedede;
    }

#content .leftContent > h2 a:hover {
    color: #338f78;
}
/*slider*/
.da-slider {
    width: 100%;
    min-width: 320px;
    height: 300px;
    position: relative;
    margin-bottom: 35px;
    z-index: 5;
    -webkit-transition: 1s ease-out 0.3s;
    -moz-transition: 1s ease-out 0.3s;
    -o-transition: 1s ease-out 0.3s;
    -ms-transition: 1s ease-out 0.3s;
    transition: 1s ease-out 0.3s;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

    .da-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

.da-slide-current {
    z-index: 200;
}

.da-slider-fb .da-slide {
    left: 100%;
}

    .da-slider-fb .da-slide.da-slide-current {
        left: 0px;
    }

.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 6px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .da-dots span {
        display: inline-block;
        position: relative;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d7d6d6;
        margin: 0px 15px;
        cursor: pointer;
    }

        .da-dots span.da-dots-current:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            background: #338f78;
        }
/*simple news*/
#content .leftContent .simpleNews {
    width: 90%;
    border-top: 1px solid #e4e3e4;
    overflow: hidden;
}

    #content .leftContent .simpleNews:last-of-type {
        border-bottom: 1px solid #e4e3e4;
    }

    #content .leftContent .simpleNews a {
        /* display: table;*/
        display: flex;
        flex-wrap: wrap;
        width: 100%; /*new*/
        padding: 21px 1.9%;
        float: left; /*new*/
    }

        #content .leftContent .simpleNews a:hover {
            background-color: #e9e9e9;
        }

    #content .leftContent .simpleNews time {
        /*display: table-cell;*/
        /*width: 9.1%;*/ /*74*/
        flex-shrink: 0;
        min-width: 45px;
        color: #424142;
        /*font-size: 0.68em;*/
        font-size: 0.687rem;
        /*line-height: 11px;*/
        ;
        line-height: 1;
        text-align: center;
        /*text-transform: uppercase;*/
        font-family: 'BPG Nino Mtavruli';
        border-right: 1px solid #e4e3e4;
        padding: 14px 1%;
        margin-right: 1.3%;
        float: left;
    }

#content .leftContent .adaptiveNews time {
    padding: 14px 4%;
    margin-bottom:15px;
}

#content .leftContent .simpleNews time span {
    display: block;
    color: #338f78;
    /*font-size: 40px;*/
    font-size: 2.5rem;
    /*line-height: 40px;*/
    line-height: 1;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'dinregularwebfont';
    margin-bottom: 5px;
    word-wrap: normal;
}

    #content .leftContent .simpleNews time span.monthS {
        /* height: 10px;*/
        color: #424142;
        /*font-size: 11px;*/
        font-size: 0.687rem;
        /*line-height: 11px;*/
        line-height: 1;
        font-weight: normal;
        padding-top: 1px;
        text-align: center;
        /*text-transform: uppercase;*/
        font-family: 'BPG Nino Mtavruli';
        overflow: hidden;
        -ms-word-break: break-all;
        word-break: break-all;
    }

#content .leftContent .simpleNews .imageBlock {
    /*display: table-cell;*/
    width: 117px; /*15.49%-*/
    min-width: 117px;
    height: auto;
    /*float: left;*/
}

#content .leftContent .adaptiveNews .imageBlock {
    width: 35%;
    margin-bottom: 15px;
}

    #content .leftContent .simpleNews .imageBlock img {
        display: block;
        width: 100%;
        height: auto;
    }

#content .leftContent .simpleNews .newsDesc {
    /*display: table-cell;*/
    /* max-width: 69%;*/
    max-width: 67%;
    /*max-width: 657px;*/
    padding-left: 1.85%;
    /*float: left;*/
}
#content .leftContent .adaptiveNews .newsDesc {
    max-width: 100%;
}
#content .leftContent .simpleNews .newsDesc h2 {
    width: 100%;
    /*max-height: 30px;*/
    color: #424142;
    /*font-size: 0.87em;*/
    font-size: 0.875rem;
    /*line-height: 15px;*/
    line-height: 1.06;
    font-family: 'DejaVu Sans';
    margin: 5px 0 10px 0;
    overflow: hidden;
}

    #content .leftContent .simpleNews .newsDesc .paragraph {
        width: 100%;
        /* max-height: 40px;*/
        color: #424142;
        /*font-size: 0.87em;*/
        font-size: 0.875rem;
        /*line-height: 20px;*/
        line-height: 1.4;
        font-family: 'DejaVu Sans';
        /* overflow: hidden;*/
    }

        #content .leftContent .simpleNews .newsDesc .paragraph div, #content .leftContent .simpleNews .newsDesc .paragraph p {
            text-align: left !important;
        }
/*right content*/
#content .rightContent {
    width: 33.18%; /*385*/
    float: right;
}

    #content .rightContent .rightBlock {
        width: 100%;
        margin-bottom: 43px;  
    }

        #content /*.rightContent*/ .rightBlock h2 {
            width: 98.6%;
            font-weight: normal;
            padding-bottom: 5px;
            border-bottom: 1px solid #e4e3e4;
            margin: 0 1.2% 10px 1.2%;
        }

            #content /*.rightContent*/ .rightBlock h2 a {
                color: #929092;
                /*font-size: 20px;*/
                font-size: 1.25rem;
                /*line-height: 20px;*/
                line-height: 1;
                /*text-transform: uppercase;*/
                font-family: 'BPG Nino Mtavruli';
            }

                #content .rightContent .rightBlock h2 a:hover {
                    color: #338f78;
                }

        #content .rightContent .rightBlock > a {
            display: block;
            width: 100%;
            height: auto;
        }

            #content .rightContent .rightBlock > a img {
                width: 100%;
                height: auto;
            }
/* Tiny Carousel 2*/
#donors {
    width: 95%;
    height: 1%;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 2.5% 0 2.5%;
}

    #donors .viewport {
        height: 85px;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    #donors .disable {
        visibility: hidden;
    }

    #donors .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 240px;
        left: 0;
        top: 0;
    }

        #donors .overview li {
            float: left;
            margin: 0 0 20px 0;
            padding: 1px;
            height: 85px;
            width: 100%;
            overflow: hidden;
            position: relative
        }

            #donors .overview li img {
                display: block;
                max-width: 82%;
                /*max-height: 65px;*/
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
/*footer*/
footer {
    width: 100%;
    /* max-height: 200px;*/
    min-height: 185px;
    position: absolute;
    /*margin-top: -200px;*/
    margin-top: -185px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    float: left;
}

    footer h2 {
        width: 100%;
        font-weight: normal;
        background: url(../images/throwLine.png) repeat-x left center;
    }

        footer h2 span {
            display: block;
            text-align: center;
        }

        footer h2 a {
            color: #929092;
            /*font-size: 20px;*/
            font-size: 1.25rem;
            /*line-height: 20px;*/
            line-height: 1;
            /*text-transform: uppercase;*/
            font-family: 'BPG Nino Mtavruli';
            padding: 0 1.4%;
            background-color: #fff;
        }

            footer h2 a:hover {
                color: #348f78;
            }

    footer .greenLine {
        width: 100%;
        /* height: 18px;*/
        min-height: 18px;
        text-align: center;
        padding-top: 5px;
        border-top: 7px solid #d4d4d4;
        background-color: #358f78;
    }

        footer .greenLine a {
            color: #ffffff;
            /*font-size: 14px;*/
            font-size: 0.875rem;
            /*line-height: 14px;*/
            line-height: 1;
            font-family: 'BPG Nino Mtavruli';
            letter-spacing: 1px;
        }
/* Tiny Carousel */
#agencies {
    width: 78.53%;
    /*max-width: 795px;*/
    height: 1%;
    margin: 23px auto 26px auto;
    padding: 0 5%;
    overflow: hidden;
    position: relative;
}

    #agencies .viewport {
        /*width: 79.87%;*/
        /*max-width: 635px;*/
        /*height: 65px;*/
        height: 85px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    #agencies .buttons {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 15px;
        height: 21px;
        margin-top: -10px;
        background: url(../images/leftArrow.png) no-repeat center center;
    }

    #agencies .next {
        right: 0;
        left: auto;
        background: url(../images/rightArrow.png) no-repeat center center;
    }

    #agencies .disable {
        visibility: hidden;
    }

    #agencies .overview {
        width: 240px;
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }
      

        #agencies .overview li {
            float: left;
            margin: 0 10px 0 0;
            width: 170px;
            /*  height: 65px;*/
            height: 85px;
            overflow: hidden;
            position: relative;
        }
        

            #agencies .overview li img {
                display: block;
                max-width: 82%;
                max-height: 70px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
/*calendar*/
#calendar.k-calendar {
    display: block;
    width: 100%;
    margin: 47px auto 20px auto;
    border-width: 0px;
}

    #calendar.k-calendar .k-header {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 6px 0;
        border-bottom: 1px solid #e4e3e4;
        padding-bottom: 7px;
    }

        #calendar.k-calendar .k-header .k-link.k-nav-next, #calendar.k-calendar .k-header .k-link.k-nav-prev {
            width: 18px;
            height: 6px;
            line-height: 6px;
            overflow: hidden;
            top: 8px;
        }

        #calendar.k-calendar .k-header .k-link.k-nav-prev {
            left: 12%;
            background: url('../images/prevMonth.png') no-repeat left center !important;
            background-size: contain;
        }

        #calendar.k-calendar .k-header .k-link.k-nav-next {
            right: 12%;
            background: url('../images/nextMonth.png') no-repeat right center !important;
            background-size: contain;
        }

    #calendar.k-calendar .k-i-arrow-60-right:before, #calendar.k-calendar .k-i-arrow-60-left:before {
        display: none;
    }

    #calendar.k-calendar .k-header .k-icon {
        display: none;
    }

#calendar.k-widget.k-calendar .k-nav-fast {
    width: 60%;
    height: auto;
    color: #929092;
    /*font-size: 20px;*/
    font-size: 1.25rem;
    /*line-height: 20px;*/
    line-height: 1;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: 'BPG Nino Mtavruli';
    margin: 0 2%;
}

.k-button, .k-calendar .k-footer, .k-calendar .k-header .k-link {
    text-transform: none;
}

#calendar.k-calendar .k-content, #calendar.k-calendar .k-content th {
    text-align: center;
}

#calendar.k-calendar .k-content {
    width: 100%;
    height: 12.31em;
    border-collapse: collapse;
    border-top: 1px solid #e4e3e4;
}

    #calendar.k-calendar .k-content th {
        color: #929092;
        /* font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        padding: 20px 0 10px 0;
        border-bottom-width: 0px;
        /*text-transform: uppercase;*/
        font-family: 'BPG Nino Mtavruli';
    }

#calendar.k-calendar td {
    height: 20px;
    line-height: 20px;
    padding: 3px 0.1rem;
}

    #calendar.k-calendar td.k-other-month .k-link {
        visibility: hidden;
        cursor: default;
    }

#calendar.k-calendar .k-content .k-link {
    min-width: 25px;
    min-height: 25px;
    color: #000000;
    /*font-size: 16px;*/
    font-size: 1rem;
    line-height: 1.56;
    vertical-align: middle;
    /*font-weight: bold;*/
    font-family: Sylfaen;
    /*line-height: 25px;*/
    vertical-align: middle;
    text-align: center;
}

    #calendar.k-calendar .k-content .k-link:hover {
        color: #338f78;
    }

    #calendar.k-calendar .k-content .k-link .exhibition {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        min-height: 25px;
        border: 1px solid #338f78;
    }

        #calendar.k-calendar .k-content .k-link .exhibition:hover {
            /*font-weight: bold;*/
            border: 1px solid #338f78;
        }

#calendar.k-calendar td.k-today .k-link {
    color: #338f78;
}

    #calendar.k-calendar td.k-today .k-link .exhibition {
        border: 1px solid #338f78;
    }
/*no line*/
.noLine {
    width: 100%;
    color: #d10000;
    /*font-size: 1em !important;*/
    font-size: 1rem !important;
    font-weight: normal !important;
    /*line-height: 18px !important;*/
    line-height: 1.125;
    font-family: 'DejaVu Sans';
    margin: 5px 0 10px 0 !important;
    overflow: hidden;
}

    .noLine h3 {
        width: 100%;
        color: #d10000;
        /*font-size: 1em !important;*/
        font-size: 1rem !important;
        font-weight: normal !important;
        /*line-height: 18px !important;*/
        line-height: 1.125;
        font-family: 'DejaVu Sans';
        margin: 5px 0 10px 0 !important;
        overflow: hidden;
    }
/*----------------------------------End of home------------------------------------------------*/
/*----------------------------------regulation------------------------------------------------*/

#content .innerContent {
    margin-top: 38px;
}

    #content .innerContent .leftContent > h2 {
        width: 100%;
        /*font-size: 24px;*/
        font-size: 1.5rem;
        line-height: 1;
        padding-bottom: 5px;
        border-bottom: 2px solid #b4b2b4;
    }

    #content .innerContent .leftContent > .paragraph {
        width: 97.6%;
        color: #424142;
        /*font-size: 0.87em;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        margin-bottom: 15px;
    }

        #content .innerContent .leftContent > .paragraph p {
            /*font-size: 14px !important;*/
            font-size: 0.875rem !important;
            /*line-height: 18px !important;*/
            line-height: 1.125;
            font-family: 'DejaVu Sans' !important;
        }

        #content .innerContent .leftContent > .paragraph > img {
            display: inline-block;
            max-width: 50%;
            margin-right: 2%;
            margin-bottom: 10px;
            margin-top: 10px;
            float: left;
        }

            #content .innerContent .leftContent > .paragraph > img:nth-child(even) {
                float: right;
            }

    #content .innerContent .leftContent .paragraph h3 {
        color: #000000;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        margin-bottom: 10px;
    }

    #content .innerContent .leftContent > .paragraph ul li {
        list-style-type: square;
        list-style-position: inside;
    }
    /*right menu*/
    #content .innerContent .rightContent ul {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 20px;
        padding: 2px 0;
        background-color: #e6e7e8 !important;
    }

        #content .innerContent .rightContent ul li {
            width: 98%;
            margin: 0px auto 1px auto;
        }

            #content .innerContent .rightContent ul li a {
                width: 96%;
                display: block;
                color: #000000 !important;
                /*font-size: 16px;*/
                font-size: 1rem;
                /*line-height: 18px;*/
                line-height: 1.125;
                /*text-transform: uppercase;*/
                font-family: 'BPG Nino Mtavruli';
                background-color: #fff !important;
                padding: 10px 2%;
            }

                #content .innerContent .rightContent ul li a:hover, #content .innerContent .rightContent ul li a.currRight {
                    background: none !important;
                }
    /*----------------------------------End of regulation------------------------------------------------*/
    /*----------------------------------minister------------------------------------------------*/
    #content .innerContent .leftContent .infoBlock {
        width: 100%;
        overflow: hidden;
    }

        #content .innerContent .leftContent .infoBlock .personImage {
            display: inline-block;
            width: 48.6%; /*365*/
            margin-right: 2.5%;
            margin-bottom: 20px;
            float: left;
            overflow: hidden;
        }

            #content .innerContent .leftContent .infoBlock .personImage img {
                display: block;
                width: 100%;
                height: auto;
            }

    #content .innerContent .leftContent .fileLine {
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
    }

    #content .innerContent .leftContent .paragraph > .fileLine {
        width: auto;
    }

    #content .innerContent .leftContent .fileLine a {
        display: inline-block;
        color: #989798;
        /*font-size: 11px;*/
        font-size: 0.687rem;
        vertical-align: middle;
        /*line-height: 11px;*/
        line-height: 1;
        font-family: 'DejaVu Sans';
        padding-top: 3px;
        padding-left: 18px;
        margin-right: 2%;
        float: left;
    }

        #content .innerContent .leftContent .fileLine a:hover {
            color: #358f78;
        }

        #content .innerContent .leftContent .fileLine a.downloadFile {
            background: url(../images/download.png) no-repeat left center !important;
        }

        #content .innerContent .leftContent .fileLine a.viewFile {
            background: url(../images/viewPdf.png) no-repeat left center !important;
            float: right;
        }

        #content .innerContent .leftContent .fileLine a.newspaperPdf {
            float: right;
        }

    #content .innerContent .leftContent .infoBlock .paragraph {
        display: inline-block;
        width: 100%; /*48.6%;365*/
        color: #424142;
        /*font-size: 0.87em !important;*/
        font-size: 0.875rem !important;
        line-height: 1;
        font-family: 'DejaVu Sans' !important;
        margin-bottom: 15px;
        float: left;
        overflow: hidden;
    }

        #content .innerContent .leftContent .infoBlock .paragraph span {
            color: #424142 !important;
            /*font-size: 14px !important;*/
            font-size: 0.875rem !important;
            line-height: 1;
            font-family: 'DejaVu Sans' !important;
        }

        #content .innerContent .leftContent .infoBlock .paragraph p, #content .innerContent .leftContent .infoBlock .paragraph div {
            text-align: left !important;
        }

    #content .innerContent .leftContent .infoBlock h2 {
        width: 48.6%;
        color: #929092;
        /*font-size: 24px;*/
        font-size: 1.5rem;
        /*line-height: 24px;*/
        line-height: 1;
        font-weight: normal;
        font-family: 'BPG Nino Mtavruli';
        margin-bottom: 15px;
        float: left;
    }

    #content .innerContent .leftContent .infoBlock .paragraph ul li:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #358f78;
        margin-right: 10px;
        margin-top: 6px;
        float: left;
    }
    /*----------------------------------End of minister------------------------------------------------*/
    /*----------------------------------ministerDeputies------------------------------------------------*/
    #content .innerContent .leftContent .simplePerson {
        width: 100%;
        padding-bottom: 14px;
        margin-bottom: 24px;
        overflow: hidden;
        border-bottom: 1px solid #929092;
    }

        #content .innerContent .leftContent .simplePerson:last-of-type {
            border-bottom: 0;
        }

        #content .innerContent .leftContent .simplePerson .personImage {
            width: 48.6%; /*365*/
            margin-right: 2.5%;
            margin-bottom: 10px;
            float: left;
        }

            #content .innerContent .leftContent .simplePerson .personImage a {
                display: block;
                width: 100%;
                height: auto;
            }

                #content .innerContent .leftContent .simplePerson .personImage a img {
                    display: block;
                    width: 100%;
                    height: auto;
                }

        #content .innerContent .leftContent .simplePerson h2 {
            width: 48.6%;
            line-height: 24px;
            font-weight: normal;
            margin-bottom: 15px;
            float: left;
        }

            #content .innerContent .leftContent .simplePerson h2 a {
                color: #929092;
                font-size: 24px;
                font-family: 'BPG Nino Mtavruli';
            }

                #content .innerContent .leftContent .simplePerson h2 a:hover {
                    color: #358f78;
                }

        #content .innerContent .leftContent .simplePerson .paragraph {
            width: 48.6%;
            color: #424142;
            /*font-size: 0.87em;*/
            font-size: 0.875rem;
            line-height: 1;
            font-family: 'DejaVu Sans';
            float: left;
            margin-bottom: 10px;
        }

            #content .innerContent .leftContent .simplePerson .paragraph a {
                color: #424142;
            }

                #content .innerContent .leftContent .simplePerson .paragraph a:hover {
                    color: #358f78;
                }
    /*----------------------------------End of ministerDeputies------------------------------------------*/
    /*---------------------------------------------news-------------------------------------------------*/
    #content .innerContent .leftContent .simpleNews { /*new*/
        width: 100%;
        float: left;
    }

        #content .innerContent .leftContent .simpleNews a {
            /* display: table;*/
            /*padding: 6px 0%;*/
        }

        #content .innerContent .leftContent .simpleNews .newsDesc {
            /* max-width: 70%;*/
        }

        #content .innerContent .leftContent .simpleNews:first-of-type { /*new*/
            border-top: 0;
        }

        #content .innerContent .leftContent .simpleNews:last-of-type { /*new*/
            border-bottom: 0;
        }
    /*news inner*/
    #content .innerContent .leftContent .infoBlock .imageBlock {
        display: inline-block;
        width: 48.6%;
        margin-right: 2.5%;
        margin-bottom: 20px;
        float: left;
        overflow: hidden;
    }

    #content .innerContent .leftContent .infoBlock .galleryView {
        /*max-height: 535px;*/
        overflow: hidden;
    }

    #content .innerContent .leftContent .infoBlock .imageBlock a.fancybox {
        display: inline-block;
        width: 47.5%;
        height: auto;
        max-width: 176px;
        max-height: 113px;
        margin-bottom: 20px;
        margin-right: 0;
        padding-left: 0;
        float: left;
        overflow: hidden;
    }

        #content .innerContent .leftContent .infoBlock .imageBlock a.fancybox:nth-child(even) {
            margin-right: 5%;
        }

    #content .innerContent .leftContent .infoBlock .imageBlock a.LargImage {
        width: 100%;
        max-height: 259px;
        max-width: 365px;
        padding-left: 0;
        margin-right: 0%;
    }

    #content .innerContent .leftContent .infoBlock .imageBlock a img {
        display: block;
        width: 100%;
    }

    #content .innerContent .leftContent .infoBlock .imageBlock .fileLine {
        float: left;
    }

    #content .innerContent .leftContent .fileLine a.print {
        margin-top: 3px;
        background: url(../images/print.png) no-repeat left center !important;
    }

    #content .innerContent .leftContent .fileLine a.share {
        background: url(../images/share.png) no-repeat left center !important;
        background-size: auto 14px !important;
        float: right;
        margin-top: 0;
        margin-right: 0;
        position: relative;
    }
/*#content .innerContent .leftContent .fileLine a.share .fb_iframe_widget {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}*/
.fb_iframe_widget {
    transform: scale(4.5);
    transform-origin: top left;
    opacity: 0.01;
    left: 0;
    top: 0;
    position: absolute !important;
}

#content .innerContent .leftContent .paragraph h3.newsTitle {
    margin-top: 43px;
}
/*pop up*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    /*width:89%  !important;*/
    /*max-width: 1200px !important;*/
    max-width: 89% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-outer {
    max-width: 100%;
    /*background-color: #fff;*/
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    /*max-width: 1200px;*/
    height: 100%;
}

.fancybox-image {
    /*max-width: 100%;*/
    width: 100%;
    /*max-width: 1200px;*/
    object-fit: contain;
    object-position: bottom;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
    
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -2%;
    right: -5%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center center !important;
    background-size: 100% auto !important;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: -5%;
}

.fancybox-next {
    right: -5%;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 27px;
    margin-top: -10px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 0;
    background: url(../images/leftSlide.png) no-repeat center center;
}

.fancybox-next span {
    right: 0;
    background: url(../images/rightSlide.png) no-repeat center center;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    width: 100%;
    max-height: 30%;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    text-shadow: none;
    z-index: 8050;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 57%, rgba(0,0,0,0.52) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 57%,rgba(0,0,0,0.52) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 57%,rgba(0,0,0,0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b8000000',GradientType=0 );
}

    .fancybox-title .counter {
        width: 96%;
        margin: 10px 2%;
        /*font-size: 0.87em;*/
        font-size: 0.875rem;
        /*line-height: 16px;*/
        line-height: 1;
        font-weight: normal;
        font-family: 'BPG Nino Mtavruli';
    }

        .fancybox-title .counter span {
            display: inline-block;
            margin-right: 2%;
            /*font-size: 16px;*/
            font-size: 1rem;
            line-height: 1;
        }

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    top: 0;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}
/*all news*/
#content .innerContent .allNews {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #b4b2b4;
    float: left;
}

    #content .innerContent .allNews a {
        display: inline-block;
        color: #358f78;
        /*font-size: 26px;*/
        font-size: 1.625rem;
        /*line-height: 26px;*/
        line-height: 1;
        font-family: 'BPG Nino Mtavruli';
        padding-right: 35px;
        background: url(../images/nextMonth.png) no-repeat right 8px !important;
    }

        #content .innerContent .allNews a:hover {
            color: #929092;
        }

#content .innerContent .leftContent time.newsDate {
    display: inline-block;
    color: #ffffff;
    /*font-size: 1.56em;*/
    font-size: 1.5625rem;
    /*line-height: 25px;*/
    line-height: 1;
    font-family: 'BPG Nino Mtavruli';
    padding: 10px 14px 6px 14px;
    float: right;
    margin-top: -20px;
    background-color: #c5c4c5;
}
/*pager*/
.navigation, .pagination-container {
    width: 100%;
    background: url('../images/throwLine.png') repeat-x left center;
    float: left;
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
}

    .pagination > li {
        display: inline;
        background-color: #fff;
        padding: 0 1.4%;
        margin-bottom: 10px;
    }

        .pagination > li > a,
        .pagination > li > span {
            color: #000000;
            /*font-size: 16px;*/
            font-size: 1rem;
            /*line-height: 16px;*/
            line-height: 1;
            vertical-align: middle;
            font-weight: bold;
            font-family: 'dinregularwebfont';
            position: relative;
            background-color: #ffffff;
        }

        .pagination > li.PagedList-skipToFirst, .pagination > li.PagedList-skipToLast {
            display: none;
        }

        .pagination > li.PagedList-skipToNext > a {
            display: inline-block;
            width: 7px;
            height: 11px;
            background: url('../images/nextPage.png') no-repeat center center !important;
            text-indent: -9999px;
        }

        .pagination > li.PagedList-skipToPrevious > a {
            display: inline-block;
            width: 7px;
            height: 11px;
            background: url('../images/prevPage.png') no-repeat center center !important;
            text-indent: -9999px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #338f78;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #338f78 !important;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
    }

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

/*-----------------------------------------End of news---------------------------------------------*/
/*-----------------------------------------newspaper---------------------------------------------*/
#content .innerContent .leftContent .flexBox {
    display: flex;
    flex-wrap: wrap;
}

    #content .innerContent .leftContent .flexBox .newsPaper {
        width: 25.8%; /*195*/
        margin-right: 10.96%; /*85*/
        /*height: 215px;*/
        min-height: 215px;
        margin-bottom: 10px;
        float: left;
        overflow: hidden;
    }

        #content .innerContent .leftContent .flexBox .newsPaper:nth-child(3n+3) {
            margin-right: 0;
        }

        #content .innerContent .leftContent .flexBox .newsPaper .imageBlock {
            width: 100%;
            height: auto;
            height: 140px;
            /*max-height: 140px;*/
            /*29.05.2024 ნანა კალანდაძის მეილის საფუძველზე (24.05.24)*/
            margin-bottom: 10px;
            overflow: hidden;
        }

            #content .innerContent .leftContent .flexBox .newsPaper .imageBlock img {
                display: block;
                width: 100%;
                height: 140px;
               /* height: auto;*/
                /*29.05.2024 ნანა კალანდაძის მეილის საფუძველზე (24.05.24)*/
            }

        #content .innerContent .leftContent .flexBox .newsPaper h2 {
            /*max-height: 32px;
        line-height: 16px;*/
            overflow: hidden;
            margin-bottom: 10px;
        }

            #content .innerContent .leftContent .flexBox .newsPaper h2 a {
                color: #000000;
                /*font-size: 14px;*/
                font-size: 0.875rem;
                /*line-height: 16px;*/
                line-height: 1.14;
                font-family: 'DejaVu Sans';
                /*word-break: break-all;*/ /*29.05.2024 ამოღებულია ლინკი ნანა კალანდაძის მეილის საფუძველზე (24.05.24)*/
                float: left;
            }

                #content .innerContent .leftContent .flexBox .newsPaper h2 a:hover {
                    color: #358f78;
                }

        #content .innerContent .leftContent .flexBox .newsPaper time {
            color: #424142;
            /*font-size: 12px;*/
            font-size: 0.75rem;
            /*line-height: 12px;*/
            line-height: 1;
            font-family: 'DejaVu Sans';
            padding-left: 16px;
            background: url(../images/clock.png) no-repeat left center !important;
            background-size: auto 12px;
            padding-top: 2px;
        }
/*inner newspaper*/
#content .innerContent .leftContent .imageBlock > img {
    display: block;
    width: 100%;
    height: auto;
}
/*-----------------------------------------End of newspaper------------------------------------------*/
/*--------------------------------------------Digest------------------------------------------------*/
#content .innerContent .leftContent .infoBlock .paragraph time {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    font-family: 'DejaVu Sans';
    padding-left: 16px;
    background: url(../images/clock.png) no-repeat left top;
    background-size: auto 12px;
    padding-top: 1px;
    margin-bottom: 10px;
}

#content .innerContent .leftContent .infoBlock .paragraph > a {
    display: inline-block;
    color: #989798;
    /*font-size: 11px;*/
    font-size: 0.6875rem;
    vertical-align: middle;
    /*line-height: 11px;*/
    line-height: 1;
    font-family: 'DejaVu Sans';
    padding-top: 3px;
    padding-left: 18px;
    margin-right: 5%;
}

#content .innerContent .leftContent .infoBlock .paragraph a:hover {
    color: #358f78;
}

#content .innerContent .leftContent .infoBlock .paragraph a.downloadFile {
    background: url(../images/download.png) no-repeat left top;
}

#content .innerContent .leftContent .infoBlock .paragraph a.viewFile {
    background: url(../images/viewPdf.png) no-repeat left center;
}
/*-------------------------------------------End of Digest------------------------------------------/
/*------------------------------------------------faq-----------------------------------------------*/
/*acardion*/
#content .innerContent .leftContent .ac-container {
    width: 100%;
    border-top: 1px solid #dedede;
    padding-top: 1px;
}

    #content .innerContent .leftContent .ac-container label {
        display: block;
        color: #424142;
        /* font-size: 0.87em;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        padding: 15px 5% 15px 2%;
        position: relative;
        /*text-transform:uppercase;*/
        vertical-align: middle;
        /*z-index: 20;*/
        cursor: pointer;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-bottom: 1px;
    }

    #content .innerContent .leftContent .ac-container div:last-child {
        border-bottom: 1px solid #dedede;
    }

        #content .innerContent .leftContent .ac-container div:last-child div {
            border-bottom: 0;
        }

    #content .innerContent .leftContent .ac-container input:checked + label {
        background-image: url(../images/faqOpen.png) !important;
        background-repeat: no-repeat !important;
        background-position: 98% center !important;
        margin-bottom: 10px;
        padding: 15px 5% 0 2%;
        border-bottom: 0;
    }

    #content .innerContent .leftContent .ac-container label {
        background-image: url(../images/faqClose.png) !important;
        background-repeat: no-repeat !important;
        background-position: 98% center !important;
    }

    #content .innerContent .leftContent .ac-container input.hiddenInput {
        display: none;
    }

    #content .innerContent .leftContent .ac-container article {
        overflow: hidden;
        height: 0px;
        position: relative;
        /*z-index: 10;*/
    }

        #content .innerContent .leftContent .ac-container article p {
            width: 93%;
            color: #424142;
            /*font-size: 0.87em;*/
            font-size: 0.875rem;
            font-family: 'DejaVu Sans';
            padding: 0px 5% 25px 2%;
            /*line-height: 18px;*/
            line-height: 1.125;
            margin-bottom: 1px;
            border-bottom: 1px solid #dedede;
        }

            #content .innerContent .leftContent .ac-container article p a {
                color: #358f78;
                /*font-size: 14px;*/
                font-size: 0.875rem;
                line-height: 1;
                font-family: 'DejaVu Sans';
            }

                #content .innerContent .leftContent .ac-container article p a:before {
                    content: " ";
                    display: block;
                    width: 100%;
                    height: 1px;
                }

    #content .innerContent .leftContent .ac-container input:checked ~ article {
        height: auto;
    }
/*End of acardion*/

/*-----------------------------------------End of faq------------------------------------------*/
/*-----------------------------------------agencies------------------------------------------*/

#content .innerContent .leftContent .flexBox .agencies {
    margin-bottom: 10px;
    /*29.05.2024 ნანა კალანდაძის მეილის საფუძველზე (24.05.24)*/
    /* height: 231px;*/
    min-height: 231px;
}

    #content .innerContent .leftContent .flexBox .agencies .imageBlock {
        width: 100%;
        height: 140px;
        border: 1px solid #d6d5d6;
        position: relative;
        box-sizing: border-box;
    }

        #content .innerContent .leftContent .flexBox .agencies .imageBlock a {
            display: block;
            width: 100%;
            height: 100%;
            background: #fff !important;
        }

        #content .innerContent .leftContent .flexBox .agencies .imageBlock img {
            display: inline-block;
            max-width: 80%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    #content .innerContent .leftContent .flexBox .agencies h2 {
        /* max-height: 48px;*/
    }

    #content .innerContent .leftContent .flexBox .agencies .companySite {
        color: #424142;
        /*font-size: 12px;*/
        font-size: 0.75rem;
        /*line-height: 13px;*/
        line-height: 1.23;
        font-family: 'DejaVu Sans';
        -ms-word-break: break-all;
        word-break: break-all;
        display:none;
        /*29.05.2024 ამოღებულია ლინკი ნანა კალანდაძის მეილის საფუძველზე (24.05.24)*/
    }

        #content .innerContent .leftContent .flexBox .agencies .companySite:hover {
            color: #358f78;
        }
/*pop up*/
.popUp {
    width: 95%;
    padding: 35px 2.5%;
    overflow: hidden;
    background: #fff;
}

    .popUp .imageBlock {
        width: 99%;
        max-width: 280px;
        height: 295px;
        position: relative;
        margin-right: 2%;
        float: left;
        background: #fff !important;
    }

        .popUp .imageBlock a {
            display: inline-block;
        }

        .popUp .imageBlock img {
            display: inline-block;
            max-width: 80%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .popUp .rightPopup {
        display: inline-block;
        max-width: 495px;
        min-height: 295px;
        padding-left: 2%;
        border-left: 4px solid #afaeaf;
        float: left;
    }

        .popUp .rightPopup h2 {
            width: 100%;
            margin-bottom: 40px;
            font-weight: normal;
        }

            .popUp .rightPopup h2 a {
                color: #000000;
                /*font-size: 16px;*/
                font-size: 1rem;
                /*line-height: 18px;*/
                line-height: 1.125;
                /*text-transform: uppercase;*/
                font-family: 'BPG Nino Mtavruli';
            }

                .popUp .rightPopup h2 a:hover {
                    color: #358f78;
                }

        .popUp .rightPopup ul {
            width: 100%;
            margin-bottom: 21px;
        }

            .popUp .rightPopup ul li {
                width: 100%;
                color: #424142;
                /*font-size: 0.87em;*/
                font-size: 0.875rem;
                line-height: 1;
                font-family: 'DejaVu Sans';
                margin-bottom: 7px;
                overflow: hidden;
            }

                .popUp .rightPopup ul li span {
                    display: inline-block;
                    min-width: 80px;
                    margin-right: 5%;
                    float: left;
                }

                .popUp .rightPopup ul li a {
                    display: inline-block;
                    color: #424142;
                    /*font-size: 14px;*/
                    font-size: 0.875rem;
                    line-height: 1;
                    font-family: 'DejaVu Sans';
                    margin-right: 3%;
                    float: left;
                }

                    .popUp .rightPopup ul li a:hover {
                        color: #358f78;
                    }

    .popUp a.companySite {
        display: inline-block;
        color: #424142;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        float: left;
    }
/*-----------------------------------------End of  agencies------------------------------------------*/
/*----------------------------------------------contact------------------------------------------*/
#content .leftContent .contactInfo {
    width: 100%;
    color: #424142;
    /*font-size: 0.87em;*/
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'DejaVu Sans';
    margin-bottom: 20px;
    overflow: hidden;
}

    #content .leftContent .contactInfo li {
        width: 100%;
        color: #424142;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        margin-bottom: 7px;
        overflow: hidden;
    }

        #content .leftContent .contactInfo li span {
            display: inline-block;
            min-width: 80px;
            margin-right: 5%;
            /*font-size: 14px;*/
            font-size: 0.875rem;
            line-height: 1;
            float: left;
        }

        #content .leftContent .contactInfo li div {
            display: inline-block;
            float: left;
        }

        #content .leftContent .contactInfo li a {
            display: inline-block;
            color: #424142;
            /*font-size: 14px;*/
            font-size: 0.875rem;
            line-height: 1;
            font-family: 'DejaVu Sans';
            margin-right: 3%;
            float: left;
        }

            #content .leftContent .contactInfo li a:hover {
                color: #358f78;
            }

#content .leftContent .map {
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
}

#content .leftContent .formLine {
    width: 100%;
    overflow: hidden;
}

    #content .leftContent .formLine .leftLabel {
        display: inline-block;
        width: 47%;
        color: #929092;
        /*font-size: 16px;*/
        font-size: 1rem;
        /*line-height: 18px;*/
        line-height: 1.125;
        /*text-transform: uppercase;*/
        font-family: 'BPG Nino Mtavruli';
        margin-right: 6%;
        margin-bottom: 30px;
        float: left;
    }

        #content .leftContent .formLine .leftLabel > span.formTitleEx {
            display: inline-block;
            min-height: 36px;
        }

        #content .leftContent .formLine .leftLabel:last-of-type {
            margin-right: 0;
        }

    #content .leftContent .formLine .fullWidth {
        width: 100%;
    }

    #content .leftContent .formLine .leftLabel input {
        display: block;
        width: 95%;
        height: 39px;
        color: #000000 !important;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        border: 1px solid #c8c7c8;
        margin-top: 13px;
        padding: 0 2%;
        background: #fff !important;
    }

    #content .leftContent .formLine .fullWidth input {
        width: 95.1%;
    }

    #content .leftContent .formLine .leftLabel textarea {
        display: block;
        width: 95.1%;
        height: 86px;
        color: #000000 !important;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        border: 1px solid #c8c7c8;
        margin-top: 13px;
        padding: 10px 2%;
        background: #fff !important;
    }

    #content .leftContent .formLine .sendButton {
        display: block;
        width: 165px;
        height: 38px;
        color: #000000 !important;
        /*font-size: 16px;*/
        font-size: 1rem;
        /*line-height: 16px;*/
        line-height: 1;
        /*text-transform: uppercase;*/
        text-align: center;
        font-family: 'BPG Nino Mtavruli';
        cursor: pointer;
        background-color: #e9e9e9 !important;
        border: 0;
        padding-top: 2px;
        margin: 0 auto 50px auto;
    }

        #content .leftContent .formLine .sendButton:hover {
            color: #ffffff !important;
            background-color: #358f78 !important;
        }
/*departments*/
#content .innerContent .leftContent .ac-container article .depContact {
    width: 98%;
    margin-bottom: 0;
    padding-left: 2%;
    padding-top: 10px;
    border-top: 1px solid #358f78;
    -webkit-box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
    -moz-box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
    box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
}

    #content .innerContent .leftContent .ac-container article .depContact li h2 {
        width: 100%;
        color: #424142;
        /*font-size: 14px;*/
        font-size: 0.875rem;
        line-height: 1;
        font-weight: normal;
        font-family: 'DejaVu Sans';
        overflow: hidden;
    }

    #content .innerContent .leftContent .ac-container article .depContact li span {
        min-width: inherit;
        margin-right: auto;
    }

.errorMessage {
    margin-top: 10px;
    color: #d10000;
    font-family: 'DejaVu Sans';
    display: inline-block;
    /*font-size: 13px;*/
    font-size: 0.8125rem;
    line-height: 1;
}
/*regions*/
#content .innerContent .leftContent .ac-container-regions label {
    color: #929092;
    /*font-size: 24px;*/
    font-size: 1.5rem;
    /*line-height: 24px;*/
    line-height: 1;
    font-family: 'BPG Nino Mtavruli';
}

#content .innerContent .leftContent .ac-container-regions article .simpleRegion {
    width: 96%;
    padding: 12px 2%;
    margin-bottom: 4px;
    -webkit-box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
    -moz-box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
    box-shadow: inset 4px 0px 0px 0px rgba(53,143,121,1);
    overflow: hidden;
}

    #content .innerContent .leftContent .ac-container-regions article .simpleRegion h2 {
        width: 100%;
        color: #929092;
        /*font-size: 0.93em;*/
        font-size: 0.93rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
        margin-bottom: 15px;
    }

#content .innerContent .leftContent .ac-container-regions article .contactInfo {
    max-width: 75%;
}

    #content .innerContent .leftContent .ac-container-regions article .contactInfo li {
        font-weight: bold;
    }

        #content .innerContent .leftContent .ac-container-regions article .contactInfo li span {
            font-weight: normal;
            min-width: 20%;
        }

        #content .innerContent .leftContent .ac-container-regions article .contactInfo li div {
            border: 0;
            width: 75%;
        }

#content .innerContent .leftContent .ac-container article .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1c0c1;
    margin-bottom: 4px;
}

    #content .innerContent .leftContent .ac-container article .line:last-of-type {
        display: none;
    }

#content .innerContent .leftContent .ac-container-regions article .simpleRegion .mapLink {
    display: inline-block;
    max-width: 20%;
    color: #b0aeb0;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*line-height: 16px;*/
    line-height: 1;
    font-family: 'DejaVu Sans';
    padding-left: 20px;
    background: url(../images/pin.png) no-repeat left center !important;
    float: right;
    margin-top: -36px;
}
/*-----------------------------------------End of  contact------------------------------------------*/
/*-----------------------------------------------laws-----------------------------------------------*/
#content .innerContent .leftContent .contentLine {
    display: table;
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
   /* overflow: hidden;*/
    border-bottom: 1px solid #c8c7c8;
}

    #content .innerContent .leftContent .contentLine .fileLine {
        display: table-cell;
        width: 16%; /*120*/
        min-width: 100px;
        margin-bottom: 0;
        margin-top: 0;
    }

        #content .innerContent .leftContent .contentLine .fileLine a {
            margin-bottom: 10px;
            margin-top: 5px;
            float: none;
        }

    #content .innerContent .leftContent .contentLine .lineTitle {
        display: table-cell;
        max-width: 82%;
        min-height: 40px;
        padding-left: 2%;
        vertical-align: middle;
    }

        #content .innerContent .leftContent .contentLine .lineTitle h2 {
            color: #424142;
            /*font-size: 0.87em;*/
            font-size: 0.875rem;
            /*line-height: 18px;*/
            line-height: 1.125;
            font-family: 'DejaVu Sans';
            margin-bottom: 14px;
        }

            #content .innerContent .leftContent .contentLine .lineTitle h2 a {
                color: #424142;
                /*font-size: 14px;*/
                font-size: 0.875rem;
                /*line-height: 18px;*/
                line-height: 1.125;
                font-family: 'DejaVu Sans';
            }

                #content .innerContent .leftContent .contentLine .lineTitle h2 a:hover {
                    color: #358f78;
                }
/*-----------------------------------------End of  laws------------------------------------------*/
/*-----------------------------------------announcements------------------------------------------*/
#content .innerContent .leftContent .announcements {
    /*display: block;*/
    margin-bottom: 0;
}

    #content .innerContent .leftContent .announcements a {
        display: block;
        width: 100%;
        /*padding-bottom: 14px;*/
        padding-top: 14px;
        float: left;
    }

    #content .innerContent .leftContent .announcements:hover {
        background-color: #e9e9e9;
    }

    #content .innerContent .leftContent .announcements .lineTitle {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: initial;
        padding-left: 0;
        vertical-align: top;
    }

        #content .innerContent .leftContent .announcements .lineTitle h2 {
            /*max-height: 36px;
            overflow: hidden;*/
            margin-bottom: 5px;
        }

        #content .innerContent .leftContent .announcements .lineTitle .paragraph {
            color: #424142;
            /*font-size: 0.87em;*/
            font-size: 0.875rem;
            /*line-height: 18px;*/
            line-height: 1.125;
            font-family: 'DejaVu Sans';
            /*max-height: 36px;
            overflow: hidden;*/
            margin-bottom: 14px;
            float: left;
        }

            #content .innerContent .leftContent .announcements .lineTitle .paragraph p {
                font-family: 'DejaVu Sans' !important;
                background: none !important;
                /*font-size: 14px !important;*/
                font-size: 0.875rem !important;
                line-height: 1;
            }

            #content .innerContent .leftContent .announcements .lineTitle .paragraph > a {
                padding: 0;
                color: #424142;
            }
/*multy file*/
#content .innerContent .leftContent .duration {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
}

    #content .innerContent .leftContent .duration time {
        display: inline-block;
        color: #424142;
        /*font-size: 12px;*/
        font-size: 0.75rem;
        line-height: 1.1;
        font-family: 'DejaVu Sans';
        margin-right: 3%;
        padding-left: 14px;
        background: url(../images/clock.png) no-repeat left 1px;
        background-size: 12px auto;
        float: left;
    }

#content .innerContent .leftContent .multiFile {
    margin-bottom: 15px;
}

    #content .innerContent .leftContent .multiFile h3 {
        width: 100%;
        margin-bottom: 10px;
        font-weight: normal;
        float: left;
    }

        #content .innerContent .leftContent .multiFile h3 a {
            color: #424142;
            /*font-size: 14px;*/
            font-size: 0.875rem;
            /*line-height: 16px;*/
            line-height: 1.14;
            font-family: 'DejaVu Sans';
            padding: 3px 0 0 0;
        }

#content .innerContent .leftContent .paragraph .multiFile h3 a {
    /*font-size: 15px;*/
    font-size: 0.93rem;
    line-height: 1;
}

#content .innerContent .leftContent .multiFile a.viewFile, #content .innerContent .leftContent .multiFile a.downloadFile {
    margin-bottom: 10px;
    float: none;
}
/*share in pargraph*/
#content .innerContent .leftContent .shareInPar {
    display: inline-block;
    color: #989798;
    /*font-size: 11px;*/
    font-size: 0.6875rem;
    vertical-align: middle;
    /*line-height: 15px;*/
    line-height: 1.36;
    font-family: 'DejaVu Sans';
    padding-top: 5px;
    padding-left: 27px;
    background: url(../images/share.png) no-repeat left center;
    background-size: auto 20px;
    margin-bottom: 10px;
    float: right;
    position: relative;
    overflow: hidden;
}
/*.fb_iframe_widget{
position: absolute !important;
    left: 0;
    top: 0;
	opacity: 0;
}*/
/*.fb_iframe_widget iframe {
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    -moz-transform: scale(3);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}*/

/*-------------------------------------End of  announcements------------------------------------------*/
/*-------------------------------------------budget------------------------------------------*/
#content .innerContent .leftContent .simpleFile {
    display: block;
    margin-bottom: 1px;
    padding-top: 10px;
}

    #content .innerContent .leftContent .simpleFile:first-of-type {
        border-top: 1px solid #c8c7c8;
    }

    #content .innerContent .leftContent .simpleFile .lineTitle {
        display: block;
        width: 94%;
        max-width: 100%;
        min-height: initial;
        padding-left: 4%;
        padding-right: 2%;
    }

        #content .innerContent .leftContent .simpleFile .lineTitle h2 {
            margin-bottom: 5px;
            font-weight: normal;
        }

    #content .innerContent .leftContent .simpleFile .fileLine {
        display: block;
        width: 94%;
        max-width: 100%;
        min-height: initial;
        padding-left: 4%;
        padding-right: 2%;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

        #content .innerContent .leftContent .simpleFile .fileLine a {
            margin-top: 0;
        }

        #content .innerContent .leftContent .simpleFile .fileLine:last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }
/*-------------------------------------End of  budget------------------------------------------*/
/*-------------------------------------------Projects------------------------------------------*/
#content .innerContent .leftContent .projectsTabs {
    width: 100%;
    margin-bottom: 17px;
    overflow: hidden;
}

    #content .innerContent .leftContent .projectsTabs li {
        display: inline-block;
        margin-right: 1%;
        float: left;
    }

        #content .innerContent .leftContent .projectsTabs li button {
            display: block;
            color: #000000 !important;
            /*font-size: 24px;*/
            font-size: 1.5rem;
            /*line-height: 26px;*/
            line-height: 1.08;
            text-align: left;
            font-family: 'BPG Nino Mtavruli';
            min-width: 255px;
            padding: 12px 10px 6px 10px;
            background-color: #d4d4d4 !important;
            margin-bottom: 10px;
            border: 0;
            cursor: pointer;
        }

            #content .innerContent .leftContent .projectsTabs li button:hover, #content .innerContent .leftContent .projectsTabs li button.currProjects {
                color: #ffffff !important;
                background-color: #358f78 !important;
            }

#content .innerContent .leftContent .flexBox .project {
    margin-bottom: 20px;
    /*height: 220px;*/
    min-height: 220px;
}
    /*#content .innerContent .leftContent .flexBox .project:nth-child(3n+2){
	margin-right: 10.96%;
}*/
    /*#content .innerContent .leftContent .flexBox .project:nth-child(3n+1) {
        margin-right: 0%;
    }*/
    #content .innerContent .leftContent .flexBox .project:nth-child(3n+3) {
        margin-right: 10.96%;
    }

    #content .innerContent .leftContent .flexBox .project:nth-child(3n+1) {
        margin-right: 0%;
    }

    #content .innerContent .leftContent .flexBox .project time span {
        display: inline-block;
        float: right;
    }
/*inner*/

/*-------------------------------------End of  Projects----------------------------------------*/
/*--------------------------------------------Structure----------------------------------------------*/
#content .innerContentEx {
    width: 90%;
    max-width: 96%;
}

    #content .innerContentEx .leftContent > h2 {
        width: 77.93%;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }

#content .leftContentEx {
    width: 100%;
    float: none;
}

    #content .leftContentEx .structureTree {
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
        position: relative;
        overflow: hidden;
    }

    #content .leftContentEx .org-chart * {
        /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
        position: relative;
    }

    #content .leftContentEx .cf:before, #content .cf:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    #content .leftContentEx .cf:after {
        clear: both;
    }
/**For IE 6/7 only * Include this rule to trigger hasLayout and contain floats.*/
.cf {
    *zoom: 1;
    width: 100%;
    float: left;
}

#content .leftContentEx .structureTree .org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #content .leftContentEx .structureTree .org-chart ul a {
        /*display: table;*/
        display:flex;
        align-items:center;
        justify-content:center;
        width: 92%;
        min-height: 75px;
        color: #929092 !important;
        /*font-size: 13px;*/
        font-size: 0.8125rem;
        /*line-height: 13px;*/
        line-height: 1;
        text-align: center;
        font-family: 'BPG Nino Mtavruli';
        /*overflow-wrap: break-word;
    word-break: break-all;*/
        margin-bottom: -35px;
        border: 1px solid #c8c7c8;
        -webkit-transition: all linear .1s;
        -moz-transition: all linear .1s;
        transition: all linear .1s;
        padding: 0 4%;
        margin-left: -2px;
        cursor: default;
        background: #fff !important;
        overflow: hidden;
        z-index: 5;
        cursor:pointer;
    }
        #content .leftContentEx .structureTree .org-chart ul a:hover {
            background-color: #e3e3e3 !important;
        }

        #content .leftContentEx .structureTree .org-chart ul a span {
            /*display: table-cell;*/
            display: inline-block;
            /*width: 96%;*/
            /*height: 100%;*/
            color: #929092 !important;
            font-size: 0.8125rem;
            line-height: 1;
            font-family: 'BPG Nino Mtavruli';
            vertical-align: middle;
            padding: 5px 2%;
            position: relative;
        }
/*#content .leftContentEx .structureTree .org-chart > ul > li:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 61px;
    border-left: 2px solid #c8c7c8;
    z-index: 1;
    top:80px;
    left: 50%;
    margin-left: -1px;
}*/
#content .leftContentEx .structureTree .org-chart > ul > li > a {
    width: 30%;
    /*font-size: 15px;*/
    font-size: 0.93rem;
    line-height: 1;
    margin: 0 auto 0 auto;
}

#content .leftContentEx .structureTree .org-chart > ul > li > ul {
    width: 100%;
    padding-top: 25px;
}
    /*#content .leftContentEx .structureTree .org-chart > ul > li > ul>li>a {
    overflow-wrap: normal;
    word-break: normal;
}*/
    #content .leftContentEx .structureTree .org-chart > ul > li > ul:after {
        content: "";
        display: block;
        position: absolute;
        width: 90.9%;
        height: 50px;
        border-top: 2px solid #c8c7c8;
        border-right: 2px solid #c8c7c8;
        border-left: 2px solid #c8c7c8;
        margin: 0 auto;
        top: -25px;
        left: 5.3%;
    }

    #content .leftContentEx .structureTree .org-chart > ul > li > ul.forAfter:after {
        width: 93%;
    }

    #content .leftContentEx .structureTree .org-chart > ul > li > ul > li {
        width: 24%;
        float: left;
        margin-left: 1%;
        margin-bottom: 70px;
    }
        /*#content .leftContentEx .structureTree .org-chart > ul > li > ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 96%;
    border-left: 2px solid #c8c7c8;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -2px;
}*/
        #content .leftContentEx .structureTree .org-chart > ul > li > ul > li li:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 15px;
            border-left: 2px solid #c8c7c8;
            z-index: 1;
            top: -22px;
            left: 50%;
            margin-left: -2px;
        }

        #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:last-child:after, #content .leftContentEx .structureTree .org-chart > ul > li > ul >
        li:only-of-type:after {
            border-left: 0px solid #c8c7c8;
        }

        #content .leftContentEx.structureTree .org-chart > ul > li > ul > li ul {
            float: left;
            margin-left: -2px;
            margin-bottom: 20px;
        }
        /*#content .leftContentEx .structureTree .org-chart > ul > li > ul > li ul li:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120px;
    border-left: 2px solid #c8c7c8;
    z-index: 1;
    top: -25px;
    left:0%;
    margin-left: -1px;
}*/
        #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:first-of-type:before, #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:last-of-type:before {
            display: none;
        }

        /*#content .leftContentEx .structureTree .org-chart > ul > li > ul > li ul li:last-of-type:before{
    min-height: 82px;
}*/
        #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 50px;
            border-left: 2px solid #c8c7c8;
            z-index: 1;
            top: -50px;
            left: 48%;
            margin-left: -2px;
        }

        #content .leftContentEx .structureTree .org-chart > ul > li > ul > li.noChild:before {
            height: 80px;
            border-left: 2px solid #c8c7c8;
            z-index: 1;
            top: 65px;
            right: 7%;
            left: auto;
            margin-left: 0px;
        }

#content .leftContentEx .department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content .leftContentEx .structureTree .org-chart > ul > li > ul > li li {
    width: 100%;
}

    #content .leftContentEx .structureTree .org-chart > ul > li > ul > li li a {
        margin-top: 65px;
        margin-bottom: -35px;
        width: 100%;
        min-height: 80px;
        padding: 15px 0;
        vertical-align: middle;
        /*word-break:break-all;*/
    }

    #content .leftContentEx .structureTree .org-chart > ul > li > ul > li li li a {
        width: 100%;
    }
/*----------------------------------------End of  Structure------------------------------------------*/
/*---------------------------------------------archive------------------------------------------*/
#content .innerContent .leftContent .archiveItem {
    display: inline-block;
    width: 30%;
    max-width: 230px;
    margin-right: 7.9%;
    margin-bottom: 20px;
    float: left;
}

#content .innerContent .leftContent .archiveItemM {
    margin-left: 15.88%;
}

#content .innerContent .leftContent .archiveItem .imageBlock {
    width: 99%;
    height: 110px;
    margin-bottom: 10px;
    border: 1px solid #d6d5d6;
    position: relative;
}

    #content .innerContent .leftContent .archiveItem .imageBlock a {
        display: block;
        width: 100%;
        height: 100%;
    }

        #content .innerContent .leftContent .archiveItem .imageBlock a img {
            display: inline-block;
            max-width: 80%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

#content .innerContent .leftContent .archiveItem h2 {
    line-height: 13px;
    overflow: hidden;
    margin-bottom: 10px;
}

    #content .innerContent .leftContent .archiveItem h2 a {
        color: #000000;
        /*font-size: 12px;*/
        font-size: 0.75rem;
        /*line-height: 13px;*/
        line-height: 1;
        font-family: 'DejaVu Sans';
    }

        #content .innerContent .leftContent .archiveItem h2 a:hover {
            color: #358f78;
        }
/*----------------------------------------End of  archive------------------------------------------*/
/*---------------------------------------------print-----------------------------------------------*/
@media print {
    @page {
        size: A4;
    }

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        box-shadow: none;
    }

    .socialMedia, header, footer, .rightContent, #content .innerContent .allNews {
        display: none;
    }

    .center {
        width: 100%;
    }

    #content .innerContent .leftContent {
        width: 100%;
    }

        #content .innerContent .leftContent .infoBlock .imageBlock .fileLine {
            display: none;
        }

        #content .innerContent .leftContent .infoBlock .imageBlock {
            width: 100%;
        }

        #content .innerContent .leftContent .infoBlock .galleryView {
            width: 100%;
            max-width: none;
            max-height: 259px;
            margin-top: 20px;
        }

            #content .innerContent .leftContent .infoBlock .galleryView a.fancybox {
                display: inline-block;
                margin-right: 5%;
                margin-bottom: 32px;
                float: left;
            }

        #content .innerContent .leftContent .infoBlock .imageBlock a.fancybox:nth-child(even) {
            margin-right: 5%;
        }

        #content .innerContent .leftContent .infoBlock .paragraph {
            width: 100%;
        }

        #content .innerContent .leftContent .paragraph h3.newsTitle {
            margin-top: 0;
        }

        #content .innerContent .leftContent time.newsDate {
            margin-top: -21px;
            border: 1px solid #c5c4c5;
        }

        #content .innerContent .leftContent .infoBlock .paragraph .fileLine {
            display: none;
        }
}

/*-----------------------------------------End of print---------------------------------------------*/
/*----------------------------------------------Search---------------------------------------------*/
#content .innerContent .leftContent .searchResult {
    min-height: 90px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    #content .innerContent .leftContent .searchResult .lineTitle, #content .innerContent .leftContent .searchResult .fileLine {
        padding: 10px 0;
        vertical-align: middle;
    }

    #content .innerContent .leftContent .searchResult .lineTitle {
        max-width: 65%;
        padding: 5px 1% 5px 2%;
    }

    #content .innerContent .leftContent .searchResult .fileLine {
        width: 31%;
        text-align: center;
        border-right: 2px solid #ececec;
    }

        #content .innerContent .leftContent .searchResult .fileLine > a {
            padding: 0 0 0 25px;
            margin: 0 5% 5px auto;
            /*width: 16%;*/
            height: auto;
            text-align: left;
        }

            #content .innerContent .leftContent .searchResult .fileLine > a img {
                display: block;
                width: 100%;
            }

        #content .innerContent .leftContent .searchResult .fileLine h2 {
            margin: 0;
            padding: 0;
            -webkit-margin-before: 0;
            -webkit-margin-after: 0;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
        }

            #content .innerContent .leftContent .searchResult .fileLine h2 a {
                display: inline;
                color: #000000;
                /*font-size: 14px;*/
                font-size: 0.875rem;
                vertical-align: middle;
                /*line-height: 14px;*/
                line-height: 1;
                padding: 0;
                margin: 0;
            }

                #content .innerContent .leftContent .searchResult .fileLine h2 a:hover {
                    color: #358f78;
                }

        #content .innerContent .leftContent .searchResult .fileLine time {
            display: inline-block;
            width: 100%;
            color: #000000;
            /*font-size: 11px;*/
            font-size: 0.6875rem;
            /*line-height: 11px;*/
            line-height: 1;
            font-family: 'DejaVu Sans';
        }

    #content .innerContent .leftContent .searchResult .lineTitle h2 {
        display: inline-block;
    }

    #content .innerContent .leftContent .searchResult .lineTitle .paragraph {
        /*max-height: 32px;*/
        color: #424142;
        /*font-size: 0.87em;*/
        font-size: 0.875rem;
        /*line-height: 16px;*/
        line-height: 1.14;
        font-family: 'DejaVu Sans';
       /* overflow: hidden;*/
    }

        #content .innerContent .leftContent .searchResult .lineTitle .paragraph a {
            color: #424142;
            font-family: 'DejaVu Sans';
        }

            #content .innerContent .leftContent .searchResult .lineTitle .paragraph a:hover {
                color: #358f78;
            }

    #content .innerContent .leftContent .searchResult .lineTitle .fileLine {
        display: block;
        width: 100%;
        text-align: center;
        border-right: 0px solid #ececec;
    }

        #content .innerContent .leftContent .searchResult .lineTitle .fileLine a {
            float: left;
            line-height: 11px;
            padding-top: 3px;
        }


/*-------------------aqedan me chavsvi--------------------*/

#content .leftContent .formLine .leftLabel input#Name {
    width: 83%;
    padding: 0 2% 0 14%;
    background: #fff url('../images/person_organization.png') no-repeat 3% center !important;
    background-size: 7% auto !important;
}

#content .leftContent .formLine .leftLabel input#Email {
    width: 83%;
    padding: 0 2% 0 14%;
    background: #fff url('../images/mail.png') no-repeat 3% center !important;
    background-size: 7% auto !important;
}

#content .leftContent .formLine .leftLabel input#PhoneNumber {
    width: 83%;
    padding: 0 2% 0 14%;
    background: #fff url('../images/phoneNumber.png') no-repeat 3% center !important;
    background-size: 7% auto !important;
}

#content .leftContent .formLine .leftLabel input#Address {
    width: 83%;
    padding: 0 2% 0 14%;
    background: #fff url('../images/address.png') no-repeat 3% center !important;
    background-size: 7% auto !important;
}

.fileUploadBlock {
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

#content .leftContent .formLine > .errorMessage {
    margin-bottom: 30px;
}

.fileUploadBlock span.buttonText {
    /* display: inline-block;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 39px;
    color: #000 !important;
    text-align: center;
    /*font-size: 16px;*/
    font-size: 1rem;
    /*line-height: 39px;*/
    line-height: 2.4375;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: 'BPG Nino Mtavruli';
    cursor: pointer;
    border: 1px solid #c5c5c5;
    float: left;
    background-color: #e9e9e9 !important;
}

    .fileUploadBlock span.buttonText:hover {
        background: #358f78 !important;
        color: #fff !important;
    }

.input-group .form-control {
    display: inline-block;
    width: 59%;
    height: 41px;
    color: #ffffff !important;
    text-align: left;
    border: 0px !important;
    border-radius: 0 !important;
    padding: 0 2% 0 14%;
    background: #929091 url('../images/file.png') no-repeat 3% center !important;
    background-size: 6% auto;
    float: left;
}

#content .leftContent .formLine .leftLabelFull {
    display: block;
    width: 135px;
    margin-right: auto !important;
    margin-left: auto;
    float: none;
}

    #content .leftContent .formLine .leftLabelFull input.sendButton {
        width: 100%;
        overflow: hidden;
    }

#content .leftContent .paragraphPublic p {
    margin-bottom: 20px;
}

#content .leftContent .paragraphPublic strong {
    display: block;
    margin-bottom: 20px;
}

#content .leftContent .paragraphPublic a {
    color: #358f78;
    font-weight: bold;
}

.g-recaptcha {
    margin-top: 13px;
}

#content .leftContent .formLine .leftLabel.captureLabel {
    margin-right: 0;
    width: 100%;
    float: left;
}
/*26.04*/
#content .leftContent .formLine h3 {
    color: #000;
    /*font-size: 16px;*/
    font-size: 1rem;
    /*line-height: 18px;*/
    line-height: 1.125;
    text-transform: uppercase;
    font-family: 'BPG Nino Mtavruli';
    margin-bottom: 30px;
}

#content .leftContent .formLine .approveText {
    display: block;
    color: #000;
    /*font-size: 16px;*/
    font-size: 1rem;
    /*line-height: 22px;*/
    line-height: 1.375;
    text-transform: uppercase;
    font-family: 'BPG Nino Mtavruli';
    margin-bottom: 50px;
    float: left;
}

#content .leftContent .formLine .k-checkbox:checked + .k-checkbox-label:before {
    color: #358f78;
}

#content .leftContent .formLine .leftLabel select {
    display: block;
    width: 100%;
    height: 39px;
    color: #000000;
    /*font-size: 14px;*/
    font-size: 0.87rem;
    line-height: 1;
    font-family: 'DejaVu Sans';
    border: 1px solid #c8c7c8;
    margin-top: 13px;
    padding: 0 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../images/select.png') no-repeat 98% center;
}

    #content .leftContent .formLine .leftLabel select:-ms-expand {
        display: none;
    }

#content .leftContent .formLine .leftLabel .k-datepicker {
    display: inline-block;
    width: 99%;
    height: 39px;
    color: #000000;
    font-size: 14px;
    font-family: 'DejaVu Sans';
    border: 1px solid #c8c7c8;
    margin-top: 13px;
}

#content .leftContent .formLine .leftLabel .k-picker-wrap {
    border-width: 0px;
}

    #content .leftContent .formLine .leftLabel .k-picker-wrap .k-input {
        width: 95% !important;
        margin: 0;
        border: 0;
        float: left;
    }

    #content .leftContent .formLine .leftLabel .k-picker-wrap .k-select {
        width: 2.571em;
        height: 39px;
        border-width: 0 0 0 0px;
        background: url('../images/select.png') no-repeat center center;
    }

        #content .leftContent .formLine .leftLabel .k-picker-wrap .k-select .k-icon:before {
            display: none;
        }

.k-animation-container {
    width: 320px !important;
}

#StartDate_dateview .k-calendar, #EndDate_dateview .k-calendar {
    width: 320px;
}

.k-popup.k-calendar-container, .k-popup.k-calendar-container {
    border: 1px solid #c8c7c8;
    background: #fff;
}

.k-calendar .k-header .k-link {
    color: #000000;
    /*font-size: 16px;*/
    font-size: 1rem;
    line-height: 1;
    font-family: 'DejaVu Sans';
}

#StartDate_dateview .k-calendar .k-header .k-link.k-nav-prev, #EndDate_dateview .k-calendar .k-header .k-link.k-nav-prev {
    background: url('../images/prevPage.png') no-repeat center center;
}

#StartDate_dateview .k-calendar .k-header .k-link.k-nav-next, #EndDate_dateview .k-calendar .k-header .k-link.k-nav-next {
    background: url('../images/nextPage.png') no-repeat center center;
}

#StartDate_dateview .k-button.k-button-icon .k-icon, #StartDate_dateview .k-grid-filter .k-icon, #StartDate_dateview .k-header .k-icon, #EndDate_dateview .k-button.k-button-icon .k-icon, #EndDate_dateview .k-grid-filter .k-icon, #EndDate_dateview .k-header .k-icon {
    display: none;
}

#StartDate_dateview .k-calendar td, #EndDate_dateview .k-calendar td {
    height: 43px;
    border-right: 1px solid #c8c7c8;
    border-bottom: 1px solid #c8c7c8;
}

.k-calendar .k-footer {
    border-top-width: 0px;
}

    .k-calendar .k-footer .k-nav-today {
        color: #000000;
        /*font-size: 16px;*/
        font-size: 1rem;
        line-height: 1;
        font-family: 'DejaVu Sans';
    }

#StartDate_dateview .k-calendar .k-content .k-link, #EndDate_dateview .k-calendar .k-content .k-link {
    color: #000000;
    /*font-size: 16px;*/
    font-size: 1rem;
    line-height: 1;
    font-family: 'DejaVu Sans';
}

#StartDate_dateview .k-calendar .k-content td.k-state-selected, #EndDate_dateview .k-calendar .k-content td.k-state-selected {
    background: #c8c7c8;
}

    #StartDate_dateview .k-calendar .k-content td.k-state-selected .k-link, #EndDate_dateview .k-calendar .k-content td.k-state-selected .k-link {
        color: #358f78;
    }

#content .innerContent .leftContent > .paragraphSuc {
    color: #358f78;
    /*font-size: 16px;*/
    font-size: 1rem;
    line-height: 1;
}

#StartDate_dateview .k-calendar td.k-other-month .k-link, #EndDate_dateview .k-calendar td.k-other-month .k-link {
    display: none;
}

#StartDate_dateview .k-calendar td:last-child, #EndDate_dateview .k-calendar td:last-child {
    border-right: 0px solid #c8c7c8;
}

#StartDate_dateview .k-calendar tr:first-of-type td, #EndDate_dateview .k-calendar tr:first-of-type td {
    border-top: 1px solid #c8c7c8;
}
/*-------------------aqamde me chavsvi--------------------*/
/*-----------------------------------------End of Search-------------------------------------------*/
/*--------------------------------------------Site map--------------------------------------------*/
#content .leftContentFull {
    width: 100%;
    overflow: hidden;
}

    #content .leftContentFull .siteMap {
        width: 80%;
        float: left;
    }

        #content .leftContentFull .siteMap > ul {
            display:flex;
            flex-wrap: wrap;
            width: 100%;
        }

            #content .leftContentFull .siteMap > ul > li {
                display: inline-block;
              /*  width: 22%;*/
                min-width: 26%;
               /* min-height: 380px;*/
               max-width:300px;
                margin-right: 3%;
                margin-bottom: 30px;
                float: left;
            }

                #content .leftContentFull .siteMap > ul > li > a {
                    display: inline-block;
                    color: #424142;
                    /*font-size: 14px;*/
                    font-size: 0.875rem;
                    /*line-height: 16px;*/
                    line-height: 1.14;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-family: 'BPG Nino Mtavruli';
                    margin-bottom: 20px;
                }

            #content .leftContentFull .siteMap > ul li ul li {
                margin-bottom: 10px;
            }

                #content .leftContentFull .siteMap > ul li ul li a {
                    color: #929092;
                    /*font-size: 14px;*/
                    font-size: 0.875rem;
                    /*line-height: 16px;*/
                    line-height: 1.14;
                    font-weight: normal;
                    text-transform: uppercase;
                    font-family: 'BPG Nino Mtavruli';
                }

    #content .leftContentFull .otherLinks {
        width: 18%;
        float: right;
    }

        #content .leftContentFull .otherLinks ul {
            width: 100%;
        }

            #content .leftContentFull .otherLinks ul li {
                margin-bottom: 20px;
            }

                #content .leftContentFull .otherLinks ul li a {
                    color: #424142;
                    /*font-size: 14px;*/
                    font-size: 0.875rem;
                    /*line-height: 16px;*/
                    line-height: 1.14;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-family: 'BPG Nino Mtavruli';
                }
/*-----------------------------------------End of Site map----------------------------------------*/
/* ---------------------------------------------------------------- */
#adaptiveBlock {
    width: 80.93%;
    max-width: 420px;
    position: absolute;
    /*bottom: 110px;*/
    /*top: 0px;*/
    left: 0;
}

#apd {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-left: 2%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #fff !important;
    border-radius: 25px;
}

    #apd img {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

#allFunctions {
    /* display: block !important;*/
    padding: 10px;
    position: absolute;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#close {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 2% 0 0;
    border: 0;
    float: right;
    position: relative;
    background: none;
    cursor: pointer;
}

    #close span {
        display: block;
        height: 2px;
        width: 20px;
        position: absolute;
        top: 8px;
        right: 0;
        background: #d10000 !important;
        border-radius: 2px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #close:hover span {
        background: #348f78;
    }

    #close span:last-of-type {
        right: initial;
        left: 0;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

#allFunctions .flexCont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 96%;
    margin: auto;
}

    #allFunctions .flexCont .simpleFunction {
        width: 100%;
        /*margin-top: 10px;*/
        margin-bottom: 10px;
        /* margin-right: 3%;*/
    }

        #allFunctions .flexCont .simpleFunction .buttonLine {
            display: flex;
            flex-wrap: wrap;
            padding: 0 2% 10px 2%;
            margin-bottom: 10px;
            border-bottom: 1px solid #dedede;
        }

        #allFunctions .flexCont .simpleFunction h2 {
            width: 100%;
            flex-basis: 100%;
            color: #0E3B58 !important;
            font-size: 0.93rem;
            line-height: 1.13;
            font-family: 'DejaVu Sans';
            font-weight: normal;
            margin-bottom: 5px;
        }

        #allFunctions .flexCont .simpleFunction button {
            display: inline-block;
            color: #000 !important;
            font-size: 0.93rem;
            line-height: normal;
            font-family: 'DejaVu Sans';
            padding: 5px 10px;
            margin: 5px 4% 5px 0;
            background: #fff;
            border: 1px solid #0E3B58;
            cursor: pointer;
        }

            #allFunctions .flexCont .simpleFunction button.selectedfontSize,
            #allFunctions .flexCont .simpleFunction button.selectedlineHeight,
            #allFunctions .flexCont .simpleFunction button.selectedLetterSpace,
            #allFunctions .flexCont .simpleFunction button.selectedBackground,
            #allFunctions .flexCont .simpleFunction button.selectedImageFilter {
                border: 2px solid #0E3B58;
                box-shadow: inset 0 0 5px #0E3B58;
            }

        #allFunctions .flexCont .simpleFunction #whiteBlack {
            color: #000 !important;
            background-color: #fff !important;
        }

        #allFunctions .flexCont .simpleFunction #blackWhite {
            color: #fff !important;
            background-color: #000 !important;
        }

        #allFunctions .flexCont .simpleFunction #blueBlue {
            color: #063462 !important;
            background-color: #9dd1ff !important;
        }


        #allFunctions .flexCont .simpleFunction #removeGreen {
            background: green !important;
            color: #fff !important;
        }

        #allFunctions .flexCont .simpleFunction #removeRed {
            background: red !important;
            color: #fff !important;
        }

        #allFunctions .flexCont .simpleFunction #allColors {
            background: black !important;
            color: #fff !important;
        }

#allFunctions #removeAllForDisabled {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 19px;
    color: #358f78 !important;
    font-size: 0.93rem;
    line-height: 1.13;
    font-family: "Conv_BPG_Arial_2010";
    padding: 10px 15px;
    margin: 0 4% 10px 0;
    /* float: right; */
    background: #fff !important;
    border: 1px solid #358f78;
    cursor: pointer;
}



/*----------------------------------responcive-----------------------------------------------*/
/*1865*/
@media screen and (max-width: 1865px) {
    /*center content*/
    .center {
        width: 60.93%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /* left: 19.535%;*/
    }
    /*menu*/
    .dropdowns {
        width: 60.93%;
        max-width: 1200px;
    }

    .nav > li {
        padding: 0 3.5% 0 0.43%; /*45*/
    }
}
/*1795*/
@media screen and (max-width: 1795px) {
    /*center content*/
    .center {
        width: 61.93%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /*left: 18.535%;*/
    }
    /*search*/
    .searchForm {
        margin: 25px 0 12px 1.8%;
    }
    /*menu*/
    .dropdowns {
        width: 61.93%;
        max-width: 1200px;
    }

    .nav > li > span {
        right: 1em;
    }
}
/*1765*/
@media screen and (max-width: 1765px) {
    /*center content*/
    .center {
        width: 65.93%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /* left: 17.035%;*/
    }
    /*menu*/
    .dropdowns {
        width: 65.93%;
        max-width: 1200px;
    }

    .nav > li {
        padding: 0 3.97% 0 0.43%; /*45*/
    }
}
/*1740*/
@media screen and (max-width: 1740px) {
    /*center content*/
    .center {
        width: 70.93%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /* left: 14.535%;*/
    }
    /*menu*/
    .dropdowns {
        width: 70.93%;
        max-width: 1200px;
    }

    .nav > li {
        padding: 0 4.3% 0 0.43%; /*45*/
    }
}
/*1675*/
@media screen and (max-width: 1675px) {
    /*center content*/
    .center {
        width: 75.93%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /*left: 12.035%;*/
    }
    /*menu*/
    .dropdowns {
        width: 75.93%;
        max-width: 1200px;
    }

    .nav > li {
        padding: 0 4.3% 0 0.43%; /*45*/
    }
}
/*1570*/
@media screen and (max-width: 1570px) {
    /*center content*/
    .center {
        width: 80%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /* left: 10%;*/
    }
    /*menu*/
    .dropdowns {
        width: 80%;
        max-width: 1200px;
    }

    .nav > li {
        padding: 0 4.8% 0 0%; /*45*/
    }

    .nav li:last-of-type ul {
        position: absolute;
        left: initial;
        right: -9999px;
    }

    .nav li.hover:last-of-type ul {
        position: absolute;
        right: 0%;
    }
}
/*1560*/
@media screen and (max-width: 1560px) {
    .socialMedia li.weather, .socialMedia li.air, .socialMedia li.mkhileba {
        width: 45px;
        height: 42px;
       
    }
        .socialMedia li.weather a {
            background-color: rgba(255,255,255,0);
        }
        .socialMedia li.weather a:before {
            margin-left: -46px;
        }
        .socialMedia li.air.newAir a {
            background-color: rgba(255,255,255,0);
            text-indent: -9999px;
        }

        .socialMedia li.weather a, .socialMedia li.air a, .socialMedia li.mkhileba a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
            padding: 0;
            background-size: cover;
            background-position: center center;
        }
}
/*1495*/
@media screen and (max-width: 1495px) {
    /*center content*/
    .center {
        width: 86%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /* left: 7%;*/
    }
    /*menu*/
    .dropdowns {
        width: 86%;
        max-width: 1200px;
    }
}
/*1395*/
@media screen and (max-width: 1395px) {
    /*center content*/
    .center {
        width: 90%;
        max-width: 1200px;
    }

    header .logoWrapper .center {
        /*left: 5%;*/
    }
    /*menu*/
    .dropdowns {
        width: 90%;
        max-width: 1200px;
    }
}
/*1335*/
@media screen and (max-width: 1335px) {
    /*menu*/
    .nav > li {
        padding: 0 4% 0 0.4%; /*45*/
    }
}
/*1280*/
@media screen and (max-width: 1280px) {
    /*menu*/
    .nav > li {
        padding: 0 3.7% 0 0.4%; /*45*/
    }
    /*AgenciesOfTheMinistry*/
    #content .innerContent .leftContent .flexBox .newsPaper {
        width: 28.8%;
        margin-right: 5.96%;
    }
    /*projects*/
    #content .innerContent .leftContent .flexBox .project:nth-child(3n+3) {
        margin-right: 5.96%;
    }
}
/*1240*/
@media screen and (max-width: 1240px) {
    /*menu*/
    .nav > li {
        padding: 0 3.5% 0 0.4%; /*45*/
    }
}
/*1220*/
@media screen and (max-width: 1220px) {
    /*menu*/
    .nav > li {
        padding: 0 3.3% 0 0.4%; /*45*/
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 68%;*/
    }
    /*site map*/
    #content .leftContentFull .siteMap > ul > li {
        display: inline-block;
        width: 30%;
    }
}
/*1195*/
@media screen and (max-width: 1195px) {
    /*menu*/
    .nav > li {
        padding: 0 3.1% 0 0.4%; /*45*/
    }
}
/*1175*/
@media screen and (max-width: 1175px) {
    /*social media*/
    .socialMedia {
        width: 42px;
    }

    .socialMediaInContent {
        width: 100%;
    }

    .socialMedia li {
        width: 42px;
    }

        .socialMedia li.weather, .socialMedia li.air, .socialMedia li.mkhileba {
            width: 35px;
        }
    /*header*/
    header .logoWrapper .center h1 a {
        /*font-size: 22px;*/
        font-size: 1.375rem;
        /*line-height: 24px;*/
        line-height: 1.09;
    }
    /*menu*/
    .nav > li {
        padding: 0 2.8% 0 0.4%; /*45*/
    }
    /*AgenciesOfTheMinistry*/
    #content .innerContent .leftContent .flexBox .newsPaper {
        width: 30%;
        margin-right: 3.96%;
    }
}
/*1140*/
@media screen and (max-width: 1140px) {
    /*menu*/
    .nav > li {
        padding: 0 2.1% 0 0.8%; /*45*/
    }

        .nav > li > span {
            right: 0.3em;
        }
    /*new*/
    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 64%;*/
        max-width: 60%;
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
    }
}
/*1110*/
@media screen and (max-width: 1110px) {
    /*menu*/
    .nav > li {
        padding: 0 1.8% 0 0.8%; /*45*/
    }

        .nav > li > span {
            right: 0.3em;
        }
}
/*1085*/
@media screen and (max-width: 1085px) {
    /*menu*/
    .nav > li {
        padding: 0 1.5% 0 0.8%; /*45*/
    }

        .nav > li > span {
            right: 0.3em;
        }
    /*AgenciesOfTheMinistry*/
    #content .innerContent .leftContent .flexBox .newsPaper {
        width: 30%;
        max-width: 200px;
        margin-right: 3%;
        padding-right: 0.5%;
    }
    /*projects*/
    #content .innerContent .leftContent .flexBox .project:nth-child(3n+3) {
        margin-right: 3%;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /* max-width: 66%;*/
    }
}

@media screen and (max-width: 1060px) {
    /*header*/
    header .logoWrapper .center h1 a {
        /*font-size: 20px;  */
        font-size: 1.25rem;
        /*line-height: 22px;*/
        line-height: 1.1;
    }
    /*menu*/
    .dropdowns {
        width: 90%;
        min-height: 20px;
        /*padding: 0 5%;*/
        margin: 25px auto 20px auto;
        position: relative;
        /*z-index: 9999;*/
        z-index: 91;
    }

    .nav {
        display: none;
        width: 90%;
        position: absolute;
        top: -10px;
        left: 0;
        padding: 50px 5% 0 5%;
        background: #f6f6f6;
        transition: all 0.42s ease-in-out, background 0.42s ease-in-out;
        float: left;
    }

    .active {
        display: block;
    }

    .toggleMenu {
        display: inline-block;
        color: #000000;
        /*font-size: 15px;*/
        font-size: 0.93rem;
        /*line-height: 20px;*/
        line-height: 1.33;
        vertical-align: middle;
        font-family: 'BPG Nino Mtavruli';
        /*text-transform: uppercase;*/
        position: relative;
        z-index: 10;
        float: right;
    }

    .nav ul {
        display: block;
        width: 100%;
    }
    /* Icon 1 */
    #nav-icon1 {
        display: inline-block;
        width: 20px;
        height: 20px;
        /*position: relative;*/
        margin-right: 10px;
        margin-top: 2px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        /*cursor: pointer;*/
        float: left;
    }

        #nav-icon1 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #348f78;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }

            #nav-icon1 span:nth-child(2) {
                top: 5px;
            }

            #nav-icon1 span:nth-child(3) {
                top: 10px;
            }

        #nav-icon1.open span:nth-child(1) {
            top: 5px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 5px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .nav > li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 13px;
        position: relative;
    }

        .nav > li > .parent, .nav > li > a {
            display: inline;
            width: auto;
            padding: 0;
            cursor: pointer;
        }

        .nav > li > span {
            display: block;
            width: 14px;
            height: 3px;
            position: relative;
            top: 0;
            right: 0;
            margin: 13px auto 0 auto;
        }

        .nav > li.hover > ul, .nav li li.hover ul {
            position: static;
        }
    /*image block*/
    #imageBlock {
        height: 150px;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 64%;*/
    }
}
/*930*/
@media screen and (max-width: 930px) {
    /*logo*/
    header .logoWrapper .center h1 a.globe {
        margin-right: 1.2em;
    }

    header .logoWrapper .center h1 a {
        /*font-size: 18px;*/
        font-size: 1.125rem;
        /*line-height: 20px;*/
        line-height: 1.11;
    }
    /*image block*/
    #imageBlock {
        height: 120px;
    }
    /*new*/
    #content .leftContent .simpleNews .newsDesc {
        max-width: 49%;
        /* max-width: 100%;*/
        padding-left: 4%;
        /*padding-left: 0%;*/
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }

        #content .leftContent .simpleNews .newsDesc .paragraph {
            display: none;
        }

    #content .leftContent .simpleNews time {
        margin-right: 2%;
        padding: 14px 1% 14px 0.4%;
    }
    /*AgenciesOfTheMinistry*/
    #content .innerContent .leftContent .flexBox .newsPaper, #content .innerContent .leftContent .flexBox .newsPaper:nth-child(3n+3) {
        width: 44.5%;
        max-width: 300px;
        margin-right: 9%;
        padding-right: 0.5%;
    }

        #content .innerContent .leftContent .flexBox .newsPaper:nth-child(2n+2) {
            margin-right: 0%;
        }
    /**/

    #content .innerContent .leftContent .flexBox .project:nth-child(2n+2) {
        margin-right: 9%;
    }

    #content .innerContent .leftContent .flexBox .project:nth-child(2n+1) {
        margin-right: 0%;
    }
    /*structure*/
    .cf {
        width: 99%;
    }

    #content .leftContentEx .structureTree {
        width: 96%;
    }

        #content .leftContentEx .structureTree .org-chart > ul > li > a {
            width: 92%;
        }

        #content .leftContentEx .structureTree .org-chart ul a {
            overflow-wrap: normal;
            word-break: normal;
        }

        #content .leftContentEx .structureTree .org-chart > ul > li > ul {
            border-left: 2px solid #c8c7c8;
            position: relative;
        }

            #content .leftContentEx .structureTree .org-chart > ul > li > ul:after {
                display: none;
            }

            #content .leftContentEx .structureTree .org-chart > ul > li > ul > li {
                width: 96% !important;
                padding-left: 3%;
                margin-left: 0%;
            }

                #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:before, #content .leftContentEx .structureTree .org-chart > ul > li > ul > li:first-child:before, #content .leftContentEx .structureTree .org-chart > ul > li > ul > li.noChild:before {
                    content: '';
                    display: block;
                    width: 5%;
                    height: 0px;
                    border-bottom: 2px solid #c8c7c8;
                    z-index: 1;
                    top: 37px;
                    margin-top: -2px;
                    left: 0;
                }

                #content .leftContentEx .structureTree .org-chart > ul > li > ul > li.noChild:last-of-type {
                    margin-bottom: 50px;
                }

                    #content .leftContentEx .structureTree .org-chart > ul > li > ul > li.noChild:last-of-type:before {
                        content: '';
                        display: block;
                        width: 5%;
                        height: 0px;
                        border-bottom: 2px solid #c8c7c8;
                        z-index: 1;
                        top: 37px;
                        margin-top: -2px;
                        left: 0;
                    }

                #content .leftContentEx .structureTree .org-chart > ul > li > ul > li li {
                    width: 92%;
                    margin-left: auto;
                    margin-right: auto;
                }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /* max-width: 60%;*/
    }
}
/*900*/
@media screen and (max-width: 900px) {
    #content .leftContent .formLine .leftLabel > span.formTitleEx {
        min-height: 54px;
    }
}
/*880*/
@media screen and (max-width: 880px) {
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /* max-width: 57%;*/
    }
    /*site map*/
    #content .leftContentFull .siteMap > ul > li {
        display: inline-block;
        width: 47%;
    }
}
/*800*/
@media screen and (max-width: 800px) {

    /*content*/
    #content .center {
        width: 84%;
    }

    #content .leftContent {
        width: 100%;
        float: none;
    }

        #content .leftContent > h2 {
            text-align: center;
        }
    /*slider*/
    .da-slider {
        height: 250px;
    }
    /*news*/
    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 60%;*/
        max-width: 54%;
        padding-left: 4%;
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }
    /**/
    #content .rightContent {
        width: 100%;
        max-width: 385px;
        float: none;
        margin: auto;
    }

        #content .rightContent .rightBlock h2 {
            text-align: center;
        }
    /*inner content*/
    #content .innerContent {
        margin-top: 0px;
        padding: 0;
    }

        #content .innerContent .rightContent ul {
            margin-top: 20px;
            margin-bottom: 40px;
        }

        #content .innerContent .leftContent > .paragraph > img {
            max-width: 75%;
        }
        /*minister*/
        #content .innerContent .leftContent .infoBlock .personImage {
            display: block;
            width: 96%;
            max-width: 365px;
            float: none;
            margin: auto;
        }

        #content .innerContent .leftContent .infoBlock h2 {
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

        #content .innerContent .leftContent .infoBlock h3 {
            text-align: center;
        }
        /*news*/
        #content .innerContent .leftContent .simpleNews .newsDesc {
            /* max-width: 64%;*/
        }
    /*site map*/
    #content .leftContentFull .siteMap {
        width: 60%;
    }

    #content .leftContentFull .otherLinks {
        width: 38%;
        float: right;
    }

    #content .leftContentFull .siteMap > ul > li {
        display: inline-block;
        width: 100%;
        min-height: auto;
    }
    /*archive*/
    #content .innerContent .leftContent .archiveItem {
        display: inline-block;
        width: 40%;
    }

    #content .innerContent .leftContent .archiveItemM {
        margin-left: 0%;
    }
    /*subscribe*/
    #content .leftContent .contactFormPublic .formLine .leftLabel {
        display: block;
        width: 96%;
        max-width: 355px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    #content .leftContent .formLine > .errorMessage {
        display: block;
        width: 96%;
        max-width: 355px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .fileUploadBlock {
        width: 100%;
        max-width: 355px;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        /*margin-bottom: 30px;*/
    }

    .input-group .form-control {
        display: block;
        width: 99%;
        padding: 0 2% 0 14%;
        background: #929091 url(../images/file.png) no-repeat 3% center;
        background-size: 7% auto;
    }

    .fileUploadBlock span.buttonText {
        display: inline-block;
        width: 94.4%;
        height: auto;
        min-height: 18px;
        text-align: center;
        font-size: 16px;
        padding: 12px 2% 9px 2%;
        line-height: 18px;
        text-wrap: normal;
    }

    #content .leftContent .formLine .leftLabel > span.formTitleEx {
        min-height: 36px;
    }
}
/*740*/
@media screen and (max-width: 740px) {
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /* max-width: 62%;*/
    }
}
/*700*/
@media screen and (max-width: 700px) {
    header .center ul li.siteMap {
        display: none;
    }
}
/*675*/
@media screen and (max-width: 675px) {
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 60%;*/
    }
    /*projects*/
    #content .innerContent .leftContent .projectsTabs li {
        width: 49%;
    }

        #content .innerContent .leftContent .projectsTabs li button {
            display: block;
            width: 94%;
            /*font-size: 18px;*/
            font-size: 1.125rem;
            /*line-height: 20px;*/
            line-height: 1.11;
            min-width: initial;
            padding: 12px 3% 6px 3%;
        }
}
/*635*/
@media screen and (max-width: 635px) {
    #content .leftContent .formLine .leftLabel > span.formTitleEx {
        min-height: 54px;
    }

    #content .leftContent .formLine .leftLabel > span.k-datepicker {
        min-height: 39px;
    }
}
/*620*/
@media screen and (max-width: 620px) {
    /*news*/
    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 55%;*/
        max-width: 49%;
        padding-left: 4%;
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }
    /*inner content*/
    #content .innerContent .leftContent > .paragraph > img {
        display: block;
        width: 100%;
        max-width: 385px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 57%;*/
    }
    /*news inner*/
    #content .innerContent .leftContent .infoBlock .imageBlock {
        display: block;
        width: 96%;
        max-width: 385px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        float: none;
        overflow: hidden;
    }

    #content .innerContent .leftContent .paragraph h3.newsTitle {
        margin-top: 20px;
    }
    /*site map*/
    #content .leftContentFull .siteMap {
        width: 100%;
    }

    #content .leftContentFull .otherLinks {
        width: 100%;
        float: right;
    }
}
/*570*/
@media screen and (max-width: 570px) {
    /*top line*/
    .searchForm input:focus {
        width: 100px;
    }

    header .center ul li:first-of-type {
        padding: 29px 0 18px 0.63em;
        margin-left: 0em;
    }

        header .center ul li:first-of-type a {
            display: none;
        }
    /*logo*/
    header .logoWrapper .center h1 a.globe {
        margin-right: 1em;
    }

    header .logoWrapper .center h1 a {
        /*font-size: 16px;*/
        font-size: 1rem;
        /*line-height: 18px;*/
        line-height: 1.125;
    }
    /*DeputyMinisters*/
    #content .innerContent .leftContent .simplePerson {
        padding-bottom: 0;
    }

        #content .innerContent .leftContent .simplePerson .personImage, #content .innerContent .leftContent .simplePerson h2, #content .innerContent .leftContent .simplePerson .paragraph {
            width: 96%;
            max-width: 385px;
            float: none;
            margin: 0 auto 10px auto;
        }

        #content .innerContent .leftContent .simplePerson h2 {
            margin: 15px auto 0px auto;
        }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 55%;*/
    }
}
/*540*/
@media screen and (max-width: 540px) {
    /*news*/
    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 50%;*/
        max-width: 44%;
        padding-left: 4%;
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 52%;*/
    }
}
/*500*/
@media screen and (max-width: 500px) {
    /*social media*/
    .socialMedia {
        display: none;
    }

    .socialMediaInContent {
        display: block;
        width: 100%;
    }

    .socialMediaInContent {
        
        display:flex;
        flex-wrap:wrap;
        
    }
        /*, .socialMedia li.onlineHelp, .socialMedia li.onlineWeb, .socialMedia li.air sg*/
        .socialMediaInContent li, .socialMedia li.weather, .socialMedia li.air, .socialMedia li.mkhileba {
            display: inline-block;
            width: 45px;
            height: 32px;
            margin: 7px 4% 7px 4%;
            float: none;
        }
    /*top line*/
    .searchForm {
        display: none;
    }

    header .center ul li {
        padding: 24px 0.63em 9px 0.63em;
    }

        header .center ul li:first-of-type {
            padding: 24px 0.63em 9px 0.63em;
        }

            header .center ul li:first-of-type a {
                display: block;
            }
    /*content*/
    #content .center {
        width: 90%;
    }
    /*news*/
    #content .leftContent .simpleNews a {
        padding: 11px 1%;
    }

    #content .leftContent .simpleNews time {
        min-width: 35px;
        margin-right: 2%;
        padding: 7px 1% 7px 0%;
    }

        #content .leftContent .simpleNews time span {
            /* font-size: 30px;*/
            font-size: 1.875rem;
            /*line-height: 30px;*/
            line-height: 1;
            margin-bottom: 5px;
        }

    #content .leftContent .simpleNews .imageBlock {
        /*width: 22%;
        min-width: 90px;*/
        width: 50%;
        min-width: 117px;
        margin-bottom: 10px;
    }

    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 55%;*/
        max-width: 100%;
        padding-left: 0%;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /*max-width: 54%;*/
    }

    #content .leftContent .simpleNews .newsDesc .paragraph {
        display: none;
    }

    #content .leftContent .simpleNews .newsDesc h2 {
        max-height: initial;
    }
    /*archive*/
    #content .innerContent .leftContent .archiveItem {
        display: block;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    #content .innerContent .leftContent .archiveItemM {
        margin-left: auto;
    }
}

/*480*/
@media screen and (max-width: 480px) {
    /*logo*/
    header .logoWrapper {
        height: 63px;
    }

        header .logoWrapper .center {
            height: 89px;
            margin-top: -13px;
        }

            header .logoWrapper .center h1 a {
                /* font-size: 14px;*/
                font-size: 0.875rem;
                /*line-height: 16px;*/
                line-height: 1.14;
                max-height: 48px;
            }

                header .logoWrapper .center h1 a.globe {
                    display: inline-block;
                    width: 89px;
                    height: 89px;
                    max-height: 89px;
                    background-size: 89px auto;
                    border-radius: 43px;
                    margin-right: 0.89em;
                }
    /*menu*/
    /*.dropdowns {
        margin: 15px auto 10px auto;
    }*/
    #adaptiveBlock {
        width: 96.93%;
    }
    /*image block*/
    #imageBlock {
        height: 85px;
        margin-bottom: 30px;
    }

        #imageBlock .imageThird {
            width: 49.26%;
        }

            #imageBlock .imageThird:last-of-type {
                display: none;
            }
    /*AgenciesOfTheMinistry*/
    #content .innerContent .leftContent .flexBox .newsPaper, #content .innerContent .leftContent .flexBox .newsPaper:nth-child(3n+3) {
        width: 96%;
        max-width: 300px;
        float: none;
        margin: 0 auto 20px auto;
    }

        #content .innerContent .leftContent .flexBox .newsPaper:nth-child(2n+2) {
            float: none;
            margin: 0 auto 20px auto;
        }
    /*project*/
    #content .innerContent .leftContent .projectsTabs li {
        width: 100%;
        margin-right: auto;
        margin-right: auto;
        float: none;
    }

    #content .innerContent .leftContent .flexBox .project:nth-child(2n+1) {
        margin-right: auto;
    }
    /*contact*/
    #content .leftContent .formLine .leftLabel {
        width: 100%;
        margin-bottom: 15px;
    }

    #content .innerContent .leftContent .ac-container-regions article .contactInfo {
        max-width: 100%;
        margin-bottom: 10px;
        float: left;
    }

    #content .innerContent .leftContent .ac-container-regions article .simpleRegion .mapLink {
        max-width: initial;
        margin-top: 0px;
        float: left;
    }

    #content .innerContent .leftContent .ac-container-regions article .simpleRegion {
        width: 94%;
        padding: 12px 2% 12px 4%;
    }

    #content .innerContent .leftContent .ac-container-regions article .contactInfo li div {
        width: 60%;
    }

    #content .leftContent .contactInfo li a {
        word-break: break-all;
    }

    #content .leftContent .formLine .leftLabel > span.formTitleEx {
        min-height: 18px;
    }
    /*search*/
    #content .innerContent .leftContent .searchResult .fileLine {
        display: block;
        width: 100%;
        border-right: 0;
        margin-bottom: 10px;
    }

    #content .innerContent .leftContent .searchResult .lineTitle {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
/*400*/
@media screen and (max-width: 400px) {
    header .center ul li:first-of-type a {
        display: none;
    }

    #content .leftContent .simpleNews .newsDesc {
        max-width: 55%;
        padding-left: 4%;
    }
    #content .leftContent .adaptiveNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }
}
/*385*/
@media screen and (max-width: 385px) {
    #content .leftContent .simpleNews .newsDesc {
        /*max-width: 52%;*/
        max-width: 100%;
        /*padding-left: 4%;*/
        padding-left: 0%;
    }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        /* max-width: 52%;*/
    }
}
/*360*/
@media screen and (max-width: 360px) {
    /*news*/
    #content .leftContent .simpleNews a {
        padding: 11px 1%;
    }

    #content .leftContent .simpleNews time {
        min-width: 35px;
        margin-right: 2%;
        padding: 7px 1% 7px 0%;
    }

    #content .leftContent .simpleNews time {
        display: table-cell;
        width: 15.1%;
        min-width: 65px;
        color: #424142;
        /*font-size: 0.68em;*/
        font-size: 0.6875rem;
        /*line-height: 11px;*/
        line-height: 1;
        text-align: center;
        /*text-transform: uppercase;*/
        font-family: 'BPG Nino Mtavruli';
        border-right: 1px solid #e4e3e4;
        padding: 17px 0.4%;
        margin-right: 5%;
        float: left;
        margin-bottom: 10px;
    }

        #content .leftContent .simpleNews time span {
            /*font-size: 40px;*/
            font-size: 2.5rem;
            /*line-height: 40px;*/
            line-height: 1;
            margin-bottom: 5px;
        }

    #content .leftContent .simpleNews .imageBlock {
        width: 50%;
        min-width: 117px;
        margin-bottom: 10px;
    }

    #content .leftContent .simpleNews .newsDesc {
        max-width: 100%;
        padding-left: 0%;
    }

        #content .leftContent .simpleNews .newsDesc .paragraph {
            display: none;
        }

        #content .leftContent .simpleNews .newsDesc h2 {
            max-height: initial;
        }
    /*news*/
    #content .innerContent .leftContent .simpleNews .newsDesc {
        max-width: 100%;
    }
    /*Reports*/
    #content .innerContent .leftContent .contentLine .fileLine {
        display: block;
        width: 100%;
    }

    #content .innerContent .leftContent .contentLine .lineTitle {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #content .leftContent .formLine .leftLabel, #content .leftContent .formLine .approveText, #content .leftContent .formLine h3 {
        width: 90%;
        margin-right: 0;
    }
}
/*320*/
@media screen and (max-width: 320px) {

    /*logo*/
    header .logoWrapper {
        height: 63px;
    }

    header .logoWrapper .center {
        height: 89px;
        margin-top: -13px;
    }

    header .logoWrapper .center h1 a {
        /*font-size: 13px;*/
        font-size: 0.8125rem;
        /*line-height: 15px;*/
        line-height: 1.1538;
        max-height: 45px;
    }

    header .logoWrapper .center h1 a.globe {
        display: inline-block;
        width: 89px;
        height: 89px;
        max-height: 89px;
        background-size: 89px auto;
        border-radius: 43px;
        margin-right: 0.89em;
    }
    /*menu*/
    .dropdowns {
        /*margin: 15px auto 10px auto;*/
    }
    /*image block*/
    #imageBlock {
        height: 85px;
        margin-bottom: 30px;
    }

    #content .leftContent .formLine .leftLabel, #content .leftContent .formLine .approveText, #content .leftContent .formLine h3 {
        width: 88%;
        margin-right: 0;
    }
}
/*----------------------------------End of responcive------------------------------------------------*/
/*added 11.04.2024*/
/*#content .leftContent.mainLeft {
    width:100%;
    margin-top:40px;
}*/
#content .leftContent.mainLeft .da-slider {
    height:500px;
}
/*#content .rightContent.mainRight {
    display:flex;
    width:100%;
    justify-content:space-between;
    float:none;
}
#content .rightContent.mainRight .calendar  {
    max-width:385px;
}
#content .rightContent.mainRight .rightBlock {
    width:385px;
    height:100%;
    margin-top:50px;
}*/

/*structure popUp */

#content .leftContent.mainLeft {
    width:100%;
    margin-top:40px;
}
.flexRow {
    display: flex;
 
}
.flexColumn {
    display:flex;
    flex-direction:column;
}  
.newsColumn { 
    display:flex;
    flex-direction:column;
}
.flexColumn .calendar {
   width:384px;
}
.rightBlock {
    height:250px;
}
#donors {
    height:100%;
}

.mainPop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 100%;
    width: 40%;
    width: 900px;
}
.mainPop .popUpFlex {
    display:flex;
    width:100%;
    height:100%;
    
}
    .mainPop .popUpFlex .popupImage {
        display: flex;
        width: 300PX;
        height: 300px;
        position: relative;
        justify-content: center;
        align-items: center;
        background: url('../images/ertinophoto.jpg') no-repeat center center; 
        background-size:80%;
    }
    .mainPop .popUpFlex .popupImage img{
        display:flex;
        justify-content:center;
        align-items:center;
        width:100%;
        height:100%;
        object-fit:cover;
        min-width:300PX;
    }
    .mainPop .popUpFlex .popupImage:after {
        content:'';
        display:block;
        width:1px;
        height:80%;
        border-right:1px solid rgba(0,0,0,0.6);
        position:absolute;
        right:-20px;
    }
    .mainPop .popUpFlex .popupText {
        display: flex;
        flex-direction:column;
        width: 50%;
        flex-wrap:wrap;
        margin-left:50PX;
       
    }
.popParagraph {
    display: flex;
    font-size: 0.87em;
    color: #424142;
    line-height: 1;
    font-family: 'DejaVu Sans' !important;
    margin-top:40px;
}
        .mainPop .popUpFlex .popupText h4 {
            display: flex;
            width: 90%;
            font-family: 'BPG Nino Mtavruli';
            font-size:16px;
            line-height:19px;
            height:19px;
            margin:0;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for transparency */
    z-index: 999; /* Ensure it's above other content */
}
#closePopup {
    position:absolute;
    top: -1%;
    right: -5%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center center !important;
    background-size: 100% auto !important;
    z-index: 8040;
    text-indent:-9999px;
}

    /*responsive form main page added */
    @media screen and (max-width: 1050px) {
        .flexRow {
            display: flex;
            flex-direction: column;
        }

        .flexColumn {
            align-items: center;
        }

        .rightBlock {
            min-width: 300px;
        }
        /*STRUCTURE POPUP*/
        .mainPop {
            width: 700PX;
        }
    }
@media screen and (max-width: 850px) {
    .mainPop {
       width:400px;
    }
        .mainPop .popUpFlex {
            flex-direction:column;
        }
            .mainPop .popUpFlex .popupImage:after {
                display:none;
            }
            .mainPop .popUpFlex .popupImage {
                width: 100%;
            }
            .mainPop .popUpFlex .popupText {
                width:100%;
                margin-left:0;
                margin-top:40px;
            }
    #closePopup {
        right:-9%;
    }
}
@media screen and (max-width: 550px) {
    .mainPop {
        width: 300px;
    }
}
    @media screen and (max-width: 500px) {
        #content .rightContent .socialMediaInContent li, #content .rightContent .socialMedia li.weather, #content .rightContent .socialMedia li.air, #content .rightContent .socialMediaInContent li.sg, #content .rightContent .socialMediaInContent li.mkhileba {
            display: inline-block;
            width: 45px;
            height: 42px;
            margin: 7px 4% 7px 4%;
            float: none;
        }

        .socialMedia li.weather a:before {
            margin-left: -44px;
        }

        .socialMediaInContent li.air a {
            background: #307E64 url('../images/MepaAirNew.png') no-repeat left center;
        }
    }
    #iframeStyle {
        border:1px solid #f9f9f9
    }

