@charset "UTF-8";
/*----------------------- Default ------------------------*/
/*----------------------- Vars ------------------------*/
/*----------------------- Reset ------------------------*/
*::selection {
  color: #fff;
  background: #009688; }

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,

li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }
ol,
ul{
  margin: 10px 0 20px;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none; }

/*----------------------- Helpers ------------------------*/
.center {
  text-align: center; }
.center img {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.hidden {
  overflow: hidden; }

.js-hidden-opacity {
  opacity: 0; }

.js-width-30 {
  width: 30%; }

.js-width-70 {
  width: 70%; }

/*----------------------- Fonts ------------------------*/
/* font-family: "Roboto-Regular"; */
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }

/* font-family: "Roboto-Thin"; */
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-ThinItalic"; */
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-Bold"; */
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-Black"; */
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-BoldItalic"; */
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-BlackItalic"; */
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-Medium"; */
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-MediumItalic"; */
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-LightItalic"; */
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto-LightItalic"; */
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/*----------------------- Button ------------------------*/
.btn-custom-yellow {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
  color: #000;
  height: 45px;
  font-family: "Roboto-Bold", sans-serif;
  background-color: #ffc107;
  outline: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.btn-custom-yellow:hover {
  background-color: #edb100 !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.btn-custom-yellow:focus {
  outline: 0 !important;
  background-color: #ffc721 !important;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all;
  -ms-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all; }

.btn-custom-subscribe {
  margin-left: -20px !important;
  z-index: 3 !important;
  font-size: 18px;
  border: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border-bottom-left-radius: 18px !important;
  border-top-left-radius: 18px !important;
  color: #fff;
  font-family: "Roboto-Medium", sans-serif;
  background-color: #f44336;
  outline: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.btn-custom-subscribe:hover {
  color: #fff;
  opacity: 1;
  background-color: #f32c1e !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.btn-custom-subscribe:active, .btn-custom-subscribe:focus {
  color: #fff !important;
  background-color: #f55a4e !important;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all;
  -ms-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all; }
.btn-custom-subscribe:focus {
  outline: 0 !important; }

/*----------------------- Header ------------------------*/
.hidden_xs {
  overflow: hidden; }

.opacity {
  opacity: .5; }

@media screen and (max-width: 992px) {
  .navbar-right {
    float: right !important;
    margin-top: -86px !important;
    margin-right: 55px !important; } }

@media screen and (max-width: 768px) {
  .navbar-right {
    margin-top: -81px !important; } }

@media screen and (max-width: 340px) {
  .navbar-right {
    margin-right: 45px !important; } }

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 {
    clear: both; } }

.header .navbar {
  background-color: #fff;
  min-height: 100px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75); }
@media screen and (max-width: 992px) {
  .header .navbar {
    min-height: 70px; } }
.header .navbar-brand {
  font-size: 16px;
  padding-right: 80px;
  padding-left: 90px;
  height: 100px;
  padding-top: 30px;
  font-family: "Roboto-Bold", sans-serif;
  color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: relative; }
.header .navbar-brand:hover {
  opacity: 0.9; }
.header .navbar-brand:hover:before {
  transform: rotateY(-360deg);
  transition: transform 1.9s; }
@media screen and (max-width: 1200px) {
  .header .navbar-brand {
    padding-right: 0;
    font-size: 15px;
    padding-left: 85px; } }
@media screen and (max-width: 992px) {
  .header .navbar-brand {
    height: 70px;
    padding-top: 15px; } }
.header .navbar-brand:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 15px;
  background-image: url("../img/img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70px;
  width: 70px; }
@media screen and (max-width: 992px) {
  .header .navbar-brand:before {
    height: 60px;
    width: 60px; } }
@media screen and (max-width: 992px) {
  .header .navbar-brand:before {
    top: 6px;
    height: 55px; } }
.header .navbar-nav > li.active > a {
  color: #009688;
  background-color: transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-bottom: 3px solid #009688; }
.header .navbar-nav > li.active > a:hover, .header .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header .navbar-nav > li {
  padding-top: 25px; }
@media screen and (max-width: 767px) {
  .header .navbar-nav > li {
    display: inline-block; } }
.header .navbar-nav > li > a {
  text-transform: uppercase;
  line-height: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-family: "Roboto-Bold", sans-serif;
  background-color: transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-bottom: 3px solid transparent;
  display: inline-block; }
@media screen and (max-width: 1200px) {
  .header .navbar-nav > li > a {
    font-size: 12px; } }
.header .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header .navbar-toggle {
  display: none; }
@media screen and (max-width: 992px) {
  .header .navbar-toggle {
    display: block; } }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }
  .navbar-header {
    float: none; } }

.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-top: 18px; }
.navbar-toggle:hover {
  background: transparent; }
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s; }
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }
.navbar-toggle .middle-bar {
  opacity: 0; }
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0deg); }
.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0deg); }

@media screen and (max-width: 1200px) {
  .header .navbar-main {
    margin-left: 15px; } }

.header .navbar-main li a:hover {
  border-bottom: 3px solid #009688; }

@media screen and (max-width: 992px) {
  #bs-example-navbar-collapse-1 {
    position: absolute;
    right: 0;
    width: 55%;
    background-color: #fff;
    max-height: 1000px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    top: 72px; }
  #bs-example-navbar-collapse-1 .navbar-nav {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px;
    float: left;
    width: 100%; }
  #bs-example-navbar-collapse-1 .navbar-nav li {
    float: none;
    width: 100%;
    padding-top: 10px; }
  #bs-example-navbar-collapse-1 .navbar-nav li a {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 16px;
    margin: 0; }
  #bs-example-navbar-collapse-1 .navbar-nav li.active > a {
    border-bottom: none; } }

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 {
    width: 100%;
    text-align: center;
    right: 15px;
    margin-top: -2px;
    z-index: 100; } }

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 .navbar-nav {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 .navbar-nav li {
    width: 100%; } }

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 .navbar-nav li a {
    padding-left: 0; } }

.js-active-search {
  display: none; }

.hidden-search {
  z-index: 100;
  display: none;
  width: 100%;
  margin-bottom: 10px;
  z-index: 1; }

.hidden-search input {
  height: 46px;
  padding-left: 20px;
  color: #000;
  width: 100%;
  border: 2px solid #009688;
  font-size: 18px; }

.hidden-search-xs {
  display: none;
  width: 95%;
  z-index: 1;
  margin-top: 75px;
  margin-left: 15px;
  margin-bottom: -70px; }
@media screen and (max-width: 500px) {
  .hidden-search-xs {
    width: 99%;
    margin-left: 2px; } }
.hidden-search-xs input {
  height: 46px;
  padding-left: 20px;
  color: #b5c2c9;
  width: 100%; }

