@charset "UTF-8";

/* Scss Document */
/* Scss Document */
/* main content width:1720*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**/
html,
body {
  width: 100%;
  height: 100%;
}
:root {
    font-size: 16px;
    line-height: 1;
}

a {
    color: inherit;
    text-decoration: none!important;
}

li {
  list-style-type: none;
}

legend {
  display: none;
}

fieldset {
  border: 0;
}

img {
  border: 0;
}

input {
  outline: none;
  box-shadow: 0;
  border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
  box-shadow: 0;
  border: 0;
}

body {
  background-color: #F7F6FA;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font: inherit;
}

/*fonts*/
 @font-face {
  font-family: 'Conv_BPG_Arial_2010';
  src: url("../fonts/BPG_Arial_2010.eot");
  src: local("☺"), url("../fonts/BPG_Arial_2010.ttf") format("truetype"), url("../fonts/BPG_Arial_2010.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@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: 'FiraGO';
    src: url("../fonts/FiraGO-Medium.eot");
    src: local("☺"), url("../fonts/FiraGO-Medium.woff") format("truetype"), url("../fonts/FiraGO-Medium.woff2") format("svg");
}


#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/LeftIremii.png) no-repeat bottom 0 left 0, url(../images/rightIremi.png) no-repeat bottom 0 right 0;

}

.center {
  display: flex;
  justify-content: space-between;
  max-width: 1640px;
  width: 85.41%;
  margin: auto;
  overflow: hidden;
}

#contentWrapper {
  display: flex;
  padding-bottom: 300px;
  margin-bottom: 60px;
  margin-top: 80px;
  /* ეს რა თქმა უნდა დროებით */
}

.leftContent {
  width: 71.95%;
  height: 100%;
}

.rightContent {
  width: 25%;
}
/*--------------------------------------home------------------------------------------------*/
/* .scrollTop {
display: none;
width: 34px;
height: 34px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: fixed;
right: 2%;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out; }
.scrollTop:hover {
    -webkit-box-shadow: inset 0px 0px 5px #fff;
    -moz-box-shadow: inset 0px 0px 5px #fff; 
    box-shadow: inset 0px 0px 5px #fff; 
} */
.borderRed {
    display: flex;
   /* align-items: center;*/
    width: 100%;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top:6px;
    padding-bottom:6px;
}

.quickLink {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 40px;
}

.quickLink li {
  display: inline-block;
  margin: 0 0 0 2.09302%;
  float: right;
}

/* #sliderWrapper {
    margin-bottom:40px;
} */
    .quickLink li a {
        display: inline-block;
        color: #fff;
        font-size: 0.75rem;
        line-height: 25px !important;
        font-family: "Conv_BPG_Arial_2010";
        font-weight: normal;
        padding-left: 23px;
    }

    .quickLink li .changeLang, .quickLink li .langGeo {
        text-transform: uppercase;
    }

.quickLink li:nth-child(1) {
  margin-left: 0.34884%;
}

    .quickLink li .changeLang:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(../images/changeLangEng.png);
        margin-left: -32px;
    }
    .quickLink li .langGeo:before {
        content: '';
        width: 32px;
        height: 32px;
        background: url(../images/ChangeGeo.png) no-repeat;
        margin-left: -40px;
        margin-top:-5px;
    }

    .quickLink li .videoHelp:before,
    .quickLink li .onlineHelp:before,
    .quickLink li .headerMail:before,
    .quickLink li .headerCall:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        margin-left: -32px;
    }

.quickLink li .videoHelp:before {
  background-image: url(../images/VideoHelp.png);
}

.quickLink li .onlineHelp:before {
  background-image: url(../images/OnlineHelp.png);
}

.quickLink li .headerMail:before {
  background-image: url(../images/headerMail.png);
}

.quickLink li .headerCall:before {
  background-image: url(../images/headerCall.png);
}

header {
  width: 100%;
  height: 84px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  /* ჩემი */
}

header .center {
  width: 85.41%;
  height: 84px;
  overflow: inherit;
  position: relative;
}

header h1 {
  display: table;
  width: 27.32558%;
  font-weight: normal;
  margin: -25px 2% 0 0;
  float: left;
}

header h1 a.logo {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  position: absolute;
  border-radius: 100%;
}

header h1 a.logo:before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 82px;
  position: absolute;
  left: -1.24em;
  top: 22px;
}

header h1 a.logo>span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/newLogo.png) no-repeat center center!important;
  background-size: 35% auto;
  position: absolute;
}

header h1>span {
  display: flex;
  height: 109px;
  align-items: center;
  overflow: hidden;
  margin-left: 130px;
  padding: 22px 0 0 8px;
}

    header h1 > span a {
        display: inline-block;
        max-height: 56px;
        min-width: 150px;
        color: #000000;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        vertical-align: middle;
        text-transform: uppercase;
        /*font-family: "BPG Nino Mtavruli";*/
        font-family: 'FiraGO';
        font-feature-settings: "case" on;
        letter-spacing:1px;
        position: absolute;
        z-index: 5;
    }
    header h1 span.splitLogoName a {
        display:flex;
        flex-direction:column;
    }

    header.innerPage {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
    }

header.innerPage .center {
  width: 89.58333%;
  position: relative;
  box-shadow: none;
  background: none;
}

header.innerPage h1 a.logo {
  margin: 0;
}

/*header.scrollHeader {
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  background: #fff;
}*/

header.scrollHeader .center {
  box-shadow: none;
}

header.scrollHeader a.logo>span {
  background: url(../images/logo.png) no-repeat center 75%;
  background-size: 70% auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav {
  display: inline-block;
  width: 66.27907%;
  position: relative;
  right: 40px;
}

nav div {
  display: none;
  cursor: pointer;
}

    nav div > span {
        display: inline-block;
        color: #3A6A3A;
        font-size: 1rem;
        line-height: 1.125rem;
        font-family: "BPG Nino Mtavruli";
        letter-spacing: 2px;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 33px;
        font-weight: bold;
        float: right;
    }


nav div #nav-icon1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: left;
  
}
    nav div #nav-icon1.adaptiveEmenets {
        margin-top:4px;
    }

    nav div #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #017E76;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

nav div #nav-icon1 span:nth-child(1) {
  top: 0px;
}

nav div #nav-icon1 span:nth-child(2) {
  top: 5px;
}

nav div #nav-icon1 span:nth-child(3) {
  top: 10px;
}

nav div #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 div #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

nav div #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>ul {
  display: table;
  width: 100%;
  height: 84px;
  position: relative;
  z-index: 9; /* aq 99 da me shevaswore */
}

nav>ul>li {
  display: table-cell;
  vertical-align: middle;
}

    nav > ul > li a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #828282;
        font-size: 0.90rem;
        line-height: 1.063rem;
        font-weight: bold;
        text-transform: uppercase;
        word-wrap: break-word;
        font-family: "bPG Nino Mtavruli";
        padding: 5px 0.6em;
        vertical-align: middle;
        position: relative;
    }

nav>ul>li a::before {
  content: '';
  display: inline-block;
  width: 1px;
  margin-top: 10px;
  height: 80%;
  position: absolute;
  background: rgba(91, 91, 92, 0.1);
  top: 0;
  left: 0;
}

nav > ul > li a.activeMenu,
nav>ul>li a:hover,
nav>ul>li:hover>a {
  color: #3A6A3A;
}

 .activeMenu {
  color:#3A6A3A;
} 

nav>ul>li:first-child a::before {
  display: none;
}

nav>ul>li>a {
  height: 84px;
}

nav>ul>li:hover ul {
  display: block;
}

nav>ul li:last-of-type a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(112, 112, 112, 0);
  top: 0;
  right: 0;
}

nav>ul ul {
  display: none;
  max-width: 20em;
  position: absolute;
}

nav>ul ul li {
  display: block;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  /*13.01*/
}

nav>ul ul li a {
  display: inline-block;
  width: 100%;
  padding: 15px 1.4em;
  white-space: normal;
}

nav>ul ul li a::before {
  display: none;
}

nav>ul ul li:last-of-type a::after {
  display: none;
}
@media screen and (max-width: 2300px) {
    header.adaptiveEmenets nav {
        width: 96%;
        right: 100px;
        padding-right: 0;
        position: absolute;
        float: right;
    }

        header.adaptiveEmenets nav > div {
            display: block;
        }

        header.adaptiveEmenets nav ul {
            display: none;
            width: 60%;
            height: auto;
            max-height: initial;
            position: absolute;
            background: #fff;
            z-index: 9999;
            top: 71px;
            right: -100px;
        }
}

@media screen and (max-width: 2300px) {
    header.adaptiveEmenets nav ul li {
        display: block;
    }

        header.adaptiveEmenets nav ul li a {
            display: block;
            height: auto;
            padding: 15px 6%;
            text-align: right;
            border-bottom: 1px solid rgba(1, 82, 138, 0.2);
        }

    header.adaptiveEmenets nav ul ul {
        display: none;
        width: 100%;
        max-width: 100%;
        position: initial;
    }

        header.adaptiveEmenets nav ul ul li a {
            border-bottom: 1px solid rgba(194, 192, 192, 0.2);
        }
}

@media screen and (max-width: 2300px) {
    header.adaptiveEmenets nav ul {
        width: 80%;
    }
}

@media screen and (max-width: 2300px) {
    header.adaptiveEmenets nav {
        right: 70px;
    }

        header.adaptiveEmenets nav ul {
            width: 104.25%;
        }
} 
@media screen and (max-width: 1280px) {
    header nav {
        width: 96%;
        right: 100px;
        padding-right: 0;
        position: absolute;
        float: right;
    }

        header nav > div {
            display: block;
        }

        header nav ul {
            display: none;
            width: 60%;
            height: auto;
            max-height: initial;
            position: absolute;
            background: #fff;
            z-index: 9999;
            top: 71px;
            right: -100px;
        }
}
@media screen and (max-width: 1220px) {
        header nav ul li {
        display: block; 

        }
        header nav ul li a {
            display: block;
            height: auto;
            padding: 15px 6%;
            text-align: right;
            border-bottom: 1px solid rgba(1, 82, 138, 0.2); }
        header nav ul ul {
        display: none;
        width: 100%;
        max-width: 100%;
        position: initial; }
        header nav ul ul li a {
            border-bottom: 1px solid rgba(194, 192, 192, 0.2); } }
@media screen and (max-width: 768px) {
    header nav ul {
    width: 80%; } }
@media screen and (max-width: 480px) {
    header nav {
    right: 70px; }
    header nav ul {
        width: 104.25%; }

} 


/* start of slider  */
#sliderWrapper {
    width: 100%;
    height: 1100px;
    position: relative;
    overflow: hidden;
    background: #F7F6FA; /* 20.06.2022 რესფონსივის კეთების დროს */
    z-index: 9;
    background-size: 100% auto;
    box-shadow: 1px 8px 0px 0px rgba(58, 106, 58, 0.07);
    -webkit-box-shadow: 1px 8px 0px 0px rgba(58, 106, 58, 0.07);
    -moz-box-shadow: 1px 8px 0px 0px rgba(58, 106, 58, 0.07);
    margin-bottom: 40px;
}
   


    #sliderWrapper:before {
        content: '';
        display: inline-block;
        width: 101%;
        /* height: 495px; */
        height: 650px;
        background: url(../images/sliderBG.png) no-repeat top left;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
#sliderWrapper .sliderBox {
  width: 100%;
  height: 1080px;
  box-shadow: 0px 11px 5px -1px rgba(58, 106, 58, 0.06);
  -webkit-box-shadow: 0px 11px 5px -1px rgba(58, 106, 58, 0.06);
  -moz-box-shadow: 0px 11px 5px -1px rgba(58, 106, 58, 0.06);
}
 #sliderWrapper.adaptiveEmenets {
        height:1150px;
 }
    #sliderWrapper.adaptiveEmenets:before {
        height:700px;
    }
    #sliderWrapper.adaptiveEmenets .sliderBox {
        height: 1150px;
    }
    #sliderWrapper .sliderBox img {
        width: 100%;
        height: 100%;
    }



#sliderWrapper .slideshow {
  max-width: 100%;
  min-height: 450px;
  height: 740px;
  outline: none;
}

#sliderWrapper [class*="slideshow"] img {
  display: none;
}

#sliderWrapper .mainSlider img {
  display: none;
}

#sliderWrapper .slides_container {
  position: relative;
  height: 100%;
}

#sliderWrapper .image_wrapper,
#sliderWrapper .wrap_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 728px; */
  height: 788px;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  /* transition: all 1s ease-in-out; */
}

#sliderWrapper .image_wrapper.no_transition,
#sliderWrapper .wrap_placeholder.no_transition {
  transition: none !important;
}

#sliderWrapper .image_wrapper>a,
#sliderWrapper .image_wrapper div>a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: absolute;
}

#sliderWrapper .image_wrapper .text_content {
  display: flex;
  flex-direction: column;
  width: 27.80%;
  min-height:260px;
  position: absolute;
  z-index: 5;
  bottom: -280px;
}
    #sliderWrapper .image_wrapper.adaptiveEmenets .text_content {
       height:320px;
       bottom:-310px;
    }

    #sliderWrapper .image_wrapper .text_content h2 {
        display: inline-block;
        font-size: 1.875rem;
        line-height: 2.063rem;
        font-family: "BPG Nino Mtavruli";
        text-transform: uppercase;
        font-weight: bold;
        color: #414141;
    }

    #sliderWrapper .image_wrapper .text_content h2.insideClick {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 144px;
        height: 40px;
        padding-top: 3px;
        background-color: #E8E8E8;
        color: #828282;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.875rem;
        line-height: 17px;
        text-transform: uppercase;
        border-radius: 4px;
        position: absolute;
        bottom: 0;
    }  
    /*sliderClick // adaptiveEmenets*/ 
        #sliderWrapper .image_wrapper .text_content.adaptiveEmenets h2.insideClick {
            width:200px;
            height:48px;
            padding-top:2px;
        }
.mainSlider_prev_image.adaptiveEmenets, .mainSlider_next_image.adaptiveEmenets {
    bottom:-360px;
}
#sliderWrapper .image_wrapper .text_content .insideClick:hover {
    background-color: #3A6A3A;
    animation-name: grow-shrink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #fff;
    border-radius: 4px;
}
@keyframes grow-shrink {
  40% { transform: scale(1.1); }
  80% { transform: scale(1); }
}

