/* 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: 19px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #3c4052; }

.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 */
.text {
  font-size: 15px;
  color: #292929;
  line-height: 1.2; }
  .text .left {
    float: left;
    margin-right: 20px; }
  .text .right {
    float: right;
    margin-left: 20px; }
  .text img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 3px; }
  .text ul {
    margin-bottom: 25px;
    list-style-type: square;
    list-style-position: inside; }
  .text ul ul {
    margin-top: 25px;
    margin-left: 15px; }
  .text ol {
    margin-bottom: 25px;
    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: 25px; 
    text-align: justify; }
    .text p:last-child {
      margin-bottom: 0; }
  .text table {
    margin-bottom: 25px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%; }
    .text table tr:nth-child(2n+2) {
      background-color: rgba(238, 238, 238, 0.42); }
    .text table tr:hover {
      background-color: rgba(238, 238, 238, 0.8); }
    .text table th {
      background-color: #30A2D9;
      padding: 15px 10px;
      color: #fff;
      border: 1px solid #fff; }
      .text table th p {
        margin-bottom: 0; }
    .text table td {
      padding: 5px;
      border: 1px solid #fff; }
      .text table td p {
        margin-bottom: 0; }
  .text blockquote {
    margin-bottom: 25px;
    color: #fff;
    background-color: #30A2D9;
    padding: 10px; }
  .text blockquote p {
    margin-bottom: 0px; }

body {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background-color: #f1f3f7;
  background-image: url(../images/body.jpg);
  background-repeat: repeat-y;
  background-position: center 0; }

.none {
  display: none; }

select.icon-menu option {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 30px; }

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

.fon {
  background-color: #f5f5f5; }

#top_fixed {
  background-color: #1663bb !important;
  padding: 5px 0; }
  #top_fixed .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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; }
  #top_fixed .icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #top_fixed .icons p {
      margin-left: 20px; }
      #top_fixed .icons p:first-child {
        margin-left: 0; }
    #top_fixed .icons a {
      color: #fff;
      font-size: 16px;
      text-decoration: none; }
      #top_fixed .icons a:hover {
        color: #fff; }

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

.lang {
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #fff;
  position: relative; }
  .lang .current_lang {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    background-image: url(../images/arrow_lang.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 99px; }
  .lang img {
    display: block;
    margin-right: 10px; }
  .lang:hover .drop_lang {
    display: block; }

.drop_lang {
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 2;
  background-color: #1663bb;
  width: 109px;
  padding: 10px;
  display: none; }
  .drop_lang li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
    cursor: pointer; }
    .drop_lang li:hover {
      color: #eee; }
    .drop_lang li:last-child {
      margin-bottom: 0; }

header {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center center; }
  header .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    padding: 8px 0 8px 0; }

.logo {
  margin-left: 30px; }
  .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    color: #222222;
    text-decoration: none;
    font-weight: 500; }
    .logo a:hover span {
      background-color: #fff; }
    .logo a span {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px;
      background-color: rgba(234, 234, 234, 0.5);
      margin-left: 25px;
      -webkit-border-radius: 7px;
      border-radius: 7px; 
      text-transform: uppercase; }
  .logo img {
    display: block; }

.weather_widget {
  font-size: 20px;
  font-weight: 500;
  color: #222; }
  .weather_widget p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .weather_widget img {
    display: block; }
  .weather_widget span {
    font-size: 30px; }

.promo 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;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  text-decoration: none; }
  .promo a:hover span {
    background-color: #1663bb;
    color: #fff; }

.promo span {
  display: block;
  width: 156px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 12px 16px rgba(14, 14, 14, 0.24);
  box-shadow: 0px 12px 16px rgba(14, 14, 14, 0.24);
  background-color: rgba(255, 255, 255, 0.59); }

.promo img {
  display: block;
  -webkit-box-shadow: 0px 12px 16px rgba(14, 14, 14, 0.24);
  box-shadow: 0px 12px 16px rgba(14, 14, 14, 0.24);
  background-color: #fff;
  padding: 6px; }

@media (min-width: 993px) {
  .main_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main_menu li {
    display: block;
    margin-right: 20px; }
    .main_menu li:last-child {
      margin-right: 0; }
  .main_menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block; }
    .main_menu a:hover {
      text-decoration: underline;
      -webkit-transform: translate(0, -3px);
      -ms-transform: translate(0, -3px);
      transform: translate(0, -3px); } }

#content {
  padding: 30px 0; }
  #content .wight_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #content #col_left {
    width: 270px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  #content #col_middle {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
    #content #col_middle .bg {
      padding: 0 30px; }
  #content #col_right {
    width: 270px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