/*----------------------- Footer ------------------------*/
.footer {
  background-color: #eaeaea;
  padding: 2em 0;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 355px;
  border-top: 4px solid #009688; }
@media screen and (max-width: 767px) {
  .footer .container {
    padding-left: 15px; } }
@media screen and (max-width: 767px) {
  .footer .container .row:nth-child(2) {
    text-align: center; } }
@media screen and (max-width: 992px) {
  .footer {
    height: 365px; } }
@media screen and (max-width: 768px) {
  .footer {
    height: 535px; } }
.footer a {
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.footer a:hover {
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.footer__mainrow {
  margin-bottom: 2em; }
@media screen and (max-width: 992px) {
  .footer__mainrow {
    display: none; } }
.footer__mainrow-list li {
  display: inline-block;
  margin-right: 15px; }
.footer__mainrow-list li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #626262;
  font-family: "Roboto-Bold", sans-serif; }
.footer__list {
  font-size: 15px;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5; }
.footer__list li {
  margin-bottom: .5em; }
.footer__list li a {
  font-family: "Roboto-Regular", sans-serif; }
.footer__social {
  margin: 1em 0 2em; }
.footer__social li {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: .1s ease all;
  -moz-transition: .1s ease all;
  -ms-transition: .1s ease all;
  -o-transition: .1s ease all;
  transition: .1s ease all; }
@media screen and (max-width: 992px) {
  .footer__social li {
    margin-right: 0; } }
.footer__social li .fa {
  color: #ffffff; }
.footer__social li a {
  display: block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.footer__social li a:hover {
  margin-top: -35px; }
@media screen and (max-width: 992px) {
  .footer__social li a:hover {
    margin-top: -33px; } }
@media screen and (max-width: 767px) {
  .footer__social li a:hover {
    margin-top: -45px; } }
.footer__social-icon {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative; }
@media screen and (max-width: 1200px) {
  .footer__social-icon {
    width: 30px;
    height: 30px; } }
@media screen and (max-width: 992px) {
  .footer__social-icon {
    width: 27px;
    height: 27px; } }
@media screen and (max-width: 767px) {
  .footer__social-icon {
    width: 40px;
    height: 40px; } }
.footer__social-icon i {
  font-size: 22px;
  position: absolute; }
@media screen and (max-width: 1200px) {
  .footer__social-icon i {
    font-size: 18px; } }
@media screen and (max-width: 992px) {
  .footer__social-icon i {
    font-size: 16px; } }
.footer__social-icon-facebook {
  background-color: #23589b; }
.footer__social-icon-facebook i {
  left: 10px;
  top: 7px; }
@media screen and (max-width: 992px) {
  .footer__social-icon-facebook i {
    left: 11px;
    top: 8px; } }
@media screen and (max-width: 767px) {
  .footer__social-icon-facebook i {
    left: 16px;
    top: 12px; } }
.footer__social-icon-vk {
  background-color: #2e77a4; }
.footer__social-icon-vk i {
  left: 4px;
  top: 6px; }
@media screen and (max-width: 767px) {
  .footer__social-icon-vk i {
    left: 10px;
    top: 12px; } }
.footer__social-icon-google-plus {
  background-color: #fd4d3e; }
.footer__social-icon-google-plus i {
  left: 8px;
  top: 8px; }
@media screen and (max-width: 767px) {
  .footer__social-icon-google-plus i {
    left: 11px;
    top: 11px; } }
.footer__social-icon-twitter {
  background-color: #00adf1; }
.footer__social-icon-twitter i {
  left: 4px;
  top: 6px; }
@media screen and (max-width: 992px) {
  .footer__social-icon-twitter i {
    left: 8px;
    top: 8px; } }
@media screen and (max-width: 767px) {
  .footer__social-icon-twitter i {
    left: 12px;
    top: 12px; } }
.footer__social-icon-youtube {
  background-color: #e42c26; }
.footer__social-icon-youtube i {
  left: 8px;
  top: 6px; }
@media screen and (max-width: 992px) {
  .footer__social-icon-youtube i {
    left: 9px;
    top: 8px; } }
@media screen and (max-width: 767px) {
  .footer__social-icon-youtube i {
    left: 12px;
    top: 11px; } }
.footer__social-icon-instagram{
  background-color: #3897f0;
}
.footer__social-icon-instagram i{
  left: 8px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .footer__social-icon-instagram i{
    left: 13px;
    top: 12px;
  }
}
.footer__kitsoft {
  text-align: center;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dashed #000;
  line-height: 3; }
@media screen and (max-width: 540px) {
  .footer__kitsoft {
    border: none;
    font-size: 16px;
    font-family: "Roboto-Regular", sans-serif; } }
.footer__kitsoft div {
  display: inline-block;
  height: 40px; }
@media screen and (max-width: 540px) {
  .footer__kitsoft div {
    border-bottom: 1px solid #000; } }
.footer .footer__social li a {
  color: #ffffff; }
@media screen and (max-width: 992px) {
  .footer .input-group {
    display: block;
    width: 94%;
    margin-left: 15px;
    margin-right: 15px; } }
.footer .input-group input {
  height: 37px;
  outline: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 18px;
  color: #7c7c7c; }
@media screen and (max-width: 992px) {
  .footer .input-group input {
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important; } }
@media screen and (max-width: 992px) {
  .footer .input-group button {
    margin-left: 0 !important;
    width: 100%;
    margin-right: -20px;
    margin-top: 10px; } }
@media screen and (max-width: 768px) {
  .footer .input-group button {
    margin-left: -20px !important; } }
.footer .col-md-3 span {
  font-size: 15px;
  font-family: "Roboto-Regular", sans-serif; }

.footer__list-item a {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  display: inline-block; }
@media screen and (max-width: 992px) {
  .footer__list-item a {
    display: inline; } }
.footer__list-item a:hover {
  border-bottom: 1px solid #009688;
  color: #009688; }

.footer__mainrow-list li {
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.footer__mainrow-list li:hover {
  border-bottom: 2px solid #009688;
  opacity: 1; }
.footer__mainrow-list li a:hover {
  color: #009688; }

.footer__kitsoft a {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.footer__kitsoft a:hover {
  border-bottom: 1px solid #000;
  color: #009688;
  opacity: 1; }

.subscribe-check {
  margin-top: 5px; }

.subscribe-check input {
  float: left; }

.subscribe-labels {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 20px;
  display: block;
  font-weight: inherit; }

@media screen and (max-width: 992px) {
  .subscribe-check {
    text-align: left;
    padding-left: 15px; } }

/*----------------------- Main content ------------------------*/
.event-share {
  z-index: 1;
  background-color: #ffc107;
  border: none;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  width: 150px;
  transition: .3s ease all;
  border-radius: 3px;
  margin-top: 10px;
}
.event-share svg {
  float: left;
}
.event-share svg {
  margin-right: 10px;
}

html {
  height: 100%; }

body {
  background-color: #fafafa;
  height: 100%;
  overflow: auto; }

.wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  font: 14px/125% "Roboto-Regular", sans-serif; }

.content {
  padding-bottom: 350px; }
@media screen and (max-width: 1200px) {
  .content {
    padding-bottom: 385px; } }
@media screen and (max-width: 992px) {
  .content {
    padding-bottom: 365px; } }
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 530px; } }

.contact-title {
  border-bottom: 1px solid transparent;
  color: #009688;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  line-height: 1.5; }

.contact-info span {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  display: inline;
  border-bottom: 1px solid transparent; }

.contact-info:hover span {
  opacity: .8;
  border-bottom: 1px solid #009688; }
.contact-info {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
  padding: 30px;
  display: block;
  background-color: #fff;
  min-height: 175px;
  margin-bottom: 15px;
  padding-right: 210px;
  padding: 15px;
  min-height: 205px;
}

.second-step{
  padding-left: 17px;
  padding-right: 15px;
}
.second-step .contact_photo {
  left: 20px;
}
@media screen and (max-width: 992px) {
  .contact-info {
    margin-top: 15px;
    clear: both; } }

.contact-info .contact_photo {
  /* width: 165px; */
  /* height: 130px; */
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 20px; */
  /* background-image: url(../img/img/likarniimg.png); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  float: left;
  background-image: url(../img/img/depgerb.png);
  background-repeat: no-repeat;
  width: 175px;
  height: 175px;
  margin-right: 30px;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  .contact-info .contact_photo {
    width: 175px;
    height: 105px;
  }
}
@media screen and (max-width: 550px) {
  .contact-info .contact_photo {
    position: static;
    width: 100%;
    height: 180px;
    margin-top: 10px;
    /*background-size: initial;*/
  }
}
.contact-info .adress {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif;
  color: #000000; }
@media screen and (max-width: 584px) {
  .contact-info .adress {
    width: 60%; } }
@media screen and (max-width: 550px) {
  .contact-info .adress {
    width: 100%; } }
.contact-info .work-hours {
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif;
  color: #000000; }

.breadcrumb {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #fafafa; }
.breadcrumb li {
  font-size: 14px;
  font-family: "Roboto-Light", sans-serif;
  margin-right: 8px;
  margin-left: 8px; }
.breadcrumb li:first-child {
  margin-left: 0; }
.breadcrumb .breadcrumb-item a {
  color: #009688; }
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline; }

.timeline {
  margin-top: 102px;
  margin-bottom: 5em; }
.timeline .news .news-item {
  padding-bottom: 10px;
  width: 100%; }
.timeline .news .news-item .news-prew {
  background-image: url(../img/img/depgerb.png);
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.timeline .news .news-item .item_date {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  width: 150px;
  float: left;
  line-height: 1.5;
  color: #000000; }
@media screen and (max-width: 1200px) {
  .timeline .news .news-item .item_date {
    margin-bottom: 0; } }
.timeline .news .news-item .item_videos {
  font-size: 12px;
  font-family: "Roboto-Bold", sans-serif;
  width: 35px;
  float: right;
  margin-left: 5px;
  line-height: 1.5;
  color: #858585;
  margin-right: 10px; }
.timeline .news .news-item .item_photos {
  margin-left: 10px;
  font-size: 12px;
  font-family: "Roboto-Bold", sans-serif;
  width: 40px;
  float: right;
  line-height: 1.5;
  color: #858585;
  bottom: 13px;
  margin-right: 20px;
}
.timeline #map {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .timeline #map {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .timeline #map {
    margin-top: 15px;
  }
}
.timeline .news .news-item {
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .timeline .news .news-item {
    padding-left: 20px;
    width: 100%; } }
.timeline .container-fluid {
  background-color: #eceff1;
  padding-bottom: 20px; }
@media screen and (max-width: 992px) {
  .timeline .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 992px) {
  .timeline .container-bottom {
    padding-left: 0;
    padding-right: 0; } }
.timeline .hidden-sidebar-icon-down {
  right: 30px; }
.timeline h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif; }
@media screen and (max-width: 992px) {
  .timeline h3 {
    padding-left: 15px; } }
.timeline .col-md-12, .timeline .col-md-3 {
  padding-left: 0; }
@media screen and (max-width: 992px) {
  .timeline .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; } }
.timeline .breadcrumb > li + li:before {
  color: #000;
  content: "〉";
  font-size: 10px;
  vertical-align: top; }
.timeline .sidebar {
  padding-right: 0; }
@media screen and (max-width: 992px) {
  .timeline .sidebar {
    padding-right: 15px; } }
@media screen and (max-width: 770px) {
  .timeline .sidebar {
    margin-left: 10px; } }
.timeline .filter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 20px;
  position: relative; }
@media screen and (max-width: 590px) {
  .timeline .filter label {
    width: 100%; } }
.timeline .filter option {
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif; }
.timeline .filter select, .timeline .filter input {
  width: 240px;
  height: 40px;
  margin-top: 5px;
  padding-left: 10px; }
@media screen and (max-width: 1200px) {
  .timeline .filter select, .timeline .filter input {
    width: 100%; } }
@media screen and (max-width: 990px) {
  .timeline .filter select, .timeline .filter input {
    width: 250px; } }
@media screen and (max-width: 590px) {
  .timeline .filter select, .timeline .filter input {
    width: 100%; } }
.timeline .filter input {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  padding-left: 10px; }
.timeline .filter label {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  margin-top: 20px; }
.timeline .filter .col-md-12 {
  padding-left: 15px; }
@media screen and (max-width: 535px) {
  .timeline .filter .col-md-12 {
    padding-right: 15px; } }
.timeline .filter .col-md-12 .date-input {
  width: 155px;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  padding-left: 10px;
  border: 1px solid #aaa;
  border-radius: 0; }
@media screen and (max-width: 1199px) {
  .timeline .filter .col-md-12 .date-input {
    width: 120px; } }
@media screen and (max-width: 990px) {
  .timeline .filter .col-md-12 .date-input {
    width: 155px; } }
@media screen and (max-width: 535px) {
  .timeline .filter .col-md-12 .date-input {
    width: 100%; } }
@media screen and (max-width: 534px) {
  .timeline .filter .col-md-12 .time-defis {
    margin-left: 47%; } }
.timeline .filter .col-md-12 .search-btn {
  background-color: #ffc107;
  border: none;
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  right: 20px;
  bottom: 0;
  border-radius: 3px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  width: 150px; }
@media screen and (max-width: 1200px) {
  .timeline .filter .col-md-12 .search-btn {
    width: 140px; } }
@media screen and (max-width: 560px) {
  .timeline .filter .col-md-12 .search-btn {
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    width: 100%; } }
@media screen and (max-width: 430px) {
  .timeline .filter .col-md-12 .search-btn {
    margin-left: 20px;
    width: 100%; } }
.timeline .acts {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
  padding: 20px 30px 45px 30px;
  min-height: 140px;
  margin-top: 20px; }
@media screen and (max-width: 455px) {
  .timeline .acts {
    padding-bottom: 35px; } }
.timeline .acts a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  color: #000000;
  display: block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline .acts a:hover {
  color: #009688; }
.timeline .acts .act-autor {
  background-color: #fff;
  color: #90a4ae;
  border: 1px solid #90a4ae;
  position: absolute;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 12px;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 30px;
  text-align: center;
  line-height: 2.4; }
@media screen and (max-width: 500px) {
  .timeline .acts .act-autor {
    width: 205px; } }
@media screen and (max-width: 455px) {
  .timeline .acts .act-autor {
    width: 100%; } }
.timeline .acts .act-details {
  position: absolute;
  right: 14px;
  bottom: 5px; }
@media screen and (max-width: 455px) {
  .timeline .acts .act-details {
    position: static;
    margin-top: 10px; } }
.timeline .acts .act-details .act-number {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 12px;
  margin-right: 15px; }
.timeline .acts .act-details .act-date {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 12px;
  color: #969696; }
.timeline .event {
  margin-bottom: 30px; }
.timeline .event .event-item {
  display: block;
  color: #000000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline .event .event-title {
  color: #000000;
  font-size: 20px;
  font-family: "Roboto-Bold", sans-serif;
  transition: .3s ease all; }
.timeline .event .event-title:hover {
  color: #22a4a4;
}
.timeline .event .event-image {
  margin-top: 15px;
  width: 100%;
  min-height: 225px;
  background-image: url(../img/img/depgerb.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.timeline .event .event-text {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3; }
.timeline .event .event-info {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff; }
.timeline .event .event-info svg {
  margin-right: 10px; }
.timeline .event .event-info .event-date {
  float: left;
  font-size: 24px;
  font-family: "Roboto-Regular", sans-serif;
  text-align: center;
  width: 50px;
  line-height: 1; }
@media screen and (max-width: 1200px) {
  .timeline .event .event-info .event-date {
    font-size: 19px; } }
.timeline .event .event-info .event-date span {
  font-size: 46px;
  font-weight: bold; }
@media screen and (max-width: 1200px) {
  .timeline .event .event-info .event-date span {
    font-size: 33px; } }
@media screen and (max-width: 500px) {
  .timeline .event .event-info .event-date span {
    font-size: 30px; } }
.timeline .event .event-info .event-time {
  padding-left: 90px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Roboto-Bold", sans-serif;
  line-height: 1.6; }
@media screen and (max-width: 1200px) {
  .timeline .event .event-info .event-time {
    padding-left: 75px;
    font-size: 21px; } }
@media screen and (max-width: 990px) {
  .timeline .event .event-info .event-time {
    padding-left: 90px; } }
@media screen and (max-width: 500px) {
  .timeline .event .event-info .event-time {
    font-size: 20px;
    padding-left: 70px; } }
.timeline .event .event-info .event-time svg {
  margin-right: 0; }
@media screen and (max-width: 992px) {
  .timeline .event .event-info .event-time svg {
    margin-left: 7px; } }
.timeline .event .event-info .event-adress {
  padding-left: 100px;
  font-family: "Roboto-Light", sans-serif;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline .event .event-info .event-adress a {
  color: #000000;
  border-bottom: 1px solid transparent; }
.timeline .event .event-info .event-adress a:hover {
  border-bottom: 1px solid #000000; }
@media screen and (max-width: 1199px) {
  .timeline .event .event-info .event-adress {
    padding-left: 75px; } }
@media screen and (max-width: 990px) {
  .timeline .event .event-info .event-adress {
    padding-left: 100px; } }
@media screen and (max-width: 500px) {
  .timeline .event .event-info .event-adress {
    font-size: 14px;
    padding-left: 78px; } }
.timeline .event .event-info .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-right: 10px;
  margin-bottom: 10px; }
.timeline .event .event-info .ya-share2__container_size_m .ya-share2__icon {
  width: 32px;
  height: 32px; }
.timeline .event .event-info .event-share {
  z-index: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #ffc107;
  border: none;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  width: 150px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-radius: 3px; }
@media screen and (max-width: 460px) {
  .timeline .event .event-info .event-share {
    position: static;
    margin: auto;
    margin-top: 15px; } }
.timeline .event .event-info .event-share svg {
  float: left; }
.timeline .photogallery .gallery-title span {
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  line-height: 1.2; }
.timeline .photogallery .gallery-title:hover span {
  opacity: .8;
  border-bottom: 1px solid #009688; }
.timeline .photogallery .gallery-item {
  display: block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline .photogallery .gallery-item:hover {
  opacity: .8; }
.timeline .photogallery .gallery-title {
  color: #009688;
  font-size: 20px;
  font-family: "Roboto-Bold", sans-serif; }
.timeline .photogallery .gallery-image {
  margin-top: 15px;
  width: 100%;
  min-height: 200px;
  background-image: url(../img/img/novynyimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.timeline .photogallery .gallery-text {
  background-color: #eceff1;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline .photogallery .gallery-bottom {
  color: #8d8d8d;
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 75px; }

.videogallery {
  margin-bottom: 15px; }
.videogallery .video-title span {
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.videogallery .video-title:hover span {
  opacity: .8;
  border-bottom: 1px solid #009688; }
.videogallery .video-title {
  color: #009688;
  font-size: 20px;
  font-family: "Roboto-Bold", sans-serif;
  margin-bottom: 20px;
  display: block; }
.videogallery .video-text {
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px; }
.videogallery .video {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: aliceblue; }

@media screen and (max-width: 992px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 770px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 5px; } }

.gallery-date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Roboto-Bold", sans-serif;
  color: #000000;
  font-size: 16px; }

.social-news {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 50px 20px;
  background-color: #fff; }
.social-news span {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif; }
.social-news ul > li {
  margin-top: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.social-news ul > li div {
  padding-left: 65px; }
.social-news ul > li:nth-child(2) {
  margin-top: 25px; }
.social-news ul > li:last-child {
  text-decoration: underline;
  margin-top: 45px; }
.social-news ul > li:hover svg {
  margin-top: -5px; }
.social-news ul a {
  display: block; }
.social-news ul a svg {
  float: left;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.social-news ul a .email-share {
  margin-left: 6px; }
.social-news ul a .title {
  color: #009688;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  text-decoration: underline; }
.social-news ul a .count {
  color: #000000;
  font-size: 14px;
  font-family: "Roboto-Regular", sans-serif; }

.chosen-container-single {
  border-bottom: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #929294;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 992px) {
  .sidebar__nav {
    display: none; } }

.sidebar__nav {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin-right: 10px; }
.sidebar__nav a {
  padding-left: 10px; }
@media screen and (max-width: 992px) {
  .sidebar__nav {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }
@media screen and (max-width: 780px) {
  .sidebar__nav {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 771px) {
  .sidebar__nav {
    margin-top: 0 !important; } }
.sidebar__nav li {
  width: 100%;
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif; }
.sidebar__nav li a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #191919;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.sidebar__nav li a:hover {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.chosen-container-single .chosen-single div b {
  margin-top: 8px; }

.chosen-container-single .chosen-single {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  height: 40px;
  margin-top: 5px;
  border-radius: 0;
  color: #7c7c7c;
  padding-top: 7px;
  padding-left: 15px;
  background: none;
  width: 100%; }
@media screen and (max-width: 1199px) {
  .chosen-container-single .chosen-single {
    width: 100%; } }

@media screen and (max-width: 1199px) {
  .chosen-container {
    width: 200px !important; } }

@media screen and (max-width: 990px) {
  .chosen-container {
    width: 250px !important; } }

@media screen and (max-width: 590px) {
  .chosen-container {
    width: 100% !important; } }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none; }

.news .col-md-3 {
  padding-left: 0; }

.news .news-title {
  color: #009688;
  font-size: 20px;
  font-family: "Roboto-Bold", sans-serif;
  display: block; }

.news .news-title span {
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.news .news-title:hover span {
  opacity: .8;
  border-bottom: 1px solid #009688; }

.news .news-item {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 10px;
  padding-bottom: 35px;
  position: relative;
  background-color: #fff;
  margin-bottom: 15px; }
.news .news-item a {
  display: block;
  color: #000000; }
.news .news-item a span {
  display: inline;
  border-bottom: 1px solid transparent;
  line-height: 1.5;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news .news-item a:hover span {
  color: #009688;
  opacity: .8;
  border-bottom: 1px solid #009688; }
.news .news-item .news-subtitle {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 10px; }
.news .news-item .news-text {
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif; }
.news .news-item svg {
  float: left;
  margin-right: 7px; }
.news .news-item .item_date {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  line-height: 1.5;
  color: #000000; }
@media screen and (max-width: 1200px) {
  .news .news-item .item_date {
    margin-bottom: 30px; } }
@media screen and (max-width: 992px) {
  .news .news-item .item_date {
    margin-bottom: 0; } }
.news .news-item .item_videos {
  font-size: 12px;
  font-family: "Roboto-Bold", sans-serif;
  line-height: 1.5;
  color: #858585;
  position: absolute;
  width: 45px;
  right: 0; }
@media screen and (max-width: 1200px) {
  .news .news-item .item_videos {
    bottom: 14px; } }
.news .news-item .item_photos {
  font-size: 12px;
  font-family: "Roboto-Bold", sans-serif;
  line-height: 1.5;
  color: #858585;
  margin-right: 10px;
  position: absolute;
  width: 45px;
  right: 40px;
  bottom: 14px; }

.item_date {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  line-height: 1.5;
  color: #000000;
  width: 100%; }
.item_date svg {
  float: left;
  margin-right: 7px; }

.daterangepicker .fa {
  color: #000;
  font-size: 15px; }

.daterangepicker .calendar-table {
  padding: 5px !important; }
.daterangepicker .calendar-table .prev, .daterangepicker .calendar-table .next, .daterangepicker .calendar-table .month {
  background-color: #ffc107;
  color: #000;
  border-radius: 0;
  font-family: "Roboto-Bold"; }
.daterangepicker .calendar-table .prev:hover, .daterangepicker .calendar-table .next:hover, .daterangepicker .calendar-table .month:hover {
  background-color: #ffc107; }
.daterangepicker .calendar-table thead {
  color: #22a498; }
.daterangepicker .calendar-table tbody {
  font-family: "Roboto-Medium";
  color: #000; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #ffc107 !important;
  color: #fff; }

@media screen and (max-width: 992px) {
  .breadcrumb {
    padding-left: 15px; } }

@media screen and (max-width: 992px) {
  .main-content .sidebar {
    padding: 0; } }

.calendar_event_list {
  width: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #fff;
  min-height: 315px;
  margin-bottom: 15px; }
@media screen and (max-width: 992px) {
  .calendar_event_list {
    margin-top: 20px; } }

.timeline .col-md-6 {
  padding-left: 0; }
@media screen and (max-width: 992px) {
  .timeline .col-md-6 {
    padding-left: 15px; } }

.filter .col-md-6 {
  padding-left: 15px; }

div.catalog.news .col-md-3-sidebar .col-md-3 {
  margin-bottom: -40%; }
@media screen and (max-width: 992px) {
  div.catalog.news .col-md-3-sidebar .col-md-3 {
    margin-bottom: 15px; } }

.sidebar__nav .active a {
  color: #009688 !important; }

.event__full-control {
  margin-top: 15px; }

.slider {
  margin-bottom: 20px; }

.subscribe-block, .js_show_sidebar_soc {
  cursor: pointer; }

.js_show_soc_block {
  padding: 15px;
  cursor: pointer; }

.soc-share-block {
  display: none;
  padding-left: 10px;
  height: 42px; }

.helper_2 {
  margin-bottom: -184px; }
@media screen and (max-width: 1200px) {
  .helper_2 {
    margin-bottom: -205px; } }

.helper_1 {
  margin-bottom: -90px; }
@media screen and (max-width: 1200px) {
  .helper_1 {
    margin-bottom: -90px; } }

.sidebar-soc .soc-share-block {
  padding-left: 0 !important;
  margin-top: 10px; }

.sidebar-soc .count {
  font-size: 16px; }

.stButton {
  margin-bottom: 5px; }

.social-news ul a {
  position: relative; }

.sidebar-soc .soc-share-block {
  position: absolute;
  background: #fff;
  padding: 5px !important;
  border: 2px solid #009688;
  top: 10px;
  padding-bottom: 0 !important;
  border-radius: 8px;
  padding-top: 8px !important; }

.js_hide_share {
  height: inherit !important; }

.subscribe-block .subscribe-check {
  padding-left: 0 !important; }

.subscribe-block .subscribe-sidebar {
  display: none;
  padding-top: 25px;
  padding-left: 0;
  margin-top: 15px;
  position: absolute;
  background: #fff;
  padding: 5px;
  border: 2px solid #009688;
  top: -180px;
  border-radius: 8px; }
@media screen and (max-width: 992px) {
  .subscribe-block .subscribe-sidebar {
    width: 215px; } }
.subscribe-block .subscribe-sidebar input {
  border-radius: 0 !important; }
.subscribe-block .subscribe-sidebar .btn-custom-subscribe {
  margin-left: 0 !important;
  width: 100%;
  margin-top: 5px;
  border-radius: 0 !important;
  background-color: #ffc107;
  color: #000000; }
.subscribe-block .subscribe-sidebar .btn-custom-subscribe:hover {
  background-color: #ffc107 !important;
  opacity: .8; }

.permissions a {
  cursor: pointer; }

.permissions .choose {
  display: none; }
.permissions .choose a {
  display: inline-block;
  background: #fff;
  border: 2px solid #009688;
  padding: 5px;
  border-radius: 5px; }
.permissions .choose a:hover {
  border-bottom: 2px solid #009688; }

.stButton .stLarge {
  border-radius: 50% !important;
  height: 35px !important;
  width: 35px !important; }

.stButton .stLarge:hover {
  background-position: -35px !important; }

@media screen and (max-width: 460px) {
  .all-forum-btn {
    margin: 0 auto;
    display: block; } }

@media screen and (max-width: 400px) {
  .forum-btn {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis; } }

@media screen and (max-width: 400px) {
  .hidden-sidebar {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 35px;
    text-overflow: ellipsis;
    padding-left: 10px;
  }
}

@media screen and (max-width: 400px) {
  .subscribe-labels {
    line-height: 1.8; } }

/*----------------------- Content ------------------------*/
.main-content {
  overflow: hidden; }
.main-content__news {
  margin-top: -80px;
  background-color: #fafafa;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 500px) {
  .main-content__news {
    } }
@media screen and (max-width: 500px) {
  .main-content__news .col-md-8 {
    padding-right: 15px;
    padding-left: 15px; } }
.main-content__img {
  height: 550px;
  background-color: #d9f5fe;
  width: 100%;
  overflow: hidden; }
@media screen and (max-width: 1200px) {
  .main-content__img {
    height: 450px; } }
@media screen and (max-width: 992px) {
  .main-content__img {
    height: 310px; } }
@media screen and (max-width: 500px) {
  .main-content__img {
    background-size: contain;
    height: 255px; } }
.main-content__img-front {
  position: absolute;
  height: 550px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("../img/img/image_bgr_front.png");
  -webkit-background-size: 1100px;
  background-size: 1100px;
  background-position: bottom center;
  z-index: 3; }
@media screen and (max-width: 1200px) {
  .main-content__img-front {
    -webkit-background-size: 910px;
    background-size: 910px;
    height: 450px; } }
@media screen and (max-width: 992px) {
  .main-content__img-front {
    -webkit-background-size: 690px;
    background-size: 690px;
    height: 355px; } }
@media screen and (max-width: 500px) {
  .main-content__img-front {
    height: 305px; } }
.main-content__img-middle {
  z-index: 2;
  position: absolute;
  height: 460px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("../img/img/image_bgr_middle.png");
  -webkit-background-size: 1100px;
  background-size: 1100px;
  background-position: bottom center; }
@media screen and (max-width: 1200px) {
  .main-content__img-middle {
    -webkit-background-size: 910px;
    background-size: 910px;
    height: 370px; } }
@media screen and (max-width: 992px) {
  .main-content__img-middle {
    -webkit-background-size: 690px;
    background-size: 690px;
    height: 290px; } }
@media screen and (max-width: 500px) {
  .main-content__img-middle {
    background-size: contain;
    height: 240px; } }
.main-content__img-back {
  z-index: 1;
  position: absolute;
  height: 460px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("../img/img/image_bgr_back.png");
  -webkit-background-size: 1100px;
  background-size: 1100px;
  background-position: bottom center; }
@media screen and (max-width: 1200px) {
  .main-content__img-back {
    -webkit-background-size: 910px;
    background-size: 910px;
    height: 360px; } }
@media screen and (max-width: 992px) {
  .main-content__img-back {
    -webkit-background-size: 690px;
    background-size: 690px;
    height: 290px; } }
@media screen and (max-width: 500px) {
  .main-content__img-back {
    background-size: contain;
    height: 240px; } }
.main-content__blocks{
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .main-content__blocks {
    padding-right: 10px; } }
@media screen and (max-width: 500px) {
  .main-content__blocks {
    margin-top: 80px; } }
.main-content__blocks .col-md-3 {
  position: relative;
  height: 135px;
  margin-bottom: 1em;
  z-index: 4; }
.main-content__blocks .col-md-3:nth-child(3) a,
.main-content__blocks .col-md-3:nth-child(5) a,
.main-content__blocks .col-md-3:nth-child(9) a {
  margin-right: 0; }
@media screen and (max-width: 992px) {
  .main-content__blocks .col-md-3 {
    padding-right: .5em;
    margin-bottom: .5em; } }
.main-content__blocks .col-md-3:first-child {
  height: 283px; }
@media screen and (max-width: 992px) {
  .main-content__blocks .col-md-3:first-child {
    height: 135px; }
  .main-content__blocks .col-md-3:first-child .main-content__blocks-icon {
    transform: scale(0.35);
    bottom: 3px;
    right: 4px;
    width: 60px;
    height: 60px;
    text-align: right; }
  .main-content__blocks .col-md-3:first-child .main-content__blocks-icon .cls-1 {
    opacity: 1; } }
.main-content__blocks .col-md-3 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 1em;
  color: #000;
  padding: 1em;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75); }
.main-content__blocks-title {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px;
  margin-bottom: .7em;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 1200px) {
  .main-content__blocks-title {
    font-size: 16px;
    margin-bottom: .1em; } }
@media screen and (max-width: 992px) {
  .main-content__blocks-title {
    margin-bottom: .4em; } }
.main-content__blocks-text {
  font-family: "Roboto-Light", sans-serif;
  padding-right: 55px; }
@media screen and (max-width: 992px) {
  .main-content__blocks-text {
    padding-right: 30px; } }
@media screen and (max-width: 350px) {
  .main-content__blocks-text {
    font-size: 11px; } }
.main-content__blocks-icon {
  position: absolute;
  bottom: .7em;
  right: 1em; }
@media screen and (max-width: 992px) {
  .main-content__blocks-icon {
    transform: scale(0.7);
    right: -3px;
    bottom: -3px;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    text-align: center; }
  .main-content__blocks-icon .cls-1 {
    opacity: 1; } }
.main-content .js-sidebar {
  z-index: 4; }
@media screen and (max-width: 992px) {
  .main-content .js-sidebar {
    margin-bottom: 1em; } }
.main-content .js-sidebar .nav-tabs {
  width: 100%;
  border-bottom: 0;
  margin-bottom: -1px; }
.main-content .js-sidebar .nav-tabs li.active a,
.main-content .js-sidebar .nav-tabs li.active a:hover,
.main-content .js-sidebar .nav-tabs li.active a:focus {
  border: 0;
  background-color: #ffc107;
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  font-family: "Roboto-Bold", sans-serif; }
.main-content .js-sidebar .nav-tabs li {
  width: 27%;
  margin-bottom: 1px; }
@media screen and (max-width: 768px) {
  .main-content .js-sidebar .nav-tabs li {
    width: 33.3%; } }
.main-content .js-sidebar .nav-tabs li a {
  border: 0;
  background-color: #e9e9e9;
  color: #546e7a;
  font-family: "Roboto-Bold", sans-serif;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  height: 50px;
  line-height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5); }
.main-content .js-sidebar .nav-tabs li:last-child {
  width: 46%; }
@media screen and (max-width: 768px) {
  .main-content .js-sidebar .nav-tabs li:last-child {
    width: 33.3%; } }
.main-content .js-sidebar .nav-tabs li:last-child a {
  margin-right: 0; }
.main-content .js-sidebar .nav-tabs li:first-child a {
  margin-left: 0; }
.main-content .js-sidebar .tab-content {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75); }
@media screen and (max-width: 768px) {
  .main-content .js-sidebar .tab-content {
    margin: 10px 15px 0 15px; } }
@media screen and (max-width: 500px) {
  .main-content .js-sidebar .tab-content {
    margin: 10px 0 0 0; } }
.main-content .js-sidebar .tab-content-img {
  height: 150px;
  width: 100%;
  background-image: url(../img/img/depgerb.png);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center; }
@media screen and (max-width: 992px) {
  .main-content .js-sidebar .tab-content-img {
    height: 250px; } }
.main-content .js-sidebar .tab-content__list {
  padding: 0 .8em; }
.main-content .js-sidebar .tab-content__item {
  padding: 1.2em 0; }
.main-content .js-sidebar .tab-content__item-title {
  color: #000; }
.main-content .js-sidebar .tab-content__item-time {
  color: #7c7c7c; }
.main-content .js-sidebar .tab-content__footer {
  margin-top: 1em; }
.main-content .js-sidebar .tab-content__footer-social {
  margin-right: 10px; }
.main-content .js-sidebar .tab-content__footer-social li {
  float: left;
  margin-right: 9px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.main-content .js-sidebar .tab-content__footer-social li:hover {
  margin-top: -5px; }
@media screen and (max-width: 992px) {
  .main-content .js-sidebar .tab-content__footer-social li {
    margin-right: 10px; } }
.main-content .js-sidebar .tab-content__footer-social li a {
  display: block;
  height: 30px;
  width: 30px; }
.main-content .js-sidebar .tab-content__footer-social-icon {
  width: 38px;
  height: 38px;
  display: block; }
@media screen and (max-width: 992px) {
  .main-content .js-sidebar .tab-content__footer-social {
    margin-right: 10px; } }
@media screen and (max-width: 500px) {
  .main-content .col-xs-12-fast-links {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 768px) {
  .main-content .col-md-9-fast-links {
    padding-left: 15px; } }
@media screen and (max-width: 500px) {
  .main-content .col-md-12-btn {
    padding-right: 15px; } }
@media screen and (max-width: 768px) {
  .main-content .col-md-12-map {
    padding: 0 15px 0 15px; } }
@media screen and (max-width: 500px) {
  .main-content .col-md-12-map {
    padding: 0; } }
.main-content__fastlink {
  padding-top: 2em;
  padding-bottom: 0; }
.main-content__fastlink.row {
  padding-right: 395px; }
@media screen and (max-width: 992px) {
  .main-content__fastlink.row {
    padding-right: 15px; } }
@media screen and (max-width: 500px) {
  .main-content__fastlink {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 992px) {
  .main-content__fastlink-item {
    text-align: center; } }
.main-content__fastlink-item a {
  font-family: "Roboto-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  margin-bottom: 1em;
  display: block; }
@media screen and (max-width: 500px) {
  .main-content__fastlink-item a {
    text-align: left;
    font-size: 15px; } }
.main-content__fastlink-item a:hover {
  color: #004a43;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.main-content__fastlink .btn {
  position: relative;
  padding-right: 40px; }
@media screen and (max-width: 768px) {
  .main-content__fastlink .btn {
    width: 100%;
    padding-right: 0; } }
.main-content__fastlink .btn i {
  position: absolute;
  font-size: 21px;
  top: 5px;
  right: 10px; }
.main-content__map {
  margin-top: 3em;
  margin-bottom: 4em; }
.main-content__map .nav-tabs {
  border-bottom: 0; }
.main-content__map .nav-tabs li a {
  margin-right: 5px;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  color: #546e7a;
  background-color: #cfd8dc;
  border: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.main-content__map .nav-tabs li a:hover {
  background-color: #a3b4bc;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.main-content__map .nav-tabs li.active a {
  border: 0;
  background-color: #009688;
  color: #fff;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.main-content__map-desc {
  position: absolute;
  right: 15px;
  top: 12px; }
@media screen and (max-width: 992px) {
  .main-content__map-desc {
    display: none; } }
.main-content__map-desc i {
  color: #f44336;
  font-size: 30px;
  position: absolute;
  left: -25px;
  top: -8px; }
.main-content__map-desc span {
  font-family: "Roboto-Light", sans-serif;
  font-size: 14px; }
.main-content__map .tab-content .tab-pane {
  height: 590px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
@media screen and (max-width: 500px) {
  .main-content__map .tab-content .tab-pane {
    height: 380px;
    background-size: inherit; } }
@media screen and (max-width: 400px) {
  .main-content__map .tab-content .tab-pane {
    height: 360px; } }
@media screen and (max-width: 340px) {
  .main-content__map .tab-content .tab-pane {
    height: 340px; } }
@media screen and (max-width: 320px) {
  .main-content__map .tab-content .tab-pane {
    height: 330px;
  }
}

@media screen and (max-width: 770px) {
  .main-content .nav-tabs {
    margin-bottom: 10px; } }

@media screen and (max-width: 770px) {
  .main-content .nav-tabs > li {
    border-radius: 0px;
    text-align: center; } }

@media screen and (max-width: 770px) {
  .main-content .nav-tabs > li a {
    margin-right: 0; } }

@media screen and (max-width: 768px) {
  .main-content .news-tabs {
    margin: 10px 15px 0 15px;
    width: 100%; } }

@media screen and (max-width: 500px) {
  .main-content .news-tabs {
    margin: 10px 0 0 0; } }

@media screen and (max-width: 768px) {
  .main-content .news-tabs li {
    width: 96% !important;
    font-size: 16px;
    font-family: "Roboto-Bold", sans-serif; } }

@media screen and (max-width: 500px) {
  .main-content .news-tabs li {
    width: 100% !important; } }

.hidden-sidebar-icon-black-down {
  width: 15px;
  height: 15px;
  background-image: url(../img/img/black-arrow-down.png);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.js-trigger-map-item-show {
  display: block !important; }

.main-content__blocks a {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: relative; }

.main-content__blocks a:hover {
  margin-top: -5px;
  box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.25); }
.main-content__blocks a:hover .main-content__blocks-title {
  color: #009688; }

.tab-content__item a {
  display: block; }

.tab-content__item-title span {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-bottom: 1px solid transparent;
  margin-bottom: 3px; }
.tab-content__item-title span:hover {
  border-bottom: 1px solid black; }

.main-content .sidebar .tab-content__item-time {
  margin-top: 3px; }
.main-news-top{
  color: #fff;
  margin: 15px 0 10px;
  border-radius: 3px;  
  border: 1px solid #292929;
  opacity: 0.85;
}
.main-news-top:hover{
  opacity: 1;
}
.main-news-top a{
  color: #fff;
}
.main-news-top a:hover{
  color: #fff;
}
.main-news-topimg{
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
  background-position: center center;
}
.main-news-topright{
  background-color: rgba(0,0,0,0.85);
  padding: 10px;
  position: relative;
  width: 32%;
  height: 330px;
  font-size: 13px;
  border-left: 1px solid #292929;
}
.main-news-toptitle{
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 3px 2px rgba(0,0,0,0.9);
}
.main-news-topdate{
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 12px;
}
.main-news-allitem{
  margin-bottom: 10px;
  width: 100%;
  opacity: 0.8;
}
.main-news-allitem:hover{
  opacity: 1;
}
.main-news-allitem a{
  color: #474747;
}
.main-news-allitem a:hover{
  color: #474747;
}
.main-news-allleft{
  width: 35%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.main-news-allright{
  width: 61.8%;
  display: inline-block;
  vertical-align: top;
}
.main-news-alldate{
  margin: 0 0 10px;
  font-size: 12px;
  color: #383838;
}
.main-news-alltitle{
  color: #0a2740;
}
.main-news-allimg{
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-news-events{
  min-height: 435px;
}
.main-news-events ul{
  margin: 0;
}
.main-events-item{
  width: 100%; 
  margin-bottom: 25px;
  opacity: 0.85;
}
.main-events-item:hover{
  opacity: 1;
}
.main-events-item a{
  color: #0a2740;
}
.main-events-item a:hover{
  text-decoration: none;
  color: #111;
}
.main-events-left{
  display: inline-block;
  vertical-align: top;
  width: 26%;
  margin-right: 2%;
  color: #383838;
}
.main-events-right{
  display: inline-block;
  vertical-align: top;
  width: 69.5%;
  color: #0a2740;
}
.main-content__fastlink-item{
  margin-bottom: 12px;
}
.main-content__fastlink-item a {
  color: #333;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: block;
  opacity: 0.8;
  border: 1px solid #333;
  padding: 7px;
  text-align: center;
}
.main-content__fastlink-item a:hover{
  color: #000;
  border-color: #000;
  text-decoration: none;
  opacity: 1.0;
} 
.main-content__map .nav-tabs li a.map-block-chg{
  background-color: #dfddce;
  color: #1c1c1c;
}
.main-content__map .nav-tabs li a.map-block-chg.active, .main-content__map .nav-tabs li a.map-block-chg:hover{
  background-color: #009688;
  color: #fff;
}
.main-news-events .nav-tabs>li>a {
  padding: 5px 30px;
  font-weight: bold;
  background-color: #e9e9e9;
  color: #1c1c1c;
}
.main-news-events .nav-tabs>li.active>a, .main-news-events .nav-tabs>li>a:hover{
  background-color: #ffc107;
  color: #1c1c1c;
  cursor: pointer;  
}
.main-news-btn{
  background-color: transparent;
  border: 2px solid #009688;
  padding: 5px 20px 5px 50px;
  color: #1c1c1c;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 10px;
  background-image: url('../img/nicons.png');
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out; 
  border-radius: 10px;
}
.main-news-btn:hover{
  opacity: 1;
}
.main-news-all .main-news-btn{
  background-position: 0 -352px;
}
.main-news-events .main-news-btn{
  background-position: 0 -315px;
}
.left-city-hall{
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fafafa;
  padding: 5px;
  border: 1px solid #292929;
  border-radius: 3px;
}
.city-hall-content{
  padding-left: 15px;
  padding-right: 5px;
}
.city-hall-content p{
  margin: 0;
}
.city-hall-info1, .city-hall-map{
  margin-bottom: 10px;
}
.city-hall-add, .city-hall-time, .city-hall-phone, .city-hall-email, .city-hall-graff, .city-hall-dovid{
  margin-bottom: 7px;
  padding-left: 25px;
  background-image: url('../img/nicons.png');
  background-repeat: no-repeat;
}
.city-hall-add {
  background-position: -17px -319px;
}
.city-hall-time {
  background-position: -17px -484px;
}
.city-hall-phone {
  background-position: -17px -390px;
}
.city-hall-email {
  background-position: -17px -423px;
}
.city-hall-graff{
  background-position: -17px -484px;
}
.city-hall-dovid{
  background-position: -17px -358px;
}
.left-npas{
  margin-bottom: 10px;
  background-color: #fafafa;
  border: 1px solid #292929;
  border-radius: 3px;
}
.left-npas-title{
  background-color: #ffc107;
  color: #474747;
  cursor: default;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
}
.left-npas-content{
  padding: 15px 5px 0;
}
.left-npas-item{
  margin-bottom: 12px;
}
.left-npas-item span{
  display: block;
  font-weight: normal;
}
.left-npas-item a{
  color: #474747;
  font-weight: bold;
  display: block;
  overflow: hidden;
  max-height: 50px;
}
.left-npas-item a:hover{
  color: #474747;
  text-decoration: underline;
}
.ticket-city-hall{
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.ticket-city-hall a{
  background-color: #ffc107;
  color: #474747;
  padding: 8px 20px;
  font-weight: bold;
}
.ticket-city-hall a:hover{
  text-decoration: none;
  color: #474747;
  opacity: 0.8;
}

.left-npas-link{
  text-align: right;
  margin-bottom: 8px
}
.left-npas-link a{
  background-color: #ffc107;
  color: #474747;
  padding: 8px 20px;
  font-weight: bold;
}
.left-npas-link a:hover{
  text-decoration: none;
  color: #474747;
  opacity: 0.8;
}
.top-menu-svg {
  margin-top: -2px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.top-menu-svg:hover {
  fill: #009688; }

.sidebar__nav li a {
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.fa {
  color: #7fcac3;
  font-size: 56px; }

.main-content__blocks .col-md-3:first-child .fa {
  font-size: 110px;
  float: none; }

.main-content__blocks-text {
  max-height: 85px;
  overflow: hidden; }

.fast-links-cont {
  background-color: #eceff1; }

.form-small-logo {
  padding-top: 27px;
  font-family: Roboto-Bold,sans-serif;
  color: #009688;
  display: inline-block;
  font-size: 20px; }

.scrollToTop {
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2000;
  background-color: #ffc107;
  opacity: .8;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.scrollToTop:hover {
  opacity: 1; }

.scrollToTop:after {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px; }

.scrollToTop:before {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 29px; }

.nav.main-page-tabs.for-small {
  padding: 0; }
@media screen and (max-width: 768px) {
  .nav.main-page-tabs.for-small {
    margin-bottom: 10px;
    margin-top: 10px; }
  .nav.main-page-tabs.for-small li a {
    border-radius: 0;
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 500px) {
  .js-sidebar .tab-content {
    margin-top: 0; } }

.notfound {
  margin-top: 102px;
  margin-bottom: 5px; }

@media screen and (max-width: 992px) {
  .notfound {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .notfound {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 430px) {
  .notfound {
    margin-top: 70px; } }
.notfound .notfound_content {
  position: absolute;
  right: 0;
  left: 0; }
.notfound .container-fluid {
  position: relative;
  z-index: 100;
  background-color: #f2f2f2; }
.notfound .container-fluid .row {
  background-image: url(../img/img/404.png);
  background-position: 46% 29%;
  background-repeat: no-repeat; }
@media screen and (max-width: 992px) {
  .notfound .container-fluid .row {
    background-size: contain; } }
.notfound .container-fluid .left-side {
  background-color: #cfd8dc;
  opacity: .7;
  height: 820px; }
.notfound .container-fluid .notfound-title {
  font-size: 84px;
  font-family: "Roboto-Regular", sans-serif;
  opacity: .5;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  margin-top: 65px; }
@media screen and (max-width: 560px) {
  .notfound .container-fluid .notfound-title {
    font-size: 74px; } }
@media screen and (max-width: 560px) {
  .notfound .container-fluid .notfound-title {
    font-size: 70px; } }
.notfound .container-fluid .notfound-text {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  color: #aeaeae;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  width: 480px;
  height: 130px;
  text-align: center;
  padding-top: 30px;
  margin-top: 330px;
  background-color: #fff; }
@media screen and (max-width: 560px) {
  .notfound .container-fluid .notfound-text {
    margin-top: 300px; } }
@media screen and (max-width: 500px) {
  .notfound .container-fluid .notfound-text {
    width: 80%;
    height: 100%;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px; } }
.notfound .container-fluid .notfound-text .notfound-text-title {
  font-size: 30px;
  color: #7c7c7c;
  margin-bottom: 25px; }
@media screen and (max-width: 500px) {
  .notfound .container-fluid .notfound-text .notfound-text-title {
    font-size: 20px; } }
.notfound .container-fluid .notfound-text .notfound-text-subtitle {
  width: 80%;
  margin: 0 auto; }
.notfound .container-fluid .notfound-btn {
  display: block;
  margin: 0 auto;
  width: 170px;
  background-color: #7c7c7c;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 14px;
  height: 35px;
  line-height: 2.5;
  border-radius: 2px;
  margin-top: 40px; }
.notfound .container-fluid .notfound-btn:hover {
  opacity: .8; }

@media screen and (max-width: 750px) {
  .main-content__blocks-title {
    font-size: 14px;
    font-family: "Roboto-Medium", sans-serif; } }

@media screen and (max-width: 750px) {
  .main-content__blocks-text {
    font-size: 12px;
    font-family: Roboto-Regular,sans-serif; } }

@media screen and (max-width: 400px) {
  .main-content__blocks-text {
    min-height: 70px; } }

.hidden-sidebar {
  width: 100%;
  height: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  background-color: #009688;
  line-height: 2.8;
  display: none;
  cursor: pointer; }
@media screen and (max-width: 992px) {
  .hidden-sidebar {
    display: block; } }

.hidden-sidebar-icon-down {
  width: 15px;
  height: 15px;
  background-image: url(../img/img/white-arrow-down.png);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.hidden-sidebar-icon-up {
  transform: rotate(-180deg);
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

#map {
  height: 500px;
  width: 100%; }

.map-block {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding-right: 0;
  padding-bottom: 0; }
.map-block .col-md-2 {
  padding-right: 0;
  padding-left: 0; }
.map-block .col-md-2 .map-menu {
  margin: 0; }
.map-block .col-md-2 .map-menu li a {
  font-size: 14px; }
.map-block .col-md-10 {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }
@media screen and (max-width: 992px) {
  .map-block .col-md-10 {
    padding-left: 20px;
    padding-right: 20px; } }

.map-menu {
  background-color: transparent;
  box-shadow: none; }

.catalog {
  margin-top: 102px;
  padding-bottom: 30px;
  margin-bottom: 12px; }
@media screen and (max-width: 992px) {
  .catalog {
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .catalog .container .row .col-md-3 {
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px; } }
.catalog .container-fluid {
  margin-top: 10px;
  background-color: #eceff1;
  padding-bottom: 15px; }
@media screen and (max-width: 992px) {
  .catalog .sidebar ul {
    display: none; } }

button:hover {
  opacity: .7; }

.col-md-3 {
  z-index: 5; }
@media screen and (max-width: 992px) {
  .col-md-3 {
    padding: 0; } }
.col-md-3 .sidebar {
  z-index: 5; }
.col-md-3 .sidebar .sidebar__nav {
  margin-bottom: 20px; }
.col-md-3 .sidebar .sidebar__nav li a {
  padding-left: 30px; }
.col-md-3 .social-news {
  clear: both; }

.col-md-9 {
  z-index: 4; }

.all-services {
  width: 265px;
  background-color: #ffc107;
  border: none;
  height: 40px;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 14px;
  padding-right: 20px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 750px) {
  .all-services {
    width: 100%; } }
.all-services div {
  float: right; }

.service {
  line-height: 2;
  border-bottom: 1px solid #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px; }
@media screen and (max-width: 750px) {
  .service {
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0; } }
.service .last-petitions-title {
  margin-top: 15px; }
.service a {
  display: block;
  color: #009688;
  text-decoration: underline;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 750px) {
  .service a {
    margin-bottom: 10px; } }
.service a:hover {
  opacity: .7; }
.service .service-name {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  margin-bottom: 20px; }
.service .petitions-title {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent; }
.service .petitions-title:hover {
  opacity: 1;
  border-bottom: 2px solid #009688; }
.service .all-petitions {
  margin-top: 20px;
  width: 160px;
  height: 30px;
  background-color: #ffc107;
  border: none;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  line-height: 1.5;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 750px) {
  .service .all-petitions {
    width: 100%; } }

.reference-title {
  color: #009688;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 10px; }

.reference-text {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  padding-right: 50px; }

.references-title {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px; }

.catalog-blocks .col-md-4:first-child > div, .catalog-blocks .col-md-4:first-child > a {
  min-height: 265px; }
.catalog-blocks .col-md-4:first-child > div .blocks-icon .fa, .catalog-blocks .col-md-4:first-child > a .blocks-icon .fa {
  font-size: 110px; }
@media screen and (max-width: 992px) {
  .catalog-blocks .col-md-4:first-child > div .blocks-icon .fa, .catalog-blocks .col-md-4:first-child > a .blocks-icon .fa {
    font-size: 60px; } }
@media screen and (max-width: 992px) {
  .catalog-blocks .col-md-4:first-child > div, .catalog-blocks .col-md-4:first-child > a {
    min-height: 125px; } }

.catalog-blocks .col-md-4:first-child {
  min-height: 265px; }
@media screen and (max-width: 992px) {
  .catalog-blocks .col-md-4:first-child {
    min-height: 125px; } }

.catalog-blocks .col-md-4 > div, .catalog-blocks .col-md-4 > a {
  min-height: 125px; }

.catalog-blocks .col-md-6 > div, .catalog-blocks .col-md-6 > a {
  min-height: 125px; }

.catalog-blocks .col-md-4 {
  padding: 0 1em 0 0;
  margin-bottom: 15px;
  min-height: 125px; }
@media screen and (max-width: 992px) {
  .catalog-blocks .col-md-4 {
    padding-right: 15px;
    padding-left: 15px; } }

.catalog-blocks .col-md-6 {
  padding: 0 1em 0 0;
  margin-bottom: 15px;
  min-height: 125px; }
@media screen and (max-width: 992px) {
  .catalog-blocks .col-md-6 {
    padding-left: 15px; } }
@media screen and (max-width: 768px) {
  .catalog-blocks .col-md-6 {
    padding-right: 15px; } }

.catalog-blocks {
  margin-bottom: 15px; }
.catalog-blocks .top-link {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 1em;
  color: #000;
  padding: 1em;
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  transition: .3s ease all; }
.catalog-blocks .top-link:hover {
  margin-top: -5px;
  box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.25); }
@media screen and (max-width: 768px) {
  .catalog-blocks .top-link:hover {
    margin-top: 0; } }
.catalog-blocks .blocks-icon {
  position: absolute;
  bottom: .7em;
  right: 1em; }
.catalog-blocks .top-links {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  border-radius: 3px;
  padding: 20px;
  transition: .3s ease all; }
.catalog-blocks .top-links:hover {
  margin-top: -5px;
  box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.25); }
@media screen and (max-width: 768px) {
  .catalog-blocks .top-links:hover {
    margin-top: 0; } }
.catalog-blocks .top-links a {
  color: #000000; }
.catalog-blocks .top-links a:hover {
  color: #009688; }

.sidebar__nav li a:hover {
  color: #009688;
  width: 100%;
  display: inline-table; }

.js-sidebar {
  margin-bottom: -50%; }
@media screen and (max-width: 992px) {
  .js-sidebar {
    margin-bottom: 15px; } }

.forum-btn {
  border: none;
  margin-top: 30px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  line-height: 2.4;
  height: 43px;
  padding-left: 30px;
  background-color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 380px; }
@media screen and (max-width: 700px) {
  .forum-btn {
    width: 100%; } }
@media screen and (max-width: 400px) {
  .forum-btn {
    padding-left: 10px; } }

.forum {
  padding: 30px;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0; }
.forum span {
  color: #758e9a;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  border-bottom: 1px solid transparent; }
.forum span:hover {
  border-bottom: 1px solid #758e9a; }
@media screen and (max-width: 700px) {
  .forum span {
    display: block;
    margin-top: 30px; } }

.forum-subtitle {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  margin-bottom: 20px; }

.forum-item {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #607d8b;
  margin-bottom: 30px;
  padding-top: 30px; }
.forum-item a {
  display: block;
  color: #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  padding-top: 10px; }
@media screen and (max-width: 1200px) {
  .forum-item a {
    line-height: 1.1; } }
.forum-item a:hover {
  color: #000000; }
@media screen and (max-width: 992px) {
  .forum-item .col-md-3 {
    margin-top: 20px; } }
@media screen and (max-width: 350px) {
  .forum-item .col-md-3 {
    text-align: center; } }
.forum-item .col-md-3 .thumbs-up, .forum-item .col-md-3 .thumbs-down {
  display: inline-block;
  position: relative;
  margin-left: 15px; }
@media screen and (max-width: 992px) {
  .forum-item .col-md-3 .thumbs-up {
    margin-left: 0; } }
.forum-item .col-md-3 .thumbs-down svg {
  margin-bottom: -10px; }

.all-forum-btn {
  background-color: #ffc107;
  border: none;
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 600;
  margin-right: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-radius: 3px; }
@media screen and (max-width: 350px) {
  .all-forum-btn {
    margin: auto;
    width: 200px; } }

.all-forum-btn:hover {
  opacity: .8; }

.comment_photo img {
  width: 50px;
  float: left; }

@media screen and (max-width: 768px) {
  .main-page-tabs {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 768px) {
  .main-content .sidebar .main-page-tabs li {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .main-content .sidebar .main-page-tabs li:last-child {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .main-content__blocks .fa {
    display: block;
    float: right; } }

.deppage {
  margin-top: 102px;
  background-color: #fff; }
.deppage #map {
  height: 262px;
  margin-top: 30px; }
.deppage .container-fluid {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 15px; }
@media screen and (max-width: 768px) {
  .deppage .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 800px) {
  .deppage .col-md-3 {
    padding: 0 15px 0 15px; } }
@media screen and (max-width: 992px) {
  .deppage {
    margin-bottom: 20px;
    margin-top: 75px; } }
@media screen and (max-width: 767px) {
  .deppage {
    margin-bottom: 0; } }
.deppage .breadcrumb {
  background-color: #fff; }
.deppage .breadcrumb svg {
  margin-left: 7px;
  margin-right: 7px; }
.deppage .breadcrumb li {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px; }
.deppage .breadcrumb li a {
  color: #009688; }
@media screen and (max-width: 992px) {
  .deppage .dep-photo-container {
    margin-bottom: 10px; } }
@media screen and (max-width: 750px) {
  .deppage .dep-photo-container {
    text-align: center; } }
.deppage .dep-photo {
  height: 300px;
  width: 100%;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  background-image: url(../img/img/depgerb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75); }
@media screen and (max-width: 992px) {
  .deppage .dep-photo {
    width: 250px;
    height: 292px;
    float: none;
    -webkit-background-size: contain;
    margin: auto;
    display: block; } }
@media screen and (max-width: 750px) {
  .deppage .dep-photo {
    width: 250px;
    height: 292px;
    display: inline-block;
    float: none;
    -webkit-background-size: contain; } }
.deppage .dep-position {
  line-height: 2; }
.deppage .dep-district p {
  display: inline; }
@media screen and (max-width: 450px) {
  .deppage .dep-district p {
    display: block; } }
.deppage .dep-fraction, .deppage .dep-comision {
  margin-top: 15px; }
.deppage .dep-fraction p, .deppage .dep-comision p {
  display: inline; }
@media screen and (max-width: 450px) {
  .deppage .dep-fraction p, .deppage .dep-comision p {
    display: block; } }
.deppage .dep-fraction {
  margin-top: 20px; }
.deppage .dep-contacts {
  font-size: 18px;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5; }
.deppage .dep-district {
  margin-top: 10px; }
.deppage .time {
  margin-top: 20px; }
@media screen and (max-width: 768px) {
  .deppage .time {
    margin-top: 0; } }
.deppage .place {
  margin-top: 20px; }
@media screen and (max-width: 768px) {
  .deppage .place {
    margin-top: 0; } }
.deppage .contact-ttitle {
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  color: #009688; }
.deppage .personal-cont {
  padding: 20px; }
@media screen and (max-width: 992px) {
  .deppage .personal-cont {
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  .deppage .personal-cont > div {
    display: inline-block;
    width: 32%;
    vertical-align: top; } }
@media screen and (max-width: 480px) {
  .deppage .personal-cont > div {
    width: 49%;
    margin-bottom: 11px; } }
@media screen and (max-width: 450px) {
  .deppage .personal-cont > div {
    width: 100%;
    margin-bottom: 21px; } }
.deppage .contacts {
  font-size: 16px; }
.deppage .contacts p {
  margin-bottom: 10px;
  float: none; }
.deppage .dep-name {
  font-size: 24px;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  margin-top: -5px; }
.deppage .dep-bio {
  line-height: 2; }
@media screen and (max-width: 992px) {
  .deppage .dep-bio {
    margin-bottom: 20px; } }
.deppage .dep-bio .bio-title {
  font-size: 20px;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 20px;
  margin-top: 15px; }
.deppage .dep-bio p {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif; }
.deppage .dep-social {
  margin-top: -15px; }
.deppage .dep-social ul {
  height: 40px; }
.deppage .dep-social li {
  display: inline-block;
  height: 100%; }
.deppage .dep-social li a {
  display: inline-block; }
.deppage .dep-social li a svg {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.deppage .dep-social li a svg:hover {
  opacity: .7;
  margin-bottom: -5px; }
.deppage .reports {
  margin-top: 50px; }
.deppage .reports li:hover a {
  border-bottom: 1px solid #009688;
  opacity: .8; }
.deppage .reports a {
  color: #009688;
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.deppage .reports .report-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/img/clip.png);
  background-repeat: no-repeat;
  float: left; }

.birth-d {
  margin-top: 10px;
  line-height: 2; }
.birth-d span {
  color: #000000;
  font-family: "Roboto-Light", sans-serif; }

.js_body_noscroll {
  overflow: hidden; }

.js_content-opacity {
  opacity: .8; }

@media screen and (max-width: 800px) {
  .radapage {
    padding-left: 15px;
    padding-right: 15px; } }

.radapage .hidden-sidebar-icon-down {
  top: 35px; }

@media screen and (max-width: 992px) {
  .radapage .container .sidebar__nav {
    float: none; } }

.radapage .col-md-3, .radapage .col-md-6 {
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .radapage .col-md-3, .radapage .col-md-6 {
    padding-right: 0;
  }
}

.radapage h3 {
  font-size: 20px;
  font-family: "Roboto-Medium", sans-serif; }

.radapage .breadcrumb {
  background-color: #fafafa;
  padding-left: 0;
  margin-top: 15px; }
.radapage .breadcrumb svg {
  margin-left: 7px;
  margin-right: 7px; }
.radapage .breadcrumb li {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px; }
.radapage .breadcrumb li a {
  color: #009688; }

.radapage .deputats a {
  display: block;
  color: #000000; }

.radapage .deputats a:hover {
  opacity: .7;
  text-decoration: underline; }

.radapage .deputats .deputat {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  min-height: 205px;
  background-color: #fff;
  line-height: 1.3;
  margin-bottom: 10px; }
.radapage .deputats .deputat .name {
  font-size: 18px;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 32px; }
.radapage .deputats .deputat p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px;
  margin-bottom: 20px; }
@media screen and (max-width: 1200px) {
  .radapage .deputats .deputat p {
    font-size: 13px; } }
.radapage .deputats .deputat p span {
  font-family: "Roboto-Medium", sans-serif; }
.radapage .deputats .deputat .region {
  margin-bottom: 0; }
.radapage .deputats .deputat .dep-photo {
  float: left;
  background-image: url(../img/img/depgerb.png);
  background-repeat: no-repeat;
  width: 175px;
  height: 175px;
  margin-right: 30px;
  background-size: contain; }
@media screen and (max-width: 520px) {
  .radapage .deputats .deputat .dep-photo {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; } }

.business {
  margin-top: 102px; }
@media screen and (max-width: 992px) {
  .business {
    margin-bottom: 50px; } }
.business .active {
  color: #009688 !important; }
.business .social-news {
  margin-top: 15px; }
@media screen and (max-width: 800px) {
  .business .col-md-12 {
    padding-left: 15px;
    padding-right: 15px; } }
.business .col-md-3 {
  padding-left: 0; }
@media screen and (max-width: 800px) {
  .business .col-md-3 {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 992px) {
  .business .col-md-9 {
    padding-top: 15px; } }
@media screen and (max-width: 800px) {
  .business .hidden-sidebar-icon-down {
    right: 30px; } }
.business .hidden-sidebar span {
  max-width: 250px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }
@media screen and (max-width: 600px) {
  .business .hidden-sidebar span {
    max-width: 200px; } }
.business ul {
  margin-bottom: 15px; }
.business .breadcrumb {
  background-color: #fafafa;
  padding-left: 0;
  margin-top: 15px; }
.business .breadcrumb .active {
  color: #777 !important; }
.business .breadcrumb svg {
  margin-left: 7px;
  margin-right: 7px; }
.business .breadcrumb li {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px; }
.business .breadcrumb li a {
  color: #009688; }
.business .business-title {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  color: #009688;
  margin-bottom: 30px; }
.business .panel-body {
  padding: 0; }
.business .panel {
  border: none;
  box-shadow: none; }
.business .panel-default > .panel-heading {
  background-color: #fafafa;
  border: none;
  padding: 0 0 15px 0; }
.business .rules-content {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  position: relative;
  line-height: 1.5;
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-top: 320px; }
.business .rules-content ul li {
  padding-left: 15px; }
.business .rules-content ul li:before {
  content: "•";
  padding-right: 8px;
  color: #009688;
  font-size: 25px;
  vertical-align: middle; }
.business .rules-content .rules-photo {
  background-image: url(../img/img/shop.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 305px;
  margin-bottom: 10px; }
.business .rules-content p {
  margin-bottom: 20px; }
.business .rules-content p span {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif; }
.business .rules {
  font-size: 18px;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 15px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.business .rules:hover {
  color: #009688; }
.business .plus {
  background-image: url(../img/img/plus.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.business .minus {
  background-image: url(../img/img/minus.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.feedback {
  margin-top: 50px;
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4;
  padding: 20px; }
.feedback p {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px;
  margin-bottom: 20px; }
.feedback form {
  margin-top: 20px; }
.feedback select {
  float: left; }
.feedback .chosen-container {
  display: block; }
.feedback textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  height: 150px;
  margin-top: 20px; }
.feedback .feedback-btn {
  background-color: #ffc107;
  height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif;
  border: none;
  margin-top: 20px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.chosen-search ~ .chosen-container .chosen-default {
  display: none; }

.chosen-container .chosen-results li.highlighted {
  background-color: #e9e9e9;
  background-image: none;
  color: #7c7c7c; }

.chosen-container .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-single .chosen-single {
  background: #fff; }

li.active-result {
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px;
  width: 100%;
  color: #7c7c7c; }

.br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #ffc107; }

.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 10px; }

.permission-title {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px; }

.permissions {
  margin-bottom: 10px; }
.permissions a {
  color: #009688;
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.permissions a span {
  color: #009688; }
.permissions .report-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/img/clip.png);
  background-repeat: no-repeat;
  float: left; }

.permissions > a:hover {
  border-bottom: 1px solid #009688;
  opacity: .8; }

.breadcrumb {
  margin-bottom: 15px; }

.news {
  overflow: hidden; }
.news iframe {
  margin-bottom: 20px;
  margin-top: 20px; }
.news .event__full-main {
  margin-top: 0;
  margin-bottom: 2em; }
.news .event__full-main .event {
  padding-top: 0; }
.news .event__full-img {
  width: 380px;
  margin-right: 1em;
  margin-bottom: 1em; }
.news .event__full-img img {
  width: 100%; }
@media screen and (max-width: 992px) {
  .news .event__full-control {
    margin-bottom: 15px; } }
.news .event__full-control a {
  color: #009688;
  font-size: 18px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: relative; }
.news .event__full-control a:hover {
  border-bottom: 1px solid #009688;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news .event__full-control a:hover .fa {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  opacity: 1; }
.news .event__full-control a .fa {
  position: absolute;
  top: -7px;
  font-size: 30px;
  opacity: .5;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news .event__full-control a .fa:hover {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  opacity: 1; }
.news .event__full-control-prev {
  margin-left: 15px; }
.news .event__full-control-prev .fa {
  left: -15px; }
.news .event__full-control-next {
  margin-right: 15px; }
.news .event__full-control-next .fa {
  top: -5px !important;
  right: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.news .date {
  color: #000;
  margin-top: .5em; }
.news .act-autor {
  background-color: #fff;
  color: #90a4ae;
  border: 1px solid #90a4ae;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 12px;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 30px;
  text-align: center;
  line-height: 2.4; }
.news .active a {
  color: #009688 !important; }
.news .video__item {
  margin-top: 1em; }
.news__title {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eceff1;
  padding: 10px; }
.news__title img {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 1em;
  margin-top: -1em; }
.news__title:after {
  clear: both;
  display: block;
  height: 0;
  content: ''; }
.news__title p {
  padding-top: 1em;
  margin-right: 1em;
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif; }
.news .breadcrumb {
  background-color: #fafafa;
  margin-top: 15px; }
.news .breadcrumb .active {
  color: #777 !important; }
.news .breadcrumb svg {
  margin-left: 7px;
  margin-right: 7px; }
.news .breadcrumb li {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px; }
.news .breadcrumb li a {
  color: #009688; }
.news .main-text {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  line-height: 1.5; }
.news .main-text>p {
  margin-bottom: 20px; }
.news .sidebar__nav {
  margin-bottom: 15px; }
.news .last-news-title {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px; }
.news .news {
  margin: 0; }
@media screen and (max-width: 992px) {
  .news .news {
    margin-bottom: 15px; } }
.news .news-title {
  margin-bottom: 15px; }
.news .news-title a {
  color: #009688;
  display: inline-block;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  padding-bottom: 5px; }
.news .news-title a:hover {
  border-bottom: 2px solid #009688;
}
@media screen and (max-width: 992px) {
  .news .news-title {
    margin-top: 15px;
  }
}
.news .news-subtitle {
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  margin-bottom: 20px;
}
.news .last-news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .news .last-news-img {
    float: left;
    width: 250px;
    height: 100%; } }
@media screen and (max-width: 650px) {
  .news .last-news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px; } }
.news .last-news-img-1 {
  background-image: url(../img/img/depgerb.png);
}
.news .last-news-img-2 {
  background-image: url(../img/img/depgerb.png);
}
.news .last-news-img-3 {
  background-image: url(../img/img/depgerb.png);
}
.news .all-news-btn {
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif;
  background-color: #ffc107;
  border: none;
  padding: 10px 40px 10px 40px;
  margin-top: 40px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  margin-left: -15px; }
@media screen and (max-width: 992px) {
  .news .all-news-btn {
    margin-bottom: 40px;
    margin-top: 20px; } }
.news .news-item {
  padding-top: 180px;
  display: inline-block; }
.news .news-item a {
  display: block; }
.news .news-item a span {
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news .news-item a:hover span {
  opacity: .8;
  border-bottom: 1px solid #000;
  color: #000000; }
.news .news-item a:hover .last-news-img {
  opacity: .8; }
@media screen and (max-width: 992px) {
  .news .news-item {
    padding-top: 15px; } }
@media screen and (max-width: 1200px) {
  .news .news-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; } }
@media screen and (max-width: 992px) {
  .news .news-item {
    padding-left: 270px;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .news .news-item {
    padding: 180px 15px 15px 15px; } }
.news .news-item .item_photos {
  margin-top: 2px; }
@media screen and (max-width: 1200px) {
  .news .news-item .item_photos {
    margin-left: 5px; } }
.news .news-item .item_videos {
  margin-top: 2px; }
@media screen and (max-width: 1200px) {
  .news .news-item .item_date {
    font-size: 14px; } }
.news .news-item .news-text {
  margin-bottom: 40px; }
.news .news-item .news-subtitle {
  margin-bottom: 20px; }
@media screen and (max-width: 1200px) {
  .news .news-item .news-subtitle {
    font-size: 15px; } }
@media screen and (max-width: 992px) {
  .news .col-md-3-menu {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 1200px) {
  .news .hidden-sidebar-icon-down {
    right: 30px; } }

.sl__1 {
  min-width: 100%;
  margin-top: 30px; }
.sl__1 .sl__slide {
  position: relative; }
.sl__1 .sl__slide img {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  z-index: 1;
  background-size: cover;
  background-position: center center; }
@media screen and (max-width: 767px) {
  .sl__1 .sl__slide img {
    -webkit-background-size: cover;
    background-size: cover; } }
@media screen and (max-width: 750px) {
  .sl__1 .sl__slide img {
    height: 350px; } }
@media screen and (max-width: 650px) {
  .sl__1 .sl__slide img {
    height: 300px; } }
@media screen and (max-width: 500px) {
  .sl__1 .sl__slide img {
    height: 250px; } }
@media screen and (max-width: 400px) {
  .sl__1 .sl__slide img {
    height: 200px; } }
.sl__1 .sl__slide .sl__text {
  position: absolute;
  bottom: 0;
  background-color: #e8e8e8;
  width: 100%; }
@media screen and (max-width: 767px) {
  .sl__1 .sl__slide .sl__text {
    position: static; } }
.sl__1 .sl__slide .sl__text p {
  line-height: 1.5;
  height: 100%;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }
@media screen and (max-width: 750px) {
  .sl__1 .sl__slide .sl__text p {
    font-size: 14px; } }
@media screen and (max-width: 650px) {
  .sl__1 .sl__slide .sl__text p {
    font-size: 13px; } }

@media screen and (max-width: 590px) {
  .sl__2 {
    margin-bottom: 10px; } }

.galery__count {
  color: #959595;
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }
.galery__count p {
  display: inline-block; }
.galery__count .galery_date {
  float: right; }

.slick-prev, .slick-next {
  z-index: 1100; }

button.slick-prev:before, .slick-prev:before {
  font-size: 60px;
  position: absolute;
  left: 25px;
  top: 0;
  color: transparent;
  background-image: url(../img/slider/arrow-left.png);
  background-repeat: no-repeat; }

button.slick-next:before, .slick-next:before {
  font-size: 60px;
  position: absolute;
  right: -80px;
  top: 0;
  color: transparent;
  background-image: url(../img/slider/arrow-rigth.png);
  background-repeat: no-repeat; }

.slick-next {
  right: 80px; }

.slick-prev {
  left: 0; }

.slick-dots li {
  width: 5%; }
@media screen and (max-width: 1200px) {
  .slick-dots li {
    width: 4.5%; } }
@media screen and (max-width: 620px) {
  .slick-dots li {
    width: 4.4%; } }

.slick-dots li button {
  width: 100%;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.slick-dots li button:before {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  font-size: 102px;
  top: -60px;
  left: -5px;
  content: '_';
  font-weight: bold; }
@media screen and (max-width: 1200px) {
  .slick-dots li button:before {
    font-size: 80px;
    top: -45px; } }
@media screen and (max-width: 992px) {
  .slick-dots li button:before {
    font-size: 82px; } }
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 80px; } }
@media screen and (max-width: 700px) {
  .slick-dots li button:before {
    font-size: 75px; } }
@media screen and (max-width: 666px) {
  .slick-dots li button:before {
    font-size: 73px; } }
@media screen and (max-width: 620px) {
  .slick-dots li button:before {
    font-size: 70px; } }

.sidebar__nav li a {
  padding-left: 30px; }

.articlecontent img {
  margin-right: 15px;
  margin-bottom: 10px; }
@media screen and (max-width: 768px) {
  .articlecontent img {
    width: 100%; } }

.object-page {
  margin-top: 102px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .object-page {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 768px) {
  .object-page .breadcrumb {
    margin-left: 0; } }
@media screen and (max-width: 992px) {
  .object-page .navbar-nav {
    float: none; } }
.object-page #map {
  height: 300px;
  margin-bottom: 50px; }
.object-page .container {
  padding-top: 15px; }
.object-page .sidebar {
  padding-left: 0; }
.object-page h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif; }
.object-page img {
  width: 100%; }
.object-page .col-md-6 {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 10px; }
.object-page .col-md-6 ul li {
  margin-bottom: 5px;
  line-height: 1.3; }
.object-page p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5; }
.object-page .object-bold-text {
  font-family: "Roboto-Bold", sans-serif; }
.object-page .important-text {
  color: #009688;
  font-family: "Roboto-Bold", sans-serif; }

.search {
  margin-top: 102px;
  padding-top: 20px;
  font-family: "Roboto-Light", sans-serif; }
.search .date-item {
  position: relative;
  width: 45%;
  display: inline-block;
  margin-top: 10px; }
.search .tabs-search {
  margin-bottom: 15px; }
.search .tabs-search input {
  position: relative;
  width: 95%;
  padding: 15px;
  border: 2px solid #e8e8e8; }
.search .tabs-search input:focus {
  outline-color: #adadad; }
.search .tabs-search a {
  position: absolute;
  right: 0;
  background-color: #009688;
  width: 60px;
  height: 50px; }
.search .tabs-search .search-svg {
  position: absolute;
  right: 18px;
  top: 13px; }
.search .item_date {
  font-size: 14px; }
.search .search-filter-date p {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif; }
.search .datepicker-arrow {
  background-image: url("../img/svg/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  -webkit-transition: .1s ease all;
  -moz-transition: .1s ease all;
  -ms-transition: .1s ease all;
  -o-transition: .1s ease all;
  transition: .1s ease all;
  transform: rotate(90deg); }
.search .datepicker-arrow-active {
  transform: rotate(-90deg); }
.search .js_arrow_1, .search .js_arrow_2 {
  position: absolute;
  top: 10px;
  right: 10px; }
.search .links-block {
  border-bottom: 1px solid #cdd7db;
  border-top: 1px solid #cdd7db;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px; }
.search .links-block a {
  color: #009688;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  font-family: "Roboto-Regular", sans-serif;
  text-transform: capitalize; }
.search .links-block a:hover {
  opacity: .8; }
.search .links-block a:last-child {
  margin-bottom: 0; }
.search .tag {
  font-size: 14px;
  border: 1px solid #cdd7db;
  background-color: #ffffff;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-top: 5px;
  color: #000000; }
.search .search-keyword, .search .search-coincidences {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center; }
.search .col-md-3 {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
.search .col-md-9 {
  padding: 20px;
  padding-right: 0; }
@media screen and (max-width: 992px) {
  .search .col-md-9 {
    padding-left: 0; } }
.search .col-md-12 {
  padding-right: 0;
  padding-left: 0; }
.search .tems {
  border: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 30px; }
.search .tems-item {
  background: none;
  border: none;
  font-size: 20px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  line-height: 1.5; }
.search .tems-item a {
  display: block; }
.search .tems-item p {
  color: #000000;
  font-family: "Roboto-Light", sans-serif;
  font-size: 16px; }
.search .tems-item .tem-title {
  color: #009688;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif; }
.search .all-petition-btn {
  margin: 0 auto;
  width: 205px;
  margin-top: 30px;
  display: block;
  font-size: 13px;
  background-color: #eaeef1; }
.search .all-petition-btn:hover {
  background-color: #000000; }

.search-filter {
  margin-bottom: 50px; }
.search-filter span {
  display: inline-block;
  margin-left: 5px; }
.search-filter li:first-child {
  color: #000000;
  font-size: 18px; }
.search-filter li {
  margin-top: 25px; }
.search-filter li a {
  color: #009688;
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif; }

.daterangepicker .fa {
  color: #000;
  font-size: 15px; }

.daterangepicker input:focus {
  outline-color: #adadad; }

.daterangepicker .calendar-table {
  padding: 5px !important; }
.daterangepicker .calendar-table .prev, .daterangepicker .calendar-table .next, .daterangepicker .calendar-table .month {
  background-color: #ffc107;
  color: #000;
  border-radius: 0;
  font-family: "Roboto-Regular", sans-serif; }
.daterangepicker .calendar-table .prev:hover, .daterangepicker .calendar-table .next:hover, .daterangepicker .calendar-table .month:hover {
  background-color: #ffc107; }
.daterangepicker .calendar-table tbody {
  font-family: "Roboto-Light", sans-serif;
  color: #000; }

.search-results-btn {
  border: none;
  text-transform: inherit;
  margin-top: 15px;
  background-color: #ffc107;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  padding: 15px;
  display: block;
  margin: 0 auto;
  margin-top: 50px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #ffc107 !important;
  color: #000; }

.arrow_in {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

@media screen and (max-width: 1200px) {
  .search .date-item {
    width: 40%; }
  .search .time-defis {
    display: block;
    margin: 0 auto;
    width: 20px; }
  .search .date-item {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .search .date-item {
    width: 48%; }
  .search .time-defis {
    display: inline; } }

@media screen and (max-width: 620px) {
  .search .date-item {
    width: 100%; }
  .search .time-defis {
    margin: 0 auto;
    display: block;
    width: 30px; } }

.zvernenia {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  line-height: 1.5; }
.zvernenia label {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif; }
@media screen and (max-width: 992px) {
  .zvernenia {
    margin-right: 15px;
    margin-left: 15px; } }
.zvernenia .col-md-7 input {
  width: 100%;
  border: 2px solid #e8e8e8;
  height: 40px;
  padding-left: 20px; }
.zvernenia .col-md-7 input:focus {
  outline-color: #adadad; }
.zvernenia .col-md-7 textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid #e8e8e8;
  min-height: 200px;
  max-height: 500px;
  padding: 20px; }
.zvernenia .col-md-7 textarea:focus {
  outline: none; }
.zvernenia .col-md-7 .checkbox label {
  padding-left: 0; }
.zvernenia .col-md-7 #agree {
  display: none; }
.zvernenia .col-md-7 #agree + label .span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../img/img/check_radio_sheet.png);
  cursor: pointer; }
.zvernenia .col-md-7 #agree:checked + label .span {
  background: url(../img/img/checked.png);
  background-position: -2px -2px; }
.zvernenia .col-md-7 label.error {
  font-size: 12px;
  color: #fe0000; }
.zvernenia .col-md-7 .submit {
  border: none;
  width: 200px;
  text-transform: inherit;
  margin-top: 15px;
  background-color: #ffc107;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif; }
.zvernenia .col-md-7 .submit:hover {
  opacity: .8; }
.zvernenia .col-md-5 {
  border-left: 1px solid #cfd8dc; }
@media screen and (max-width: 992px) {
  .zvernenia .col-md-5 {
    border-left: none;
    border-top: 1px solid #cfd8dc;
    padding-top: 15px; } }
.zvernenia .col-md-5 img {
  width: 70px; }

.important-text {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px; }

.main-text {
  font-size: 16px;
  font-family: "Roboto-Light", sans-serif; }

p {
  margin-bottom: 20px;}

.laws-link {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  color: #009688;
  border-bottom: 1px solid transparent;
  transition: .3s ease all; }
.laws-link:hover {
  color: #009688;
  border-bottom: 1px solid #009688; }

.permissions {
  margin-top: 15px; }
.permissions .report-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/img/clip.png);
  background-repeat: no-repeat;
  float: left; }
.permissions a {
  color: #009688;
  border-bottom: 1px solid transparent;
  transition: .3s ease all; }
.permissions a:hover {
  color: #009688;
  border-bottom: 1px solid #009688; }
.permissions span {
  color: #b8b8b8; }

#lowvisionpanel {
  display: none; }

.js_show_lowvision_to_normal {
  display: none; }

#lowvisionlink {
  display: inline-block;
  margin-top: -2px; }

@media screen and (max-width: 1200px) {
  #lowvisionlink {
    margin-right: 0; } }

@media screen and (max-width: 992px) {
  #lowvisionlink {
    margin-left: 0; 
  } 
  .news .news-subtitle{
    margin-top: 25px;
  }
  .breadcrumb li, .news .breadcrumb svg{
    margin-left: 2px;
    margin-right: 2px;
  }
  .breadcrumb>li{
    display: inline;
  }
  .catalog{
    margin-top: 70px;
  }
}

.header-svg {
  background-image: url(/site/img/svg/hide.svg);
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -2px; }
@media screen and (max-width: 768px) {
  .header-svg {
    margin-top: 0; } }

#lowvisionlink:hover {
  opacity: 1; }

#lowvisionlink i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 7px 10px 5px 0;
  background-image: url(../img/eye.png); }

#lowvisionlink span {
  display: inline-block; }

#tonormal i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 7px 10px 5px 0;
  background-image: url(../img/eye.png); }

@media screen and (max-width: 768px) {
  #lowvisionlink span {
    display: none; }
  #lowvisionlink {
    margin: 0;
    padding: 0;
    border: none; }
  #lowvisionlink i {
    margin: 0; }
  #map {
    height: 295px; }
  .main-content__map .tab-content .tab-pane {
    height: 480px; } }

.tooltip {
  width: 120px !important; }

.social-news p {
  transition: .3s ease all;
  margin: 0;
  float: left;
  margin-top: -6px;
}
@media screen and (max-width: 1200px) {
  .social-news p {
    margin-top: 2px; } }
@media screen and (max-width: 992px) {
  .social-news p .social-news p {
    width: 32px;
    height: 32px; } }

.social-news .footer__social-icon .fa {
  color: #fff !important; }

@media screen and (max-width: 768px) {
  .social-news ul a {
    line-height: 1.5; } }

.footer__social-icon-email {
  background-color: #10c0d6; }

.footer__social-icon-email i {
  left: 7px;
  top: 6px; }
@media screen and (max-width: 1200px) {
  .footer__social-icon-email i {
    top: 6px;
    left: 6px; } }
@media screen and (max-width: 992px) {
  .footer__social-icon-email i {
    left: 8px;
    top: 7px; } }
@media screen and (max-width: 768px) {
  .footer__social-icon-email i {
    left: 12px;
    top: 11px; } }

.social-news .footer__social-icon-share .fa {
  left: 7px;
  top: 3px;
  color: #009688 !important;
  font-size: 28px; }

.social-news ul > li:hover p {
  margin-top: -10px; }

.comment {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #009688; }

.comment:last-child {
  border-bottom: 1px solid transparent; }

.discuss {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #fff;
  min-height: 50px;
  margin: 15px 0; }

.btn_ {
  cursor: pointer;
  border: none;
  width: 200px;
  height: 40px;
  text-transform: inherit;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
  margin: 10px;
  padding: 10px;
  color: #000; }

.submit-btn {
  background-color: #ffc107; }

.comment_text {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 15px; }

.comment_date, .comment_name {
  font-family: "Roboto-Light", sans-serif;
  color: #777; }

.news .news-item {
  width: 100%; }

@media screen and (max-width: 992px) {
  #map {
    touch-action: none; }
  .timeline .event .event-image {
    min-height: 290px;
  }
}

.blagoframe {
  width: 100%;
  height: 500px; }
@media screen and (max-width: 768px) {
  .blagoframe {
    height: 300px; } }

@media screen and (max-width: 768px) {
  .main-text table{
    display: block;
    overflow-x: auto;
  }
}
.main-text table tr{
  border-bottom: 2px solid #009688;
  padding: 10px 0;
}
.main-text tbody{
  border-bottom: 3px solid #009688;
  border-top: 3px solid #009688;
}

.main-text table td{
  padding: 5px;
  vertical-align: middle;
}


@media screen and (max-width: 425px) {
  .header .navbar-brand {
    padding-right: 0;
    font-size: 12px;
    padding-left: 75px;
    line-height: 1.2;
  }
  .header .navbar-brand span{
    display: block;
    padding-top: 8px;
  }
  .timeline .event .event-image {
    min-height: 135px;
  }
}

.button-timeline{
  background-color: #ffc107;
  border: none;
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  /* font-weight: 600; */
  margin-right: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-radius: 3px;
  color: #000;
  text-transform: uppercase;
  line-height: 2;
  margin: 0 auto;
  width: 200px;
  display: block;
  margin-top: 15px;
}

.main-text ul li {
  padding-left: 1.2em;
  position: relative;
}
.main-text ul li:before {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 1px;
  top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #009688;
  border: 5px solid #009688;
}
.main-text ul li {
  padding-left: 1.2em;
}

.main-text ol {
  padding-left: 2.5em;
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-bottom: 2em;
}
.main-text ol > li {
  line-height: 20px;
  margin-bottom: .8em;
}
.main-text ol > li:before {
  content: counter(num) " ";
  counter-increment: num;
  color: #fff;
  background-color: #009688;
  font-size: 15px;
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
}
.main-text ol > li ul {
  margin-bottom: 0;
}
.main-text ol > li ul li {
  list-style: none;
}
.main-text ol > li ul li:first-child {
  margin-top: .8em;
}

.main-text blockquote {
  border: 1px solid #009688;
  padding:10px;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
table.newtable, table.imagetable {
  width: 100% !important;
  margin: auto;

}
table.newtable tbody, table.imagetable tbody{
  border: none;
}
table.newtable tr, table.imagetable tr{
  padding: 0;
  border: none;
}

table.newtable th {
  padding: 10px;
  border: 1px solid #909090;
  text-align: center;
  background-color: #add7ff;
  color: #383838;
}
table.newtable td {
  padding: 5px;
  border: 1px solid #909090;
  text-align: left !important;
}
.line-head{
  background-color: #009688;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 40px 10px 10px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
  margin-bottom: 5px;
}
.line-head:hover{
  opacity: 1;
}
.line-head:after{
  content: "";
  position: absolute;
  top: 11px;
  right: 19px;
  width: 2px;
  height: 20px;
  background-color: #fff; 
}
.line-head:before{
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff; 
}
.line-head-open:after{
  display: none;
}
.line-content{
  display: none;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .notfound {
    margin-bottom: -30px;
  }
  .main-content__fastlink.row{
  	padding-right: 310px;
  }
  .main-content__fastlink-item a{
  	font-size: 15px;
  }

}
@media screen and (max-width: 991px) {
  .main-content__fastlink.row{
  	padding-right: 0;
  }
  .main-news-topright{
  	width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .main-content .sidebar{
  	padding: 0 15px;
  }
  .main-events-left{
  	width: 15%;
  }
  .main-content__blocks .col-md-3{
  	padding-right: 15px;
  	padding-left: 15px;
  }
  .main-content__blocks{
  	padding-right: 0;
  }
  .news__inner-social{
  	display: none;
  }
}
@media screen and (max-width: 600px) {
	.main-news-topimg, .main-news-topright{
		height: 250px;
	}
	.main-events-left{
	  	width: 22%;
	  }
	.main-news-toptitle{
		padding-top: 15px;
padding-bottom: 15px;
		font-size: 14px;
	}
	.main-news-topright{
		font-size: 12px;
	}
	.main-content__news{
		margin-top: 0;
	}
}
.header .navbar-nav > li{
  position: relative;
}
.header .navbar-nav > li > ul {
  display: none;
  position: absolute;
  top: 55px;
  left: 10px;
  background-color: #fff;
  padding: 10px 15px;
  width: 250px;
  box-shadow: 1px 2px 5px 0 rgba(70,70,70,0.3);
}
.header .navbar-nav > li:hover > ul{
  display: block;
}
.header .navbar-nav > li > ul > li {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 8px 0;
}
.header .navbar-nav > li > ul > li > a {
  display: block;
  width: 100%;
  color: #000;
  border-bottom: 0;
}
.header .navbar-nav > li > ul > li > a:hover {
  color: #009788;  
  border-bottom: 0;
  text-decoration: none;
}
.newsSingle__content__caption{
  margin-bottom: 50px;
}
.timeline .news.shortcut-item .news-item .news-prew{
  background-image: url('/img/item/8142/imgshort.jpg');
}
@media (max-width:992px){
  .header .navbar-nav > li:hover > ul{
    display: none;
  }
}