#sliderWrapper .image_wrapper .text_content .slidCategory {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

    #sliderWrapper .image_wrapper .text_content .slidCategory h3 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 1rem;
        line-height: 1.188rem;
        color: rgba(0, 0, 0, 0.8);
        font-weight: normal;
    }

    #sliderWrapper .image_wrapper .text_content .slidCategory h4 {
        display: flex;
        align-items: center;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.625rem;
        line-height: 12px;
        background-color: #F64041;
        color: #fff;
        border-radius: 4px;
        margin-left: 8px;
        padding: 5px 5px 5px 3px;
    }

#sliderWrapper .image_wrapper .text_content h5 {
    display: inline-block;
    width: 100%;
    font-family: "Conv_BPG_Arial_2010";
    font-size: 1rem;
    line-height: 1.375rem;
    color: #3B3B3B;
    max-height: 80px;
    font-weight: normal;
    margin-bottom: 20px;
}

#sliderWrapper .image_wrapper .text_content h2 {
  display: block;
}

#sliderWrapper .image_wrapper .text_content h2 a:hover {
  color: #9DAC38;
}

#sliderWrapper .image_wrapper .text_content p {
  width: 100%;
  flex-shrink: 0;
  max-height: 88px;
  color: #5E5E5E;
  font-size: 1.125em;
  line-height: 22px;
  font-family: 'Conv_BPG_Arial_2010';
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Conv_BPG_Arial_2010";
  overflow: hidden;
  margin-bottom: 30px;
}

#sliderWrapper .image_wrapper .text_content .linkBlock {
  margin-bottom: 10px;
}


    #sliderWrapper .image_wrapper .text_content .linkBlock a {
        display: inline-block;
        flex-shrink: 0;
        width: auto;
        height: auto;
        float: none;
        overflow: hidden;
        position: relative;
        color: #9DAC38;
        font-size: 0.813rem;
        line-height: 13px;
        font-family: 'Conv_BPG_Arial_2010';
        letter-spacing: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Conv_BPG_Arial_2010';
        padding-right: 15px;
        background: url(../images/more.png) no-repeat right top;
    }

#sliderWrapper .image_wrapper .text_content .linkBlock a:hover {
  color: #017E76;
}
.mainSlider_dots {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center;
          z-index: 1000;
          overflow: hidden;
          background-color:red!important;
        }

.mainSlider_prev_image, .mainSlider_next_image {
    align-items: center;
    position: absolute;
    background-size: 100%;
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #ffffff url(../images/prevArrowSlider.png) no-repeat center center;
    left: 40.3%;
    text-indent: -9999px;
    border-radius: 100%;
    bottom: -330px;
}
.mainSlider_prev_image:hover, .mainSlider_next_image:hover {
  background: #3A6A3A url(../images/whiteArrowPng.png) no-repeat center center;
}
.mainSlider_next_image {
  transform: translate(0, -50%) rotate(180deg);
  margin-left:70px;
  margin-bottom:-24px;
}

@keyframes mainSlider_spinner {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#sliderWrapper .fill_mode-contain .image_wrapper,
#sliderWrapper .fill_mode-contain .wrap_placeholder {
  background-size: contain;
}

#sliderWrapper .fill_mode-cover .image_wrapper,
#sliderWrapper .fill_mode-cover .wrap_placeholder {
  background-size: cover;
}

#content {
  width: 100%;
  margin-top: -180px;
  padding-bottom: 175px;
  float: left;
}

/* search */
.sb-search {
  width: 40px;
  min-width: 34px;
  max-width: 1376px;
  height: 31px;
  top: 22px;
  right: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backface-visibility: hidden;
  float: right;
  position: absolute;
  z-index: 132;
}

/* @media screen and (max-width: 1220px) {
      .sb-search {
        right: 3.0814%; } }
    @media screen and (max-width: 600px) {
      .sb-search {
        top: 11px; } }
    @media screen and (max-width: 480px) {
      .sb-search {
        right: 4.24419%; } } */
.sb-search .sb-search-input {
  display: none;
  width: 1376px;
  height: 84px;
  color: #5E5E5E;
  font-size: 0.93em;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Conv_BPG_Arial_2010";
  padding: 0 2%;
  position: absolute;
  z-index: 10;
  top: -22px;
  right: -1.87209%;
  border: 1px solid rgba(58, 106, 58, 0.25);
  border-radius: 5px;
  background-color: #fff;
}

.sb-search .sb-search-input::-webkit-input-placeholder {
  color: rgba(94, 94, 94, 0.7);
}

.sb-search .sb-search-input:-moz-placeholder {
  color: rgba(94, 94, 94, 0.7);
}

.sb-search .sb-search-input:-ms-input-placeholder {
  color: rgba(94, 94, 94, 0.7);
}

.sb-search .sb-search-input::placeholder {
  color: rgba(94, 94, 94, 0.7);
}

/* @media screen and (max-width: 600px) {
        .sb-search .sb-search-input {
        height: 64px;
        top: -11px; } } */
.sb-search .sb-icon-search {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  margin: 0;
  line-height: 20px;
  text-align: center;
  position: absolute;
  z-index: 90;
  cursor: pointer;
  background: url(../images/searchIcon.png) no-repeat center center;
}

.sb-search .sb-search-submit {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}

.sb-search.sb-search-open {
  width: 96%;
  z-index: 9999;
}

/* @media screen and (max-width: 1220px) {
    .sb-search.sb-search-open {
        right: 1.5%; } }
    @media screen and (max-width: 480px) {
    .sb-search.sb-search-open {
        right: 2%; } } */
.sb-search.sb-search-open .sb-search-input {
  display: block;
  width: 99.8%;
}

.sb-search.sb-search-open .sb-icon-search {
  background: none;
}

.sb-search.sb-search-open .sb-search-submit {
  opacity: 1;
  z-index: 99;
  top: 0px;
  right: 0;
  background: url(../images/searchIcon.png) no-repeat center center;
}

.no-js .sb-search {
  width: 1376px;
  min-width: 320px;
}

.no-js .sb-search .sb-search-submit {
  opacity: 1;
  z-index: 99;
  top: 0px;
  right: 0;
  background: url(../images/searchIcon.png) no-repeat center center;
}

/* end of search  */
/* sida */
#wrapper .fixedContainer {
  position: fixed;
  right: calc(4% - 100px);
  right: 2%;
  top: 78%;
  z-index: 20;
}

#wrapper .fixedContainer .box {
  width: 400px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border-color: #E8E7EB;
}
    #wrapper .fixedContainer .box.adaptiveEmenets {
        width:540px;
    }

    #wrapper .fixedContainer .box h4 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.875rem;
        line-height: 1.063rem;
        width: 440px;
        height: 60px;
        color: #005695;
        margin-top: 2px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
        padding-top: 22px;
        padding-left: 15px;
        border-radius: 10px;
        display:none;
    }
        #wrapper .fixedContainer .box.adaptiveEmenets h4 {
            height: 90px;
            margin-left:16px;
        }

        #wrapper .fixedContainer .sidaBlock {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: #ffff;
            position: absolute;
            right: -5px;
            -webkit-box-shadow: 3px 7px 0px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 3px 7px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.2);
            bottom: -28px;
        }
            #wrapper .fixedContainer .sidaBlock img {
                width:100px;
                height:100px;
            }

            #contentWrapper .center .leftContent {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

#contentWrapper .center .leftContent h2 a,
#footerWrapper .center .leftFooter h2 a {
  color: #828282;
}

#contentWrapper .center .leftContent h2 a:hover,
#footerWrapper .center .leftFooter h2 a:hover {
  color: #97CA3D;
}

    #contentWrapper .center .leftContent > h2,
    #footerWrapper .center .leftFooter > h2 {
        display: inline-block;
        position: relative;
        width: 100%;
        font-family: "BPG Nino Mtavruli";
        font-size: 1.25rem;
        line-height: 1.438rem;
        color: #828282;
        font-weight: normal;
        text-transform: uppercase;
        padding: 0 0 0 28px;
        margin-bottom: 10px;
    }

#contentWrapper .center .leftContent>h2 a::before,
#footerWrapper .center .leftFooter>h2 a::before {
  content: " ";
  position: absolute;
  background-image: url(../images/fortitles.svg);
  width: 17px;
  height: 11px;
  background-size: cover;
  left: 0;
  margin-top: 3px;
}

#contentWrapper .center .leftContent .whiteSpace {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  min-height: 600px;
}

#contentWrapper .center .leftContent .secondWhite {
  min-height: 60px;
}

#contentWrapper .center .leftContent .whiteSpace .noBetween {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#contentWrapper .center .leftContent .whiteSpace .cardBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

#contentWrapper .center .leftContent .whiteSpace .cardBox .news {
  display: flex;
  width: 49.12%;
  height: 200px;
  background-color: #F7F6FA;
  margin-bottom: 20px;
  border-radius: 10px;
} 
/*news.adaptiveEmenets*/
    #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets {
        height:240px;
    }

     #contentWrapper .center .leftContent .whiteSpace .cardBox .news:hover {
        -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.1);
    }

#contentWrapper .center .leftContent .whiteSpace .cardBox .news:hover .newsText h2 {
  color: green;
}

#contentWrapper .center .leftContent .whiteSpace .cardBox .news a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

#contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText {
  display: block;
  width: 53.57%;
}

    #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText h2 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.875rem;
        line-height: 1.063rem;
        max-height: 51px;
        text-transform: uppercase;
        font-weight: normal;
        color: #828282;
        width:100%;
        overflow:hidden;
    }

    #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText h3 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 0.938rem;
        max-height: 15px;
        text-transform: uppercase;
        font-weight: normal;
        color: #828282;
        width: 100%;
    }

    #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText h4 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.75rem;
        line-height: 1rem;
        max-height: 48px;
        color: #828282;
        opacity: 0.8;
        font-weight: normal;
        width: 100%;
        overflow:hidden;
    }

body.modifiedLineHeight #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText h4 {
    max-height: 59px;
}

#contentWrapper .center .leftContent .whiteSpace .cardBox .news .imgBlock {
    position: relative;
    border-radius: 8px;
    max-width: 200px;
    width: 38.71%;
    min-width: 160px;
    height: 160px;
    margin-right: 3.3%;
    overflow: hidden;
}
        #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets .imgBlock {
            height:180px;
        }

        #contentWrapper .center .leftContent .whiteSpace .cardBox .news .imgBlock img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden;
        }

#contentWrapper .center .rightContent {
  display: flex;
  width: 25%;
  height: 100%;
}

#contentWrapper .center .rightContent .woodBox {
  /* display: flex; */
  display:block;
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 10px;
}

#contentWrapper .center .rightContent .woodBox:last-child {
  margin-bottom: 10px;
}

#contentWrapper .center .rightContent .woodBox .woodImg {
  /* display: flex; */
  width: 100%;
  height: 210px;
  object-fit:cover;
}

#contentWrapper .center .rightContent .woodBox .woodImg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#contentWrapper .center .rightContent .woodBox a .category {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  right: 14px;
  top:14px;
  min-width: 59px;
  border-radius: 4px;
  padding: 5px 10px 2px 10px;
}

    #contentWrapper .center .rightContent .woodBox .category h3 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 15px;
        text-transform: uppercase;
        font-weight: normal;
        color: #ffffff;
    }

#contentWrapper .center .rightContent .woodBox .woodText {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.57);
  position: absolute;
  bottom: 0;
  padding: 10px 16px 0 16px;
  border-radius: 0 0 10px 10px;
}

    #contentWrapper .center .rightContent .woodBox .woodText h2 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.813rem;
        line-height: 1rem;
        text-transform: uppercase;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 10px;
    } 
    /*შშმ პირი*/
    #contentWrapper.adaptiveEmenets .center .rightContent .woodBox .woodText {
        display:block; 
        padding:0;
        padding-left:10px;

    }
    #contentWrapper.adaptiveEmenets .center .rightContent .woodBox .woodText h2 {
        margin-bottom: 0;
    }
        #contentWrapper.adaptiveEmenets .center .rightContent .woodBox .woodText {
            height:110px;
        }
        #contentWrapper.adaptiveEmenets .center .rightContent .woodBox .woodText h4 {
            overflow: visible;
        }

#contentWrapper .center .rightContent .woodBox .woodText h4 {
    display: inline-block;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.75rem;
    line-height: 15px;
    max-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    font-weight: normal;
}

         #contentWrapper .center .rightContent .woodBox:hover .woodText {
            background-color: rgba(107, 153, 61, 0.82);
        } 
          #contentWrapper .center .rightContent .woodBox .woodText {
            display: flex;
            justify-content: center;
        }
   /* #contentWrapper .center .rightContent .woodBox .woodText.adaptiveEmenets h4 {
        display: none;
    }*/

/* start of rightContent */
/* end of rightContent */

/* mcdelobA  */
#footerWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  height: 300px;
  margin-top: -300px;
}

#footerWrapper .bottomFooter {
  margin-top: 40px;
}

#footerWrapper .center .leftFooter {
  width: 71.95%;
}

#footerWrapper .center .rightFooter {
  width: 25%;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 140px;
  align-items: center;
}

#footerWrapper .lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

#footerWrapper .lightSlider {
  margin: 0;
  height: 140px;
}

#footerWrapper .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

#footerWrapper .lSSlideWrapper>.lightSlider:after {
  clear: both;
}

#footerWrapper .lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

#footerWrapper .lSSlideWrapper .lSFade {
  position: relative;
}

#footerWrapper.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

#footerWrapper .lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

#footerWrapper .lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

#footerWrapper .lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */

#footerWrapper .lSSlideOuter .lSPager.lSpg {
  padding: 0;
  text-align: center;
}

#footerWrapper.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

#footerWrapper .lSSlideOuter .lSPager.lSpg>li a {
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

#footerWrapper .lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #428bca;
}

#footerWrapper .lSSlideOuter .media {
  opacity: 0.8;
}

/* End of pager */
/** Gallery */

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 10px;
}

#footerWrapper .lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  /* -webkit-transition-property: -webkit-transform; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footerWrapper .lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

#footerWrapper .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

#footerWrapper .lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

