/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

* html #page {
  height: 100%; }

a, img {
  outline: none; }

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #179f67;
  margin-bottom: 25px; }
  h1.vid_2 {
    font-weight: bold;
    font-size: 22px;
    text-transform: none; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px; }

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both; }

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Scss Document */
.alignleft {
  float: left;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-left: 20px; }

.text {
  font-size: 16px;
  line-height: 1.4; }
  .text a {
    color: #179f67; }
  .text img {
    margin-right: 15px;
    /*max-width: 100% !important;
    height: auto !important;
    margin-top: 4px;
    -webkit-box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.46);
    box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.46);
    margin-bottom: 10px;*/ }
  .text ul {
    margin-bottom: 15px;
    list-style-type: square;
    list-style-position: inside; }
  .text ul ul {
    margin-top: 15px;
    margin-left: 15px; }
  .text ol {
    margin-bottom: 15px;
    margin-left: 0px;
    list-style-position: inside; }
  .text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square; }
  .text li + li {
    margin-top: 5px; }
  .text p {
    margin-bottom: 15px; }
    .text p:last-child {
      margin-bottom: 0; }
  .text table {
    margin-bottom: 15px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px; }
    .text table tr:hover td {
      background-color: rgba(238, 238, 238, 0.45); }
    .text table th {
      padding: 5px;
      border: 1px solid #dadada;
      border-top: 0 solid #000; }
      .text table th:first-child {
        border-left: 0 solid #000; }
      .text table th:last-child {
        border-right: 0 solid #000; }
      .text table th p {
        margin-bottom: 0; }
    .text table td {
      padding: 5px;
      border: 1px solid #dadada;
      border-top: 0 solid #000;
      position: relative; }
      .text table td:first-child {
        border-left: 0 solid #000; }
      .text table td:last-child {
        border-right: 0 solid #000; }
      .text table td:before {
        content: '';
        display: block;
        background-color: #fff;
        width: 10px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0; }
      .text table td:after {
        content: '';
        display: block;
        background-color: #fff;
        width: 10px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        right: 0; }
      .text table td p {
        margin-bottom: 0; }
  .text blockquote {
    margin-bottom: 15px;
    color: #fff;
    background-color: #179f67;
    padding: 20px; }
    .text blockquote p:last-child {
      margin-bottom: 0; }

.catalog {
  margin: 0 -20px; }
  .catalog table {
    text-align: center; }
    .catalog table td:first-child {
      width: 170px; }

body {
  color: #262626;
  font-family: "Times New Roman", sans-serif!important;
  font-size: 14px;
  background-color: #fff; }

#mobile_panel {
  display: none; }

.wrap {
  max-width: 1278px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

#group_top {
  padding: 10px 0; }
  #group_top .lang {
    float: left; }
    #group_top .lang ul {
      font-size: 0; }
    #group_top .lang li {
      display: inline-block;
      vertical-align: top;
      height: 21px; }
      #group_top .lang li:nth-child(1n+2) {
        border-left: 1px solid #8c8c8c; }
    #group_top .lang a {
      font-size: 16px;
      color: #262626;
      text-decoration: none;
      text-transform: uppercase;
      padding: 2px 30px 1px 30px; }
      #group_top .lang a:hover {
        color: #179f67; }
  #group_top .link {
    float: right; }
    #group_top .link ul {
      font-size: 0; }
    #group_top .link li {
      display: inline-block;
      vertical-align: top;
      padding: 0px 15px; }
      #group_top .link li:last-child {
        margin-left: 30px; }
    #group_top .link a {
      font-size: 16px;
      text-decoration: none;
      color: #4d4d4d; }
      #group_top .link a:hover {
        color: #179f67; }
    #group_top .link i {
      font-size: 20px;
      position: relative;
      top: 1px; }

header .bg {
  background-color: #efeeec;
  padding: 27px 0;
  margin-bottom: 20px; }

header .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase; }
  .logo a:hover {
    color: #000; }

.logo img {
  display: block; }

.logo span {
  display: block;
  width: 470px;
  text-align: center;
  margin-left: 47px; }

.logo_2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.quote {
  padding: 18px 20px;
  background-color: #179f67;
  width: 31%;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  float: right; }
  .quote span {
    display: block;
    font-weight: bold;
    font-style: normal; }
  .quote p:last-child {
    text-align: right; }

#top_navigator {
  margin-bottom: 30px; }
  #top_navigator .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #top_navigator .f_left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #top_navigator .f_right {
    width: 300px;
    margin-left: 30px; }