#slider {
  margin-bottom: 30px; }
  #slider .box {
    position: relative; }
  #slider .txt {
    background-color: #fff;
    color: #222;
    padding: 20px;
    font-size: 19px;
    font-weight: 500;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  #slider img {
    display: block;
    width: 100%;
    height: auto; }

.name_s {
  font-size: 20px;
  color: #292929;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px; }
  .name_s.small {
    text-transform: none; }

.list_cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_cat .item {
    position: relative;
    width: 31%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 3.5%; }
    .list_cat .item:nth-child(3n+2), .list_cat .item:nth-child(3n+3) {
      margin-left: 3.5%; }
  .list_cat .video a {
    position: relative;
    display: block; }
    .list_cat .video a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      z-index: 2;
      background-image: url(../images/play-button.svg);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: auto 30px;
      background-size: auto 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.63);
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    .list_cat .video a:hover:before {
      content: '';
      width: 60px;
      height: 60px;
      -webkit-background-size: auto 40px;
      background-size: auto 40px; }
  .list_cat .thumb {
    position: relative; }
    .list_cat .thumb a {
      display: block; }
    .list_cat .thumb img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
  .list_cat .date {
    font-size: 13px;
    color: #909090;
    font-weight: 300;
    margin-bottom: 5px; }
  .list_cat .title a {
    color: #222222;
    text-decoration: none;
    font-size: 13px; }
    .list_cat .title a:hover {
      text-decoration: underline;
      color: #1663bb; }
  .list_cat .info {
    padding: 5px; }

.center {
  text-align: center; }

.btn a,
.btn button {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  background-color: #1663bb;
  text-decoration: none;
  border: 0 solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .btn a:hover,
  .btn button:hover {
    background-color: #006699; }

.btn img {
  margin-right: 10px; }

.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .flx 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;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }

.mb_15 {
  margin-bottom: 15px; }
  .mb_15:last-child {
    margin-bottom: 0; }

.mb_25 {
  margin-bottom: 25px; }
  .mb_25:last-child {
    margin-bottom: 0; }

.mb_30 {
  margin-bottom: 30px; }
  .mb_30:last-child {
    margin-bottom: 0; }

.fon_block {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px; }

.last_news_home_page ol {
  display: block;
  margin-bottom: 35px;
  font-size: 16px; }
  .last_news_home_page ol li {
    margin-bottom: 12px; }

.last_news_home_page .date {
  font-weight: normal; }

.last_news_home_page ul {
  margin-bottom: 35px;
  font-size: 13px;
  font-weight: 300; }

.last_news_home_page li {
  display: block;
  margin-bottom: 25px;
  color: #222; }
  .last_news_home_page li:last-child {
    margin-bottom: 0; }

.last_news_home_page p {
  margin-bottom: 10px; }
  .last_news_home_page p:last-child {
    margin-bottom: 0; }

.last_news_home_page a {
  color: #222;
  text-decoration: none;
  font-weight: 500; }
  .last_news_home_page a:hover {
    color: #1663bb; }

#advantages {
  margin-bottom: 30px; }
  #advantages ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #advantages li {
    display: block;
    width: 17.95%;
    text-align: center; }
  #advantages a {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
    display: block;
    color: #3c4052;
    font-size: 15px;
    text-decoration: none; }
    #advantages a:hover {
      background-color: #1663bb;
      color: #fff; }
  #advantages .pic {
    display: block;
    margin-bottom: 5px; }

#slider_2 {
  padding-bottom: 70px; }
  #slider_2 .slick-list {
    margin: 0 -15px; }
  #slider_2 .slick-slide {
    padding: 0 15px; }
    #slider_2 .slick-slide a {
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px;
      font-size: 13px;
      color: #262626;
      text-decoration: none;
      height: 81px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #slider_2 .slick-slide a:hover {
        background-color: #1663bb;
        color: #fff; }
    #slider_2 .slick-slide img {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      margin-right: 20px; }

#page {
  padding-bottom: 185px; }