#footerWrapper .lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */


*/ .lSAction>a:hover {
  opacity: 1;
}


.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* Rtl */

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

#footerWrapper .lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

#footerWrapper.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

#footerWrapper .lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

#footerWrapper .lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

#footerWrapper .lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

#footerWrapper .lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.rightFooter .lightSlider li a {
    width:100%;
}
.lightSlider li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.lightSlider li a img {
  display: flex;
  max-height:85%;
  border-radius: 10px;
  align-items: center;
  margin:auto;
  /* 3/11 */
}

.lightSlider li a:hover {
  box-shadow: inset 0px 0px 10px #e6e6e6;
}

#footerWrapper .bottomFooter {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #3A6A3A;
}

#footerWrapper .bottomFooter .footerSida {
  display: flex;
  width: 24.39%;
  align-items: center;
}

#footerWrapper .bottomFooter .footerSida .footerImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100%;
}

.bottomFooter .footerSida .footerImg img {
  display: block;
  width: 90%;
  height: 90%;
}

.bottomFooter .footerSida h4, .bottomFooter .footerSida h5 {
    display: inline-block;
    font-family: "Conv_BPG_Arial_2010";
    font-size: 0.75rem;
    line-height: 0.938rem;
    margin-left: 16px;
    color: #FFFFFF;
    font-weight: normal;
}
.bottomFooter .footerSida h5 {
    display:none;
}

.bottomFooter .footerSida h4 span {
    display: inline-block;
    font-family: "BPG Nino Mtavruli";
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    margin-right: 3px;
}
#footerWrapper .bottomFooter .copyBlock {
  display: flex;
  align-items: center;
}

    #footerWrapper .bottomFooter .copyBlock p {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 0.938rem;
        text-transform: uppercase;
        color: #ffffff;
        position: relative;
        margin-left: 40px;
    }

#footerWrapper .bottomFooter .copyBlock p::before {
  content: '';
  display: block;
  border-left: 1px solid #ffffff;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -20px;
}


/* მთავარი გვერდის დასასრული  */
/* შიდა გვერდების დასაწყისი */
/* შიდა გვერდების მარჯვენა მენიუ */
#contentWrapper .rightContent .whiteSpace .subMenu {
  display: block;
  width: 100%;
  position: inherit;
}

#contentWrapper .rightContent .whiteSpace .subMenu ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
#contentWrapper .rightContent .whiteSpace .subMenu ul li {
  display: flex;
  align-items: center;
  background: #f9f9f9 url(../images/menuTree.png) no-repeat center right 18px;
  border-radius: 5px;
  margin-bottom: 10px;
  min-height:60px;
  padding-left: 7.36%;
  padding-top:4px;
  padding: 11px 0 7px 7.36%;
}
#contentWrapper .rightContent .whiteSpace .subMenu ul li.activePage a {
  color:#3A6A3A;
}
#contentWrapper .rightContent .whiteSpace .subMenu ul li.activePage {
  border:1px solid rgba(112,112,112,0.2);
  background-color: rgba(0,0,0,0);

}

#contentWrapper .rightContent .whiteSpace .subMenu ul li a {
  display: inline-block;
  vertical-align: center;
  padding: 0;
  height: auto;
  width: 82%;
}

/* END OF შიდა გვერდების მარჯვენა მენიუ */

/* About Agency */

#contentWrapper .leftContent .whiteSpace .paragraph,
#contentWrapper .leftContent .paragraph p {
    text-align: left;
    font-size: 0.875rem !important;
    line-height: 1.063rem !important;
    font-family: "Conv_BPG_Arial_2010" !important;
    color: #818181 !important;
    margin-bottom: 20px;
}
#contentWrapper .leftContent .whiteSpace .paragraph h6 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:0.75rem;
  line-height: 15px;
}

#contentWrapper .leftContent .paragraph>img:nth-child(even),
#contentWrapper .leftContent .paragraph p>img {
  display: inline-block;
  width: 24%;
  height: auto;
  border-radius: 10px;
  margin: 10px;
  float: left;
}

#contentWrapper .leftContent .paragraph>img:nth-child(even),
#contentWrapper .leftContent .paragraph p:nth-child(even)>img {
  float: right;
}

/* Right SIDA BLOCK  */
#contentWrapper .rightContent .rightSida {
  display: block;
  width: 100%;
  height: 230px;
  margin-top: 30px;
  border-radius: 10px;
}

    #contentWrapper .rightContent .rightSida h3 {
        display: inline-block;
        text-align: center;
        width: 100%;
        font-family: "BPG Nino Mtavruli";
        font-size: 1.125rem;
        line-height: 21px;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #7FA5FB;
        color: #ffffff;
        padding: 23px 5px 20px 5px;
        border-radius: 10px 10px 0 0;
    }

#contentWrapper .rightContent .rightSida .imgSida {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 166px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}

#contentWrapper .rightContent .rightSida .imgSida img {
  display: block;
  width: 124px;
  height: 127px;
}

/* დასაწყისი ul li ტექსტში */
#contentWrapper .leftContent .paragraph>ul {
  margin-bottom: 10px;
}

    #contentWrapper .leftContent .paragraph > ul li {
        text-align: left;
        font-size: 0.875rem!important;
        line-height: 17px !important;
        font-family: "Conv_BPG_Arial_2010" !important;
        color: #818181 !important;
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
    }

#contentWrapper .leftContent .paragraph>ul li:before {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #3A6A3A;
}

#contentWrapper .leftContent .paragraph>a,
#contentWrapper .leftContent .paragraph>p a {
  color: #3A6A3A !important;
  font-weight: bold;
}

/* დასასრული ul li ტექსტში */
/* ფაილის ჩამოსატვირტი ლინკები */

#contentWrapper .leftContent .linkBox {
  margin-top: 20px;
  position: relative;
  width: 100%;
  min-height: 80px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.10);
}
    #contentWrapper .leftContent .linkBox:first-child {
        margin-bottom:40px;
    }

    #contentWrapper .leftContent .linkBox > a {
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 14px;
    }

#contentWrapper .leftContent .linkBox:before {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  min-height: 80px;
  background: #F5F5F5 url(../images/simpleFileIcon.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

#contentWrapper .leftContent .linkBox h4 {
  display: inline-block;
  width: 100%;
  font-family: "BPG Arial";
  font-size: 0.75rem;
  line-height: 15px;
  color: #828282;
  font-weight: normal;
  overflow: hidden;
  margin-left: 120px;
  margin-bottom: 10px;
}

#contentWrapper .leftContent .linkBox h4 a {
  color: #828282;
}

#contentWrapper .leftContent .linkBox ul.links {
  display: flex;
  align-items: center;
  margin-left: 120px;
  position: absolute;
  bottom: 10px;
}

#contentWrapper .leftContent .linkBox ul.links li {
  display: inline-block;
  margin-right: 25px;
}

#contentWrapper .leftContent .linkBox ul.links li a {
  display: flex;
  font-family: "BPG Arial";
  font-size: 0.75rem;
  line-height: 15px;
  color: #828282;
}

#contentWrapper .leftContent .linkBox ul.links li a img {
  display: inline-block;
  margin-right: 10px;
}

#contentWrapper .leftContent .linkBox ul.links li a:first-child img {
  width: 20px;
  height: 13px;
}

/* დასასრული ფაილის ჩამოსატვირტი ლინკები */

/* start of agencyHead Page */
/* start of structure */
#contentWrapper .leftContentEx {
  float: none;
}

#contentWrapper .leftContentEx .structureTree {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#contentWrapper .leftContentEx .org-chart * {
  position: relative;
}

#contentWrapper .leftContentEx > .cf {
  *zoom: 1;
  width: 100%;
}

#contentWrapper  .leftContentEx > .cf:before,
#contentWrapper .leftContentEx > .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

#contentWrapper .leftContentEx > .cf:after {
  clear: both;
}

#contentWrapper  .leftContentEx .org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 65px;
}

    #contentWrapper .leftContentEx .org-chart ul a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #929092;
        width: 100%;
        min-height: 75px;
        font-size: 0.875rem;
        line-height: 14px;
        text-align: center;
        font-family: "BPG Nino Mtavruli";
        text-transform: uppercase;
        margin-bottom: -35px;
        border: 1px solid #c8c7c8;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        transition: all linear 0.1s;
        padding: 0 4%;
        /* margin-left: -2px; */
        overflow: hidden;
        z-index: 1;
    }

#contentWrapper  .leftContentEx .org-chart ul a span {
  display: flex;
  width: 96%;
  height: 100%;
  vertical-align: middle;
  padding: 0 2%;
  position: relative;
}

    #contentWrapper .leftContentEx .org-chart > ul > li > a {
        width: 30%;
        font-size: 0.938rem;
        margin: 0 auto 0 auto;
    }

#contentWrapper .leftContentEx .org-chart > ul > li > ul {
  width: 100%;
  padding-top: 25px;
}

#contentWrapper  .leftContentEx .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%;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul.forAfter:after {
  width: 93%;
}

#contentWrapper  .leftContentEx .org-chart > ul > li > ul > li {
  width: 24%;
  float: left;
  margin-left: 1%;
  margin-bottom: 70px;
}

#contentWrapper 
  .leftContentEx
  .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;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li.noChild:before {
  height: 80px;
  border-left: 2px solid #c8c7c8;
  z-index: 1;
  top: 65px;
  right: 5%;
  left: auto;
  margin-left: 0px;
}

#contentWrapper 
  .leftContentEx
  .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;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  li
  li
  a {
  margin-top: 65px;
  margin-bottom: -35px;
  width: 100%;
  min-height: 80px;
  padding: 10px 0;
  vertical-align: middle;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  li
  li
  li
  a {
  width: 100%;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li:last-child:after {
  border-left: 0px solid #c8c7c8;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li:only-of-type:after {
  border-left: 0px solid #c8c7c8;
}

#contentWrapper  .leftContentEx .org-chart > ul > li > ul > li ul {
  /*float: left;*/
  margin-left: -2px;
  /*margin-bottom: 20px;*/
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  > ul {
  margin-top: 70px;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li:first-of-type:before {
  display: none;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li:last-of-type:before {
  display: none;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  width: 94%;
  margin-left: 3%;
}
#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  > ul
  > li:first-of-type:after {
  display: none;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  > ul
  > li.noChild {
  margin-bottom: 70px;
}

#contentWrapper 
  .leftContentEx
  .org-chart
  > ul
  > li
  > ul
  > li
  > ul
  > li.withChild:after {
  display: none;
}

@media screen and (max-width: 1000px) {
    #contentWrapper .leftContentEx .org-chart > ul > li > a {
        width: 90%;
        font-size: 0.938rem;
        margin: 0 auto 0 auto;
    }
  #contentWrapper .leftContentEx .org-chart > ul > li > ul:after {
    content: "";
    display: block;
    position: absolute;
    width: 90.9%;
    height: 50px;
    border-top: 2px solid #c8c7c8;
    border-right: 0px solid #c8c7c8;
    border-left: 2px solid #c8c7c8;
    margin: 0 auto;
    top: -25px;
    left: 1%;
  }
  #contentWrapper  .leftContentEx .org-chart > ul > li > ul > li {
    width: 99% !important;
    margin-left: 1%;
    margin-bottom: 0;
    padding-bottom: 25px;
    border-left: 1px solid #c8c7c8;
  }
  #contentWrapper 
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li:before {
    display: none;
  }
  #contentWrapper 
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li
    > ul
    > li {
    position: relative;
    float: left;
  }
  #contentWrapper 
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li
    > ul
    > li:after {
    content: "";
    display: block;
    display: none;
    position: absolute;
    width: 20px;
    height: 0px;
    border-bottom: 2px solid #c8c7c8;
    z-index: 1;
    top: 116px;
    left: -22px;
    margin-left: 0px;
  }
  #contentWrapper 
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li
    > ul
    > li {
    width: 94%;
    margin-left: 3%;
  }
  #contentWrapper 
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li
    > ul
    > 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;
  }
  #contentWrapper
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li
    > ul
    > li:first-of-type:after {
    display: none;
  }
  #contentWrapper
    .leftContentEx
    .org-chart
    > ul
    > li
    > ul
    > li.noChild {
    padding-bottom: 65px;
  }
}
/* სტრუქტურა დასასრული  */
#contentWrapper .center .leftContent .paragraph .imageBlock {
  display: flex;
  position: relative;
  width: 36.08%;
  height: 100%;
  min-height: 300px;
  float: left;
  /* border:1px solid red; */
  /* background: url(../images/noupload.jpg) no-repeat center center; */
  background-size: auto 100%;
  margin-right: 20px;
  border-radius: 7px;
  margin-bottom: 3px;
  object-fit: cover;
}
#contentWrapper .center .leftContent .paragraph .imageBlock .galleryIcon {
  display:block;
  width:40px;
  height: 40px;
  background: #3A6A3A url(../images/GalleryIcon.png) no-repeat center center;
  border-radius:100%;
  position:absolute;
  bottom:20px;
  right:20px;
}
#contentWrapper .center .leftContent .paragraph .imageBlock  ul .print {
  display:block;
  position: absolute;
  border-radius:100%;
  width:40px;
  height: 40px;
  background: #3A6A3A url(../images/prinIcon.png) no-repeat center center;
  right: 20px;
  bottom:70px;
}
#contentWrapper .center .leftContent .paragraph .imageBlock  ul .share {
  display:block;
  position: absolute;
  border-radius:100%;
  width:40px; 
  height: 40px;
  background: #3A6A3A url(../images/ShareIcon.png) no-repeat center center;
  bottom:120px;
  right: 20px;
} 

#contentWrapper .center .leftContent .paragraph .imageBlock img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  float: left;
  object-fit: cover;
  border-radius: 7px;
}

#contentWrapper .center .leftContent .paragraph > h4 {
    display: inline-block;
    font-family: "BPG Nino Mtavruli";
    font-size: 0.938rem;
    line-height: 18px;
    font-weight: normal;
    width: 40%;
    margin-bottom: 10px;
}
#contentWrapper .center .leftContent .paragraph > time {
  display:inline-block;
  width: 40%;
  background-color: red;
}