@media (min-width: 992px) {
  nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    nav li {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-right: 28px;
      height: 34px;
      position: relative; }
      nav li:last-child {
        padding-right: 23px; }
    nav > ul > li > a {
      border-top: 2px solid #179f67;
      font-size: 14px;
      color: #262626;
      text-decoration: none;
      text-transform: uppercase;
      padding-top: 5px;
      display: block; }
      nav > ul > li > a:hover {
        border-top: 2px solid #ee3a43; }
    nav ul li:hover ul {
      visibility: visible;
      -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
      transform: translate(0, 0px);
      opacity: 1; }
    nav ul ul {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
      display: block;
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      top: 34px;
      left: 0;
      z-index: 5;
      background-color: #fff;
      -webkit-box-shadow: 0px 1px 5px #969696;
      box-shadow: 0px 1px 5px #969696;
      width: 260px;
      padding: 10px; }
      nav ul ul:before {
        content: '';
        background-image: url(../images/ul_before.png);
        background-repeat: no-repeat;
        width: 21px;
        height: 11px;
        display: block;
        position: absolute;
        top: -11px;
        left: 20px; }
      nav ul ul li {
        height: auto;
        padding-right: 0; }
      nav ul ul a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 13px;
        color: #000; }
        nav ul ul a:hover {
          background-color: #179f67;
          color: #fff; } }

.user_panel {
  width: 195px; }
  .user_panel a {
    display: block;
    padding: 8px 8px 8px 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #179f67;
    background-image: url(../images/icon_user.png);
    background-repeat: no-repeat;
    background-position: right center; }
    .user_panel a:hover {
      background-color: #148e5c; }

.search {
  position: relative; }
  .search input[type=text] {
    width: 100%;
    height: 33px;
    border: 1px solid #999;
    padding: 0 16px;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    color: #999;
    outline: none; }
  .search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 32px;
    border: 0 solid #000;
    outline: none;
    background-color: transparent;
    color: #333; }
    .search button:hover {
      color: #179f67; }

#content {
  margin-bottom: 30px; }
  #content .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #content .col_left {
    width: 330px;
    margin-right: 30px; }
  #content .col_middle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #content .col_right {
    width: 300px;
    margin-left: 30px; }

#tabs {
  border: 3px solid #dadada;
  padding-top: 20px; }
  #tabs ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    border-bottom: 1px solid #dadada; }
  #tabs li {
    display: block;
    cursor: pointer;
    padding: 10px;
    border: 1px solid transparent;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    top: 1px; }
    #tabs li.current {
      border: 1px solid #dadada;
      border-bottom: 1px solid #fff;
      color: #179f67; }
    #tabs li:hover {
      color: #179f67; }
    #tabs li:nth-child(1n+2) {
      margin-left: 25px; }
  #tabs .tor {
    padding: 20px; }
  #tabs .box {
    display: none; }
    #tabs .box.visible {
      display: block; }

