@font-face {
  font-family: 'Republic';
  src: url("../fonts/! 2 Republic Light Caps GEO.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arial R';
  src: url("../fonts/arial.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arial B';
  src: url("../fonts/arialbd.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mrgvlovani';
  src: url("../fonts/bpg_mrgvlovani_caps.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DejaVu R';
  src: url("../fonts/DejaVuSans.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DejaVu B';
  src: url("../fonts/DejaVuSans-Bold.ttf") format("TrueType");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'TBC';
  src: url("../fonts/tbcdin_nusxuri_medium-webfont.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Phone R';
  src: url("../fonts/bpg_phone_sans.ttf") format("TrueType");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  /*tk outline: none;*/
  /*outline: 1px dashed red;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus{
  	outline: 2px dotted red;
  }
  a:hover{
  	outline: 2px dotted red;
  }

  html{
    transition: 0.3s;
    transform-origin: left 0;
    transform: scale(1);
  }

/**:focus {
    outline: 2px dashed #f00 !important;
    position:relative;
    z-index:99;
}*/
/* ******************************************************** Radio Style ******************************************************** */
section.radiostyle input[type=radio] {
  display: none; }

section.radiostyle input[type=radio] + label {
  cursor: pointer;
  margin-right: 10px;
  font-family: 'BPG Phone Sans';
  font-size: 15px;
  color: #692E96;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

section.radiostyle input[type=radio] + label:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #FFFFFF;
  border: 5px solid #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 2px 1px 0 #999777;
  box-shadow: inset 2px 1px 0 #999777; }

section.radiostyle input[type=radio]:checked + label:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #05CCCF; }

/* ******************************************************** Radio Style END!!! ******************************************************** */
body {
  background-color: #F9FAFA; }

section.pop {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background-color: #FFF;
  z-index: -999999;
  overflow: scroll;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  section.pop > span.popX {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 3px #cccccc;
    /*display: flex;
        align-items: center;
        justify-content: center;*/
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    section.pop > span.popX > span {
      width: 80%;
      height: 3px;
      background-color: #cccccc;
      position: absolute;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      top: 21px;
      left: 5px; }
    section.pop > span.popX > span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    section.pop > span.popX > span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  section.pop > span.popX:hover {
    border: solid 3px #0CB8B6; }
    section.pop > span.popX:hover > span {
      background-color: #0CB8B6; }
  section.pop > section {
    width: 1500px;
    min-height: 100vh;
    margin: auto;
    padding-top: 95px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    section.pop > section > a {
      width: 350px;
      height: 140px;
      margin-right: 33px;
      padding-left: 113px;
      padding-right: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border: solid 1px #CCCCCC;
      font-family: 'DejaVu B';
      color: #0CB8B6;
      font-size: 13px;
      line-height: 18px;
      background-repeat: no-repeat;
      background-position: 26px center;
      background-size: 60px auto;
      margin-bottom: 20px;
      float: left;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    section.pop > section > a:nth-child(4n) {
      margin-right: initial; }
    section.pop > section > a:hover {
      border: solid 1px #0CB8B6; }

section.socIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  section.socIcons > a {
  	color: transparent;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  section.socIcons > a:first-child:hover {
    background-image: url(/skins/default/images/fbb.png) !important; }
  section.socIcons > a:nth-child(2):hover {
    background-image: url(/skins/default/images/twb.png) !important; }
  section.socIcons > a:nth-child(3):hover {
    background-image: url(/skins/default/images/ytb.png) !important; }
  section.socIcons > a:last-child:hover {
    background-image: url(/skins/default/images/mvb.png) !important; }
.skipNav{
  display: none;
}
.skipNav a{
  display: none;
  font-family: 'DejaVu B';
  color: #666666;
  margin: 2px;
}
.skipNav a.active{
  display: inline-block;
}
.skipNav.active{
  display: block;
}
header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  /* ****************************************************************************************************************************************************************************** */
  /* ****************************************************************************************************************************************************************************** */
  /* ****************************************************************************************************************************************************************************** */ }
  header > section.optional-part {
    width: 1500px;
    height: 69px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    header > section.optional-part > section.social-part {
      width: calc(100% - 610px);
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header > section.optional-part > section.social-part > .darekvebii a {
        display: inline-block;
        vertical-align: middle; }
      header > section.optional-part > section.social-part > .darekvebii div {
        display: inline-block;
        vertical-align: middle; }
      header > section.optional-part > section.social-part > section.socIcons {
        margin-left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -110px; }
        header > section.optional-part > section.social-part > section.socIcons > a {
          width: 20px;
          color: transparent;
          height: 20px;
          display: block;
          margin-right: 10px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        header > section.optional-part > section.social-part > section.socIcons > a:first-child {
          background-image: url(../images/fb.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:nth-child(2) {
          background-image: url(../images/tw.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:nth-child(3) {
          background-image: url(../images/yt.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:last-child {
          background-image: url(../images/mv.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:first-child:hover {
          background-image: url(../images/fbb.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:nth-child(2):hover {
          background-image: url(../images/twb.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:nth-child(3):hover {
          background-image: url(../images/ytb.png); }
        header > section.optional-part > section.social-part > section.socIcons > a:last-child:hover {
          background-image: url(../images/mvb.png); }
      header > section.optional-part > section.social-part > div#SkypeButton_Call_hotline_moh.gov.ge_1 {
        margin-left: -387px !important; }
      header > section.optional-part > section.social-part > form > input[type=text] {
        width: 480px;
        height: 49px;
        border-radius: 5px;
        background-color: #F9FAFA;
        font-family: 'DejaVu R';
        font-size: 11px;
        color: #CCCCCC;
        text-indent: 14px;
        background-image: url(../images/gamshusha.png);
        background-position: 97% center;
        background-repeat: no-repeat; }
      header > section.optional-part > section.social-part > form > label.damale {
        display: none; }
    header > section.optional-part > section.web-options {
      width: 610px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header > section.optional-part > section.web-options > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        header > section.optional-part > section.web-options > ul > li {
          margin-left: 5px; }
          header > section.optional-part > section.web-options > ul > li :last-child {
            margin-left: initial; }
          header > section.optional-part > section.web-options > ul > li > p {
            font-family: 'DejaVu R';
            font-size: 10px;
            color: #666666; }
          header > section.optional-part > section.web-options > ul > li > span {
            width: 26px;
            height: 20px;
            border: solid 2px #D6D6D6;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer; }
            header > section.optional-part > section.web-options > ul > li:hover > span{
            	border: dotted 2px red;
            }
            header > section.optional-part > section.web-options > ul > li > span > img {
              width: 60%; }
            header > section.optional-part > section.web-options > ul > li > span > svg {
              width: 13px; }
      header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2) > span,
      header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3) > span,
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2) > span,
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3) > span {
        background-color: #fff; }
      header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span,
      header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span,
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span,
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span {
        background-color: #000; }
        header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span > svg,
        header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span > svg,
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span > svg,
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span > svg {
          fill: #fff; }
      header > section.optional-part > section.web-options > ul:nth-of-type(3) > li > span {
        background-color: #fff; }
      header > section.optional-part > section.web-options > ul:nth-of-type(3) > li:hover > span {
        background-color: #000;
        color: #fff; }
        header > section.optional-part > section.web-options > ul:nth-of-type(3) > li:hover > span > svg {
          fill: #fff; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span {
        background-color: #000; }
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span > svg {
          fill: #fff; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span {
        background-color: #000; }
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span > svg {
          fill: #ff0; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6) > span {
        background-color: #ff0; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span {
        background-color: #fff; }
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span > svg {
          fill: #000; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span {
        background-color: #ff0; }
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span > svg {
          fill: #000; }
      header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span {
        background-color: #000; }
        header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span > svg {
          fill: #ff0; }
      header > section.optional-part > section.web-options > section.langBar {
        width: 69px;
        height: 27px;
        border: solid 1px #EAEAEA;
        border-radius: 2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        header > section.optional-part > section.web-options > section.langBar > a {
          width: 50%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: 'Arial B';
          font-size: 11px;
          color: #666666; }
        header > section.optional-part > section.web-options > section.langBar a:first-child {
          border-top-left-radius: 2px;
          border-bottom-left-radius: 2px; }
        header > section.optional-part > section.web-options > section.langBar a:last-child {
          border-top-right-radius: 2px;
          border-bottom-right-radius: 2px; }
        header > section.optional-part > section.web-options > section.langBar > .active {
          background-color: #05CCCF !important;
          color: #ffffff !important; }
  header > section.optional-part::after,
  header > section.optional-part::before {
    content: "";
    width: calc((100vw - 1500px) / 2);
    height: 69px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 0; }
  header > section.optional-part::before {
    left: calc((100vw - 1500px) / (-2)); }
  header > section.optional-part::after {
    right: calc((100vw - 1500px) / (-2));
	display: none;
  }
  header > section.headerSecondStep {
    width: 1500px;
    height: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 69px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    header > section.headerSecondStep > nav {
      width: 958px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      header > section.headerSecondStep > nav > ul {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        header > section.headerSecondStep > nav > ul > li {
          height: 100%;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          header > section.headerSecondStep > nav > ul > li > a {
            font-family: 'DejaVu B';
            font-size: 14px;
            color: #666666;
            letter-spacing: 2px;
            padding-right: 20px;
            background-image: url(../images/blArr.png);
            background-position: center right;
            background-repeat: no-repeat; }
          header > section.headerSecondStep > nav > ul > li > ul {
            width: 260px;
            height: 0;
            padding: 0;
            position: absolute;
            background-color: #05CCCF;
            border-radius: 5px;
            right: -28px;
            top: 80px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            z-index: 99999;
            -webkit-box-shadow: 0 0 40px -15px black;
            box-shadow: 0 0 40px -15px black; }
            header > section.headerSecondStep > nav > ul > li > ul > li {
              width: 100%;
              height: 0px;
              border-bottom: initial;
              /*overflow: hidden;*/
               }
              header > section.headerSecondStep > nav > ul > li > ul > li > ul {
                display: none; }
              header > section.headerSecondStep > nav > ul > li > ul > li > :hover {
                /*background-color: rgba(0, 0, 0, 0.2);*/ }
              header > section.headerSecondStep > nav > ul > li > ul > li > a {
                width: 100%;
                height: 0%;
                padding: 0 20px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-family: 'Mrgvlovani';
                color: #fff;
                overflow: hidden;
                font-size: 12px; }
          header > section.headerSecondStep > nav > ul > li > ul::before {
            content: "";
            width: 0px;
            height: 0px;
            display: block;
            background-color: #05CCCF;
            position: absolute;
            right: 26px;
            top: 0px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
        header > section.headerSecondStep > nav > ul > li:first-child > a,
        header > section.headerSecondStep > nav > ul > li:last-child > a {
          padding-right: initial !important;
          background-image: initial !important; }
        header > section.headerSecondStep > nav > ul > li:hover > ul {
          height: auto;
          padding: 13px 0 15px 0; }
          header > section.headerSecondStep > nav > ul > li:hover > ul > li {
            min-height: 40px;
            height: auto;
            border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
            header > section.headerSecondStep > nav > ul > li:hover > ul > li > a {
              padding-top: 13px;
              padding-bottom: 13px;
              height: 100%; }
          header > section.headerSecondStep > nav > ul > li:hover > ul > li:last-child {
            border-bottom: initial; }
        header > section.headerSecondStep > nav > ul > li:hover > ul::before {
          width: 16px;
          height: 16px;
          top: -8px; }

  header > section.headerThirdStep {
    width: 100%; }
    header > section.headerThirdStep > nav {
      width: 100%;
      /*background-color:#04B7BA;*/
      -webkit-box-shadow: 0 4px 25px -10px #000000;
      box-shadow: 0 4px 25px -10px #000000;
      position: relative;
      z-index: 100; }
      header > section.headerThirdStep > nav > ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #04C2C5; }
        header > section.headerThirdStep > nav > ul > li {
          width: 281px;
          height: 70px;
          border-left: solid 1px rgba(0, 0, 0, 0.1); }
          header > section.headerThirdStep > nav > ul > li > a {
            width: 100%;
            height: 100%;
            padding-left: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-image: url(../images/whArr.png);
            background-position: 96% center;
            background-repeat: no-repeat;
            font-family: 'Mrgvlovani';
            font-size: 18px;
            color: #ffffff; }
            header > section.headerThirdStep > nav > ul > li > a > span {
              font-family: 'TBC';
              font-size: 11px;
              color: rgba(255, 255, 255, 0.8); }
          header > section.headerThirdStep > nav > ul > li > ul {
            width: 843px;
            height: 0;
            overflow: hidden;
            background-color: #04B7BA;
            position: absolute;
            left: calc((100vw - 860px) / 2);
            z-index: 9999; }
            header > section.headerThirdStep > nav > ul > li > ul > li {
              width: 100%;
              height: 63px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              position: relative;
              border-bottom: solid 2px rgba(255, 255, 255, 0.3); }
              header > section.headerThirdStep > nav > ul > li > ul > li a {
                width: 100%;
                height: 63px;
                padding-left: 20px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-family: 'Mrgvlovani';
                font-size: 12px;
                color: #ffffff; }
              header > section.headerThirdStep > nav > ul > li > ul > li > span.dropDown {
                top: 19.5px;
                right: 24px; }
              header > section.headerThirdStep > nav > ul > li > ul > li > ul {
                width: 100%;
                height: 0px;
                overflow: hidden;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
                header > section.headerThirdStep > nav > ul > li > ul > li > ul > li {
                  width: 100%;
                  height: 100%; }
                  header > section.headerThirdStep > nav > ul > li > ul > li > ul > li > ul {
                    display: none; }
            header > section.headerThirdStep > nav > ul > li > ul > li::after,
            header > section.headerThirdStep > nav > ul > li > ul > li::before {
              /*content:"";*/
              width: calc((100vw - 842px) / 2);
              height: 100%;
              border-bottom: solid 2px rgba(255, 255, 255, 0.3);
              background-color: #04B7BA;
              position: absolute; }
            header > section.headerThirdStep > nav > ul > li > ul > li::before {
              left: 10px; }
            header > section.headerThirdStep > nav > ul > li > ul > li::after {
              right: 0;
              top: 0; }
        header > section.headerThirdStep > nav > ul > li:last-child {
          border-right: solid 1px rgba(0, 0, 0, 0.1); }
    header > section.headerThirdStep > section.notification {
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #FF6961; }
      header > section.headerThirdStep > section.notification a {
        font-family: 'DejaVu B';
        font-size: 16px;
        color: #fff; }

/* ************************** Old Marquee ************************** */

.notification {
  margin-top: 16px;

}
.marquee {
  width: 1500px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  /* animation: marquee 30s linear infinite; */
  /* position: absolute; */

  /* a {
            position: absolute;
            overflow: hidden;
        } */

        /* span {
            width: 100%;
        }*/

      }
    .marquee a {
      animation: marquee 30s linear infinite;
      position: absolute;
      display: inline-block !important;
      width: auto !important;
    }

.marquee::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #FF6961;
  position: absolute;
  left: 0;
  background-image: url(../images/warning.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  z-index: 99; }

/*.marquee:hover {
        a {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        }

    }
*/

.marquee span {
  word-break:keep-all;
  white-space: nowrap;
  /* word-wrap */
}
.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes marquee {
                  0% { left: 100%; }
                  /* 100% { left: -100%; } */
                  100% { left: -20%; }
                }
/* ************************** Old Marquee END!!! ************************** */
/* ************************** New Marquee ************************** */
a.marquee > span {
  position: relative; }

a.marquee > span:after {
  content: "|";
  -webkit-animation: blink 500ms linear infinite alternate;
  animation: blink 500ms linear infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ************************** New Marquee END!!! ************************** */
/* ****************************************************************************************************************************************************************************** */
main {
  width: 1500px;
  height: auto;
  margin: auto;
  margin-top: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  main section.racGamixardeba {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    main section.racGamixardeba > ul:first-child {
      width: 100px;
      height: 415px;
      border-radius: 5px;
      background-color: #04C2C5; }
      main section.racGamixardeba > ul:first-child > li {
        width: 100%;
        height: 25%;
        background-position: center center;
        background-repeat: no-repeat; }
        main section.racGamixardeba > ul:first-child > li > a {
          width: 100%;
          height: 100%;
          padding: 0 5px;
          margin: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          font-family: 'Republic';
          font-size: 11px;
          color: #FFFFFF;
          text-align: center; }
          main section.racGamixardeba > ul:first-child > li > a > img {
            margin-bottom: 14px; }
      main section.racGamixardeba > ul:first-child > li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      main section.racGamixardeba > ul:first-child > li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      main section.racGamixardeba > ul:first-child > li:hover {
        background-color: #04A6AA; }
    main section.racGamixardeba section.mainSlider {
      width: 1039px;
      height: 415px;
      background-color: #04C2C5;
      border-radius: 5px;
      overflow: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      main section.racGamixardeba section.mainSlider .owl-dots {
        position: absolute;
        left: 5px;
        bottom: 55px; }
        main section.racGamixardeba section.mainSlider .owl-dots > .active > span {
          background-color: #fff; }
        main section.racGamixardeba section.mainSlider .owl-dots .owl-dot {
          width: 30px;
          height: 13px;
          margin-right: 9px; }
          main section.racGamixardeba section.mainSlider .owl-dots .owl-dot > span {
            width: 100%;
            height: 100%;
            border-radius: initial; }
      main section.racGamixardeba section.mainSlider section.owl-carousel {
        width: 100%;
        height: 100%; }
        main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer {
          width: 100%;
          height: 100%; }
          main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage {
            height: 100%; }
            main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
              height: 100%; }
              main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex; }
                main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe .ytp-large-play-button {
                  width: 80px !important;
                  height: 80px !important;
                  background: green !important; }
                main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe,
                main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > img {
                  width: calc(100% - 300px);
                  height: auto; }
                main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
                  width: 300px;
                  height: 415px;
                  position: relative; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > p,
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > span {
                    display: block;
                    margin: 21px 0 0 26px;
                    font-family: 'DejaVu B'; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > span {
                    font-size: 14px;
                    color: rgba(255, 255, 255, 0.6); }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > p {
                    font-size: 20px;
                    color: #fff;
                    line-height: 32px; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a {
                    height: 50px;
                    position: absolute;
                    -webkit-transition: .3s;
                    -o-transition: .3s;
                    transition: .3s;
                    border-radius: 25px;
                    font-family: 'DejaVu B';
                    font-size: 16px;
                    overflow: hidden;
                    display: block; }
                    main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a > span {
                      margin-top: 15px;
                      float: left; }
                    main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a > img {
                      float: left; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type {
                    width: 180px;
                    background-color: #fff;
                    color: #05CCCE;
                    left: 19px;
                    bottom: 21px; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText .infoactive {
                    width: 50px !important; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type {
                    width: 50px;
                    right: 11px;
                    bottom: 21px;
                    background-color: #04A6AA;
                    color: #fff; }
                    main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type > span {
                      margin-left: 15px; }
                  main section.racGamixardeba section.mainSlider section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type:hover {
                    width: 180px; }
    main section.racGamixardeba > ul:last-of-type {
      width: 280px;
      height: 415px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main section.racGamixardeba > ul:last-of-type > li {
        width: 100%;
        height: 70px;
        border: solid 1px #CCCCCC;
        border-radius: 4px; }
        main section.racGamixardeba > ul:last-of-type > li > a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
      main section.racGamixardeba > ul:last-of-type > li:hover {
        border: solid 1px #05CCCF; }
      main section.racGamixardeba > ul:last-of-type > li:not(:last-of-type) > a {
        font-family: 'Mrgvlovani';
        font-size: 10px;
        color: #666666;
        padding-left: 80px;
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: 50px auto; }
      main section.racGamixardeba > ul:last-of-type > li:last-child > a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: 'DejaVu B';
        font-size: 18px;
        color: #FFFFFF;
        background-color: #04C2C5; }
    main section.racGamixardeba > nav {
      max-width: 340px;
      min-height: 0px; }
      main section.racGamixardeba > nav > ul {
        width: 340px;
        height: auto;
        background-color: #04C2C5;
        overflow: hidden;
        border-radius: 5px;
        overflow: hidden; }
        main section.racGamixardeba > nav > ul li {
          width: 100%;
          min-height: 50px;
          height: auto;
          padding: 10px 0;
          font-family: 'Mrgvlovani';
          font-size: 12px;
          color: #FFF;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: relative;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        main section.racGamixardeba > nav > ul > li {
          padding: 10px 20px;
          overflow: hidden;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          border-bottom: solid 1px #fff !important; }
          main section.racGamixardeba > nav > ul > li a {
            width: calc(100% - 4px);
            height: calc(100% - 4px) !important;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #FFF;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          main section.racGamixardeba > nav > ul > li > span.dropDown {
            top: calc(50% - 10px);
            right: 18px; }
          main section.racGamixardeba > nav > ul > li > ul {
            height: 0px;
            overflow: hidden; }
            main section.racGamixardeba > nav > ul > li > ul > li > ul {
              display: none; }
    main section.racGamixardeba > section.middleContent {
      width: 830px; }
      main section.racGamixardeba > section.middleContent section.breadCrumbs {
        width: 100%;
        margin-bottom: 21px; }
        main section.racGamixardeba > section.middleContent section.breadCrumbs > h1 {
          font-family: 'Mrgvlovani';
          font-size: 18px;
          color: #333333;
          margin-bottom: 4px; }
        main section.racGamixardeba > section.middleContent section.breadCrumbs > h1,
        main section.racGamixardeba > section.middleContent section.breadCrumbs > ul {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        main section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li {
          margin-right: 7px;
          font-family: 'DejaVu R';
          font-size: 11px;
          color: #AAAAAA; }
          main section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li > a {
            color: #05CCCD;
            padding-right: 7px; }
      main section.racGamixardeba > section.middleContent > section.contact,
      main section.racGamixardeba > section.middleContent > section.profile,
      main section.racGamixardeba > section.middleContent > section.vacancyInner,
      main section.racGamixardeba > section.middleContent > section.vacancy,
      main section.racGamixardeba > section.middleContent > section.association,
      main section.racGamixardeba > section.middleContent > section.projects,
      main section.racGamixardeba > section.middleContent > section.newsInner,
      main section.racGamixardeba > section.middleContent > section.newses {
        width: 817px;
        height: auto; }
      main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > a,
      main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > a {
        width: 400px;
        height: 278px; }
      main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > section,
      main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > section {
        width: calc(100% - 433px); }
        main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > section > span,
        main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > section > span {
          font-size: 14px;
          color: #646464;
          margin-bottom: 14px; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > section > h2,
        main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > section > h2 {
          margin-bottom: 16px; }
          main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > section > h2 > a,
          main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > section > h2 > a {
            font-size: 20px;
            line-height: 32px; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article:first-of-type > section > p,
        main section.racGamixardeba > section.middleContent > section.newses > article:first-of-type > section > p {
          display: none; }
      main section.racGamixardeba > section.middleContent > section.newsInner > article,
      main section.racGamixardeba > section.middleContent > section.newses > article {
        width: 100%;
        margin-bottom: 31px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > a,
        main section.racGamixardeba > section.middleContent > section.newses > article > a {
          width: 200px;
          height: 139px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          border-radius: 4px; }
          main section.racGamixardeba > section.middleContent > section.newsInner > article > a > img,
          main section.racGamixardeba > section.middleContent > section.newses > article > a > img {
            width: 100%; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > section,
        main section.racGamixardeba > section.middleContent > section.newses > article > section {
          width: calc(100% - 220px); }
          main section.racGamixardeba > section.middleContent > section.newsInner > article > section > span,
          main section.racGamixardeba > section.middleContent > section.newses > article > section > span {
            font-family: 'DejaVu B';
            font-size: 11px;
            color: #999999;
            display: block;
            margin-bottom: 10px; }
          main section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2,
          main section.racGamixardeba > section.middleContent > section.newses > article > section > h2 {
            margin-bottom: 16px; }
            main section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2 > a,
            main section.racGamixardeba > section.middleContent > section.newses > article > section > h2 > a {
              font-family: 'DejaVu B';
              font-size: 14px;
              color: #05CCCE;
              display: block; }
          main section.racGamixardeba > section.middleContent > section.newsInner > article > section > p,
          main section.racGamixardeba > section.middleContent > section.newses > article > section > p {
            font-family: 'DejaVu R';
            font-size: 12px;
            color: #333333;
            display: block;
            line-height: 20px; }
      main section.racGamixardeba > section.middleContent > section.newsInner > article {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > a {
          width: 200px !important;
          height: 139px !important; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > section {
          width: calc(100% - 220px) !important; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > p {
          font-family: 'DejaVu R';
          font-size: 12px;
          color: #333333;
          line-height: 25px;
          margin-top: 12px; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > section.demo-gallery {
          width: 100% !important; }
        main section.racGamixardeba > section.middleContent > section.newsInner > article > div.youtube {
          width: 560px;
          height: 320px;
          margin-left: 30%;
          margin-top: 50px;
          -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
          transform: translateX(-20%); }
          main section.racGamixardeba > section.middleContent > section.newsInner > article > div.youtube > iframe {
            width: 100%;
            height: 100%; }
      main section.racGamixardeba > section.middleContent > section.projects > section:last-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        main section.racGamixardeba > section.middleContent > section.projects > section:last-of-type > a {
          width: 380px;
          min-height: 80px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border: solid 1px #CCCCCC;
          border-radius: 5px;
          font-family: 'Phone R';
          font-size: 12px;
          color: #333333;
          line-height: 25px;
          padding: 17px 25px;
          margin-bottom: 20px; }
        main section.racGamixardeba > section.middleContent > section.projects > section:last-of-type > a:hover {
          background-color: #05CCCF; }
      main section.racGamixardeba > section.middleContent > section.association p {
        font-family: 'DejaVu R';
        font-size: 12px;
        color: #000;
        line-height: 25px; }
      main section.racGamixardeba > section.middleContent > section.association > h6 {
        margin: 23px 0 11px 0;
        font-family: 'Mrgvlovani';
        font-size: 18px;
        color: #333333; }
      main section.racGamixardeba > section.middleContent > section.association > section:last-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        main section.racGamixardeba > section.middleContent > section.association > section:last-of-type > a {
          width: 380px;
          min-height: 60px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border: solid 1px #CCCCCC;
          border-radius: 5px;
          font-family: 'Phone R';
          font-size: 12px;
          color: #333333;
          background-image: url(../images/pdf.png);
          background-repeat: no-repeat;
          background-position: 19px center;
          padding: 22px 25px 17px 54px;
          margin-bottom: 20px; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac,
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD,
      main section.racGamixardeba > section.middleContent > section.vacancy > section.vac,
      main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD {
        width: 100%;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: solid 1px #CCCCCC; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD > p,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > p,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD > p {
          font-family: 'Mrgvlovani';
          font-size: 11px;
          color: #666666; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > a,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p:first-child,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD > a,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD > p:first-child,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > a,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > p:first-child,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD > a,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD > p:first-child {
          width: 63.7%; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p:nth-child(2),
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD > p:nth-child(2),
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > p:nth-child(2),
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD > p:nth-child(2) {
          width: 18.8%; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p:last-child,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD > p:last-child,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > p:last-child,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vcHD > p:last-child {
          width: 17.3%; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac,
      main section.racGamixardeba > section.middleContent > section.vacancy > section.vac {
        height: 50px !important; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > a,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > a {
          font-family: 'Phone R';
          font-size: 14px;
          color: #04A6AA; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p,
        main section.racGamixardeba > section.middleContent > section.vacancy > section.vac > p {
          font-family: 'Mrgvlovani';
          font-size: 12px;
          color: #666666; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac,
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD {
        border-bottom: initial;
        background-color: #05CCCF;
        padding: 0 12px 0 12px; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac p,
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD p {
          color: #fff !important; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vcHD {
        padding-top: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 20px; }
        main section.racGamixardeba > section.middleContent > section.vacancyInner > section.vac > p:first-child {
          font-family: 'Phone R';
          font-size: 14px; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > h5,
      main section.racGamixardeba > section.middleContent > section.vacancyInner > ul,
      main section.racGamixardeba > section.middleContent > section.vacancyInner > ol,
      main section.racGamixardeba > section.middleContent > section.vacancyInner > p {
        margin-bottom: 19px;
        font-family: 'Phone R';
        font-size: 12px;
        color: #333333 !important;
        line-height: 20px;
        font-weight: 500; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner p > a {
        color: #333333; }
      main section.racGamixardeba > section.middleContent > section.vacancyInner > ul > li::before {
        content: '** '; }
      main section.racGamixardeba > section.middleContent > section.profile > section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        main section.racGamixardeba > section.middleContent > section.profile > section > figure {
          width: 200px;
          height: 200px;
          border-radius: 50%;
          overflow: hidden;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          main section.racGamixardeba > section.middleContent > section.profile > section > figure > img {
            width: 100%;
            height: auto;
            border-radius: 50%; }
        main section.racGamixardeba > section.middleContent > section.profile > section > section {
          width: 590px;
          margin-left: 25px; }
          main section.racGamixardeba > section.middleContent > section.profile > section > section > ul {
            margin-bottom: 35px; }
            main section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li {
              font-family: 'Phone R';
              font-size: 11px;
              color: #333333; }
              main section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li > h4 {
                font-size: 14px;
                color: #05CCCF;
                font-weight: 500; }
            main section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li:first-child {
              margin-bottom: 15px; }
            main section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li:not(:first-child) {
              margin-bottom: 9px; }
      main section.racGamixardeba > section.middleContent > section.contact {
        position: relative; }
        main section.racGamixardeba > section.middleContent > section.contact > form > ul {
          width: 627px;
          height: auto; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a,
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a,
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li {
            font-family: 'DejaVu B';
            font-size: 12px;
            color: #333333;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background-position: 0 center;
            background-repeat: no-repeat; }
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > h5,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > h5,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > h5 {
              font-family: 'Mrgvlovani';
              font-size: 18px;
              color: #333333; }
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > button,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > button,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button {
              width: 150px;
              height: 45px;
              background-color: #05CCCF;
              font-family: 'DejaVu B';
              font-size: 16px;
              color: #FFFFFF;
              border-radius: 4px;
              margin-left: 227px;
              cursor: pointer; }
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > input,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > input,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > input {
              height: 45px; }
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > textarea,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > textarea,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > textarea {
              height: 135px; }
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > textarea,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) > a > input,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > textarea,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) > a > input,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > textarea,
            main section.racGamixardeba > section.middleContent > section.contact > form > ul > li > input {
              width: 400px;
              border: solid 1px #CCCCCC;
              border-radius: 4px;
              resize: none;
              text-indent: 10px; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li.err > p,
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li.operationSuccessful > p {
            color: #FF6961 !important; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:first-child {
            background-image: url(../images/pointer.png); }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) {
            width: 250px;
            background-image: url(../images/phn.png); }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) {
            background-image: url(../images/env.png); }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:first-child,
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(2) {
            height: 20px;
            margin-bottom: 10px;
            padding-left: 40px; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(3) {
            width: 235px;
            margin-bottom: 43px;
            padding-left: 40px; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(4) {
            margin-bottom: 20px; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(5),
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(6),
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(7) {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(5),
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(6),
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(7),
          main section.racGamixardeba > section.middleContent > section.contact > form > ul > li:nth-child(8) {
            margin-bottom: 10px; }
        main section.racGamixardeba > section.middleContent > section.contact > section.hotLine {
          position: absolute;
          top: 0px;
          right: 80px; }
          main section.racGamixardeba > section.middleContent > section.contact > section.hotLine > h4 {
            font-family: 'Mrgvlovani';
            font-size: 16px;
            color: #05CCCE;
            margin-bottom: 15px; }
          main section.racGamixardeba > section.middleContent > section.contact > section.hotLine > div#SkypeButton_Call_hotline_moh.gov.ge_3 {
            position: absolute;
            left: 130px;
            bottom: 6px; }
      main section.racGamixardeba > section.middleContent > section > article > span {
        font-family: 'DejaVu B';
        font-size: 14px;
        color: #646464;
        margin-bottom: 14px; }
      main section.racGamixardeba > section.middleContent div#innerlightgallery {
        width: 100%;
        margin-top: 10px;
        /*#innerlightgallery > p:nth-child(1) > a > img{}*/ }
        main section.racGamixardeba > section.middleContent div#innerlightgallery > p {
          font-family: 'Phone R';
          font-size: 12px;
          color: #333333;
          line-height: 20px; }
          main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".png"],
          main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".jpeg"],
          main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".jpg"] {
            width: 25%;
            height: auto;
            display: block;
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
            main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".png"] > img,
            main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".jpeg"] > img,
            main section.racGamixardeba > section.middleContent div#innerlightgallery > p a[href$=".jpg"] > img {
              width: 100%; }
  main > section.commonInfo {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    main > section.commonInfo > section.pollAdvices {
      width: 340px;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      main > section.commonInfo > section.pollAdvices > ul.advices {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        main > section.commonInfo > section.pollAdvices > ul.advices > li:first-child,
        main > section.commonInfo > section.pollAdvices > ul.advices > li:nth-child(2) {
          border-bottom: solid 1px #fff; }
        main > section.commonInfo > section.pollAdvices > ul.advices > li {
          width: 100%;
          height: auto;
          background-color: #04C2C5;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          main > section.commonInfo > section.pollAdvices > ul.advices > li > h3 {
            width: 100%;
            height: 57px;
            padding-left: 22px;
            font-family: 'Mrgvlovani';
            font-size: 12px;
            color: #ffffff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            cursor: pointer;
            transition: .3s; }
          main > section.commonInfo > section.pollAdvices > ul.advices > li > section {
            width: 100%;
            height: 0px;
            background-repeat: no-repeat;
            background-size: cover;
            padding-left: 20px;
            overflow: hidden;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            position: relative; }
            main > section.commonInfo > section.pollAdvices > ul.advices > li > section > h2 {
              font-family: 'Mrgvlovani';
              font-size: 18px;
              color: #ffffff;
              margin-top: 20px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            main > section.commonInfo > section.pollAdvices > ul.advices > li > section > p {
              margin-top: 12px;
              line-height: 19px;
              padding-right: 20px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            main > section.commonInfo > section.pollAdvices > ul.advices > li > section > a,
            main > section.commonInfo > section.pollAdvices > ul.advices > li > section > p {
              font-family: 'DejaVu B';
              font-size: 12px;
              color: #ffffff; }
            main > section.commonInfo > section.pollAdvices > ul.advices > li > section > a {
              padding: 14px 31px;
              border: solid 2px #ffffff;
              border-radius: 50px;
              display: inline-block;
              margin-top: 18px;
              position: absolute;
              bottom: 20px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
      main > section.commonInfo > section.pollAdvices > section.poll {
        width: 100%;
        height: 215px;
        padding: 10px 14px;
        border: solid 1px #CDCDCD;
        border-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        main > section.commonInfo > section.pollAdvices > section.poll > h2 {
          font-family: 'DejaVu B';
          font-size: 16px;
          color: #05CCCE;
          margin-bottom: 22px;
          cursor: pointer;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        main > section.commonInfo > section.pollAdvices > section.poll div > section.radiostyle {
          margin-bottom: 6px; }
          main > section.commonInfo > section.pollAdvices > section.poll div > section.radiostyle > label {
            font-family: 'DejaVu B';
            font-size: 12px;
            color: #666666; }
        main > section.commonInfo > section.pollAdvices > section.poll div > button,
        main > section.commonInfo > section.pollAdvices > section.poll div > label {
          font-family: 'DejaVu B';
          font-size: 12px;
          color: #666666; }
        main > section.commonInfo > section.pollAdvices > section.poll div > button {
          width: 120px;
          height: 35px;
          display: inline-table;
          color: #fff;
          background-color: #05CCCF;
          border-radius: 17px;
          margin-top: 8px; }
    main > section.commonInfo > section.advInf {
      height: 639px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      main > section.commonInfo > section.advInf > section.advertisements {
        width: 1120px;
        height: 170px;
        padding: 21px;
        background-color: #FFF;
        border-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-image: url(../images/advertisement.png);
        background-repeat: no-repeat;
        background-position: 21px 12px;
        -webkit-box-shadow: 0 0 50px -22px black;
        box-shadow: 0 0 50px -22px black;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        main > section.commonInfo > section.advInf > section.advertisements > section.advHeader {
          width: 100%;
          padding-left: 49px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > h2 {
            font-family: 'DejaVu B';
            font-size: 16px;
            color: #05CCCE; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > a {
            height: 16px;
            font-family: 'DejaVu B';
            font-size: 12px;
            color: #666666; }
        main > section.commonInfo > section.advInf > section.advertisements > section.advertisement {
          width: 350px;
          height: 120px;
          padding: 11px 0 8px 19px;
          border-right: solid 1px rgba(0, 0, 0, 0.15);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span:first-of-type {
            position: initial;
            font-family: 'DejaVu R'; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span:first-of-type,
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span,
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
            font-size: 12px;
            color: #20C1C1; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
            line-height: 20px;
            font-family: 'DejaVu B'; }
          main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span {
            font-size: 11px;
            color: #666666;
            position: absolute;
            bottom: 8px;
            font-family: 'DejaVu R'; }
        main > section.commonInfo > section.advInf > section.advertisements > section.advertisement:last-of-type {
          border-right: initial !important; }
      main > section.commonInfo > section.advInf > section.informationDesk {
        width: 1120px;
        height: 428px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #05CCCF;
        border-radius: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        main > section.commonInfo > section.advInf > section.informationDesk > button {
          width: 50%;
          height: 60px;
          background-color: #1E9EA2;
          background-position: 15px center;
          background-repeat: no-repeat;
          font-family: 'DejaVu B';
          font-size: 16px;
          color: #fff;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        main > section.commonInfo > section.advInf > section.informationDesk > button:first-of-type {
          background-image: url(../images/people.png);
          border-top-left-radius: 5px; }
        main > section.commonInfo > section.advInf > section.informationDesk > button:last-of-type {
          background-image: url(../images/man.png);
          border-top-right-radius: 5px; }
        main > section.commonInfo > section.advInf > section.informationDesk > ul {
          width: 100%;
          height: calc(100% - 60px);
          background-color: transparent;
          padding: 23px 42px 38px 42px;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          background-repeat: no-repeat;
          background-position: right center;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          main > section.commonInfo > section.advInf > section.informationDesk > ul > li {
            width: calc(100% / 3);
            padding-left: 8px;
            margin-bottom: 33px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            font-family: 'DejaVu R';
            font-size: 14px;
            color: #fff; }
            main > section.commonInfo > section.advInf > section.informationDesk > ul > li > a {
              width: 100%;
              font-family: 'DejaVu B';
              font-size: 14px;
              color: #fff;
              letter-spacing: .5px;
              line-height: 23px;
              display: inline-block; }
        main > section.commonInfo > section.advInf > section.informationDesk .active {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: -webkit-flex !important;
          display: flex !important; }

/* ****************************************************************************************************************************************************************************** */
footer {
  width: 100%;
  height: auto;
  margin-top: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  footer > nav {
    width: 100%;
    height: 70px;
    background-color: #04C2C5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    footer > nav > ul {
      width: 956px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      footer > nav > ul > li > a {
        font-family: 'DejaVu B';
        font-size: 14px;
        color: #FFFFFF; }
  footer > section.allTogether {
    width: 1500px;
    height: auto;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    footer > section.allTogether section.social-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      footer > section.allTogether section.social-part > a:nth-child(2) {
        margin: 18px 0 28px 0; }
      footer > section.allTogether section.social-part .darekvebii a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      footer > section.allTogether section.social-part .darekvebii div {
        display: inline-block;
        vertical-align: middle; }
    footer > section.allTogether > nav {
      width: 810px;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      footer > section.allTogether > nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        footer > section.allTogether > nav > ul > li {
          width: 240px; }
          footer > section.allTogether > nav > ul > li > a {
            font-family: 'Mrgvlovani';
            font-size: 18px;
            color: #333333;
            white-space: nowrap; }
          footer > section.allTogether > nav > ul > li > ul {
            margin-top: 20px; }
            footer > section.allTogether > nav > ul > li > ul > li:not(:first-child) {
              margin-bottom: 12px; }
            footer > section.allTogether > nav > ul > li > ul > li > a {
              font-family: 'DejaVu B';
              font-size: 12px;
              color: #666666; }
  footer > section.rights {
    width: 1500px;
    height: 65px;
    border-top: solid 1px #F0F0F0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    footer > section.rights > p {
      font-family: 'DejaVu B';
      font-size: 12px;
      color: #666666; }
      footer > section.rights > p > a {
        color: #05CCCE;
        -webkit-text-decoration: underline dashed;
        text-decoration: underline dashed; }

/* ****************************************************************************************************************************************************************************** */
div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a,
div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url(../images/skype.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_3 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_2 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_3_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_2_paraElement > a > img,
  div#SkypeButton_Call_hotline_moh.gov.ge_1 > p#SkypeButton_Call_hotline_moh.gov.ge_1_paraElement > a > img {
    display: none !important; }

span.dropDown {
  width: 20px;
  height: 20px;
  position: absolute;
  /*display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: -webkit-flex !important;*/ }
  span.dropDown > span {
    background-color: white;
    display: block;
    position: absolute; }
  span.dropDown > span {
    width: 100%;
    height: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 50%; }
  span.dropDown > span:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/* ****************************************************************************************************************************************************************************** */
.FirstStepActive {
  background-color: #04B7BA !important; }

.SecStepActive {
  height: auto !important;
  overflow: initial !important; }

.ThirdStepActive {
  height: auto !important;
  overflow: initial !important; }

.dropDownsActive > span:last-child {
  height: 0% !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.advicesActive > h3 {
  height: 0 !important;
  overflow: hidden; }

.advicesActive > section {
  height: 270px !important;
  /*border-bottom:solid 1px #fff;
        border-top:solid 1px #fff;*/ }

.infoDeskActive {
  background-color: #05CCCF !important; }

.leftMenuActive {
  height: auto !important;
  background-color: #04A6AA !important; }
  .leftMenuActive > a {
    min-height: 50px; }
  .leftMenuActive > ul {
    height: auto !important;
    border-bottom: solid 1px #fff !important;
    border-bottom: initial !important; }

.popAct {
  top: 0;
  left: 0;
  z-index: 999999 !important;
  display: block!important;
  opacity: 1 !important; }

a.linki,
a.paragrapi,
a.pdf,
a.doc,
a.xls,
a.ppt,
a.file {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  font-family: 'Phone R';
  font-size: 12px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: 19px 27px;
  padding: 22px 25px 17px 54px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  position: relative; }

a.pdf {
  background-image: url(../images/pdf.png); }

a.doc {
  background-image: url(../images/doc.png); }

a.xls {
  background-image: url(../images/xls.png); }

a.ppt {
  background-image: url(../images/ppt.png); }

a.file {
  background-image: url(../images/file.png); }

a.linki {
  background-image: url(../images/linki.png); }

p.danarti {
  width: 100%;
  height: auto;
  padding: 10px;
  border: solid 1px #ccc;
  border-top: initial;
  margin-bottom: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  top: -10px; }
  p.danarti > a {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Phone R';
    font-size: 12px;
    color: #333333; }
    p.danarti > a > img {
      margin-right: 10px; }

a.getFile {
  border: none; }

a.paragrapi::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  left: 20px;
  border: solid 5px #04C2C5; }

/* ************************************************* News Slider ************************************************* */
.demo-gallery {
  margin-top: 50px; }
  .demo-gallery > ul {
    margin-bottom: 0; }
    .demo-gallery > ul > li {
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
      width: 120px; }
      .demo-gallery > ul > li > a {
        border: 3px solid #FFF;
        border-radius: 3px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left; }
        .demo-gallery > ul > li > a > img {
          -webkit-transition: -webkit-transform 0.15s ease 0s;
          transition: -webkit-transform 0.15s ease 0s;
          -o-transition: transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          height: 100%;
          width: 100%; }
        .demo-gallery > ul > li > a > .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: background-color 0.15s ease 0s;
          -o-transition: background-color 0.15s ease 0s;
          transition: background-color 0.15s ease 0s; }
          .demo-gallery > ul > li > a > .demo-gallery-poster > img {
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            opacity: 0;
            position: absolute;
            top: 50%;
            -webkit-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s; }
      .demo-gallery > ul > li > a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
      .demo-gallery > ul > li > a:hover > .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5); }
        .demo-gallery > ul > li > a:hover > .demo-gallery-poster > img {
          opacity: 1; }
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    -o-transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%; }
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s; }
    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transition: opacity 0.3s ease 0s;
      -o-transition: opacity 0.3s ease 0s;
      transition: opacity 0.3s ease 0s; }
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .demo-gallery .justified-gallery .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5); }
    .demo-gallery .justified-gallery .demo-gallery-poster > img {
      opacity: 1; }
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px; }

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a; }

.home .demo-gallery {
  padding-bottom: 80px; }

.soci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.demo-gallery > ul > li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 120px; }

section.pollResults {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.pollResults > section.answer {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    section.pollResults > section.answer > h3 {
      width: 100%;
      margin-bottom: 5px; }
    section.pollResults > section.answer > span:first-of-type,
    section.pollResults > section.answer > h3 {
      font-family: 'DejaVu B';
      font-size: 10px;
      color: #666666;
      margin-right: 5px; }
    section.pollResults > section.answer > span:first-of-type {
      width: 31px;
      color: #05CCCF !important;
      display: block; }
    section.pollResults > section.answer > span:nth-child(3) {
      width: calc(100% - 62px);
      height: 11px;
      background-color: #EEEEEE;
      border-radius: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px; }
      section.pollResults > section.answer > span:nth-child(3) > span {
        height: 7px;
        background-color: #05CCCF;
        border-radius: 100px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }

.fullwidth {
  width: calc(100% - 300px) !important; }

.association.fullwidth {
  width: 95% !important;
  text-align: justify !important;
  font-family: 'DejaVu R' !important;
  font-size: 12px !important;
  line-height: 25px !important; }

.imgsvg {
  width: 100%; }

.night {
  background: #ccc; }
  .night > header {
    background-color: #ccc; }
    .night > header > section.optional-part {
      background-color: #ccc; }
    .night > header > section.optional-part::before,
    .night > header > section.optional-part::after {
      background-color: #ccc; }
    .night > header section.headerSecondStep > nav > ul > li > a {
      color: #151515; }
    .night > header > section.headerThirdStep > nav ul {
      background-color: #009698; }
  .night main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li {
    color: #666; }
    .night main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li > a {
      color: #151515; }
  .night main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button {
    background-color: #009698; }
  .night main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > h4 {
    color: #151515; }
  .night main > section.racGamixardeba > section.middleContent > section.newses > article > section > p,
  .night main > section.racGamixardeba > section.middleContent > section.newses > article > section > span,
  .night main > section.racGamixardeba > section.middleContent > section.newses > article > section > h2 > a {
    color: #151515; }
  .night main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > p,
  .night main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > span,
  .night main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2 > a {
    color: #151515; }
  .night main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li {
    color: #151515; }
    .night main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li > h4 {
      color: #151515 !important; }
  .night main > section.racGamixardeba > ul:first-child {
    background-color: #009698; }
  .night main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    background-color: #009698; }
  .night main > section.racGamixardeba > ul:last-of-type > li {
    border-color: #fff; }
  .night main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type) > a {
    color: #151515; }
  .night main > section.racGamixardeba > ul:last-of-type > li:last-child > a {
    background-color: #009698;
    border-radius: 3px; }
  .night main > section.racGamixardeba > nav ul {
    background-color: #009698; }
  .night main > section.commonInfo > section.pollAdvices > ul.advices > li {
    background-color: #009698; }
  .night main > section.commonInfo > section.pollAdvices > section.poll {
    border-color: #fff; }
    .night main > section.commonInfo > section.pollAdvices > section.poll > h2 {
      color: #151515; }
    .night main > section.commonInfo > section.pollAdvices > section.poll > div.vote > section.radiostyle > label {
      color: #151515; }
    .night main > section.commonInfo > section.pollAdvices > section.poll > div.vote > button {
      background-color: #009698; }
  .night main > section.commonInfo > section.advInf > section.advertisements {
    background-color: #ccc; }
    .night main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > a,
    .night main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > h2 {
      color: #151515; }
    .night main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span,
    .night main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
      color: #151515; }
  .night main > section.commonInfo > section.advInf > section.informationDesk {
    background-color: #009698; }
    .night main > section.commonInfo > section.advInf > section.informationDesk > button {
      background-color: #006063; }
    .night main > section.commonInfo > section.advInf > section.informationDesk > .infoDeskActive {
      background-color: #009698 !important; }
  .night footer > nav {
    background-color: #009698; }
  .night footer > section.allTogether > nav > ul > li a {
    color: #151515; }
  .night footer > section.rights > p {
    color: #151515; }
    .night footer > section.rights > p > a {
      color: #666; }
  .night a.pdf,
  .night a.doc,
  .night a.xls,
  .night a.ppt,
  .night a.file {
    border-color: #fff;
    color: #151515; }

.highcontrast {
  background: #000; }
  .highcontrast a {
    text-decoration: underline; }
  .highcontrast > header {
    background-color: #000; }
    .highcontrast > header > section.optional-part {
      background-color: #000; }
      .highcontrast > header > section.optional-part > section.social-part > div.darekvebii > a > img {
        background-color: #fff;
        padding: 10px; }
    .highcontrast > header > section.optional-part::before,
    .highcontrast > header > section.optional-part::after {
      background-color: #000; }
    .highcontrast > header section.headerSecondStep > a > img {
      background-color: #fff;
      padding: 10px; }
    .highcontrast > header section.headerSecondStep > nav > ul > li {
      padding: 0 10px; }
      .highcontrast > header section.headerSecondStep > nav > ul > li > a {
        color: #fff; }
      .highcontrast > header section.headerSecondStep > nav > ul > li > ul {
        right: -18px;
        background-color: #fff; }
        .highcontrast > header section.headerSecondStep > nav > ul > li > ul > li > a {
          color: #000; }
        .highcontrast > header section.headerSecondStep > nav > ul > li > ul > li:hover {
          background-color: #000; }
          .highcontrast > header section.headerSecondStep > nav > ul > li > ul > li:hover > a {
            /*color: #8bfffb;*/color:#fff; }
      .highcontrast > header section.headerSecondStep > nav > ul > li > ul::before {
        background-color: #fff; }
    .highcontrast > header section.headerSecondStep > nav > ul > li:hover {
      background-color: #fff; }
      .highcontrast > header section.headerSecondStep > nav > ul > li:hover > a {
        color: #000; }
    .highcontrast > header > section.headerThirdStep > nav {
      background-color: initial; }
      .highcontrast > header > section.headerThirdStep > nav > ul {
        background-color: #000;
        border-bottom: solid 1px #fff;
        border-top: solid 1px #fff; }
        .highcontrast > header > section.headerThirdStep > nav > ul > li {
          border-left: solid 1px #fff; }
          .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive {
            background-color: #fff; }
            .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li {
              border-bottom: solid 1px #000; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > a {
                color: #000; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > span.dropDown > span {
                background-color: #000; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > ul > li > a {
                color: #000; }
            .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover {
              background-color: #000; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > a {
                color: #fff; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > span.dropDown > span {
                background-color: #fff; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li {
                background-color: #fff; }
              .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover {
                background-color: #000; }
                .highcontrast > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover > a {
                  color: #fff; }
        .highcontrast > header > section.headerThirdStep > nav > ul > li:hover {
          background-color: #fff; }
          .highcontrast > header > section.headerThirdStep > nav > ul > li:hover > a {
            color: #000; }
        .highcontrast > header > section.headerThirdStep > nav > ul > li:last-child {
          border-right: solid 1px #fff; }
        .highcontrast > header > section.headerThirdStep > nav > ul > li.FirstStepActive {
          background-color: #fff !important; }
          .highcontrast > header > section.headerThirdStep > nav > ul > li.FirstStepActive > a {
            color: #000; }
    .highcontrast > header > section.headerThirdStep > section.notification {
      background-color: #000;
      border-bottom: solid 1px #fff; }
      .highcontrast > header > section.headerThirdStep > section.notification > a::before {
        background-color: #000; }
  .highcontrast main > section.racGamixardeba > section.middleContent section.breadCrumbs > h1 {
    color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li {
    color: #d2d2d2; }
    .highcontrast main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li > a {
      color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li {
    color: #fff; }
    .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button {
      background-color: #000;
      border: solid 1px #fff;
      border-radius: 3px; }
    .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button:hover {
      background-color: #fff;
      color: #000;
      border-radius: 3px; }
    .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li h5,
    .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > a {
      color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > h4 {
    color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > a > img {
    padding: 10px;
    background-color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.newses > article > section > p,
  .highcontrast main > section.racGamixardeba > section.middleContent > section.newses > article > section > span,
  .highcontrast main > section.racGamixardeba > section.middleContent > section.newses > article > section > h2 > a {
    color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.newsInner > article {
    /*div#innerlightgallery {
                             p {
                                color:#ff0 !important;
                            }
                        }*/ }
    .highcontrast main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > p,
    .highcontrast main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > span,
    .highcontrast main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2 > a {
      color: #fff; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li {
    color: #fff; }
    .highcontrast main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li > h4 {
      color: #fff !important; }
  .highcontrast main > section.racGamixardeba > section.middleContent div.search div div.newstitle a {
    color: #fff !important; }
  .highcontrast main > section.racGamixardeba > section.middleContent div.search div > div.newswrap {
    color: #fff !important; }
  .highcontrast main > section.racGamixardeba > section.middleContent > section.association ul > li,
  .highcontrast main > section.racGamixardeba > section.middleContent > section.association a,
  .highcontrast main > section.racGamixardeba > section.middleContent > section.association p {
    color: #fff !important; }
  .highcontrast main > section.racGamixardeba > ul:first-child {
    background-color: #000;
    border: solid 1px #fff; }
    .highcontrast main > section.racGamixardeba > ul:first-child > li {
      border-bottom: solid 1px #fff; }
    .highcontrast main > section.racGamixardeba > ul:first-child > li:last-child {
      border-bottom: initial; }
    .highcontrast main > section.racGamixardeba > ul:first-child > li:hover {
      background-color: #fff; }
      .highcontrast main > section.racGamixardeba > ul:first-child > li:hover > a {
        color: #000; }
        .highcontrast main > section.racGamixardeba > ul:first-child > li:hover > a > img {
          -webkit-filter: brightness(0%);
          filter: brightness(0%); }
  .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe,
  .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    background-color: #000;
    border: solid 1px #fff; }
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type,
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type {
      color: #000; }
      .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type > img,
      .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type > img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type,
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type {
      background-color: #000;
      color: #fff;
      border: solid 1px #fff; }
      .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type > img,
      .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type > img {
        -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
        filter: grayscale(100%) invert(100%) brightness(200%); }
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe .infoactive > img,
    .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText .infoactive > img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe {
    border-right: initial; }
  .highcontrast main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    border-left: initial; }
  .highcontrast main > section.racGamixardeba > ul:last-of-type > li {
    border-color: #fff; }
  .highcontrast main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type) > a {
    color: #fff; }
  .highcontrast main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover {
    background-color: #fff; }
    .highcontrast main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover > a {
      color: #000; }
  .highcontrast main > section.racGamixardeba > ul:last-of-type > li:last-child > a {
    background-color: #fff;
    border-radius: 3px;
    color: #000; }
  .highcontrast main > section.racGamixardeba > nav ul {
    background-color: #000;
    border: solid 1px #fff; }
    .highcontrast main > section.racGamixardeba > nav ul > li:hover {
      background-color: #fff; }
      .highcontrast main > section.racGamixardeba > nav ul > li:hover > a {
        color: #000; }
    .highcontrast main > section.racGamixardeba > nav ul > li.leftMenuActive {
      background-color: #000 !important; }
    .highcontrast main > section.racGamixardeba > nav ul > li.leftMenuActive:hover {
      background-color: #fff !important; }
  .highcontrast main > section.commonInfo > section.pollAdvices > ul.advices {
    border: solid 1px #fff; }
    .highcontrast main > section.commonInfo > section.pollAdvices > ul.advices > li {
      background-color: #000; }
      .highcontrast main > section.commonInfo > section.pollAdvices > ul.advices > li > section > p,
      .highcontrast main > section.commonInfo > section.pollAdvices > ul.advices > li > section > h2 {
        background-color: #000; }
      .highcontrast main > section.commonInfo > section.pollAdvices > ul.advices > li > section > a {
        background-color: #000; }
  .highcontrast main > section.commonInfo > section.pollAdvices > section.poll {
    border-color: #fff; }
    .highcontrast main > section.commonInfo > section.pollAdvices > section.poll > h2 {
      color: #fff; }
    .highcontrast main > section.commonInfo > section.pollAdvices > section.poll > div.vote > section.radiostyle > label {
      color: #fff; }
    .highcontrast main > section.commonInfo > section.pollAdvices > section.poll > div.vote > button {
      background-color: #000;
      border: solid 1px #fff;
      color: #fff; }
  .highcontrast main > section.commonInfo > section.advInf > section.advertisements {
    background-color: #000;
    border: solid 1px #fff; }
    .highcontrast main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > a,
    .highcontrast main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > h2 {
      color: #fff; }
    .highcontrast main > section.commonInfo > section.advInf > section.advertisements > section.advertisement {
      border-right: solid 1px #fff; }
      .highcontrast main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span,
      .highcontrast main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
        color: #fff; }
  .highcontrast main > section.commonInfo > section.advInf > section.informationDesk {
    background-color: #000;
    border: solid 1px #fff; }
    .highcontrast main > section.commonInfo > section.advInf > section.informationDesk > button {
      background-color: #000;
      text-decoration: underline;
      border-bottom: solid 1px #fff; }
    .highcontrast main > section.commonInfo > section.advInf > section.informationDesk > .infoDeskActive {
      background-color: #fff !important;
      color: #000; }
    .highcontrast main > section.commonInfo > section.advInf > section.informationDesk > ul > li {
      background-color: #000;
      padding: 3px; }
    .highcontrast main > section.commonInfo > section.advInf > section.informationDesk button:first-of-type.infoDeskActive {
      background-image: url(../images/bpeople.png); }
    .highcontrast main > section.commonInfo > section.advInf > section.informationDesk button:last-of-type.infoDeskActive {
      background-image: url(../images/bman.png); }
  .highcontrast footer > nav {
    background-color: #000;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff; }
  .highcontrast footer > section.allTogether > nav > ul > li a {
    color: #fff; }
  .highcontrast footer > section.allTogether > section.social-part > a > img {
    background-color: #fff;
    padding: 10px; }
  .highcontrast footer > section.allTogether > section.social-part > div.darekvebii > a > img {
    background-color: #fff;
    padding: 10px; }
  .highcontrast footer > section.rights > p {
    color: #fff; }
    .highcontrast footer > section.rights > p > a {
      color: #666; }
  .highcontrast a.pdf,
  .highcontrast a.doc,
  .highcontrast a.xls,
  .highcontrast a.ppt,
  .highcontrast a.file {
    border-color: #fff;
    color: #fff; }

.highcontrast2 {
  background: #000; }
  .highcontrast2 a {
    text-decoration: underline; }
  .highcontrast2 > header {
    background-color: #000; }
    .highcontrast2 > header > section.optional-part {
      background-color: #000; }
      .highcontrast2 > header > section.optional-part > section.social-part > div.darekvebii > a > img {
        background-color: #ff0;
        padding: 10px; }
      .highcontrast2 > header > section.optional-part > section.social-part > form > input {
        border: solid 1px #ff0;
        background-color: #000;
        color: #ff0; }
      .highcontrast2 > header > section.optional-part > section.web-options > ul > li > span {
        border-color: #ff0 !important;
        background-color: #ff0 !important; }
      .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span,
      .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span,
      .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span,
      .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span {
        background-color: #8bfffb !important; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span > svg,
        .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span > svg,
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span > svg,
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span > svg {
          fill: #000; }
      .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(3) > li:hover > span {
        background-color: #8bfffb !important;
        color: #000; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:nth-of-type(3) > li:hover > span > svg {
          fill: #000; }
      .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type {
        /*&> li:nth-of-type(6) {

                        &> span {
                            background-color: #ff0;
                            &> svg {

                            }
                        }
                    }*/ }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span {
          background-color: #000 !important; }
          .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span > svg {
            fill: #fff; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span {
          background-color: #000 !important; }
          .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span > svg {
            fill: #ff0; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span {
          background-color: #fff !important; }
          .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span > svg {
            fill: #000 !important; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span {
          background-color: #ff0 !important; }
          .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span > svg {
            fill: #000 !important; }
        .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span {
          background-color: #000 !important; }
          .highcontrast2 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span > svg {
            fill: #ff0 !important; }
    .highcontrast2 > header > section.optional-part::before,
    .highcontrast2 > header > section.optional-part::after {
      background-color: #000; }
    .highcontrast2 > header section.headerSecondStep > a > img {
      background-color: #ff0;
      padding: 10px; }
    .highcontrast2 > header section.headerSecondStep > nav > ul > li {
      padding: 0 10px; }
      .highcontrast2 > header section.headerSecondStep > nav > ul > li > a {
        color: #ff0; }
      .highcontrast2 > header section.headerSecondStep > nav > ul > li > ul {
        right: -18px;
        background-color: #ff0; }
        .highcontrast2 > header section.headerSecondStep > nav > ul > li > ul > li > a {
          color: #000; }
        .highcontrast2 > header section.headerSecondStep > nav > ul > li > ul > li:hover {
          background-color: #000; }
          .highcontrast2 > header section.headerSecondStep > nav > ul > li > ul > li:hover > a {
            /*color: #8bfffb;*/color:#ff0; }
      .highcontrast2 > header section.headerSecondStep > nav > ul > li > ul::before {
        background-color: #ff0; }
    .highcontrast2 > header section.headerSecondStep > nav > ul > li:hover {
      background-color: #ff0; }
      .highcontrast2 > header section.headerSecondStep > nav > ul > li:hover > a {
        color: #000; }
    .highcontrast2 > header > section.headerThirdStep > nav {
      background-color: initial; }
      .highcontrast2 > header > section.headerThirdStep > nav > ul {
        background-color: #000;
        border-bottom: solid 1px #ff0;
        border-top: solid 1px #ff0; }
        .highcontrast2 > header > section.headerThirdStep > nav > ul > li {
          border-left: solid 1px #ff0; }
          .highcontrast2 > header > section.headerThirdStep > nav > ul > li > a {
            color: #ff0; }
          .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive {
            background-color: #ff0; }
            .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li {
              border-bottom: solid 1px #000; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > a {
                color: #000; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > span.dropDown > span {
                background-color: #000; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > ul > li > a {
                color: #000; }
            .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover {
              background-color: #000; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > a {
                color: #ff0; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > span.dropDown > span {
                background-color: #ff0; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li {
                background-color: #ff0; }
              .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover {
                background-color: #000; }
                .highcontrast2 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover > a {
                  color: #ff0; }
        .highcontrast2 > header > section.headerThirdStep > nav > ul > li:hover {
          background-color: #ff0; }
          .highcontrast2 > header > section.headerThirdStep > nav > ul > li:hover > a {
            color: #000; }
        .highcontrast2 > header > section.headerThirdStep > nav > ul > li:last-child {
          border-right: solid 1px #ff0; }
        .highcontrast2 > header > section.headerThirdStep > nav > ul > li.FirstStepActive {
          background-color: #ff0 !important; }
          .highcontrast2 > header > section.headerThirdStep > nav > ul > li.FirstStepActive > a {
            color: #000; }
    .highcontrast2 > header > section.headerThirdStep > section.notification {
      background-color: #000;
      border-bottom: solid 1px #ff0; }
      .highcontrast2 > header > section.headerThirdStep > section.notification > a {
        color: #ff0; }
      .highcontrast2 > header > section.headerThirdStep > section.notification > a::before {
        background-color: #000; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent section.breadCrumbs > h1 {
    color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li {
    color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li > a {
      color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li {
    color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button {
      background-color: #000;
      border: solid 1px #ff0;
      border-radius: 3px;
      color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button:hover {
      background-color: #ff0;
      color: #000;
      border-radius: 3px; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li h5,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > a {
      color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > textarea,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > input {
      border: solid 1px #ff0;
      background-color: #000;
      color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > h4 {
    color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > a > img {
    padding: 10px;
    background-color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newses > article > section > p,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newses > article > section > span,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newses > article > section > h2 > a {
    color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > p,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > span,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2 > a {
    color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.newsInner > article div#innerlightgallery p {
    color: #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li {
    color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li > h4 {
      color: #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent div.search div div.newstitle a {
    color: #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent div.search div > div.newswrap {
    color: #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.association ul > li,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.association a,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > section.association p {
    color: #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened,
  .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links {
    border: solid 1px #ff0;
    background-color: #000; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > h3,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > h3 {
      color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > span::after,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > span::before,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > span::after,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > span::before {
      background: #ff0 !important; }
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.body > span,
    .highcontrast2 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.body > span {
      color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > ul:first-child {
    background-color: #000;
    border: solid 1px #ff0; }
    .highcontrast2 main > section.racGamixardeba > ul:first-child > li {
      border-bottom: solid 1px #ff0; }
      .highcontrast2 main > section.racGamixardeba > ul:first-child > li > a {
        color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > ul:first-child > li:last-child {
      border-bottom: initial; }
    .highcontrast2 main > section.racGamixardeba > ul:first-child > li:hover {
      background-color: #ff0; }
      .highcontrast2 main > section.racGamixardeba > ul:first-child > li:hover > a {
        color: #000; }
        .highcontrast2 main > section.racGamixardeba > ul:first-child > li:hover > a > img {
          -webkit-filter: brightness(0%);
          filter: brightness(0%); }
  .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe,
  .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    background-color: #000;
    border: solid 1px #ff0; }
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type {
      width: 190px;
      color: #ff0;
      background-color: #000;
      border: solid 1px #ff0; }
      .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type > img,
      .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type > img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-right: 5px; }
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type {
      background-color: #000;
      color: #ff0;
      border: solid 1px #ff0; }
      .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type > img,
      .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type > img {
        -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
        filter: grayscale(100%) invert(100%) brightness(200%); }
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe .infoactive > img,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText .infoactive > img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > span,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > p,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > span,
    .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > p {
      color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe {
    border-right: initial; }
  .highcontrast2 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    border-left: initial; }
  .highcontrast2 main > section.racGamixardeba > ul:last-of-type > li {
    border-color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type) > a {
    color: #ff0; }
  .highcontrast2 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover {
    background-color: #ff0; }
    .highcontrast2 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover > a {
      color: #000; }
  .highcontrast2 main > section.racGamixardeba > ul:last-of-type > li:last-child > a {
    background-color: #ff0;
    border-radius: 3px;
    color: #000; }
  .highcontrast2 main > section.racGamixardeba > nav > ul {
    border: solid 1px #ff0; }
    .highcontrast2 main > section.racGamixardeba > nav > ul > li {
      border-bottom: solid 1px #ff0 !important; }
  .highcontrast2 main > section.racGamixardeba > nav ul {
    background-color: #000; }
    .highcontrast2 main > section.racGamixardeba > nav ul > li:hover {
      background-color: #ff0; }
      .highcontrast2 main > section.racGamixardeba > nav ul > li:hover > a {
        color: #000; }
    .highcontrast2 main > section.racGamixardeba > nav ul > li.leftMenuActive {
      background-color: #000 !important; }
    .highcontrast2 main > section.racGamixardeba > nav ul > li.leftMenuActive:hover {
      background-color: #ff0 !important; }
    .highcontrast2 main > section.racGamixardeba > nav ul > li > a {
      color: #ff0; }
  .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices {
    border: solid 1px #ff0; }
    .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices > li {
      background-color: #000; }
      .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices > li > h3 {
        color: #ff0; }
      .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > p,
      .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > h2 {
        background-color: #000;
        color: #ff0; }
      .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > a {
        background-color: #000;
        border: solid 2px #ff0;
        color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices li:first-child,
    .highcontrast2 main > section.commonInfo > section.pollAdvices > ul.advices li:nth-child(2) {
      border-bottom: solid 1px #ff0; }
  .highcontrast2 main > section.commonInfo > section.pollAdvices > section.poll {
    border-color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.pollAdvices > section.poll > h2 {
      color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.pollAdvices > section.poll > div.vote > section.radiostyle > label {
      color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.pollAdvices > section.poll > div.vote > button {
      background-color: #000;
      border: solid 1px #ff0;
      color: #ff0; }
  .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements {
    background-color: #000;
    border: solid 1px #ff0; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > a,
    .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > h2 {
      color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement {
      border-right: solid 1px #ff0; }
      .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span,
      .highcontrast2 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
        color: #ff0; }
  .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk {
    background-color: #000;
    border: solid 1px #ff0; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk > button {
      background-color: #000;
      text-decoration: underline;
      border-bottom: solid 1px #ff0;
      color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk > .infoDeskActive {
      background-color: #ff0 !important;
      color: #000; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk > ul > li {
      background-color: #000;
      padding: 3px;
      color: #ff0; }
      .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk > ul > li > a {
        color: #ff0; }
    .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk button:first-of-type.infoDeskActive {
      background-image: url(../images/bpeople.png); }
    .highcontrast2 main > section.commonInfo > section.advInf > section.informationDesk button:last-of-type.infoDeskActive {
      background-image: url(../images/bman.png); }
  .highcontrast2 footer > nav {
    background-color: #000;
    border-bottom: solid 1px #ff0;
    border-top: solid 1px #ff0; }
    .highcontrast2 footer > nav > ul > li > a {
      color: #ff0; }
  .highcontrast2 footer > section.allTogether > nav > ul > li a {
    color: #ff0; }
  .highcontrast2 footer > section.allTogether > section.social-part > a > img {
    background-color: #ff0;
    padding: 10px; }
  .highcontrast2 footer > section.allTogether > section.social-part > div.darekvebii > a > img {
    background-color: #ff0;
    padding: 10px; }
  .highcontrast2 footer > section.rights {
    border-top: solid 1px #ff0; }
    .highcontrast2 footer > section.rights > p {
      color: #ff0; }
      .highcontrast2 footer > section.rights > p > a {
        color: #666; }
  .highcontrast2 a.linki,
  .highcontrast2 a.pdf,
  .highcontrast2 a.doc,
  .highcontrast2 a.xls,
  .highcontrast2 a.ppt,
  .highcontrast2 a.file {
    border-color: #ff0 !important;
    color: #ff0; }

.highcontrast3 {
  background-color: #ff0; }
  .highcontrast3 main section.racGamixardeba > ul:first-child > li > a > img{
  	-webkit-filter: brightness(0);filter: brightness(0);
  }
  .highcontrast3 main section.racGamixardeba > ul:first-child > li:hover > a > img{
  	-webkit-filter: brightness(1);filter: brightness(1);
  }
  .highcontrast3 a {
    text-decoration: underline; }
  .highcontrast3 > header {
    background-color: #ff0; }
    .highcontrast3 > header > section.optional-part {
      background-color: #ff0; }
      .highcontrast3 > header > section.optional-part > section.social-part > div.darekvebii > a > img {
        background-color: #000;
        padding: 10px; }
      .highcontrast3 > header > section.optional-part > section.social-part > form > input {
        border: solid 1px #000;
        background-color: #ff0;
        color: #000; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul > li > span {
        border-color: #000 !important;
        background-color: #000 !important; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2) > span > svg,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3) > span > svg,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2) > span > svg,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3) > span > svg {
        fill: #ff0 !important; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span,
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span {
        background-color: #00f !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(2):hover > span > svg,
        .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(2) > li:nth-of-type(3):hover > span > svg,
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(2):hover > span > svg,
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(3):hover > span > svg {
          fill: #000; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(3) > li > span {
        color: #ff0; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(3) > li > span > svg {
          fill: #ff0; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:nth-of-type(3) > li:hover > span {
        background-color: #00f !important; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span {
        background-color: #000 !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4) > span > svg {
          fill: #fff; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span {
        background-color: #000 !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5) > span > svg {
          fill: #ff0; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6) > span {
        background-color: #ff0 !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6) > span > svg {
          fill: #000; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span {
        background-color: #fff !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(4):hover > span > svg {
          fill: #000 !important; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span {
        background-color: #ff0 !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(5):hover > span > svg {
          fill: #000 !important; }
      .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span {
        background-color: #000 !important; }
        .highcontrast3 > header > section.optional-part > section.web-options > ul:first-of-type > li:nth-of-type(6):hover > span > svg {
          fill: #ff0 !important; }
    .highcontrast3 > header > section.optional-part::before,
    .highcontrast3 > header > section.optional-part::after {
      background-color: #ff0; }
    .highcontrast3 > header section.headerSecondStep > a > img {
      background-color: #000;
      padding: 10px; }
    .highcontrast3 > header section.headerSecondStep > nav > ul > li {
      padding: 0 10px; }
      .highcontrast3 > header section.headerSecondStep > nav > ul > li > a {
        color: #000; }
      .highcontrast3 > header section.headerSecondStep > nav > ul > li > ul {
        right: -18px;
        background-color: #000; }
        .highcontrast3 > header section.headerSecondStep > nav > ul > li > ul > li > a {
          color: #ff0; }
        .highcontrast3 > header section.headerSecondStep > nav > ul > li > ul > li:hover {
          background-color: #ff0; }
          .highcontrast3 > header section.headerSecondStep > nav > ul > li > ul > li:hover > a {
            /*color: #8bfffb;*/color: #000; }
      .highcontrast3 > header section.headerSecondStep > nav > ul > li > ul::before {
        background-color: #ff0; }
    .highcontrast3 > header section.headerSecondStep > nav > ul > li:hover {
      background-color: #ff0; }
      .highcontrast3 > header section.headerSecondStep > nav > ul > li:hover > a {
        color: #000; }
    .highcontrast3 > header > section.headerThirdStep > nav {
      background-color: initial; }
      .highcontrast3 > header > section.headerThirdStep > nav > ul {
        background-color: #ff0;
        border-bottom: solid 1px #000;
        border-top: solid 1px #000; }
        .highcontrast3 > header > section.headerThirdStep > nav > ul > li {
          border-left: solid 1px #000; }
          .highcontrast3 > header > section.headerThirdStep > nav > ul > li > a {
            color: #000; }
          .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive {
            background-color: #000; }
            .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li {
              border-bottom: solid 1px #ff0; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > a {
                color: #ff0; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > span.dropDown > span {
                background-color: #ff0; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li > ul > li > a {
                color: #ff0; }
            .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover {
              background-color: #ff0; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > a {
                color: #000; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > span.dropDown > span {
                background-color: #000; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li {
                background-color: #000; }
              .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover {
                background-color: #ff0; }
                .highcontrast3 > header > section.headerThirdStep > nav > ul > li > ul.SecStepActive > li:hover > ul > li:hover > a {
                  color: #000; }
        .highcontrast3 > header > section.headerThirdStep > nav > ul > li:hover {
          background-color: #ff0; }
          .highcontrast3 > header > section.headerThirdStep > nav > ul > li:hover > a {
            color: #000; }
        .highcontrast3 > header > section.headerThirdStep > nav > ul > li:last-child {
          border-right: solid 1px #000; }
        .highcontrast3 > header > section.headerThirdStep > nav > ul > li.FirstStepActive {
          background-color: #ff0 !important; }
          .highcontrast3 > header > section.headerThirdStep > nav > ul > li.FirstStepActive > a {
            color: #000; }
    .highcontrast3 > header > section.headerThirdStep > section.notification {
      background-color: #ff0;
      border-bottom: solid 1px #000; }
      .highcontrast3 > header > section.headerThirdStep > section.notification > a {
        color: #000; }
      .highcontrast3 > header > section.headerThirdStep > section.notification > a::before {
        background-color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent section.breadCrumbs > h1 {
    color: #000; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li {
    color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent section.breadCrumbs > ul > li > a {
      color: #000; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li {
    color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button {
      background-color: #ff0;
      border: solid 1px #000;
      border-radius: 3px;
      color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > button:hover {
      background-color: #ff0;
      color: #000;
      border-radius: 3px; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li h5,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > a {
      color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > textarea,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > form > ul > li > input {
      border: solid 1px #ff0;
      background-color: #000;
      color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > h4 {
    color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.contact > section.hotLine > a > img {
    padding: 10px;
    background-color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newses > article > section > p,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newses > article > section > span,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newses > article > section > h2 > a {
    color: #000; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > p,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > span,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newsInner > article > section > h2 > a {
    color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.newsInner > article div#innerlightgallery p {
    color: #000 !important; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li {
    color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > section.profile > section > section > ul > li > h4 {
      color: #000 !important; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent div.search div div.newstitle a {
    color: #000 !important; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent div.search div > div.newswrap {
    color: #000 !important; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.association ul > li,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.association a,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > section.association p {
    color: #000 !important; }
  .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened,
  .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links {
    border: solid 1px #000;
    background-color: #ff0; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > h3,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > h3 {
      color: #000; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > span::after,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.header > span::before,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > span::after,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.header > span::before {
      background: #000 !important; }
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.is-opened > div.body > span,
    .highcontrast3 main > section.racGamixardeba > section.middleContent > div.linksPlace > ul.linkList > li.links > div.body > span {
      color: #000; }
  .highcontrast3 main > section.racGamixardeba > ul:first-child {
    background-color: #ff0;
    border: solid 1px #000; }
    .highcontrast3 main > section.racGamixardeba > ul:first-child > li {
      border-bottom: solid 1px #ff0; }
      .highcontrast3 main > section.racGamixardeba > ul:first-child > li > a {
        color: #000; }
    .highcontrast3 main > section.racGamixardeba > ul:first-child > li:last-child {
      border-bottom: initial; }
    .highcontrast3 main > section.racGamixardeba > ul:first-child > li:hover {
      background-color: #000; }
      .highcontrast3 main > section.racGamixardeba > ul:first-child > li:hover > a {
        color: #ff0; }
  /*      .highcontrast3 main > section.racGamixardeba > ul:first-child > li:hover > a > img {
          -webkit-filter: brightness(0%);
          filter: brightness(0%); }*/
  .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe,
  .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    background-color: #ff0;
    border: solid 1px #000; }
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type {
      width: 190px;
      color: #000;
      background-color: #ff0;
      border: solid 1px #000; }
      .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:first-of-type > img,
      .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:first-of-type > img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-right: 5px; }
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type {
      background-color: #ff0;
      color: #000;
      border: solid 1px #000; }
      .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > a:last-of-type > img,
      .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > a:last-of-type > img {
        -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
        filter: grayscale(100%) invert(100%) brightness(200%); }
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe .infoactive > img,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText .infoactive > img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > span,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe > p,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > span,
    .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText > p {
      color: #000; }
  .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > iframe {
    border-right: initial; }
  .highcontrast3 main > section.racGamixardeba > section.mainSlider > section.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > section.item > section.sliderText {
    border-left: initial; }
  .highcontrast3 main > section.racGamixardeba > ul:last-of-type > li {
    border-color: #000; }
  .highcontrast3 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type) > a {
    color: #000; }
  .highcontrast3 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover {
    background-color: #000; }
    .highcontrast3 main > section.racGamixardeba > ul:last-of-type > li:not(:last-of-type):hover > a {
      color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > ul:last-of-type > li:last-child > a {
    background-color: #000;
    border-radius: 3px;
    color: #ff0; }
  .highcontrast3 main > section.racGamixardeba > nav > ul {
    border: solid 1px #000; }
    .highcontrast3 main > section.racGamixardeba > nav > ul > li {
      border-bottom: solid 1px #000 !important; }
  .highcontrast3 main > section.racGamixardeba > nav ul {
    background-color: #ff0; }
    .highcontrast3 main > section.racGamixardeba > nav ul > li:hover {
      background-color: #000; }
      .highcontrast3 main > section.racGamixardeba > nav ul > li:hover > a {
        color: #ff0; }
    .highcontrast3 main > section.racGamixardeba > nav ul > li.leftMenuActive {
      background-color: #ff0 !important; }
    .highcontrast3 main > section.racGamixardeba > nav ul > li.leftMenuActive:hover {
      background-color: #000 !important; }
    .highcontrast3 main > section.racGamixardeba > nav ul > li > a {
      color: #000; }
  .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices {
    border: solid 1px #000; }
    .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices > li {
      background-color: #ff0; }
      .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices > li > h3 {
        color: #000; }
      .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > p,
      .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > h2 {
        background-color: #ff0;
        color: #000; }
      .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices > li > section > a {
        background-color: #ff0;
        border: solid 2px #000;
        color: #000; }
    .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices li:first-child,
    .highcontrast3 main > section.commonInfo > section.pollAdvices > ul.advices li:nth-child(2) {
      border-bottom: solid 1px #000; }
  .highcontrast3 main > section.commonInfo > section.pollAdvices > section.poll {
    border-color: #000; }
    .highcontrast3 main > section.commonInfo > section.pollAdvices > section.poll > h2 {
      color: #000; }
    .highcontrast3 main > section.commonInfo > section.pollAdvices > section.poll > div.vote > section.radiostyle > label {
      color: #000; }
    .highcontrast3 main > section.commonInfo > section.pollAdvices > section.poll > div.vote > button {
      background-color: #ff0;
      border: solid 1px #000;
      color: #000; }
  .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements {
    background-color: #ff0;
    border: solid 1px #000; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > a,
    .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements > section.advHeader > h2 {
      color: #000; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement {
      border-right: solid 1px #000; }
      .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > span,
      .highcontrast3 main > section.commonInfo > section.advInf > section.advertisements > section.advertisement > a {
        color: #000; }
  .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk {
    background-color: #ff0;
    border: solid 1px #000; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk > button {
      background-color: #ff0;
      text-decoration: underline;
      border-bottom: solid 1px #000;
      color: #000; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk > .infoDeskActive {
      background-color: #000 !important;
      color: #ff0; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk > ul > li {
      background-color: #ff0;
      padding: 3px;
      color: #000; }
      .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk > ul > li > a {
        color: #000; }
    .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk button:first-of-type.infoDeskActive {
      /*background-image: url(../images/bpeople.png);*/ }
    .highcontrast3 main > section.commonInfo > section.advInf > section.informationDesk button:last-of-type.infoDeskActive {
      /*background-image: url(../images/bman.png);*/ }
  .highcontrast3 footer > nav {
    background-color: #ff0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000; }
    .highcontrast3 footer > nav > ul > li > a {
      color: #000; }
  .highcontrast3 footer > section.allTogether > nav > ul > li a {
    color: #000; }
  .highcontrast3 footer > section.allTogether > section.social-part > a > img {
    background-color: #000;
    padding: 10px; }
  .highcontrast3 footer > section.allTogether > section.social-part > div.darekvebii > a > img {
    background-color: #000;
    padding: 10px; }
  .highcontrast3 footer > section.rights {
    border-top: solid 1px #000; }
    .highcontrast3 footer > section.rights > p {
      color: #000; }
      .highcontrast3 footer > section.rights > p > a {
        color: #666; }
  .highcontrast3 a.linki,
  .highcontrast3 a.pdf,
  .highcontrast3 a.doc,
  .highcontrast3 a.xls,
  .highcontrast3 a.ppt,
  .highcontrast3 a.file {
    border-color: #000 !important;
    color: #000; }

.wide-page > footer,
.wide-page > main,
.wide-page > header {
  width: 100%; }

.wide-page > header > section.headerSecondStep,
.wide-page > header > section.optional-part {
  width: 98%; }

.wide-page > header > section.headerSecondStep > nav {
  width: 75%; }

.wide-page > main > section.racGamixardeba {
  width: 98%;
  margin: auto; }
  .wide-page > main > section.racGamixardeba > section.mainSlider {
    width: 75%; }

.wide-page > main > section.commonInfo {
  width: 98%;
  margin: auto;
  margin-top: 40px; }
  .wide-page > main > section.commonInfo > section.pollAdvices {
    width: 22%; }
  .wide-page > main > section.commonInfo > section.advInf {
    width: 74%; }
    .wide-page > main > section.commonInfo > section.advInf > section.advertisements,
    .wide-page > main > section.commonInfo > section.advInf > section.informationDesk {
      width: 100%; }
    .wide-page > main > section.commonInfo > section.advInf > section.advertisements > section.advertisement {
      width: calc(100% / 3); }
    .wide-page > main > section.commonInfo > section.advInf > section.informationDesk > ul > li {
      width: calc(100% / 2.3); }

.wide-page > footer > section.allTogether {
  width: 98%; }
  .wide-page > footer > section.allTogether > nav {
    width: 70%; }
    .wide-page > footer > section.allTogether > nav > ul {
      width: 100%; }
      .wide-page > footer > section.allTogether > nav > ul > li {
        width: calc(100% / 3); }

.wide-page > footer > section.rights {
  width: 98%; }

.menubg,
.burgermenu {
  display: none; }

.st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #05CCCF; }

.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none; }

.st2 {
  fill: #FFFFFF; }

.st3 {
  font-family: 'BPGMrgvlovaniCaps2010'; }

.st4 {
  font-size: 12px; }

.st5 {
  font-size: 6.5px; }

.st6 {
  font-family: 'TBCDinNusxuri'; }

.st7 {
  font-size: 9px; }

.st8 {
  font-size: 7px; }

.st9 {
  fill: #333333; }

.st10 {
  font-size: 6px; }

.st11 {
  font-size: 5.5px; }

.st12 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #CCCCCC;
  stroke-width: 0.48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.st13 {
  font-size: 5.7px; }

.st14 {
  font-size: 5.6px; }

.st15 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #05CCCF;
  stroke-width: 0.48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.st16 {
  font-size: 5px; }

.st17 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #05CCCF;
  stroke-width: 0.48;
  stroke-linecap: square;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.st18 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #CCCCCC;
  stroke-width: 0.48;
  stroke-linecap: square;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.st19 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #F9FAFA;
  stroke: #05CCCF;
  stroke-width: 0.9601;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.st20 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #F9FAFA;
  stroke: #CCCCCC;
  stroke-width: 0.9601;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

div.linksPlace {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-top: 20px; }
  div.linksPlace ul.linkList {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    list-style: none;
    padding: 0px; }
    div.linksPlace ul.linkList li {
      width: 100%;
      max-height: 60px;
      display: block;
      float: left;
      padding: 0px;
      margin: 0px;
      overflow: hidden;
      background: #F5F5F5;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      div.linksPlace ul.linkList li div.header {
        width: calc(100% - 20px);
        min-height: 60px;
        height: auto;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        padding: 10px; }
        div.linksPlace ul.linkList li div.header h3.title {
          width: 95%;
          font-family: 'Mrgvlovani';
          font-size: 13px;
          font-weight: normal;
          color: #0C284F;
          margin: 0px;
          padding: 0px;
          padding-left: 20px;
          float: left;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        div.linksPlace ul.linkList li div.header span.plus {
          width: 15px;
          height: 15px;
          background: transparent;
          display: block;
          float: right;
          right: 20px;
          top: 22px;
          position: absolute; }
        div.linksPlace ul.linkList li div.header span.plus::before {
          position: absolute;
          top: 0px;
          left: 6px;
          background: #666666;
          content: '';
          display: block;
          width: 3px;
          height: 15px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      div.linksPlace ul.linkList li span.plus::after {
        position: absolute;
        top: 6px;
        left: 0px;
        background: #666666;
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      div.linksPlace ul.linkList li div.body {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding: 20px;
        padding-top: 0px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        div.linksPlace ul.linkList li div.body > span,
        div.linksPlace ul.linkList li div.body > a {
          padding: 10px;
          font-family: 'Phone R';
          font-size: 12px;
          color: #333333; }
        div.linksPlace ul.linkList li div.body > a.getFileSmall {
          width: 100%;
          display: block;
          padding-left: 50px;
          background-position: 10px center;
          background-repeat: no-repeat; }
        div.linksPlace ul.linkList li div.body > a.docx {
          background-image: url(../images/docSmall.png); }
        div.linksPlace ul.linkList li div.body > a.pdfx {
          background-image: url(../images/pdfSmall.png); }
        div.linksPlace ul.linkList li div.body > a.xlsx {
          background-image: url(../images/xlsxSmall.png); }
        div.linksPlace ul.linkList li div.body > a.pptx {
          background-image: url(../images/pptSmall.png); }
    div.linksPlace ul.linkList li.is-opened {
      min-height: 60px;
      max-height: initial; }
      div.linksPlace ul.linkList li.is-opened span.plus::before {
        position: absolute !important;
        top: 6px !important;
        left: 0px !important;
        background: #3FBDFF !important;
        content: '' !important;
        display: block !important;
        width: 15px !important;
        height: 3px !important; }
      div.linksPlace ul.linkList li.is-opened span.plus::after {
        position: absolute !important;
        top: 6px !important;
        left: 0px !important;
        background: #102952 !important;
        content: '' !important;
        display: block !important;
        width: 15px !important;
        height: 3px !important; }

div.lb-container {
  margin-top: 30px; }

img.icon1 {
  width: 11px;
  height: auto; }

section.fullwidth section.contact,
section.fullwidth section.profile,
section.fullwidth section.vacancyInner,
section.fullwidth section.vacancy,
section.fullwidth section.association,
section.fullwidth section.projects,
section.fullwidth section.newsInner,
section.fullwidth section.newses {
  width: 95% !important; }

.darekvebii p > a > img {
  content: url(../images/skype.png) !important; }

.sajarosDanarti {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Phone R';
  font-size: 12px;
  color: #333333; }
  .sajarosDanarti[href$=".pdf"] {
    content: url("../images/pdf.png"); }
  .sajarosDanarti[href$=".xls"] {
    content: url("../images/xls.png"); }
  .sajarosDanarti[href$=".xlsx"] {
    content: url("../images/xls.png"); }
  .sajarosDanarti[href$=".ppt"] {
    content: url("../images/ppt.png"); }
  .sajarosDanarti[href$=".pptx"] {
    content: url("../images/ppt.png"); }
  .sajarosDanarti[href$=".doc"] {
    content: url("../images/doc.png"); }
  .sajarosDanarti[href$=".docx"] {
    content: url("../images/doc.png"); }


.SkypeButtonUI img{
  content: url(../images/skype.png) !important;
}

.night section.pop > span.popX{
  border-color: #0CB8B6;
}
.night section.pop > span.popX > span{
  background-color: #0CB8B6; 
}
.night section.pop{
  background-color: #ccc;
}
.highcontrast2 section.pop,
.highcontrast section.pop{
  background-color: #000;
}
.highcontrast3 section.pop{
  background-color: #ff0;
}

.highcontrast section.pop > section > a{
  border-color: #fff;
  color: #fff;
}
.highcontrast2 section.pop > section > a{
  border-color: #ff0 ;
  color: #ff0 ;
}
.highcontrast3 section.pop > section > a{
  color: #000;
  border-color: #000;
} 
.night section.pop > section > a{
  border-color: #fff;
  color: #000;
}
.highcontrast section.pop > section > a:hover{
  background-color: #fff;
  color: #000;
}
.highcontrast2 section.pop > section > a:hover{
  background-color: #ff0;
  color: #000;
}
.highcontrast3 section.pop > section > a:hover{
  background-color: #000;
  color: #ff0;
}
.highcontrast header > section.optional-part > section.web-options > section.langBar > .active{
  background-color: #fff!important;
  color: #000!important;
}
.highcontrast2 header > section.optional-part > section.web-options > section.langBar > .active{
  background-color: #ff0!important;
  color: #000!important;
}
.highcontrast3 header > section.optional-part > section.web-options > section.langBar > .active{
  background-color: #000!important;
}


/*# sourceMappingURL=style.css.map */