#contentWrapper .center .leftContent .paragraph .imageBlock h4 {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: "BPG Nino Mtavruli";
    font-size: 0.875rem;
    line-height: 17px;
    background-color: #3A6A3A;
    color: #ffffff;
    padding: 11px 8px 7px 8px;
    border-radius: 2px;
}

#contentWrapper .center .leftContent .paragraph h3 {
    display: inline-block;
    font-family: "BPG Nino Mtavruli";
    font-size: 1.625rem;
    line-height: 29px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* end of agencyHead Page */
/* start of HeadSubdivision */
#contentWrapper .center .leftContent .simplePerson {
  display: flex;
  width: 32.10%;
  /*580x360*/
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 7px;
  margin-right: 20px; 
  padding:0!important;
}
#contentWrapper .center .leftContent .simplePerson:nth-child(3n + 3) {
  margin-right: 0;
}

#contentWrapper .center .leftContent .simplePerson:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#contentWrapper .center .leftContent .simplePerson a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#contentWrapper .center .leftContent .simplePerson .imageBlock {
  display: flex;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid rgba(158, 139, 139, 0.1);
  background:url(../images/noupload.jpg) no-repeat;
  border-radius: 7px 7px 0 0;
  overflow:hidden;
}

#contentWrapper .center .leftContent .simplePerson .imageBlock img {
  width: 100%;
  height: 300px;
  margin: auto;
  object-fit: cover; 
}

#contentWrapper .center .leftContent .simplePerson .personTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 17px 14px 17px 14px;
  border: 1px solid rgba(185, 185, 185, 0.35);
  border-radius: 0 0 7px 7px;
}

    #contentWrapper .center .leftContent .simplePerson .personTitle h2 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 0.938rem;
        text-transform: uppercase;
        font-weight: normal;
        color: #3A6A3A;
        margin-bottom: 8px;
    }

    #contentWrapper .center .leftContent .simplePerson .personTitle h3 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 1.063rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        color: #505050;
        opacity: 1;
    }

/* end ofHeadSubdivision */
/* start of subdivision */
#contentWrapper .center .leftContent .whiteSpace .subBox {
  display: flex;
  width: 49.12%;
}

#contentWrapper .center .leftContent .whiteSpace .subBox a {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(188, 188, 188, 0.44);
  padding: 24px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

    #contentWrapper .center .leftContent .whiteSpace .subBox h4 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: #3A6A3A;
        margin-bottom: 10px;
    }

    #contentWrapper .center .leftContent .whiteSpace .subBox h5 {
        display: inline-block;
        font-family: 'Conv_BPG_Arial_2010';
        font-size: 0.75rem;
        line-height: 0.938rem;
        max-height: 60px;
        overflow: hidden;
        color: #BCBCBC;
        font-weight: normal;
    }

#contentWrapper .center .leftContent .whiteSpace .subBox:hover a {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

#contentWrapper .center .leftContent .whiteSpace .paragraph h5 a {
  display: inline-block;
  font-family: "Conv_BPG_Arial_2010";
  font-family: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #BEBEBE;
  margin-bottom: 10px;
}

    #contentWrapper .center .leftContent .whiteSpace .paragraph h5 a span {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.875rem;
        line-height: 17px;
        text-transform: uppercase;
        color: #3A6A3A;
    }

/* end of  subdivision */
/* start of services */
#contentWrapper .center .leftContent .serviceBox {
    display: flex;
    width: 49.12%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
}

#contentWrapper .center .leftContent .serviceBox a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 160px;
  border: 1px solid rgba(185, 185, 185, 0.2);
  border-radius: 8px;
}
#contentWrapper .center .leftContent .serviceBox:hover  {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}

#contentWrapper .center .leftContent .serviceBox a span {
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  background: #ffffff url(../images/serviceIcon.png) no-repeat center center;
  text-indent: -999999px;
}

#contentWrapper .center .leftContent .serviceBox a .serviceText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 70%;
  margin-left: 30%;
  position:relative;
  padding-right:20px;
} 


#contentWrapper .center .leftContent .serviceBox a .serviceText:before {
  content: '';
  display: block;
  border-left: 1px solid rgba(108, 154, 62, 0.39);
  height: 100%;
  position: absolute;
}
    #contentWrapper.adaptiveEmenets .center .leftContent .serviceBox a .serviceText {
        display:block;
    }

    #contentWrapper .center .leftContent .serviceBox a .serviceText h4 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 1rem;
        line-height: 1.188rem;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 8px;
        color: #828282;
        margin-left: 20px;
        max-height: 19px;
    }

    #contentWrapper .center .leftContent .serviceBox a .serviceText h5 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.813rem;
        line-height: 1rem;
        max-height: 64px;
        overflow: hidden;
        color: rgba(130, 130, 130, 0.8);
        font-weight: normal;
        margin-left: 20px;
        max-height: 48px;
        overflow: hidden;
    }

.pagination-container {
    display: flex;
    width: 100%;
    margin-top: 24px;
}
.pagination {
    display:flex;
    width:100%;
    margin-bottom:20px;
    margin-top:10px;
}
.pagination li {
        display:flex;
        justify-content:center;
        align-items:center;
        margin-right: 2px;
        background-color:#FFFFFF ;
        border-radius: 3px;
        min-width: 24px;
        min-height: 30px;
    }
    .pagination.adaptiveEmenets li {
        min-width:30px;
        min-height:36px;
    }
    .pagination li a {
        font-family: "Conv_BPG_Arial_2010";
        color: #838383;
        font-size: 1.125rem;
        line-height: 21px;
    }
.pagination li.active {
    display: flex;
    width: 24px;
    line-height: 21px;
    height: 30px;
    background-color: #3A6A3A;
}
.pagination li.active a {
    color: #fff;
    background-color: #3A6A3A;
}
    .pagination li:hover {
        background-color: #3A6A3A;
    }
        .pagination li:hover a {
            color: #fff;
            background-color: #3A6A3A;
        }
/* end of pager  */
    /* end of services */
    /* start of vacancy*/
    #contentWrapper .center .leftContent .whiteSpace .vacancyBox {
        display: flex;
        width: 49.12%;
        height: 140px;
        margin-bottom: 20px;
    }

        #contentWrapper .center .leftContent .whiteSpace .vacancyBox a {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            border: 1px solid #EEEEEE;
            padding: 20px;
            border-radius: 8px;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
        }
#contentWrapper .center .leftContent .whiteSpace .vacancyBox:hover a {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0,0);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}

#contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.75rem;
  color: #818181;
}

#contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time>span {
  display: block;
  width: 36px;
  height: 100%;
  background: #fff url(../images/timeIcon.png) no-repeat center center;
  text-indent: -9999px;
}

#contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time {
  display: flex;
  position: relative;
  margin-left: 10px;

}

#contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time:before {
  content: '';
  display: block;
  height: 16px;
  border-left: 1px solid #A5A5A5;
  position: absolute;
  margin-left: -10px;

}

#contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time span {
  color: #BC2F2C;
}

        #contentWrapper .center .leftContent .whiteSpace .vacancyBox a h4 {
            display: inline-block;
            width: 100%;
            font-family: "Conv_BPG_Arial_2010";
            font-size: 0.813rem;
            line-height: 16px;
            max-height: 48px;
            overflow: hidden;
            font-weight: normal;
            color: #828282;
        }

#contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime {
  display: flex;
  flex-direction: column;
}

    #contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime h3 {
        display: inline-block;
        font-size: 1.188rem;
        line-height: 22px;
        width: 96%;
    }
#contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime h4 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:0.75rem;
  line-height: 15px;
  color:#3A6A3A;
  margin-bottom:3px;
}

    #contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime time {
        display: inline-block;
        margin-left: 20px;
        position: relative;
        font-size: 0.875rem;
        line-height: 17px;
        margin-bottom: 10px;
    }
#contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText time {
    display: flex;
    align-items: center;
    font-family: "BPG Nino Mtavruli";
    font-size: 0.75rem;
    line-height: 0.938rem;
    text-transform: uppercase;
    color: #818181;
    margin-bottom: 5px;
    margin-left: 20px;
} 
 #contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText time:before {
content: '';
  display: block;
  width: 14px;
  height: 16px;
  background: #fff url(../images/timeIcon.png) no-repeat center center;
  position: absolute;
  margin-left: -20px;
  margin-top:-5px;
} 
#contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText time span {
  color: #BC2F2C;
  margin-left:5px;
}

#contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime time:before {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background: #fff url(../images/timeIcon.png) no-repeat center center;
  position: absolute;
  margin-left: -20px;
}

#contentWrapper .center .leftContent .whiteSpace .paragraph .innerTime time span {
  color: #BC2F2C;
}

/* end of vvacancy */
/* start of project */
#contentWrapper .center .leftContent .tabLink {
  display: flex;
  width: 52.54%;
  min-height: 48px;
  margin-bottom: 26px;
}

    #contentWrapper .center .leftContent .tabLink ul {
        display: flex;
        align-items: center;
        width: 100%;
    }

#contentWrapper .center .leftContent .tabLink ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-width: 300px;
  font-family: "BPG Nino Mtavruli";
  font-size: 1rem;
  line-height: 19px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 2px 2px -2px #c1c3c7;
  padding: 16px 16px 13px 16px;
  border-radius:6px;
}
#contentWrapper .center .leftContent .tabLink ul li.activeTab a {
  box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
-webkit-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
-moz-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
}
#contentWrapper .center .leftContent .tabLink ul li a:hover {
box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
-webkit-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
-moz-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.18) inset;
}

#contentWrapper .center .leftContent .tabLink ul li a {
  color: rgba(112, 112, 112, 0.7);
}

#contentWrapper .center .leftContent .tabLink ul li:first-child {
  margin-right: 20px;
}

#contentWrapper .center .leftContent .whiteSpace .projectBox {
  display: flex;
  width: 32.10%;
  height: 270px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#contentWrapper .center .leftContent .whiteSpace .projectBox:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
#contentWrapper .center .leftContent .whiteSpace .projectBox:nth-child(3n + 3) {
  margin-right: 0;
}


#contentWrapper .center .leftContent .whiteSpace .projectBox a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #F7F6FA;
  border-radius: 10px;
  padding: 20px;
}

#contentWrapper .center .leftContent .whiteSpace .projectBox a .imgBlock {
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 16px;
}

#contentWrapper .center .leftContent .whiteSpace .projectBox a .imgBlock img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText time {
  display: inline-block;
  font-family: "BPG Nino Mtavruli";
  font-size: 0.75rem;
  line-height: 15px;
  text-transform: uppercase;
  color: #818181;
  margin-bottom: 3px;
}

    #contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText h2 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.75rem;
        line-height: 0.938rem;
        font-weight: normal;
        max-height: 45px;
        color: #818181;
    }

/* innerpage of project */
/*end of innerpage of project */
/* end of project */
/* start of newsPage */
#contentWrapper .center .leftContent .filterBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  box-shadow: 0px 2px 2px -2px #c1c3c7;
  padding-left: 30px;
  padding-right:30px;
  margin-bottom: 30px;
  border: 1px solid #D4D4D4;
  background: #ffffff url(../images/lineOrnament.png) no-repeat left 60px top -2px;
  border-radius: 8px;
  
}
.rev-select:first-child{
    margin-right:20px!important;
    
}
#contentWrapper .center .leftContent .filterBox .filterSearch {
    display: flex;
    width: 40%;
    height: 40px;
    margin-left: 20px;
    margin-right: 40px;
}

input#publicSearch {
  display: flex;
  width: 100%;
  height: 40px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.75rem;
  line-height: 15px;
  color: #818181;
  padding-left: 12px;
}

#contentWrapper .center .leftContent .filterBox .submitClick {
  display: flex;
  width: 170px;
  height: 40px;
  border-radius: 5px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0);
}

#contentWrapper .center .leftContent .filterBox input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-top: 3px;
  font-family: "BPG Nino Mtavruli";
  font-size: 1rem;
  line-height: 19px;
  font-weight: bold;
  box-shadow: 0;
  color: #ffffff;
  width: 100%;
  width: 100%;
  background: #3A6A3A url(../images/FilterSearch.png) no-repeat center left 10px;
  border-radius: 5px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.rev-select {
  position: relative;
  display: flex;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.75rem;
  line-height: 15px;
  color: #818181;
  width: 40.54%;
  height: 40px;
  cursor: pointer;
}

.select-styled {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  position: absolute;
  border-radius: 5px;
  padding-left: 12px;
}
   

.select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #85b640 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}


.select-styled.active::after {
  top: 9px;
  border-color: transparent transparent #85b640 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
}

.select-options li:hover {
  color: #85b640;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

/* end of select */
/* start of krtsanisi woodPark */
#contentWrapper .center .leftContent .whiteSpace .secondWood {
    display: flex;
    width: 32.10%;
    height: 230px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
    margin-right: 20px; 
    overflow:hidden;
} 
#contentWrapper .center .leftContent .whiteSpace .secondWood.adaptiveEmenets {
    height:290px;
}
#contentWrapper .center .leftContent .whiteSpace .secondWood:nth-child(3n + 3) {
  margin-right: 0;
}

    #contentWrapper .center .leftContent .whiteSpace .secondWood .woodImg {
        /*display: flex;*/
        width: 100%;
        height:300px;
        object-fit:cover;
    }

#contentWrapper .center .leftContent .whiteSpace .secondWood .woodImg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit:cover;
}

#contentWrapper .center .leftContent .whiteSpace .secondWood .category {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  min-width: 59px;
  border-radius: 4px;
  padding: 5px 10px 2px 10px;
}

    #contentWrapper .center .leftContent .whiteSpace .secondWood .category h3 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 0.938rem;
        text-transform: uppercase;
        font-weight: normal;
        color: #ffffff;
    }

#contentWrapper .center .leftContent .whiteSpace .secondWood .woodText {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.57);
  position: absolute;
  bottom: 0;
  padding: 10px 16px 0 16px;
  border-radius: 0 0 10px 10px;
}

    #contentWrapper .center .leftContent .whiteSpace .secondWood .woodText h2 {
        display: inline-block;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.813rem;
        line-height: 1rem;
        max-height: 32px;
        text-transform: uppercase;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 6px;
    }

    #contentWrapper .center .leftContent .whiteSpace .secondWood .woodText h4 {
        display: inline-block;
        font-family: 'Conv_BPG_Arial_2010';
        font-size: 0.75rem;
        line-height: 0.938rem;
        max-height: 30px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: normal;
    }