.all {
  text-align: right;
  margin-top: 60px; }
  .all a {
    font-size: 18px;
    color: #a09f9f; }
    .all a:hover {
      color: #179f67; }

.item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #888888; }
  .item:nth-child(1n+2) {
    margin-top: 30px; }
  .item .thumb a {
    display: block; }
  .item .thumb img {
    margin-right: 20px; }
  .item .ins {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .item p {
    margin-bottom: 10px; }
    .item p:last-child {
      margin-bottom: 0; }
    .item p a {
      font-size: 16px;
      color: #262626;
      text-decoration: none; }
      .item p a:hover {
        color: #179f67; }

.menu_services ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.menu_services li {
  display: block;
  width: 18%; }
  .menu_services li:nth-child(5n+2), .menu_services li:nth-child(5n+3), .menu_services li:nth-child(5n+4), .menu_services li:nth-child(5n+5) {
    margin-left: 2.5%; }

.menu_services a {
  display: block;
  background-image: url(../images/bg_menu_services.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  height: 100%;
  padding: 15px;
  font-size: 15px;
  color: #262626;
  text-decoration: none; }
  .menu_services a:hover {
    color: #179f67; }

.menu_services img {
  display: block;
  margin: 0 auto; }

.menu_services span {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px; }

.menu_resourse .name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.menu_resourse ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 30px;
  margin-bottom: 30px;}

.menu_resourse li {
  display: block;
  width: 23%; }
  .menu_resourse li:nth-child(4n+2), .menu_resourse li:nth-child(4n+3), .menu_resourse li:nth-child(4n+4) {
    margin-left: 2.6%; }
  .menu_resourse li:nth-child(1n+5) {
    margin-top: 2.6em; }

.menu_resourse a {
  display: block;
  height: 100%;
  padding: 12px 10px 12px 30px;
  background-color: #f3f3f3;
  font-size: 15px;
  color: #262626;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu_resourse a:hover {
    background-color: #179f67;
    color: #fff; }
  .menu_resourse a span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.menu_resourse img {
  margin-right: 30px; }

.menu_publications .name,
.menu_publications .name a {
  font-size: 18px;
  text-transform: uppercase;
  color: #262626;
  margin: 30px 0; }

.menu_publications li img{
  margin: 0 auto;
}

.menu_publications li > a:first-child {
  display: block;
  height: 100%;
  padding: 12px 10px 12px 30px;
  font-size: 15px;
  color: #262626;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }


.menu_publications .slick-prev,
.menu_publications .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-weight: bold;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
 

.menu_publications .slick-prev {
  left: 10px; }

.menu_publications .slick-next {
  right: 20px; }

/*
.menu_publications ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.menu_publications li {
  display: block;
  width: 20%; }
  .menu_publications li:nth-child(4n+2), .menu_publications li:nth-child(4n+3), .menu_publications li:nth-child(4n+4) {
    margin-left: 2.6%; }
  .menu_publications li:nth-child(1n+5) {
    margin-top: 2.6em; }

.menu_publications img {
  margin-right: 30px; }
*/
#page {
  padding-bottom: 215px; }

footer {
  height: 185px;
  margin-top: -185px;
  position: relative;
  z-index: 2; }
  footer .bg {
    background-color: #49525d;
    height: 185px;
    padding: 0px 20px 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.logo_footer a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }
  .logo_footer a:hover {
    color: #179f67; }

.logo_footer img {
  display: block; }

.logo_footer span {
  display: block;
  width: 286px;
  text-align: center;
  margin-left: 40px; }

.txt_footer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #a0a0a0;
  font-size: 16px; }
  .txt_footer .brd {
    border-left: 2px solid #72777d;
    margin-left: 70px;
    padding: 5px 4.6% 5px 6.6%; }
  .txt_footer p:last-child {
    color: #fff;
    margin-top: 12px; }
  

.copy {
  font-size: 16px;
  color: #a0a0a0;
  text-align: center; }
  .copy .stats {
    width: 200px;
    margin-bottom: 10px; }
  .copy div {
    float: left; }
    .copy div:nth-child(2n+2) {
      float: right; }
  .copy p a {
    color: #fff;
    margin-top: 12px; }

.sidebar {
  position: relative;
  margin-bottom: 60px; }
  .sidebar:last-child {
    margin-bottom: 0; }
    .sidebar:last-child:before {
      content: '';
      display: none; }
  .sidebar:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70%;
    display: block;
    height: 1px;
    background-color: #aeaeae; }

.menu {
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 20px 10px 20px 20px; }
  .menu li {
    display: block; }
    .menu li:nth-child(1n+2) {
      margin-top: 8px; }
  .menu a {
    font-size: 18px;
    color: #179f67;
    text-transform: uppercase;
    text-decoration: none; }
    .menu a:hover {
      color: #138657; }
  .menu li ul {
    margin-left: 25px;
    margin-top: 8px;
    margin-bottom: 3px;
    display: none; }
  .menu li li:nth-child(1n+2) {
    margin-top: 4px; }
  .menu li li a {
    font-size: 16px;
    text-transform: none; }

.menu_2 li {
  display: block;
  position: relative;
  margin-bottom: 60px; }
  .menu_2 li:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70%;
    display: block;
    height: 1px;
    background-color: #aeaeae; }
  .menu_2 li:last-child {
    margin-bottom: 0; }
    .menu_2 li:last-child:before {
      content: '';
      display: none; }

.menu_2 a {
  display: block;
  border: 2px solid #dadada;
  padding: 10px 10px 10px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #262626;
  text-decoration: none; }
  .menu_2 a:hover {
    color: #179f67; }

.menu_2 img {
  display: block;
  margin-right: 25px; }

.menu_2 span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.information {
  text-align: center;
  font-size: 18px;
  color: #262626;
  text-transform: uppercase;
  padding: 25px 25px 30px 25px;
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto; }
  .information p {
    margin-bottom: 25px; }
    .information p:last-child {
      margin-bottom: 0; }
    .information p a{
		  text-decoration: none;
          color: #179f67; }
      .information p a:hover{
          color: #138657; }
  .information img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

.informer {
  padding: 25px 30px;
  background-color: #179f67;
  font-size: 16px;
  color: #fff; }
  .informer .name {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px; }
  .informer dd {
    margin-top: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .informer dd label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.dispatch {
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 20px 15px; }
  .dispatch .name {
    font-size: 18px;
    text-align: center;
    color: #262626;
    margin-bottom: 15px; }
  .dispatch input[type=text] {
    width: 100%;
    height: 35px;
    border: 1px solid #179f67;
    padding: 0 18px;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    color: #999999;
    background-color: #fff;
    margin-bottom: 20px; }
  .dispatch input[type=submit] {
    margin: 0 auto; }

.statistics {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  background-image: url(../images/bg_statistic.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto; }
  .statistics ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .statistics li {
    width: 23%;
    display: block;
    background-color: #179f67;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
    .statistics li:nth-child(4n+2), .statistics li:nth-child(4n+3), .statistics li:nth-child(4n+4) {
      margin-left: 2.6%; }
  .statistics p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .statistics span {
    display: block;
    font-weight: bold; }

.president {
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 20px 30px; }
  .president .thumb {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    max-width: 236px;
    -webkit-box-shadow: 2px 2px 10px #969696;
    box-shadow: 2px 2px 10px #969696; }
    .president .thumb a {
      color: #666666;
      display: block; }
  .president img {
    display: block; }
  .president span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.83);
    text-align: center; }
  .president ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .president li {
    display: block;
    width: 33.333%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 5px; }
    .president li:nth-child(2) {
      text-align: center; }
    .president li:nth-child(3) {
      text-align: right; }
    .president li:nth-child(1n+4) {
      text-align: center; }
    .president li a {
      color: #179f67;
      text-decoration: none;
      font-weight: bold; }
      .president li a:hover {
        text-decoration: underline; }

.last_news {
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 35px 20px;
  font-size: 13px;
  color: #848383; }
  .last_news .name {
    font-size: 18px;
    font-weight: bold;
    color: #ee3a43;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aeaeae; }
  .last_news li {
    display: block; }
    .last_news li:nth-child(1n+2) {
      margin-top: 20px; }
  .last_news p:last-child {
    text-align: right;
    margin-top: 10px; }
  .last_news a {
    font-size: 15px;
    color: #3c3c3c;
    text-decoration: none; }
    .last_news a:hover {
      color: #179f67;
      text-decoration: underline; }

.vote {
  background-image: url(../images/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 15px; }
  .vote .name {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 -5px 10px -5px; }
  .vote p {
    margin: 0 30px; }
    .vote p:nth-child(1n+2) {
      margin-top: 11px; }
  .vote label {
    display: block;
    cursor: pointer;
    min-height: 19px;
    position: relative;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .vote label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      background-image: url(../images/check.png);
      background-repeat: no-repeat; }
  .vote input[type=radio] {
    display: none; }
  .vote input[type=radio]:checked + label:before {
    content: '';
    background-image: url(../images/check_2.png); }
  .vote input[type=submit] {
    margin: 20px auto 0 auto; }

.baner {
  border: 2px solid #dadada;
  padding: 25px;
  text-align: center; }
  .baner p:nth-child(1n+2) {
    margin-top: 15px; }

.border {
  border: 2px solid #dadada;
  padding: 20px; }

.navigator {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  margin-top: 60px; }
  .navigator a,
  .navigator span {
    color: #7b7b7b;
    text-decoration: none;
    display: block;
    background-color: #f8f8f8;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    text-align: center; }
  .navigator a:hover {
    background-color: #dedcdc; }
  .navigator span.cur {
    background-color: #179f67;
    color: #fff; }
  .navigator .fas {
    font-size: 12px; }

.short {
  font-size: 15px; }
  .short:nth-child(1n+2) {
    margin-top: 20px; }
  .short .title {
    margin-bottom: 12px; }
    .short .title a {
      font-size: 17px;
      color: #3c3c3c;
      font-weight: bold;
      text-decoration: none; }
      .short .title a:hover {
        color: #179f67; }
  .short .txt {
    margin-bottom: 12px;
    color: #3c3c3c; }
  .short .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b6b6b; }
  .short .date {
    margin-right: 25px; }
  .short .vews {
    padding-left: 28px;
    background-image: url(../images/icon_vews.png);
    background-repeat: no-repeat;
    background-position: 0 center; }
  .short .readmore {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right; }
    .short .readmore a {
      background-color: #179f67;
      padding: 10px 30px;
      font-size: 13px;
      color: #fff;
      text-decoration: none;
      display: inline-block; }
      .short .readmore a:hover {
        background-color: #148e5c; }

.gallery ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gallery li {
  display: block;
  width: 31%; }
  .gallery li:nth-child(3n+2), .gallery li:nth-child(3n+3) {
    margin-left: 3.5%; }
  .gallery li:nth-child(1n+4) {
    margin-top: 3.5%; }

.gallery a {
  display: block;
  color: #262626;
  text-decoration: none; }
  .gallery a:hover {
    color: #179f67; }

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.46);
  box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.46); }

.gallery span {
  margin-bottom: 5px;
  display: block;
  position: relative; }

.gallery.video span:before {
  content: '';
  background-image: url(../images/icon_video.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.51);
  border-radius: 100%; }

.gallery.video a:hover span:before {
  content: '';
  background-color: #179f67; }

.my_date {
  margin: 60px 0 25px;  
  float: left;
  color: #444444; }

.like {
  margin: 50px 0 25px; 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.data_base li {
  display: block;
  padding-left: 30px;
  background-image: url(../images/icon_date_base.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 20px; }
  .data_base li:nth-child(1n+2) {
    margin-top: 15px; }

.data_base a {
  color: #262626; }

.faq dl:nth-child(1n+2) {
  margin-top: 5px; }

.faq dt {
  font-size: 15px;
  font-weight: bold;
  color: #3d3c3c;
  cursor: pointer;
  margin-bottom: 10px; }
  .faq dt:hover {
    color: #179f67; }

.faq dd {
  background-color: rgba(238, 238, 238, 0.39);
  padding: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  display: none; }

.btn_2 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #fff, #d7d7d7);
  background: -o-linear-gradient(top, #fff, #d7d7d7);
  background: linear-gradient(top, #fff, #d7d7d7);
  margin-bottom: 25px; }
  .btn_2 span {
    -webkit-box-shadow: 0px 1px 3px #969696;
    box-shadow: 0px 1px 3px #969696;
    font-size: 15px;
    line-height: 1;
    color: #179f67;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 20px 18px 58px;
    display: inline-block;
    background-image: url(../images/icon_comment.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    cursor: pointer; }
  .btn_2:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#fff));
    background: -webkit-linear-gradient(top, #d7d7d7, #fff);
    background: -o-linear-gradient(top, #d7d7d7, #fff);
    background: linear-gradient(top, #d7d7d7, #fff); }

#tabs_2 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px; }

#tabs_2 li {
  display: block;
  cursor: pointer;
  padding: 10px;
  border: 1px solid transparent;
  font-size: 17px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #262626; }
  #tabs_2 li.current {
    border: 1px solid #dadada;
    border-bottom: 1px solid #fff;
    color: #179f67; }
  #tabs_2 li:hover {
    color: #179f67; }
  #tabs_2 li:nth-child(1n+2) {
    margin-left: 25px; }

#tabs_2 .path {
  -webkit-box-shadow: 0px 1px 3px #969696;
  box-shadow: 0px 1px 3px #969696;
  padding: 15px 20px;
  display: none; }
  #tabs_2 .path.visib {
    display: block; }

.mess {
  font-size: 15px;
  color: #ff1a1a;
  margin-bottom: 15px; }

.k_30 {
  width: 31%;
  float: left;
  margin-bottom: 30px; }
  .k_30:nth-child(3n+2), .k_30:nth-child(3n+3) {
    margin-left: 3.5%; }

.k_100 {
  margin-bottom: 15px; }

.k_20 {
  width: 21%;
  float: left;
  margin-bottom: 30px; }
  .k_20:nth-child(4n+2), .k_20:nth-child(4n+3), .k_20:nth-child(4n+4) {
    margin-left: 2%; }
  .k_20:last-child {
    width: 31%; }
  .k_20 img {
    height: 42px;
    width: auto;
    display: block;
    float: right; }
  .k_20 input[type=text] {
    font-size: 14px !important; }

.k_50 {
  width: 48.25%;
  float: left;
  margin-bottom: 30px; }
  .k_50:nth-child(2n+2) {
    margin-left: 3.5%; }
  .k_50 textarea {
    height: 60px; }

.hot {
  margin-bottom: 0; }

.upload_form .main_input_file {
  display: none; }

.upload_form div {
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #c0c0bf;
  color: #6c6c6c;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 9px 2px 0 47px;
  background-image: url(../images/input_upload.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
  text-align: left; }
  .upload_form div:hover {
    border: 1px solid #4b71a3;
    background-color: #f8f8f8; }

.upload_form #f_name {
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding: 0 0px;
  width: 100%;
  color: #179f67;
  font-size: 13px; }

.my_form {
  font-size: 15px;
  color: #acacac; }
  .my_form .k_20 {
    margin-bottom: 0;
    margin-top: 15px; }
  .my_form label {
    display: block;
    margin-bottom: 10px; }
  .my_form input[type=text],
  .my_form input[type=tel],
  .my_form input[type=email] {
    width: 100%;
    height: 42px;
    border: 1px solid #c0c0bf;
    background-color: #fff;
    padding: 0 15px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #000;
    outline: none; }
    .my_form input[type=text]:focus,
    .my_form input[type=tel]:focus,
    .my_form input[type=email]:focus {
      border: 1px solid #179f67;
      background-color: rgba(245, 245, 245, 0.26); }
  .my_form input[type=submit] {
    width: 260px;
    height: 42px;
    border: 0 solid #c0c0bf;
    background-color: #179f67;
    padding: 0 15px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: block;
    margin: 0 auto; }
    .my_form input[type=submit]:hover {
      background-color: #148e5c; }
  .my_form textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #c0c0bf;
    background-color: #fff;
    padding: 10px 15px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #acacac;
    outline: none; }
    .my_form textarea:focus {
      border: 1px solid #179f67;
      background-color: rgba(245, 245, 245, 0.26); }
  .my_form .checkbox {
    margin-bottom: 10px; }
    .my_form .checkbox input[type=checkbox] {
      display: none; }
    .my_form .checkbox label {
      margin-bottom: 0;
      padding-left: 30px;
      position: relative;
      cursor: pointer;
      padding-top: 2px; }
      .my_form .checkbox label:before {
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        border: 1px solid #179f67;
        position: absolute;
        top: 1px;
        left: 0; }
    .my_form .checkbox input[type=checkbox]:checked + label:after {
      content: '';
      display: block;
      background-image: url(../images/icon_chech.png);
      background-repeat: no-repeat;
      width: 16px;
      height: 13px;
      position: absolute;
      top: 4px;
      left: 3px; }

input[type=submit] {
  display: block;
  background-color: #179f67;
  font-size: 14px;
  color: #fff;
  border: 0 solid #000;
  padding: 12px 36px; }
  input[type=submit]:hover {
    background-color: #148e5c; }

body.active_form .hide_form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hide_form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .hide_form .hide_wrap {
    width: 422px;
    background-color: #fff;
    padding: 60px 75px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hide_form .name {
    font-size: 20px;
    line-height: 1;
    color: #177fc7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    text-align: center; }
  .hide_form p:nth-child(1n+2) {
    margin-top: 15px; }
  .hide_form p label {
    display: block;
    margin-bottom: 5px;
    margin-left: 11px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
  .hide_form input[type=text],
  .hide_form input[type=tel],
  .hide_form input[type=email] {
    border: 1px solid #bcc9d0;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    border-radius: 5px; }
  .hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 18px 30px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0d2ed), to(#2799d7));
    background: -webkit-linear-gradient(top, #a0d2ed, #2799d7);
    background: -o-linear-gradient(top, #a0d2ed, #2799d7);
    background: linear-gradient(top, #a0d2ed, #2799d7);
    position: relative; }
    .hide_form input[type=submit]:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#88dc77), to(#1fbe00));
      background: -webkit-linear-gradient(top, #88dc77, #1fbe00);
      background: -o-linear-gradient(top, #88dc77, #1fbe00);
      background: linear-gradient(top, #88dc77, #1fbe00); }
  .hide_form .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6); }
  .hide_form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7a7a7a;
    z-index: 11;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
    .hide_form .close:hover {
      color: #1fbe00; }

/* Slider */
/*
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
  .slick-prev i,
  .slick-next i {
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 20px; }

.slick-slide img {
  display: block;
  width: 100%;
  height: auto; }
*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 7%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .slick-dots li button {
      display: block;
      border: 0;
      background: #1abcda;
      border-radius: 10px;
      display: block;
      height: 10px;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .slick-dots li.slick-active button {
      background-color: #f1951f; }
    .slick-dots li:hover button {
      background-color: #f1951f; }

/* Scss Document */
@media (max-width: 1300px) {
  html {
    overflow-x: hidden; }
  body {
    -webkit-transform: scale(0.91);
    -ms-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0; }
  header {
    overflow: hidden;
    margin: 0 -100px; }
    header .bg {
      padding-left: 100px;
      padding-right: 100px; }
  .wrap {
    margin: 0 10px; } }

@media (max-width: 1200px) {
  .logo_2 {
    display: none; }
  .logo {
    margin-right: 30px; }
    .logo span {
      margin-left: 30px;
      width: 320px; }
  .quote {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #top_navigator .f_right {
    margin-left: 0;
    width: 100%;
    margin-top: 10px; }
  #content .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #content .col_middle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    width: 100%; }
  #content .col_left {
    width: 48%;
    margin-right: 0; }
  #content .col_right {
    width: 48%;
    margin-left: 0;
    margin-left: 4%; }
    #content .col_right .sidebar {
      max-width: 300px; }
  .statistics p {
    width: 100%; }
  .menu_services ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .menu_services li {
    width: 32%; }
    .menu_services li:nth-child(5n+2), .menu_services li:nth-child(5n+3), .menu_services li:nth-child(5n+4), .menu_services li:nth-child(5n+5) {
      margin-left: 0%; }
    .menu_services li:nth-child(3n+2), .menu_services li:nth-child(3n+3) {
      margin-left: 2%; }
    .menu_services li:nth-child(1n+4) {
      margin-top: 2%; }
  .menu_resourse li {
    width: 32%; }
    .menu_resourse li:nth-child(4n+2), .menu_resourse li:nth-child(4n+3), .menu_resourse li:nth-child(4n+4) {
      margin-left: 0%; }
    .menu_resourse li:nth-child(3n+2), .menu_resourse li:nth-child(3n+3) {
      margin-left: 2%; }
    .menu_resourse li:nth-child(1n+4) {
      margin-top: 2%; }
  #page {
    padding-bottom: 20px; }
  footer {
    height: auto;
    margin-top: 0; }
    footer .wrap {
      margin: 0; }
    footer .bg {
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 20px; }
  .logo_footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50%; }
  .txt_footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50%; }
    .txt_footer .brd {
      margin-left: 0; }
  .copy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-top: 20px; }
    .copy .stats {
      width: 100%; }
      .copy .stats div {
        display: inline-block;
        float: none !important; } }

@media (max-width: 992px) {
  header {
    overflow: hidden;
    margin: 0 -0;
    padding: 0 !important; }
    header .bg {
      padding-left: 0;
      padding-right: 0; }
  body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .navigator {
    margin-top: 30px;
    font-size: 15px; }
    .navigator a,
    .navigator span {
      height: 38px;
      width: 38px;
      padding-top: 9px; }
    .navigator .fas {
      font-size: 10px; }
  h1 {
    margin-bottom: 15px; }
  #group_top {
    display: none; }
  #page {
    padding-top: 48px; }
  #mobile_panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #179f67;
    color: #fff;
    z-index: 20;
    line-height: 1;
    border-bottom: 1px solid #0c7449; }
    #mobile_panel .panel_wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px; }
    #mobile_panel .nav_1 a {
      display: block;
      font-size: 17px;
      padding: 10px;
      background-color: #108b58;
      cursor: pointer;
      color: #fff;
      text-decoration: none; }
    #mobile_panel .nav_2 {
      margin-left: 5px;
      display: block;
      font-size: 17px;
      padding: 10px;
      background-color: #108b58;
      cursor: pointer;
      color: #fff;
      text-decoration: none; }
    #mobile_panel .nav_3 {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 30px; }
      #mobile_panel .nav_3 ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #mobile_panel .nav_3 li {
        display: block; }
        #mobile_panel .nav_3 li:nth-child(4n+2), #mobile_panel .nav_3 li:nth-child(4n+3), #mobile_panel .nav_3 li:nth-child(4n+4) {
          margin-left: 10px; }
      #mobile_panel .nav_3 a {
        font-size: 20px;
        color: #054d2f;
        text-decoration: none; }
    #mobile_panel .lang {
      padding-right: 10px; }
      #mobile_panel .lang a {
        margin-left: 5px; }
        #mobile_panel .lang a:first-child {
          margin-left: 0; }
  .logo_footer {
    display: none; }
  .txt_footer {
    width: 100%; }
    .txt_footer .brd {
      padding: 0;
      border: 0 solid #000;
      text-align: center; }
  .sidebar {
    margin-bottom: 40px; }
    .sidebar:before {
      content: '';
      bottom: -21px; }
  header {
    padding: 20px 0; }
    header .wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .all {
    margin-top: 20px; }
  #top_navigator {
    margin-bottom: 20px; }
    #top_navigator .f_right {
      margin-top: 0; }
  .logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .logo a {
      margin: 0 auto; }
  .user_panel {
    display: none; }
  body.active_menu #page:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%; }
  body.active_menu nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  .menu a {
    font-size: 16px; }
  #tabs_2 .path {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    padding: 0; } }

@media (max-width: 700px) {
  .statistics li {
    width: 48%; }
    .statistics li:nth-child(4n+2), .statistics li:nth-child(4n+3), .statistics li:nth-child(4n+4) {
      margin-left: 0%; }
    .statistics li:nth-child(2n+2) {
      margin-left: 4%; }
    .statistics li:nth-child(1n+3) {
      margin-top: 15px; }
  #tabs ul {
    padding-left: 5px; }
  #tabs li {
    font-size: 16px;
    text-transform: none; }
    #tabs li:nth-child(1n+2) {
      margin-left: 10px; }
    #tabs li span {
      display: none; }
  #tabs .tor {
    padding: 10px; }
  .item:nth-child(1n+2) {
    margin-top: 15px; }
  #content .col_left {
    width: 100%;
    margin-left: 0; }
  #content .col_right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px; }
  .sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px !important; }
  .menu_services li {
    width: 48%; }
    .menu_services li:nth-child(3n+2), .menu_services li:nth-child(3n+3) {
      margin-left: 0%; }
    .menu_services li:nth-child(2n+2) {
      margin-left: 2%; }
    .menu_services li:nth-child(1n+3) {
      margin-top: 2%; }
  .menu_resourse li {
    width: 48%; }
    .menu_resourse li:nth-child(3n+2), .menu_resourse li:nth-child(3n+3) {
      margin-left: 0%; }
    .menu_resourse li:nth-child(2n+2) {
      margin-left: 2%; }
    .menu_resourse li:nth-child(1n+3) {
      margin-top: 2%; }
  .photo li {
    width: 48%; }
    .photo li:nth-child(3n+2), .photo li:nth-child(3n+3) {
      margin-left: 0%; }
    .photo li:nth-child(2n+2) {
      margin-left: 4%; }
    .photo li:nth-child(1n+3) {
      margin-top: 4%; } }

@media (max-width: 500px) {
  #tabs_2 li {
    font-size: 15px; }
    #tabs_2 li:nth-child(1n+2) {
      margin-left: 5px; }
  .k_50 {
    width: 100%;
    margin-bottom: 10px; }
    .k_50:nth-child(2n+2) {
      margin-left: 0%; }
  .k_30 {
    margin-bottom: 10px;
    width: 100%; }
    .k_30:nth-child(3n+2), .k_30:nth-child(3n+3) {
      margin-left: 0%; }
  .text {
    font-size: 14px; }
  .like {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .like label {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 10px; }
  .my_date {
    margin: 20px 0; }
  .photo li {
    width: 100%; }
    .photo li:nth-child(2n+2) {
      margin-left: 0%; }
    .photo li:nth-child(1n+2) {
      margin-top: 15px; }
  h1.vid_2 {
    font-size: 18px; }
  .short .meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .short .date {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .short .readmore {
    margin-top: 10px;
    text-align: left; }
  #mobile_panel .nav_3 {
    display: none; }
  #mobile_panel .lang {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 0px; }
    #mobile_panel .lang img {
      width: 25px;
      height: auto; }
  .logo a {
    display: block;
    font-size: 15px;
    text-align: center; }
  .logo img {
    display: inline-block; }
  .logo span {
    display: block;
    width: 100%;
    margin-left: 0; }
  .item .thumb {
    display: none; }
  .menu a {
    font-size: 15px; }
  .information {
    font-size: 15px; }
  .menu_services li {
    width: 100%; }
    .menu_services li:nth-child(2n+2) {
      margin-left: 0%; }
    .menu_services li:nth-child(1n+2) {
      margin-top: 10px; }
  .menu_services a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu_services span {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
    padding-top: 0; }
  .menu_resourse li {
    width: 100%; }
    .menu_resourse li:nth-child(2n+2) {
      margin-left: 0%; }
    .menu_resourse li:nth-child(1n+2) {
      margin-top: 10px; }
  footer .bg {
    padding: 10px; }
  .txt_footer {
    font-size: 14px; } }