footer {
  background-color: #1565c0;
  height: 185px;
  margin-top: -185px;
  position: relative;
  z-index: 2;
  color: #fff; }
  footer .wrap {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500; }
  .logo_footer a span {
    display: block;
    padding: 0 30px; }

.logo_footer img {
  display: block;
  width: auto;
  height: 66px; }

.path_right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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;
  -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;
  border-left: 3px solid #83adde;
  padding: 18px 0 18px 30px;
  margin-left: 30px; }

.copy {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .copy span {
    color: #fff; }

.statistic {
  font-size: 15px;
  width: 210px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  margin-left: 20px; }
  .statistic ul {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .statistic li {
    display: block; }
    .statistic li:nth-child(1n+2) {
      margin-left: 5px; }
  .statistic a {
    color: #fff;
    text-decoration: none; }
    .statistic a:hover {
      text-decoration: underline; }

.last_news_page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px; }
  .last_news_page .thumb {
    width: 137px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px; }
  .last_news_page img {
    display: block;
    width: 100%;
    height: auto; }
  .last_news_page .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -4px; }
  .last_news_page .title {
    margin-bottom: 15px; }
    .last_news_page .title a {
      font-size: 17px;
      text-decoration: none;
      color: #262626; }
      .last_news_page .title a:hover {
        color: #1663bb; }
  .last_news_page .date {
    font-size: 14px;
    color: #888888;
    font-weight: 300; }

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

.hide_form {
  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;
    -webkit-border-radius: 5px;
    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: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "Roboto", 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;
    -webkit-border-radius: 35px;
    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; }

.sidebar {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  .sidebar:last-child {
    margin-bottom: 0; }

@media (min-width: 993px) {
  .menu_left {
    background-color: transparent; }
    .menu_left li {
      display: block; }
    .menu_left a {
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: #222222;
      text-decoration: none;
      padding: 10px 20px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .menu_left a:hover {
        background-color: #1663bb;
        color: #fff; }
    .menu_left li ul {
      display: none; }
    .menu_left li li {
      padding-left: 40px;
      margin-bottom: 5px; }
      .menu_left li li:last-child {
        margin-bottom: 0; }
      .menu_left li li a {
        display: inline-block;
        padding: 0;
        background-color: transparent; }
        .menu_left li li a:hover {
          background-color: transparent;
          color: #1663bb; }
        .menu_left li li a:before {
          content: '- '; } }

.feed_back {
  text-align: center;
  font-weight: 500;
  color: #3c4052;
  font-size: 15px;
  padding-bottom: 30px; }
  .feed_back p {
    margin-bottom: 17px; }
    .feed_back p:last-child {
      margin-bottom: 0; }
  .feed_back a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 10px;
    background-color: #1663bb;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal; }
    .feed_back a:hover {
      background-color: #006699; }
  .feed_back span {
    display: block;
    font-size: 17px;
    margin-bottom: 3px; }
  .feed_back img {
    width: 100%;
    height: auto;
    display: block; }

.quote {
  padding: 20px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 500; }
  .quote:before {
    content: '';
    display: block;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: left 0;
    height: 18px;
    margin-bottom: 10px; }
  .quote:after {
    content: '';
    display: block;
    background-image: url(../images/quote_2.png);
    background-repeat: no-repeat;
    background-position: right 0;
    height: 18px;
    margin-top: 10px; }

.baner_2 {
  text-align: center;
  padding: 25px; }

.baner_3 {
  text-align: center; }
  .baner_3 a {
    color: #292929;
    text-decoration: none;
    font-weight: 500; }
    .baner_3 a:hover {
      color: #fff; }
      .baner_3 a:hover span {
        background-color: #1663bb; }
  .baner_3 span {
    padding: 15px;
    display: block; }
  .baner_3 img {
    display: block;
    width: 100%;
    height: auto; }

.baner_4 img {
  display: block;
  width: 100%;
  height: auto; }

.vote {
  padding: 20px 25px;
  text-align: center; }
  .vote dl {
    margin-bottom: 20px;
    text-align: left; }
  .vote dt {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }
  .vote dd {
    margin-bottom: 12px; }
    .vote dd:last-child {
      margin-bottom: 0; }
  .vote input[type=radio] {
    display: none; }
    .vote input[type=radio]:checked + label:after {
      content: '';
      background-image: url(../images/check.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 19px;
      height: 15px;
      position: absolute;
      top: 0;
      left: 3px; }
  .vote label {
    position: relative;
    display: block;
    padding-left: 34px;
    cursor: pointer;
    font-size: 14px;
    color: #292929; }
    .vote label:before {
      content: '';
      width: 20px;
      height: 20px;
      border: 1px solid #1663bb;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: 0;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
  .vote button {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #1663bb;
    text-decoration: none;
    border: 0 solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .vote button:hover {
      background-color: #006699; }

.president {
  margin-bottom: 10px; }
  .president img {
    max-width: 100%;
    height: auto;
    display: block; }
  .president .thumb {
    position: relative;
    text-align: center; }
  .president span {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #292929;
    padding: 15px 5px;
    font-size: 15px; }

.link {
  padding: 10px; }
  .link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .link ul + ul {
      margin-top: 5px; }
    .link ul li {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .link ul a {
      color: #1663bb;
      text-decoration: none;
      font-weight: bold; }
      .link ul a:hover {
        text-decoration: underline; }

.news {
  padding: 20px 10px; }
  .news .name_b {
    font-size: 16px;
    color: #1663bb;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .news li {
    display: block;
    font-size: 13px;
    color: rgba(41, 41, 41, 0.5);
    margin-bottom: 15px; }
    .news li:last-child {
      margin-bottom: 0; }
  .news a {
    font-size: 13px;
    color: #292929;
    text-decoration: none; }
    .news a:hover {
      color: #1663bb;
      text-decoration: underline; }

.doc {
  background-color: transparent; }
  .doc p {
    margin-bottom: 20px; }
    .doc p:last-child {
      margin-bottom: 0; }
    .doc p 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;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #292929;
      font-size: 13px;
      text-decoration: none; }
      .doc p a:hover {
        color: #1663bb;
        text-decoration: underline; }
    .doc p img {
      display: block;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 92px;
      height: auto;
      border: 1px solid #006699;
      margin-right: 8px; }

.my_form_right {
  background-color: #fff;
  padding: 10px 20px; }
  .my_form_right form p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px; }
    .my_form_right form p:last-child {
      margin-bottom: 0; }
  .my_form_right form .center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .my_form_right form input[type=text] {
    font-family: "Roboto", sans-serif;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 35px;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    outline: none; }
  .my_form_right form .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    display: block;
    margin: 0 auto;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    border: 0 solid #000; }
    .my_form_right form .btn_search:hover {
      background-color: #1663bb;
      color: #fff; }

.sub_name {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #292929; }

.short {
  margin-bottom: 30px;
  font-size: 16px; }
  .short .title {
    margin-bottom: 10px; }
    .short .title a {
      font-size: 17px;
      color: #292929;
      text-decoration: none; }
      .short .title a:hover {
        color: #1565c0; }
  .short .txt {
    color: #7d7d7d;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px; }
  .short .opt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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; }
  .short .col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bcbcbc; }
  .short .date {
    padding-left: 27px;
    background-image: url(../images/icon/date.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 15px; }
  .short .veiws {
    padding-left: 27px;
    background-image: url(../images/icon/eye.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 15px; }
  .short .readmore a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 12px 30px;
    background-color: #1565c0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .short .readmore a:hover {
      background-color: #006699; }

.short_doc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .short_doc .dowinload {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1px; }
    .short_doc .dowinload p {
      margin-right: 11px; }
  .short_doc .lin {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .short_doc .lin a {
      color: #262626;
      font-size: 16px; }

.navigator {
  margin-top: 35px;
  font-size: 15px;
  color: #acacac; }
  .navigator ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    font-size: 15px; }
  .navigator li {
    display: block;
    text-align: center; }
  .navigator a {
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #acacac;
    padding-top: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .navigator a:hover {
      color: #1565c0; }
  .navigator span {
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    background-color: #1565c0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff; }

article .title {
  margin-bottom: 20px; }

article h1 {
  color: #262626;
  font-size: 17px;
  font-weight: 500; }

article .date {
  font-size: 13px;
  color: #848383;
  margin-bottom: 5px; }

.shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #262626; }
  .shared p:first-child {
    margin-right: 12px; }
  .shared .pluso-more {
    display: none !important; }

.mt_20 {
  margin-top: 20px; }

.faq {
  padding-top: 15px; }
  .faq dl {
    border-bottom: 1px solid #e3e3e3; }
    .faq dl:last-child {
      border-bottom: 0 solid #000; }
    .faq dl.active_block dt {
      color: #1565c0; }
      .faq dl.active_block dt i {
        -webkit-transform: translate(0, -50%) rotate(-180deg);
        -ms-transform: translate(0, -50%) rotate(-180deg);
        transform: translate(0, -50%) rotate(-180deg);
        color: #1565c0; }
  .faq dt {
    padding: 22px 0;
    font-size: 17px;
    line-height: 1;
    color: #292929;
    cursor: pointer;
    position: relative; }
    .faq dt:hover {
      color: #006699; }
    .faq dt i {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 20px; }
  .faq dd {
    display: none;
    padding-bottom: 22px;
    line-height: 1.5; }
  .faq p {
    margin-bottom: 10px; }
    .faq p:last-child {
      margin-bottom: 0; }

.nav_tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }
  .nav_tab li {
    display: block;
    cursor: pointer;
    font-size: 17px;
    color: #292929;
    text-align: center;
    width: 50%; }
    .nav_tab li.current span {
      border-bottom: 1px solid #1565c0; }
  .nav_tab span {
    display: inline-block;
    padding-bottom: 6px; }

.my_form {
  color: #3c4052; }
  .my_form .mess {
    margin-bottom: 20px; }
    .my_form .mess span {
      color: #ff0000; }
  .my_form label {
    display: block;
    font-size: 15px;
    color: #3c4052;
    margin-bottom: 5px; }
    .my_form label small {
      color: red; }
  .my_form .my_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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; }
  .my_form .k_50 {
    width: 47%;
    margin-bottom: 16px; }
    .my_form .k_50 textarea {
      height: 60px; }
  .my_form .k_100 {
    width: 100%;
    margin-bottom: 25px; }
  .my_form p input[type=text],
  .my_form p input[type=email],
  .my_form p input[type=tel] {
    width: 100%;
    height: 33px;
    border: 1px solid #c0c0bf;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .my_form p input[type=text]:focus,
    .my_form p input[type=email]:focus,
    .my_form p input[type=tel]:focus {
      border: 1px solid #1565c0; }
  .my_form p textarea {
    width: 100%;
    height: 96px;
    border: 1px solid #c0c0bf;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .my_form p textarea:focus {
      border: 1px solid #1565c0; }
  .my_form .checkbox {
    margin-bottom: 15px; }
    .my_form .checkbox input[type=checkbox] {
      display: none; }
      .my_form .checkbox input[type=checkbox]:checked + label:after {
        content: '';
        background-image: url(../images/check.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 19px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 3px; }
    .my_form .checkbox label {
      position: relative;
      display: block;
      padding-left: 32px;
      cursor: pointer; }
      .my_form .checkbox label:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #1565c0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: -1px;
        left: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
  .my_form .upload_name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006699;
    padding-left: 35px;
    margin-bottom: 15px;
    background-image: url(../images/icon/redo-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 3px; }
  .my_form .upload_form {
    margin-bottom: 30px; }
    .my_form .upload_form label {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .my_form .upload_form .main_input_file {
      display: none; }
    .my_form .upload_form div {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #1565c0;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      padding: 8px 20px;
      margin-right: 20px;
      margin-left: 35px;
      cursor: pointer; }
      .my_form .upload_form div:hover {
        background-color: #005580; }
    .my_form .upload_form .f_name {
      border: 0 solid #000;
      background-color: transparent; }
  .my_form .capcha {
    padding-left: 35px;
    margin-bottom: 30px; }
  .my_form button,
  .my_form input[type=submit] {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 30px;
    cursor: pointer;
    background-color: #1565c0;
    text-decoration: none;
    border: 0 solid #000; }
    .my_form button:hover,
    .my_form input[type=submit]:hover {
      background-color: #006699; }

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

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

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

/* Scss Document */
@media (max-width: 1220px) {
  body {
    zoom: 0.9; } }

@media (max-width: 1050px) {
  body {
    zoom: 0.8; } }

@media (max-width: 992px) {
  .menu_left {
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .main_menu {
    display: none; }
  .navigator {
    margin-top: 30px; }
  body {
    zoom: 1;
    background-image: none; }
  .wrap {
    margin: 0 10px; }
  #menu_main .wrap {
    margin: 0;
    max-width: auto;
    min-width: auto; }
  #top_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 0; }
    #top_fixed .wrap {
      height: 43px; }
  .lang {
    padding-top: 0;
    padding-bottom: 0; }
  #page {
    padding-top: 43px; }
  header .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .slogan {
    width: 90%; }
  .logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 0; }
    .logo img {
      height: 100px; }
    .logo a {
      font-size: 17px; }
  .menu_left > ul > li > a {
    font-size: 14px; }
  .vote dt {
    font-size: 15px; }
  #resources {
    overflow: hidden; }
  #advantages a {
    font-size: 14px;
    padding: 15px 10px; }
  #content .wight_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #content #col_middle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    #content #col_middle .bg {
      padding: 0; }
  #content #col_left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #content #col_left .sidebar {
      width: 270px;
      margin-right: 5px;
      margin-left: 5px; }
  #content #col_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #content #col_right .sidebar {
      width: 270px;
      margin-right: 5px;
      margin-left: 5px; }
    #content #col_right .my_form {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 10px; }
  #content .sidebar {
    margin-bottom: 10px; }
  #slider {
    max-width: 100%;
    width: 100%; }
  #page {
    padding-bottom: 0; }
  footer {
    height: auto;
    margin-top: 0; }
  .logo_footer {
    display: none; }
  .path_right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0 solid #000; }
  #top_fixed .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .open_menu {
    display: block; }
    .open_menu a {
      font-size: 25px;
      color: #fff; }
  .weather_widget {
    display: none; }
  .promo {
    display: none; }
  .my_form_right {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5; }
  .news {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 100%; }
  #content {
    padding-top: 15px; }
  .show_992 {
    display: block; } }

@media (max-width: 700px) {
  .last_news_page .title a {
    font-size: 15px; }
  .list_cat {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .list_cat .item {
      width: 48%; }
      .list_cat .item:nth-child(3n+2), .list_cat .item:nth-child(3n+3) {
        margin-left: 0%; }
  #top_fixed .icons p {
    margin-left: 8px; }
  #advantages ul {
    -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; }
  #advantages li {
    width: 48%;
    margin-bottom: 4%; }
    #advantages li:last-child {
      margin-bottom: 0; }
    #advantages li:nth-child(2n+2) {
      margin-left: 4%; }
  #content #col_left {
    margin-right: 0; }
  #content #col_right {
    margin-left: 0;
    margin-top: 20px; }
  .sidebar {
    margin-bottom: 15px; } }

@media (max-width: 560px) {
  .last_news_page {
    display: block; }
    .last_news_page .thumb {
      margin-bottom: 15px; }
  #content #col_left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  #content #col_middle {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  #content #col_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .quote {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10; }
  .doc {
    display: none; }
  .vote {
    display: none; }
  .baner_3 {
    display: none; }
  .my_form_right {
    display: none; }
  .text .left {
    float: none;
    display: block;
    margin: 0 auto 15px auto; }
  .text .right {
    float: none;
    display: block;
    margin: 0 auto 15px auto; }
  .shared {
    -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; }
    .shared p:first-child {
      width: 100%;
      text-align: center;
      margin-bottom: 5px; }
  #content #col_right .president {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2; }
  header .wrap {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0; }
  .faq {
    padding: 15px 0px 0 0px; }
    .faq dt {
      padding: 15px 0; }
  .logo a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .logo a span {
      margin-left: 20px;
      margin-right: 20px;
      padding: 15px; }
  .list_cat {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .last_news {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .last_news dl {
      width: 100%; }
      .last_news dl:nth-child(1n+2) {
        margin-top: 20px; }
    .last_news dt {
      text-align: center; }
  .path_right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .path_right .copy {
      margin-bottom: 15px; }
    .path_right .statistic {
      margin-left: 0;
      width: auto; }
  #tabs .nav_tab li {
    font-size: 15px; }
  #tabs label {
    font-size: 13px; }
  .my_form .upload_form {
    padding-left: 0;
    margin-bottom: 20px; }
    .my_form .upload_form div {
      margin-left: 0;
      font-size: 11px;
      padding: 8px 12px;
      margin-right: 10px; }
  .my_form .capcha {
    padding-left: 0;
    margin-bottom: 20px; }
  .my_form button,
  .my_form input[type=submit] {
    margin-left: 0; } }