#contentWrapper .center .leftContent .secondWood:hover .woodText {
  background-color: rgba(107, 153, 61, 0.82);
}

/* end of krstanisi woodPark  */
/* start of video galery   */
#contentWrapper .center .leftContent .whiteSpace .videoBox {
  display:flex;
  flex-direction: column;
  width:32.14%;
  height: 216px;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.06);
  margin-bottom:20px;
  border-radius:4px;
  margin-right: 20px;
}
#contentWrapper .center .leftContent .whiteSpace .videoBox:nth-child(3n + 3) {
  margin-right: 0;
}
#contentWrapper .center .leftContent .whiteSpace .videoBox:hover, #contentWrapper .center .leftContent .whiteSpace .videoBox .videoTitle {
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,0);
  border:1px solid rgba(0,0,0,0.03);
}
#contentWrapper .center .leftContent .whiteSpace .videoBox .imageBlock {
  display:block;
  width:100%;
  height:160px;
  position:relative;
  border-radius:4px;
}
#contentWrapper .center .leftContent .whiteSpace .videoBox .imageBlock img {
  display:block;
  width: 100%;
  height: 100%;
  border-radius:4px;
  object-fit: cover;
}
#contentWrapper .center .leftContent .whiteSpace .videoBox .videoTitle {
  display:flex;
  align-items: center;
  padding-left:12px;
  padding-right: 12px;
  width:100%;
  height: 56px;
  background-color: #ffffff;
}
    #contentWrapper .center .leftContent .whiteSpace .videoBox.adaptiveEmenets {
        height:280px;
    }
    #contentWrapper .center .leftContent .whiteSpace .videoBox .videoTitle.adaptiveEmenets {
        height: 96px;
        display: block;
        padding: 5px;
    }
    #contentWrapper .center .leftContent .whiteSpace .videoBox .videoTitle h2 {
        display: inline-block;
        font-family: 'Conv_BPG_Arial_2010';
        font-size: 0.75rem;
        line-height: 0.938rem;
        max-height: 30px;
        font-weight: normal;
        color: #575757;
    }
#contentWrapper .center .leftContent .whiteSpace .videoBox .imageBlock span {
  display:block;
  width:40px;
  height: 40px;
  background: url(../images/videoIcon.png) no-repeat  center center;
  position:absolute;
  right: 10px;
  text-indent:-9999px;
}


/* end of videogalery */
/* START OF ACCARDION*/
.accordion {
    display: block;
    background-color: #F5F5F5;
    font-family: "Conv_BPG_Arial_2010";
    font-size: 0.875rem;
    line-height: 17px;
    color: #818181;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
    .accordion h4 {
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: #818181;
        cursor: pointer;
        font-weight: normal;
        width: 90%;
    } 

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  color:#3A6A3A;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: white;
    font-family: "Conv_BPG_Arial_2010";
    font-size: 0.875rem;
    line-height: 17px;
    color: #818181;
    border: 1px solid rgba(199,199,199,0.5);
    margin-bottom: 20px;
    /* padding:20px; */
    display: none;
    overflow: hidden;
}
.panel .firstAccardion {
  padding:20px;
}
.accordion:after {
  content: "";
  display:flex;
  width:30px;
  height: 30px;
  background: url(../images/DefaultAccardionIcon.png) center center no-repeat;
  color: #777;
  float: right;
  margin-left: 5px;
  position:absolute;
  right:12px;
  bottom:28%;
}

.accordion.active .active:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/openAccardionIcon.png) no-repeat;
}
.filterBox .active:after {
  background: rgba(0.0.0.0);
  opacity: 0;
}
.panel p {
  margin-bottom:20px;
}
.panel .suggestLink {
  display:flex;
  width:240px;
  height: 40px;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:4px;
}
.panel .suggestLink span {
  display:block;
  width:48px;
  height: 40px;
  text-indent: -9999px;
  background: #3A6A3A url(../images/suggestLinkIcon.png) no-repeat center center;
  position:absolute;
  border-radius:4px;
}

.panel .suggestLink h2 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:1rem;
  line-height: 19px;
  text-transform: uppercase;
  color:#818181;
  font-weight: bold;
  margin-left:68px;
  margin-top:11px;
}
/* START OF secondACCARDION*/

.panel .secondAccardion {
  display:flex;
  border-bottom:1px solid rgba(178,178,178,0.3);
  padding:20px;
  flex-wrap:wrap;
}
.panel .secondAccardion:last-child {
  border-bottom:1px solid rgba(178,178,178,0);

}
.panel .textArea {
  display:flex;
  flex-direction: column;
  width:45.28%;
  margin-right: 7%;
  margin-bottom:10px;
}
    .panel .textArea h4, .panel .timeArea h4 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.75rem;
        line-height: 1.063rem;
        color: rgba(158,158,158,0.8);
        margin-bottom: 8px;
        font-weight: normal;
    }
    .panel .textArea h5, .panel .timeArea h5 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: #818181;
        font-weight: normal;
    }  
  .additonalAccardion {
      display:flex;
  }
  .panel .timeArea {
    display:flex;
    flex-direction: column;
    width:60%;
    margin-right: 7%;
  }
  .panel .links {
    display:flex;
    width:17.96%;
    height: 50px;
    align-items: center;
    flex-wrap:wrap;
  }
  .panel .links li a {
    display:flex;
    align-items: center;
    font-family: "Conv_BPG_Arial_2010";
    font-size:0.75rem;
    line-height: 15px;
    color:#828282;
  }
 .panel li a img {
    display: inline-block;
    margin-right: 10px;
  }
  
.panel .links li a:first-child img {
    width: 20px;
    /* height: 13px; */
    margin-top:-2px;
  }
  .panel .links li a:first-child {
    margin-right: 12px;
  }
 

/* END OF secondACCARDION*/
/* END OF ACCARDION*/
/* start of subscribe Public information*/
#contentWrapper .center .leftContent .whiteSpace .contactForm {
  padding:40px;
}
#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
#contentWrapper  .center .leftContent .whiteSpace .contactForm .formLine .leftLine {
  width: 47.16%;
  /*500px*/
}

#contentWrapper  .center .leftContent .whiteSpace .contactForm .formLine > p {
  margin-top: 20px;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.75rem;
  line-height: 15px;
  color: #818181;
  font-style: italic;
  margin-bottom: 20px;
}
#contentWrapper  .center .leftContent .whiteSpace .contactForm .formLine .leftLine:hover input {
  border:1px solid  rgba(58,106,58,0.8);
}

#contentWrapper .center .leftContent .whiteSpace  .contactForm input {
  display: block;
  width: 100%;
  height: 34px;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.75rem;
  line-height: 15px;
  color: rgba(129,129,129,0.6);
  padding: 0 4% 0 42px;
  margin-bottom: 40px;
  border: 1px solid rgba(129, 129, 129, 0.4);
  border-radius: 4px;
}

#contentWrapper .center .leftContent .whiteSpace .contactForm input:focus {
  outline: none;
}

#contentWrapper .center .leftContent .whiteSpace .contactForm .fileUploadBlock {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 4px;
  height: 40px;
  z-index: 2;
  background: url(../images/fileUploadIcon.png) no-repeat 12px center;
  background-size:  auto;
}

#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine input#nameSurname {
  background: url(../images/nameSurname.png) no-repeat 14px center;
  background-size: 16px auto;
  padding-bottom: 1px;
}

#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine input#adress {
  background: url(../images/AdressIcon.png) no-repeat 14px center;
  background-size: 14px auto;
}
#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine input#mailAdress {
  background: url(../images/MailIcon.png) no-repeat 12px center;
  background-size: 20px auto;
}

#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine input#phoneNumber {
  background: url(../images/telefoneIcon.png) no-repeat 14px center;
  background-size: 16px auto;
}

#contentWrapper  .center .leftContent .contactForm .formLine.submitClick {
  display: flex;
  justify-content: right;
  width: 100%;
  height: 35px;
  margin-bottom: 40px;
}

#contentWrapper  .center .leftContent .whiteSpace .contactForm input#DocFile {
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0 14%;
  opacity: 0;
  margin-bottom: 40px;
}

#contentWrapper
.center
.leftContent
.contactForm
input[type="submit"] {
    display: block;
    background-color: #3A6A3A;
    width: 200px;
    height: 40px;
    padding: 4px 0 0 0;
    font-family: "BPG Nino Mtavruli";
    font-size: 1.125rem;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
}
#contentWrapper .center .leftContent .whiteSpace .contactForm .publicText {
  display: inline-block;
  width: 100%;
  margin-top:60px;
}

#contentWrapper  .center .leftContent .contactForm .publicText h4 {
  font-family: "Conv_BPG_Arial_2010";
  font-size: 1rem;;
  line-height: 18px;
  color: #000000;
  margin: 10px 0;
}

#contentWrapper .center .leftContent .whiteSpace  .contactForm .publicText p {
  font-family: "Conv_BPG_Arial_2010";
  font-size: 1rem;
  line-height: 16px;
  color: #818181;
  margin-bottom: 10px;
}

    #contentWrapper .center .leftContent .whiteSpace .contactForm .publicText p a {
        color: #3A6A3A;
        font-weight: bold;
        font-size: 0.813rem;
        line-height: 18px;
    }
/* start of subsicribe public information*/


/* ------ venobox.css --------*/

.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}


.vbox-close {
  cursor: pointer;
  position: absolute;
  background-image: url("../images/CloseButton.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px;
  top: 10%;
  right: 10%;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  overflow: hidden;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  height: 40px;
  overflow: hidden;
  line-height: 30px;
  font-family: "Conv_BPG_Arial_2010";
  font-size: 0.813rem;
  z-index: 99;
  display: flex;
  justify-content: center;
  width: 100%;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}
/* ----- Social share ----- */
/* .vbox-share{
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items:center;
  justify-content: center;
  width: 100%;
  text-align: center;
} */
/* .vbox-share svg{
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
} */
/* ----- navigation ARROWS ----- */

.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 4px solid transparent;
  border-top-color: #85b640 !important;
  border-right-color: #85b640 !important;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 20px;
}

.vbox-next {
  right: 20px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 63%;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
  border-radius: 20px;
}

/* ------- Video & iFrames window ------ */

.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  width: 100%;
  max-width: 1634px;
  overflow: hidden;
  margin: auto;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin:auto;
}

.vbox-container img {
  max-width: 800px;
  /* 1634 px ის 90%*/
  border-radius: 7px;
}

.vbox-figlio {
  /* box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  /* webkit-transition: margin 300ms ease-out; */
  transition: margin 300ms ease-out;
}
/* ---------- preloader ----------
-------------------------------- */

/* .sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
} */
/* ესენი ამოძრავებდა სურათს */

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* start of PRINT RESPONSIVE  */
@media print {
  @page {
    size: A4;
  }
  #headerWrapper {
    display:none;
  }
  #contentWrapper .center .leftContent {
    width:100%;
  }
  #contentWrapper .center .leftContent .paragraph .imageBlock {
    width:100%;
    margin-bottom:10px;
  }
  #contentWrapper .center .leftContent .paragraph .imageBlock .galleryIcon {
    display:none;
  }
  #contentWrapper .center .leftContent .paragraph .imageBlock a.print {
    display:none;
  }
  #contentWrapper .center .leftContent .paragraph .imageBlock a.share {
    display: none;
  }

  #contentWrapper .center .rightContent {
        display: none;
  }
  #wrapper .borderRed {
    display:none;
  }
  #wrapper nav {
    display:none;
  }
  #wrapper h1 {
    display:none;
  }
  #contentWrapper .center .leftContent h2 {
    display:none;
  }
  .linkBox {
    display:none;
  }
  #footerWrapper {
    display:none;
  }
}
/* END OF  PRINT RESPONSIVE  */
/* start of flora da fauna */
#contentWrapper .center .leftContent .whiteSpace .floraBox {
  display:flex;
  width: 32.10%;
  height: 280px;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.06);
  margin-right: 20px;
  margin-bottom:20px;
  overflow:hidden;
  position:relative;
}
#contentWrapper .center .leftContent .whiteSpace .floraBox:nth-child(3n + 3 ){
  margin-right: 0;
}
    #contentWrapper .center .leftContent .whiteSpace .floraBox .agency {
        width:100%;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox .imgBlock {
        display: flex;
        justify-content:center;
        align-items:center;
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 240px;
        object-fit: cover;
        object-fit: cover;
        background-color: red;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox .agency .imgBlock {
        display: flex;
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 240px;
        object-fit: cover;
        object-fit: cover;
        background-color: red;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox .imgBlock img {
        display: flex;
        border-radius: 4px 4px 0 0;
        min-width: 100%;
        min-height: 100%;
        height:240px;
        object-fit:cover;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox .floraText {
  display:flex;
  flex-direction: column;
  justify-content: center;
  width:100%;
  height: 56px;
  padding-left:10px;
  background-color:#ffffff;
  z-index:99;
  position:absolute;
  bottom:0;
}
    #contentWrapper .center .leftContent .whiteSpace .floraBox h3 {
        display: inline-block;
        position: absolute;
        font-family: "BPG Nino Mtavruli";
        font-size: 0.75rem;
        line-height: 0.813rem;
        text-transform: uppercase;
        color: #fff;
        background-color: #F64041;
        border-radius: 4px;
        padding: 6px 5px 3px 5px;
        top: 10px;
        right: 10px;
    }

#contentWrapper .center .leftContent .whiteSpace .floraBox .floraText h4 {
  display:inline-block;
  font-family: "BPG Nino Mtavruli";
  font-size:0.75rem;
  line-height: 17px;
  text-transform: uppercase;
  color:#9C9C9C;
  
}
    #contentWrapper .center .leftContent .whiteSpace .floraBox .floraText h5 {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.75rem;
        line-height:0.938rem;
        color: #575757;
        font-weight: normal;
    }
    #contentWrapper.adaptiveEmenets .center .leftContent .whiteSpace .floraBox {
        height:320px;
    }
        #contentWrapper.adaptiveEmenets .center .leftContent .whiteSpace .floraBox .floraText {
            height:106px;
        }
/* popUp */
.mainPop {
    display: flex;
    width: 100%;
    padding: 40px;
    position:relative;
    
}
.mainPop .popImage {
  display:flex;
  width:300px;
  height: 300px;
  margin-right: 20px;
  object-fit:cover;
}
    .mainPop .popImage img {
        display: flex;
        width: 100%;
        height: 100%;
        min-width: 300px;
        object-fit: cover;
    }
    .mainPop .popText {
        display: flex;
        flex-direction: column;
        font-family: "Conv_BPG_Arial_2010";
    }
.mainPop .popText h2 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:1rem;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: normal;
  color:#818181;
  margin-bottom:6px;
}
.mainPop .popText h3 {
/*  display:block;*/
  font-family:"BPG Nino Mtavruli";
  font-size:0.75rem;
  line-height: 13px;
  text-transform:uppercase;
  color:#fff;
  background-color: #F64041;
  border-radius:4px;
  padding:6px 5px 3px 5px;
  margin-bottom:8px;
  min-width:200px;
  max-width:210px;
  align-items:center;
  display:flex;
  justify-content:center;

}
    .mainPop .popText p {
        display: inline-block;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.875rem;
        line-height: 17px;
        color: #818181;
    }
/* end of flora da fauna */
/* start of laws */
#contentWrapper .center .leftContent .whiteSpace .lawBox {
  display:flex;
  justify-content: center;
  position: relative;
  flex-direction:column;
  width: 49.12%;
  height: 150px;
  border-radius:10px;
  border:1px solid #EBEBEB;
  margin-bottom:20px;
}
#contentWrapper .center .leftContent .whiteSpace .lawBox:hover {
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

    #contentWrapper .center .leftContent .whiteSpace .lawBox h4 {
        display: flex;
        align-items: center;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.875rem;
        line-height: 1.063rem;
        height: 51px;
        color: #828282;
        font-weight: normal;
        margin-left: 120px;
        margin-bottom: 10px;
        width: 70%;
    }
#contentWrapper .center .leftContent .whiteSpace .lawBox .links {
  display:flex;
    width:40.96%;
  height: 50px;
  align-items: center;
  margin-left:120px;
  padding-top:25px;
}
    #contentWrapper .center .leftContent .whiteSpace .lawBox .links li a {
        display: flex;
        align-items: center;
        font-family: "Conv_BPG_Arial_2010";
        font-size: 0.75rem;
        line-height: 0.938rem;
        color: #828282;
    }
#contentWrapper .center .leftContent .whiteSpace  .lawBox .links li a img {
  display: inline-block;
  margin-right: 10px;
}

#contentWrapper .center .leftContent .whiteSpace .lawBox  .links li a:first-child img {
  width: 20px;
  /* height: 13px; */
  margin-top:-2px;
}
#contentWrapper .center .leftContent .whiteSpace  .links li a:first-child {
  margin-right: 12px;
}

#contentWrapper .center .leftContent .whiteSpace .lawBox span {
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: #F9F8F9 url(../images/LawIcon.png) no-repeat center center;
  text-indent: -999999px;
}
/* end of laws */
/* start of ministryAgencies*/
#contentWrapper .center .leftContent .whiteSpace .ministryBox {
  display:flex;
  width: 32.10%;
  height: 140px;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
margin-right: 20px;
margin-bottom:20px;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox:nth-child(3n + 3) {
  margin-right: 0;

}

#contentWrapper .center .leftContent .whiteSpace .ministryBox a {
  display:flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox .imgBlock {
  display:flex;
  align-items: center;
  justify-content:center;
  width: 46.78%;
  height: 100%;
  border-radius:10px 0 0 10px;
  padding-left:10px;
  margin-right: 16px;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox:hover {
  box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.14) inset;
  -webkit-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.14) inset;
  -moz-box-shadow: 0px 0px 6px 7px rgba(58,106,58,0.14) inset;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox:hover h4 {
  color:#3A6A3A;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox .imgBlock img {
  display:block;
  width: 100%;
  height:auto;
}
#contentWrapper .center .leftContent .whiteSpace .ministryBox h4 {
  display:inline-block;
  font-family: "Conv_BPG_Arial_2010";
  font-size:0.813rem;
  line-height: 1rem;
  font-weight: normal;
  color:#000000;
  width: 94%;
  margin-right: 5px;
}
#contentWrapper .center .leftContent .whiteSpace .threeCard {
  display:flex;
  flex-wrap: wrap;
}
/* Enf of Ministry Agencies */
#contentWrapper .center .leftContent .whiteSpace .contactBeetwen {
  display:flex;
  justify-content: space-between;
}
#contentWrapper .center .leftContent .whiteSpace .firstContact {
  display:flex;
  width:55.26%;
  height: 100%;
}
#contentWrapper .center .leftContent .whiteSpace .firstContact .contactForm {
  padding:0;
  width: 100%;
} 
#contentWrapper .center .leftContent .whiteSpace .firstContact .contactForm .formLine {
  display:flex;
  flex-direction: column;
}
#contentWrapper .center .leftContent .whiteSpace .firstContact .contactForm input {
  margin-bottom:20px;
}
#contentWrapper  .center .leftContent .whiteSpace .firstContact  .formLine {
  width:100%;
}
#contentWrapper  .center .leftContent .whiteSpace .firstContact  .formLine .leftLine {
  width: 100%;
}
#contentWrapper .center .leftContent .whiteSpace .contactForm .formLine input#questionLine {
  background: url(../images/questionIcon.png) no-repeat 14px center;
  background-size: 16px auto;
  padding-bottom: 1px;
}
#contentWrapper .center .leftContent .whiteSpace .firstContact .formLine .leftLine textarea {
  display:block;
  padding:8px;
  width: 100%;
  min-height: 160px;
  font-family: "Conv_BPG_Arial_2010";
  font-size:0.75rem;
  line-height: 15px;
  color:#818181;
  border: 1px solid rgba(129, 129, 129, 0.4);
  border-radius:4px;
}
#contentWrapper .center .leftContent .whiteSpace .firstContact .contactForm h2 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:1rem;
  line-height: 19px;
  text-transform: uppercase;
  color:#818181;
  margin-bottom:20px;
}
#contentWrapper .center .leftContent .whiteSpace .titleDiv  {
  display:flex;
  flex-direction: column;
  width:37.19%;
  height: 100%;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact {
  display:flex;
  flex-direction: column;
  width:100%;
  height: 100%;
  border:1px solid rgba(112,112,112,0.16);
  padding:20px;
  border-radius:10px;
}
#contentWrapper .center .leftContent .whiteSpace .titleDiv h3, #contentWrapper .center .leftContent .whiteSpace .titleDivfirst h3 {
  display:inline-block;
  font-family:"BPG Nino Mtavruli";
  font-size:1rem;
  line-height: 19px;
  text-transform: uppercase;
  color:#818181;
  margin-bottom:20px;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact h4 {
  display: inline-block;
  width: 100%;
  font-family:"BPG Nino Mtavruli";
  font-size:0.813rem;
  line-height: 16px;
  text-transform: uppercase;
  color:#818181;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact h5 {
  display:flex;
  align-items: center;
  position:relative;
  font-family: "Conv_BPG_Arial_2010"; 
  font-size:0.813rem;
  line-height: 1rem;
  color:#828282;
  font-weight: normal;
  width: 80%;
  margin-left:40px;
  min-height: 40px;
  padding:10px;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .contactItem {
  display:flex;
  flex-direction: column;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .contactItem a {
  display: flex;
  align-items: center;
  width: 100%;
  font-family:"BPG Nino Mtavruli";
  font-size:0.813rem;
  line-height: 16px;
  text-transform: uppercase;
  color:#818181;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact a:before {
  content: '';
  display:block;
  width:30px;
  height: 30px;
  background: url(../images/locationIcon.png) no-repeat center center;
  position:absolute;
  margin-left:-40px;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact  a {
  display:flex;
  align-items: center;
  width: 100%;
  font-family:"BPG Nino Mtavruli";
  font-size:0.813rem;
  line-height: 16px;
  text-transform: uppercase;
  color:#818181;
  height: 40px;
  margin-left:40px;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .contactItem h5:before {
  display:block;
  content:'';
  width: 30px;
  height: 30px;
  background: url(../images/homeIcon.png) no-repeat center center;
  margin-left:-40px;
  position: absolute;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .webLine a:before,
#contentWrapper .center .leftContent .whiteSpace .secondContact .mailLine a:before,
#contentWrapper .center .leftContent .whiteSpace .secondContact .hotCall a:before,
#contentWrapper .center .leftContent .whiteSpace .secondContact .mobileLine a:before{
  content: '';
  display:block;
  width:30px;
  height: 30px;
  background: url(../images/worldIcon.png) no-repeat center center;
  position:absolute;
  margin-left:-40px;
} 
#contentWrapper .center .leftContent .whiteSpace .secondContact .mailLine a:before {
  background: url(../images/contactMail.png) no-repeat center center;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .hotCall a:before {
  background: url(../images/hotCall.png) no-repeat center center;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact .mobileLine a:before {
  background: url(../images/telemobile.png) no-repeat center center;
}
#contentWrapper .center .leftContent .whiteSpace .secondContact  .mobileLine a {
  height: 20px;
}
#headerWrapper .center.adaptiveEmenets {
    max-width: initial;
}
/* ----------------------------adaptive------------------------------------ */
#adaptiveBlock {
    width: 80.93%;
    max-width: 420px;
    position: absolute;
    /*bottom: 110px;*/
    top: 10px;
    left: 100px;
}

#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: "Conv_BPG_Arial_2010";
            font-weight: normal;
            margin-bottom: 5px;
        }

        #allFunctions .flexCont .simpleFunction button {
            display: inline-block;
            color: #000 !important;
            font-size: 0.93rem;
            line-height: 1.13;
            font-family: "Conv_BPG_Arial_2010";
            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;
}
.form-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 2% 10px 2%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

#playAudio {
    width: 29px;
    height: 29px;
    border: 1px solid #0E3B58;
    border-radius: 0;
    margin: 5px 4% 5px 0;
}

.form-check-label {
    color: #000 !important;
    font-size: 0.93rem;
    line-height: 1.13;
    font-family: "Conv_BPG_Arial_2010";
}

#playAudio:checked + label::before {
    content: "✔";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    height: 29px;
    width: 29px;
    top: 5px;
    left: 2%;
    border: 1px solid #0E3B58;
    background: #85B640 !important;
} 





/* ------------------------------- ადაფთივის დასრულება -------------------------------------*/

/* რისფონსივის დასაწყისი,  Start of Responsive  */
/* დასაწყისი -  მთავარი გვერდი */
@media screen and (max-width: 2030px) {
    #sliderWrapper {
        height: 1000px;
    }
        #sliderWrapper.adaptiveEmenets {
            height:1150px;
        } 

        #sliderWrapper .image_wrapper .text_content {
            bottom: -140px;
        }
        #sliderWrapper .image_wrapper.adaptiveEmenets .text_content {
            height: 320px;
            bottom: -310px;
        }

    .mainSlider_prev_image, .mainSlider_next_image {
        bottom: -187px;
        left: 30%;
    }
        .mainSlider_prev_image.adaptiveEmenets, .mainSlider_next_image.adaptiveEmenets {
            bottom: -360px;
        }
}

@media screen and (max-width:1822px) {
    #contentWrapper .center .leftContent .simplePerson,
    #contentWrapper .center .leftContent .whiteSpace .projectBox,
    #contentWrapper .center .leftContent .whiteSpace .secondWood,
    #contentWrapper .center .leftContent .whiteSpace .videoBox,
    #contentWrapper .center .leftContent .whiteSpace .floraBox,
    #contentWrapper .center .leftContent .whiteSpace .ministryBox {
        margin-right: 0;
    }

    #contentWrapper .center .leftContent .whiteSpace .threeCard {
        justify-content: space-between;
    }
    #sliderWrapper:before {
        height:550px;
    }
    #sliderWrapper .image_wrapper .text_content {
        bottom: -180px;
    }
    .mainSlider_prev_image, .mainSlider_next_image  {
        bottom:-230px;
    }
}
    #contentWrapper.adaptiveEmenets {
        padding-bottom:580px;
    }
    #footerWrapper.adaptiveEmenets {
        height:580px;
    }
        #footerWrapper.adaptiveEmenets .center{
            display: flex;
            flex-direction: column;
        }
    #footerWrapper .center.adaptiveEmenets  .leftFooter {
        width:100%;
        margin-bottom:20px;
    } 
        #footerWrapper .center.adaptiveEmenets .rightFooter {
            width:100%;
        }
    #footerWrapper.adaptiveEmenets .bottomFooter {
        height: 140px;
    }
        #footerWrapper.adaptiveEmenets .bottomFooter .center {
            display: flex;
            flex-direction: row !important;
        }
#footerWrapper.adaptiveEmenets .bottomFooter .footerSida {
    width: 60%;
}
#footerWrapper.adaptiveEmenets .bottomFooter .copyBlock p:before {
    top:14px;
}
/*შშმ + რესფონსივი*/
@media screen and (max-width: 1740px) {
    #sliderWrapper {
        height: 750px;
    }
        #sliderWrapper.adaptiveEmenets {
            height:1150px;
        }

        #sliderWrapper .image_wrapper,
        #sliderWrapper .wrap_placeholder {
            height: 550px;
        }
            #sliderWrapper.adaptiveEmenets .image_wrapper,
            #sliderWrapper.adaptiveEmenets .wrap_placeholder {
                height:788px;
            }

            .mainSlider_prev_image, .mainSlider_next_image {
                bottom: 6px;
                left: 28%;
            }
        .mainSlider_prev_image.adaptiveEmenets, .mainSlider_next_image.adaptiveEmenets {
            bottom: -360px;
        }

    #wrapper .fixedContainer {
        top: 68%;
    }

    #sliderWrapper:before {
        position:absolute;
        bottom: -50px;
        height: 550px;
    }
}

@media screen and (max-width: 1590px) {
    #contentWrapper .center .leftContent .whiteSpace .cardBox .news a {
        display: flex;
    }

    .mainSlider_prev_image, .mainSlider_next_image {
        bottom: 6px;
    }

    #sliderWrapper:before {
        bottom: -70px;
    }

    #sliderWrapper .image_wrapper .text_content {
        width: 44%;
    }
    #contentWrapper .center .leftContent .whiteSpace .contactForm {
        padding: 20px;
    }

        #sliderWrapper .image_wrapper .text_content h5 {
            width: 100%;
            max-height: 88px;
        } 
        /*rightContent*/
    #contentWrapper .rightContent .rightSida h3 {
        font-size:1rem;
        line-height:19px;
    }
    #contentWrapper .rightContent .rightSida .imgSida {
        height:140px;
    }
    #contentWrapper .rightContent .rightSida .imgSida img {
        width: 100px;
        height: 103px;
    }

    #footerWrapper .bottomFooter .footerSida {
        width: 35%;
    } 
    /* ეს არის დასაწყისი შიდა გვერდების  */
    #contentWrapper .center .leftContent .paragraph .imageBlock {
        width: 45%;
    } 
    /*innerContent // contactInfo*/
    #contentWrapper .center .leftContent .whiteSpace .titleDiv {
        width:40%;
    }
    #contentWrapper .center .leftContent .whiteSpace .secondContact .contactItem {
        margin-bottom: 5px;
    }  
    /*innerContent // publicInfo // accardion*/
    .panel .links {
        flex-wrap:wrap;
    }  
    /*შშმ + რესფონსივი*/
    #sliderWrapper .image_wrapper .text_content.adaptiveEmenets {
        width: 80%!important;
    }
/*    13/06/2025 new update*/
    #adaptiveBlock {
     
        top: 10px;
        left: 30px;
    }
}
@media screen and (max-width: 1466px)  { 
    /*შშმ  + Responsive*/ 
    #contentWrapper .center.adaptiveEmenets .leftContent {
        width:68%;
    }
    #contentWrapper .center.adaptiveEmenets .rightContent {
        width:30%;
    }
}
@media screen and (max-width: 1410px) {
    #contentWrapper .center .leftContent .whiteSpace .secondWood {
        width: 49%;
    }

        #contentWrapper .center .leftContent .whiteSpace .secondWood .woodImg {
            height: 320px;
        }

    #contentWrapper .center .leftContent .whiteSpace .floraBox {
        width: 49%;
    } 
      /* შშმ + Responsive */
        .quickLink.adaptiveEmenets .headerCall {
            text-indent: -9999px;
            background-image: url(../images/headerCall.png);
        }
        .quickLink.adaptiveEmenets .headerMail {
            text-indent: -9999px;
            background-image: url(../images/headerMail.png);
        }
}
@media screen and (max-width: 1350px) {
    /*heads*/
    #contentWrapper .center .leftContent .simplePerson {
        width:49%;
    }
    /*innerPage // Projects*/
    #contentWrapper .center .leftContent .whiteSpace .projectBox {
        width: 49%;
        height:300px;
    }
        #contentWrapper .center .leftContent .whiteSpace .projectBox a .projectText time {
            width:96%;
        }
        #contentWrapper .center .leftContent .whiteSpace .projectBox a .imgBlock {
            height:190px;
        }
    #contentWrapper .center .leftContent .whiteSpace .secondContact h5 {
        height:60px;
    }
    .panel .textArea {
        width:100%;
    }
    /*innerContent // ministryAgencies*/
    #contentWrapper .center .leftContent .whiteSpace .ministryBox {
        width: 49%;
    } 
}
    @media screen and (max-width: 1250px) {
        #contentWrapper {
            margin-bottom: 0px;
            margin-top: 40px;
        } 

            #contentWrapper .center {
                flex-direction: column;
            } 

                #contentWrapper .center .leftContent {
                    width: 100%;
                } 
                /*შშმ + Respnsive*/
                #contentWrapper .center.adaptiveEmenets .leftContent {
                    width:100%;
                }
                    #contentWrapper .center.adaptiveEmenets .rightContent {

                        width:100%;
                    }

                    #contentWrapper .center .leftContent > .whiteSpace {
                        margin-bottom: 20px;
                    }

                    #contentWrapper .center .leftContent.rightContent .whiteSpace {
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap;
                    }

                        #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox {
                            width: 32%;
                        }

                    #contentWrapper .center .leftContent.rightContent .whiteSpace {
                        min-height: 0;
                    }

            #contentWrapper.innerContent .center {
                display: flex;
                flex-direction: row;
            }

                #contentWrapper.innerContent .center .leftContent {
                    width: 69%;
                }

                    #contentWrapper.innerContent .center .leftContent.rightContent {
                        width: 29%;
                    }
                        /*rightinnerContent*/
                        #contentWrapper.innerContent .center .leftContent.rightContent .whiteSpace {
                            margin-bottom: 0;
                        }

            #contentWrapper .rightContent .rightSida {
                height: 200px;
                margin-bottom: 20px;
            }
        /*footer*/
        #footerWrapper .center .leftFooter {
            width: 63%
        }

        #footerWrapper .center .rightFooter {
            width: 35%;
        }  
       /*innerContent // vacancies*/
        #contentWrapper .center .leftContent .whiteSpace .vacancyBox  { 
            height:160px;
        }
        #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time {
            display: flex;
            padding: 3px;
            height: auto;
        }
            #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time {
                display:flex;
                flex-direction:column;  
                height:auto;
                padding:5px; 
                margin-left:15px;
            }
            #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time  span {
                margin-top:5px;
            }
                #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time span.tireClass {
                    display:none;
                }
                #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time time:before {
                    margin-top:8px;
                    margin-left:-15px;
                }  
                /*// საზ ურთიერტობა //*/ 
                /*news*/
        #contentWrapper .center .leftContent .whiteSpace .cardBox .news {
            width:100%;
        } 
        /*innerContent // requestPublicInfo*/
        #contentWrapper .center .leftContent .whiteSpace .contactForm {
            padding: 10px;
        } 
        /*innerContent // floraBox Fauna*/
        #contentWrapper .center .leftContent .whiteSpace .floraBox {
            width:49%;
        } 
        /*innerContent // lawBox*/
        #contentWrapper .center .leftContent .whiteSpace .lawBox  {
            width:100%;
        }
        /*popUp*/
        .mainPop {
            flex-direction:column;
            padding:20px;
        }
            .mainPop .popImage {
                width:100%; 
                margin-bottom:14px;
            }
    } 

    @media screen and (max-width: 1175px) {
        /*შშმ + რესფონსივი */
        .quickLink.adaptiveEmenets .onlineHelp {
            text-indent: -9999px;
            background-image: url(../images/OnlineHelp.png);
        }
        #sliderWrapper .image_wrapper .text_content {
            width: 50%;
        }

        .mainSlider_prev_image, .mainSlider_next_image {
            bottom: 22px;
            left: 43%;
        }

        #sliderWrapper:before {
            bottom: -120px;
        }
        /*rightContent*/
        #contentWrapper .rightContent .rightSida {
            margin-bottom: 40px;
        }
        /* footer ის ტექსტი */
        #footerWrapper .bottomFooter .footerSida {
            width: 55%;
        }

        #footerWrapper .bottomFooter .copyBlock {
            justify-content: right;
        }

            #footerWrapper .bottomFooter .copyBlock p {
                white-space: normal;
                word-break: break-all;
                width: 60%;
            }

                #footerWrapper .bottomFooter .copyBlock p::before {
                    top: -6px;
                }
        /*შიდა გვერდები // innerContent */
        #contentWrapper .rightContent .whiteSpace .subMenu ul li a {
            font-size: 0.75rem;
        }
        /*ტექსტური გვერდები  ImageBlock ით // დირექტორი/მოადგილე*/
        #contentWrapper .center .leftContent .paragraph .imageBlock {
            width: 100%;
            margin-bottom: 10px;
        }
        /* END OF ტექსტური გვერდები  ImageBlock ით // დირექტორი/მოადგილე*/
        /*//services*/
        #contentWrapper .center .leftContent .serviceBox {
            width: 100%;
        }
        /* start of project box*/
            #contentWrapper .center .leftContent .tabLink ul li a {
                min-width:240px;
            } 

    }
@media screen and (max-width: 1050px) {
    #sliderWrapper.adaptiveEmenets {
        height: 555px;
        box-shadow: 0;
    }

        #sliderWrapper.adaptiveEmenets .image_wrapper > a {
            position: initial;
            height: 200px;
        }

        #sliderWrapper.adaptiveEmenets .image_wrapper .text_content {
            min-height: 200px;
        }

    #wrapper .fixedContainer a.box.adaptiveEmenets {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(58, 106, 58, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
    }

    #sliderWrapper.adaptiveEmenets {
        box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(58, 106, 58, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
        margin: 0;
    }

    #wrapper .fixedContainer.adaptiveEmenets a.box h4 {
        display: none;
    }

    #sliderWrapper.adaptiveEmenets .image_wrapper .text_content h2.insideClick, .mainSlider_prev_image, .mainSlider_next_image {
        display: none;
    }

    #sliderWrapper.adaptiveEmenets:before {
        background: 0;
    }

    #sliderWrapper.adaptiveEmenets .image_wrapper .text_content {
        display: flex;
        background-color: rgba(0,0,0,0.6);
        padding: 20px;
        border-radius: 10px;
        bottom:320px;
        height:380px;
    }

        #sliderWrapper.adaptiveEmenets .image_wrapper .text_content h2 {
            font-size: 1.5rem;
            line-height: 1.688rem;
            color: #ffffff;
        }

        #sliderWrapper.adaptiveEmenets .image_wrapper .text_content h5 {
            width: 96%;
        }

        /*#sliderWrapper.adaptiveEmenets .image_wrapper .text_content .slidCategory h3, #sliderWrapper .image_wrapper .text_content h5 {
            color: #ffffff;
        }*/
/*        new update 13.06.2025*/
    #adaptiveBlock {
        top: 10px;
        left: 5px;
    }
}

@media screen and (max-width: 1000px) {
    #contentWrapper.innerContent .center {
        flex-direction: column;
    }

        #contentWrapper.innerContent .center .leftContent {
            width: 97%;
        }

            #contentWrapper.innerContent .center .leftContent.rightContent {
                width: 97%;
            }

                #contentWrapper.innerContent .center .leftContent.rightContent .whiteSpace {
                    display: none;
                }

    #contentWrapper .rightContent .whiteSpace .subMenu {
        display: none;
    }

    #contentWrapper.innerContent .center .leftContent > .whiteSpace {
        margin-bottom: 0;
    }

    #contentWrapper.innerContent .center .leftContent.rightContent .rightSida {
        margin-bottom: 20px;
    }
    /*დირექტორი// imageBlock*/
    #contentWrapper .center .leftContent .paragraph .imageBlock {
        width: 50%;
    }
    /* start of project box*/
    #contentWrapper .center .leftContent .whiteSpace .projectBox {
        height: 290px;
    }

        #contentWrapper .center .leftContent .whiteSpace .projectBox a .imgBlock {
            height: 180px;
        }
    /* end of project box*/
    /*innerContent // pagination*/
    .pagination {
        margin-bottom: 0;
    }
    /*innerContent // lawBox*/
    #contentWrapper .center .leftContent .whiteSpace .lawBox {
        width: 49%;
    }
}

    @media screen and (max-width: 900px) {
        /*ჰედერი*/
        #wrapper {
            background: 0;
        }

        .quickLink li a.headerCall {
            text-indent: -9999px;
            background-image: url(../images/headerCall.png);
        }

        .quickLink li a.headerMail {
            text-indent: -9999px;
            background-image: url(../images/headerMail.png);
        }
        /*ჰედერი დასასრული*/
        #sliderWrapper {
            height: 555px;
            box-shadow: 0;
        }

            #sliderWrapper .image_wrapper > a {
                position: initial;
                height: 200px;
            }

            #sliderWrapper .image_wrapper .text_content {
                min-height: 200px;
            }

        #wrapper .fixedContainer a.box {
            background-color: rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
            -webkit-box-shadow: 0px 0px 5px 0px rgba(58, 106, 58, 0);
            -moz-box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
        }

        #sliderWrapper {
            box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
            -webkit-box-shadow: 0px 0px 5px 0px rgba(58, 106, 58, 0);
            -moz-box-shadow: 0px 0px 0px 0px rgba(58, 106, 58, 0);
            margin: 0;
        }

        #wrapper .fixedContainer a.box h4 {
            display: none;
        }

        #sliderWrapper .image_wrapper .text_content h2.insideClick, .mainSlider_prev_image, .mainSlider_next_image {
            display: none;
        }

        #sliderWrapper:before {
            background: 0;
        }

        #sliderWrapper .image_wrapper .text_content {
            display: flex;
            background-color: rgba(0,0,0,0.6);
            padding: 20px;
            border-radius: 10px;
            bottom: 180px;
            width:75%;
            overflow:hidden;
        }

            #sliderWrapper .image_wrapper .text_content h2 {
                font-size: 1.5rem;
                line-height: 1.688rem;
                color: #ffffff;
            }
            #sliderWrapper .image_wrapper .text_content h5 {
                width:96%;
            }

            #sliderWrapper .image_wrapper .text_content .slidCategory h3, #sliderWrapper .image_wrapper .text_content h5 {
                color: #ffffff;
                max-height:65px;
                overflow:hidden;
            }
        /*ContentWrapper news*/
        #contentWrapper .center .leftContent .whiteSpace .cardBox .news {
            width: 100%;
        }

            #contentWrapper .center .leftContent .whiteSpace .cardBox .news:nth-child(4),
            #contentWrapper .center .leftContent .whiteSpace .cardBox .news:nth-child(5),
            #contentWrapper .center .leftContent .whiteSpace .cardBox .news:nth-child(6) {
                display: none;
            }
        /*foooter ის რესფონსივი*/
        /*footer start*/
        #contentWrapper {
            padding-bottom: 490px;
        }

        #footerWrapper {
            height: 490px;
        }

            #footerWrapper .center {
                flex-direction: column;
                margin-bottom: 20px;
            }

                #footerWrapper .center > .leftFooter {
                    margin-bottom: 20px;
                    width: 100%;
                }

                #footerWrapper .center > .rightFooter {
                    width: 100%;
                }

        .bottomFooter .center {
            display: flex;
            flex-direction: row !important;
        }

        #footerWrapper .bottomFooter {
            margin-top: 0;
            padding-top: 10px;
        }

            #footerWrapper .bottomFooter .footerSida {
                width: 30%;
            }
        /*footer end*/
        .leftFooter h2 a, .rightFooter h2 a {
            font-size: 1rem;
            line-height: 19px;
        }

        .bottomFooter .footerSida h4 {
            display: none;
        }

        .bottomFooter .footerSida h5 {
            display: inline-block;
            font-weight: bold;
            margin-left: 10px;
        }

        #footerWrapper .bottomFooter .copyBlock p {
            width: 100%;
        }

        #contentWrapper .center .leftContent .paragraph h3 {
            font-size: 1.375rem;
            line-height: 25px;
        } 
        /*innerContent // requestPublicInfo*/
        #contentWrapper .center .leftContent .whiteSpace .contactForm input {
            margin-bottom:26px;
        }
        /*innerContent // lawBox*/
        #contentWrapper .center .leftContent .whiteSpace .lawBox {
            width: 100%;
        }  
        /*// სლაიდერი*/
        #sliderWrapper.adaptiveEmenets {
            height: 550px;
        }
        /*შშმ პირი + რესფონსივი*/
        .quickLink.adaptiveEmenets .videoHelp {
            text-indent: -9999px;
            background-image: url(../images/VideoHelp.png);
        }
    } 

    @media screen and (max-width: 750px) {
        /*ჰედერი*/
        /*ჰედერი დასასრული*/
        #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox {
            width: 49%;
        }

            #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox:nth-child(3) {
                display: none;
            }
        /*innerContent deputy director*/
        #contentWrapper .center .leftContent .paragraph .imageBlock {
            width: 100%;
        } 
        /*innerContent // RequestPublicInfo*/
        #contentWrapper .center .leftContent .whiteSpace .contactForm .formLine {
            display:flex;
            flex-direction:column;
        }
        #contentWrapper .center .leftContent .whiteSpace .contactForm .formLine .leftLine {
            width: 100%;
        }  
        #footerWrapper .bottomFooter {
           margin-bottom:30px;
        }
        #adaptiveBlock {
            top: 10px;
            left: 0;
        }
    }

@media screen and (max-width: 700px) {
    /*glavni*/
    #wrapper .fixedContainer .sidaBlock {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

        #wrapper .fixedContainer .sidaBlock img {
            width: 80%;
            height: 80%;
        } 
    /*ჰედერი*/
    .quickLink li a.onlineHelp {
        text-indent: -9999px;
        background-image: url(../images/OnlineHelp.png);
    }

    header {
        height: 74px;
    }

        header .center {
            height: 74px;
        }

        header h1 {
            margin: -17px 0 -10px 0;
        }

            header h1 a.logo {
                width: 110px;
                height: 110px;
            }

            header h1 > span a {
                margin-left: -14px;
                margin-top: -17px;
            }
    /*heder menu*/
    nav div > span {
        margin-top: 24px;
    }
    /*header search*/
    .sb-search .sb-icon-search {
        margin-top: -5px;
    }

    .sb-search .sb-search-input {
        height: 74px;
    }
    /*ჰედერი დასასრული*/
    /*sliider start*/
    #sliderWrapper {
        height: 480px;
    }

        #sliderWrapper .image_wrapper .text_content {
            width: 80%;
        }

    .bottomFooter .footerSida h5 {
        display: none;
    }
    #contentWrapper .center .leftContent .whiteSpace .subBox {
        width:100%;
    }
    /*innerContent // vacancy content*/
    #contentWrapper .center .leftContent .whiteSpace .vacancyBox {
        width: 100%;
    }
        #contentWrapper .center .leftContent .whiteSpace .vacancyBox a .time {
            width:200px; 
            border:1px solid rgba(0,0,0,0.1); 
            border-radius:5px;
        } 
        /*filterBox // innerContent*/
    #contentWrapper .center .leftContent .filterBox {
        flex-direction:column;
        align-items:inherit;
        position:relative; 
        height:224px;
        padding-left:10px;
        padding-right:10px;
        margin-bottom:20px;
    }
        #contentWrapper .center .leftContent .filterBox .submitClick {
            position:absolute;
            right:10px;
            bottom:10px; 
            left:10px;
            width:96%;
        }

    .rev-select {
        margin-bottom:10px;
        margin-top:10px;
        margin-right:10px;
        width:100%;
    }
    .rev-select:first-child {
       
        margin-bottom:2px;
    }
        #contentWrapper .center .leftContent .filterBox .filterSearch {
        margin-left:0;
        width:100%;
    } 
    /*innerContent // krtsanisi WoodPark*/
    #contentWrapper .center .leftContent .whiteSpace .secondWood {
        width:100%;
        height:250px;
    }
    #contentWrapper .center .leftContent .whiteSpace .secondWood .woodImg {
        width: 140%;
    }
    /*innerContent // accardion*/
    .accordion:after {
        bottom:32%;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox {
        width: 100%;
    }
    #contentWrapper .center .leftContent .whiteSpace .floraBox .imgBlock {
        width:120%;
        height:230px;
    }
         /*innerContent // ContactInfo*/
        #contentWrapper .center .leftContent .whiteSpace .contactBeetwen {
            flex-direction: column;
        }
    #contentWrapper .center .leftContent .whiteSpace .firstContact {
        width:100%;
    }
        #contentWrapper .center .leftContent .whiteSpace .firstContact .contactForm input {
            margin-bottom:14px;
        }
    #contentWrapper .center .leftContent .whiteSpace .contactForm .formLine > p {
        margin-top:14px;
        margin-bottom:14px;
    }
    #contentWrapper .center .leftContent .whiteSpace .titleDiv {
        width:100%;
        margin-bottom:20px;
    }
           /*innerContent // publicInfo // Acardion*/
    .panel .secondAccardion {
        flex-direction:column;
        position:relative;
    }
    .panel .textArea {
        width:100%;
    }
    .panel .timeArea {
        width:40%;
    }
    .additonalAccardion {
        display:flex;
        flex-direction:row;
    }
    .panel .links {
        width:48%;
    } 
    .splitLogoName.adaptiveEmenets {
        display:none;
    }
    /*შშმ + რესფონსივი // ნიუსები*/
    #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets {
        height: 400px;
        border-radius: 10px;
    }

        #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets a {
            flex-direction: column;
            padding: 0;
        }

        #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets .imgBlock {
            width: 100%;
            max-width: none;
            background-color: pink;
            margin-bottom: 10px;
            border-radius: 10px 10px 0 0;
            margin-right: 0;
            height: 280px;
        }

        #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets:nth-child(3) {
            display: none;
        }

        #contentWrapper .center .leftContent .whiteSpace .cardBox .news.adaptiveEmenets .newsText {
            width: 100%!important;
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 10px;
            max-width:none;
        }
    }
/*innercontent heads*/
@media screen and (max-width: 600px) {
/*    13.06.2025 new update */
    #adaptiveBlock {
        top:90px;
    }
    header h1 span.splitLogoName a {
        display: none;
    }
    #apd {
        width:40px;
        height:40px;
    } 
    #contentWrapper .center .leftContent .simplePerson {
        width: 100%;
    }
    #contentWrapper .center .leftContent .tabLink ul {
        flex-direction: column;
        align-items: inherit;
    }
    #contentWrapper .center .leftContent .tabLink {
        height:auto; 
        width:100%;
    }
        #contentWrapper .center .leftContent .tabLink ul li {
            padding:0;
        }
        #contentWrapper .center .leftContent .tabLink ul li:first-child {
            margin-bottom: 20px; 
            
        }
            #contentWrapper .center .leftContent .tabLink ul li:first-child a {
                width:105%;
            }
            #contentWrapper .center .leftContent .tabLink ul li a {
                width: 100%;
                min-width: 320px;
            }
    #contentWrapper .center .leftContent .whiteSpace .projectBox {
        width:100%;
        height:320px;
    }
        #contentWrapper .center .leftContent .whiteSpace .projectBox a .imgBlock {
            height:210px;
        }
    /*innerContent // FloraBox*/
    #contentWrapper .center .leftContent .whiteSpace .floraBox {
        width: 100%;
    }
    #contentWrapper .center .leftContent .whiteSpace .secondWood  {
        width: 100%;
    }
    #contentWrapper .center .leftContent .whiteSpace .secondWood  .woodImg {
        width:%;
    }

}

    @media screen and (max-width: 550px) {
        /*ჰედერი*/
        .quickLink li a.videoHelp {
            text-indent: -9999px;
            background-image: url(../images/VideoHelp.png);
        }

        header h1 > span a {
            display: none;
        }
        /*ჰედერი დასასრული*/
        #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox {
            width: 100%;
        }

            #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox:nth-child(2), #contentWrapper .center .leftContent.rightContent .whiteSpace .woodBox:nth-child(3) {
                display: none;
            }
        /*sidaBlock*/
        #contentWrapper .rightContent .rightSida .imgSida img {
            width: 90px;
            height: 93px;
        }
        /*  footer start */
        #footerWrapper .bottomFooter {
            display: block;
            height: 120px;
            padding-top: 8px;
            padding-bottom: 8px;
            position: relative;
        }

            #footerWrapper .bottomFooter .footerSida {
                width: 70%;
                margin-bottom: 5px;
            }

        .bottomFooter .footerSida h5 {
            display: inline-block;
        }

        #footerWrapper .bottomFooter .copyBlock p::before {
            display: none;
        }

        #footerWrapper .bottomFooter .copyBlock p {
            position: absolute;
            bottom: 3px;
            left: 2%;
            width: 80%;
            /*max-width:335px;*/
            text-align: center;
        }
        /*footer ENd*/
        /*innerContent // filterBox*/
/*        .rev-select {
            width:67%;
        }*/
        #contentWrapper .center .leftContent .filterBox .submitClick {
            width:95%;
            left:5px;
        }
    }

    @media screen and (max-width: 470px) {
        #contentWrapper .center .leftContent .whiteSpace .cardBox .news {
            height: 300px;
            border-radius: 10px;
        }

            #contentWrapper .center .leftContent .whiteSpace .cardBox .news a {
                flex-direction: column;
                padding: 0;
            }

            #contentWrapper .center .leftContent .whiteSpace .cardBox .news .imgBlock {
                width: 100%;
                max-width: none;
                background-color: pink;
                margin-bottom: 10px;
                border-radius: 10px 10px 0 0;
                margin-right: 0;
                height: 180px;
            }

            #contentWrapper .center .leftContent .whiteSpace .cardBox .news:nth-child(3) {
                display: none;
            }

            #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                padding-bottom: 10px;
            }
                #contentWrapper .center .leftContent .whiteSpace .cardBox .news .newsText.adaptiveEmenets h4 {
                    display:none;
                }

                .bottomFooter .footerSida h5 {
                    display: none;
                }
        /*download blanks*/
        #contentWrapper .leftContent .linkBox ul.links li a:nth-child(2) {
            text-indent: -9999px;
        } 
        /*innerContnet // RequestPublicInfo */
        #contentWrapper .center .leftContent .whiteSpace .contactForm .formLine {
            padding:0;
        }
        /*accardion //*/
        .additonalAccardion {
            flex-direction:column;
        }
        .panel .links {
            margin-top:10px;
        }
    }

    /* დასასრული -  მთავარი გვერდი */
    /* რისფონსივის დასასრული, end of Responsive */ 

    /*შშმ პირები*/

/*შშმ პირები Slider */
#sliderWrapper .image_wrapper .text_content.adaptiveEmenets {
    width:70%;
}
/*შშმ პირები end of Slider */
/*შშმ პირები სიახლეები */
.news.adaptiveEmenets {
    width: 100% !important;
}  
.news.adaptiveEmenets .newsText {
   display:flex;
   width:80%!important;
}

/*2024 30.07*/
body.white .borderRed {
    background-color: rgba(0, 0, 0, 0.6)!important;
}
body.black .borderRed {
   border-bottom:1px solid  rgba(255,255,255,0.4);
}
body.blue .borderRed {
    border-bottom: 1px solid rgba(6, 52, 98,0.4);
} 
body.white header h1 a.logo {
    background: #fff !important;
}
body.blue header h1 a.logo {
    background: rgb(157, 209, 255)!important;
}
body.black header h1 a.logo {
    background: #000 !important;
}
/*header h1 a.logo > span {
    background: url(../images/mainLogo.png) no-repeat center 5px !important;
    background-size: 80% auto !important;
} */ 
/*slider*/
body.black #sliderWrapper .image_wrapper .text_content h2 {
    color:#414141!important;
}
body.black #sliderWrapper .image_wrapper .text_content .slidCategory h3 {
    color: #414141 !important;
}
body.black #sliderWrapper .image_wrapper .text_content h5 {
    color:#414141!important;
}
body.black #sliderWrapper .image_wrapper .text_content h2.insideClick {
    background-color:#E8E8E8!important;
}
/*content*/
/*leftblock*/
/*rightblock*/
body.blue #contentWrapper .center .rightContent .woodBox .woodText, body.blue #contentWrapper .center .rightContent .woodBox a .category {
    background: rgba(157, 209, 255,0.8) !important;
}
body.white #contentWrapper .center .rightContent .woodBox .woodText, body.white #contentWrapper .center .rightContent .woodBox a .category {
    background: rgba(255, 255, 255,0.8) !important;
}
body.black #contentWrapper .center .rightContent .woodBox .woodText, body.black #contentWrapper .center .rightContent .woodBox a .category {
    background: rgba(0, 0, 0,0.8) !important;
}
body.white #wrapper .fixedContainer .box h4, body.white #wrapper .fixedContainer .sidaBlock {
    background-color: #fff !important
}
body.blue #wrapper .fixedContainer .box h4, body.blue #wrapper .fixedContainer .sidaBlock {
    background-color: rgb(157, 209, 255) !important;
}
body.black #wrapper .fixedContainer .box h4, body.black #wrapper .fixedContainer .sidaBlock {
    background-color: #000 !important;
}
/*footer*/
/*carousel*/
body.blue .lightSlider li a {
    border: 1px solid rgba(6, 52, 98,0.18);
}
body.white .lightSlider li a  {
    border: 1px solid rgba(0,0,0,0.18);
}
body.black .lightSlider li a  {
    border:1px solid rgba(255,255,255,0.18);
} 

/*შშმ პირები სიახლეების დასასრული */